:root {
    --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;
    --cc-radius: 8px;
    --cc-trigger-p: 9px 16px;
    --cc-btn-gap: 8px;
    --cc-grid-gap: 12px;
    --cc-card-w: 50%;
    --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
}

.money {
    font-weight: 600;
    font-size: 110%;
    line-height: 2
}

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

.t4s-product-wrapper {
    padding-bottom: 2px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: rgba(99,99,99,0.2) 0px 2px 8px 0px
}

.flickityt4s-slider .t4s-product-wrapper {
    margin-bottom: 30px
}

.t4s-product .t4s-product-info {
    padding-left: 20px;
    padding-right: 20px
}

.jabudddn {
    background: #007AF0;
    background: linear-gradient(0deg,rgba(0,122,240,1) 0%,rgba(70,156,242,1) 100%)
}

.alireviews-review-star-rating {
    height: 30px;
    width: 100%
}

.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
}

.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;
    background: linear-gradient(
  90deg,
  #f0f0f0 25%,
  #e0e0e0 50%,
  #f0f0f0 75%
);
background-size: 200% 100%;
animation: skeleton 1.5s infinite linear;
}
@keyframes skeleton {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.adbdf-container {
    width: 340px;
    margin-right: 0
}

.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
}

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
}

@media(min-width: 768px) {
    section.home-above-fold {
        margin-top:15px
    }

    .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
}

.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)
}

.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)
}

.ll__tier-cards .ll__tier-card:nth-child(9)::before {
    content: "";
    position: absolute;
    inset: -20% -50%;
    pointer-events: none;
    z-index: 3;
    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
}

.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% )
}

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

    60% {
        transform: translateX(130%)
    }

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

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

    60% {
        transform: translateX(130%)
    }

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

@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
    }
}

.ll__tier-cards .ll__tier-card:nth-child(10) {
    position: relative;
    overflow: hidden;
    z-index: 0;
    width: 48% !important;
    background: linear-gradient(160deg,#ffd700,#ffae00) !important;
    border: 3px solid #ffdd44 !important;
    border-radius: 14px;
    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)
}

.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
}

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

.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)
}

.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
}

.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
}

@-webkit-keyframes ultimateShine {
    0% {
        transform: translateX(-150%) rotate(20deg)
    }

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

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

@keyframes ultimateShine {
    0% {
        transform: translateX(-150%) rotate(20deg)
    }

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

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

@-webkit-keyframes goldenPulse {
    0%,100% {
        opacity: 0.25
    }

    50% {
        opacity: 0.6
    }
}

@keyframes goldenPulse {
    0%,100% {
        opacity: 0.25
    }

    50% {
        opacity: 0.6
    }
}

@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
    }
}

ul.side-mega-menu {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f8f8f8
}

.side-mega-menu li {
    padding: 10px 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
}

.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 {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px
}

.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
}

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("https://brunodermalfiller.com/cdn/shop/files/check-mark-svgrepo-com.svg?v=1750329797") no-repeat;
    background-size: 10px;
    background-position: center
}

#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 .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: rgba(255,255,255,0.45);
    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_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 * {
    transition: all 0.5s ease
}

.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: all 0.3s ease,box-shadow 0.3s ease;
    background: #ffffff;
    background: linear-gradient(181deg,rgb(247,247,247) 0%,rgb(255,255,255) 100%);
    box-shadow: rgba(0,0,0,0.02) 0px 1px 3px 0px,rgba(27,31,35,0.15) 0px 0px 0px 1px
}

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

.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
}

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

.card:hover img {
    transform: scale(1.1) translateX(-20px)
}

.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
}

.sale-banner-ahd {
    position: relative;
    overflow: hidden
}

.shipping-banner {
    position: relative;
    border-radius: 5px;
    color: #fff;
    background: url("https://brunodermalfiller.com/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 10rem 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 {
    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 rgba(179,179,179,0.2);
    border: 1px solid rgb(179 179 179 / 20%);
    border-radius: .75rem;
    overflow: hidden;
    font-size: 1.5rem;
    font-weight: 600;
    background: rgba(255,255,255,0.15);
    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;
    display: n
}

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

.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
}

