/* Campo Adentro custom styles */

.woocommerce ul.products li.product > .xc-woo-order-whatsapp-btn,
.woocommerce-page ul.products li.product > .xc-woo-order-whatsapp-btn,
.woocommerce ul.products li.product .ast-on-card-button.ast-select-options-trigger {
display: none !important;
}

.woocommerce ul.products li.product .ca-loop-buy-trigger {
width: 100%;
margin-top: 16px;
text-align: center;
}

body.ca-loop-modal-open {
overflow: hidden;
}

.ca-loop-modal[hidden] {
display: none !important;
}

.ca-loop-modal {
position: fixed;
inset: 0;
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
}

.ca-loop-modal__backdrop {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.55);
}

.ca-loop-modal__dialog {
position: relative;
z-index: 1;
width: min(620px, 100%);
max-height: calc(100vh - 48px);
overflow-y: auto;
background: #ffffff;
border-radius: 22px;
padding: 24px;
box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.ca-loop-modal__close {
position: absolute;
top: 14px;
right: 14px;
width: 42px;
height: 42px;
border: 0;
border-radius: 999px;
background: #eef1f4;
font-size: 18px;
line-height: 1;
cursor: pointer;
}

.ca-loop-modal__intro {
display: grid;
grid-template-columns: 108px minmax(0, 1fr);
gap: 18px;
align-items: center;
margin: 0 48px 18px 0;
padding-bottom: 18px;
border-bottom: 1px solid rgba(24, 28, 33, 0.08);
}

.ca-loop-modal__preview {
width: 108px;
height: 108px;
border-radius: 14px;
overflow: hidden;
background: #f6f6f6;
border: 1px solid rgba(24, 28, 33, 0.08);
}

.ca-loop-modal__preview img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.ca-loop-modal__eyebrow {
display: inline-block;
margin-bottom: 8px;
padding: 6px 10px;
border-radius: 999px;
background: #f3efe7;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #7a5d2f;
}

.ca-loop-modal__title {
margin: 0;
font-size: 31px;
font-weight: 800;
line-height: 1.05;
color: #181c21;
}

.ca-loop-modal__hint {
margin: 10px 0 0;
font-size: 14px;
line-height: 1.5;
color: #5f6770;
}

.ca-loop-modal__content table.variations,
.ca-loop-modal__content tbody,
.ca-loop-modal__content tr,
.ca-loop-modal__content td,
.ca-loop-modal__content th {
display: block;
width: 100%;
	border: none;
}

.ca-loop-modal__content td,
.ca-loop-modal__content th {
padding: 0;
border: 0;
}

.ca-loop-modal__content tr {
margin-bottom: 14px;
}

.ca-loop-modal__content td.label {
margin-bottom: 8px;
}

.ca-loop-modal__content td.label label,
.ca-loop-modal__field-label {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 7px 2px;
min-height: 40px;
width: 100%;
background: transparent;
border-left: 0;
box-sizing: border-box;
font-size: 15px;
font-weight: 800;
letter-spacing: 0;
text-transform: none;
color: #181c21;
}

.ca-loop-modal__content td.value {
margin-bottom: 0;
}

.ca-loop-modal__content select,
.ca-loop-modal__content input.qty,
.ca-loop-modal__content .single_add_to_cart_button {
width: 100%;
min-height: 52px;
}

.ca-loop-modal__content select,
.ca-loop-modal__content input.qty {
border: 1px solid rgba(24, 28, 33, 0.15);
border-radius: 14px;
padding: 0 16px;
background: #fff;
font-size: 16px;
font-weight: 600;
}

.ca-loop-modal__content .woocommerce-variation-price {
margin: 8px 0 4px;
font-size: 22px;
font-weight: 800;
color: #181c21;
}

.ca-loop-modal__content .woocommerce-variation-availability,
.ca-loop-modal__content .stock {
display: none !important;
}

.ca-loop-modal__content .single_variation_wrap {
margin-top: 16px;
}

.ca-loop-modal__content .woocommerce-variation-add-to-cart {
display: grid;
gap: 14px;
}

.ca-loop-modal__content .quantity {
float: none;
margin: 0;
}

.ca-loop-modal__content .single_add_to_cart_button {
border-radius: 14px;
font-size: 17px;
font-weight: 800;
}

.ca-loop-modal__content .reset_variations {
display: inline-flex;
margin-top: 10px;
font-size: 13px;
font-weight: 600;
}

@media (max-width: 767px) {
.ca-loop-modal {
padding: 16px;
}

.ca-loop-modal__dialog {
padding: 18px;
max-height: calc(100vh - 32px);
}

.ca-loop-modal__intro {
grid-template-columns: 88px minmax(0, 1fr);
gap: 14px;
margin-right: 42px;
}

.ca-loop-modal__preview {
width: 88px;
height: 88px;
}

.ca-loop-modal__title {
font-size: 25px;
}

.ca-loop-modal__hint {
font-size: 13px;
}
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
background: #ffffff;
border: 1px solid rgba(24, 28, 33, 0.08);
border-radius: 18px;
box-shadow: 0 12px 30px rgba(24, 28, 33, 0.06);
overflow: hidden;
padding-bottom: 22px;
}

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap {
background: #ffffff;
}

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap img,
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap img {
border-radius: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
position: relative;
transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.woocommerce ul.products li.product .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product .astra-shop-summary-wrap {
padding: 0 20px;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
margin-bottom: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
display: block;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.ca-loop-card-actions {
display: flex;
flex-wrap: nowrap;
gap: 6px;
align-items: end;
}

.ca-loop-card-actions .button,
.ca-loop-card-actions .added_to_cart {
flex: 0 0 auto !important;
width: 48px !important;
max-width: 48px !important;
min-width: 48px !important;
height: 48px !important;
min-height: 48px !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0 !important;
border-radius: 50% !important;
font-size: 1px !important;
font-weight: 800;
letter-spacing: 0 !important;
text-transform: none !important;
text-align: center !important;
text-decoration: none;
overflow: hidden;
line-height: 1 !important;
white-space: nowrap;
text-indent: -9999px;
position: relative;
}

.ca-loop-card-actions .ca-loop-buy-trigger,
.ca-loop-card-actions .add_to_cart_button,
.ca-loop-card-actions .product_type_simple,
.ca-loop-card-actions .product_type_variable,
.ca-loop-card-actions .product_type_external,
.ca-loop-card-actions .product_type_grouped {
background: #111111 !important;
border: 1px solid #111111 !important;
color: #ffffff !important;
box-shadow: none !important;
}

.ca-loop-card-actions .ca-loop-view-button,
.ca-loop-card-actions .added_to_cart {
background: #111111 !important;
border: 1px solid #111111 !important;
color: #ffffff !important;
box-shadow: none !important;
}

.ca-loop-card-actions .ca-loop-view-button::before {
content: "";
width: 18px;
height: 18px;
margin-right: 0;
text-indent: 0;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: currentColor;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.ca-loop-card-actions .ca-loop-buy-trigger::before,
.ca-loop-card-actions .add_to_cart_button::before,
.ca-loop-card-actions .product_type_simple::before,
.ca-loop-card-actions .product_type_variable::before,
.ca-loop-card-actions .product_type_external::before,
.ca-loop-card-actions .product_type_grouped::before,
.ca-loop-card-actions .added_to_cart::before {
content: "";
width: 18px;
height: 18px;
line-height: 1;
text-indent: 0;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: currentColor;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='17' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 10.2a1 1 0 0 0 1 .8h7.9a1 1 0 0 0 1-.8L19 8H7'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='17' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 10.2a1 1 0 0 0 1 .8h7.9a1 1 0 0 0 1-.8L19 8H7'/%3E%3C/svg%3E");
}

.ca-loop-card-actions .ca-loop-view-button::before {
width: 19px;
height: 19px;
transform: translate(-50%, -50%);
}

.ca-loop-card-actions .ca-loop-buy-trigger::before,
.ca-loop-card-actions .add_to_cart_button::before,
.ca-loop-card-actions .product_type_simple::before,
.ca-loop-card-actions .product_type_variable::before,
.ca-loop-card-actions .product_type_external::before,
.ca-loop-card-actions .product_type_grouped::before,
.ca-loop-card-actions .added_to_cart::before {
width: 19px;
height: 19px;
transform: translate(-50%, -58%);
}

@media (min-width: 922px) {
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
transform: translateY(-8px);
border-color: rgba(15, 23, 42, 0.14);
box-shadow: 0 24px 52px rgba(15, 23, 42, 0.14);
}

.woocommerce ul.products li.product .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product .astra-shop-summary-wrap {
transition: padding-bottom .24s ease;
}

.ca-loop-card-actions {
position: absolute;
right: 20px;
bottom: 22px;
margin-top: 0;
opacity: 0;
transform: translateY(18px);
pointer-events: none;
transition: opacity .24s ease, transform .24s ease;
}

.ca-loop-card-actions .button,
.ca-loop-card-actions .added_to_cart {
width: 48px;
min-width: 48px;
height: 48px;
min-height: 48px;
padding: 0;
border-radius: 50%;
font-size: 0;
letter-spacing: 0;
overflow: hidden;
}

.ca-loop-card-actions .ca-loop-view-button::before,
.ca-loop-card-actions .ca-loop-buy-trigger::before,
.ca-loop-card-actions .add_to_cart_button::before,
.ca-loop-card-actions .product_type_simple::before,
.ca-loop-card-actions .product_type_variable::before,
.ca-loop-card-actions .product_type_external::before,
.ca-loop-card-actions .product_type_grouped::before,
.ca-loop-card-actions .added_to_cart::before {
margin-right: 0;
font-size: 16px;
}

.woocommerce ul.products li.product:hover .astra-shop-summary-wrap,
.woocommerce ul.products li.product:focus-within .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product:hover .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product:focus-within .astra-shop-summary-wrap {
padding-bottom: 72px;
}

.woocommerce ul.products li.product:hover .ca-loop-card-actions,
.woocommerce ul.products li.product:focus-within .ca-loop-card-actions,
.woocommerce-page ul.products li.product:hover .ca-loop-card-actions,
.woocommerce-page ul.products li.product:focus-within .ca-loop-card-actions {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
}

@media (max-width: 921px) {
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
display: flex;
flex-direction: column;
height: 100%;
}

.woocommerce ul.products li.product .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product .astra-shop-summary-wrap {
display: flex;
flex-direction: column;
flex: 1 1 auto;
}

.ca-loop-card-actions {
margin-top: auto;
padding-top: 0;
justify-content: center;
}

.ca-loop-card-actions .button,
.ca-loop-card-actions .added_to_cart {
width: 48px !important;
max-width: 48px !important;
min-width: 48px !important;
height: 48px !important;
min-height: 48px !important;
flex: 0 0 48px !important;
}
}

.ca-loop-payment-note {
display: grid;
gap: 0;
margin: 0;
padding: 10px 12px;
background: #f7f4ee;
border-radius: 0;
line-height: 1.3;
}

.ca-loop-payment-note__installments {
font-size: 14px;
font-weight: 600;
color: #2f312d;
}

.ca-loop-cash-price {
display: grid;
gap: 4px;
margin: 14px 0 0;
padding: 12px 14px;
background: linear-gradient(180deg, #eef8f0 0%, #e3f3e7 100%);
border: 1px solid rgba(33, 115, 70, 0.12);
border-radius: 0;
}

.ca-loop-cash-price__label {
font-size: 12px;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #217346;
}

.ca-loop-cash-price__amount {
font-size: 20px;
font-weight: 800;
line-height: 1;
color: #15803d;
}

.ca-loop-cash-price + .ca-loop-payment-note {
margin-top: 0;
}

.ca-loop-modal__content #tooltipComponent,
.ca-loop-modal__content .mp-credits-tooltip-container {
display: none !important;
}

.ca-loop-modal__content tr,
.ca-loop-modal__content .woocommerce-variation-add-to-cart {
display: grid;
grid-template-columns: 150px minmax(0, 1fr);
align-items: center;
column-gap: 14px;
row-gap: 10px;
}

.ca-loop-modal__content td.label,
.ca-loop-modal__content .ca-loop-modal__field-label {
margin: 0;
display: flex;
align-items: stretch;
}

.ca-loop-modal__content td.value,
.ca-loop-modal__content .quantity {
margin: 0;
}

.ca-loop-modal__content .single_variation_wrap,
.ca-loop-modal__content .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.ca-loop-modal__content .woocommerce-variation-add-to-cart .reset_variations {
grid-column: 1 / -1;
}

.ca-loop-modal__content .quantity input.qty {
width: 100%;
}

.ca-loop-modal__content .reset_variations {
display: inline-flex;
align-items: center;
gap: 6px;
width: fit-content;
padding: 6px 10px;
border-radius: 999px;
background: #f3f4f6;
font-size: 12px;
font-weight: 700;
line-height: 1;
color: #4b5563;
text-decoration: none;
}

.ca-loop-modal__content .reset_variations::before {
content: "🗑";
font-size: 12px;
line-height: 1;
}

@media (max-width: 767px) {
.ca-loop-modal__content tr,
.ca-loop-modal__content .woocommerce-variation-add-to-cart {
grid-template-columns: 1fr;
}
}

.ca-loop-modal__content tr:first-child td.value {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 10px;
}

.ca-loop-modal__content tr:first-child td.value select {
border: 0;
box-shadow: none;
background: transparent;
padding-left: 0;
padding-right: 0;
}

.ca-loop-modal__content tr:first-child td.value .reset_variations {
grid-column: auto;
margin-top: 0;
white-space: nowrap;
}

@media (max-width: 767px) {
.ca-loop-modal__content tr:first-child td.value {
grid-template-columns: 1fr;
}

.ca-loop-modal__content tr:first-child td.value .reset_variations {
justify-self: start;
}
}

#secondary .sidebar-main {
display: grid;
gap: 18px;
}

#secondary .sidebar-main .ast-filter-wrap {
display: contents;
}

.ca-shop-filter-sidebar-title {
order: 1;
margin: 0 0 8px;
}

.ca-shop-filter-sidebar-title__row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}

.ca-shop-filter-sidebar-title h2 {
margin: 0;
font-size: 24px;
font-weight: 800;
line-height: 1.1;
color: #111827;
}

.ca-shop-filter-sidebar-title__clear {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 34px;
padding: 0 12px;
border: 1px solid rgba(15, 23, 42, 0.1);
border-radius: 999px;
background: #ffffff;
font-size: 12px;
font-weight: 700;
line-height: 1;
color: #4b5563;
text-decoration: none;
white-space: nowrap;
}

.ca-shop-filter-sidebar-title__clear:hover {
color: #111827;
border-color: rgba(15, 23, 42, 0.16);
}

#secondary .sidebar-main .widget_search {
order: 2;
}

