/** Shopify CDN: Minification failed

Line 27:48 Expected ":"
Line 2625:21 Expected identifier but found "!"
Line 2630:21 Expected identifier but found "!"
Line 2673:17 Expected identifier but found "!"

**/
@font-face {
  font-family: SaintMichael-Medium;
  src: url(/cdn/shop/files/SaintMichael_Medium.otf?v=1758924487);
}

@font-face {
  font-family: SaintMichael-Light;
  src: url(/cdn/shop/files/SaintMichaelLight.otf?v=1758924486);
}


body,
html {
    margin: 0;
    font-size: 10px;
    font-family: SaintMichael-Light, sans-serif;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
  font-family: SaintMichael-Medium, sans-serif;f
}

p, li{
    font-family: SaintMichael-Light, sans-serif;
}
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.top-nav-logo {
    text-align: center;
    background: #fff;
    padding: 2rem 0;
}

.top-nav-logo a img {
    width: 9.25rem;
}

.nav-sec {
    background: #1C1C1C;
    padding: 1rem 0;
}

.nav-link {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff !important;
    border-bottom: 1px solid transparent;
    transition: .3s;
}

.nav-link:hover {
    border-bottom: 1px solid #fff;
}

.navbar-nav {
    justify-content: space-between;
    width: 70%;
}

.right-nav-col {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 30%;
    gap: 1.25rem;
}

.search-btn {
    background: transparent;
    border: 0;
    padding: 0;
}

.search-btn img {
    width: 4rem;
}

.profile-btn {
    background: transparent;
    border: 0;
    padding: 0;
}

.profile-btn img {
    width: 4rem;
}

.right-nav-inner {
    display: flex;
    align-items: center;
    gap: 3rem;
    background: #FFFFFF;
    padding: 0.65rem 1rem;
    border-radius: 3rem;
    justify-content: center;
    min-width: 11rem;
    min-height: 4rem;
}

.cart-btn {
    background: transparent;
    padding: 0;
    border: 0;
    position: relative;
}

.cart-btn::after {
    position: absolute;
    content: '';
    border-right: 1px solid #B3B3B3;
    top: -2px;
    bottom: -2px;
    right: -1.45rem;
}

.cart-btn img {
    width: 2rem;
}

.right-nav-inner p {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
}

.hero-img {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 15%;
    padding-top: 6%;
}

.purple-pack {
    width: 72%;
}

.blue-pack {
    position: absolute;
    right: 2%;
    top: 28%;
    width: 57%;
}

.hero-content h1 {
    font-weight: 600;
    font-size: 5.75rem;
    color: #231F20;
    margin-bottom: 2.5rem;
    text-transform: capitalize;
    max-width: 70rem;
}

.hero-content p {
    opacity: 0.6;
    font-weight: 500;
    color: #222222;
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
    max-width: 52rem;
    line-height: 1.75;
}

.d-btn {
    border-radius: 4rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-align: center;
    background: #1C1C1C;
    color: #FFFFFF;
    font-size: 1.5rem;
    border: 1px solid transparent;
    padding: 1.675rem 4.125rem;
    transition: .3s;
}

.d-btn:hover {
    border: 1px solid #000;
    background: transparent;
    color: #000;
}

.hero-content {
    padding-left: 5%;
    padding-top: 8%;
}

.slider-one-sec {
    background: #1c1c1c;
    padding: 2.5rem 0 3rem;
    padding-left: 20%;
    margin-top: 0;
}

.techno-slide-col {
    background: #FFFFFF;
    border-radius: 1.4rem;
    display: flex;
    padding: 0;
    margin: 1.125rem;
  min-height: 23.5rem;
}

.techno-slide-content {
    padding: 2rem 2rem 2rem 1rem;
    width: calc(100% - 16rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.techno-slide-content h5 {
    font-size: 2.4rem;
    text-transform: capitalize;
    margin-bottom: 0.75rem;
    color: #222222;
}

.techno-slide-content h6 {
    font-family: SaintMichael-Medium, sans-serif;
    margin-bottom: 2rem;
    font-size: 2em;
    color: #000;
}

.techno-slide-content p {
    color: #747474;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    max-width: 20rem;
    line-height: 1.75;
}

.techno-slide-content .d-btn {
    padding: 1rem 2.5rem;
    font-size: 0.875rem;
}

.techno-slide-inner {
    position: relative;
    width: 16rem;
    padding: 2rem;
}

.techno-slide-inner img {
    width: 75%;
    position: absolute;
    top: -14%;
    bottom: 0;
    right: 12%;
    z-index: 99;
}

.bg-color-d {
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    bottom: -1px;
    background-color: #C63B7F;
    width: 85%;
    opacity: 20%;
    border-radius: 1.5rem;
  display: block !important
}

.yellow-pack-inner::after {
    background-color: #DDBB00;
}

.blue-pack-inner::after {
    background-color: #79B4C2;
}

.untern-slider1x .slick-list {
    padding-left: 0 !important;
}

.healthy-sec {
    padding: 7rem 0;
    overflow: hidden;
    padding-bottom: 22%;
    position: relative;
}

.healthy-sec .row {
    align-items: center;
}

.healthy-img {
    text-align: end;
    position: relative;
}

.healthy-img::after {
    position: absolute;
    content: '';
    top: 52%;
    background: #B4DBE2;
    opacity: 0.9;
    transform: rotate(-34deg);
    left: -106%;
    width: 193%;
    height: 119%;
}

.healthy-img img {
    width: 60%;
    position: relative;
    z-index: 9;
}

.healthy-content h5 {
    font-weight: 600;
    color: #222222;
    font-size: 3.3rem;
    margin-bottom: 1.125rem;
}

.healthy-content h6 {
    font-style: italic;
    font-weight: 600;
    font-size: 3.3rem;
    margin-bottom: 1.5rem;
}

.healthy-content p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #222222;
    opacity: 90%;
    margin-bottom: 1.75rem;
    max-width: 58rem;
    line-height: 1.75;
}

.healthy-content .d-btn {
    padding: 1.25rem 2.875rem;
    font-size: 1.125rem;
}

.healthy-content {
    padding-left: 10%;
}

.healthy-sec2x .healthy-content {
    padding-left: 40%;
}

.healthy-sec2x .healthy-img {
    text-align: start;
}

.healthy-sec2x .healthy-img::after {
    position: absolute;
    content: '';
    top: 54%;
    background: #8F6899;
    opacity: 0.2;
    transform: rotate(34deg);
    left: initial;
    width: 193%;
    height: 118%;
    right: -107%;
}

.healthy-sec2x {
    margin-top: -12%;
}

.snack1 {
    position: absolute;
    right: -0.5%;
    top: -0.5%;
    width: 13%;
}

.snack2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 9.5%;
}