.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-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
}

.gt_switcher_wrapper,.gt_black_overlay,.gt_white_content {
    display: none!important
}

.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
}

#language-popup-overlay {
    position: fixed;
    inset: 0;
    background: var(--lg-overlay);
    -webkit-backdrop-filter: blur(2px);
    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
}

@-webkit-keyframes scaleIn {
    0% {
        transform: scale(.85);
        opacity: 0
    }

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

@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
}

.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
}

.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
}

#lang-success-overlay {
    position: fixed;
    inset: 0;
    background: var(--lg-overlay);
    -webkit-backdrop-filter: blur(2px);
    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("https://brunodermalfiller.com/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;
    -webkit-backdrop-filter: blur(10px);
    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
}

.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
}

.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
}

.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
}

.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
}

.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
}

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

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

@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-fist-row .t4s-col-md-7.t4s-col-7.t4s-col-item {
    text-align: right
}

.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 {
}

.t4s-container {
}

.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;
    max-width: 100%;
    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
}

.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
}

@-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)
    }
}

@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:325px;
        background: url("https://brunodermalfiller.com/cdn/shop/files/banner-shipping.png?v=1750923829") bottom /cover no-repeat;
        margin-top: 150px;
        background-position: right
    }

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

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

    body .benefits-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: .2rem;
        padding: 0 !important;
        margin-left: 0 !important
    }

    .benefit-icon {
        padding: 5px 7px;
        font-size: 1.25rem
    }

    .benefits-grid li {
        justify-content: left;
        padding: 5px;
        flex-direction: column
    }
}

@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: 240px;
        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
    }
}

.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 {
    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
}

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

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

.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
}

.faq-wrapper {
    line-height: 1.5;
    margin: 2rem;
    max-width: 100%
}

.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
}

.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"] {
    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
}

.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: rgba(0,0,0,0.1) 0px 12px 24px 0px;
    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-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
}

@-webkit-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)
    }
}

@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)
    }
}

#manual-payment-reward-popup.show .manual-payment-popup__container {
    animation: manualPaymentPopupScale 0.5s ease-out forwards
}

.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
}

.alr-wh-review-star-rating--no-reviews .alr-wh-review-star-rating-number {
    display: none
}

.t4s-product-btns span.t4s-text-pr {
    display: none !important
}

.t4s-pr-style6 .t4s-product-btns a .t4s-svg-pr-icon {
    position: relative !important;
    transform: none !important
}

.t4s-pr-style6 .t4s-product-btns a .t4s-svg-pr-icon svg {
    color: #056deb !important
}

.t4s-pr-style6 .t4s-product-btns a {
    padding: 0 5px !important;
    min-width: 55px !important;
    background: #ffffff00 !important;
    border: 1px solid #056deb !important;
    line-height: 35px !important;
    height: 35px !important
}

.t4s-product-btns {
    position: relative !important;
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px
}

.t4s-product .t4s-product-info__btns {
    display: none !important
}

.t4s-product-btns .button-product-link a {
    background: #056deb !important;
    border-color: #056deb !important;
    color: #fff;
    display: block !important;
    border-radius: 50px;
    font-size: 13px !important;
    text-transform: uppercase;
    height: 35px !important;
    line-height: 35px !important;
    font-weight: 500;
    width: 100% !important
}

.button-product-link {
    width: 77%
}

.button-add-cart {
    width: 23%
}

.t4s-product a.is--loading:before {
    border-color: #0a4389 !important
}

@media(min-width: 980px) {
    .trust-banner {
        display:none
    }
}

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

    .t4s-product-btns .button-product-link a {
        font-size: 11px !important;
        line-height: 35px !important;
        font-weight: 500;
        width: 100% !important
    }

    .t4s-pr-style6 .t4s-product-btns a {
        min-width: 100% !important
    }

    .t4s-product-btns {
        position: relative !important;
        width: 100%;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 5px
    }
}

