/** Shopify CDN: Minification failed

Line 3156:14 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 3151:14 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 3146:14 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 2888:14 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 2876:14 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 2868:14 Expected ":"

**/
/* ===================================================================
   Base & General Styles
   =================================================================== */
:root {
    /* colors */
    --cc-bg: #ffffff;
    --cc-text: #222222;
    --cc-primary: #0d6efd;
    --cc-border: #d0d5dd;
    --cc-overlay: rgba(0, 0, 0, .46);
    --cc-check-bg: var(--cc-primary);
    --cc-check-fill: #ffffff;
    /* sizes */
    --cc-radius: 8px;
    --cc-trigger-p: 9px 16px;
    --cc-btn-gap: 8px;
    --cc-grid-gap: 12px;
    --cc-card-w: 90%;
    --cc-flag-w: 20px;
    --cc-flag-h: 14px;
    --cc-check-d: 84px;
    --cc-shadow: 0 6px 18px rgba(0, 0, 0, .22);
    --cc-font: 14px/1.45 "Inter", "Segoe UI", system-ui, Helvetica, Arial, sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.outter-container {
    padding: 15px 10px 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 47%, rgba(215, 233, 255, 1) 100%);
}

.t4s-search-header__input, select.t4s-truncate {
    color: #103178;
}

/* ===================================================================
   Layout Containers
   =================================================================== */
.mian-below-header {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
}

.menu-container {
    width: 240px;
}

.slider-container-bdf {
    width: 880px;
}

.slider-container-bdf .container {
    padding: 0;
}

.adbdf-container {
    width: 340px;
    margin-right: 0;
}

/* ===================================================================
   Promo Section
   =================================================================== */
.promo-section {
    padding: 15px 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    text-align: center;
    background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
}

.promo-title {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #92400e;
}

.promo-text {
    margin-bottom: 0;
    color: #b45309;
}

/* ===================================================================
   Buttons
   =================================================================== */
a.btn.btn-primary {
    padding: 8px 15px;
    border-radius: 500px;
    font-weight: 600;
    color: #fff;
    background: #f79c33;
}

.container.laylaylay .grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.container.laylaylay .column {
    padding: 20px;
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.container.laylaylay .big-text {
    font-size: 200%;
    background: #fc0;
}

.container.laylaylay .title-description {
    background-color: #f5f5f5;
}

.container.laylaylay .coupon {
    background-color: #bcff6d;
}

.container.laylaylay .coupon-design {
    border: 2px dashed #103178;
    padding: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background: #d0ff98;
}

.container.laylaylay .coupon p {
    font-weight: bold;
    margin: 0;
    color: #103178;
}

.container.laylaylay .coupon h3 {
    font-size: 24px;
    margin: 0;
}

.container.laylaylay .big-text p {
    font-size: 100%;
    background: #ffcc00;
}

.container.laylaylay .column.big-text p {
    font-weight: bold;
    color: #103178;
}

/* Desktop */
@media (min-width: 768px) {
    .container.laylaylay .grid-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .container.laylaylay .column {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 5px;
        text-align: center;
    }

    .container.laylaylay .title-description {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
        padding: 25px;
    }

    .container.laylaylay .big-text {
        font-size: 200%;
        background: #ffcc00;
    }

    body .cart-consent-inner label {
        display: flex;
        flex-direction: row-reverse;
        gap: 10px;
    }

    #t4s-nav-ul li:nth-child(1) a {
        pointer-events: none;
        cursor: pointer;
    }
}

.container.laylaylay .column.title-description.speccss {
    background: #056deb;
}

.container.laylaylay .column.title-description.speccss * {
    color: #fff;
}

.container.laylaylay .ads-sp * {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.container.laylaylay {
    max-width: 1240px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

a.btn.btn-2 {
    display: inline-block;
    padding: 10px 35px;
    border-radius: 500px;
    font-weight: 600;
    color: #fff;
    background: #056deb;
}

a.abdg-left-btn {
    padding: 5px 18px;
    border: 1px solid #000;
    border-radius: 500px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    background: #fff;
}

a.abdg-left-btn.filled {
    border-color: #ff9923;
    color: #fff;
    background: #ff9923;
}

.t4s-account-nav li a {
    padding: 20px;
    display: block;
    font-size: 16px;
    color: #103178;
    font-weight: bold;
}

a.abdg-left-btn.filled:hover {
    background: #fff;
    color: #ff9827;
    border-color: #ff9827;
}

/*   SHINE LOVE */
/* 9th card only */
.ll__tier-cards .ll__tier-card:nth-child(9) {
    position: relative;
    overflow: hidden;
    z-index: 0;
    width: 48% !important;
    background: linear-gradient(145deg, #f7d774, #e5b646) !important;
    border: 2px solid #d4af37 !important;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,.25), inset 0 1px 4px rgba(255,255,255,.6);
    transition: transform .2s ease, box-shadow .2s ease;
}

.ll__tier-cards .ll__tier-card:nth-child(9):hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,.35), inset 0 1px 6px rgba(255,255,255,.8);
}

/* Content styling */
.ll__tier-cards .ll__tier-card:nth-child(9) p {
    font-size: 18px;
    font-weight: 700;
    color: #3a2c00;
    margin: 8px 0 0;
    text-shadow: 0 1px 1px rgba(255,255,255,.8);
}

.ll__tier-cards .ll__tier-card:nth-child(9) .ll__benefits span {
    font-weight: 600;
    color: #2a2000;
}

.ll__tier-cards .ll__tier-card:nth-child(9) svg circle {
    fill: #d4af37;
    stroke: #fff4cc;
    stroke-width: 1;
}

.ll__tier-cards .ll__tier-card:nth-child(9) .ll__illustrated-block img {
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,.25);
}

/* Shine sweep on TOP of everything */
.ll__tier-cards .ll__tier-card:nth-child(9)::before {
    content: "";
    position: absolute;
    inset: -20% -50%;
    pointer-events: none;
    z-index: 3;
    /* narrow bright band */
    background: linear-gradient( 120deg, rgba(255,255,255,0) 35%, rgba(255,255,255,.45) 48%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.45) 52%, rgba(255,255,255,0) 65% );
    transform: translateX(-130%);
    animation: goldShine 3s linear infinite;
}

/* Subtle inner glow BELOW the shine */
.ll__tier-cards .ll__tier-card:nth-child(9)::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient( 120% 80% at 10% 0%, rgba(255,255,255,.35) 0%, rgba(255,255,255,.08) 35%, rgba(0,0,0,0) 60% );
}

@keyframes goldShine {
    0% {
        transform: translateX(-130%);
    }

    60% {
        transform: translateX(130%);
    }

    100% {
        transform: translateX(130%);
    }
}

/* Motion preference */
@media (prefers-reduced-motion: reduce) {
    .ll__tier-cards .ll__tier-card:nth-child(9)::before {
        animation: none;
        opacity: .3;
    }

    .ll__tier-cards .ll__tier-card:nth-child(9), .ll__tier-cards .ll__tier-card:nth-child(9):hover {
        transition: none;
        transform: none;
    }
}

