/** Shopify CDN: Minification failed

Line 307:5 Expected ":"
Line 1683:0 Unexpected "@media"
Line 1845:0 Unexpected "@media"

**/
/* ============================================================================
   Alternative Product — estilos exclusivos de templates/product.alternative-template
   Cargado únicamente por sections/main-alternative-product.liquid.
   Todos los selectores están scopeados bajo .alternative-product (clase aplicada
   por el schema de la section) salvo:
     - :root                       → variables globales --new-product-*
     - @keyframes                  → sin selectores
     - .atlas-drawer.kl-hub-drawer → el drawer de Klaviyo se monta en <body>
     - .jdFEQm                      → clase hasheada de Atlas/Klaviyo
   Incluye además el delta que el rediseño de develop tenía en
   section-main-product.css (revertido a main para no afectar al PDP original).
   ========================================================================== */

:root {
    --new-product-color-primary: #000;
    --new-product-color-secondary: #fff;
    --new-product-color-tertiary: #1a202c;
    --new-product-color-quaternary: rgb(98, 203, 186);
    --new-product-color-quinary: #E2E8F0;
    --new-product-line-h: 1;
    --new-product-m-bottom: 28px;
    --new-product-f-family: Arial, Suisse Intl, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;


}

.alternative-product /* Mobile gallery arrows: bestsellers component,
.alternative-product vertically centered over the image,
.alternative-product with edge offsets tuned for the PDP container. */
.new-product__arrow-mobile.bestsellers-slider__nav {
    top: 50%;
    left: 16px;
    right: 16px;
    padding: 0;
}

.alternative-product .page-width.page-width-custom {
    padding: 0 0rem 0 0;
    margin: 0 auto;
    max-width: 100%;
}

.alternative-product .new-product {
    position: relative;
}

.alternative-product .new-product__title.product__title {
    margin-bottom: 0;
}

.alternative-product .new-product svg.star-container.yotpo-sr-star-full path {
    fill: #E88299;
    stroke: #E88299;
}

.alternative-product .new-product svg.star-container.yotpo-sr-star-half path {
    stroke: #E88299;
}

.alternative-product .new-product svg.star-container.yotpo-sr-star-half stop[stop-color="#62CBBAFF"] {
    stop-color: #E88299; /* El color que quieras (ej. Rojo) */
}

.alternative-product .new-product .star-container.yotpo-sr-star-empty path {
    fill: transparent;
    stroke: #E88299;
}

.alternative-product .new-product.product .new-product__inf-wrapper {
    padding: 24px 0 0 calc(56 * 100vw / 1440);
    max-width: 60.312%;
}

.alternative-product .new-product__info-container.product__info-container {
    max-width: 100%;
    top: 0;
}

.alternative-product /* Right Container */
.new-product__media-wrapper-custom {
    position: relative;
    width: 39.688%;
    ;
    overflow: hidden;

}

.alternative-product /* Desktop styles */
.desktop-only {
    display: none;
}

.alternative-product .new-product__description--only-mobile {
    display: none;
}