@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%;
        overflow: scroll;
        max-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden
    }

    .popup {
        max-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) {
    .t4s-product-info .money {
        padding-left:5px
    }

    .free-gift .t4s-row {
        padding-inline-start:0px !important}

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

    .t4s-product .t4s-product-info {
        padding-left: 7px;
        padding-right: 7px
    }

    .t4s-product-wrapper {
        padding-bottom: 7px
    }

    .alireviews-review-star-rating {
        height: auto;
        width: 100%;
        margin-top: 10px !important
    }

    .alireviews-review-star-rating .alr-wh-review-star-rating-number {
        margin-bottom: 0px !important
    }
}

.t4s-atc-toast {
    position: fixed;
    z-index: 999999999;
    top: 90px;
    right: 18px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: none;
    transition: opacity .18s ease,transform .18s ease,visibility .18s ease;
    pointer-events: none
}

.t4s-atc-toast.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto
}

.t4s-atc-toast__inner {
    position: relative;
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 12px 12px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    padding: 14px 14px 12px;
    margin: 40px
}

.t4s-atc-toast__inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 14px 0 0 14px;
    background: #356be8
}

.t4s-atc-toast[data-type="error"].t4s-atc-toast__inner::before {
    background: #d72c2c
}

.t4s-atc-toast__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: #356be8;
    background: rgba(53,107,232,.12)
}

.t4s-atc-toast[data-type="error"].t4s-atc-toast__icon {
    color: #d72c2c;
    background: rgba(215,44,44,.10)
}

.t4s-atc-toast__title {
    margin: 2px 0 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #111
}

.t4s-atc-toast__text {
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.35;
    color: #444;
    word-break: break-word
}

.t4s-atc-toast__actions {
    grid-column: 1 / -1;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 6px
}

.t4s-atc-toast__btn {
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 13px;
    line-height: 1;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer
}

.t4s-atc-toast__btn--primary {
    background: #356be8;
    border-color: #356be8;
    color: #fff
}

.t4s-atc-toast__btn--secondary {
    border-color: rgba(0,0,0,.18);
    color: #111;
    background: #fff
}

.t4s-atc-toast__close {
    position: absolute;
    top: 0px;
    right: -1px;
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #444;
    font-size: 22px;
    line-height: 0.5
}

@media(max-width: 767px) {
    .t4s-atc-toast {
        top:auto;
        right: 12px;
        left: 12px;
        bottom: 12px;
        width: auto;
        transform: translateY(8px)
    }

    .t4s-atc-toast.is-open {
        transform: translateY(0)
    }
}

.t4s-atc-toast {
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
}

.t4s-atc-toast__overlay {
    position: absolute;
    inset: 0;
    background: rgba(36,61,188,0.35);
    background: rgb(36 61 188 / 35%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: opacity .2s ease
}

.t4s-atc-toast.is-open .t4s-atc-toast__overlay {
    opacity: 1
}

.t4s-atc-toast__inner {
    z-index: 2
}

body.atc-toast-open {
    overflow: hidden
}

#hero-slider {
    margin-top: 20px
}

#hero-slider .splide__slide {
    max-height: calc(calc((430px - 2 * 16px) * .83333) * 1.6);
    height: calc(calc((100vw - 2 * 16px) * .83333) * 1.6);
    min-height: calc(calc((320px - 2 * 16px) * .83333) * 1.6);
    border-radius: 13px !important
}

.header-slide-content {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap
}

.header-slide-content a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 19px
}