/* Ultimate Reward: 10th card */
.ll__tier-cards .ll__tier-card:nth-child(10) {
    position: relative;
    overflow: hidden;
    z-index: 0;
    width: 48% !important;
    /* Richer gold gradient */
    background: linear-gradient(160deg, #ffd700, #ffae00) !important;
    border: 3px solid #ffdd44 !important;
    border-radius: 14px;
    /* Stronger depth */
    box-shadow: 0 8px 20px rgba(0,0,0,.4), inset 0 2px 6px rgba(255,255,255,.8);
    transition: transform .25s ease, box-shadow .25s ease;
}

.ll__tier-cards .ll__tier-card:nth-child(10):hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 28px rgba(0,0,0,.5), inset 0 3px 8px rgba(255,255,255,.9);
}

/* Text styling */
.ll__tier-cards .ll__tier-card:nth-child(10) p {
    font-size: 20px;
    font-weight: 800;
    color: #3a2500;
    margin: 10px 0 0;
    text-shadow: 0 1px 2px rgba(255,255,255,.9);
}

.ll__tier-cards .ll__tier-card:nth-child(10) .ll__benefits span {
    font-weight: 700;
    color: #1a1200;
}

/* Checkmark badge */
.ll__tier-cards .ll__tier-card:nth-child(10) svg circle {
    fill: #ffcc33;
    stroke: #fffbe8;
    stroke-width: 1.5;
}

/* Icon enhancement */
.ll__tier-cards .ll__tier-card:nth-child(10) .ll__illustrated-block img {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,.35);
}

/* More intense shine sweep */
.ll__tier-cards .ll__tier-card:nth-child(10)::before {
    content: "";
    position: absolute;
    inset: -30% -60%;
    pointer-events: none;
    z-index: 3;
    background: linear-gradient( 120deg, rgba(255,255,255,0) 30%, rgba(255,255,255,.6) 45%, rgba(255,255,255,1) 50%, rgba(255,255,255,.6) 55%, rgba(255,255,255,0) 70% );
    filter: blur(1px);
    transform: translateX(-150%);
    animation: ultimateShine 2.5s linear infinite;
    animation-delay: 1.5s;
}

/* Glow pulse effect */
.ll__tier-cards .ll__tier-card:nth-child(10)::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: radial-gradient( circle at 50% 0%, rgba(255,255,200,.35) 0%, rgba(255,220,120,.2) 30%, rgba(0,0,0,0) 70% );
    animation: goldenPulse 4s ease-in-out infinite;
}

/* Shine animation */
@keyframes ultimateShine {
    0% {
        transform: translateX(-150%) rotate(20deg);
    }

    60% {
        transform: translateX(150%) rotate(20deg);
    }

    100% {
        transform: translateX(150%) rotate(20deg);
    }
}

/* Gentle glowing pulse */
@keyframes goldenPulse {
    0%, 100% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.6;
    }
}

/* Motion preference */
@media (prefers-reduced-motion: reduce) {
    .ll__tier-cards .ll__tier-card:nth-child(10)::before, .ll__tier-cards .ll__tier-card:nth-child(10)::after {
        animation: none;
        opacity: .3;
    }

    .ll__tier-cards .ll__tier-card:nth-child(10), .ll__tier-cards .ll__tier-card:nth-child(10):hover {
        transition: none;
        transform: none;
    }
}

/* END SHINE LOVE */
/* ===================================================================
   Side Menu
   =================================================================== */
ul.side-mega-menu {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f8f8f8;
}

.side-mega-menu li {
    padding: 12px;
    border-bottom: 1px solid #e3e3e3;
    font-family: "Jost";
    font-size: 15px;
}

.side-mega-menu li:hover {
    box-shadow: #dfdfdf -4px 0 0 0;
    background: #f1f1f1;
}

.side-mega-menu li:last-child {
    border-bottom: 0;
}

ul.side-mega-menu li a {
    color: #103178;
}

ul.side-mega-menu li.label-as-deal a {
    color: #ffffff !important;
    font-weight: 600;
}

li.label-as-deal {
    background: #1c74cd;
}

li.label-as-deal:hover {
    background: #1c74cd;
}

/* ===================================================================
   Hot Products Grid
   =================================================================== */
.outer-hot-products {
    position: relative;
    z-index: 1;
    padding: 10px;
    margin-top: 10px;
    background: #e8e8e8;
}

.below-hero-titles {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 999;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 0 0 10px 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Jost';
    font-weight: bold;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #ffffff;
    background: #f79c33;
}

.inner-hot-products {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.inner-hot-products img {
    width: 75px;
}

.hot-single-item-grid {
    margin-right: 10px;
}

p.price {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #000;
}

/* ===================================================================
   Image Grid
   =================================================================== */
.image-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

/* ===================================================================
   Account / Welcome Panel
   =================================================================== */
.manspan-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.abdg-left {
    width: 30%;
}

.abdg-right {
    width: 70%;
    text-align: left;
}

span.user-acc-pic {
    display: block;
    width: 65px;
    height: 65px;
    margin-right: 10px;
    background: url('https://brunodermalfiller.com/cdn/shop/t/19/assets/user00.png?v=1690863697') no-repeat;
    background-size: contain;
}

span.msg-wlc {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.7rem;
    text-align: left;
    color: #1d3077;
}

/* ===================================================================
   Service Policy List
   =================================================================== */
ul.manspace-list {
    padding: 0 !important;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

ul.manspace-list li {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 400;
}

ul.manspace-list li:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    border-radius: 500px;
    vertical-align: middle;
    background: #12a05c url('/cdn/shop/files/check-mark-svgrepo-com.svg?v=1750329797') no-repeat;
    background-size: 10px;
    background-position: center;
}

/* ===================================================================
   Top Ranking Splide Slider
   =================================================================== */
#top-ranking-splide .splide__slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0 8px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .06);
    box-shadow: 0 0 4px rgba(0, 0, 0, .06);
    -webkit-transition: transform .2s ease, box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
}

#top-ranking-splide .splide__slide:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
}

#top-ranking-splide .splide__slide img {
    flex: 0 0 auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

#top-ranking-splide .prod-title {
    display: block;
    overflow: hidden;
    max-height: 1.5em;
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
    color: #1d3077;
}

#top-ranking-splide .price {
    margin: 4px 0 0;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #1d3077;
}

#top-ranking-splide .splide__slide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    text-decoration: none;
}

/* ===================================================================
   Promo Slider
   =================================================================== */
#promo-slider .splide__arrow {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background: rgb(255 255 255 / 45%);
    opacity: .75;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

#promo-slider .splide__arrow:hover {
    opacity: 1;
}

#promo-slider .splide__arrow svg {
    width: 10px;
    height: 10px;
}

/* ===================================================================
   Card Styles
   =================================================================== */
.card_footer-button a {
    display: block;
}

.card_footer-text.card_footer-text-1 p, .card_footer-text.card_footer-text-2 p {
    margin-bottom: 10px;
}

.product-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 0.7rem;
}

.card {
    position: relative;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    vertical-align: top;
    -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
    -moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    background: linear-gradient(181deg, rgb(247, 247, 247) 0%, rgb(255, 255, 255) 100%);
}