#secondary .sidebar-main .widget_product_categories {
order: 3;
}

#secondary .sidebar-main .ca-shop-filter-card--color {
order: 4;
}

#secondary .sidebar-main .widget_price_filter {
order: 5;
}

#secondary .sidebar-main .widget,
#secondary .sidebar-main .ca-shop-filter-card {
margin: 0;
padding: 22px;
background: #ffffff;
border: 1px solid rgba(15, 23, 42, 0.08);
border-radius: 20px;
box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

#secondary .sidebar-main .widget-title,
.ca-shop-filter-card .widget-title {
margin: 0;
font-size: 19px;
font-weight: 800;
line-height: 1.2;
color: #111827;
}

.ca-shop-filter-card__head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-bottom: 14px;
}

.ca-shop-filter-card__clear {
font-size: 13px;
font-weight: 700;
color: #4b5563;
text-decoration: none;
}

.ca-shop-filter-card__clear:hover {
color: #111827;
}

#secondary .sidebar-main .widget ul,
#secondary .sidebar-main .widget ol {
margin: 0;
padding: 0;
list-style: none;
}

#secondary .sidebar-main .widget li {
margin: 0;
}

#secondary .widget_product_categories .product-categories {
display: grid;
gap: 10px;
}

#secondary .widget_product_categories .product-categories li {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}