@media(max-width: 600px) {
    .card:nth-child(1) {
        background-image:url("https://cdn.shopify.com/s/files/1/0617/7062/9377/files/v3upated--Skin-Booster-Services-Image-BDF_b70369c3-6b1c-48f0-9ac2-03528012027c.png?v=1765487214") !important;
        background-size: 120% !important;
        background-position: center 40% !important;
        background-repeat: no-repeat !important
    }

    .card:nth-child(2) {
        background-image: url("https://cdn.shopify.com/s/files/1/0617/7062/9377/files/ko3061Ai1Botulinum-toxin.png?v=1765490071") !important;
        background-size: 140% !important;
        background-position: right 15% !important;
        background-repeat: no-repeat !important
    }

    .card:nth-child(3) {
        background-image: url("https://cdn.shopify.com/s/files/1/0617/7062/9377/files/v3machines.png?v=1765473020") !important;
        background-size: 110% !important;
        background-position: top center !important;
        background-repeat: no-repeat !important
    }

    .card:nth-child(4) {
        background-image: url("https://cdn.shopify.com/s/files/1/0617/7062/9377/files/v3Updated-Lipolytics-Services-Image-BDF.png?v=1765473020") !important;
        background-size: cover !important;
        background-position: top right !important;
        background-repeat: no-repeat !important
    }

    .card:nth-child(5) {
        background-image: url("https://cdn.shopify.com/s/files/1/0617/7062/9377/files/v4-CPNP.png?v=1765488213") !important;
        background-size: 100% !important;
        background-position: center 35% !important;
        background-repeat: no-repeat !important
    }

    .card:nth-child(6) {
        background-image: url("https://cdn.shopify.com/s/files/1/0617/7062/9377/files/v4FDA-and-CPNP.png?v=1765488213") !important;
        background-size: 100% !important;
        background-position: center 35% !important;
        background-repeat: no-repeat !important
    }

    .card:nth-child(7) {
        background-image: url("https://cdn.shopify.com/s/files/1/0617/7062/9377/files/v31updated--Collagen-Stimulator-Services-Image-BDF.png?v=1765473020") !important;
        background-size: contain !important;
        background-position: center 40% !important;
        background-repeat: no-repeat !important
    }

    .card:nth-child(8) {
        background-image: url("https://cdn.shopify.com/s/files/1/0617/7062/9377/files/v3-BDF-F-C.png?v=1765473020") !important;
        background-size: 160% !important;
        background-position: 100% 20% !important;
        background-repeat: no-repeat !important
    }

    .card img {
        display: none
    }
}

#hero-slider {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    background: #fff;
}

#hero-slider .splide__slide {
    max-height: calc(calc((430px - 2 * 16px) * 0.83333) * 1.6);
    height: calc(calc((100vw - 2 * 16px) * 0.83333) * 1.6);
    min-height: calc(calc((320px - 2 * 16px) * 0.83333) * 1.6)
}

.slide-card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.slide-card--products {
    background-size: initial
}

.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.slide-content h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 10px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.slide-content p {
    font-size: 14px;
    margin: 0 0 12px 0
}

.cta-button {
    display: inline-block;
    background: #ffa945;
    color: #0f1111;
    padding: 8px 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease
}

.cta-button:hover {
    background: #fff;
    color: #000
}

.cta-button a:hover {
    color: #000 !important
}

.disclaimer {
    font-size: 10px;
    opacity: 0.9;
    margin-top: auto
}

.product-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6px 1fr;
    grid-template-columns: repeat(4,1fr);
    -ms-grid-rows: 1fr 6px 1fr;
    grid-template-rows: repeat(1,1fr);
    gap: 6px;
    grid-gap: 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 0
}

.product-grid>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.product-grid>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.product-grid>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.product-grid>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

.product-card {
    position: relative;
    background: white;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    height: 100%;
    min-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product-card a {
    display: block;
    text-decoration: none;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product-image {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    max-width: 100%;
    max-height: 100%
}

.discount-badge {
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: #cc0c39;
    color: white;
    padding: 3px 7px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    z-index: 1
}

@media(max-width: 599px) {
    #hero-slider {
        padding:0 12px
    }

    .slide-content {
        padding: 12px
    }

    .slide-content h2 {
        font-size: 30px;
        margin-bottom: 30px
    }

    .product-grid {
        gap: 10px;
        grid-gap: 10px;
        -ms-grid-columns: 1fr 10px 1fr;
        -ms-grid-rows: 1fr 10px 1fr
    }

    .product-image {
        padding: 5px
    }

    .discount-badge {
        font-size: 13px;
        padding: 2px 5px;
        bottom: 4px;
        left: 4px
    }

    .product-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 2fr 6px 1fr;
        grid-template-columns: repeat(2,1fr);
        -ms-grid-rows: 2fr 6px 1fr;
        grid-template-rows: repeat(2,2fr);
        gap: 6px;
        grid-gap: 6px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        height: 100%;
        min-height: 0
    }
}