.card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(0px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card::before {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
}

.card-image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-content {
    position: absolute;
    top: 3.25rem;
    right: 1.25rem;
    left: 4.25rem;
    z-index: 2;
}

.card-title {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 500;
}

.card-subtitle {
    margin: 0.25rem 0 0 0;
    font-weight: 400;
    color: #000;
    opacity: 1;
}

.card-button {
    display: inline-block;
    margin-top: 1rem;
    padding: 3px 20px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    background-color: #056deb;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.card-button:hover {
    color: #000000;
    background-color: #ffffff;
}

/* ===================================================================
   Section Titles
   =================================================================== */
.section_title-text-1, h3.t4s-section-title.t4s-title {
    margin: 0 0 30px;
    font-family: Jost;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #103178;
}

/* ===================================================================
   Banners
   =================================================================== */
.sale-banner-ahd {
    position: relative;
    overflow: hidden;
}

.sale-banner-ahd .t4s-banner-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 200px;
    background: url("/cdn/shop/files/banner-ribbons.svg") no-repeat;
    background-size: 555px;
    background-position: -25px 20px;
}

.shipping-banner {
    position: relative;
    border-radius: 5px;
    color: #fff;
    background: url('/cdn/shop/files/banner-shipping.png?v=1750923829') center top/cover no-repeat;
}

.banner-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    max-width: 95%;
    margin: 10rem auto 15rem auto;
    padding: 3.5rem 0 1.5rem 0;
    gap: 2.5rem;
}

.banner-graphic {
    width: 350px;
    height: auto;
    margin-top: -80px;
    -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .3));
}

/* ===================================================================
   Benefits Grid
   =================================================================== */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.55;
    list-style: none;
    gap: 2rem 1.5rem;
}

.benefits-grid li {
    position: relative;
    display: flex;
    align-items: center;
    padding: .95rem 1rem;
    border: 1px solid rgb(179 179 179 / 20%);
    border-radius: .75rem;
    overflow: hidden;
    font-size: 1.5rem;
    font-weight: 600;
    background: rgb(255 255 255 / 15%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    gap: 1rem;
}

.benefit-icon {
    flex-shrink: 0;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    background: #f79c33;
}

span.benefit-icon svg {
    width: 25px;
    height: auto;
}

/* ===================================================================
   Shipping Info
   =================================================================== */
.t4s-shipping-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
}

.t4s-shipping-item {
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.t4s-shipping-item:last-child {
    border-right: 0;
}

/* ===================================================================
   Flickity Slider
   =================================================================== */
.t4s-flicky-slider.t4s_box_pr_slider.t4s-products.t4s-text-default.t4s_rationt.t4s_position_8.t4s_contain.t4s-row.t4s-row-cols-lg-5.t4s-row-cols-md-4.t4s-row-cols-2.t4s-gx-md-30.t4s-gy-md-30.t4s-gx-10.t4s-gy-10.flickityt4s.flickityt4s-enabled.is-draggable.t4s-enabled {
    box-shadow: inset #ff9923 0 0 0 4px;
}

/* ===================================================================
   Currency Popup
   =================================================================== */
.currency-trigger {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--cc-trigger-p);
    border-radius: calc(var(--cc-radius) - 4px);
    font: var(--cc-font);
    color: var(--cc-text);
    background: var(--cc-bg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    gap: var(--cc-btn-gap);
    cursor: pointer;
    -webkit-transition: border-color .18s ease, box-shadow .18s ease;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.mobile-header-fist-row .t4s-col-md-8.t4s-col-8.t4s-col-item {
    text-align: right;
}

#currency-popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: var(--cc-font);
    background: var(--cc-overlay);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

#currency-popup-overlay[hidden] {
    opacity: 0;
    pointer-events: none;
}

.popup {
    position: relative;
    width: 100%;
    max-width: var(--cc-card-w);
    max-height: 90vh;
    padding: 24px;
    border-radius: var(--cc-radius);
    overflow-y: auto;
    color: var(--cc-text);
    background: var(--cc-bg);
    box-shadow: var(--cc-shadow);
    -webkit-transform: scale(.85);
    transform: scale(.85);
    opacity: 0;
    -webkit-animation: ccScale .28s cubic-bezier(.32, .72, .36, 1.2) forwards;
    animation: ccScale .28s cubic-bezier(.32, .72, .36, 1.2) forwards;
    margin-top: 5vh;
}

.popup .close {
    position: absolute;
    top: 14px;
    right: 18px;
    width: 32px;
    height: 32px;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #666;
    background: none;
    cursor: pointer;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.popup .close:hover {
    outline: none;
    color: #fff;
}

.popup-title {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 600;
}

.currency-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    margin-top: 4px;
    gap: var(--cc-grid-gap);
}

.currency-grid button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 10px;
    border: 1px solid var(--cc-border);
    border-radius: calc(var(--cc-radius) - 4px);
    font: var(--cc-font);
    color: var(--cc-text);
    background: var(--cc-bg);
    gap: var(--cc-btn-gap);
    cursor: pointer;
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
}

.currency-grid button:hover {
    outline: none;
    color: #fff;
    background: var(--cc-primary);
    border-color: var(--cc-primary);
}

.currency-grid button[disabled] {
    opacity: .55;
    cursor: default;
}

.currency-grid img, #open-currency-popup img {
    width: var(--cc-flag-w);
    height: var(--cc-flag-h);
    border: 1px solid #bbb;
    border-radius: 2px;
    -o-object-fit: cover;
    object-fit: cover;
}

#cc-success-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--cc-overlay);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

#cc-success-overlay.show {
    opacity: 1;
}

.cc-success-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: var(--cc-check-d);
    height: var(--cc-check-d);
    border-radius: 50%;
    background: var(--cc-check-bg);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-animation: pop .4s cubic-bezier(.32, .72, .36, 1.2) forwards;
    animation: pop .4s cubic-bezier(.32, .72, .36, 1.2) forwards;
}

.cc-success-icon svg {
    width: 46px;
    height: 46px;
    fill: var(--cc-check-fill);
}

.nova-currency-bar, .nova-mob-switcher {
    display: none !important;
}

:root {
    --lg-bg: #fff;
    --lg-text: #0F3178;
    --lg-primary: #0d6efd;
    --lg-border: #d0d5dd;
    --lg-overlay: rgba(0,0,0,.46);
    --lg-radius: 8px;
    --lg-font: 14px/1.45 "Inter","Segoe UI",system-ui,Helvetica,Arial,sans-serif;
    --lg-gap: 12px;
}

/* hide original G-Translate bubble */
.gt_switcher_wrapper, .gt_black_overlay, .gt_white_content {
    display: none!important
}

/* trigger */
.lang-trigger {
    padding: 5px 16px;
    border-radius: calc(var(--lg-radius) - 4px);
    background: var(--lg-bg);
    color: var(--lg-text);
    font: var(--lg-font);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: border-color .18s,box-shadow .18s;
}

/* overlay */
#language-popup-overlay {
    position: fixed;
    inset: 0;
    background: var(--lg-overlay);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 1000;
    font: var(--lg-font);
    transition: opacity .25s;
}

#language-popup-overlay[hidden] {
    opacity: 0;
    pointer-events: none
}

#meteor-icon-kit__regular-bars {
    width: 22px;
    height: auto;
}