.snack-bg-sec {
    background-image: url(../images/bg-snack.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding: 1rem;
    min-height: 96rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 99;
    position: relative;
}

.play-btn {
    border: 0;
    background: transparent;
    padding: 0;
}

.play-btn img {
    width: 17rem;
}

.colorful-span-sec {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    overflow: hidden;
}

.colorful-span-col {
    display: flex;
}

.colorful-span-col span {
    display: block;
    min-height: 3rem;
    max-width: 100%;
    width: 14.28571428571429%;
}

.red-span {
    background: #CC252C;
}

.white-span {
    background: #fff;
}

.blue-span {
    background: #2D588C;
}

.yellow-span {
    background: #FEF130;
}

.welcome-sec {
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: 5rem 0;
}

.welcome-heading h2 {
    font-style: italic;
    font-weight: 800;
    color: #FFFFFF;
    font-size: 7.546rem;
    margin-left: -10rem;
    max-width: 75rem;
}

.welcome-bg-img1 {
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: 1rem;
    width: 50%;
}

.welcome-bg-img2 {
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: 5rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    min-height: 43rem;
}

.welcome-bg-col {
    display: flex;
    margin-top: 4rem;
    border: 20px solid #FFFFFF;
    box-shadow: 0px 17px 34.2px 0px #00000033;
    background: #D9D9D9;
}

.welcome-bg-img2 h6 {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 4rem;
    max-width: 27rem; 
    margin-bottom: 1.5rem;
}

.welcome-bg-img2 p {
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    max-width: 34rem;
    margin-bottom: 1.5rem;
    line-height: 1.75;
}

.welcome-bg-img2 .d-btn {
    padding: 1.25rem 2.875rem;
    font-size: 1.125rem;
    background: #fff;
    color: #000;
}

.welcome-bg-img2 .d-btn:hover {
    color: #fff;
    background: #000;
}

.why-sec {
    position: relative;
    padding: 5rem 0 15rem;
}

.why-col {
    text-align: center;
}

.why-col span {
    border: 2px solid #000000;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 3rem 2rem 2rem 2rem;
}

.why-col span img {
    width: 100%;
}

.why-col h2 {
    font-size: 7.4rem;
    font-weight: 600;
    color: #1C1C1C;
    margin-top: 3rem;
}

.why-col p {
    font-size: 1.6rem;
    font-weight: 500;
    opacity: 0.6;
    color: #222222;
    max-width: 80rem;
    margin: auto;
    margin-top: 2rem;
    line-height: 1.75;
}

.why-content {
    text-align: center;
    margin-top: 6rem;
}

.why-content span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 6.5rem;
    height: 6.5rem;
    background: #F4F4F4;
    border-radius: 50%;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.why-content span img {
    width: 100%;
}

.why-content h6 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #222222;
    margin-bottom: 1.5rem;
}

.why-content p {
    font-size: 1.4rem;
    font-weight: 500;
    color: #222222;
    opacity: 0.6;
    line-height: 2;
    max-width: 33rem;
    margin: auto;
}

.snack3 {
    position: absolute;
    right: 0;
    top: 0;
    width: 17.2rem;
}

.slider-two-sec {
    background: #1C1C1C;
    padding: 10rem 0;
    position: relative;
}

.test-dd {
    padding-left: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.test-dd b {
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #7D7D7D;
    margin-bottom: 1.5rem;
    display: block;
}

.test-dd h5 {
    font-size: 3.3rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    line-height: 1.6;
    margin-bottom: 4rem;
    max-width: 98rem;
    position: relative;
}

.test-dd h5::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -4rem;
    border: 2px solid #F6BE42;
    border-radius: 3rem;
}