@media(min-width: 600px) and (max-width:767px) {
    #hero-slider .splide__slide {
        max-height:450px;
        height: calc((100vw - 32px) * 0.83333 * 1.6)
    }

    .slide-content {
        padding: 18px
    }

    .slide-content h2 {
        font-size: 24px;
        margin-bottom: 12px
    }

    .slide-content p {
        font-size: 15px
    }

    .product-grid {
        gap: 7px;
        grid-gap: 7px;
        -ms-grid-columns: 1fr 7px 1fr;
        -ms-grid-rows: 1fr 7px 1fr
    }

    .product-image {
        padding: 8px
    }

    .discount-badge {
        font-size: 11px;
        padding: 4px 8px
    }
}

@media(min-width: 768px) {
    #hero-slider {
        padding:0
    }

    #hero-slider .splide__slide {
        max-height: 520px;
        height: calc((780px - 32px) * 0.83333 * 1.6)
    }

    .slide-content {
        padding: 24px
    }

    .slide-content h2 {
        font-size: 28px;
        margin-bottom: 14px
    }

    .slide-content p {
        font-size: 16px;
        margin-bottom: 16px
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 14px
    }

    .product-grid {
        gap: 8px;
        grid-gap: 8px;
        -ms-grid-columns: 1fr 8px 1fr;
        -ms-grid-rows: 1fr 8px 1fr
    }

    .product-image {
        padding: 10px
    }

    .discount-badge {
        font-size: 12px;
        padding: 5px 9px;
        bottom: 8px;
        left: 8px
    }

    .disclaimer {
        font-size: 11px
    }
}

@media(min-width: 1024px) {
    #hero-slider .splide__slide {
        max-height:380px;
        background: linear-gradient(
  90deg,
  #f0f0f0 25%,
  #e0e0e0 50%,
  #f0f0f0 75%
);
background-size: 200% 100%;
animation: skeleton 1.5s infinite linear;
    }

    .slide-content h2 {
        font-size: 32px
    }

    .mobile-only {
        display: none
    }
}

@media(max-width: 1024px) {
    .desktop-only {
        display:none
    }
}

@supports not (display: flex) {
    .slide-content {
        display:block
    }

    .product-grid {
        display: block
    }

    .product-card {
        float: left;
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%
    }

    .product-card:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .product-grid {
        display: -ms-grid
    }
}

.product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.95);
    padding: 6px 8px 8px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product-price {
    font-size: 13px;
    font-weight: 700;
    color: #0f1111;
    line-height: 1.2;
    margin-bottom: 3px
}

.product-title {
    font-size: 11px;
    color: #565959;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}

.discount-badge {
    bottom: auto;
    top: 6px;
    left: 6px
}

.slide-card.black-firday-banner {
    background: rgb(43,43,43) url("https://cdn.shopify.com/s/files/1/0617/7062/9377/files/hogu.png?v=1766442007") no-repeat !important
}

.slide-card.coupons-banner {
    background: #490a14 url(https://cdn.shopify.com/s/files/1/0617/7062/9377/files/K.png?v=1769988978) no-repeat !important;
    background-position: center top !important
}

.t4s-hero-image .t4s-btn.t4s-btn-effect-default:hover:before {
    background: white !important
}

@media(max-width: 599px) {
    .product-info {
        padding:5px 6px 6px 6px
    }

    .product-price {
        font-size: 11px;
        margin-bottom: 2px
    }

    .product-title {
        font-size: 9px
    }

    .discount-badge {
        top: 4px;
        left: 4px
    }
}

@media(min-width: 600px) and (max-width:767px) {
    .product-info {
        padding:6px 7px 7px 7px
    }

    .product-price {
        font-size: 12px
    }

    .product-title {
        font-size: 10px
    }
}

@media(min-width: 768px) {
    .product-info {
        padding:8px 10px 10px 10px
    }

    .product-price {
        font-size: 14px;
        margin-bottom: 4px
    }

    .product-title {
        font-size: 12px
    }

    .discount-badge {
        top: 8px;
        left: 8px
    }
}

@media(min-width: 1024px) {
    .product-price {
        font-size:15px
    }

    .product-title {
        font-size: 13px
    }
}

@media(max-width: 768px) {
    .slide-card.black-firday-banner {
        background:rgb(223 217 210) url("https://cdn.shopify.com/s/files/1/0617/7062/9377/files/yt97giublnk.png?v=1766442327") no-repeat !important;
        background-size: contain !important;
        background-position: bottom center !important
    }

    .slide-card.coupons-banner {
        background: #6c0e20 url("https://cdn.shopify.com/s/files/1/0617/7062/9377/files/mobile-banner-xx.png?v=1769990634") no-repeat !important;
        background-size: contain !important;
        background-position: bottom center !important
    }
}

li#hero-slider-slide04:hover img,li#hero-slider-slide02:hover img {
    filter: brightness(1.2)
}