.t4s-header__wrapper .t4s-col-md-1.t4s-col-1.t4s-col-item {
    padding: 0 5px;
}

/* popup card */
@keyframes scaleIn {
    0% {
        transform: scale(.85);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.popup .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background: #056deb;
    line-height: 0;
    padding: 10px 0px 20px 10px;
    border-radius: 0 0 0 100px;
}

.popup .close:hover {
    outline: none
}

.popup-title {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 600
}

/* grid */
.language-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(155px,1fr));
    gap: var(--lg-gap)
}

@media(max-width: 420px) {
    .language-grid {
        grid-template-columns:repeat(auto-fill,minmax(94px,1fr))
    }
}

.language-grid button {
    padding: 7px 10px;
    border: 1px solid var(--lg-border);
    border-radius: calc(var(--lg-radius) - 4px);
    background: var(--lg-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font: var(--lg-font);
    color: var(--lg-text);
    cursor: pointer;
    transition: none;
}

.language-grid button:hover {
    background: var(--lg-primary);
    border-color: var(--lg-primary);
    color: #fff;
    outline: none
}

.language-grid button[disabled] {
    opacity: .55;
    cursor: default
}

/* flag icon (now guaranteed visible) */
.language-grid button img, .lang-trigger img {
    flex: 0 0 auto;
    width: 25px;
    height: 20px;
    object-fit: cover;
    border: 1px solid #bbb;
    border-radius: 2px
}

/* success overlay */
#lang-success-overlay {
    position: fixed;
    inset: 0;
    background: var(--lg-overlay);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s
}

#lang-success-overlay.show {
    opacity: 1
}

.lang-success-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--lg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(.7);
    animation: pop .4s cubic-bezier(.32,.72,.36,1.2) forwards
}

body .t4s-search-header__submit {
    min-width: 70px;
}

body .t4s-search-header__submit svg {
    width: 25px;
}

body .t4s-search-header__input {
    height: 50px;
}

@keyframes pop {
    to {
        transform: scale(1)
    }
}

.lang-success-icon svg {
    width: 46px;
    height: 46px;
    fill: #fff
}

.benefits-card {
    background: linear-gradient(135deg, #356be8 0%, #4e94ce 100%);
    border-radius: 16px;
    padding: 20px 10px 0px 12px;
    width: 100%;
    color: white;
    box-shadow: 0 20px 40px rgba(74, 144, 226, 0.3);
    position: relative;
    overflow: hidden;
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}

.delivery-title svg {
    width: 20px;
    height: 20px;
    margin: -6px 4px;
}

.-image-box-inner-pro-page {
    background: url('/cdn/shop/files/sidebar-hero-marker.png?v=1751381226') no-repeat;
    width: 200px;
    height: 200px;
    background-size: contain;
    display: block;
    position: relative;
}

.box-inner-pro-page {
    display: flex;
    justify-content: space-around;
    padding: 20px 0 00;
}

.benefit-item svg {
    width: 45px;
    height: 45px;
    padding: 0 10px 0 0;
}

.benefit-item:last-of-type {
    margin-bottom: 32px;
}

.delivery-section {
    position: relative;
    border-radius: 12px;
    padding: 0;
    backdrop-filter: blur(10px);
}

.delivery-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.location-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.delivery-title {
    font-size: 15px;
    font-weight: 600;
}

.delivery-subtitle {
    font-size: 12px;
    opacity: 0.85;
    line-height: 1.4;
}

.fbt-container-outer {
    padding: 25px 0;
}

.fbt-container-outer h3.t4s-section-title.t4s-title.fbt-title {
    text-align: left;
    font-size: 230%;
    margin: 0 0 20px;
}

/* Container */
.fbt-container {
    border: 0;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    font-family: inherit;
    width: 100%;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* Products row */
.fbt-products {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 8px;
}

.fbt-item {
    flex: 0 0 auto;
    width: 170px;
    text-align: center;
    font-size: 13px;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center
}

.fbt-img-link {
    display: block
}

.fbt-item img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,.07)
}

.fbt-title-link {
    margin-top: 6px;
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 2;
    font-size: 1.3rem;
    line-height: 1.7;
}

.fbt-title-link:hover {
    text-decoration: underline
}

.fbt-price {
    font-size: 1.5rem;
    font-weight: bold;
}

/* Buttons */
.fbt-item-btn, .fbt-btn {
    position: relative;
    margin-top: 6px;
    background: #f79c33;
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 13px;
    cursor: pointer;
    transition: background .2s;
    font-weight: 600;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.fbt-item-btn:hover {
    background: #c6c6c6
}

.fbt-btn {
    background: #2962ff;
    color: #fff;
    padding: 12px 28px;
    font-size: 14px
}

.fbt-btn:hover {
    background: #0039cb
}

.fbt-plus {
    font-size: 26px;
    font-weight: 700;
    color: #6b8f83;
    align-self: center
}

/* Summary */
.fbt-summary-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px
}

.fbt-total {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 12px;
    color: #222;
    text-align: center
}

/* Loading state */
.btn-loading {
    pointer-events: none;
    opacity: .65
}

.btn-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px;
    border: 2px solid transparent;
    border-top-color: #555;
    border-radius: 50%;
    animation: spin .6s linear infinite
}

.fbt-btn.btn-loading::after {
    border-top-color: #fff;
    width: 18px;
    height: 18px;
    margin: -9px
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

/* Desktop >= 721px: twoÃ¢â‚¬â€˜column */
@media(min-width: 721px) {
    .fbt-container {
        display:flex;
        gap: 24px;
        align-items: center;
    }

    .fbt-products {
        justify-content: flex-start;
        flex: 1;
        overflow-x: hidden;
        padding-bottom: 0;
    }

    .fbt-summary-row {
        margin-top: 0;
        flex: 0 0 220px;
    }
}

/* ===================================================================
   Mobile Header styles
   =================================================================== */
.mobile-header-fist-row .t4s-col-md-7.t4s-col-7.t4s-col-item {
    text-align: right;
}

/* ===================================================================
   Oldstyles Setup - careers
   =================================================================== */
.job-container {
    background: #fbfbfb;
    border: 1px solid #d7d7d7;
    padding: 60px 40px;
    margin-bottom: 25px;
}

.grid.job-post-single h3 {
    margin-bottom: 0;
    font-size: 22px;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback);
}

.job-button-container {
    text-align: right;
}

a.job-button {
    border: 1px solid #d7d7d7;
    padding: 15px 40px;
    background: #1f60ad;
    color: #fff !important;
    transition: 0.4s ease-in-out all;
}

a.job-button:hover {
    background: #fcc15c;
    border-color: #f1c273;
    color: #000!important;
}

.t4s-wrapper__custom {
    /* No specific styles found, but declared here for future use */
}

.t4s-container {
    /* No specific styles found, but declared here for future use */
}

.page-width a {
    text-decoration: none;
    color: inherit;
}

.index-section {
    margin: 45px 0;
}

.index-section h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

.index-section h4 {
    letter-spacing: 0;
    font-size: 18px;
    margin-bottom: 0;
}

.index-section p {
    font-size: 16px;
}

.mobile-header-second-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

body .mobile-header-second-row .t4s-search-header__submit svg {
    width: 16px;
}