#secondary .widget_product_categories .product-categories li::before {
display: none !important;
}

#secondary .widget_product_categories .product-categories a {
flex: 1;
display: inline-flex;
align-items: center;
gap: 10px;
padding: 0;
border-radius: 0;
background: transparent;
font-size: 14px;
font-weight: 600;
line-height: 1.35;
color: #1f2937;
text-decoration: none;
transition: color .2s ease, transform .2s ease;
}

#secondary .widget_product_categories .product-categories a:hover,
#secondary .widget_product_categories .product-categories .current-cat > a {
color: #111827;
transform: translateY(-1px);
}

#secondary .widget_product_categories .product-categories .count {
min-width: 36px;
padding: 7px 10px;
border-radius: 999px;
background: #eef2f7;
font-size: 12px;
font-weight: 700;
line-height: 1;
text-align: center;
color: #475569;
}

#secondary .widget_product_categories .product-categories .current-cat > .count {
background: #dbeafe;
color: #1d4ed8;
}

#secondary .widget_product_categories .product-categories > .cat-parent.current-cat {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 10px 12px;
align-items: center;
}

#secondary .widget_product_categories .product-categories > .cat-parent.current-cat > a {
grid-column: 1;
padding: 0;
background: transparent;
font-size: 12px;
font-weight: 800;
letter-spacing: 0.08em;
line-height: 1.2;
text-transform: uppercase;
color: #111827;
border-radius: 0;
transform: none;
}