#menu-mb__cat .label‑class {
    width: 100%;
    display: block;
    background: #fbfbfb;
    font-size: 12px;
    text-align: center;
    padding: 7px 7px 5px;
    font-weight: 400
}

body.template-cart.manual-payment-popup-open {
    overflow: hidden
}

.vday-banner {
    width: 100%;
    overflow: hidden;
    background: linear-gradient( 179deg,#fdc8d5,#ffacc1);
    color: #fff;
    transition: max-height .5s ease;
    position: relative;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.vday-banner[data-state="closed"] {
    max-height: 0;
    padding: 0
}

.t4s-section-header__bot {
    background-position: right;
    background-size: contain
}

.vday-content {
    width: 50vw;
    margin: 0 auto;
    padding: 30px 20px 40px;
    position: relative;
    text-align: center
}

@media(max-width: 768px) {
    .vday-content {
        width:70vw
    }
}

.vday-text h2 {
    font-size: 3.75rem;
    margin: 0;
    color: #9a2010
}

.vday-text p {
    font-size: 2rem;
    margin: 0;
    opacity: .95;
    color: #000
}

.vday-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2.5rem;
    background: rgb(255 255 255);
    border: none;
    color: #000000;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
    text-indent: -3px;
    line-height: 0
}

.vday-heart-bg {
    position: absolute;
    left: 50%;
    top: -60px;
    width: 220px;
    height: 220px;
    transform: translateX(-50%) scale(.4);
    background: #fff;
    clip-path: path("M110 200 C20 140 0 80 50 40 C80 10 110 40 110 60 C110 40 140 10 170 40 C220 80 200 140 110 200 Z");
    opacity: .08;
    animation: heartExpand 1s ease forwards
}

@-webkit-keyframes heartExpand {
    to {
        transform: translateX(-50%) scale(1)
    }
}

@keyframes heartExpand {
    to {
        transform: translateX(-50%) scale(1)
    }
}

.vday-heart-rotation {
    margin-top: 70px;
    height: 180px;
    perspective: 900px
}

.vday-rotator {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: rotateHeart 6s linear infinite
}

@-webkit-keyframes rotateHeart {
    from {
        transform: rotateY(0deg)
    }

    to {
        transform: rotateY(360deg)
    }
}

@keyframes rotateHeart {
    from {
        transform: rotateY(0deg)
    }

    to {
        transform: rotateY(360deg)
    }
}

.vday-coupon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotateY(var(--angle)) translateZ(160px);
    width: 230px;
    height: 155px
}

.coupon-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #b8002a;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    padding: 25px 15px;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,.2);
    z-index: 333;
    text-align: center
}

.coupon-inner::before,.coupon-inner::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    top: -30px
}

.coupon-inner::before {
    left: 40px
}

.coupon-inner::after {
    right: 40px
}

.coupon-inner strong {
    display: block;
    font-size: 3rem;
    z-index: 6;
    position: relative;
    font-weight: bold;
    line-height: 1;
    margin-top: 15px;
    text-align: center
}

.coupon-inner span {
    display: inline-block;
    margin-top: 10px;
    font-size: 1.5rem;
    background: #ff5959;
    color: #fff;
    font-weight: bold;
    padding: 0 15px;
    border-radius: 500px
}

.vday-text {
    text-align: center
}

.love-sky-zone {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #88292900;
    z-index: -1
}