.test-buy {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.test-buy img {
    width: 7.6rem;
}

.test-buy span h6 {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.test-buy span p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
}

.snack4 {
    position: absolute;
    right: 0;
    top: 0;
    width: 20.9rem;
}

.untern-slider2x .slick-dots {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: end;
    justify-content: end;
    position: absolute;
    right: calc(50% - 70rem);
    top: calc(50% - 7rem);
}

.untern-slider2x .slick-dots li.slick-active button {
    background: #00599D;
}

.untern-slider2x .slick-dots li button {
    font-size: 0;
    border: 0;
    padding: 0;
    width: 0.875rem;
    height: 0.875rem;
    background: #F6BE42;
    border-radius: 50%;
    transition: all .3s ease;
}

.gallery-sec {
    padding: 5rem 0 4rem;
}

.gallery-heading h3 {
    font-size: 5.4rem;
    font-weight: 600;
    color: #222222;
    text-align: center;
    margin-bottom: 5rem;
}

.gallery-inner {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.gallery-inner a {
    width: 50%;
}

.gallery-inner a img {
    width: 100%;
    margin-top: 1.25rem;
    border-radius: 1rem;
}

.gallery-inner2x a {
    width: 100%;
    display: block;
}

.gallery-inner2x a img {
    width: 100%;
    margin-top: 1.25rem;
    border-radius: 1rem;
    height: 34rem;
    object-fit: cover;
    object-position: center;
}

.gallery-a1 {
    width: 41.75% !important;
}

.gallery-a2 {
    width: 56% !important;
}

.footer-col-one {
    background: #EEEEEE;
    padding: 5% 5% 0 30%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 55rem;
    overflow: hidden;
}

.foot-pack {
        position: absolute;
    right: 0%;
    top: 0%;
    width: 18.7%;
}

.f-logo {
    width: 15.1rem;
}

.footer-sign h6 {
    font-size: 1.875rem;
    font-weight: 400;
    color: #222222;
    opacity: 0.8;
    margin-bottom: 2rem;
}

.footer-input {
    display: flex;
    position: relative;
    align-items: center;
    width: 80%;
}

.footer-input input {
    border: 1px solid #CFCFCF;
    background: #EEEEEE;
    border-radius: 3rem;
    width: 100%;
    min-height: 5rem;
    padding: 0.5rem 14rem 0.5rem 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #5F5F5F;
}

.footer-input input::placeholder {
    color: #5F5F5F;
}

.footer-input .d-btn {
    position: absolute;
    right: 0;
    min-height: 5rem;
    padding: 1rem 3rem;
    font-weight: 500;
    font-size: 1.4rem;
}

.footer-col-one p {
    font-size: 1.6rem;
    font-weight: 300;
    color: #222222;
    margin-bottom: 2rem;
    margin-top: 7rem;
}

.footer-col-two {
    background: #231F20;
    min-height: 55rem;
    display: flex;
    height: 100%;
}

.footer-links-one {
    width: 50%;
    padding: 5% 5% 5% 10%;
    height: 100%;
    display: flex;
    align-items: center;
}

.footer-links-one1x {
    border-right: 1px solid #393536;
}

.footer-links-one ul {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 2.25rem;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.footer-links-one ul li a {
    font-size: 1.8rem;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: .3s;
    border-bottom: 1px solid transparent;
}

.footer-links-one ul li a:hover {
    border-bottom: 1px solid #fff;
}

.footer-links-one ul li a svg {
    width: 2rem;
    height: 2rem;
}

.footer-links-two {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
}

.footer-links-social {
    width: 100%;
    padding: 5% 5% 5% 5%;
    height: 50%;
}

.footer-links-policy {
    width: 100%;
    padding: 5% 5% 5% 5%;
    height: 50%;
}

.footer-links-social {
    border-bottom: 1px solid #393536;
}

.footer-links-social .footer-links-one {
    width: 100%;
}

.footer-links-policy .footer-links-one {
    width: 100%;
}





































.new-hero-sec {
    background: #231f20;
    padding: 5.5rem 0 6.5rem;
    position: relative;
}

.new-hero-col {
    text-align: center;
}

.new-hero-col h1 {
    font-size: 4.4rem;
    color: #fff;
}

.new-hero-col span {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    justify-content: center;
    margin-top: 1.75rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    opacity: 0.5;
    color: #282828;
    text-transform: uppercase;
}

.new-hero-col span a {
    color: #282828;
}

.founder-sec {
    padding: 8rem 0 15rem;
}

.founder-img img {
    width: 100%;
}

.founder-content {
    background: #E5EEF5;
    width: 100%;
    height: 100%;
    padding: 6rem 6rem 6rem 6rem;
}

.founder-content span {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.33em;
    color: #282828;
    opacity: 0.5;
    text-transform: uppercase;
}

.founder-content h6 {
    font-size: 2.6rem;
    font-weight: 600;
    color: #222222;
    line-height: 1.75;
    max-width: 50rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.founder-content p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #222222;
    opacity: 0.6;
    line-height: 1.75;
    margin-bottom: 3rem;
    max-width: 50rem;
}

.ground-sec {
    background: #00A0B2;
    position: relative;
}

.ground-sec .row {
    align-items: center;
}

.ground-sec .hero-img {
    padding-left: 0;
    margin-left: -5rem;
}

.ground-sec .hero-img .purple-pack {
    width: 70%;
}

.ground-sec .hero-img .blue-pack {
    right: 4%;
    top: 25%;
    width: 65%;
}

.ground-content span {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    opacity: 0.5;
    text-transform: uppercase;
    color: #FFFFFF;
}

.ground-content h2 {
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 2rem 0 3rem;
    padding-right: 1rem;
    line-height: 1.45;
}

.ground-content p {
    font-size: 1.6rem;
    font-weight: 400;
    opacity: 0.8;
    color: #FFFFFF;
    line-height: 2.125;
}

.ground-content {
    margin-top: -2rem;
}

.founder-sec2x {
    padding: 15rem 0 15rem;
    margin-top: -10rem;
    position: relative;
    z-index: 9;
    background: #fff;
}

.founder-sec2x .founder-content {
    padding: 0;
    background: #fff;
    padding-left: 10rem;
}

.founder-img2x {
    text-align: end;
    position: relative;
}

.fulldish {
    width: 52rem;
    position: relative;
    z-index: 9;
}

.yellowpack2 {
    position: absolute;
    left: 12rem;
    bottom: -7rem;
    width: 19rem;
    z-index: 9;
}

.founder-sec2x .row {
    align-items: center;
}

.founder-img2x::after {
    position: absolute;
    content: '';
    width: 52rem;
    height: 52rem;
    top: 0.5rem;
    right: -3rem;
    background: #F6BE42;
    border-radius: 50%;
}





























.snack5 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 7.3rem;
}

.blue-pack3 {
    position: absolute;
    right: 0;
    bottom: -4rem;
    width: 7.1rem;
}

.shop-sec {
    padding: 3rem 0 9rem;
}

.shop-col .techno-slide-col {
    background: #F5F5F5;
    margin: 0.5rem;
    margin-top: 6rem;
}


























.contact-col h2 {
    font-size: 3.6rem;
    font-weight: 500;
    color: #282828;
    max-width: 43rem;
    line-height: 1.25;
}

.contact-col p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    margin-top: 2rem;
    color: #222222;
    opacity: 0.6;
    max-width: 32rem;
}

.contact-col span {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
}

.contact-col span a {
    font-size: 2.25rem;
    font-weight: 500;
    color: #222222;
    max-width: 29rem;
}

.contact-sec {
    padding: 8rem 0;
}

.contact-inner-one {
    display: flex;
    align-items: center;
    gap: 3rem;
    width: 100%;
}

.contact-inner-one .mb-3 {
    width: 50%;
    margin-bottom: 3rem !important;
    display: flex;
    flex-direction: column;
}

.contact-inner-one .form-label {
    font-size: 1.4rem;
    font-weight: 400;
    color: #282828;
    margin-bottom: 1.25rem;
}

.contact-inner-one .form-control {
    border: 1px solid #2828281A;
    padding: 1.25rem 2rem;
    border-radius: 3rem;
    font-size: 1.4rem;
}

.contact-inner-two .mb-3 {
    width: 100%;
}

.contact-inner-three .mb-3 textarea {
    resize: none;
    min-height: 24rem;
    border: 1px solid #2828281A;
    padding: 1.25rem 2rem;
    font-size: 1.4rem;
}

.contact-form .d-btn {
    padding: 1.675rem 2.55rem;
    color: #00599D;
    border: 1px solid #00599D;
    background: transparent;
    margin-top: 2.5rem;
}

.contact-form .d-btn:hover {
    background: #00599D;
    color: #fff;
}






































.faq-sec {
    padding: 8rem 0;
}

.faq-content .accordion-item {
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
    background: transparent;
}

.faq-content .accordion-button {
    border-radius: 0 !important;
    background: transparent;
    padding: 2.75rem 0;
    font-size: 2.5rem;
    font-weight: 500;
    color: #222222;
}

.faq-content .accordion-button::after {
    background-image: url(/cdn/shop/files/accord-plus.png?v=1719949780);
    background-size: 2rem;
    width: 2rem;
    height: 2rem;
}

.faq-content .accordion-button:not(.collapsed)::after {
    background-image: url(/cdn/shop/files/accord-minus.png?v=1719949780);
  height: .4rem;
}

.faq-content .faq-body-col p {
    max-width: 95.6rem;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #222222;
    opacity: 60%;
}

.faq-content .accordion-button:not(.collapsed) {
    box-shadow: none !important;
    border-color: transparent !important;
    color: #222222;
}

.faq-content .accordion-button:focus {
    box-shadow: none;
}

.faq-sec {
    padding: 3rem 0 8rem;
}

.faq-content .accordion-body {
    padding: 0 0 2.75rem 0;
}



































.shop-detail-sec {
    padding: 6rem 0 12rem;
}

.shop-detail-img img {
    width: 100%;
    padding-right: 1rem;
}

.pinton-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 15rem;
    justify-content: space-between;
    min-height: 5rem;
    padding: 1rem 0.875rem;
    border: 1px solid #2828281A;
    background: #FBFBFB;
    border-radius: 5rem;
}