#secondary .widget_product_categories .product-categories > .cat-parent.current-cat > a:hover {
background: transparent;
color: #111827;
transform: none;
}

#secondary .widget_product_categories .product-categories > .cat-parent.current-cat > .count {
grid-column: 2;
background: #dbeafe;
color: #1d4ed8;
}

#secondary .widget_product_categories .product-categories > .cat-parent.current-cat > .children {
grid-column: 1 / -1;
display: grid;
gap: 10px;
margin: 0;
padding: 0;
list-style: none;
}

#secondary .widget_product_categories .product-categories > .cat-parent.current-cat > .children > li {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}

#secondary .widget_product_categories .product-categories > .cat-parent.current-cat > .children > li > a {
flex: 1;
display: inline-flex;
align-items: center;
padding: 0;
background: transparent;
border-radius: 0;
font-size: 14px;
font-weight: 600;
letter-spacing: 0;
line-height: 1.35;
text-transform: none;
color: #1f2937;
}

#secondary .widget_product_categories .product-categories > .cat-parent.current-cat > .children > li > a:hover,
#secondary .widget_product_categories .product-categories > .cat-parent.current-cat > .children > .current-cat > a {
color: #111827;
transform: translateY(-1px);
}

#secondary .widget_price_filter form {
display: grid;
gap: 16px;
}

#secondary .widget_price_filter .price_slider_wrapper {
display: grid;
gap: 16px;
}

#secondary .widget_price_filter .price_slider {
margin: 4px 8px 0;
height: 6px;
border: 0;
border-radius: 999px;
background: #e5e7eb;
}

#secondary .widget_price_filter .ui-slider .ui-slider-range {
background: linear-gradient(90deg, #111827 0%, #374151 100%);
border-radius: 999px;
}

#secondary .widget_price_filter .ui-slider .ui-slider-handle {
top: -5px;
width: 16px;
height: 16px;
border: 3px solid #111827;
border-radius: 999px;
background: #ffffff;
box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
}

#secondary .widget_price_filter .price_slider_amount {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
align-items: center;
}

#secondary .widget_price_filter .price_slider_amount input[type="text"] {
width: 100%;
min-height: 40px;
padding: 0 14px;
border: 1px solid rgba(15, 23, 42, 0.12);
border-radius: 14px;
background: #f8fafc;
font-size: 14px;
font-weight: 600;
color: #111827;
}

#secondary .widget_price_filter .price_slider_amount .button {
grid-column: 1 / -1;
width: 100%;
justify-content: center;
border-radius: 14px;
font-size: 14px;
font-weight: 800;
}

#secondary .widget_price_filter .price_label {
grid-column: 1 / -1;
font-size: 13px;
font-weight: 600;
color: #6b7280;
}

.ca-shop-filter-color-list {
display: flex;
flex-wrap: wrap;
gap: 10px;
max-height: 320px;
overflow: auto;
padding-right: 4px;
}

.ca-shop-filter-chip {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 10px 12px;
border: 1px solid rgba(15, 23, 42, 0.08);
border-radius: 999px;
background: #f8fafc;
font-size: 13px;
font-weight: 700;
line-height: 1;
color: #1f2937;
text-decoration: none;
transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.ca-shop-filter-chip:hover {
transform: translateY(-1px);
box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
border-color: rgba(15, 23, 42, 0.14);
}

.ca-shop-filter-chip.is-active {
background: #111827;
border-color: #111827;
color: #ffffff;
box-shadow: 0 12px 22px rgba(17, 24, 39, 0.2);
}

.ca-shop-filter-chip__swatch {
width: 12px;
height: 12px;
flex: 0 0 12px;
border: 1px solid rgba(15, 23, 42, 0.12);
border-radius: 999px;
background: var(--ca-chip-color, #cbd5e1);
}

.ca-shop-filter-chip__count {
padding: 4px 7px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.75);
font-size: 11px;
font-weight: 800;
line-height: 1;
color: #475569;
}

.ca-shop-filter-chip.is-active .ca-shop-filter-chip__count {
background: rgba(255, 255, 255, 0.16);
color: #ffffff;
}

@media (max-width: 921px) {
#secondary .sidebar-main {
gap: 14px;
}

.ca-shop-filter-sidebar-title__row {
align-items: flex-start;
flex-direction: column;
}

.ca-shop-filter-sidebar-title h2 {
font-size: 24px;
}

#secondary .sidebar-main .widget,
#secondary .sidebar-main .ca-shop-filter-card {
padding: 18px;
border-radius: 18px;
}
}