.alternative-product .new-product__media-wrapper-custom {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.alternative-product .new-product.product .new-product__media img {
    width: 100%;
    height: auto;
    display: block;
}

.alternative-product .new-product__media {
    -webkit-scrollbar-width: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.alternative-product .new-product__media img {
    background: #d9d9d9;
}

.alternative-product .new-product__media::-webkit-scrollbar {
    display: none;
}

.alternative-product .new-product__content-scroll {
    position: relative;
    right: 8px;
    background-color: var(--new-product-color-quinary);
    top: 0;
    min-width: 2px;
    display: block;
    min-height: 100%;
    margin-left: 90px;
    overflow: hidden;
}

.alternative-product .new-product div.new-product__custom-scrollbar {
    display: block;
    width: 2px;
    background-color: var(--new-product-color-primary);
    border-radius: 3px;
    height: 0;
    transition: height 0.1s ease-out;
    min-height: 330px;
}

.alternative-product .new-product__content-slide {
    display: flex;
    padding-top: 24px;
}

.alternative-product .new-product__scrollbar-wrapper {
    min-height: 100%;
    width: 2px;
    background-color: var(--new-product-color-quinary);
    margin-left: 90px;
}

.alternative-product .new-product__media:hover+.new-product__custom-scrollbar,
.alternative-product .new-product__custom-scrollbar:hover {
    opacity: 1;
}

.alternative-product /* Mobile scrollbar */
.new-product__scrollbar-mobile {
    height: 3px;
    background-color: var(--new-product-color-quinary);
    margin: 0 24px 0;
    transform: translateY(-24px);
}

.alternative-product div.new-product__scrollbar-track {
    display: block;
    background-color: var(--new-product-color-primary);
    border-radius: 3px;
    height: 100%;
    transition: height 0.1s ease-out;
    min-width: 330px;
}

.alternative-product /* Custom Class */
.new-product--f-family {
    font-family: "Arial";
    color: var(--new-product-color-primary);
}

.alternative-product .new-product--decoration-none {
    text-decoration: none;
}

.alternative-product .new-product__wishlist__svg {
    width: 16px;
    height: 16px;
}

.alternative-product .new-product__wishlist__svg svg {
    height: 18px;
    width: 18px;
}

.alternative-product .new-product__content-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 19px;
}

.alternative-product .new-product__start {
    display: flex;
    gap: 5px;
}

.alternative-product .new-product__start-icon {
    width: 16px;
    height: 16px;
}

.alternative-product .new-product__start-icon svg {
    transform: translateY(-5px);
}

.alternative-product .new-product__text {
    font-size: 16px;
    color: var(--new-product-color-primary);
    letter-spacing: 0;
    margin-top: 0;
}

.alternative-product .new-product__title h1 {
    font-size: 24px;
    color: var(--new-product-color-primary);
    margin-bottom: 0;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    font-family: "Arial";
    letter-spacing: -1px
}

.alternative-product .new-product .product__info-container .price--on-sale .price-item--regular {
    text-decoration: none;
    margin: 0;
}

.alternative-product .price-item--regular {
    text-decoration: line-through;
}

.alternative-product .new-product__description {
    color: var(--new-product-color-primary);
    margin:0;
    letter-spacing: 0;
    max-width: 100%;
    font-family: "inter";
    color: #2C2E35;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    margin-top: 15px
}

.alternative-product span.yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {
    color: #2c2e35 !important;
    font-family: Inter !important;
    font-size: 8px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -.08px !important;
}

.alternative-product span.pdp-siblings__meta-name,
.alternative-product .pdp-siblings__meta-name-color {
    color: #2C2E35;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 121.429% */
    letter-spacing: -0.14px;
}


.alternative-product .new-product__inf-wrapper .money {
    font-size: 18px;
    padding-left: 0;
    color: var(--new-product-color-primary);
    margin-bottom: var(--new-product-m-bottom);
    font-weight: 700;
}

.alternative-product .price__sale span {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0
}

.alternative-product .new-product__inf-wrapper .money {
    margin-bottom: 0
}
 .alternative-product .price-item.price-item--sale.price-item--last {
    d
 }
.alternative-product /* Hiding elements */
.new-product__inf-wrapper shopify-payment-terms,
.alternative-product .new-product__inf-wrapper .quantity__label,
.alternative-product .new-product .product__pickup-availabilities,
.alternative-product .new-product .share-button {
    display: none;
}

.alternative-product .new-product .badge.price__badge-sale {
    display: none;
}

.alternative-product .new-product .collapsible__title {
    font-weight: 400;
    font-family: "Arial";
    line-height: 1.5;
}

.alternative-product .new-product__quantity .quantity {
    width: 100%;
    height: 42px;
    min-height: 42px;
    color: var(--new-product-color-primary);
    max-width: calc(122 * 100vw / 1440)
}

.alternative-product .new-product .quantity__button {
    width: 33%;
    max-height: 100%;
}

.alternative-product .new-product .quantity__button:hover {
    background-color: var(--new-product-color-quaternary);
    transition: background-color 0.2s ease-in-out;
}

.alternative-product .new-product__text-afterpay {
    font-size: 16px;
    color: var(--new-product-color-primary);
    margin: 0;
    letter-spacing: 0;
}

.alternative-product .new-product__link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.alternative-product .new-product__quantity-content {
    display: flex;;
    align-items: center;
    margin-bottom: 6px;
    gap: 12px
}

.alternative-product .new-product__buy-buttons {
    background-color: #E88299;
    color: #fff;
    font-family: var(--new-product-f-family);
    font-size: 14px;
    text-transform: initial;
    padding: 0px 40px;
    width: 100%;
    text-align: center;
    max-height: 42px;
    border: 0;
    height: 42px;
    cursor: pointer;
}

.alternative-product .new-product__buy-buttons:hover {
    background-color:#bc7384;
    transition: all 0.3s ease-in-out;
    border-color: var(--new-product-color-quaternary);
    box-shadow: none;
    outline: none;
    box-shadow: 0 0 0 3px #d47a8f inset;
}

.alternative-product .new-product .product-form__input {
    flex: 0 0 30%;
    min-width: 0;
    max-width: 122px;
}

.alternative-product .new-product .product__description {
    max-width: 290px;
    margin: 0 0 0 138px;
}

.alternative-product .new-product__wishlist {
    display: flex;
    align-items: center;
    max-width: 70%;
    margin: 0 0 0 auto;
    color: var(--new-product-color-tertiary);
    font-size: 16px;
    letter-spacing: 0;
    padding-bottom: 8px;
}

.alternative-product .new-product__wishlist.new-product--decoration-none:hover {
    text-decoration: underline;
}

.alternative-product .new-product__wishlist__svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    transform: translateY(-3px);
}

.alternative-product .new-product__wishlist__svg svg path {
    fill: transparent;
    stroke: var(--new-product-color-primary);
    stroke-width: 16px;
}

.alternative-product .new-product__wishlist:hover svg path {
    fill: var(--new-product-color-quaternary);
}

.alternative-product .new-product__description-secondary {
    font-size: 14px;
    color: var(--new-product-color-primary);
    letter-spacing: -1px;
    line-height: 17px;
    font-family: 'inter';
    padding-bottom: 1rem;
}

.alternative-product .new-product__content-icon.shop-collect {
    display: flex;
    align-items: center;
    justify-content: left;
    font-family: var(--new-product-f-family);
}

.alternative-product .new-product__content-icon .shop_collection {
    color: var(--new-product-color-quaternary);
    font-size: 1rem;
    font-weight: 300;
}

.alternative-product .new-product__description-secondary p {
    line-height: 1.5;
    letter-spacing: 0
}