.minus {
    background: transparent;
    border: 0;
    border-radius: 0;
    width: 3rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}

.pinton-btn input {
    padding: 0;
    width: 5rem;
    text-align: center;
    color: #19124f;
    background: transparent;
    border: 0;
    min-height: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 0;
}

.plus {
    background: transparent;
    border: 0;
    border-radius: 0;
    width: 3rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}

.shop-detail-content {
    padding-left: 5rem;
}

.shop-detail-content h1 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #222222;
    margin-bottom: 3rem;
}

.del-span {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 5rem;
}

.del-span h2 {
    margin: 0;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #282828;
}

.del-span del {
    margin: 0;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #282828;
    opacity: 0.3;
}

.quantity-col h6 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

.quantity-col {
    margin-bottom: 5rem !important;
}

.descripted-col h6 {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 3rem;
    color: #282828;
}

.descripted-col p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    color: #222222;
    opacity: 0.6;
    margin-bottom: 3rem;
}

.shop-detail-btns {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 5rem;
}

.shop-detail-btns {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 5rem;
}

.shop-detail-btns .d-btn {
    padding: 1.5rem 1.5rem;
    width: 100%;
    font-weight: 500;
    font-size: 1.4rem;
}

.a-btn {
    border: 1px solid #000;
    background: transparent;
    color: #000;
}