@media (max-width: 767px) {
#secondary .widget_price_filter .price_slider_amount {
grid-template-columns: 1fr;
}

.ca-shop-filter-card__head {
align-items: flex-start;
flex-direction: column;
}
}

.ast-site-header-cart .widget_shopping_cart,
.astra-cart-drawer,
#astra-mobile-cart-drawer {
background: #f8f8f7;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart,
.astra-cart-drawer .woocommerce-mini-cart,
#astra-mobile-cart-drawer .woocommerce-mini-cart {
display: grid;
gap: 14px;
padding: 6px 0 0;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item,
.astra-cart-drawer .woocommerce-mini-cart-item,
#astra-mobile-cart-drawer .woocommerce-mini-cart-item {
position: relative;
display: grid;
grid-template-columns: 76px minmax(0, 1fr);
gap: 14px;
align-items: start;
padding: 14px;
background: #ffffff;
border: 1px solid rgba(15, 23, 42, 0.08);
border-radius: 18px;
box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item > a:not(.remove),
.astra-cart-drawer .woocommerce-mini-cart-item > a:not(.remove),
#astra-mobile-cart-drawer .woocommerce-mini-cart-item > a:not(.remove) {
display: contents;
color: inherit;
text-decoration: none;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item img,
.astra-cart-drawer .woocommerce-mini-cart-item img,
#astra-mobile-cart-drawer .woocommerce-mini-cart-item img {
grid-column: 1;
grid-row: 1 / span 3;
width: 76px !important;
height: 76px !important;
max-width: 76px !important;
object-fit: cover;
border-radius: 14px;
background: #f3f4f6;
border: 1px solid rgba(15, 23, 42, 0.06);
margin: 0 !important;
float: none !important;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item .remove,
.astra-cart-drawer .woocommerce-mini-cart-item .remove,
#astra-mobile-cart-drawer .woocommerce-mini-cart-item .remove {
position: absolute;
top: 12px;
right: 12px;
display: inline-flex;
align-items: center;
gap: 6px;
width: auto;
height: 30px;
padding: 0 10px;
border: 1px solid rgba(15, 23, 42, 0.1);
border-radius: 999px;
background: #f8fafc;
font-size: 0 !important;
line-height: 1;
color: #4b5563 !important;
text-decoration: none;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item .remove::before,
.astra-cart-drawer .woocommerce-mini-cart-item .remove::before,
#astra-mobile-cart-drawer .woocommerce-mini-cart-item .remove::before {
content: "🗑";
font-size: 12px;
line-height: 1;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item .remove::after,
.astra-cart-drawer .woocommerce-mini-cart-item .remove::after,
#astra-mobile-cart-drawer .woocommerce-mini-cart-item .remove::after {
content: "Eliminar";
font-size: 11px;
font-weight: 700;
letter-spacing: 0.02em;
line-height: 1;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item .remove:hover,
.astra-cart-drawer .woocommerce-mini-cart-item .remove:hover,
#astra-mobile-cart-drawer .woocommerce-mini-cart-item .remove:hover {
background: #111827;
border-color: #111827;
color: #ffffff !important;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item a:not(.remove),
.astra-cart-drawer .woocommerce-mini-cart-item a:not(.remove),
#astra-mobile-cart-drawer .woocommerce-mini-cart-item a:not(.remove) {
font-size: 16px;
font-weight: 700;
line-height: 1.3;
color: #111827 !important;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item .variation,
.astra-cart-drawer .woocommerce-mini-cart-item .variation,
#astra-mobile-cart-drawer .woocommerce-mini-cart-item .variation {
grid-column: 2;
display: flex;
flex-wrap: wrap;
gap: 6px 10px;
margin: 2px 0 0;
font-size: 12px;
line-height: 1.35;
color: #6b7280;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item .variation dt,
.astra-cart-drawer .woocommerce-mini-cart-item .variation dt,
#astra-mobile-cart-drawer .woocommerce-mini-cart-item .variation dt {
margin: 0;
font-weight: 700;
color: #374151;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item .variation dd,
.astra-cart-drawer .woocommerce-mini-cart-item .variation dd,
#astra-mobile-cart-drawer .woocommerce-mini-cart-item .variation dd {
margin: 0;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item .quantity,
.astra-cart-drawer .woocommerce-mini-cart-item .quantity,
#astra-mobile-cart-drawer .woocommerce-mini-cart-item .quantity {
grid-column: 2;
display: inline-flex;
align-items: center;
justify-self: start;
padding: 8px 12px;
border-radius: 999px;
background: #f3f4f6;
font-size: 12px;
font-weight: 700;
line-height: 1;
color: #111827;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item .quantity .amount,
.astra-cart-drawer .woocommerce-mini-cart-item .quantity .amount,
#astra-mobile-cart-drawer .woocommerce-mini-cart-item .quantity .amount {
font-weight: 800;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total,
.astra-cart-drawer .woocommerce-mini-cart__total,
#astra-mobile-cart-drawer .woocommerce-mini-cart__total {
margin-top: 16px;
padding: 18px 0 0;
border-top: 1px solid rgba(15, 23, 42, 0.08);
font-size: 15px;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons,
.astra-cart-drawer .woocommerce-mini-cart__buttons,
#astra-mobile-cart-drawer .woocommerce-mini-cart__buttons {
display: grid;
gap: 10px;
margin-top: 14px;
}

