div.content-area {
    --background-image: url('../img/background-testimonials.webp');
    padding: 80px 0 168px;
    background-image: var(--background-image);
    background-size: cover;
    background-position: center;
    position: relative;
}

div.content-area:after {
    content: "";
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(11, 40, 57, 1) 0%, rgba(11, 40, 57, 0) 100%);
    z-index: 1;
}

div.content-area .site-main {
    position: relative;
    z-index: 2;
    max-width: 1230px;
    margin: 0 auto;
}

div.content-area .site-main div.product {
    position: relative;
    z-index: 2;
    max-width: 975px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 385px auto;
    gap: 71px;
}

div.content-area .site-main nav.woocommerce-breadcrumb {
    margin-bottom: 78px;
    color: var(--color-text);
    font-family: var(--monserrat-font);
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.341px;
}

div.content-area .site-main nav.woocommerce-breadcrumb a {
    color: var(--color-text);
    font-family: var(--monserrat-font);
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.341px;
}

div.entry-summary {
    display: flex;
    flex-direction: column;
    gap: 31px;
    align-items: stretch;
    justify-content: flex-start;
}

div.content-area .site-main h1.product_title {
    color: var(--icon-color, #FCD8A6);
    font-family: var(--monserrat-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

div.content-area .site-main p.price {
    color: var(--icon-color, #FCD8A6);
    font-family: var(--monserrat-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

div.content-area .site-main .woocommerce-product-details__short-description p {
    color: var(--color-text);
    font-family: var(--monserrat-font);
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.341px;
}


div.content-area .site-main table.variations tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.woocommerce div.product .woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.woocommerce div.product form.cart .button {
    display: flex;
    height: 46px;
    padding: 24px 25px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    width: 100%;
    background: #D68631;
    border-radius: 24px;
}

.woocommerce div.product form.cart .button.buy-now {
    background-color: var(--bluesky-color);
}

.woocommerce div.product form.cart .button:hover {
    background-color: var(--cupper-color);
}

.woocommerce div.product form.cart div.quantity,
.woocommerce div.product div.product_meta {
    display: none !important;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.woocommerce div.product div.summary,
.woocommerce div.product div.images.woocommerce-product-gallery {
    float: none;
    width: 100%;
}

.custom-product-description {
    color: var(--color-text);
    font-family: var(--monserrat-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.273px;
}

.custom-product-description a {
    color: var(--icon-color);
}

.custom-product-description .description-title {
    color: var(--color-text);
    font-family: var(--monserrat-font);
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 13px;
}

.custom-product-description p,
.custom-product-description div:not(:empty) {
    margin-bottom: 24px;
}

.wp-singular #sidebar {
    display: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    position: sticky;
    top: var(--gallery-sticky-offset, 24px);
    align-self: start;
    z-index: 3;
}

@media (max-width: 768px) {
    .woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
        position: static;
        top: auto;
    }
}

.single-product div.product,
.single-product div.product .summary,
.woocommerce div.product div.images.woocommerce-product-gallery {
    overflow: visible;
}

.more-classes-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1 / 3;
}

.more-classes-cta a {
    padding-left: 26px;
    padding-right: 26px;
}

.added_to_cart {
    display: none !important;
}

@media screen and (max-width:768px) {
    div.content-area {
        padding: 52px 0 52px;
    }

    div.content-area .site-main {
        padding-left: 20px;
        padding-right: 20px;
    }

    div.content-area .site-main nav.woocommerce-breadcrumb {
        margin-bottom: 30px;
    }

    div.content-area .site-main nav.woocommerce-breadcrumb,
    div.content-area .site-main nav.woocommerce-breadcrumb a {
        font-size: 11px;
    }

    div.content-area .site-main div.product {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .woocommerce div.product div.summary,
    .woocommerce div.product div.images.woocommerce-product-gallery {
        grid-column: 1/3;
    }

}


/****** CART *******/

.wc-block-cart__main .wc-block-cart-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: var(--icon-color, #FCD8A6);
    font-family: var(--monserrat-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.wc-block-cart-item__wrap .wc-block-components-product-price {
    display: none !important;
}

.wc-block-cart__main .wc-block-cart-items th:last-child {
    width: 100% !important;
}

.wc-block-cart-items__header {
    display: none;
}

.wc-block-components-sidebar-layout {
    gap: 63px;
}

.wc-block-cart-items__row>td {
    position: relative;
}

.wc-block-cart-items__row>td::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: rgba(255, 255, 255, .6);
}

.wc-block-cart-item__image a {
    border-radius: 19px;
    overflow: hidden;
    display: block;
}

.wc-block-components-button:not(.is-link) {
    display: flex;
    height: 49px;
    padding: 12px 26.474px;
    justify-content: center;
    align-items: center;
    gap: 16.546px;
    align-self: stretch;
    border-radius: 25px;
    background: var(--stroke-color, #D68631);
    color: var(--color-text);
    font-family: var(--monserrat-font);
    font-size: 18.201px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    transition: all 0.3s ease 0s;
    border: 0 none;
}

.wc-block-components-button:not(.is-link):hover {
    background-color: var(--bluesky-color);
}

.wp-block-woocommerce-cart-order-summary-totals-block {
    border-radius: 24px;
    border: 1px solid #3D717F !important;
    background: linear-gradient(82deg, rgba(252, 216, 166, 0.50) -14.05%, rgba(17, 71, 97, 0.25) 48.02%, rgba(17, 71, 97, 0.00) 111.75%);
    backdrop-filter: blur(17px);
    padding: 33px 30px !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    border-radius: 40px !important;
    border: 1px solid rgba(255, 255, 255, 0.50) !important;
    background-color: rgba(19, 19, 19, 0.60) !important;
    color: #fff !important;
    padding: 20px 32px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
    border-radius: 40px !important;
    border: 1px solid rgba(255, 255, 255, 0.50) !important;
    background-color: rgba(19, 19, 19, 0.60) !important;
    color: #fff !important;
    padding: 20px 32px !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
    color: rgba(255, 255, 255, .6) !important;
}

@media screen and (min-width:768px) {
    .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 58% !important;
        padding-right: 0 !important;
    }
}


.page-id-3698 .u-column2,
.page-id-3698 form.register,
.page-id-3698 .woocommerce-privacy-policy-text+form.register {
    display: none !important;
}

.page-id-3698 .woocommerce h2 {
    display: none;
}


.page-id-3700 .u-column1,
.page-id-3700 form.login {
    display: none !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.woocommerce-ResetPassword,
.wc-block-components-form .wc-block-components-checkout-step#contact-fields,
.wc-block-components-form .wc-block-components-checkout-step {
    border-radius: 31px;
    border: 1.147px solid #3D717F;
    background: linear-gradient(82deg, rgba(252, 216, 166, 0.50) -14.05%, rgba(17, 71, 97, 0.25) 48.02%, rgba(17, 71, 97, 0.00) 111.75%);
    backdrop-filter: blur(17.443927764892578px);
    padding: 40px;
}

.woocommerce form .form-row {
    width: 100%;
}

.wc-custom-cta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(19, 19, 19, 0.60);
    color: #EBEDF0;
    font-family: var(--monserrat-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 30px;
    max-height: unset;
    max-height: unset !important;
    min-height: unset !important;
    height: fit-content !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce form.woocommerce-ResetPassword .woocommerce-Button {
    border-radius: 24.819px;
    background: #D68631;
    border: 0 none;
    padding: 12px 26px;
    color: #FFF;
    font-family: var(--monserrat-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    width: 100%;
    margin-top: 30px;
    transition: all 0.3s ease 0s;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button {
    border-radius: 24.819px;
    background: #D68631;
    border: 0 none;
    padding: 6px 16px;
    color: #FFF !important;
    font-family: var(--monserrat-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    width: fit-content;
    transition: all 0.3s ease 0s;
}

.woocommerce-form.woocommerce-form-login .form-row .woocommerce-form-login__submit:hover,
.woocommerce form.woocommerce-ResetPassword .woocommerce-Button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover {
    background-color: var(--bluesky-color);
    color: #fff;
}

p.woocommerce-LostPassword.lost_password a {
    color: #FCD8A6;
    font-family: var(--monserrat-font);
    font-size: 14.092px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.254px;
}

.wc-custom-register-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 19px !important;
}

.wc-custom-register-cta p {
    color: rgba(255, 255, 255, .4);
    font-family: var(--monserrat-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.254px;
}

.wc-custom-register-cta p a {
    color: #FFF;
    font-family: var(--monserrat-font);
    font-size: 14.092px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.254px;
}

.wc-block-components-sidebar-layout {
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 100% !important;
        padding-right: 0 !important;
    }
}

.wcz-woocommerce.wcz-tabstyle-side.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: var(--color-text, #fff) !important;
}

.woocommerce-notices-wrapper p a,
.woocommerce-MyAccount-content a {
    color: var(--icon-color) !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper .form-row {
    margin-bottom: 15px;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection,
.is-popup-search-form form {
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(19, 19, 19, 0.60);
    color: #EBEDF0;
    font-family: var(--monserrat-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 30px;
}

.is-form-style input.is-search-input,
.is-form-style button.is-search-submit,
.is-form-style input.is-search-submit,
.is-search-icon {
    background-color: transparent !important;
    border: 0 !important;
    outline: none !important;
    color: #fff;
}

.woocommerce-billing-fields__field-wrapper {
    border-radius: 31px;
    border: 1.147px solid #3D717F;
    background: linear-gradient(82deg, rgba(252, 216, 166, 0.50) -14.05%, rgba(17, 71, 97, 0.25) 48.02%, rgba(17, 71, 97, 0.00) 111.75%);
    backdrop-filter: blur(17px);
    padding: 40px;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
}

.woocommerce table.shop_table,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-account-fields .create-account {
    border-radius: 31px;
    border: 1.147px solid #3D717F;
    background: linear-gradient(82deg, rgba(252, 216, 166, 0.50) -14.05%, rgba(17, 71, 97, 0.25) 48.02%, rgba(17, 71, 97, 0.00) 111.75%);
    backdrop-filter: blur(17px);
    padding: 40px;
    margin-bottom: 80px;
}

.woocommerce form .form-row {
    width: 100%;
    grid-column: 1 / 3;
}

#billing_first_name_field,
#billing_city_field {
    grid-column: 1/1;
}

#billing_last_name_field,
#billing_state_field {
    grid-column: 2/3;
}

.woocommerce-billing-fields>h3,
.woocommerce-additional-fields>h3,
h3#order_review_heading,
.woocommerce-products-header__title.page-title {
    color: #FCD8A6;
    text-align: center;
    font-family: var(--monserrat-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 20px;
    background-color: #fff;
    color: #333;
}

.form-row.place-order {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
    float: none;
    margin: 30px auto 15px;
    border-radius: 24.819px;
    background: #D68631;
    border: 0 none;
    color: #FFF !important;
    font-family: var(--monserrat-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    width: fit-content;
    transition: all 0.3s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 272px;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background-color: var(--bluesky-color);
}

.woocommerce-info {
    border-radius: 30px;
    border: 1.147px solid #3D717F;
    background: linear-gradient(82deg, rgba(252, 216, 166, 0.50) -14.05%, rgba(17, 71, 97, 0.25) 48.02%, rgba(17, 71, 97, 0.00) 111.75%);
    backdrop-filter: blur(17.443927764892578px);
    color: #fff;
    font-family: var(--monserrat-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.408px;
    letter-spacing: -0.36px;
}

.woocommerce-info::before {
    color: #fff;
}


.woocommerce-info a {
    color: var(--icon-color);
}

@media screen and (max-width:768px) {
    .woocommerce-billing-fields__field-wrapper {
        border-radius: 31px;
        padding: 25px 20px;
        gap: 10px;
        grid-template-columns: 1fr;
        margin-bottom: 80px;
    }

    .woocommerce form .form-row {
        width: 100%;
        grid-column: 1;
        margin-bottom: 0;
    }

    #billing_last_name_field,
    #billing_state_field {
        grid-column: 1;
        grid-column-start: 1;
        grid-column-end: auto;
    }
}

#afreg_additionalshowhide_1021 label {
    grid-column: 1 / 7;
    margin-bottom: 15px;
}

p#afreg_additionalshowhide_1021 {
    display: grid;
    grid-template-columns: 25px 1fr 25px 1fr 25px 1fr;
    gap: 15px 0;
    margin-bottom: 24px;
}

span.afreg_radios {
    font-size: 12px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border-radius: 30px;
    border: 1.147px solid #3D717F;
    background: linear-gradient(82deg, rgba(252, 216, 166, 0.50) -14.05%, rgba(17, 71, 97, 0.25) 48.02%, rgba(17, 71, 97, 0.00) 111.75%);
    backdrop-filter: blur(17.443927764892578px);
    color: #fff;
    font-family: var(--monserrat-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.408px;
    letter-spacing: -0.36px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    align-items: center;
}

body.woocommerce.wcz-woocommerce ul.products li.product .woocommerce-loop-product__title,
body.wcz-woocommerce .products .product .woocommerce-loop-product__title,
body.wcz-wooblocks ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title a {
    color: var(--icon-color) !important;
    display: block;
    padding: 0 20px;
}

body.woocommerce.wcz-woocommerce ul.products li.product .price,
body.wcz-woocommerce .products .product .price,
body.wcz-wooblocks ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price {
    color: #fff;
    display: block;
    padding: 0 20px;
}

.woocommerce ul.products li.product .button {
    display: flex;
    width: 173px;
    height: 30px;
    padding: 4px 26.474px;
    justify-content: center;
    align-items: center;
    gap: 16.546px;
    flex-shrink: 0;
    border-radius: 25px;
    border: 1px solid #FFF;
    color: var(--text-color, #FFF);
    font-family: var(--monserrat-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-wrap: nowrap;
    transition: all 0.3s ease 0s;
    background-color: transparent;
}

.woocommerce ul.products li.product .button:hover {
    color: var(--color-primary);
    background-color: #fff;
}

.woocommerce #sidebar {
    display: none !important;
}

@media screen and (max-width: 768px) {

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}

.lost_password a {
    color: #fff;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
    color: #fff;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    color: var(--stroke-color)
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    border-right: 1px solid #ccc;
}

.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan .wc-deposits-payment-plan-description,
.wc-deposits-wrapper .wc-deposits-payment-description {
    color: #fff;
}

p.form-row.form-row-wide.create-account.woocommerce-validated {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered,
#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 1em;
    margin: 0;
    font-size: 1em;
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: var(--bg-button);
    padding: 0 1em;
}

/* Por defecto tu select está oculto con .af-select-hidden */
.af-select-hidden {
    display: none !important;
}

/* Helpers para toggle */
.af-is-hidden {
    display: none !important;
}

.woocommerce div.product form.cart .variations select {
    border: 1px solid #fff;
    padding: 14px 24px;
    border-radius: 17px;
    font-size: 16px;
    margin-top: 24px;
    color: #fff;
}

.woocommerce div.product form.cart .variations select option.attached.enabled {
    color: #000;
}