.a-btn:hover {
    background: #1C1C1C;
    color: #FFFFFF;
}












.mbl-nav-col {
    display: none;
}
.right-nav-inner a{
  color: #000;
}
.right-nav-inner.p-0{
  min-width: initial !important;
  min-height: initial !important
}
.header__icon .icon{
width: 4rem;
height: 4rem;
}
.navbar-nav {
    justify-content: flex-start;
    gap: 6rem;
}
.modal__close-button .icon{
height: 5rem;
width: 5rem;
transform: scale(.5) !important
}
.deferred-media__poster-button{
height: initial !important;
width: 17rem !important;
background-color: transparent !important
}
.deferred-media__poster-button svg{
width: 17rem !important;
height: initial !important;
}
.gallery-inner a img{
height: 20rem;
object-fit: cover;
object-position: center;
}
.founder-img{
height: 100%;
}
.founder-img img{
height: 100%;
object-fit: cover
}
.produt-desc{
    overflow: hidden;
    font-size: 1.5rem;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
  margin-bottom: 1.25rem;
}
.produt-desc p:last-child{
  margin-bottom:0 !important
}
@media screen and (min-width: 990px) {
    .product--medium:not(.product--no-media) .product__info-wrapper, .product--small:not(.product--no-media) .product__media-wrapper {
        max-width: 50% !important;
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    }
}
@media screen and (min-width: 990px) {
    .product--medium:not(.product--no-media) .product__media-wrapper, .product--small:not(.product--no-media) .product__info-wrapper {
        max-width: 50% !important;
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    }
}
.product__title h1{
font-size: 4rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #222222;
    margin-bottom: 3rem;
}
.price__regular, .price__sale{
    align-items: center !important;
    gap: 1rem!important;
    margin-bottom: 2rem!important;
}
.price-item{
letter-spacing: 0;
}
.quantity{
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 20rem;
    justify-content: space-between;
    min-height: 5rem;
    color: #fff;
    font-weight: 300;
    padding: 1rem 0.875rem;
    background:#231f20;
}
.quantity:after{
display: none;
}
.quantity-col h6{
margin-top: 3rem;
}
.price--on-sale .price-item--regular{
    color: #282828;
    opacity: 0.3;
}
.quantity__input{
width: 4rem;
}
.quantity__button:first-child{
width: 3.3rem;
}
.product-form__buttons{
max-width: 100% !important;
}
.product-form__submit:after,
.product-form__submit:before{
display: none;
}
.product-form__submit{
border: 1px solid #000;
    background: transparent;
    color: #000;
padding: 1.5rem 1.5rem;
    width: 100%;
    font-weight: 500;
    font-size: 1.4rem;
border-radius: 4rem;
    letter-spacing: 0.01em;
    text-align: center;
    transition: .3s;
text-transform: capitalize
}
.product-form__submit:hover{
background: #1C1C1C;
    color: #FFFFFF;
}
.paypal-buttons iframe{
border-radius: 4rem;
}
.home-secd1{
padding-top: 3rem;
}
.home-secd1 img{
width: 97%;
float: left;
}
.home-secd1-inner{
padding-top: 2rem;
padding-bottom: 2rem;
padding-right: 2rem;
text-align: center;
  padding-left: 1.5rem;
max-width: 60rem;
}
.home-secd1-inner h5{
    font-weight: 600;
    color: #222;
    font-size: 3.3rem;
    margin-bottom: .125rem;
margin-bottom: 1.5rem;
}
.home-secd1-inner h6{
    font-weight: 600;
    color: #222;
    font-size: 1.7rem;
    margin-bottom: .125rem;
font-weight: 800;
margin-bottom: 1.5rem;
}
.home-secd1-inner h2{
    font-weight: 600;
    color: #222;
    font-size: 4.7rem;
    margin-bottom: .125rem;
font-weight: 800;
margin-bottom: 2.5rem;
line-height: 1;
}
.home-secd1-inner h1{
    font-weight: 600;
    color: #222;
    font-size: 4rem;
    margin-bottom: .125rem;
font-weight: 800;
margin-bottom: 2.5rem;
line-height: 1;
}
.home-secd1-inner p{
    color: #545454;
    margin-bottom: .125rem;
margin-bottom: 2rem;
line-height: 1.5;
font-size: 1.75rem;
text-align: center;
}
.healthy-content h5{
font-size: 2rem;
max-width: 58rem;
text-align: center;
}
.healthy-content p{
font-size: 1.4rem;
}
.bndlr-product.bndlr-mix-and-match{
    box-shadow: 0 0 0 !important;
    border-radius: 0 !important;
    border: 1px solid rgba(0,0,0,0.09)
}
.bndlr-add-to-bundle-container{
    padding:0 !important;
    
}
.bndlr-add-to-bundle-container .bndlr-add-to-bundle {
    border-radius: 0 !important;
    border:0 !important;
}









