@media (max-width: 544px) {
.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item,
.astra-cart-drawer .woocommerce-mini-cart-item,
#astra-mobile-cart-drawer .woocommerce-mini-cart-item {
grid-template-columns: 64px minmax(0, 1fr);
gap: 12px;
padding: 12px;
border-radius: 14px;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item img,
.astra-cart-drawer .woocommerce-mini-cart-item img,
#astra-mobile-cart-drawer .woocommerce-mini-cart-item img {
width: 64px !important;
height: 64px !important;
max-width: 64px !important;
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart-item a:not(.remove),
.astra-cart-drawer .woocommerce-mini-cart-item a:not(.remove),
#astra-mobile-cart-drawer .woocommerce-mini-cart-item a:not(.remove) {
font-size: 15px;
}
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__products,
.astra-cart-drawer .elementor-menu-cart__products,
#astra-mobile-cart-drawer .elementor-menu-cart__products {
display: grid;
gap: 0;
padding: 0;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product,
.astra-cart-drawer .elementor-menu-cart__product,
#astra-mobile-cart-drawer .elementor-menu-cart__product {
position: relative;
display: grid;
grid-template-columns: 56px minmax(0, 1fr) auto;
grid-template-areas:
"image name remove"
"image meta remove";
gap: 8px 12px;
align-items: start;
padding: 12px 0;
background: transparent;
border: 0;
border-bottom: 1px solid rgba(15, 23, 42, 0.08);
border-radius: 0;
box-shadow: none;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-image,
.astra-cart-drawer .elementor-menu-cart__product-image,
#astra-mobile-cart-drawer .elementor-menu-cart__product-image {
grid-area: image;
margin: 0;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-image img,
.astra-cart-drawer .elementor-menu-cart__product-image img,
#astra-mobile-cart-drawer .elementor-menu-cart__product-image img {
width: 56px !important;
height: 56px !important;
max-width: 56px !important;
object-fit: cover;
border-radius: 10px;
background: #f3f4f6;
border: 1px solid rgba(15, 23, 42, 0.06);
margin: 0 !important;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-name,
.astra-cart-drawer .elementor-menu-cart__product-name,
#astra-mobile-cart-drawer .elementor-menu-cart__product-name {
grid-area: name;
padding-right: 0;
min-width: 0;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-name a,
.astra-cart-drawer .elementor-menu-cart__product-name a,
#astra-mobile-cart-drawer .elementor-menu-cart__product-name a {
font-size: 13px;
font-weight: 700;
line-height: 1.25;
color: #111827 !important;
text-decoration: none;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-price,
.astra-cart-drawer .elementor-menu-cart__product-price,
#astra-mobile-cart-drawer .elementor-menu-cart__product-price {
grid-area: meta;
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
margin: 0;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-price .quantity,
.astra-cart-drawer .elementor-menu-cart__product-price .quantity,
#astra-mobile-cart-drawer .elementor-menu-cart__product-price .quantity {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 0;
border-radius: 0;
background: transparent;
font-size: 12px;
font-weight: 700;
line-height: 1.2;
color: #111827;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-price .product-quantity,
.astra-cart-drawer .elementor-menu-cart__product-price .product-quantity,
#astra-mobile-cart-drawer .elementor-menu-cart__product-price .product-quantity {
color: #4b5563;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-price .amount,
.astra-cart-drawer .elementor-menu-cart__product-price .amount,
#astra-mobile-cart-drawer .elementor-menu-cart__product-price .amount {
font-weight: 800;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-remove,
.astra-cart-drawer .elementor-menu-cart__product-remove,
#astra-mobile-cart-drawer .elementor-menu-cart__product-remove {
grid-area: remove;
align-self: start;
justify-self: end;
margin: 0;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-remove .remove_from_cart_button,
.astra-cart-drawer .elementor-menu-cart__product-remove .remove_from_cart_button,
#astra-mobile-cart-drawer .elementor-menu-cart__product-remove .remove_from_cart_button {
display: none !important;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-remove .elementor_remove_from_cart_button,
.astra-cart-drawer .elementor-menu-cart__product-remove .elementor_remove_from_cart_button,
#astra-mobile-cart-drawer .elementor-menu-cart__product-remove .elementor_remove_from_cart_button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
padding: 0;
border: 0;
border-radius: 0;
background: transparent;
font-size: 0;
line-height: 1;
text-decoration: none;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-remove .elementor_remove_from_cart_button::before,
.astra-cart-drawer .elementor-menu-cart__product-remove .elementor_remove_from_cart_button::before,
#astra-mobile-cart-drawer .elementor-menu-cart__product-remove .elementor_remove_from_cart_button::before {
content: "🗑";
font-size: 12px;
line-height: 1;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-remove .elementor_remove_from_cart_button::after,
.astra-cart-drawer .elementor-menu-cart__product-remove .elementor_remove_from_cart_button::after,
#astra-mobile-cart-drawer .elementor-menu-cart__product-remove .elementor_remove_from_cart_button::after {
content: none;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-remove .elementor_remove_from_cart_button:hover,
.astra-cart-drawer .elementor-menu-cart__product-remove .elementor_remove_from_cart_button:hover,
#astra-mobile-cart-drawer .elementor-menu-cart__product-remove .elementor_remove_from_cart_button:hover {
opacity: .65;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-remove .elementor_remove_from_cart_button:hover::before,
.astra-cart-drawer .elementor-menu-cart__product-remove .elementor_remove_from_cart_button:hover::before,
#astra-mobile-cart-drawer .elementor-menu-cart__product-remove .elementor_remove_from_cart_button:hover::before {
opacity: .8;
}