.alternative-product .new-product__content-icon {
    padding: 28px 0 50px;
    display: flex;
    align-items: start;
    max-width: 300px;
    margin-left: calc(134 * 100vw / 1440);
    margin-top: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.alternative-product .new-product__content-icon__svg {
    width: 67px;
    text-align: center;
}

.alternative-product .new-product__content-icon__svg img {
    width: 46px;
    margin: 0 auto;
    height: 46px;
}

.alternative-product .custon__container {
    max-width: 429px
}

.alternative-product .new-product__description-svg {
    font-size: 11.5px;
    color: var(--new-product-color-primary);
    text-transform: initial;
    line-height: 14px;
    text-align: center;
    margin: 0;
    font-family: 'inter';
    letter-spacing: -3%;
}

.alternative-product .new-product__content-afterpay {
    margin: 8px 0 0 138px;
    padding: 0;
    max-width: 100%;
}

.alternative-product .price-item.price-item--regular .money {
    color: rgb(128 128 128);
    letter-spacing: normal;
}

.alternative-product .yotpo-sr-bottom-line-summary svg {
    width: 14px;
    height: 14px;
}

.alternative-product .quantity__button.new-product--f-family span svg {
    width: 10px;
    height: 10px;
}

.alternative-product .kl-hub-icon svg path {
    stroke: #EA8199;
    fill: #EA8199
}

.alternative-product afterpay-placement {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    --logo-badge-width: 3rem;
    --messaging-font-size: 10px;
    color: #000;
    max-width: 100%;
    padding-top: 0px;
    margin: 0;
}

.alternative-product /*Yotpo reviews */

/* Swiper */
div.pdp.customers-also-viewed-container {
    max-width: 1920px;
    margin-inline: auto;
    padding-bottom: 64px;
    padding-inline: 5%;

}

.alternative-product div.pdp.customers-also-viewed-container .slider-customers {
    padding-top: 0 !important;
}

.alternative-product h2.customers-also-viewed-container__title {
    font-size: 24px;
    font-family: Arial;
}

.alternative-product h2.customers-also-viewed-container__title::before {
    content: "";
    position: absolute;
    top: -16px;
    background-color: rgba(98, 203, 186, 1);
    width: 12px;
    height: 12px;
    clip-path: polygon(0px 0px, 100% 0px, 0px 100%);
    transform: translate(0);
}

.alternative-product button.slider-customers__button {
    display: none;
}

.alternative-product div.pdp.customers-also-viewed-container a.slider-customers__link {
    justify-content: start;
    height: auto;
}

.alternative-product div.pdp.customers-also-viewed-container div.slider-customers__name {
    line-height: 1.37;
}

.alternative-product div.pdp.customers-also-viewed-container .slider-customers__image {
    min-height: 272px;
    padding: 24px 0;
    background: rgba(217, 217, 217, 1);
}

.alternative-product div.pdp.customers-also-viewed-container div.swiper-button-container {
    gap: 16px;
    margin: 16px 0;
    padding: 0 8px;
}

.alternative-product div.pdp.customers-also-viewed-container div.swiper-button-next.arrow-next-customer,
.alternative-product div.pdp.customers-also-viewed-container div.swiper-button-prev.arrow-prev-customer {
    min-width: 48px;
}

.alternative-product div.swiper-button-next svg,
.alternative-product div.swiper-button-prev svg {
    width: 24px;
    height: 24px;
}

.alternative-product .yotpo-star-rating-reviews-highly-rated-topics {
    display: none !important;
}

.alternative-product .yotpo-sr-bottom-line-text--right-panel {
    display: flex;
    text-transform: uppercase !important;
}

.alternative-product .yotpo-sr-bottom-line-text--right-panel::before {
    content: "(";
}

.alternative-product .yotpo-sr-bottom-line-text--right-panel::after {
    content: ")";
}

.alternative-product .product__tax {
    padding-bottom: 10px;
}

.alternative-product .klaviyo-wishlist-slot>button {
    -webkit-box-align: center;
    align-items: center;
    gap: var(--atlas-space-small);
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0;
    width: 100%;
}

.alternative-product .klaviyo-wishlist-slot>button:hover {
    background-color: #ffffff;
}


/* Target the main drawer container with high specificity */
.atlas-drawer.kl-hub-drawer {
    /* Step 1: Override the animation property */
    /* We explicitly tell it to animate the 'transform' property for sliding */
    transition-property: transform !important;

    /* Optional: Customize the speed and easing (1000ms is 1 second) */
    --drawer-opening-duration: 600ms !important;
    --drawer-closing-duration: 400ms !important;
    transition-duration: var(--drawer-opening-duration) !important;
    transition-timing-function: ease-out !important;

    /* Step 2: Override the starting position (Hidden State) */
    /* This ensures it starts completely off-screen to the right, overwriting Klaviyo's default */
    transform: translateX(100%) !important;

    /* Optional: Ensure the position/alignment is correct for a right-slide */
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    /* Forces the drawer to be right-aligned */
    height: 100vh !important;
    /* Make it full height for a vertical slide effect */
    width: 400px !important;
    /* Set a specific width for the drawer (adjust as needed) */
}

/* Step 3: Override the ending position (Active/Visible State) */
/* The Drawer-opening class indicates the drawer is visible or animating open.
   We force the 'transform' back to 0 (its final position) when it's open. */
.atlas-drawer.kl-hub-drawer.Drawer-opening-fG0f6,
.atlas-drawer.kl-hub-drawer[aria-modal="true"] {
    transform: translateX(0) !important;
}

@media (min-width: 991px) {
    .alternative-product div.pdp.customers-also-viewed-container {
        padding-inline: 10vw;
    }

    .alternative-product .klaviyo-wishlist-slot>button {
        -webkit-box-align: center;
        align-items: center;
        gap: var(--atlas-space-small);
        -webkit-box-pack: start;
        justify-content: flex-start;
        padding: 15px;
        width: 25%;

    }
}

@media (min-width: 1280px) {
    .alternative-product h2.customers-also-viewed-container__title::before {
        top: 8px;
        left: -24px;
    }
}

@media(max-width: 480px) {
    .alternative-product .new-product__title h1 {
        font-size: 40px
    }
}

@media (min-width: 992px) {
    .alternative-product .desktop-only {
        display: block;
    }

    .alternative-product .mobile-only {
        display: none;
    }

    .alternative-product /* Gallery apilado (usado por main-product-gift) */
    .new-product__media.desktop-only {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .alternative-product .new-product__media.desktop-only img {
        width: 100%;
        height: auto;
        display: block;
    }

    .alternative-product /* Desktop: slider horizontal (PDP principal) */
    .product-swiper-desktop {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .alternative-product .product-swiper-desktop .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .alternative-product .product-swiper-desktop .swiper-slide img {
        width: 100%;
        aspect-ratio: 699 / 790;
        height: auto;
        object-fit: contain;
        display: block;
        background: #E9E8E8;
    }

    .alternative-product /* Flechas desktop: círculo rosa,
.alternative-product chevron blanco; hover -> fondo blanco,
.alternative-product chevron rosa */
    .new-product__nav {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        padding: 0 24px;
        z-index: 2;
        pointer-events: none;
    }

    .alternative-product .new-product__nav-btn {
        pointer-events: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: transparent;
        cursor: pointer;
    }

    .alternative-product .new-product__nav-btn svg {
        width: 48px;
        height: 48px;
        display: block;
    }

    .alternative-product .new-product__nav-btn svg path {
        transition: fill 0.2s, stroke 0.2s;
    }

    .alternative-product .new-product__nav-btn:hover path:first-child {
        fill: #fff;
        stroke: #E08295;
    }

    .alternative-product .new-product__nav-btn:hover path:last-child {
        stroke: #E08295;
    }

    .alternative-product .new-product__info-container.product__info-container {
        margin-right: calc(64 * 100vw / 1440)
    }

    .alternative-product .new-product__content-text {
        max-width: 90%
    }

    .alternative-product .new-product__description {
        max-width: 100%;
        margin-bottom: 48px;
    }

    .alternative-product .new-product__media-wrapper-custom {
        width: 508px
    }
}

@media(min-width: 1280px) {
    .alternative-product .new-product__media-wrapper-custom {
        width: calc(699 * 100vw / 1440)
    }
}

@media(min-width: 1536px) {
    .alternative-product .new-product__media-wrapper-custom {
        width: calc(699 * 100vw / 1440)
    }
}

@media (max-width: 1224px) {
    .alternative-product .new-product__content-icon__svg {
        width: 83px;
    }
}

@media (max-width: 991px) {
    .alternative-product .new-product {
        flex-direction: column;
    }

    .alternative-product .page-width.page-width-custom {
        padding: 0;
    }

    .alternative-product .new-product__content-slide {
        display: none;
    }

    .alternative-product .new-product.product .new-product__inf-wrapper {
        max-width: 100%;
        width: 100%;
        padding: 32px 16px;
    }

    .alternative-product .new-product__info-container {
        max-width: 100%;
    }

    .alternative-product .new-product.product .new-product__media {
        max-width: 100%;
        flex-direction: row;
        overflow: auto;
    }

    .alternative-product .new-product__media-wrapper-custom {
        max-width: 100%;
        width: 100%;
        background: #d9d9d9;
    }

    .alternative-product .new-product__content-scroll {
        display: none;
    }

    .alternative-product .new-product__info-container.product__info-container {
        position: inherit;
    }

    .alternative-product /* Mobile swiper */
    .new-product__scrollbar-wrapper {
        display: none;
    }

    .alternative-product .product-swiper {
        width: 100%;
        max-height: 490px;
        aspect-ratio: 1/1;
    }

    .alternative-product .product-swiper .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .alternative-product .product-swiper .swiper-slide img {
        width: 416px;
        height: 80%;
        object-fit: contain;
    }

    .alternative-product .product-swiper .swiper-pagination {
        bottom: 10px;
    }

    .alternative-product .product-swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: var(--new-product-color-primary);
        opacity: 0.5;
    }

    .alternative-product .product-swiper .swiper-pagination-bullet-active {
        opacity: 1;
    }

    .alternative-product .new-product__media.desktop-only {
        display: none;
    }

    .alternative-product .new-product__content-icon {
        flex-wrap: wrap;
        justify-content: start;
        max-width: 70%;
        row-gap: 48px;
    }

    .alternative-product .new-product__content-icon__svg {
        width: 33%;
    }

    .alternative-product .new-product__inf-wrapper span.money {
        font-size: 22px;
    }

    .alternative-product .new-product__description {
        max-width: 100%;
        margin-bottom: 28px; 
    }

    .alternative-product .new-product__content-afterpay {
        display: flex;
        gap: 5px;
    }

    .alternative-product .new-product__media-wrapper-custom {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .alternative-product .product-swiper {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .alternative-product .product-swiper .swiper-slide {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .alternative-product .new-product__media-wrapper-custom {
        width: 100%;
    }

    .alternative-product .new-product__quantity-content {
        align-items: flex-start;
        margin-bottom: 19px;
        column-gap: 17px;
        row-gap: 28px;
    }

    .alternative-product .new-product .product-form__input {
        margin: 0;
        margin-bottom: 16px;
    }

    .alternative-product .new-product__quantity .quantity {
        width: 85%
    }
}

.alternative-product .new-product__description.new-product__description--only-mobile {
    display: none;
}

@media (max-width: 768px) {

    .alternative-product .new-product__wishlist,
.alternative-product .new-product__description-secondary,
.alternative-product .new-product .product__description,
.alternative-product .new-product__content-icon,
.alternative-product .new-product .collapsible {
        max-width: 100%;
        margin: 0;
        padding-bottom: 0px;
    }

    .alternative-product .new-product__content-icon__svg {
        width: 50%;
    }

    .alternative-product .new-product__title,
.alternative-product .new-product__title h1,
.alternative-product .new-product__content-text {
        margin-bottom: 5px;
    }

    .alternative-product .new-product__content-afterpay {
        display: block;
        padding: 0;
    }

    .alternative-product afterpay-placement {
        padding: 0;
        margin: 5px 0;
    }

    .alternative-product .new-product__description {
        display: none;
    }

    .alternative-product .new-product__description.new-product__description--only-mobile {
        display: block;
    }

    .alternative-product div.new-product__scrollbar-track {
        min-width: 0;
    }

    .alternative-product /* yotpo */
    .main-widget .write-question-review-buttons-container {
        padding: 20px 0 !important;
    }

    .alternative-product .main-widget .write-question-review-buttons-container .write-question-review-button {
        width: 100%;
    }
}


@media (max-width: 479px) {
    .alternative-product .new-product__title h1 {
        font-size: 32px;
        line-height: 32px;
    }

    .alternative-product .product-form__input {
        min-width: 45%
    }

    .alternative-product .new-product__buy-buttons {
        padding: 20px;
    }
}

.alternative-product .new-product .collapsible {
    max-width: 100%
}

@media(max-width: 1056px) and (min-width: 992px) {
    .alternative-product .product__info-container .product-form-form {
        max-width: calc(100% - 140px);
    }
}

@media(min-width: 992px) {
    .alternative-product .new-product__quantity-content .new-product--f-family.price {
        grid-column: 1 / -1;
        width: 100%
    }

    .alternative-product .new-product__quantity-content {
        display: grid;
        grid-template-columns: calc(122 * 100vw / 1440) minmax(0, 1fr);
        align-items: end;
        column-gap: calc(12 * 100vw / 1440);
        row-gap: 0;
    }

    .alternative-product .new-product .product__info-container .product-form-form,
.alternative-product .new-product .product__info-container .product-form-form--with-wishlist {
        grid-column: 2;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: none;
    }
}

@media(max-width: 991px) {
    .alternative-product .custon__container {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap
    }
    .alternative-product .new-product .product__description {
        max-width: 100%;
        width: 100%;
        margin: 0
    }

    .alternative-product .new-product .product-form__input {
        order: -1;
        margin-bottom: 0;
    }

    .alternative-product .new-product__quantity-content {
        row-gap: 28px
    }

    .alternative-product .new-product__buy-buttons,
.alternative-product .new-product__quantity .quantity {
        max-height: 46px;
        height: 46px;
        min-height: 46px
    }

    .alternative-product .new-product__quantity .quantity {
        width: 100%
    }

    .alternative-product .new-product__content-afterpay,
.alternative-product afterpay-placement {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .alternative-product .new-product__content-icon {
        max-width: 100%;
        width: 100%;
        margin: 0;
        justify-content: initial;
        gap: 12px;
        padding: 58px 0 29px;
    }

    .alternative-product .new-product__content-icon__svg {
        width: 67px
    }

    .alternative-product .new-product__quantity-content {
        flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
        align-items: center;
    }

    .alternative-product .product__info-container .product-form-form,
.alternative-product .product-form__buttons {
        max-width: 100%;
        width: 100%
    }

    .alternative-product .new-product.product .new-product__inf-wrapper {
        padding: 50px 35px
    }
}

.alternative-product .new-product .product__info-container .product-form-form {
    width: 100%;
    min-width: 0;
}

.alternative-product .new-product .product__info-container .product-form-form--with-wishlist {
    width: 100%;
}

.alternative-product .new-product .product-form__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
}

.alternative-product .new-product .product-form__buttons--with-wishlist {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    column-gap: 10px;
    row-gap: 10px;
    align-items: stretch;
    grid-auto-rows: minmax(46px, auto);
}

.alternative-product .new-product .product-form__buttons .new-product__buy-buttons {
    flex: 1 1 0;
    min-width: 0;
}

.alternative-product .new-product .product-form__buttons--with-wishlist .new-product__buy-buttons {
    grid-column: 1;
    width: 100%;
    min-height: 46px;
    height: 46px;
    max-height: 46px;
}

.alternative-product .new-product .product-form__buttons .shopify-payment-button-wrapper {
    flex: 0 0 100%;
}

.alternative-product .new-product .product-form__buttons--with-wishlist .shopify-payment-button-wrapper {
    grid-column: 1 / -1;
}

.alternative-product .new-product .product-form__buttons .new-product__wishlist-app-block {
    display: flex;
    align-items: stretch;
    flex: 0 0 24px;
    width: 24px;
    min-width: 24px;
    min-height: 46px;
    height: 46px;
    contain: layout paint;
}

.alternative-product .new-product .product-form__buttons--with-wishlist .new-product__wishlist-app-block {
    grid-column: 2;
}

.alternative-product .new-product .new-product__wishlist-app-block .shopify-app-block,
.alternative-product .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot {
    width: 24px;
    min-width: 24px;
    min-height: 46px;
    height: 46px;
}

.alternative-product .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot,
.alternative-product .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot > div {
    display: flex;
    width: 100%;
    min-height: 46px;
    height: 100%;
}

.alternative-product .new-product .new-product__wishlist-app-block .kl-hub-favorites-widget {
    width: 24px;
    min-width: 24px;
    height: 46px;
    padding: 0;
    justify-content: center;
}

.alternative-product .kl-hub-favorites-widget:hover::after,
.alternative-product .kl-hub-favorites-widget:focus::after {
    display: none;
}

.alternative-product .new-product .new-product__wishlist-app-block .kl-hub-favorites-widget:hover .kl-hub-icon svg path {
  animation: heartbeat 1.6s ease-in-out infinite;
  transform-origin: center;

}

@keyframes heartbeat {
  0% { transform: scale(1); }
  14% { transform: scale(1.1); }
  28% { transform: scale(1); }
  42% { transform: scale(1.1); }
  70% { transform: scale(1); }
}
 

@media (max-width: 991px) {
    .alternative-product .new-product .product__info-container .product-form-form {
        width: 100%;
        max-width: 100%;
    }

    .alternative-product .new-product .product__info-container .product-form-form--with-wishlist {
        width: 100%;
        max-width: 100%;
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-favorites-widget {
        width: 46px;
        min-width: 46px;
    }
}

@media (max-width: 750px) {
    .alternative-product .new-product .product-form__buttons--with-wishlist {
        justify-items: end;
    }

    .alternative-product .new-product .product-form__buttons--with-wishlist .new-product__buy-buttons {
        justify-self: stretch;
    }

    .alternative-product .new-product .product-form__buttons--with-wishlist .new-product__wishlist-app-block,
.alternative-product .new-product .new-product__wishlist-app-block .shopify-app-block,
.alternative-product .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot,
.alternative-product .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot > div,
.alternative-product .new-product .new-product__wishlist-app-block .kl-hub-favorites-widget {
        min-height: 46px;
        height: 46px;
        max-height: 46px;
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-favorites-widget,
.alternative-product .new-product .new-product__wishlist-app-block .kl-hub-img {
        background: transparent !important;
        box-shadow: none !important;
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-img {
        padding: 0 !important;
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-favorites-widget {
        --atlas-icon-size-medium: 46px;
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-wishlist-icon--active svg path {
        fill: #E88299 !important;
        stroke-width: 0 !important
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-wishlist-icon--active svg path,
.alternative-product .new-product .new-product__wishlist-app-block [class*="StyledFilledHeart"] svg path {
        fill: #E88299 !important;
    }

    .alternative-product .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot > div {
        align-items: center;
    }

.alternative-product .new-product__buy-buttons,
.alternative-product .new-product__quantity .quantity,
.alternative-product .new-product .product-form__buttons--with-wishlist .new-product__buy-buttons,
.alternative-product .new-product .new-product__wishlist-app-block .kl-hub-favorites-widget,
.alternative-product .new-product .new-product__wishlist-app-block .kl-hub-icon {
        padding: 0;
        min-height: 38px;
        height: 38px;
        max-height: 38px;
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-icon {
      width: 38px;
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-icon,
.alternative-product .new-product__wishlist-app-block .kl-hub-icon svg {
        width: 38px !important;
        min-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
    }

    .alternative-product .new-product .product-form__buttons--with-wishlist {
        grid-auto-rows: minmax(38px, auto);;
    }

    .alternative-product .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot {
        justify-content: center;
    }

    .alternative-product .blMHNQ,
.alternative-product .new-product .new-product__wishlist-app-block .kl-hub-icon {
        top: calc(50% - 38px / 2);
        left: calc(50% - 38px / 2);
    }

    .alternative-product .new-product__wishlist-app-block .kl-hub-icon svg {
        min-width: 38px !important;
    }
}

@media(min-width: 992px) {
    .alternative-product .new-product .product__info-container .product-form-form {
        width: 290px;
        max-width: 290px;
    }

    .alternative-product .new-product .product__info-container .product-form-form--with-wishlist {
        width: 100%;
        max-width: none;
    }

    .alternative-product .new-product .product-form__buttons--with-wishlist {
        grid-template-columns: minmax(0, 1fr) calc(24 * 100vw / 1440);
        column-gap: calc(12 * 100vw / 1440);
        grid-auto-rows: minmax(42px, auto);
    }

    .alternative-product .new-product .product-form__buttons .new-product__buy-buttons,
.alternative-product .new-product .product-form__buttons--with-wishlist .new-product__buy-buttons {
        width: 100%;
        min-width: 290px;
        max-width: none;
        min-height: 42px;
        height: 42px;
        max-height: 42px;
    }

    .alternative-product .new-product .product-form__buttons .new-product__wishlist-app-block,
.alternative-product .new-product .new-product__wishlist-app-block .shopify-app-block,
.alternative-product .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot,
.alternative-product .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot > div,
.alternative-product .new-product .new-product__wishlist-app-block .kl-hub-favorites-widget {
        min-height: calc(42 * (100vw / 1440));
        height: calc(42 * (100vw / 1440));
        max-height: calc(42 * (100vw / 1440));
    }
}

@media (min-width: 1600px) {
  .alternative-product .new-product__title h1 {
  font-size: calc(24 * (100vw / 1440));
  line-height: calc(28 * (100vw / 1440));
  letter-spacing: calc(-1 * (100vw / 1440));
  }

  .alternative-product .yotpo-sr-bottom-line-summary svg {
    width: calc(14 * (100vw / 1440));
    height: calc(14 * (100vw / 1440));
  }
  .alternative-product span.yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {
    font-size: calc(8 * (100vw / 1440)) !important;
  }

  .alternative-product product-breadcrumbs .breadcrumbs__item a {
    font-size: calc(14 * (100vw / 1440))
  }

  .alternative-product .new-product__description {
    font-size: calc(14 * (100vw / 1440));
    line-height: calc(17 * (100vw / 1440));
    margin: calc(30 * (100vw / 1440)) 0 calc(49 * (100vw / 1440));;
  }

  .alternative-product .price {
    height: calc(43 * (100vw / 1440));
  }

  .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-favorites-widget {
    height: calc(42 * (100vw / 1440));
    max-height: calc(42 * (100vw / 1440));
    width: calc(46 * (100vw / 1440));
  }

  .alternative-product .new-product__inf-wrapper .money {
    font-size: calc(18 * (100vw / 1440));
  }

  .alternative-product .new-product .product-form__input,
.alternative-product .new-product__quantity .quantity {
    max-width: calc(122 * (100vw / 1440));
    height: calc(42 * (100vw / 1440));
    width: 100%;
    min-width: 100%;
  }

  .alternative-product .new-product .product__info-container .product-form-form--with-wishlist,
.alternative-product .new-product .product__description,
.alternative-product .new-product .product-form__buttons .new-product__buy-buttons,
.alternative-product .new-product .product-form__buttons--with-wishlist .new-product__buy-buttons {
    max-width: calc(290 * (100vw / 1440));
    width: 100%;
  }

  .alternative-product .new-product__description-secondary p,
.alternative-product .afterpay-paragraph,
.alternative-product .afterpay-paragraph {
    font-size: calc(14 * (100vw / 1440));
  }

  .alternative-product .new-product .product-form__buttons--with-wishlist {
    grid-template-columns: minmax(0, 1fr) calc(24 / 1440 * 100vw);
    column-gap: calc(12 / 1440 * 100vw);
    grid-auto-rows: minmax(calc(42 / 1440 * 100vw), auto);
  }
  .alternative-product .new-product .product-form__buttons .new-product__buy-buttons,
.alternative-product .new-product .product-form__buttons--with-wishlist .new-product__buy-buttons {
    max-height: calc(42 * (100vw / 1440));
    height: calc(42 * (100vw / 1440));
    font-size: calc(14 * (100vw / 1440));
  }

  .alternative-product .new-product__quantity-content {
    grid-template-columns:  calc(122 / 1440 * 100vw) minmax(0, 1fr);
  }
  .alternative-product .quantity__input {
     font-size: calc(16 * (100vw / 1440));
  }

  .alternative-product .quantity__button .svg-wrapper {
    width:calc(16 * (100vw / 1440));
    height:calc(16 * (100vw / 1440));
  }

  .alternative-product .quantity__button.new-product--f-family span svg {
    width:calc(10 * (100vw / 1440));
    height:calc(10 * (100vw / 1440));
  }

  .jdFEQm,
.alternative-product .Icon-icon-fHYiH {
    height:calc(24 * (100vw / 1440)) !important;
    width: calc(24 * (100vw / 1440)) !important;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }

  .alternative-product .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot > div {
    max-height:calc(42 * (100vw / 1440));
    height:calc(42 * (100vw / 1440));
    width:calc(24 * (100vw / 1440));
    max-width:calc(24 * (100vw / 1440));

  }
  .alternative-product span.kl-hub-icon.kl-hub-wishlist-icon,
.alternative-product span.kl-hub-icon[class*="kl-hub-wishlist-icon--"] {
  --size-scaled: calc(var(--size, 24) / 1440 * 100vw);
  top: calc(50% - var(--size-scaled) / 2);
  left: calc(50% - var(--size-scaled) / 2);
  display: flex;
}
  .alternative-product .new-product__content-icon {
    max-width: calc(320 * (100vw / 1440));
    gap: calc(8 * (100vw / 1440));
  }

  .alternative-product .new-product__content-icon__svg {
    width: calc(67 * (100vw / 1440));
  }

  .alternative-product .new-product__content-icon__svg img {
    width: calc(46 * (100vw / 1440));
    height: calc(46 * (100vw / 1440));
  }

  .alternative-product .new-product__description-svg {
    font-size: calc(11 * (100vw / 1440));
  }

  .alternative-product .new-product__content-afterpay {
    max-width: calc(290 / 1440 * 100vw);
    margin-left: calc(122 / 1440 * 100vw + 17px);
  }

  .alternative-product afterpay-placement {
    max-width: calc(290 / 1440 * 100vw);
    --messaging-font-size: calc(10 / 1440 * 100vw);
    font-size: calc(10 / 1440 * 100vw);
  }
}

.jdFEQm {
    position: relative;
    overflow: visible;
    --size: var(--atlas-icon-size-medium);
    width: var(--size);
    height: calc(var(--size) * 1.5);
}

.alternative-product .new-product .kl-hub-favorites-widget .kl-hub-icon {
    display: block;
}
.alternative-product .new-product .kl-hub-favorites-widget span {
    display: none;
}


@media (max-width: 750px) {
    .alternative-product .new-product .product-form__buttons--with-wishlist {
        justify-items: end;
    }

    .alternative-product .new-product .product-form__buttons--with-wishlist .new-product__buy-buttons {
        justify-self: stretch;
    }

    .alternative-product .new-product .product-form__buttons--with-wishlist .new-product__wishlist-app-block,
.alternative-product .new-product .new-product__wishlist-app-block .shopify-app-block,
.alternative-product .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot,
.alternative-product .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot > div,
.alternative-product .new-product .new-product__wishlist-app-block .kl-hub-favorites-widget {
        min-height: 46px;
        height: 46px;
        max-height: 46px;
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-favorites-widget,
.alternative-product .new-product .new-product__wishlist-app-block .kl-hub-img {
        background: transparent !important;
        box-shadow: none !important;
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-img {
        padding: 0 !important;
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-favorites-widget {
        --atlas-icon-size-medium: 46px;
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-icon,
.alternative-product .new-product .new-product__wishlist-app-block .kl-hub-icon svg {
        width: 46px !important;
        min-width: 46px !important;
        height: 46px !important;
        min-height: 46px !important;
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-wishlist-icon--active svg path,
.alternative-product .new-product .new-product__wishlist-app-block [class*="StyledFilledHeart"] svg path {
        fill: #E88299 !important;
    }
}


@media(max-width: 750px) {
    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-favorites-widget,
.alternative-product .new-product .new-product__wishlist-app-block .kl-hub-icon,
.alternative-product .new-product .new-product__wishlist-app-block .kl-hub-icon svg,
.alternative-product .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot > div,
.alternative-product .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot,
.alternative-product .new-product .new-product__wishlist-app-block .shopify-app-block,
.alternative-product .new-product .product-form__buttons--with-wishlist .new-product__wishlist-app-block {
        min-height: 38px !important;
        height: 38px !important;
        max-height: 38px !important;
        width: 38px !important;
        align-self: center;
        min-width: 38px !important;
    }

    .jdFEQm {
        width: 38px;
        height: 38px
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-favorites-widget {
        min-width: 38px !important
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-wishlist-icon--inactive svg path {
        stroke: initial !important;
        fill: #E88299 !important
    }

    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-wishlist-icon--active svg path {
        fill: #E88299 !important;
        stroke-width: 0 !important
    }
}


@media(min-width: 1441px) {
    .alternative-product .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot,
.alternative-product .new-product .new-product__wishlist-app-block .shopify-app-block,
.alternative-product .new-product .product-form__buttons .new-product__wishlist-app-block,
.alternative-product .new-product .kl-hub-favorites-widget .kl-hub-icon {
        max-height: calc(42 * (100vw / 1440));;
        height: calc(42 * (100vw / 1440));
        width: calc(24 * (100vw / 1440));
        max-width: calc(24 * (100vw / 1440));
    }

    .alternative-product .blMHNQ,
.alternative-product .new-product .new-product__wishlist-app-block .kl-hub-icon {
        top: calc(50% - (24 * (100vw / 1440)) / 2);
        left: calc(50% - (24 * (100vw / 1440)) / 2);
        width: calc(24 * (100vw / 1440)) !important;
        height: calc(24 * (100vw / 1440)) !important;
    }


    .alternative-product .new-product .new-product__wishlist-app-block .kl-hub-wishlist-icon--inactive svg path {
        stroke: initial !important;
        fill: #E88299 !important
    }
}

.alternative-product /* Ultra-wide screens (>3000px): the calc-based absolute positioning of the
   Klaviyo heart drifts off-center. Force flex centering on the container and
   neutralize the absolute positioning of the heart icon. */
@media (min-width: 3000px) {
    .new-product .new-product__wishlist-app-block,
    .new-product .new-product__wishlist-app-block .shopify-app-block,
    .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot,
    .new-product .new-product__wishlist-app-block .klaviyo-wishlist-slot > div,
    .new-product .new-product__wishlist-app-block .kl-hub-favorites-widget,
    .new-product .new-product__wishlist-app-block .kl-hub-icon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .new-product .new-product__wishlist-app-block .kl-hub-icon {
        position: relative !important;
    }

    .new-product .new-product__wishlist-app-block .kl-hub-icon,
    .new-product .new-product__wishlist-app-block span.kl-hub-icon,
    .new-product .new-product__wishlist-app-block span.kl-hub-icon.kl-hub-wishlist-icon,
    .new-product .new-product__wishlist-app-block span.kl-hub-icon[class*="kl-hub-wishlist-icon--"] {
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin: 0 !important;
    }

    .new-product .new-product__wishlist-app-block .kl-hub-icon > svg,
    .new-product .new-product__wishlist-app-block .kl-hub-icon svg {
        position: static !important;
        top: auto !important;
        left: auto !important;
        margin: 0 auto !important;
    }
}

.alternative-product /* Price row wrapper (price + mobile wishlist slot). Desktop: only the price shows. */
.new-product__price-row {
    display: contents;
}

@media (max-width: 991px) {
    .alternative-product /* Row 1: quantity | price ; Row 2: ATC button + wishlist heart (to the right) */
    .new-product .new-product__quantity-content {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
        row-gap: 16px;
    }

    .alternative-product .new-product .new-product__quantity-content .new-product__quantity.product-form__input {
        order: 1;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        margin: 0;
    }

    .alternative-product .new-product .new-product__quantity-content .new-product__quantity .quantity {
        width: auto;
        max-width: 122px;
    }

    .alternative-product .new-product .new-product__quantity-content .new-product__price-row {
        order: 2;
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 12px;
        flex: 1 1 0;
        min-width: 0;
    }

    .alternative-product .new-product .new-product__quantity-content .new-product__price-row .new-product--f-family.price.new-product__price-wrap {
        flex: initial;
        min-width: 0;
        margin: 0;
        width: auto;
    }

    .alternative-product /* Heart fill: outline when inactive,
.alternative-product pink filled when active (clicked) */

    .new-product .new-product__wishlist-app-block .kl-hub-wishlist-icon--active svg path,
.alternative-product .new-product .new-product__wishlist-app-block [class*="StyledFilledHeart"] svg path {
        fill: #E88299 !important;
    }

    .alternative-product /* ATC sits below on its own row,
.alternative-product full width */
    .new-product .new-product__quantity-content .product-form-form,
.alternative-product .new-product .new-product__quantity-content .product-form-form--with-wishlist {
        order: 3;
        width: 100%;
        flex: 0 0 100%;
    }

    .alternative-product /* Hide the original (desktop) wishlist link on mobile */
    .new-product__wishlist {
        display: none !important;
    }

    .alternative-product /* Buttons WITHOUT wishlist: stacked,
.alternative-product full width */
    .new-product .product-form__buttons {
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 10px;
        width: 100%;
    }

    .alternative-product .new-product .product-form__buttons .new-product__buy-buttons {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
        grid-column: 1 / -1;
    }

    .alternative-product /* Buttons WITH wishlist: ATC + heart share one row,
.alternative-product heart to the right (as in design) */
    .new-product .product-form__buttons--with-wishlist {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        column-gap: 12px;
        row-gap: 10px;
        width: 100%;
    }

    .alternative-product .new-product .product-form__buttons--with-wishlist .new-product__buy-buttons {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        max-width: none;
        grid-column: auto;
    }

    .alternative-product .new-product .product-form__buttons--with-wishlist .new-product__wishlist-app-block {
        flex: 0 0 auto;
        width: 46px;
        min-width: 46px;
        max-width: 46px;
        margin: 0;
        contain: none;
        overflow: visible;
    }

    .alternative-product /* Dynamic checkout button (if enabled) wraps to its own full-width row below */
    .new-product .product-form__buttons--with-wishlist .shopify-payment-button-wrapper {
        flex: 0 0 100%;
        width: 100%;
    }
}

.alternative-product /* Desktop: the Add-to-Cart + wishlist row fills the full info-column width so the
   heart aligns to the content's right edge at every viewport (scalable,
.alternative-product not capped). */
@media (min-width: 992px) {
    .new-product .product-form__buttons--with-wishlist,
    .new-product .product__info-container .product-form-form--with-wishlist,
    .new-product .product-form__buttons--with-wishlist .new-product__buy-buttons {
        max-width: none;
    }
}


.alternative-product /* ── Delta heredado de section-main-product.css (rediseño develop) ───────── */

.product__info-container .product-form {
  min-height: 42px;
}

.alternative-product .product__info-container .product-form-form {
  max-width: 290px;
}

.alternative-product .afterpay-paragraph .afterpay-main-text {
  font-size: 8px !important;
}

.alternative-product .afterpay-paragraph {
  font-size: 8px !important;
}