.visible-xs {
	display: none !important;
}

.hidden-xs {
	display: block !important;
}

@media (min-width: 1400px) {

	.nav-sec .container,
	.welcome-sec .container {
		max-width: 1100px;
	}

	.slider-two-sec .container {
		max-width: 1150px;
	}
}

@media(max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	.hidden-xs {
		display: none !important;
	}

	br {
		display: none;
	}
  .footer-col-one p {
    margin-top: 0rem;
}
  .deferred-media__poster-button svg {
    width: 7rem !important;
    height: initial !important;
}
}

@media(max-width: 1600px) {

	body,
	html {
		font-size: 9px;
	}

	.footer-col-one {
		padding: 5% 5% 0 15%;
	}

	.footer-links-policy {
		padding: 5% 5% 5% 15%;
	}

	.footer-links-social {
		padding: 5% 5% 5% 15%;
	}
}

@media(max-width: 1500px) {
	.snack-bg-sec {
		min-height: 75rem;
	}

	.hero-content {
		padding-top: 5%;
	}
.slider-one-sec{
        padding-left: 0;
    }
	.hero-img {
		padding-top: 5%;
	}

	.techno-slide-content {
		padding: 2rem 1rem 2rem 0;
	}

	.techno-slide-inner {
		padding: 1rem;
	}
}

@media(max-width: 1400px) {
	.founder-content {
		padding: 4rem 4rem 4rem 4rem;
	}

	.snack4 {
		width: 15rem;
	}

	.welcome-heading h2 {
		margin-left: -5rem;
	}

	.hero-img {
		padding-left: 5%;
	}

	.blue-pack {
		right: 10%;
		top: 21%;
		width: 60%;
	}

	.purple-pack {
		width: 65%;
	}

	.hero-content {
		padding-left: 3%;
		padding-top: 3%;
	}

}

@media(max-width: 1300px) {
	.untern-slider2x .slick-dots {
		right: calc(50% - 50rem);
	}

	.welcome-heading h2 {
		margin-left: -3rem;
	}

	.hero-img {
		padding-left: 2%;
		padding-top: 2%;
	}

	.purple-pack {
		width: 60%;
	}

	.blue-pack {
		right: 18%;
		top: 15%;
		width: 55%;
	}

	.hero-content {
		padding-left: 2%;
		padding-top: 2%;
	}
    .slider-one-sec{
        padding-left: 0;
    }

	.hero-content h1 {
		font-size: 5.5rem;
	}

	.techno-slide-col {
		margin: 1rem;
		margin-top: 3rem;
	}
}

@media(max-width: 1200px) {

	body,
	html {
		font-size: 8px;
	}

	.snack-bg-sec {
		min-height: 70rem;
	}

	.founder-content {
		padding: 3rem 3rem 3rem 3rem;
	}
}

@media (max-width: 1100px) {
	

	.bg-color-d {
	}

	.footer-col-one {
		padding: 5% 5% 0 5%;
	}

	.footer-links-social {
		padding: 5% 5% 5% 5%;
	}

	.footer-links-policy {
		padding: 5% 5% 5% 5%;
	}
}

@media (max-width: 1050px) {
	.ground-sec .hero-img .blue-pack {
		right: 0;
		top: 25%;
		width: 60%;
	}

	.welcome-heading h2 {
		margin-left: 0;
	}

	.hero-img {
		justify-content: center;
	}


	.blue-pack {
		right: 0;
	}

	.hero-sec .row {
		align-items: center;
	}
}

@media(max-width: 992px) {
	.snack5 {
		width: 5.3rem;
	}

	.blue-pack3 {
		bottom: -3rem;
		width: 5.1rem;
	}

	.founder-sec2x .founder-content {
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 4rem;
	}

	.founder-sec2x {
		padding: 5rem 0 15rem;
	}

	.yellowpack2 {
		left: 20rem;
		bottom: -9rem;
	}

	.founder-img2x::after {
		right: 16rem;
	}

	.founder-img2x {
		text-align: center;
	}

	.ground-content p {
		font-size: 1.75rem;
	}

	.ground-content {
		margin-top: 2rem;
	}

	.ground-sec {
		padding: 3rem 0 4rem;
	}

	.founder-sec2x {
		margin-top: 0;
	}

	.ground-sec .hero-img .purple-pack {
		width: 50%;
	}

	.ground-sec .hero-img .blue-pack {
		right: 0;
		top: 0;
		width: 50%;
		position: relative;
	}

	.founder-content {
		margin-top: 2rem;
	}

	.founder-content h6 {
		font-size: 2.6rem;
		max-width: 100%;
	}

	.founder-content p {
		font-size: 1.75rem;
		max-width: 100%;
	}

	.untern-slider2x .slick-dots {
		right: calc(50% - 45rem);
	}

	.snack4 {
		width: 10rem;
	}

	.why-col h2 {
		font-size: 6rem;
	}

	.why-content {
		margin-top: 4rem;
	}

	.snack-bg-sec {
		min-height: 55rem;
	}

	.navbar-light .navbar-toggler {
		color: transparent;
		border-color: transparent;
		padding: 0;
	}

	.navbar-light .navbar-toggler-icon {
		background-image: url(/cdn/shop/files/menu.png?v=1719936655);
		width: 3rem;
		height: 3rem;
	}

	.nav-sec .container {
		flex-direction: revert;
	}

	.navbar-nav {
		width: 100%;
		margin-top: 3rem;
		border-top: 1px solid #fff;
		padding-top: 2rem;
		padding-bottom: 1rem;
	}

	.desk-nav-col {
		display: none;
	}

	.mbl-nav-col {
		display: flex;
		justify-content: start;
		width: initial;
	}

	.nav-sec {
		padding: 1.5rem 0;
	}

	.nav-link {
		padding: 1rem 0.5rem !important;
	}

	.hero-img {
		padding: 0;
		justify-content: start;
	}

	.purple-pack {
		width: 50%;
	}

	.blue-pack {
		top: 0;
		width: 50%;
		position: relative;
	}

	.hero-sec {
		padding: 3rem 0;
	}


	.hero-content {
		padding-left: 0;
		padding-top: 3rem;
	}

	.hero-content h1 {
		font-size: 5rem;
		max-width: 100%;
	}

	.hero-content p {
		font-size: 1.75rem;
		max-width: 100%;
	}

	.healthy-sec2x .healthy-content {
		padding-left: 20%;
	}

	.play-btn img {
		width: 14rem;
	}

	.colorful-span-col span {
		min-height: 5rem;
	}

	.contact-sec {
		padding: 4rem 0;
	}

	.shop-detail-sec {
		padding: 4rem 0 4rem;
	}

	.shop-detail-img img {
		padding-right: 0;
	}

	.shop-detail-content {
		padding-left: 0;
		padding-top: 2rem;
	}

	.shop-sec {
		padding: 5rem 0 5rem;
	}
}