.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__subtotal,
.astra-cart-drawer .elementor-menu-cart__subtotal,
#astra-mobile-cart-drawer .elementor-menu-cart__subtotal {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-top: 18px;
padding: 16px 18px;
border: 1px solid rgba(15, 23, 42, 0.08);
border-radius: 18px;
background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
font-size: 15px;
line-height: 1.2;
color: #111827;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__subtotal strong,
.astra-cart-drawer .elementor-menu-cart__subtotal strong,
#astra-mobile-cart-drawer .elementor-menu-cart__subtotal strong {
font-weight: 800;
color: #111827;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__subtotal .amount,
.astra-cart-drawer .elementor-menu-cart__subtotal .amount,
#astra-mobile-cart-drawer .elementor-menu-cart__subtotal .amount {
font-size: 24px;
font-weight: 900;
line-height: 1;
color: #111827;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__footer-buttons,
.astra-cart-drawer .elementor-menu-cart__footer-buttons,
#astra-mobile-cart-drawer .elementor-menu-cart__footer-buttons {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
margin-top: 14px;
padding: 0;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__footer-buttons .elementor-button,
.astra-cart-drawer .elementor-menu-cart__footer-buttons .elementor-button,
#astra-mobile-cart-drawer .elementor-menu-cart__footer-buttons .elementor-button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 50px;
padding: 0 18px;
border-radius: 14px;
border: 1px solid #111827;
font-size: 14px;
font-weight: 800;
letter-spacing: 0.02em;
text-decoration: none;
transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__footer-buttons .elementor-button:hover,
.astra-cart-drawer .elementor-menu-cart__footer-buttons .elementor-button:hover,
#astra-mobile-cart-drawer .elementor-menu-cart__footer-buttons .elementor-button:hover {
transform: translateY(-1px);
box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__footer-buttons .elementor-button--view-cart,
.astra-cart-drawer .elementor-menu-cart__footer-buttons .elementor-button--view-cart,
#astra-mobile-cart-drawer .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
background: #ffffff;
color: #111827;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__footer-buttons .elementor-button--checkout,
.astra-cart-drawer .elementor-menu-cart__footer-buttons .elementor-button--checkout,
#astra-mobile-cart-drawer .elementor-menu-cart__footer-buttons .elementor-button--checkout {
background: #111827;
color: #ffffff;
}

@media (max-width: 544px) {
.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__subtotal,
.astra-cart-drawer .elementor-menu-cart__subtotal,
#astra-mobile-cart-drawer .elementor-menu-cart__subtotal {
padding: 14px 16px;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__subtotal .amount,
.astra-cart-drawer .elementor-menu-cart__subtotal .amount,
#astra-mobile-cart-drawer .elementor-menu-cart__subtotal .amount {
font-size: 21px;
}
}

@media (max-width: 544px) {
.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product,
.astra-cart-drawer .elementor-menu-cart__product,
#astra-mobile-cart-drawer .elementor-menu-cart__product {
grid-template-columns: 48px minmax(0, 1fr) auto;
gap: 8px 10px;
padding: 10px 0;
border-radius: 0;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-image img,
.astra-cart-drawer .elementor-menu-cart__product-image img,
#astra-mobile-cart-drawer .elementor-menu-cart__product-image img {
width: 48px !important;
height: 48px !important;
max-width: 48px !important;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-name,
.astra-cart-drawer .elementor-menu-cart__product-name,
#astra-mobile-cart-drawer .elementor-menu-cart__product-name {
padding-right: 0;
}

.ast-site-header-cart .widget_shopping_cart .elementor-menu-cart__product-name a,
.astra-cart-drawer .elementor-menu-cart__product-name a,
#astra-mobile-cart-drawer .elementor-menu-cart__product-name a {
font-size: 12px;
}
}

/* Single product summary layout */
.single-product .summary.entry-summary {
display: flex;
flex-direction: column;
}

.single-product .summary.entry-summary > .product_title {
order: 1;
}

.single-product .summary.entry-summary > .price {
order: 2;
}

.single-product .summary.entry-summary > .ast-stock-detail {
order: 3;
margin-bottom: 10px;
}

.single-product .summary.entry-summary > #tooltipComponent,
.single-product .summary.entry-summary > .mp-credits-tooltip-container {
display: none !important;
}

.single-product .summary.entry-summary > #tabla-formas-pago,
.single-product .summary.entry-summary > .tabla-formas-pago {
order: 4;
margin: 0 0 18px;
}

.single-product .summary.entry-summary > form.cart {
order: 5;
display: grid;
gap: 14px;
margin-top: 0;
margin-bottom: 22px;
}

.single-product .summary.entry-summary > form.cart .quantity {
margin: 0;
}

.single-product .summary.entry-summary > form.cart .single_add_to_cart_button {
width: 100%;
min-height: 46px;
border: 0;
border-radius: 14px;
background: #111111 !important;
color: #ffffff !important;
font-size: 15px;
font-weight: 800;
box-shadow: 0 16px 28px rgba(17, 17, 17, 0.18);
}