.spark-heart-unit {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ff2d75;
    transform: rotate(45deg);
    opacity: 0.85;
    animation-name: riseMotion,swayMotion;
    animation-timing-function: linear,ease-in-out;
    animation-iteration-count: infinite,infinite
}

.spark-heart-unit::before,.spark-heart-unit::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 50%
}

.spark-heart-unit::before {
    top: -50%;
    left: 0
}

.spark-heart-unit::after {
    left: -50%;
    top: 0
}

@-webkit-keyframes riseMotion {
    from {
        transform: translateY(100vh) rotate(45deg);
        opacity: 1
    }

    to {
        transform: translateY(-120vh) rotate(45deg);
        opacity: 0
    }
}

@keyframes riseMotion {
    from {
        transform: translateY(100vh) rotate(45deg);
        opacity: 1
    }

    to {
        transform: translateY(-120vh) rotate(45deg);
        opacity: 0
    }
}

@-webkit-keyframes swayMotion {
    from {
        margin-left: -20px
    }

    to {
        margin-left: 20px
    }
}

@keyframes swayMotion {
    from {
        margin-left: -20px
    }

    to {
        margin-left: 20px
    }
}

@media(max-width: 768px) {
    .spark-heart-unit {
        width:14px;
        height: 14px
    }
}

.vday-banner {
    position: relative;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: top 0.6s ease;
    height: 0;
    visibility: hidden
}

.vday-banner.vday-show {
    top: 0;
    visibility: visible;
    height: auto
}

.spark-heart-unit {
    position: absolute;
    bottom: -40px;
    width: 20px;
    height: 20px;
    background: #ff2d75;
    transform: rotate(45deg);
    opacity: 0.9;
    animation-name: riseMotion,swayMotion;
    animation-timing-function: linear,ease-in-out;
    animation-iteration-count: 1,infinite
}

.spark-heart-unit::before,.spark-heart-unit::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 50%
}

.spark-heart-unit::before {
    top: -50%
}

.spark-heart-unit::after {
    left: -50%
}

.vday-popup-open .t4s-website-wrapper {
    filter: blur(3px)
}

body.template-index.vday-popup-open {
    overflow-y: hidden
}

@keyframes riseMotion {
    from {
        transform: translateY(0) rotate(45deg);
        opacity: 1
    }

    to {
        transform: translateY(-120vh) rotate(45deg);
        opacity: 0
    }
}

@keyframes swayMotion {
    from {
        margin-left: -20px
    }

    to {
        margin-left: 20px
    }
}

@media(max-width: 768px) {
    .vday-banner {
        height:65vh !important;
        padding: 25px 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .vday-content {
        width: 100vw;
        padding: 0
    }

    .vday-text h2 {
        line-height: 1.2;
        font-weight: bold;
        font-size: 3.75rem
    }

    .vday-text p {
        margin-top: 6px
    }

    .vday-close {
        right: 12px;
        width: 32px;
        height: 32px;
        font-size: 2rem;
        text-indent: -5px
    }

    .vday-heart-bg {
        width: 160px;
        height: 160px;
        top: -40px;
        opacity: 0.06
    }

    .vday-heart-rotation {
        margin-top: 70px;
        height: 140px;
        perspective: 600px
    }

    .vday-coupon {
        transform: translate(-50%,-50%) rotateY(var(--angle)) translateZ(110px)
    }

    .coupon-inner {
        padding: 14px 10px;
        border-radius: 14px
    }

    .coupon-inner::before,.coupon-inner::after {
        top: -25px
    }

    .coupon-inner::before {
    }

    .coupon-inner::after {
    }

    .coupon-inner strong {
        font-size: 3rem;
        line-height: 1
    }

    .coupon-inner span {
        font-size: 1.9rem;
        padding: 0 15px;
        margin-top: 10px
    }

    .spark-heart-unit {
        width: 12px;
        height: 12px;
        opacity: 0.7
    }

    .vday-rotator {
        animation-duration: 8s
    }
}

@media(max-width: 390px) {
    .vday-banner {
        height:60vh
    }

    .vday-text h2 {
        font-size: 3.7rem;
        line-height: 1
    }

    .vday-text p {
        font-size: 1.8rem;
        line-height: 1
    }

    .vday-coupon {
        width: 190px;
        height: 140px
    }
}

.vday-shop-btn {
    display: inline-block;
    margin-top: 40px;
    padding: 12px 26px;
    background: #056deb;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.25s ease
}

.vday-shop-btn:hover {
    background: #054695;
    transform: translateY(-1px);
    color: #fff
}

@media(max-width: 768px) {
    .vday-shop-btn {
        font-size:1.5rem;
        padding: 10px 22px;
        margin-top: 70px
    }
}

.vday-cart-offers {
    margin: 30px 0;
    padding: 26px 22px;
    background: linear-gradient(180deg,#ffe0ea,#ffd1df);
    border-radius: 18px
}

.vday-cart-title {
    text-align: center;
    font-size: 4rem;
    color: #9a2010;
    margin-bottom: 22px;
    font-weight: 700
}

.vday-offer-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

.vday-offer-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px 16px;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
    transition: all .25s ease;
    position: relative
}

.vday-offer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0,0,0,.18)
}