@media (max-width: 767px) {
	.descripted-col p {
		font-size: 1.75rem;
	}
  .welcome-bg-col {
    border: 5px solid #FFFFFF;
  }

	.faq-content .faq-body-col p {
		max-width: 100%;
		font-size: 1.75rem;
	}

	.faq-content .accordion-body {
		padding: 0 1rem 2.5rem 0;
	}

	.faq-content .accordion-button {
		font-size: 2rem;
		padding: 2.5rem 0;
	}

	.faq-sec {
		padding: 4rem 0 4rem;
	}

	.new-hero-col h1 {
		font-size: 4rem;
	}

	.contact-col span {
		gap: 2rem;
		margin-top: 3rem;
	}

	.contact-col span a {
		font-size: 2.125rem;
		max-width: 100%;
	}

	.contact-col p {
		font-size: 1.75rem;
		max-width: 100%;
	}

	.contact-col h2 {
		font-size: 3.5rem;
		max-width: 100%;
	}

	.contact-col {
		margin-bottom: 4rem;
	}

	.contact-inner-one {
		gap: 1rem;
	}

	.yellowpack2 {
		left: 7rem;
		bottom: -8rem;
	}

	.founder-img2x::after {
		right: 4rem;
	}

	.ground-sec .hero-img {
		padding-left: 0;
		margin-left: 0;
		justify-content: center;
	}

	.ground-sec .hero-img .purple-pack {
		width: 40%;
	}

	.ground-sec .hero-img .blue-pack {
		width: 40%;
	}

	.new-hero-sec {
		padding: 3rem 0 3rem;
	}

	.footer-col-one {
		min-height: 45rem;
	}

	.footer-col-two {
		min-height: 45rem;
	}

	.footer-links-one {
		padding: 5% 5% 5% 5%;
	}

	.footer-input {
		width: 100%;
	}

	.gallery-sec {
		padding: 3rem 0;
	}

	.gallery-heading h3 {
		font-size: 4rem;
		margin-bottom: 2rem;
	}

	.slider-two-sec {
		padding: 10rem 0 5rem;
	}

	.test-dd {
		ppadding-left: 1rem;
        padding-right: 3rem;
	}

	.test-dd h5 {
		font-size: 2.5rem;
	}

	.untern-slider2x .slick-dots {
		position: absolute;
        right: 0 !important;
        top: calc(50% - 7rem);
	}

	.snack3 {
		width: 10rem;
	}

	.why-col span {
		width: 10rem;
		height: 10rem;
		padding: 2.5rem 2rem 2rem 2rem;
	}

	.why-col p {
		font-size: 1.75rem;
		max-width: 100%;
	}

	.why-content p {
		font-size: 1.75rem;
		max-width: 100%;
	}

	.why-col h2 {
		font-size: 5rem;
	}

	.welcome-bg-img2 p {
		max-width: 100%;
		font-size: 1.75rem;
	}

	.welcome-bg-img2 h6 {
		max-width: 100%;
	}

	.welcome-sec {
		background-position: 50% 50%;
	}

	.welcome-bg-img2 {
		padding: 2rem;
		width: 100%;
		min-height: 50rem;
	}

	.welcome-bg-img1 {
		width: 100%;
		min-height: 50rem;
	}

	.welcome-bg-col {
		flex-direction: column;
	}

	.welcome-heading h2 {
		font-size: 5rem;
		max-width: 100%;
	}

	.colorful-span-col span {
		min-height: 2rem;
	}

	.play-btn img {
		width: 10rem;
	}

	.snack-bg-sec {
		min-height: 40rem;
	}

	.hero-content h1 {
		font-size: 4rem;
	}


	.untern-slider1x .slick-list {
		padding-left: 0 !important;
		padding-right: 150px !important;
	}

	.healthy-img::after {
		display: none;
	}

	.healthy-img {
		text-align: center;
	}

	.healthy-content {
		padding-left: 0 !important;
		padding-top: 5rem !important;
		text-align: center;
		padding-bottom: 5rem !important;
	}

	.healthy-sec {
		padding: 7rem 0 !important;
		padding-bottom: 3rem !important;
	}

	.healthy-sec2x .row {
		flex-direction: column-reverse;
	}

	.healthy-content p {
		font-size: 1.75rem;
		max-width: 100%;
	}

	.healthy-sec2x .healthy-img {
		text-align: center;
	}

	.healthy-img img {
		width: 40%;
	}

	.contact-form .d-btn {
		padding: 1.675rem 1.55rem;
		margin-top: 2rem;
		width: 100%;
	}
  .footer-col-one {
        min-height: 38rem;
    }
}