.single-product .summary.entry-summary > form.cart .single_add_to_cart_button:hover,
.single-product .summary.entry-summary > form.cart .single_add_to_cart_button:focus {
background: #000000 !important;
color: #ffffff !important;
}

.single-product .summary.entry-summary > .product_meta {
order: 6;
}

.single-product .summary.entry-summary > .xc-woo-order-whatsapp-btn,
.single-product .summary.entry-summary > a.xc-woo-order-whatsapp-btn {
order: 6;
margin-top: 0;
margin-bottom: 22px;
}

.single-product .summary.entry-summary > .product_meta {
order: 7;
}

.single-product .summary.entry-summary > form.cart .quantity {
display: flex;
align-items: center;
gap: 8px;
border-radius: 14px;
}

.single-product .summary.entry-summary > form.cart .quantity input.qty {
width: 100%;
height: 40px;
margin: 0;
padding: 0 8px;
border: 1px solid rgba(17, 17, 17, 0.12);
border-radius: 12px;
background: #ffffff;
color: #111111;
font-size: 18px;
font-weight: 800;
text-align: center;
box-shadow: none;
}

.single-product .summary.entry-summary > form.cart .quantity .ca-qty-btn {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border: 0;
border-radius: 12px;
background: #111111;
color: #ffffff;
font-size: 20px;
font-weight: 700;
line-height: 1;
cursor: pointer;
box-shadow: 0 12px 22px rgba(17, 17, 17, 0.16);
}

.single-product .summary.entry-summary > form.cart .quantity .ca-qty-btn:hover,
.single-product .summary.entry-summary > form.cart .quantity .ca-qty-btn:focus {
background: #000000;
color: #ffffff;
}

@media (min-width: 922px) {
.single-product .site-content > .ast-container,
.single-product .site-main > .ast-woocommerce-container,
.single-product .woocommerce.ast-separate-container .ast-woocommerce-container,
.single-product .ast-separate-container .ast-woocommerce-container {
width: 80vw !important;
max-width: 80vw !important;
margin-left: auto !important;
margin-right: auto !important;
}
}

@media (min-width: 922px) {
.single-product .site-content > .ast-container {
max-width: 76vw !important;
width: 76vw !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: auto !important;
margin-right: auto !important;
}

.single-product .site-main > .ast-woocommerce-container,
.single-product .woocommerce.ast-separate-container .ast-woocommerce-container,
.single-product .ast-separate-container .ast-woocommerce-container {
max-width: 100% !important;
width: 100% !important;
padding: 2.25rem 0 !important;
}

.single-product div.product,
.single-product .woocommerce div.product,
.single-product .woocommerce-page div.product {
display: grid !important;
grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.85fr) !important;
gap: 36px !important;
align-items: start !important;
}

.single-product .woocommerce-product-gallery,
.single-product .woocommerce div.product div.images,
.single-product .woocommerce-page div.product div.images {
width: 100% !important;
max-width: 540px !important;
margin: 0 auto !important;
float: none !important;
}

.single-product .summary.entry-summary,
.single-product .woocommerce div.product div.summary,
.single-product .woocommerce-page div.product div.summary {
width: 100% !important;
max-width: 100% !important;
float: none !important;
margin: 0 !important;
}

.single-product .woocommerce-product-gallery__wrapper img,
.single-product .woocommerce-product-gallery .wp-post-image {
width: 100% !important;
max-height: 680px;
object-fit: contain;
}

.single-product .tabla-formas-pago {
max-width: 100%;
font-size: 0.94rem;
border-radius: 18px;
}

.single-product .tabla-formas-pago__header {
padding: 18px 22px;
font-size: 1rem;
}

.single-product .tabla-formas-pago__row {
padding: 0;
}

.single-product .tabla-formas-pago__label,
.single-product .tabla-formas-pago__value {
padding: 18px 22px;
font-size: 0.92rem;
}

.single-product .tabla-formas-pago__row--destacada .tabla-formas-pago__label,
.single-product .tabla-formas-pago__row--destacada .tabla-formas-pago__value {
font-size: 0.9rem;
}
}


.ca-loop-pricing {
display: grid;
gap: 0;
margin: 0 0 14px;
}

.ca-loop-pricing > .price {
display: block;
margin: 0;
padding: 0 0 12px;
font-size: 18px;
font-weight: 700;
color: #2f312d;
}

.ca-loop-pricing > .ca-loop-payment-note,
.ca-loop-pricing > .ca-loop-cash-price {
margin: 0;
}

.ca-loop-pricing > .ca-loop-cash-price {
margin-top: 0;
padding-top: 0;
border-top: 0;
}


.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product section.related.products,
.woocommerce div.product section.related.products {
grid-column: span 2;
}


@media (min-width: 922px) {
.single-product .related.products ul.products {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}

.single-product .related.products ul.products li.product {
width: 100% !important;
margin-right: 0 !important;
}
}

@media (min-width: 545px) and (max-width: 921px) {
.single-product .related.products ul.products {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}

.single-product .related.products ul.products li.product {
width: 100% !important;
margin-right: 0 !important;
}
}

@media (max-width: 544px) {
.single-product .related.products ul.products {
display: grid;
grid-template-columns: 1fr;
gap: 18px;
}

.single-product .related.products ul.products li.product {
width: 100% !important;
margin-right: 0 !important;
}
}

.ca-loop-payment-note + .ca-loop-cash-price {
margin-top: 0 !important;
}