.col-1.tga, .col-3.tga {
    flex: 0 0 auto;
    align-items: center;
    display: flex;
}

.col-2.tga {
    display: flex;
    flex: 1 1 auto;
    /* take all available space */
    max-width: 100%;
    /* prevent overflow */
    border-radius: 9999px;
    overflow: hidden;
}

.mobile-header-second-row .t4s-search-header__form {
    width: 100%;
}

.col-3.tga svg {
    width: 30px;
    height: auto;
}

.shopify-section-header-sticky .mobile-header-second-row {
    padding-bottom: 10px;
}

.mobile-switcher {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mobile-switcher button {
    width: 50%;
    text-align: center;
    min-height: 45px;
    justify-content: center;
    background: transparent;
    font-weight: bold;
    padding-bottom: 0;
}

.mobile-switcher.active {
    max-height: 200px;
    /* or whatever height fits your content */
}

.promo-box-container {
    background: url('https://brunodermalfiller.com/cdn/shop/files/2.png') no-repeat;
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 50px;
    color: #333;
    position: relative;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
}

.status-badge-label {
    background-color: #008253;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 2px;
    margin-bottom: 8px;
    display: inline-block;
}

.main-offer-text {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cta-action-link {
    background-color: white;
    color: #4e5e70;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 1rem;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
    display: inline-block;
}

.cta-action-link:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}

.t4s-product-badge > span {
    font-weight: bold;
}

.t4s-product-tabs-wrapper.is--tab-position__external {
    margin: 0 !important;
}

.t4s-product-tabs-wrapper.is--tab-position__external .t4s-type-tabs {
    padding: 0px 0 10px !important;
}

.t4s-product-tabs-wrapper.is--tab-position__external .t4s-container {
    background: #fff !important;
}

.t4s-product-tabs-wrapper .t4s-tabs-ul.t4s-flicky-slider {
    text-align: left !important;
    padding: 0 !important;
}

.mfp-close {
    color: #fff !important;
    opacity: 1 !important;
    right: 20px !important;
    top: 20px !important;
    font-size: 200% !important;
    background: #056deb !important;
    border-radius: 100px;
}

/* ===================================================================
   Keyframe Animations
   =================================================================== */
@-webkit-keyframes ccScale {
    to {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes ccScale {
    to {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes pop {
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes pop {
    to {
        transform: scale(1)
    }
}

/* ===================================================================
   Responsive Media Queries
   =================================================================== */
@media (max-width: 990px) {
    #menu-mb__ul .t4s-menu-item a i {
        background: #f79c33;
        padding: 5px;
        border-radius: 500px;
    }

    body .t4s-mb__menu > li > a {
        color: #000 !important;
        min-height: auto;
        padding: 15px 10px !important;
    }

    #menu-mb__cat li A {
        padding: 0 !important;
    }

    .mfp-close {
        font-size: 130% !important;
        background: #056deb !important;
        border-radius: 100px;
        width: 40px !important;
        height: 40px !important;
    }

    .menu-container {
        display: none;
    }

    .mian-below-header {
        flex-direction: column;
    }

    .inner-hot-products {
        flex-wrap: wrap;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
        justify-content: space-between;
    }

    .hot-single-item-grid {
        display: block;
        flex-basis: 33%;
        width: auto;
        margin: 0;
        margin-bottom: 20px;
    }

    .hot-single-item-grid p.price {
        text-align: left;
    }

    .adbdf-container, .inner-hot-products img, .slider-container-bdf {
        width: 100%;
    }

    body .mobile-header-second-row .t4s-search-header__input {
        height: 30px;
        line-height: 18px;
    }

    .mobile-header-second-row .t4s-search-header__main.t4s-pr.t4s-oh.t4s-d-flex.t4s-col.t4s-col-item button {
        padding: 3px 0 0px 0;
    }

    body .mobile-header-second-row .t4s-search-header__submit {
        min-width: 50px;
    }

    .t4s-search-header__form {
        max-width: 100%;
    }

    body .header-desktop-row {
        display: none !important;
    }

    .t4s-section-header__mid.t4s-pr {
        margin-bottom: 10px;
    }

    .fold-container .t4s-container {
        padding-left: 0;
        padding-right: 0;
    }

    .t4s-search-header__form {
        max-width: 100%
    }

    .t4s-lb_nav_mb {
        padding: 5px 10px;
        box-shadow: none !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .section_title-text-1, h3.t4s-section-title.t4s-title {
        margin: 0 0 30px;
        font-family: Jost;
        font-size: 3rem;
        line-height: 3rem !important;
    }

    .t4s-shipping-list .t4s-shipping:first-child {
        display: none !important;
    }

    .cart-consent-inner {
        text-align: left;
    }

    #menu-mb__cat li a i {
        display: block !important;
        width: 100%;
        position: relative;
    }

    .labelâ€‘class {
        display: inline-block;
        width: auto;
        position: absolute;
        top: 15px;
        z-index: 9999;
        font-size: 1.3rem;
        color: #000;
        font-weight: bold;
        left: 10px;
        padding: 6px 15px;
        background: #fff;
        border-radius: 5px;
    }

    #item_catimg_Xdywea {
    }

    #menu-mb__cat {
        display: flex !important;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #menu-mb__cat li {
        box-sizing: border-box;
        width: 50%;
        padding: 3px;
    }

    .t4s-mb__menu > li > a {
        display: block !important;
        position: relative;
        padding: 0 !important;
    }

    .t4s-d-inline-block.t4s-pr {
    }

    .t4s-mb__menu .t4s-img_catk_mb {
        width: 100% !important;
        max-width: 100% !important;
    }

    .halo-row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .halo-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .halo-row.column-1 .halo-item {
        width: 100%;
    }

    .halo-row.column-2 .halo-item {
        width: 50%;
    }

    .help--mobile-warp.open {
        display: block;
        transition: .4s ease all;
        height: 100%;
        opacity: 1;
    }

    .help--mobile-warp.open .help-popup-inner {
        padding-left: 0;
    }

    .help-open {
        background: #ebebeb;
        padding: 20px 0;
        text-align: center;
    }

    .help-open span {
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        color: #000;
    }

    .help-open .btn----a {
        background: #176aff;
        display: inline-block;
        padding: 6px 15px;
        border-radius: 300px;
        color: #fff;
        font-weight: normal;
        font-size: 1.3rem;
    }
}

.needsclick {
    display: none;
}

.bacurr-checkoutNotice {
    display: none;
}

.cart-consent-inner label {
    display: block;
    width: 100%;
    cursor: pointer;
}

.cart-consent-inner {
}

.cart-consent-inner {
    display: block !important;
    margin-bottom: 15px;
}

.cart-consent-inner input {
    height: auto;
}

.cart-consent-inner h6 {
    margin-bottom: 10px;
}

.t4s-post-des-8 .t4s-post-thumb {
    margin: 0;
}

.t4s-modal-close {
    top: 10px !important;
    right: 14px !important;
    border-radius: 0 0 0 100px;
    width: 55px !important;
    height: 45px !important;
    padding-left: 10px !important;
}

@media (max-width: 990px) and (min-width: 769px) {
    #top-ranking-splide .splide__slide {
        height: 235px;
    }
}

@media (max-width: 768px) {
    .image-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #top-ranking-splide .splide__slide {
        height: auto;
        padding: 5px;
    }

    #top-ranking-splide .prod-title {
        font-size: 12px;
    }

    #top-ranking-splide .price {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .shipping-banner {
        min-height: 460px;
        background: url('/cdn/shop/files/banner-shipping.png?v=1750923829') center/cover no-repeat;
    }

    .banner-inner {
        display: flex;
        flex-direction: column;
        padding-top: 4rem;
        text-align: center;
        gap: 1.5rem;
        margin: 2rem auto 10rem auto;
    }

    .banner-graphic {
        order: -1;
        width: 200px;
        height: auto;
        margin: 0 auto;
    }

    body .benefits-grid {
        grid-template-columns: 1fr;
        gap: .8rem;
        padding: 0 !important;
        margin-left: 0 !important;
    }

    .benefits-grid li {
        justify-content: left;
    }
}