@media (max-width: 570px) {
	.contact-inner-one .mb-3 {
		width: 100%;
		margin-bottom: 2rem !important;
	}

	.contact-inner-one {
		gap: 0rem;
		flex-direction: column;
	}

	.founder-img2x::after {
		right: 2rem;
	}

	.yellowpack2 {
		left: 4rem;
		bottom: -6rem;
	}

	.test-dd h5 {
		font-size: 2.125rem;
	}

	.why-col h2 {
		font-size: 4rem;
	}

	.snack3 {
		width: 7rem;
	}

	.welcome-heading h2 {
		font-size: 4rem;
	}

	.welcome-bg-img2 {
		min-height: 40rem;
	}

	.welcome-bg-img1 {
		min-height: 40rem;
	}

	.untern-slider1x .slick-list {
		padding-left: 0 !important;
		padding-right: 80px !important;
	}

	.play-btn img {
		width: 8rem;
	}

	.snack-bg-sec {
		min-height: 30rem;
	}
}
.her-img img{
width: 100%;
}
.her-img{
border-bottom: 0vw solid #1c1c1c;
}

/* Miguel's CSS */
.product__info-wrapper .price-item--regular {
    font-size: 4rem; !important
}

/* Para el continue shop */
.continue-shop {
  font-size: 1.5rem; !important
  display: inline-block;
  background-color: #212529;      
  color: #fff;                 
  padding: 10px 20px;           
  border-radius: 4px;           
  text-decoration: none;        
  font-weight: 500;             
  transition: background-color 0.2s ease, color 0.2s ease;
}

.continue-shop:hover {
  background-color: #333;       
  color: #fff;
}

.continue-shop:active {
  background-color: #222;
}

.continue-shop::before {
  content: "< ";
  font-weight: bold; 
  font-size: 1.1em; 
  margin-right: 4px; 
}

.full-unstyled-link-new {
  text-decoration: none;
  display: block;
  color: inherit;
  text-align:center;
}

.full-unstyled-link-new:hover,
.full-unstyled-link-new:focus,
.full-unstyled-link-new:active,
.full-unstyled-link-new:visited {
  color: inherit;
  text-decoration: none;
}

.card{
    border: 0px; !important
}

.content-price {
  text-align:center;
  font-size: 20px;  
  font-weight: 600; 
  color: #222222;   
}

/* ❄️ Snow effect */
.snowfall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.snowflake {
  position: absolute;
  top: -10px;
  color: #fff;
  opacity: 0.9;
  font-size: 1em;
  user-select: none;
  animation: fall linear infinite;
}

@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0.3;
  }
}


/* Christmas Banner */
.promo-banner {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.promo-banner.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.promo-content {
  background: #fff;
  text-align: center;
  padding: 2rem;
  border-radius: 1rem;
  max-width: 400px;
  width: 90%;
  position: relative;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.promo-content{
  background: white;
  border-radius: 12px;
  padding: 0.5rem;
  text-align: center;
  max-width: 700px;
  position: relative;
}
.promo-content h2 {
  color: #d62828;
  margin-bottom: 0.5rem;
}

.promo-content p {
  color: #333;
  margin-bottom: 1rem;
}

.promo-btn {
  display: inline-block;
  background: #008000;
  color: #fff;
  text-decoration: none;
  padding: 0.7rem 1.5rem;
  border-radius: 25px;
  transition: background 0.3s ease;
}

.promo-btn:hover {
  background: #006400;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/* Floting button */
.reopen-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background:rgb(34, 34, 34);
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 0.7rem 1.2rem;
  cursor: pointer;
  font-weight: bold;
  z-index: 99998;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: background 0.3s ease, transform 0.3s ease;
}

.reopen-btn:hover {
  background:rgb(56, 56, 56);
  transform: scale(1.05);
}

.reopen-btn.hidden {
  display: none;
}

.banner-image img {
  width: 100%;
  border-radius: 10px;
}


/* Banner shop */
/* Efectos para el banner clickeable del SHOP*/
.banner-link-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}

.banner-link-wrapper:hover {
  transform: scale(1.015);
  cursor: pointer;
}

.banner-link-wrapper:active {
  transform: scale(0.985);
}

.banner-link-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.35) 50%,
    transparent 100%
  );
  transition: all 0.6s ease;
  pointer-events: none;
}

.banner-link-wrapper:hover::after {
  left: 120%;
}

.banner-link-wrapper:active::after {
  left: 120%;
  transition: all 0.25s ease;
}

.banner-link-wrapper * {
  pointer-events: none;
}

.banner-link-wrapper {
  pointer-events: auto;
}



