/** Shopify CDN: Minification failed

Line 464:1 Unexpected "*"

**/
.t4s-sticky-atc {
    padding: 22px 40px;
    background-color: #fff;
    z-index: 190;
    box-shadow: 0 -2px 18px rgb(0 0 0 / 8%);
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
    -webkit-transform: translate3d(0,105%,0);
    transform: translate3d(0,105%,0);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    opacity: 1;
    pointer-events: auto;
    min-height: 104px;
    font-family: Outfit, sans-serif;
}
.t4s-sticky-atc.is--shown {
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}
.t4s-sticky-atc__product,
.t4s-sticky-atc__btns {
    display: flex;
    align-items: center;
}
.t4s-sticky-atc__product {
    flex: 1 1 auto;
    min-width: 0;
    gap: 34px;
}
.t4s-sticky-atc__img {
    order: 2;
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 10px rgb(0 0 0 / 18%);
}
.t4s-sticky-atc__img img {
    position: absolute; 
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.t4s-sticky-atc__title {
    color: #222;
    font-weight: 500;
}
.t4s-sticky-atc__price {
    order: 3;
    color: #222;
    font-family: Outfit, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    min-width: 92px;
    text-align: center;
    white-space: nowrap;
}
.t4s-sticky-atc__price ins {
    color: #222;
    text-decoration: none;
}
.t4s-sticky-atc__price del {
    display: none;
}
.t4s-sticky-atc__infos {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
}
.t4s-sticky-atc__headline {
    display: flex;
    align-items: center;
    min-width: 0;
    color: #222;
    font-family: Outfit, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}
.t4s-sticky-atc__description {
    overflow: hidden;
    text-overflow: ellipsis;
}
.t4s-sticky-atc__separator {
    flex: 0 0 auto;
    margin: 0 8px;
    color: #222;
}
.t4s-sticky-atc__qty {
    min-width: 120px;
    width: 120px;
    height: 40px;
    border: 1px solid var(--border-color);
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    border-radius: var(--btn-radius);
}
.t4s-sticky-atc__qty button {
    position: absolute;
    display: block;
    padding: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: 0 0;
    color: var(--secondary-color);
}
.t4s-sticky-atc__qty .is--minus {
    left: 0;
    text-align: left;
    padding-left: 15px;
}
.t4s-sticky-atc__qty .is--plus {
    right: 0;
    text-align: right;
    padding-right: 15px;
}
.t4s-sticky-atc__qty input.t4s-quantity-input[type=number] {
    width: 35px;
    border: 0px;
    height: 38px;
    background: 0px 0px;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: var(--secondary-color);
    text-align: center;
}
.t4s-sticky-atc__qty button svg {
    width: 12px;
    height: 12px;
    stroke-width: 2;
}
.t4s-sticky-atc__atc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 202px;
    height: 60px;
    min-width: 202px;
    min-height: 60px;
    padding: 13.33px 28px;
    border: 2px solid #097A60;
    border-radius: 20px !important;
    background-color: #fff;
    color: #097A60;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}
.t4s-sticky-atc__atc:hover {
    background-color: #f5fffb;
    color: #097A60;
}
.t4s-sticky-atc__buy-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 202px;
    height: 60px;
    min-width: 202px;
    padding: 13.33px 28px;
    gap: 6.67px;
    border: 0;
    border-radius: 20px;
    background: #097A60;
    color: #DFF98F;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}
.t4s-sticky-atc__buy-now:hover {
    background: #076b55;
    color: #DFF98F;
}
.t4s-sticky-atc__buy-now[disabled],
.t4s-sticky-atc__buy-now[aria-disabled="true"],
.t4s-sticky-atc__buy-now.is--loading {
    opacity: .5;
    pointer-events: none;
}
.t4s-sticky-atc__v-title {
    margin: 0 30px;
    color: var(--secondary-color);
    text-decoration: underline;
}
[data-sticky-v-title] {
    cursor: pointer;
}
.t4s-sticky-atc__v-title .t4s-dropdown {
   cursor: default;
}
.t4s-sticky-atc__v-title:empty {
    margin: 0 44px;
}
.t4s-sticky-atc__v-title select {
    min-width: 100px;
}
.rtl_false .t4s-sticky-atc__v-title .t4s-icon-select-arrow {
    right: 8px;
}
.rtl_false .t4s-sticky-atc__v-title .t4s-dropdown__sortby button[data-dropdown-open] {
    padding-right: 20px;
}
.rtl_true .t4s-sticky-atc__v-title .t4s-icon-select-arrow {
    left: 8px;
}
.rtl_true .t4s-sticky-atc__v-title .t4s-dropdown__sortby button[data-dropdown-open] {
    padding-left: 20px;
}
button.t4s-sticky-atc__atc[disabled="disabled"],
button.t4s-sticky-atc__atc[aria-disabled="true"] {
    opacity: .5;
    animation: none !important;
    pointer-events: none;
}
.t4s-sticky-atc[hidden],
button.t4s-sticky-close {
    display: none;
}
.t4s-sticky-atc__v-title .t4s-drop-arrow {
    display: none !important;
}
button.t4s-sticky-atc__atc[disabled="disabled"]{
    pointer-events: none;
}
.t4s-sticky-atc__v-title .t4s-dropdown__content button[disabled] {
    pointer-events: none;
    opacity: .6;
}
.t4s-sticky-atc__product .t4s-dropdown__sortby button[data-dropdown-open] {
    color: var(--secondary-color);
}
.t4s-sticky-atc__v-title,
.t4s-sticky-atc__qty {
    display: none !important;
}
.t4s-sticky-atc__btns {
    flex: 0 0 auto;
    gap: 18px;
}
@media (max-width: 767px) {
    .t4s-sticky-atc {
        left: 16px !important;
        right: 16px !important;
        bottom: 16px !important;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 220px;
        align-items: center;
        gap: 18px;
        min-height: 250px;
        padding: 32px 48px;
        box-shadow: 0 8px 28px rgb(0 0 0 / 16%);
    }
    .t4s-sticky-atc__product {
        display: grid;
        grid-template-columns: 1fr 42px;
        grid-template-areas:
            "price image"
            "info image";
        align-items: center;
        gap: 16px 28px;
        width: 100%;
        margin: 0;
    }
    .t4s-sticky-atc__img {
        grid-area: image;
        order: initial;
        display: block;
        align-self: center;
    }
    .t4s-sticky-atc__infos {
        grid-area: info;
        order: initial;
    }
    .t4s-sticky-atc__headline {
        display: block;
        white-space: normal;
    }
    .t4s-sticky-atc__title,
    .t4s-sticky-atc__description {
        display: block;
    }
    .t4s-sticky-atc__title {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.12;
    }
    .t4s-sticky-atc__separator {
        display: none;
    }
    .t4s-sticky-atc__description {
        margin-top: 6px;
        color: #777;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
    }
    .t4s-sticky-atc__price {
        grid-area: price;
        order: initial;
        min-width: 0;
        text-align: left;
        font-size: 48px;
        font-weight: 600;
        line-height: 1;
    }
    html:not(.is--opend-drawer) .t4s-sticky-atc {
        z-index: 465;
    }
    .sticky-is--active .t4s-close-overlay.is--pindop {
        z-index: 462;
    }
    .t4s-sticky-atc .t4s-dropdown__wrapper, .t4s-lb__wrapper {
        transition: .2s cubic-bezier(.645, .045, .355, 1);
    }
    .t4s-sticky-atc .t4s-dropdown__sortby button[data-dropdown-open] {
        border-bottom: 1px solid var(--border-color);
        border-radius: 0;
        min-width: 50px;
    }
    .sticky_layout_mb--minimal .t4s-sticky-atc__product,
    .sticky_layout_mb--minimal2 .t4s-sticky-atc__product {
        display: none
    }
    .sticky_layout_mb--minimal .t4s-sticky-atc__title,
    .sticky_layout_mb--minimal .t4s-sticky-atc__img {
        display: block;
    }
    .sticky_layout_mb--minimal .t4s-sticky-atc__product {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .sticky_layout_mb--minimal .t4s-sticky-atc__infos {
        width: calc( 100% - 110px);
        width: -webkit-calc( 100% - 110px);
        padding: 0 15px;
        margin: 0;
    }
    .sticky_layout_mb--minimal .t4s-sticky-atc__v-title {
        width: 100%;
        margin: 10px 0;
        text-align: center;
        border-top: 1px solid var(--border-color);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .sticky_layout_mb--minimal .t4s-sticky-atc__v-title.is--enable_select_false {
        padding: 9px 0;
        border-bottom: 1px solid var(--border-color);
    }
    .sticky_layout_mb--minimal button[data-dropdown-open] {
        width: 100%;
        min-height: 44px !important;
    }
    .sticky_layout_mb--minimal .t4s-sticky-atc__title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    button.t4s-sticky-close {
        width: 44px;
        height: 44px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background-color: transparent;
        color: var(--secondary-color);
        border-radius: 50%;
        padding: 0
    }
}

.t4s-sticky-atc__shipping-icon {
    display: block !important;
    color: currentColor !important;
    border-radius: 0 !important;
}

@media (max-width: 767px) {
    body.template-product {
        padding-bottom: calc(130px + env(safe-area-inset-bottom, 0px));
    }
    .template-product .t4s-sticky-atc {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
        border-radius: 0 !important;
        z-index: 465 !important;
        transform: translate3d(0, 105%, 0) !important;
        -webkit-transform: translate3d(0, 105%, 0) !important;
    }
    .template-product .t4s-sticky-atc.is--shown {
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
    }
    [data-sticky-addtocart].t4s-sticky-atc {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        transform: translate3d(0, 105%, 0) !important;
        -webkit-transform: translate3d(0, 105%, 0) !important;
    }
}

@media (max-width: 767px) {
    body.template-product {
        padding-bottom: calc(130px + env(safe-area-inset-bottom, 0px));
    }
    .template-product .t4s-sticky-atc {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
        border-radius: 0 !important;
        z-index: 465 !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
    }
    .template-product .t4s-sticky-atc.is--shown {
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
    }
}
*** End of File

.t4s-sticky-atc__shipping-icon {
    display: block !important;
    color: currentColor !important;
    border-radius: 0 !important;
}

.t4s-sticky-atc__shipping-icon {
    display: block !important;
    color: currentColor !important;
    border-radius: 0 !important;
}
@media (max-width: 575px) {
    .t4s-sticky-atc {
        left: 12px !important;
        right: 12px !important;
        bottom: 12px !important;
        grid-template-columns: minmax(0, 1fr) 142px;
        min-height: 184px;
        gap: 14px;
        padding: 20px 18px;
    }
    .t4s-sticky-atc__product {
        grid-template-columns: minmax(0, 1fr) 32px;
        gap: 10px 14px;
    }
    .t4s-sticky-atc__product,
    .t4s-sticky-atc__btns {
        width: 100%;
    }
    .t4s-sticky-atc__img {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }
    .t4s-sticky-atc__btns {
        flex-direction: column;
        gap: 10px;
    }
    .t4s-sticky-atc__atc,
    .t4s-sticky-atc__buy-now {
        width: 100%;
        min-width: 0;
        height: 52px;
        min-height: 52px;
        font-size: 18px;
    }
    .t4s-sticky-atc__title {
        font-size: 20px;
    }
    .t4s-sticky-atc__description {
        font-size: 15px;
    }
    .t4s-sticky-atc__price {
        font-size: 34px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .t4s-sticky-atc {
        padding: 20px 24px;
        gap: 24px;
    }
    .t4s-sticky-atc__headline,
    .t4s-sticky-atc__price {
        font-size: 20px;
    }
    .t4s-sticky-atc__atc,
    .t4s-sticky-atc__buy-now {
        width: 170px;
        min-width: 170px;
    }
}

@media (max-width: 767px) {
    .t4s-sticky-atc.sticky_layout_mb--minimal .t4s-sticky-atc__product,
    .t4s-sticky-atc.sticky_layout_mb--minimal2 .t4s-sticky-atc__product {
        display: grid;
    }
    .t4s-sticky-atc.sticky_layout_mb--minimal .t4s-sticky-atc__infos {
        width: auto;
        padding: 0;
    }
    .t4s-sticky-atc.sticky_layout_mb--minimal .t4s-sticky-atc__title {
        overflow: visible;
        white-space: normal;
    }
}

.t4s-sticky-atc {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    justify-content: stretch;
    gap: 32px;
}
.t4s-sticky-atc__product {
    display: contents !important;
}
.t4s-sticky-atc__img {
    display: none !important;
}
.t4s-sticky-atc__infos {
    grid-column: 1;
    justify-self: start;
    width: 100%;
}
.t4s-sticky-atc__price {
    grid-column: 2;
    justify-self: center;
}
.t4s-sticky-atc__btns {
    grid-column: 3;
    justify-self: end;
}

@media (max-width: 767px) {
    .t4s-sticky-atc {
        grid-template-columns: minmax(0, 1fr) minmax(136px, 40%);
        min-height: 184px;
    }
    .t4s-sticky-atc__infos {
        grid-column: 1;
        grid-row: 2;
        padding: 0 !important;
        width: 100%;
    }
    .t4s-sticky-atc__price {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        text-align: left;
    }
    .t4s-sticky-atc__btns {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: center;
        justify-self: end;
        width: min(220px, 100%);
    }
    .t4s-sticky-atc.sticky_layout_mb--minimal .t4s-sticky-atc__product,
    .t4s-sticky-atc.sticky_layout_mb--minimal2 .t4s-sticky-atc__product {
        display: contents !important;
    }
}

@media (min-width: 768px) {
    .t4s-sticky-atc {
        display: grid !important;
        grid-template-columns: max-content max-content max-content;
        justify-content: center;
        align-items: center;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        min-height: 86px;
        padding: 0 32px;
        gap: 22px;
        border-radius: 0;
    }
    .t4s-sticky-atc__product {
        display: contents !important;
        min-width: 0;
    }
    .t4s-sticky-atc__infos {
        display: contents;
    }
    .t4s-sticky-atc__headline {
        grid-column: 1;
        grid-row: 1;
        align-self: center;
        justify-self: end;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        line-height: 1;
        white-space: nowrap !important;
        max-width: 620px;
    }
    .t4s-sticky-atc__title,
    .t4s-sticky-atc__description {
        white-space: nowrap !important;
    }
    .t4s-sticky-atc__img {
        display: none !important;
        visibility: hidden;
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 50%;
    }
    .t4s-sticky-atc__price {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        justify-self: center;
        min-width: 78px;
        font-size: 20px;
        text-align: center;
        white-space: nowrap !important;
    }
    .t4s-sticky-atc__btns {
        grid-column: 3;
        grid-row: 1;
        align-self: center;
        justify-self: start;
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        gap: 14px;
        margin-left: 0;
    }
    .t4s-sticky-atc__atc,
    .t4s-sticky-atc__buy-now {
        align-self: center;
        width: 160px;
        min-width: 160px;
        height: 46px;
        min-height: 46px;
        padding: 0 22px;
        border-radius: 16px !important;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .t4s-sticky-atc {
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100%;
        display: grid !important;
        grid-template-columns: minmax(0, 199px) 116px;
        grid-template-rows: 34px 37px;
        align-content: center;
        align-items: center;
        justify-content: center;
        column-gap: 34px;
        row-gap: 7px;
        min-height: 120px;
        padding: 20px 24px;
        border-radius: 0;
        box-shadow: 0 -6px 24px rgb(0 0 0 / 12%);
    }
    .t4s-sticky-atc__product,
    .t4s-sticky-atc.sticky_layout_mb--minimal .t4s-sticky-atc__product,
    .t4s-sticky-atc.sticky_layout_mb--minimal2 .t4s-sticky-atc__product {
        display: contents !important;
    }
    .t4s-sticky-atc__infos,
    .t4s-sticky-atc.sticky_layout_mb--minimal .t4s-sticky-atc__infos {
        display: contents;
        width: auto;
        padding: 0 !important;
        margin: 0;
    }
    .t4s-sticky-atc__price {
        grid-column: 1;
        grid-row: 1;
        align-self: center;
        justify-self: start;
        min-width: 82px;
        color: #222;
        font-family: Outfit, sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        white-space: nowrap !important;
    }
    .t4s-sticky-atc__headline {
        grid-column: 1;
        grid-row: 2;
        align-self: start;
        justify-self: start;
        display: block;
        width: 199px;
        max-width: 100%;
        color: #222;
        font-family: Outfit, sans-serif;
        line-height: 1.5;
        white-space: normal !important;
    }
    .t4s-sticky-atc__title {
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        white-space: nowrap !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .t4s-sticky-atc__separator {
        display: none;
    }
    .t4s-sticky-atc__description {
        display: block;
        margin-top: 0;
        color: #777;
        font-size: 10px;
        font-weight: 400;
        line-height: 1.5;
        white-space: nowrap !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .t4s-sticky-atc__img {
        display: none !important;
        visibility: hidden;
        width: 24px;
        height: 24px;
        min-width: 24px;
        margin-top: 3px;
        border-radius: 50%;
    }
    .t4s-sticky-close {
        display: none !important;
    }
    .t4s-sticky-atc__btns {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: center;
        justify-self: end;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 116.04px;
        gap: 6.5px;
        margin: 0;
    }
    .t4s-sticky-atc__atc,
    .t4s-sticky-atc__buy-now {
        width: 116.04px;
        min-width: 116.04px;
        height: 34.47px;
        min-height: 34.47px;
        padding: 0 10px;
        border-radius: 14px !important;
        font-size: 12px;
        line-height: 1;
    }
}

@media (max-width: 389px) {
    .t4s-sticky-atc {
        left: 0 !important;
        right: 0 !important;
        grid-template-columns: minmax(0, 1fr) 112px;
        column-gap: 18px;
        padding: 18px 18px;
    }
    .t4s-sticky-atc__headline {
        width: 100%;
    }
    .t4s-sticky-atc__img {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }
    .t4s-sticky-atc__btns,
    .t4s-sticky-atc__atc,
    .t4s-sticky-atc__buy-now {
        width: 112px;
        min-width: 112px;
    }
}

@media (min-width: 768px) {
    .t4s-sticky-atc {
        grid-template-columns: minmax(320px, 430px) 80px 334px !important;
        gap: 22px !important;
        min-height: 90px !important;
        padding: 0 28px !important;
    }
    .t4s-sticky-atc__shipping {
        display: flex !important;
        gap: 10px !important;
        width: min(430px, 100%) !important;
        font-size: 16px !important;
        line-height: 1.25 !important;
    }
    .t4s-sticky-atc__shipping-icon {
        width: 28px !important;
        height: 24px !important;
    }
    .t4s-sticky-atc__price {
        min-width: 80px !important;
        font-size: 18px !important;
        line-height: 1.15 !important;
    }
    .t4s-sticky-atc__price del {
        display: block !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
    }
    .t4s-sticky-atc__btns {
        gap: 14px !important;
    }
    .t4s-sticky-atc__atc,
    .t4s-sticky-atc__buy-now {
        width: 160px !important;
        min-width: 160px !important;
        height: 46px !important;
        min-height: 46px !important;
        border-radius: 14px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 767px) {
    body.template-product {
        padding-bottom: calc(130px + env(safe-area-inset-bottom, 0px));
    }
    .t4s-sticky-atc {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: 30px 15px 34px !important;
        row-gap: 8px !important;
        min-height: 130px !important;
        padding: 12px 19px calc(14px + env(safe-area-inset-bottom, 0px)) !important;
        border-radius: 0 !important;
        z-index: 465 !important;
        transform: translate3d(0, 105%, 0) !important;
        -webkit-transform: translate3d(0, 105%, 0) !important;
    }
    .t4s-sticky-atc.is--shown {
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
    }
    .template-product .t4s-sticky-atc {
        bottom: 0 !important;
    }
    .template-product .t4s-sticky-atc.is--shown {
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
    }
    .t4s-sticky-atc__shipping {
        grid-column: 1 !important;
        grid-row: 2 !important;
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        width: 100% !important;
        color: rgb(34 34 34 / 50%) !important;
        font-family: Outfit, sans-serif !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 1.25 !important;
        white-space: nowrap !important;
    }
    .t4s-sticky-atc__shipping-icon {
        flex: 0 0 auto !important;
        width: 13.8px !important;
        height: 12.85px !important;
        color: rgb(34 34 34 / 50%) !important;
    }
    .t4s-sticky-atc__price {
        grid-column: 1 !important;
        grid-row: 1 !important;
        display: flex !important;
        align-items: baseline !important;
        gap: 8px !important;
        font-size: 24px !important;
        line-height: 1.25 !important;
    }
    .t4s-sticky-atc__price ins {
        order: 1 !important;
        color: #222 !important;
        text-decoration: none !important;
    }
    .t4s-sticky-atc__price del {
        order: 2 !important;
        display: block !important;
        color: rgb(34 34 34 / 50%) !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
        text-decoration: line-through !important;
    }
    .t4s-sticky-atc__headline {
        display: none !important;
    }
    .t4s-sticky-atc__btns {
        grid-column: 1 !important;
        grid-row: 3 !important;
        justify-self: stretch !important;
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        gap: 12px !important;
    }
    .t4s-sticky-atc__atc,
    .t4s-sticky-atc__buy-now {
        flex: 1 1 0 !important;
        width: auto !important;
        min-width: 0 !important;
        height: 34px !important;
        min-height: 34px !important;
        border-radius: 11.49px !important;
        font-size: 12px !important;
    }
}

.t4s-sticky-atc__shipping-icon {
    display: block !important;
    color: currentColor !important;
    border-radius: 0 !important;
}

@media (min-width: 768px) {
    .t4s-sticky-atc {
        grid-template-columns: minmax(320px, 430px) 80px 334px;
        gap: 22px;
        min-height: 90px;
        padding: 0 28px;
    }
    .t4s-sticky-atc__shipping {
        gap: 10px;
        width: min(430px, 100%);
        font-size: 16px;
        line-height: 1.25;
    }
    .t4s-sticky-atc__shipping-icon {
        width: 28px;
        height: 24px;
    }
    .t4s-sticky-atc__price {
        min-width: 80px;
        font-size: 18px;
        line-height: 1.15;
    }
    .t4s-sticky-atc__price del {
        font-size: 13px;
        line-height: 1.25;
    }
    .t4s-sticky-atc__btns {
        gap: 14px;
    }
    .t4s-sticky-atc__atc,
    .t4s-sticky-atc__buy-now {
        width: 160px;
        min-width: 160px;
        height: 46px;
        min-height: 46px;
        border-radius: 14px !important;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .t4s-sticky-atc {
        grid-template-columns: 1fr;
        grid-template-rows: 30px 15px 34px;
        align-content: center;
        row-gap: 8px;
        min-height: 130px;
        padding: 12px 19px 14px;
    }
    .t4s-sticky-atc__shipping {
        grid-column: 1;
        grid-row: 2;
        display: flex !important;
        align-items: center;
        gap: 6px;
        width: 100%;
        color: rgb(34 34 34 / 50%);
        font-family: Outfit, sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.25;
        white-space: nowrap;
    }
    .t4s-sticky-atc__shipping-icon {
        flex: 0 0 auto;
        width: 13.8px;
        height: 12.85px;
        color: rgb(34 34 34 / 50%);
    }
    .t4s-sticky-atc__price {
        grid-column: 1;
        grid-row: 1;
        display: flex;
        align-items: baseline;
        gap: 8px;
        font-size: 24px;
        line-height: 1.25;
    }
    .t4s-sticky-atc__price ins {
        order: 1;
        color: #222;
        text-decoration: none;
    }
    .t4s-sticky-atc__price del {
        order: 2;
        display: block !important;
        color: rgb(34 34 34 / 50%);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
        text-decoration: line-through;
    }
    .t4s-sticky-atc__headline {
        display: none !important;
    }
    .t4s-sticky-atc__btns {
        grid-column: 1;
        grid-row: 3;
        justify-self: stretch;
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 12px;
    }
    .t4s-sticky-atc__atc,
    .t4s-sticky-atc__buy-now {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        height: 34px;
        min-height: 34px;
        border-radius: 11.49px !important;
        font-size: 12px;
    }
}

.t4s-sticky-atc__shipping {
    display: none;
}

@media (min-width: 768px) {
    .t4s-sticky-atc {
        display: grid !important;
        grid-template-columns: minmax(360px, 601px) 91px 423px;
        justify-content: center;
        align-items: center;
        gap: 34px;
        min-height: 120px;
        padding: 0 32px;
        background: #fff;
        box-shadow: 0 0 25.4px rgb(0 0 0 / 25%);
        border-radius: 0;
    }
    .t4s-sticky-atc__shipping {
        grid-column: 1;
        grid-row: 1;
        display: flex;
        align-items: center;
        justify-self: start;
        gap: 15px;
        width: min(601px, 100%);
        color: rgb(34 34 34 / 50%);
        font-family: Outfit, sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.25;
        white-space: nowrap;
    }
    .t4s-sticky-atc__shipping-icon {
        flex: 0 0 auto;
        width: 41.37px;
        height: 38.52px;
        color: rgb(34 34 34 / 50%);
    }
    .t4s-sticky-atc__product {
        display: contents !important;
    }
    .t4s-sticky-atc__infos {
        display: contents;
    }
    .t4s-sticky-atc__headline {
        display: none !important;
    }
    .t4s-sticky-atc__price {
        grid-column: 2;
        grid-row: 1;
        justify-self: start;
        align-self: center;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-width: 91px;
        color: #222;
        font-family: Outfit, sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.25;
        text-align: left;
        white-space: nowrap;
    }
    .t4s-sticky-atc__price ins {
        order: 1;
        color: #222;
        text-decoration: none;
    }
    .t4s-sticky-atc__price del {
        order: 2;
        display: block;
        color: rgb(34 34 34 / 40%);
        font-size: 18px;
        font-weight: 400;
        line-height: 1.28;
        text-decoration: line-through;
    }
    .t4s-sticky-atc__btns {
        grid-column: 3;
        grid-row: 1;
        justify-self: start;
        display: flex;
        align-items: center;
        gap: 19px;
        width: auto;
        margin: 0;
    }
    .t4s-sticky-atc__atc,
    .t4s-sticky-atc__buy-now {
        width: 202px;
        min-width: 202px;
        height: 60px;
        min-height: 60px;
        padding: 0 28px;
        border-radius: 20px !important;
        font-family: Outfit, sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
    }
    .t4s-sticky-atc__atc {
        border: 2px solid #097A60;
        background: #fff;
        color: #097A60;
    }
    .t4s-sticky-atc__buy-now {
        border: 0;
        background: #097A60;
        color: #DFF98F;
    }
}

@media (max-width: 767px) {
    .t4s-sticky-atc {
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100%;
        display: grid !important;
        grid-template-columns: minmax(0, 199px) 116.04px;
        grid-template-rows: 30px 37px;
        align-content: center;
        align-items: center;
        justify-content: center;
        column-gap: 34px;
        row-gap: 7px;
        min-height: 130px;
        padding: 20px 25px;
        background: #fff;
        border-radius: 0;
        box-shadow: 0 0 25.4px rgb(0 0 0 / 25%);
    }
    .t4s-sticky-atc__shipping {
        display: none !important;
    }
    .t4s-sticky-atc__product,
    .t4s-sticky-atc.sticky_layout_mb--minimal .t4s-sticky-atc__product,
    .t4s-sticky-atc.sticky_layout_mb--minimal2 .t4s-sticky-atc__product {
        display: contents !important;
    }
    .t4s-sticky-atc__infos,
    .t4s-sticky-atc.sticky_layout_mb--minimal .t4s-sticky-atc__infos {
        display: contents;
        width: auto;
        margin: 0;
        padding: 0 !important;
    }
    .t4s-sticky-atc__price {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        align-self: center;
        display: block;
        min-width: 0;
        color: #222;
        font-family: Outfit, sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.25;
        text-align: left;
        white-space: nowrap !important;
    }
    .t4s-sticky-atc__price ins {
        color: #222;
        text-decoration: none;
    }
    .t4s-sticky-atc__price del {
        display: none !important;
    }
    .t4s-sticky-atc__headline {
        grid-column: 1;
        grid-row: 2;
        justify-self: start;
        align-self: start;
        display: block !important;
        width: 199px;
        max-width: 100%;
        color: #222;
        font-family: Outfit, sans-serif;
        line-height: 1.5;
        white-space: normal !important;
    }
    .t4s-sticky-atc__title {
        display: block;
        overflow: hidden;
        color: #222;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        text-overflow: ellipsis;
        white-space: nowrap !important;
    }
    .t4s-sticky-atc__separator {
        display: none !important;
    }
    .t4s-sticky-atc__description {
        display: block;
        overflow: hidden;
        margin-top: 0;
        color: rgb(0 0 0 / 50%);
        font-size: 10px;
        font-weight: 400;
        line-height: 1.5;
        text-overflow: ellipsis;
        white-space: nowrap !important;
    }
    .t4s-sticky-atc__btns {
        grid-column: 2;
        grid-row: 1 / span 2;
        justify-self: end;
        align-self: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 116.04px;
        gap: 6px;
        margin: 0;
    }
    .t4s-sticky-atc__atc,
    .t4s-sticky-atc__buy-now {
        width: 116.04px;
        min-width: 116.04px;
        height: 34.47px;
        min-height: 34.47px;
        padding: 0 10px;
        border-radius: 11.49px !important;
        font-family: Outfit, sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
    }
    .t4s-sticky-atc__atc {
        border: 1.15px solid #097A60;
        background: #fff;
        color: #097A60;
    }
    .t4s-sticky-atc__buy-now {
        border: 0;
        background: #097A60;
        color: #DFF98F;
    }
}

@media (max-width: 389px) {
    .t4s-sticky-atc {
        grid-template-columns: minmax(0, 1fr) 112px;
        column-gap: 18px;
        padding: 18px;
    }
    .t4s-sticky-atc__headline {
        width: 100%;
    }
    .t4s-sticky-atc__btns,
    .t4s-sticky-atc__atc,
    .t4s-sticky-atc__buy-now {
        width: 112px;
        min-width: 112px;
    }
}

@media (min-width: 768px) {
    .t4s-sticky-atc {
        grid-template-columns: minmax(320px, 430px) 80px 334px !important;
        gap: 22px !important;
        min-height: 90px !important;
        padding: 0 28px !important;
    }
    .t4s-sticky-atc__shipping {
        display: flex !important;
        gap: 10px !important;
        width: min(430px, 100%) !important;
        font-size: 16px !important;
        line-height: 1.25 !important;
    }
    .t4s-sticky-atc__shipping-icon {
        width: 28px !important;
        height: 24px !important;
    }
    .t4s-sticky-atc__price {
        min-width: 80px !important;
        font-size: 18px !important;
        line-height: 1.15 !important;
    }
    .t4s-sticky-atc__price del {
        display: block !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
    }
    .t4s-sticky-atc__btns {
        gap: 14px !important;
    }
    .t4s-sticky-atc__atc,
    .t4s-sticky-atc__buy-now {
        width: 160px !important;
        min-width: 160px !important;
        height: 46px !important;
        min-height: 46px !important;
        border-radius: 14px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 767px) {
    .t4s-sticky-atc {
        grid-template-columns: 1fr !important;
        grid-template-rows: 30px 15px 34px !important;
        row-gap: 8px !important;
        min-height: 130px !important;
        padding: 12px 19px 14px !important;
    }
    .t4s-sticky-atc__shipping {
        grid-column: 1 !important;
        grid-row: 2 !important;
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        width: 100% !important;
        color: rgb(34 34 34 / 50%) !important;
        font-family: Outfit, sans-serif !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 1.25 !important;
        white-space: nowrap !important;
    }
    .t4s-sticky-atc__shipping-icon {
        flex: 0 0 auto !important;
        width: 13.8px !important;
        height: 12.85px !important;
        color: rgb(34 34 34 / 50%) !important;
    }
    .t4s-sticky-atc__price {
        grid-column: 1 !important;
        grid-row: 1 !important;
        display: flex !important;
        align-items: baseline !important;
        gap: 8px !important;
        font-size: 24px !important;
        line-height: 1.25 !important;
    }
    .t4s-sticky-atc__price ins {
        order: 1 !important;
        color: #222 !important;
        text-decoration: none !important;
    }
    .t4s-sticky-atc__price del {
        order: 2 !important;
        display: block !important;
        color: rgb(34 34 34 / 50%) !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
        text-decoration: line-through !important;
    }
    .t4s-sticky-atc__headline {
        display: none !important;
    }
    .t4s-sticky-atc__btns {
        grid-column: 1 !important;
        grid-row: 3 !important;
        justify-self: stretch !important;
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        gap: 12px !important;
    }
    .t4s-sticky-atc__atc,
    .t4s-sticky-atc__buy-now {
        flex: 1 1 0 !important;
        width: auto !important;
        min-width: 0 !important;
        height: 34px !important;
        min-height: 34px !important;
        border-radius: 11.49px !important;
        font-size: 12px !important;
    }
}

.t4s-sticky-atc__shipping-icon {
    display: block !important;
    color: currentColor !important;
    border-radius: 0 !important;
}

@media (max-width: 767px) {
    body.template-product {
        padding-bottom: calc(130px + env(safe-area-inset-bottom, 0px));
    }
    .template-product .t4s-sticky-atc {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
        border-radius: 0 !important;
        z-index: 465 !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
    }
    .template-product .t4s-sticky-atc.is--shown {
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
    }
}