@media (max-width: 600px) {
    .product-gallery {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-around;
        align-content: flex-start;
        align-items: flex-start;
        gap: 5px;
    }

    .card {
        width: 100%;
        margin-bottom: 1em;
        min-height: auto;
        height: 300px;
        padding: 210px 0px 15px 0px !important;
    }

    .product-gallery .card {
        width: auto;
        margin-bottom: 0.5em;
        min-height: auto;
        height: 340px;
        padding: 5px 5px 0px 5px !important;
        flex: 0 0 49%;
        box-sizing: border-box;
        border: 1px solid #e0e0e0;
    }

    .card-inner {
        height: 340px;
    }

    .row.popup-products-list .card {
        padding: 20px 10px 0px 10px !important;
    }

    .row.popup-products-list .card small {
        font-size: 13px !important;
        display: block !important;
        width: 100%;
    }

    .card.h-100.p-3.border.rounded.includedbn::before {
        font-size: 11px;
        right: 5px !important;
        top: 5px !important;
    }

    .card-title {
        margin: 0;
        font-size: 2rem !important;
        ; font-weight: 500;
    }

    .card-content {
        background: #ffffffbf;
        padding: 10px;
        border-radius: 10px;
        top: 1rem;
        right: 1.25rem;
        left: 1rem;
    }

    .t4s-collection-banner2 .t4s-top-heading {
        padding: 0 !important;
        text-align: center!important;
        display: flex!important;
        justify-content: center!important;
    }

    .container.laylaylay .grid-container {
        margin-bottom: 30px;
    }
}

@media (max-width: 420px) {
    .currency-grid {
        grid-template-columns: repeat(auto-fill, minmax(94px, 1fr));
    }

    .below-hero-titles {
        padding: 2px 15px;
        font-size: 1.2rem;
    }
}

/* Popup Styles */
.windowod {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
    overflow: auto;
}

.windowod.show {
    /* Class added when popup should be visible */
    opacity: 1;
    visibility: visible;
}

.alpha {
    padding: 0;
    border-radius: 10px;
    text-align: left;
    width: 90%;
    max-width: 45vw;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.alpha p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #333;
}

.beta button {
    padding: 10px;
    border: none;
    cursor: pointer;
    margin: 5px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    border-radius: 35px;
    font-family: var(--body-font-family);
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 5px 0;
}

.buttonok {
    background: #04B67A;
    color: white;
}

.buttonsupervised {
    background: #056DEB;
    color: white;
}

.cross {
    background: #F75959;
    color: white;
}

.beta {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.alpha img {
    display: table;
    margin: 20px auto;
    width: 250px;
}

.textify {
    padding: 20px;
    width: 60%;
}

.imgify img {
    visibility: hidden;
}

.imgify {
    background: #eee url('https://brunodermalfiller.com/cdn/shop/t/29/assets/pexels-maryiaplashchynskaya-3522179.jpg?v=1738161790');
    background-size: cover;
    width: 40%;
}

.t4s-site-nav__icons button {
    background: transparent !important;
    color: #222 !important;
}

.t4s-mb-tab__title {
    background: #fff;
}

.t4s-mb-tab__title span {
    color: #000 !important;
}

.t4s-mb-tab__title.is--active {
    background: rgb(23, 106, 255) !important;
}

.t4s-mb-tab__title.is--active span {
    color: #fff !important;
}

.tadas li {
    padding: 0px 0 0px 0px !important;
    display: block;
}

.t4s-product .t4s-pr-addtocart {
    background-color: #ff9923 !important;
}

#help-popup {
    position: absolute;
    right: 0;
    width: 400px;
    color: var(--color-text);
    background: #fff;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 999999;
    top: 50px;
}

div#shopify-chat {
    visibility: hidden;
}

.help--mobile-warp {
    display: none;
}

a.help-open.header__link--account.customer_login_link.open:after {
    content: "X";
    position: absolute;
    right: 0;
    padding: 4px 10px;
    font-weight: 600;
    background: #eee;
}

.help-open svg path {
    fill: #006431;
}

/* Hidden state using .d-none */
#help-popup.d-none {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}

/* Visible state */
#help-popup.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Optional inner wrapper styling */
.help-popup-inner {
    background: #fff;
    padding: 15px;
}

.help-popup-inner img {
    width: 222px;
    height: 50px;
}

.help-popup-inner p {
    background: #eee;
    line-height: 2;
    padding: 3px 10px;
    font-weight: bold;
    margin-top: 10px;
}

div#help-popup h3 {
    line-height: 1.3;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 10px;
}

.t4s-row.t4s-g-0.t4s-align-items-center {
    position: relative;
}

.halo-item a {
    text-decoration: none !important;
    border: 0 !important;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 0 !important;
}

.halo-row.border-top.pt-10 {
    text-align: center;
}

.helppop-up.help-trigger {
    cursor: pointer;
    font-family: var(--font-family-1);
    font-weight: 500;
    font-size: 17px;
}

.helppop-up.help-trigger svg {
    width: 24px !important;
    height: auto !important;
    margin-right: 10px !important;
}

.t4s-announcement---marquee-text + .t4s-full-width-link {
    border: 0 !important;
}

/* â”€â”€â”€ Layout & Typography â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.faq-wrapper {
    line-height: 1.5;
    margin: 2rem;
    max-width: 100%;
}

/* â”€â”€â”€ Section (Heading) Styles â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.section-btn {
    width: 100%;
    padding: 1rem 1rem;
    text-align: left;
    font-size: 1.55rem;
    background: #f0f2f5;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    margin-top: 2rem;
    font-weight: var(--section-heading-fw);
    font-family: var(--font-heading);
}

.section-btn:focus-visible {
    box-shadow: 0 0 0 3px #005fcc;
}

.section-btn .icon {
    font-size: 2.25rem;
    transition: transform 0.2s ease;
    background: #ff9923;
    color: #434343;
    font-weight: bold;
}

.section-btn[aria-expanded="true"] .icon {
    transform: rotate(deg);
}

.section-panel {
    margin-top: 0.5rem;
    padding-left: 1rem;
}

.section-panel[hidden] {
    display: none;
}

/* â”€â”€â”€ Inner Accordion Styles â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.acc-item {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.acc-btn {
    width: 100%;
    padding: 1rem 1rem;
    text-align: left;
    font-size: 1.3rem;
    background: #ffffff;
    border: 0;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: var(--section-heading-fw);
    font-family: var(--font-heading);
}

.acc-item [aria-expanded="true"] {
    /* your styles here */
    background: #e5e5e5;
    margin-bottom: 10px;
}