.vday-offer-card:not(.featured) {
    opacity: 0.92
}

.vday-offer-card.featured {
    border: 2px solid #b8002a;
    background: linear-gradient(180deg,#fff7fa,#fff);
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(184,0,42,.25)
}

.vday-offer-inner strong {
    display: block;
    font-size: 3rem;
    color: #b8002a;
    font-weight: 800;
    line-height: 1
}

.vday-offer-inner span {
    display: block;
    margin-top: 6px;
    font-size: 2rem;
    color: #222;
    font-weight: 600
}

.vday-offer-inner p {
    margin-top: 10px;
    font-size: 2rem;
    background: #ff9923;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0
}

@media(max-width: 768px) {
    .vday-cart-offers {
        padding:20px 14px
    }

    .vday-cart-title {
        font-size: 3.4rem;
        margin-bottom: 16px;
        line-height: 1
    }

    .vday-offer-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 14px
    }

    .vday-offer-card.featured {
        grid-column: 1 / -1;
        max-width: 300px;
        margin: 6px auto 0;
        transform: scale(1.08)
    }

    .vday-offer-card {
        padding: 16px 12px
    }

    .vday-offer-inner strong {
        font-size: 1.6rem
    }

    .vday-offer-inner span {
        font-size: 1.5rem
    }

    .vday-offer-inner p {
        font-size: 1.5rem;
        padding: 3px 10px
    }
}

@media(max-width: 390px) {
    .vday-offer-card.featured {
        max-width:90%;
        width: 100%;
        background: #9a2010
    }

    .vday-offer-inner strong {
        font-size: 2.45rem
    }

    .vday-offer-card.featured * {
        color: #fff
    }
}

/* Skeleton loader for slide overlay text */
#hero-slider .slide-content.is-loading {
    pointer-events: none;
}

#hero-slider .slide-content.is-loading > * {
    opacity: 0 !important;
}

#hero-slider .slide-content.is-loading::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: inherit;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-clip: padding-box;
    /* 4 placeholder blocks + 1 shimmer layer */
    background-image: linear-gradient(rgba(255,255,255,.28),rgba(255,255,255,.28)), /* title */ linear-gradient(rgba(255,255,255,.18),rgba(255,255,255,.18)), /* line 1 */ linear-gradient(rgba(255,255,255,.18),rgba(255,255,255,.18)), /* line 2 */ linear-gradient(rgba(255,255,255,.22),rgba(255,255,255,.22)), /* button */ linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.35), rgba(255,255,255,0));
    /* shimmer */
    background-size: 70% 28px, 90% 14px, 80% 14px, 42% 38px, 200% 100%;
    background-position: 0 0, 0 48px, 0 70px, 0 108px, -200% 0;
    animation: bdfSlideSkeleton 1.1s linear infinite;
    border-radius: 10px;
}

@-webkit-keyframes bdfSlideSkeleton {
    to {
        background-position: 0 0,0 48px,0 70px,0 108px,200% 0;
    }
}

@keyframes bdfSlideSkeleton {
    to {
        background-position: 0 0,0 48px,0 70px,0 108px,200% 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    #hero-slider .slide-content.is-loading::after {
        animation: none;
    }
}