.acc-btn:focus-visible {
    box-shadow: 0 0 0 3px #005fcc;
}

.acc-btn .icon {
    font-size: 1.7rem;
    transition: transform 0.2s ease;
    font-weight: bold;
}

.acc-btn[aria-expanded="true"] .icon {
    transform: rotate(45deg);
    font-size: 23px;
}

.acc-panel {
    padding: 0 1rem 1rem 1rem;
}

.acc-panel[hidden] {
    display: none;
}

/* Smooth max-height transition if desired */
.acc-panel {
    transition: max-height 0.25s ease;
}

.acc-panel * {
    font-size: 17px;
    color: #000;
}

.jquJIT-2 {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    outline: transparent;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.llyszt-2 {
    box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.4s ease 0s, margin 0.4s ease 0s, visibility 0.4s ease 0s;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    opacity: 0;
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    margin-bottom: 96px;
    position: fixed;
    bottom: 30px;
    right: 0;
    left: auto;
    margin-right: 20px;
    display: none;
}

.faq-wrapper .acc-item span {
    font-weight: bold;
    font-size: 16px;
}

.faq-wrapper span {
    display: block;
    line-height: 24px;
    padding: 10px 10px;
    color: var(--title-cl);
    background-color: var(--bg-title-cl);
    position: relative;
    font-weight: 500;
    color: #000;
    font-size: 15px;
}

.format-fixx ol, .format-fixx ul {
    list-style: decimal !important;
}

.bacurr-dropdownChoices {
    opacity: 0 !important;
    left: -99999px;
}

.t4s-drawer__bottom .t4s-btn-base.t4s-btn-style-default.t4s-btn-color-custom2 {
    background: #356be8 !important;
    color: #fff !important;
    padding: 16px !important;
    font-weight: bold !important;
    font-size: 1.3rem !important;
}

.ppcse-m.ppcse-c {
    display: none;
}

.fbt-item-btn svg {
    width: 24px;
    height: 34px !important;
    padding: 3px;
}

.t4s-post-item .t4s-post-title {
    color: #103178;
    letter-spacing: -2px;
}

.square-imagets4.lazyautosizes.lazyloadt4sed {
    width: 110px !important;
    height: 110px !important;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    border-radius: 5px;
}

.t4s-widget .t4s-widget_img_pr, .t4s-widget .t4s-widget_img_ar {
    padding-right: 0;
    min-width: 95px;
    max-width: 130px;
}

.home-above-fold .splide__pagination {
    bottom: 0.1em;
}

.flickityt4s-page-dots {
    position: absolute !important;
    bottom: -25px !important;
}

.t4s-quote-content p:before {
    content: "";
    background: url('data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjgwMCIgd2lkdGg9IjgwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEsMCwwLDEsMCwwKSIgdmVyc2lvbj0iMS4xIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgPHBhdGggZD0iTTExOS40NzIgNjYuNTlDNTMuNDg5IDY2LjU5IDAgMTIwLjA5NCAwIDE4Ni4xYzAgNjUuOTgzIDUzLjQ4OSAxMTkuNDg3IDExOS40NzIgMTE5LjQ4NyAwIDAtLjU3OCA0NC4zOTItMzYuNjQyIDEwOC4yODQtNC4wMDYgMTIuODAyIDMuMTM1IDI2LjQzNSAxNS45NDUgMzAuNDE4IDkuMDg5IDIuODU5IDE4LjY1My4wOCAyNC44MjktNi4zODkgODIuOTI1LTkwLjcgMTE1LjM4NS0xOTcuNDQ4IDExNS4zODUtMjUxLjggMC02Ni4wMDYtNTMuNDg4LTExOS41MS0xMTkuNTE3LTExOS41MW0yNzMuMDEgMGMtNjUuOTgzIDAtMTE5LjQ3MiA1My41MDUtMTE5LjQ3MiAxMTkuNTEgMCA2NS45ODMgNTMuNDg5IDExOS40ODcgMTE5LjQ3MiAxMTkuNDg3IDAgMC0uNTc4IDQ0LjM5Mi0zNi42NDIgMTA4LjI4NC00LjAwNiAxMi44MDIgMy4xMzYgMjYuNDM1IDE1Ljk0NSAzMC40MTggOS4wODkgMi44NTkgMTguNjUzLjA4IDI0LjgyOC02LjM4OUM0NzkuNTM5IDM0Ny4yIDUxMiAyNDAuNDUyIDUxMiAxODYuMWMwLTY2LjAwNi01My40ODktMTE5LjUxLTExOS41MTgtMTE5LjUxIiBzdHlsZT0iZmlsbDojMDAwIj48L3BhdGg+Cjwvc3ZnPg==');
    background-size: contain;
    width: 30px;
    height: 18px;
    display: inline-block;
    padding: 10px;
    background-repeat: no-repeat;
    top: -10px;
    position: relative;
    opacity: 0.4;
}

.t4s-quote-content p:after {
    content: "";
    background: url('data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjgwMCIgd2lkdGg9IjgwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgdmVyc2lvbj0iMS4xIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgPHBhdGggZD0iTTExOS40NzIgNjYuNTlDNTMuNDg5IDY2LjU5IDAgMTIwLjA5NCAwIDE4Ni4xYzAgNjUuOTgzIDUzLjQ4OSAxMTkuNDg3IDExOS40NzIgMTE5LjQ4NyAwIDAtLjU3OCA0NC4zOTItMzYuNjQyIDEwOC4yODQtNC4wMDYgMTIuODAyIDMuMTM1IDI2LjQzNSAxNS45NDUgMzAuNDE4IDkuMDg5IDIuODU5IDE4LjY1My4wOCAyNC44MjktNi4zODkgODIuOTI1LTkwLjcgMTE1LjM4NS0xOTcuNDQ4IDExNS4zODUtMjUxLjggMC02Ni4wMDYtNTMuNDg4LTExOS41MS0xMTkuNTE3LTExOS41MW0yNzMuMDEgMGMtNjUuOTgzIDAtMTE5LjQ3MiA1My41MDUtMTE5LjQ3MiAxMTkuNTEgMCA2NS45ODMgNTMuNDg5IDExOS40ODcgMTE5LjQ3MiAxMTkuNDg3IDAgMC0uNTc4IDQ0LjM5Mi0zNi42NDIgMTA4LjI4NC00LjAwNiAxMi44MDIgMy4xMzYgMjYuNDM1IDE1Ljk0NSAzMC40MTggOS4wODkgMi44NTkgMTguNjUzLjA4IDI0LjgyOC02LjM4OUM0NzkuNTM5IDM0Ny4yIDUxMiAyNDAuNDUyIDUxMiAxODYuMWMwLTY2LjAwNi01My40ODktMTE5LjUxLTExOS41MTgtMTE5LjUxIiBzdHlsZT0iZmlsbDojMDAwIj48L3BhdGg+Cjwvc3ZnPg==');
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    padding: 10px;
    background-repeat: no-repeat;
    bottom: -10px;
    position: relative;
    right: -15px;
    opacity: 0.4;
}

.t4s-btn-effect-default:hover::before {
    background-color: #0536a6 !important;
}

.t4s-minicart-recommendations__title.t4s-text-center {
    background: #f79c33;
    color: #2b2b2b;
    font-weight: bold;
}

/* Manual Payment Reward popup */
.manual-payment-popup.hidden {
    display: none;
}

.manual-payment-popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
}

.manual-payment-popup__container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fafafa;
    z-index: 9999;
    max-width: 790px;
    width: 90%;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.manual-payment-popup__close {
    position: absolute;
    top: 0;
    right: 0;
    background: #1547bb;
    border-radius: 00px 00px 00px 45px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 10px 15px 20px 30px;
}

.manual-payment-popup__title {
    margin-bottom: 0.25rem;
    text-align: center;
}

.manual-payment-popup__subtitle, .manual-payment-popup__thank {
    text-align: center;
    margin: 0.25rem 0;
    color: #000;
    font-size: 1.5rem;
}

/* Animation keyframes for the reward popup */
@keyframes manualPaymentPopupScale {
    from {
        transform: scale(0.2) translate(-50%, -50%);
        opacity: 0;
        filter: (100px);
    }

    to {
        transform: scale(1) translate(-50%, -50%);
        opacity: 1;
        filter: (0px);
    }
}

/* Ensure transform animations originate from the center */
/* Trigger the scale animation when the popup is shown */
#manual-payment-reward-popup.show .manual-payment-popup__container {
    animation: manualPaymentPopupScale 0.5s ease-out forwards;
}

/* Product cards */
.manual-payment-popup__product {
    position: relative;
    padding: 0.75rem;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    transition: opacity 0.3s ease;
}

.manual-payment-popup__header {
    padding: 2rem 4rem;
}

.manual-payment-popup__product.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.manual-payment-popup__product-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0.5rem;
    max-height: 150px;
}

.manual-payment-popup__product-title {
    font-weight: 500;
    margin-bottom: 0.25rem;
    font-size: 1.6rem;
}

.manual-payment-popup__price {
    margin-bottom: 0.5rem;
}

.manual-payment-popup__price s {
    color: #b3b3b3;
    margin-right: 0.25rem;
    font-size: 1.4rem;
    color: #f04b4b;
    font-weight: bold;
}

.manual-payment-popup__price .current-price {
    font-size: 1.7rem;
    color: green;
    font-weight: bold;
    display: block;
    line-height: 1;
}

.manual-payment-popup__product-checkbox {
    margin-top: 0.25rem;
}

.free-offer-rejected {
    font-size: 1.5rem;
    color: #f04b4b;
}

.free-offer-accepted {
    font-size: 1.5rem;
    color: green;
}

.manual-payment-popup__add {
    display: block;
    width: auto;
    margin-top: 1rem;
    background: #f7931e;
    color: #fff;
    border: none;
    border-radius: 400px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 4rem;
    margin-bottom: 10px;
}

.manual-payment-popup__add:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.manual-payment-popup__message {
    margin-top: 0.75rem;
    font-size: 1.875rem;
    color: red;
    text-align: center;
}

.manual-payment-popup__container .splide__pagination {
    display: block !important;
    text-align: center;
}

.splide__pagination__page.is-active {
    background: #000;
}

#manual-payment-product-list li {
    padding-bottom: 30px;
}

.baDropdownStyle.bottom_right {
    right: -99999px !important;
}

.t4s-pr-compare {
    display: none !important;
}

.page-loyalty-program #MainContent {
    display: flex;
    max-width: var(--wrapper-mw);
    margin: 180px auto;
}

.page-loyalty-program #MainContent .shopify-section:nth-child(1) {
    width: 30%;
}

.ll__tier-card {
    width: 245px !important;
}

.ll__loyalty-page-banner-ho4ed3.ll__root-ho4ed3 {
    padding: 0 !important;
    margin-bottom: 0;
}

.ll__banner-content {
    max-width: 100% !important;
}
p#manual-payment-tier-info {
    font-size: 17px;
    text-align: center;
    background: #008000;
    color: #ffffff;
    display: table;
    padding: 4px 20px;
    border-radius: 5px;
    margin: 20px auto;
}

div#manual-payment-selection-info {
    font-size: 16px;
    color: red;
}

.manual-payment-popup__actions {
    text-align: center;
}

button#manual-payment-add-more {
    border-radius: 300px;
    background: #1547bb;
}

button#manual-payment-cancel {
    border-radius: 500px;
    background: grey;
}
@media (min-width: 980px) {
    .trust-banner {
        display: none;
    }
}

@media (max-width: 980px) {
    .trust-banner {
        text-align: center;
        margin-bottom: 0;
        margin-top: -40px;
    }
}

@media (max-width: 786px) {
    .alpha {
        background #fff9c7 !important;
        padding: 0;
        border-radius: 10px;
        text-align: left;
        width: 100%;
        max-width: 95vw;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }

    .textify {
        width: 100%;
    }

    .imgify {
        display: none;
    }

    .alpha img {
        margin: 0 auto 20px auto;
    }

    .windowod {
        align-items: flex-start;
        padding-top: 20px;
    }

    inbox-online-store-chat#ShopifyChat, body .baDropdownStyle.mobile_bottom_right:not(.hideOnMobile) {
        z-index: 999999 !important;
        right: -999px !important;
    }

    div#shopify-chat {
        visibility: hidden;
    }

    div#smile-ui-lite-container {
        z-index: 9999 !important;
    }

    div#promo-slider img {
        width: 100%;
    }

    .fbt-item {
        width: 120px;
    }

    .fbt-item img {
        width: 100px;
        height: 100px;
    }

    .fbt-item-btn svg {
        width: 18px;
        height: 25px !important;
        padding: 1px;
    }

    .manual-payment-popup__product-title {
        font-size: 1.2rem;
    }

    .manual-payment-popup__price s {
        font-size: 1.2rem;
    }

    .manual-payment-popup__price .current-price {
        font-size: 1.4rem;
    }

    .manual-payment-popup__container {
        padding: 1rem;
        width: 95%;
    }
}

.t4s-page_cart__item.free-gift:before {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjAgMTJ2MTBINFYxMk0yIDdoMjB2NUgyem0xMCAxNVY3bTAgMEg3LjVhMi41IDIuNSAwIDAgMSAwLTVDMTEgMiAxMiA3IDEyIDdtMCAwaDQuNWEyLjUgMi41IDAgMCAwIDAtNUMxMyAyIDEyIDcgMTIgNyIvPjwvc3ZnPg==');
    z-index: 9;
    left: 80%;
    display: block;
    background-size: cover;
    transform: rotate(20deg);
    opacity: 0.02;
    top: 20px;
}

.t4s-page_cart__item.free-gift {
    position: relative;
}

@media (max-width: 980px) {
    .free-gift .t4s-row {
        padding-inline-start: 0px !important;
    }

    .free-gift .t4s-page_cart__info {
        padding-left: 15px !important;
    }
}
