/** Shopify CDN: Minification failed

Line 4412:0 Unexpected "}"
Line 4566:14 Expected identifier but found whitespace
Line 4566:19 Unexpected ";"

**/

.color-scheme-1.isolate.gradient h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in{
    font-size: 59px !important;
    font-weight: 400 !important;
    font-family: 'Affran' !important;
    text-align: center !important;
    padding: 0 155px !important;
    line-height: 48px !important;
}
.collection-hero__text-wrapper.top_border{
        text-align: center;
    border-bottom: 2px solid;
    margin: 80px 0px 50px 0px;
    padding-bottom: 20px;
}
.color-scheme-1.isolate.gradient .card__heading {
    margin-top: 25px;
    margin-bottom: 0;
    line-height: 5px;
}
.heading-pro{
    max-width:750px;
}
.color-scheme-1.isolate.gradient .tags-container {
    display:none;
}


.product-page-catgers {
    display: flex;
    background-color: #ECE6FC;
    padding: 0px 0px 60px 0px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.product-page-catgers .button-x input {
    display: none;
}
.products-image .container-h .row-x .col-x .image-x .button-x{
    width:100%;
    left:0 !important;
}
.products-image .container-h .row-x .col-x .image-x .button-x .all-href{

    width: 100%;
    display: block;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
}
.product-page-catgers .button-x span {
    display: inline-block;
    border-radius: 50px;
    background-color: #FFFBEC;
    border: 4px solid #263098;
    padding: 5px 42px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #263098;
}

.product-page-catgers .button-x input:checked+span {
    background: url(/cdn/shop/files/02.png?v=1756253025);
    background-size: cover !important;
    color: #fff;
    border: 2px solid #D4AF37;
    line-height: 45px !important;
}

/* product image desgin */

.product-image-catgers {
    display: flex;
    background-color: #ECE6FC;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.product-image-catgers .button-x {
    border-radius: 5px;
    background-color: #F4F2F2;
    padding: 0 5px;
    cursor: pointer;
}

.product-image-catgers .button-x  span {
    font-size: 14px;
    font-weight: 600;
    color: #48528D;
}

.image-pro::after {
    display: block;
    width: 78%;
    content: "";
    height: 55px;
    background: url(/cdn/shop/files/iconss44.png?v=1756691586);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}

.product-banner-pro {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 110px 0 50px !important;
}

.product-banner-pro .container-x .row-pro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.product-banner-pro .container-x .row-pro .col-pro .image-pro {
    width: 240px;
}

.product-banner-pro .container-x .row-pro .col-pro .image-pro img {
    width: 100%;
    height: 100%;
}

.product-banner-pro .container-x .row-pro .text-pro .heading-pro h1 {
    font-size: 50px;
    font-weight: 400 !important;
    font-family: 'Affran';
    color: white;
}

.product-banner-pro .container-x .row-pro .text-pro .description-pro p {
    font-size: 22px;
    font-weight: 700 !important;
    font-family: 'Mikado';
    color: white;
}

.hero__content {
  overflow: hidden; /* extra content hide hoga */
  max-width:1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin:0 auto;
}

.hero__title,
.hero__subtitle,
.hero__btn {
  opacity: 0;
  transform: translateX(-100px); /* left side se bahar */
  animation: slideIn 1s ease-out forwards;
}

.hero__title {
  animation-delay: 0.2s;
}
.hero__subtitle {
  animation-delay: 0.6s;
}
.hero__btn {
  animation-delay: 1s;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.text-container {
    overflow: hidden; 
  }
  
  .text-container > *, .animation-x    {
    opacity: 0;
    transform: translateX(-80px); 
    animation: slideIn 0.8s ease-out forwards;
  }
  
  
  .subtitle-tag {
    animation-delay: 0.2s;
  }
  .title-h2 {
    animation-delay: 0.5s;
  }
  .flavor {
    animation-delay: 0.8s;
  }
  .button-fade_one {
    animation-delay: 1.1s;
  }
  
  @keyframes slideIn {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
/* ALL */
/* ===== GLOBAL ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* ===== TOPBAR ===== */
.topbar {
    background: #f7db2e;
    color: #1d2a74;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    padding:4px;
    font-family: 'Mikado';
    display:flex !important;
    align-items:center;
    justify-content:center;
    gap:4px;
}
.icon-hun{
    margin-top:6px;
}
.delivery-icon{
    margin-top:10px;
}
/* ===== HEADER ===== */
.header {
    position: absolute;
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    padding: 12px 40px;
    z-index: 9;
    transition: background 0.3s;
}

.header__actions .account-header a{
    color: #fff;
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 15px;
    font-family: 'Mikado';
}

.header__actions a{
    color: #fff;
    text-decoration: none;
    font-weight: 900 !important;
    font-size: 15px;
    font-family: 'Mikado';
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.header___search .search-icon {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #666;
    cursor: pointer;
  }


.header___search .search-icon img {
    width: 12px;
    height: 11px;
}
  
  .header___search{
    position: relative;
    margin-top: 13px;
  }
  /* .header__search input::placeholder {
    padding: 20px;
  } */
  .header__logo{
    width: 160px;
    height: 160px;
    margin-right: 35px;
    padding: 15px 10px 10px 10px;
  }
.header__logo img {
   width: 100%;
}

.header__nav {
    display: flex;
    gap: 4px;
    margin-top: 20px;
}

.header__nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
    border-left: 1px solid #fff;
    padding-left: 10px;
    font-family: 'Mikado';
    line-height: 16px;
}
.header__nav .border-nav {
    border-left: none;
}

.header__nav a:hover {
    color: #ffd500;
}

.header___search input {
    padding: 6px 25px;
    border-radius: 20px;
    border: none;
    outline: none;
}

.header___search input::placeholder{
    font-size:11px;
    font-weight: 400;
    font-family: 'Mikado';
    color:#1D2A74;
}

.header__actions {
    display: flex;
    gap: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-top: 13px;
}

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    margin-top: 20px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
}

/* Mobile Nav (hidden by default) */
.header__nav--mobile {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    z-index: 90;
    padding: 0 20px;
}

.header__nav--mobile a {
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
    text-decoration: none;
}

.header__nav--mobile.open {
  max-height: 100vh;
    padding: 20px;
    height: 100vh;
}
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.2s ease;
}

.close-btn:hover {
  transform: rotate(90deg);
  color: #f00; /* hover pe red ho jayega */
}

/* ===== HERO ===== */
.hero {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
   
}
/* .hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
.hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero__overlay {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 2;
    @media (max-width: 767px) {
        background: linear-gradient(rgba(0, 0, 0, 0.2),rgb(0, 0, 0));
    }
}

.hero__content {
    position: relative;
    z-index: 3; 
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    color: #fff;
}

.hero__title {
    font-size: 56px;
    font-weight: 400 !important;
    line-height:56px;
    max-width: 500px;
    font-family: 'Affran';
    color: #fff;
}

.hero__subtitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
    font-family: 'Mikado';
    max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}


.button-fade {
    transition: all 0.3s ease;
    border: 6px solid #E95B9C;
    background-color: #f7db2e;
    color: #1d2a74;
    padding: 4px 20px 0;
    border-radius: 50px;
    text-decoration: none;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Affran';
    letter-spacing: .9px;
      line-height: calc(37/28);
}
.best-wrapper .button-fade{
padding: 0px 15px;
letter-spacing: .5px;
}
.button-fade.button-fade_one{
    font-size: 17px;
    font-weight:400;
    font-family:'Affran';
    border-radius: 15px;
    padding:0 12px;
    margin-top: -3px;
}
.text-container .button-fade{
     font-size: 25px !important;
}
.button-fade:hover {
        background: #fff;         
        color: #E95B9C;           
        border-color: #E95B9C;     
        transform: translateY(-3px) !important; 
      }


.hero__play {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    background: #0000004d;
    cursor: pointer;
    z-index: 3;
    transition: .3s;
    padding-left: 8px;
}
.hero__play:hover {
    background: rgba(255, 255, 255, 0.2);
}

.content-hero_one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
  margin: 0 auto;
}

.Button-mobile {
    display: none;
}


.super-runtz {
    padding: 50px 0;
    background-color: #fffdf3;
    position: relative;
   
}



.super {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}
.super-slider{
    cursor: pointer;
    scrollbar-width: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    position:relative;
}
  
  .super-slider .slider-track_one {
    display: flex;
    transition: transform 0.6s ease-in-out;
  }
  
  .super {
    min-width: 100%;
    box-sizing: border-box;
  }

.image-container img {
    width: 100%;
    
}


.subtitle {
    color: #1d2a74;
    font-size: 28px;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    font-family: 'Affran';
}

.tag {
    background: #4cb4de;
    color: white;
    padding: 0px 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 6px; 
    font-family: 'Doumbar';
}

.tags-container.pdp .tag, .tags-container.pdp .span.tag.CANDY.CANDY.outline.square{
    margin:0 !important;
} 
.title-h2 {
    color: #1d2a74;
    font-size: 76px;
    font-weight: 700 !important;
    line-height: 1.1;
    margin: -14px 0px -20px 0px;
    font-family: 'GardePro';
}

.flavor {
    background-color: #FFD9C1;
    padding: 50px 0px;
}


.image-container {
    width: 30%;
    max-width:240px;
}

.text-container {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width:fit-content;
    gap: 10px;
}


.subtitle-tag {
    display: flex;
    align-items: center;
    
}



.premium-thc {
    padding: 50px 0;
    text-align: center;
}

.container-x {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
}
.premium-thc .container-x {
    max-width:fit-content !important;
}
.premium-box {
    background-color: #4cb4de;
    padding: 20px 30px;
    border-radius: 12px;
    max-width: 100%;
    margin: 0 auto;
}

.titles-h2 {
    font-size: 42px;
    font-weight: 400;
    color: white;  
    font-family: 'Affran';
}

.sub-text {
    font-size: 20px;
    color: white;
    font-weight: 500;
    font-family: 'Doumbar';
}




.kandy-section {
    padding: 50px 0;
    overflow:hidden;
}
.kandy-section .badge {
    margin:0px !important;
}
.kandy-section .link{
margin-top: 14px;
    border: 2px solid #1d2a74;
    padding: 10px 20px;
    border-radius: 10px;
}

.card-purple .link:hover{
    background-color: #553b85;
    color: white;
    border: 2px solid #553b85;
}

.card-yellow .link:hover{
    background-color: #0fabdf;
    color: white;
    border: 2px solid #0fabdf;
}

.card-green .link:hover{
    background-color: #a97124;
    color: white;
    border: 2px solid #a97124;
}

.kandy-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.kandy-card {
    background: white;
    border-radius: 20px;
    text-align: center;
    padding: 30px 20px;
    flex: 1 1 calc(33.33% - 20px);
    max-width: 340px;
    transition: transform 0.3s ease;
}

.kandy-card img{
    width: 100%;
    margin: 0px auto;
    display: block;
}

.kandy-card:hover {
    transform: translateY(-5px);
}

.badge {
    background: white;
    padding: 8px 14px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 21px;
     font-family: 'Doumbar';
    display: inline-block;
    margin-bottom: 20px;
    color: #1d2a74;
}

.kandy-card h3 {
    font-size: 21px;
    font-weight: 500 !important;
     font-family: 'Doumbar';
    color: #1d2a74;
    margin-top: -45px;
}

.price {
    font-size: 16px;
    font-weight:400;
    color: #1d2a74;
    font-family: 'Mikado';
}

.link {
    text-decoration: none;
    font-weight: 400;
    color: #1d2a74;
    font-size: 20px;
    font-family: 'Mikado';
}

.card-purple {
    background: #e6d0f7;
}


.card-yellow {
    background: #fff28f;
}

.card-green {
    background: #bbf79f;
}


/* ===== Section ===== */
.best-sellers {
    padding: 50px 0;
}


.best-wrapper {
    text-align: center;
    background: #fffbe1;
    padding-bottom: 50px;
}


.top-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background: #ffe0cc;
    padding: 8px 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #1b1d4a;
    margin-bottom: 40px;
}

.top-item {
    font-size: 19px;
    font-weight:700;
    font-family: 'Mikado';
    color: #1d2a74;
    display:flex;
    gap:2px;
    align-items:center;
}

.top-item .image{
    width:24px;
    height:24px;
}

.top-item .image img{
    width:100%;
    height:100%;
}

.divider {
    width: 2px;
    height: 18px;
    background-color: #1b1d4a;
    opacity: 0.6;
}

/* Fake Icons using background-image or emoji for now */
.icon-lab {
    width: 16px;
    height: 16px;
    background: url('lab-icon.png') no-repeat center;
    background-size: contain;
}

.icon-safe {
    width: 16px;
    height: 16px;
    background: url('check-icon.png') no-repeat center;
    background-size: contain;
}

.icon-sun {
    width: 16px;
    height: 16px;
    background: url('sun-icon.png') no-repeat center;
    background-size: contain;
}

/* ===== Title ===== */
.title-heading {
    font-size: 47px;
    color: #1d2a74;
    font-weight: 400 !important;
    font-family: 'Affran';
    margin: 45px 0px 14px 0px;
}

/* ===== Category Buttons ===== */
.filters {
    display: flex;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.filter-btn {
    border-radius: 16px;
    padding: 4px 10px;
    font-weight: 500;
    cursor: pointer;
    font-size: 25px;
     font-family: 'Doumbar';
    color: #fff;
    border: 7px solid #fff;
}

.filter-btn.pink, .badge.pink {
    background: #be5fa9;
}

.filter-btn.blue, .badge.blue {
    background: #27c9fd;
}

.filter-btn.yellow, .badge.yellow {
    background: #ffd80c;
}

/* ===== Carousel ===== */
.carousel {
    position: relative;
}

/* The visible viewport that actually scrolls */
.viewport {
    margin: 0px 180px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    /* IE/Edge */
    scrollbar-width: none;
    /* Firefox */
    padding-bottom: 4px;
}

.viewport::-webkit-scrollbar {
    display: none;
}

/* WebKit */

/* The flex track */
.track {
    display: flex;
    gap: 20px;
    padding: 10px 4px 6px;
}

/* Product Card */
.product-card {
    text-decoration:none;
    border: 8px solid #fff;
    scroll-snap-align: start;
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 16px 16px;
    min-width: calc((100% - 40px) / 3);
    /* gap=20px * 2 */
    max-width: calc((100% - 40px) / 3);
    position: relative;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    text-align: center;
}
.product-card_img{
    margin-bottom: 15px;
      display: flex;
}

.product-card .badge {
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
     font-family: 'Doumbar';
    color: #fff;
    border: 3px solid #fff;
}

.product-card .percent {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ffffff;
    border-radius: 50px;
    padding: 0px 8px;
    font-size: 14px;
    font-weight: 400;
    color: #1d2a74;
    font-family:'Affran';
}

.product-card img {
    width: 140px;
   
    margin: 0px auto;
}

.product-card h3 {
    font-size: 24px;
    font-weight: 700 !important;
    margin-bottom: -8px;
    color: #1d2a74;
     font-family: 'GardePro';
}

.product-card .notes {
    font-size: 15px;
    font-weight: 400 !important;
     font-family: 'Affran';
    color: #1d2a74;
    margin-bottom: 0px;
}

.add-btn {
    transition: all 0.3s ease;
    border: 4px solid #E779AB;  ;
    background-color: #F7DD2C;
    color: #1d2a74;
    padding: 2px 16px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Mikado';
    cursor: pointer;
}
.add-btn:hover {
    background: #fff;         
    color: #E779AB;           
    border-color: #E779AB;     
    transform: translateY(-3px); 
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  }

/* Colored card backgrounds (like the reference) */
.card-blue {
    background: #ebf9ff;
}

.card-pink {
    background: #f9ffcf;
}

.card-cream {
    background: #e1fff0;
}

/* Arrows */
.arrow {
    z-index: 9;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
}

.arrow svg {
    width: 45px;
    height: 45px;
}

.slider-btn.left  svg {
    width: 28px;
    height: 45px;
}

.slider-btn.right  svg {
    width: 28px;
    height: 45px;
}

.arrow.left {
    left: 30px;
}

.arrow.right {
    right: 30px;
}

.arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* CTA */
.shop-btn {
    display: inline-block;
    margin-top: 5px;
}

.container-x {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.slider-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 80px;
    padding: 50px 0%;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Hide scrollbar - Firefox */
}

.slider-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar - Chrome, Safari */
}

.review-card {
    flex: 0 0 72%;
    /* 1 full + 20% next card */
    scroll-snap-align: center;
    background: #f4f2f2;
    border-radius: 15px;
      padding: 60px 100px 30px 100px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    box-sizing: border-box;
}

.review-source {
    font-weight: 400 !important;
    color: #1d2a74;
    font-size: 17px;
    font-family: 'Affran';
    margin-bottom: 0px;
}

.review-stars {
    color: #1d2a74;
    line-height: 20px;
    font-size: 20px;
}

.review-text {
    color: #1d2a74;
    line-height: 1;
    margin: 22px 0;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Doumbar';
}

.review-author {
    font-size: 11px;
    color: #1d2a74;
    font-weight: 400 !important;
     font-family: 'Affran';
    margin-bottom: 20px;
}

.review-btn {
    transition: all 0.3s ease;
    border: 4px solid #E95B9C;
    background-color: #f7db2e;
    color: #1d2a74;
    padding: 4px 14px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500 !important;
    font-family: 'Mikado';
    animation-delay: 1.1s;
}

.review-btn:hover {
    background: #fff;         
    color: #E95B9C;           
    border-color: #E95B9C;     
    transform: translateY(-3px); 
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  }


.community-section {
    text-align: center;
    padding: 50px 20px;
    background:#FCFCFC;

}


.find-instagram {
    font-weight: 500 !important;
    padding-left:10px;
    font-size:16px; 
    text-align: left;
    color: #1d2a74;
    font-family: 'Mikado';
}

.slider {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 30px;
    overflow: hidden; 
}

.slider-track {
    display: flex;
    transition: transform 0.4s ease-in-out; 
    gap: 0px  !important;
}

.slide {
    flex: 0 0 25%; /* 4 slides by default (desktop) */
    padding: 10px;
    box-sizing: border-box;
    min-width: 200px !important; 
}


.slide img {
    width: 100%;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    color: #1d2a74 !important;
    border: none;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 5;
    padding: 0;
}

.slider-btn.prev {
    left: 10px;
}

.slider-btn.next {
    right: 10px;
}
.offer{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* Offer */
.offer h3 {
    font-size: 22px;
    margin-bottom: -13px;
    color: #1d2a74;
    font-weight: 700 !important;
    font-family: 'Mikado';
}

.offer p {
    font-size: 12px;
     font-weight: 300;
    font-family: 'Mikado';
    color: #1d2a74;
}


/* Social Icons */
.social-icons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 9px;
    @media (max-width: 425px) {
        margin-top: 0px;
    }
}
.social-icons a:hover {
    background-color: #E95B9C;
    transform: translateY(-5px);
}
.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;   
    height: 35px;
    background-color: #1D2A74; 
    color: #fff;            
    border-radius: 50%;     
    text-decoration: none;  
    font-size: 20px;        
    transition: 0.3s ease;
  }
  /* .social-icons .instagram{
    background: linear-gradient(#405DE6, #5B51D8, #833AB4, #C13584, #F56040);
  }
  .social-icons .pinterest{
    background: red;
  } */


.promo-section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
}

/* Inner flex container */
.promo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    width:100%;
    max-width:60%;
    flex-wrap: wrap;
    margin: 0 auto;
}

/* Left Side */
.promo-left {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.promo-map {
    max-width: 240px;
    width: 100%;
}

.promo-left-text {
    font-size: 24px;
    font-weight: 400 !important;
    font-family:'Affran';
    color: #FFEB3B;
    text-transform: uppercase;
    text-align: left;
}

/* Right Side */
.promo-right {
    flex: 1;
    color: #fff;
}

.promo-title {
    text-align: center;
    font-size: 75px;
    font-weight: 400 !important;
    font-family:'Affran';
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 70px;
    color: #FFEB3B;
}

.promo-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.promo-features li {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}

.promo-features li span{
    font-size:20px;
    font-weight:500 !important;
    font-family:'Doumbar';
    line-height:normal;
}

.promo-features li img {
     width: 60px;
    height: 55px;
    object-fit: contain;
}

@media screen and (min-width:1380px){
    .header {
            justify-content: space-evenly !important;
    }
    .hero__content{
        /* max-width:100%;  */
    padding-top: 12px;
    padding-bottom: 12px;
    }
}
@media screen and (min-width:1480px){
       .hero__content{ 
    padding-top: 20px;
    padding-bottom: 20px;
       }
}
@media screen and (min-width: 990px) {
    .slider--desktop.grid--4-col-desktop .grid__item {
        width: calc((100% - var(--desktop-margin-left-first-item)) / 4 - var(--grid-desktop-horizontal-spacing) * 0) !important;
    }
}

@media screen and (max-width: 810px){
    .hero__content .button-fade{
        font-size: 23px !important;
    }
}

@media screen and (min-width:1200px){
    .viewport{
        margin: 0px 110px;
    }

    .carousel{
        max-width:1200px;
        margin: 40px auto;
    }
}

@media screen and (max-width:1092px){
    .header__logo{
    margin-right: 12px !important;
}

.header__nav a{
    font-size: 14px !important;
}

.header__actions .account-header a{
    font-size: 14px !important;
}

.header__actions a{
    font-size: 14px !important;
}

.header___search input{
    padding: 6px 12px 6px 25px;
}

}

@media screen and (max-width:1130px){
    .product-page-catgers .button-x span {
    font-size: 24px !important;
    padding: 0 35px !important;
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width:1024px){

    .product-page-catgers .button-x span{
            padding: 0 28px !important;
    }

    .product-form__input--pill input[type=radio]+label{
        padding: 1.6rem 1.2rem !important;
    }

    .product-image-catgers .button-x span {
    font-size: 12px !important;
    }

    .product-card .badge {
        font-size: 14px !important;
    }
    .header__nav{
        gap: 10px;
    }
    .header___search input {
    padding: 4px 25px;
    max-width:130px;
    }
    .product-card .percent{
        font-size: 14px;
    }
    .header__nav a{
        padding-left: 10px;
        font-size: 14px;
    }
    .header__actions{
        font-size: 14px;
    }
    .header___search .search-icon{
        font-size: 12px;
    }
    
    .reviews-section .container-x{
        padding:0 40px;
    }

    .review-card{
        padding: 60px 70px 30px 70px;
    }

    .slider-container{
        gap: 60px;
    }

}
@media (max-width:992px) {
   .products-image{
    overflow:hidden;
   }
.products-image .container-h{
overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.products-image .container-h .row-x{
        width: 1000px !important;
}
        .header__actions{
            align-items: center !important;
        }

        .hamburger{
            margin-top:0 !important;
        }

        .products-image .container-h .row-x .col-x .image-x .button-x .all-href {
        font-size: 10px !important;
        padding: 10px 0px !important;
        max-width:80%;
    }

        .boyz-works .container-h .row-x .works-images .first {
        width: 100%;
        max-width: 170px !important;
    }


    .boyz-works .container-h .row-x .works-images .first .image {
    width: 200px !important;
    height: 200px !important;
}

.boyz-works .container-h .row-x .works-images{
    padding: 0 50px !important;
}

        .boyz-works .container-h .row-x .col-x .heading h2 {
        font-size: 50px !important;
        padding: 0 40px;
    }

        .boyz-works .container-h .row-x .col-x .sub-heading p {
        font-size: 28px !important;
    }


    .product-page-catgers .button-x span {
    font-size: 20px !important;
    padding: 0 30px !important;
    }

    .product-page-catgers{
        gap: 12px !important;
    }

    .removeBg .button-x span {
    font-size: 20px !important;
    padding: 0 30px !important;
    }

    .quick-add.no-js-hidden .quick-add__submit{
            margin-top: 10px !important;
    }

    button[type="submit"] span{
        font-size: 20px !important;
    }

    .color-scheme-1.isolate.gradient h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in{
        padding: 0 50px !important;
    }

    .tags-container{
    padding-left:8px !important;
    }

    .collection-hero__title {
    font-size: 48px;
    }

    .facet-filters__label{
        font-size: 16px !important;
    }

      .flavor .container-x .row{
        max-width: 768px !important;
        margin: 0 auto !important;
      }

      .flavor .container-x .row .col{
        flex-direction: column !important;
        gap: 40px !important;
      }

    .flavor .container-x .row .col .image-with-text {
    width: 100% !important;
    justify-content: space-between !important;
}


    .flavor-forward .container-h .row-x .col-x .heading h3 {
        padding:80px 20px 0 !important;
    }

    .tested .container-x .row{
        padding:40px !important;
    }

    .faqs .container-x .row .col .question-answer .first{
        max-width:768px !important;
    }

    .federally .container-x .row{
        padding:40px !important;
    }

    .header__nav,
    .header___search,
    .account-header {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .kandy-card {
        flex: 1 1 calc(50% - 20px);
    }

    .title-heading {
        font-size: 28px;
    }

    .product-card {
        min-width: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
    }




    .features li {
        justify-content: center;
        text-align: left;
    }

    .promo-container {
            max-width: 90%;
        text-align: center;
    }

    .promo-features li {
        justify-content: center;
        text-align: left;
    }

    .button-fade.button-fade_one{
        margin-top: 15px;
    }
    .kandy-grid {
            flex-wrap: nowrap;
                width: 900px;
    }
    .kandy-section .container-x{
            padding-bottom: 10px;
             overflow-x: scroll;
                     scroll-behavior: smooth;
        scrollbar-width: none;
    }
    .kandy-grid .kandy-card{
                flex: 1 calc(100% - 20px);
    }

}






/* Tenzeem */


.tested {
    background-color: #4CB4DE;
    padding: 50px 0;
}

/* .tested .container-x {
    background-color: #F4F2F2;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
    border-radius: 50px;
} */

.tested .container-x .row {
       display: flex;
    justify-content: space-evenly;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 90px 60px 70px;
    border-radius: 50px;
    gap: 60px;
}
.tested .container-x .row .col .image{
   max-width: 340px;
    max-height: 340px;
}



.tested .container-x .row .col .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tested .container-x .row .col-text {
  background-color: #F7DD2C;
    width: 100%;
    max-width: 540px;
    padding: 15px 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 12px 18px 0 rgb(0 0 0 / 43%), 0 6px 30px 0 rgb(0 0 0 / 43%);
}

.tested .container-x .row .col-text .name h5 {
    font-size: 23px;
    font-weight: 800 !important;
    font-family: 'Mikado';
    color: #1D2A74;
    letter-spacing: normal;
}

.tested .container-x .row .col-text .description{
    display: flex;
    flex-direction: column;
    gap:20px;
}

.tested .container-x .row .col-text .description p {
    font-size: 15px;
    font-weight: 500 !important;
     font-family: 'Mikado';
     color:#000;
    line-height: normal;
}

.tested .container-x .row .col-text .link {
    display: flex;
    gap: 2px;
    align-items: center;
}

.tested .container-x .row .col-text .link a {
    text-decoration: none;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1D2A74;
     font-family: 'Mikado';
}

.tested .container-x .row .col-text .link i {
    font-size: 11px;
    color: #1D2A74;
}


/* Federally */

.federally {
    background-color: #F7DD2C; 
}

.federally .container-x .row {
    background-color: #4AAED7;
     display: flex;
    justify-content: space-evenly;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 70px 60px 90px;
    border-radius: 50px;
    gap: 60px;
}



.federally .container-x .row .col .image {
   max-width: 100%;
    max-height: 100%;
        height: 247px;
}

.federally .container-x .row .col .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.federally .container-x .row .col-text {
    background-color: #F4F2F2;
     width: 100%;
    max-width: 540px;
    padding: 15px 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 12px 18px 0 rgb(0 0 0 / 43%), 0 6px 30px 0 rgb(0 0 0 / 43%);
}

.federally .container-x .row .col-text .name h5 {
    font-size: 23px !important;
    font-weight: 800 !important;
    font-family: 'Mikado';
    color: #1D2A74;
     letter-spacing: normal;
}
.federally .container-x .row .col-text .description {
    display: flex;
    flex-direction: column;
    gap:20px;
}

.federally .container-x .row .col-text .description p {
   font-size: 15px !important;
    font-weight: 500 !important;
     font-family: 'Mikado';
     color:#000;
      line-height: normal;
}

.federally .container-x .row .col-text .link {
    display: flex;
    gap: 2px;
    align-items: center;
}

.federally .container-x .row .col-text .link a {
   text-decoration: none;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1D2A74;
    font-family: 'Mikado';
}

.federally .container-x .row .col-text .link i {
    font-size: 11px ;
    color: #1D2A74;
}


/* faqs */

.faqs {
    background-color: #FFFBE1;
    padding: 50px 20px;
}

.faqs .container-x .row {
    display: flex;
    justify-content: center;
}

.faqs .container-x .row .col {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.faqs .container-x .row .col .heading h2 {
 font-family: Alfarn; 
font-style: Regular;
font-size: 45px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #1D2A74;

}

.faqs .container-x .row .col .question-answer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.faqs .container-x .row .col .question-answer .first {
    background-color: #E5E5E5;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

.faqs .container-x .row .col .question-answer .first .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.faqs .container-x .row .col .question-answer .first .question p {
    font-size: 22px;
    font-weight: 500;
    color: #1D2A74;
     font-family: 'Mikado';
}

.faqs .container-x .row .col .question-answer .first .question .drop-down {
    width: 17px;
    cursor: pointer;
}

.faqs .container-x .row .col .question-answer .first .answer p {
    font-size: 18px;
    font-weight: 500;
    color: #1D2A74;
     font-family: 'Mikado';
}

.faqs .question .drop-down img {
    transition: transform 0.3s ease;
}

.faqs .first.active .drop-down img {
    transform: rotate(180deg);
}

.faqs .answer {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
}

/* footer-kandy */
.footer-kandy{
    background-color: #4CB4DE;
    padding: 50px 0px;
}

.flavor .container-x .row .col {
    display: flex;
    justify-content: space-evenly;
   
}

.flavor .container-x .row .col .heading h2 {
    font-size: 39px;
    font-weight: 900 !important;
     font-family: 'Mikado';
    color: #4CB4DE;
    line-height: 0.9em;
}

.flavor .container-x .row .col .image-with-text {
    display: flex;
    width: 60%;
    gap: 120px;
    text-align: center;
}

.flavor .container-x .row .col .image-with-text .call {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}

.flavor .container-x .row .col .image-with-text .call .image {
    width: 60px;
    height: 60px;
}

.flavor .container-x .row .col .image-with-text .call .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flavor .container-x .row .col .image-with-text .call .name h3 {
    font-size: 16px;
    font-weight: bold;
    color:black;
}

.flavor .container-x .row .col .image-with-text .call .date-time a {
    font-size: 11px;
    font-weight: 400 !important;
     font-family: 'Mikado';
    color: #1D2A74;
    text-decoration: none;
}

.date-time.heading-x{
        line-height: 12px;
}

.footer-kandy .container-x .row .col-h { 
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-kandy .container-x .row .col-h .sign-in {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.footer-kandy .container-x .row .col-h .sign-in .discription p {
 font-family: Mikado;
font-weight: 700; 
font-size: 22px; 
line-height: calc(30/22);
letter-spacing: 0%;

}

.footer-kandy .container-x .row .col-h .sign-in .inputs form#contact_form {
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
}

.footer-kandy .container-x .row .col-h .sign-in .inputs .email{
    display: flex;
    align-items: center;
    max-width: 214px;
}

.footer-kandy .container-x .row .col-h .sign-in .inputs .email input {
   padding: 7px 65px 6px 20px;
    border-radius: 50px;
    border: none;
    outline:none;
    width: 100%;
}

.footer-kandy .container-x .row .col-h .sign-in .inputs .email input:focus-visible{
   padding: 10px 65px 10px 20px;
   box-shadow:none;
}

.footer-kandy .container-x .row .col-h .sign-in .inputs .email input::placeholder {
    color: #CFD0D3;
    font-size: 19px;
    font-weight: 400 !important;
      font-family: 'Mikado';
}

.footer-kandy .container-x .row .col-h .sign-in .inputs .button-footer_x button {
    padding: 5px 20px;
    border-radius: 50px;
    background-color: #F7DD2C;
    border: 3px solid #E95B9C;
    cursor: pointer;
    font-size: 14px;
    line-height: calc(18/14);
    font-weight: 500;
    font-family: 'Mikado';
    color:#1d2a74;
}

.footer-kandy .container-x .row .col-h .last {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.footer-kandy .container-x .row .col-h .last .shop-faqs {
    display: flex;
    gap: 57px;
}

.footer-kandy .container-x .row .col-h .last .shop-faqs ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.footer-kandy .container-x .row .col-h .last .shop-faqs ul a {
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.footer-kandy .container-x .row .col-h .last .shop-faqs ul li {
    list-style: none;
}

.footer-kandy .container-x .row .col-h .last .shop-faqs ul li a {
    font-size: 18px;
    font-weight: 700;
     font-family: 'Mikado';
    text-decoration: none;
    color: white;
}

.footer-kandy .container-x .row .col-h .last .icons-all {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 8px;
}

.footer-kandy .container-x .row .col-h .last .icons-all .icon {
    display: flex;
    gap: 8px;
}

.footer-kandy .container-x .row .col-h .last .icons-all .icon .fa-instagram {
    font-size: 18px;
    color: white;
    background: linear-gradient(#405DE6, #5B51D8, #833AB4, #C13584, #F56040);
    padding: 8px 5px;
    border-radius: 50px;
    cursor: pointer;
}

.footer-kandy .container-x .row .col-h .last .icons-all .icon .fa-x-twitter {
    font-size: 18px;
    color: white;
    background-color: black;
    padding: 8px 5px;
    border-radius: 50px;
    cursor: pointer;
}

.footer-kandy .container-x .row .col-h .last .icons-all .icon .fa-tiktok {
    font-size: 18px;
    color: white;
    background-color: black;
    padding: 8px 5px;
    border-radius: 50px;
    cursor: pointer;
}

.footer-kandy .container-x .row .col-h .last .icons-all .icon .fa-pinterest-p {
    font-size: 18px;
    color: white;
    background-color: red;
    padding: 8px 5px;
    border-radius: 50px;
    cursor: pointer;
}

.footer-kandy .container-x .row .col-h .last .icons-all .all p {
    font-size: 14px;
    font-weight: 400;
    color: white;
     font-family: 'Mikado';
}


/* flavor-forward */

.flavor-forward {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    padding: 200px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flavor-forward .container-h {
    max-width: 1200px;
    margin: 0 auto;
}

.flavor-forward .container-h .row-x .col-x .heading h3 {
    font-size: 56px;
    font-weight: 400 !important;
    color: white;
    text-align: center;
    padding: 100px 150px 0;
    font-family: 'Affran';
    line-height: normal;
}

/* products-image */

.products-image .container-h .row-x {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    gap:10px;
}

.products-image .container-h .row-x .col-x{
    width:20%;
}

.products-image .container-h .row-x .col-x .image-x {
    position: relative;
}

.products-image .container-h .row-x .col-x .image-x .button-x {
    position: absolute;
    bottom: 40px;
   
    cursor: pointer;
}

.section-template--20169838231792__product-grid-padding{
    padding-top: 15px !important;
    padding-bottom: 80px !important;
}

.products-image .container-h .row-x .col-x .image-x .button-x .all-href{
    text-decoration: none;
    color: white;
    border: 2px solid white;
    padding: 14px 0px;
    font-size:11px;
    font-weight: 700 !important;
    font-family:'Mikado';
}

.products-image .container-h .row-x .col-x .image-x .button-x a {
    text-decoration: none;
    color: white;
    border: 2px solid white;
    padding: 14px 42px;
    font-size:11px;
    font-weight: 700 !important;
    font-family:'Mikado';
}

/*  */

.crafting-banner-x .container-h .row-x {
    display: flex;
    flex-direction: column;
    gap: 130px;
}

.crafting-banner-x .container-h .row-x .col-x {
    background-color: #062991;
}

.crafting-banner-x .container-h .row-x .col-x .lab-tested {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 40px 0;
}

.crafting-banner-x .container-h .row-x .col-x .name h4 {
    font-size: 24px;
    font-weight: 700 !important;
    font-family:'Mikado';
    color: #062991;
}

.crafting-banner-x .container-h .row-x .col-x .line {
    width: 2px;
    height: 25px;
    background-color: #062991;
    display:block;
}

/* crafting  */

.crafting-x {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.crafting-x .container-h .row-x .col-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height:10px !important;
}

.crafting-x .container-h .row-x .col-text .heading h5 {
    font-size: 42px;
    font-weight: 400 !important;
    font-family:'Affran';
    color: white;
}

.crafting-x .container-h .row-x .col-text .description p {
    font-size: 20px;
    font-weight: 500 !important;
    font-family:'Doumbar';
    color: white;
}

/* kandyboyz-hits */

.kandyboyz-hits {
    background-color: #F4F2F2;
    padding: 70px 0;
}

.kandyboyz-hits .container-h {
    max-width: 1200px;
    margin: 0 auto;
}

.kandyboyz-hits .container-h .row-x {
    display: flex;
    justify-content: center;
}

.kandyboyz-hits .container-h .row-x .flex-h {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kandyboyz-hits .container-h .row-x .col-x .heading h2 {
    font-size: 33px;
    font-weight: 700 !important;
    color: #1D2A74;
    padding-left: 10px;
    font-family:'GardePro' !important;
}

.kandyboyz-hits .container-h .row-x .color-boxs {
    display: flex;
    gap: 30px;
}

.kandyboyz-hits .container-h .row-x .color-boxs .color-text {
    background-color: #621A97;
    width: 180px;
    height: 180px;
    border-radius: 15px;
    position: relative;
}

.kandyboyz-hits .container-h .row-x .color-boxs .two {
    background-color: #462381;
}

.kandyboyz-hits .container-h .row-x .color-boxs .there {
    background-color: #232074;
}

.kandyboyz-hits .container-h .row-x .color-boxs .four {
    background-color: #981076;
}

.kandyboyz-hits .container-h .row-x .color-boxs .color-text .name {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.kandyboyz-hits .container-h .row-x .color-boxs .color-text .name h4 {
    font-size: 19px;
    font-weight: 700 !important;
    color: white;
    font-family:'GardePro' !important;
    line-height: 20px;
}

/* boyz works */

.boyz-works {
    padding: 100px 0;
    background-color: #FFF2BD;
}

.boyz-works .container-h {
    max-width: 1200px;
    margin: 0 auto;
}

.boyz-works .container-h .row-x {
    display: flex;
    flex-direction: column;
    gap: 70px;
    align-items: center;
    justify-content: center;
}

.boyz-works .container-h .row-x .col-x {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
}

.boyz-works .container-h .row-x .col-x .heading h2 {
    font-size: 59px;
    font-weight: 400 !important;
    font-family:'Affran' !important;
    color: #1D2A74;
    line-height: 48px;
}

.boyz-works .container-h .row-x .col-x .sub-heading p {
    font-size: 33px;
    font-weight: 700 !important;
    font-family: 'GardePro';
    color: #1D2A74;
}

.boyz-works .container-h .row-x .works-images {
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-align: center;
    gap: 20px;
    width: 100%;
    max-width: 80%;
}

.boyz-works .container-h .row-x .works-images .first {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.boyz-works .container-h .row-x .works-images .first .image {
    width: 150px;
    height: 150px;
}

.boyz-works .container-h .row-x .works-images .first .image img {
    width: 100%;
    height: 100%;
}

.boyz-works .container-h .row-x .works-images .first .name h3 {
    font-size: 21px;
    font-weight: 700 !important;
    font-family: 'GardePro' !important;
    color: #232074;
    line-height: 20px;
}

.boyz-works .container-h .row-x .works-images .first .description p {
    font-size: 17px;
    font-weight: 500 !important;
    color: #232074;
    font-family: 'AvenirMedium' !important;
    line-height: 17px;
}

/* the magic */

.the-magic-x {
    background-color: #D4CAFF;
    padding: 80px 0;
}

.the-magic-x .container-h {
    max-width: 1200px;
    margin: 0 auto;
}

.the-magic-x .container-h .row-x {
    display: flex;
    justify-content: center;
}

.the-magic-x .container-h .row-x .col-x {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.the-magic-x .container-h .row-x .col-x .heading h3 {
    font-size: 33px;
    font-weight: 700 !important;
    font-family: 'GardePro' !important;
    color: #1D2A74;
}

.the-magic-x .container-h .row-x .col-x .video {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.the-magic-x .container-h .row-x .col-x .video video {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.video-controls {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.video-controls button {
    display: none;
}

.video-controls input[type="range"] {
    flex: 1;
}

.the-magic-x .container-h .row-x .col-x .video .icon {
    position: absolute;
    top: 38%;
    right: 45%;
    cursor: pointer;
}

.the-magic-x .container-h .row-x .col-x .video .icon i {
    font-size: 50px;
    border: 5px solid white;
    color: white;
    padding: 20px 16px;
    border-radius: 50px;
}

#seekBar {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: black;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0;
}

#seekBar::-webkit-slider-runnable-track {
    height: 10px;
    background: black;
    border-radius: 0;
}

#seekBar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 10px;
    box-shadow: -1000px 0 0 1000px #D6D6D6;
    cursor: pointer;
}

/* THE REST */

.the-rest {
    background-color: #FFFFFD;
    padding: 80px 0;
}

.the-rest .container-h .row-x {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.the-rest .container-h .row-x .col-x .heading h2 {
    font-size: 45px;
    font-weight: 700 !important;
    font-family: 'GardePro' !important;
    color: #1D2A74;
}

.the-rest .container-h .row-x .tick-cross-box {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 860px;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
}

.the-rest .container-h .row-x .tick-cross-box .question .first {
    width: 100%;
    height: 92px;
    display: flex;
    align-items: center;
    border-top: 2px solid black;
}

.the-rest .container-h .row-x .tick-cross-box .question .first .name h3 {
    font-size: 22px;
    font-weight: 700 !important;
    font-family: 'GardePro' !important;
    color: #1D2A74;
    padding: 0 58px;
}

.the-rest .container-h .row-x .tick-cross-box .ticks {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.the-rest .container-h .row-x .tick-cross-box .ticks .first {
    width: 100%;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid black;
    border-left: 2px solid black;
}

.the-rest .container-h .row-x .tick-cross-box .ticks .first .name h3 {
    font-size: 22px;
    font-weight: 700 !important;
    font-family: 'GardePro' !important;
    color: white;
    padding: 0 57px;
}

.the-rest .container-h .row-x .tick-cross-box .ticks .first .image-x {
    width: 70px;
    height: 60px;
    padding: 20px 30px;
}

.the-rest .container-h .row-x .tick-cross-box .ticks .first .image-x img {
    width: 100%;
    height: 100%;
}

.the-rest .container-h .row-x .tick-cross-box .cross .first {
    width: 100%;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid black;
    border-left: 2px solid black;
}

.the-rest .container-h .row-x .tick-cross-box .cross .first .name h3 {
    font-size: 22px;
    font-weight: 700 !important;
    font-family: 'GardePro' !important;
    color: #1D2A74;
    padding: 0 57px;
}

.the-rest .container-h .row-x .tick-cross-box .cross .first .image-x {
    width: 70px;
    height: 60px;
    padding: 20px 30px;
}

.the-rest .container-h .row-x .tick-cross-box .cross .first .image-x img {
    width: 100%;
    height: 100%;
}




@media screen and (max-width:1200px) {

   
    .products-image .container-h .row-x .col-x .image-x .button-x .all-href{
        font-size: 11px;
        padding: 10px 0px;
    }

    .slider-buttons .arrow.left {
    left: 30px;
    top: 33%;
}

  .slider-buttons .arrow.right {
    top: 33%;
}

.hero__content{
    padding-left:40px ;
}
    .footer-kandy{
        padding:0 !important;
    }

  .viewport {
    margin: 0px 90px;
  }

    .flavor .container-x .row .col {
        padding: 0px !important;
    }

    .footer-kandy .container-x .row .col-h {
        padding: 60px 70px;
    }

    .crafting-x {
        width: 100%;
        height: 338px;
    }

   

    .flavor-forward .container-h .row-x .col-x .heading h3 {
        padding: 80px 50px 0;
    }

    .boyz-works .container-h .row-x .col-x .heading h2 {
        font-size: 65px !important;
    }

    .boyz-works .container-h .row-x .col-x .sub-heading p {
        font-size: 31px !important;
    }

    .boyz-works .container-h {
        max-width: 980px;
        margin: 0 auto;
    }

    .boyz-works .container-h .row-x .works-images {
        gap: 30px;
        flex-wrap: wrap;
        text-align: center;
        max-width: 100%;
    }

    .boyz-works .container-h .row-x .works-images .first .name h3 {
        font-size: 20px !important;
    }

    .boyz-works .container-h .row-x .works-images .first {
        width: 100%;
        max-width: 150px;
    }

}

@media screen and (max-width:1070px) {

    .removeBg .button-x span{
        padding: 0 30px !important;
    }

  .super {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    flex-direction:column;
}
  .image-container {
    width: 50%;
    max-width: 550px;
}

    .tested .container-x .row .col-text .name h5 {
        font-size: 26px !important;
    }

    .tested .container-x .row .col-text .description p {
        font-size: 16px !important;
    }

    .federally .container-x .row .col-text .name h5 {
        font-size: 26px !important;
    }

    .federally .container-x .row .col-text .description p {
        font-size: 16px !important;
    }


    .flavor .container-x .row .col .image-with-text .call .image {
        width: 70px;
        height: 70px;
    }

    .kandyboyz-hits .container-h .row-x .color-boxs {
        display: flex;
        gap: 20px;
    }

    .kandyboyz-hits .container-h .row-x .color-boxs .color-text {
        width: 160px;
        height: 160px;
    }

    .kandyboyz-hits .container-h .row-x .col-x .heading h2 {
        font-size: 30px !important;
    }

    .the-magic-x .container-h {
        max-width: 800px;
    }

    .the-magic-x .container-h .row-x .col-x .heading h3 {
        font-size: 37px !important;
    }

    .the-magic-x .container-h .row-x .col-x .video video {
        max-width: 750px;
    }

    .facets__summary{
         padding: 0 1.75rem 0 0 !important;
    }

    .facets__summary div span {
    font-size: 19px !important;
    }
    .hero__content{
        padding:0;
    }
    .header {
        justify-content:space-between;
    }

    .promo-left-text {
    font-size: 22px;
    }

}
@media screen and (max-width: 840px){
    .product-page-catgers .button-x span {
    font-size: 16px !important;
    padding: 0 22px !important;
        line-height: 33px !important;
    }

    .product-page-catgers .button-x input:checked+span{
        line-height: 37px !important;
    }
}
@media (max-width:768px) {

    .products-image .container-h .row-x .col-x .image-x .button-x {
     
        bottom:20px !important;
    }

         .products-image .container-h .row-x .col-x .image-x .button-x .all-href {
        font-size: 14px !important;
        padding: 8px 0px !important;
        max-width:80%;
    }

      .boyz-works .container-h .row-x .works-images .first {
        width: 100%;
        max-width: 150px !important;
    }


    .boyz-works .container-h .row-x .works-images .first .image {
    width: 180px !important;
    height: 180px !important;
}

.boyz-works .container-h .row-x .works-images{
    padding: 0 50px !important;
}

        .boyz-works .container-h .row-x .col-x .heading h2 {
        font-size: 40px !important;
        padding: 0 40px;
    }

        .boyz-works .container-h .row-x .col-x .sub-heading p {
        font-size: 24px !important;
    }


    .kandyboyz-hits .container-h .row-x .color-boxs .color-text {
        width: 250px !important;
        height: 250px !important;
    }

    .kandyboyz-hits .container-h .row-x .color-boxs .color-text .name h4 {
    font-size: 24px !important;
    line-height: 26px !important;
}

    .product-page-catgers{
            padding: 0px 0px 45px 0px;
    }

        .product-page-catgers .button-x span {
        font-size: 13px !important;
        padding: 0 14px !important;
        }

    .hero__content .button-fade{
        font-size: 28px;
    }

    .boyz-works .container-h .row-x .works-images {
        gap: 47px !important;
    }

    .custom-slider{
        margin: 20px 0 !important;
    }

  .flavor .container-x .row{
    max-width: 575px !important;
  }

      .page-width {
        padding: 0 3rem;
    }

.filters{
gap: 10px;
}
.image-container{
    margin-left: 0px;
}
.arrow{
top: 50%;
}
    .offer h3{
        font-size: 18px;
    }
    .product-card h3{
        font-size: 18px;
    }
    .filter-btn{
        font-size: 18px;
    }
    .badge{
        font-size: 16px;
    }
    .button-fade{
        font-size: 20px;
    }
    .button-fade.button-fade_one{
        font-size: 20px;
    }
    .text-container .button-fade{
        font-size: 20px !important;
    }
    .viewport {
        margin: 0px 40px;
    }
       .slider-btn.left {
        left: -20px !important;
    }
        .slider-btn.right {
        right: -20px !important;
    }

     .arrow.left{
        left: 6px;
    }
    .arrow.right {
    right: 10px;
}
    
    .find-instagram{
        text-align: center;
    }

    .add-btn{
        padding: 8px 12px;
        font-size: 13px;
    }
  

    .hero__title {
        font-size: 40px !important;
        max-width: 100%;
    }

    .hero__subtitle {
        font-size: 18px !important;
    }

    .Button-desktop {
        display: none;
    }

    .Button-mobile {
        display: block;
        text-align: center;
    }


    .super {
        flex-direction: column;
        text-align: center;
    }

    .title-h2 {
        font-size: 56px !important;
    }

    

    .image-container {
        width: 100%;
    }

    .text-container {
        width: 100%;
    }

    .subtitle-tag {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .titles-h2 {
        font-size: 32px !important;
    }

    .sub-text {
        font-size: 16px !important;
    }

    .premium-box {
        padding: 15px 20px;
    }

    .kandy-card {
        flex: 1 calc(100% - 20px);
    }



    .title-heading {
        font-size: 24px !important;
    }

    .product-card {
        min-width: 100%;
        max-width: 100%;
    }

    .review-card {
        flex: 0 0 70% !important;
        padding: 30px 50px !important;
    }

    .review-source {
        font-size: 1rem !important;
    }

    .review-text {
        font-size: 20px !important;
    }
    .review-source {
        font-size: 1rem !important;
    }

 


    .slide {
        flex: 0 0 calc(100% / 2);
    }

    .promo-features li {
        font-size: 0.9rem !important;
    }
    .hero__content{
        margin-bottom: 0px;
    }
    .review-btn{
        font-size: 18px !important;
    }
    .slider-container{
        padding:50px 0;
    }

    .subtitle{
        font-size: 20px !important;
    }
    .product-card .badge {
        font-size: 10px;
    }
    .product-card .percent{
        font-size: 10px;
    }
       .slider-track {
        margin: 0 10px;
    }
}
@media screen and (max-width:768px) {

        .active-facets {
        margin: 0 -1.2rem -0.2rem !important;
    } 

      .slider-buttons .arrow.left {
    left: 30px;
    top: 40%;
}

  .slider-buttons .arrow.right {
    top: 40%;
}

    .grid{
        row-gap: 20px !important;
    }

    .mobile-facets__wrapper{
        margin-bottom: 15px;
    }

    .removeBg .button-x span {
        font-size: 17px !important;
        padding: 0 22px !important;
        line-height: 30px !important;
    }

    .product-page-catgers .button-x input:checked+span{
        line-height: 34px !important;
    }

    .flavor-forward{
        background-position: center !important;
    }


        .color-scheme-1.isolate.gradient h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in {
        padding: 0 50px !important;
        font-size: 44px !important;
        line-height: 38px !important;
    }

    .product-banner-pro .container-x .row-pro .col-pro .image-pro {
    width: 210px !important;
}

.product-banner-pro .container-x .row-pro .text-pro .heading-pro h1 {
    font-size: 40px !important;
}

.product-banner-pro .container-x .row-pro .text-pro .description-pro p {
    font-size: 20px !important;
}

    .promo-container {
        max-width: 100%;
        text-align: center;
        flex-direction: column;
    }

    .promo-features{
        align-items: self-start;
    }

    .promo-map {
    max-width: 500px;
    width: 100%;
}

.promo-left-text {
    font-size: 40px !important ;
}

.promo-features li img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.promo-title {
    text-align: center;
    font-size: 60px;
    line-height: 53px;
}

    .image-container {
        width: 80% !important;
}
    .super .subtitle-tag{
        flex-direction:row !important;
    }
    a.hero__btn.button-fade.Button-mobile{
        margin-bottom:45px; 
    }
    .footer-kandy .container-x .row .col-h {
        padding: 20px;
    }
 

    .tested .container-x .row{
        margin: 0px;
    }
    .tested .container-x .row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .tested .container-x .row .col .image{
        max-width: 100%;
        max-height: 100%;
    }
    .federally .container-x .row .col .image {
        width: 100%;
        height: 260%;
    }

  

    .federally .container-x .row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }


    .faqs .container-x .row .col .question-answer .first {
        max-width: 575px !important;
    }

    .faqs .container-x .row .col .question-answer .first .question p {
        font-size: 20px !important;
    }

    .faqs .container-x .row .col .question-answer .first .answer p {
        font-size: 15px !important;
    }

    .flavor .container-x .row .col {
        padding: 30px 70px;
        /* flex-direction: column; */
        gap: 40px;
    }

    .flavor .container-x .row .col .heading h2 {
        font-size: 36px;
        /* text-align: center; */
    }


    .flavor .container-x .row .col .image-with-text {
       width: 71%;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .footer-kandy .container-x .row .col-h .last {
        flex-wrap: wrap;
        width:100% !important;
    }

    .footer-kandy .container-x .row .col-h .last .shop-faqs {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-kandy .container-x .row .col-h .last .icons-all{
    width:100% !important;
    text-align: center !important;
    align-items: center !important; 
}

    .flavor-forward .container-h .row-x .col-x .heading h3 {
        font-size: 50px;
        padding: 0 50px;
    }

    .crafting-banner-x .container-h .row-x .col-x .lab-tested {
        padding: 30px 0;
    }

    .crafting-banner-x .container-h .row-x .col-x .name h4 {
        font-size: 25px;
    }

    .crafting-banner-x .container-h .row-x .col-x .line {
        height: 20px;
    }

    .crafting-x .container-h .row-x .col-text .heading h5 {
        font-size: 40px;
    }

    .crafting-x .container-h .row-x .col-text .description p {
        font-size: 18px;
    }

    .kandyboyz-hits .container-h {
        max-width: 575px;
    }

    .kandyboyz-hits .container-h .row-x .color-boxs {
        flex-wrap: wrap;
    }

    .boyz-works .container-h .row-x .col-x .heading h2 {
        font-size: 50px;
    }

    .boyz-works .container-h .row-x .col-x .sub-heading p {
        font-size: 24px;
    }

    .the-magic-x .container-h {
        max-width: 575px;
    }

    .the-magic-x .container-h .row-x .col-x .heading h3 {
        font-size: 23px !important;
    }

    .the-magic-x .container-h .row-x .col-x .video video {
        max-width: 570px;
        height: auto;
    }

    .the-magic-x .container-h .row-x .col-x .video .icon {
        top: 30%;
        right: 41%;
    }

    .the-magic-x .container-h .row-x .col-x .video .icon i {
        padding: 20px 39px !important;
    }

    .the-magic-x .container-h .row-x .col-x .video .icon i {
        font-size: 35px;
    }

    .the-rest .container-h .rowx .col-x .heading h2 {
        font-size: 32px;
    }

    .the-rest .container-h .row-x .tick-cross-box {
        max-width: 575px;
    }

    .the-rest .container-h .row-x .tick-cross-box .question .first .name h3 {
        font-size: 17px;
        padding: 0 37px;
    }

    .the-rest .container-h .row-x .tick-cross-box .ticks .first .name h3 {
        font-size: 17px;
        padding: 0 37px;
    }

    .the-rest .container-h .row-x .tick-cross-box .cross .first .name h3 {
        font-size: 17px;
        padding: 0 37px;
    }

    .crafting-x {
        background-size: cover !important;
        height: 254px;
    }
 
    .review-card {
        flex: 0 0 98% !important;
        padding: 30px 20px!important;
    }
 

}

@media screen and (max-width:620px) {
        .product-page-catgers {
        gap: 1px !important;
        justify-content:space-evenly;
    }

        .removeBg .button-x span {
        font-size: 12px !important;
        padding: 0 18px !important;
    }
}

@media screen and (max-width:575px) {
.footer-kandy .container-x .row .col-h .sign-in .discription p{
    text-align: center;
    line-height: calc(32/22);
}
    a.hero__btn.button-fade.Button-mobile{
        margin-bottom:45px;
        padding:0;
        padding-top:5px;
        line-height: 34px;
    }

    .quick-add {
    max-width: 95% !important;
    }


.flavor-forward{
    padding: 135px 0 !important;
}
    .collection-hero__title {
        font-size: 36px !important;
    }

    .products-image .container-h .row-x{
        gap:8px !important;
        padding-top:8px !important;
    }

    .products-image .container-h .row-x .col-x .image-x .button-x {

    }

    .products-image .container-h .row-x .col-x .image-x .button-x .all-href {
        font-size: 14px !important;
        padding: 5px 0px !important;
        max-width:80%;
    }

    .the-magic-x .container-h .row-x .col-x{
        gap: 0px;
    }

    .the-magic-x .container-h .row-x .col-x .video{
        gap: 0px;
    }

        .boyz-works .container-h .row-x .works-images .first {
        width: 40%;
        max-width: 122px !important;
    }

        .boyz-works .container-h .row-x .works-images .first .image {
        width: 150px !important;
        height: 150px !important;
    }

      .boyz-works .container-h .row-x .col-x .heading h2 {
        font-size: 30px !important;
        padding: 0 40px;
        line-height:30px;
    }

        .boyz-works .container-h .row-x .works-images {
        padding: 0 30px !important;
    }

        .boyz-works .container-h .row-x .col-x .sub-heading p {
        font-size: 20px !important;
    }

.kandyboyz-hits .container-h .row-x .color-boxs .color-text {
        width: 170px !important;
        height: 170px !important;
    }

    .kandyboyz-hits .container-h .row-x .color-boxs .color-text .name h4 {
    font-size: 18px !important;
    line-height: 24px !important;
}

    .product-page-catgers .button-x span {
        font-size: 12px !important;
        padding: 0 10px !important;
            line-height: 27px !important;
    }

    .product-image-catgers{
        gap:4px;
        display:none;
    }

        .slider-buttons .arrow.left {
        display:none;
    }

        .slider-buttons .arrow.right {
            display:none;
    }

        .product-image-catgers .button-x span {
        font-size: 9px !important;
    }


    .mobile-facets__wrapper{
        margin-bottom: 8px;
    }

        .color-scheme-1.isolate.gradient h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in {
        padding: 0 !important;
        font-size: 40px !important;
        line-height: 35px !important;
    }

    .product-banner-pro .container-x .row-pro .text-pro .heading-pro h1{
        font-size: 30px !important;
    }
    
    .product-banner-pro .container-x .row-pro .text-pro .description-pro p{
        font-size: 16px !important;
    }

    .kandyboyz-hits .container-h .row-x .col-x .heading h2 {
        text-align: center;
    }

   .the-rest .container-h .row-x .tick-cross-box .cross .first .name h3{
        padding:0 24px;
        text-align: center;
    }

    .the-rest .container-h .row-x .tick-cross-box .ticks .first .name h3 {
        padding: 0 24px;
    }

    .the-rest .container-h .row-x .tick-cross-box .question .first .name h3{
        padding: 0 24px;
    }

        .promo-map {
        max-width: 400px;
        width: 100%;
    }

        .promo-title{
        text-align: center;
        font-size: 39px;
        line-height: 38px;
    }

          .promo-left-text {
        font-size: 30px;
    }

    .federally .container-x .row .col-text{
        padding:20px !important;
    }

    .federally .container-x .row{
        padding: 60px 20px !important;
    }
    .hero {
        padding: 300px 20px 0px 20px !important;
    }
.header__logo {
    width: 100px !important;
    height: 100px !important;
    padding:0;
    margin-top:10px;
}
.hamburger{
    margin-top:10px;
}
   .hero__play{
    top:40%;
    width: 70px;
    height: 70px;
      font-size: 30px;
   }
    .tested .container-x .row .col-text .name h5 {
        font-size: 20px !important;
    }

    .tested .container-x .row .col-text .description p {
        font-size: 14px !important;
    }



    .federally .container-x .row .col-text .name h5 {
        font-size: 20px !important;
    }

    .federally .container-x .row .col-text .description p {
        font-size: 14px !important;
    }

    .faqs .container-x .row .col .question-answer .first {
        max-width: 410px;
    }

    .faqs .container-x .row .col .question-answer .first .question p {
        font-size: 16px;
    }

    .faqs .container-x .row .col .question-answer .first .question {
        align-items: center;
    }

    .footer-kandy .container-x .row .col-h .sign-in .inputs .email input {
        padding: 10px 20px 10px 20px;
    }

     .footer-kandy .container-x .row .col-h .sign-in .inputs .email input:focus-visible {
        padding: 10px 20px 10px 20px;
    }

    .footer-kandy .container-x .row .col-h .sign-in .discription p {
        font-size: 22px;
    }

    .footer-kandy .container-x .row .col-h .last {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-kandy .container-x .row .col-h {
        gap: 20px;
    }

    .footer-kandy .container-x .row .col-h .last .shop-faqs {
        gap: 130px;
    }

    .flavor-forward .container-h .row-x .col-x .heading h3 {
        font-size: 30px;
    }

    .crafting-banner-x .container-h .row-x .col-x .name h4 {
        font-size: 20px;
    }

    .crafting-banner-x .container-h .row-x .col-x .line {
        height: 18px;
    }

    .crafting-x .container-h .row-x .col-text .heading h5 {
        font-size: 30px;
    }

    .crafting-x .container-h .row-x .col-text .description p {
        font-size: 14px;
    }

    .kandyboyz-hits .container-h .row-x .flex-h {
        align-items: center;
    }

    .kandyboyz-hits .container-h .row-x .flex-h .col .heading {
        text-align: center;
    }

    .kandyboyz-hits .container-h .row-x .color-boxs {
        align-items: center;
        justify-content: center;
    }

    .boyz-works .container-h .row-x .col-x .heading h2 {
        font-size: 40px;
    }

    .boyz-works .container-h .row-x .col-x .sub-heading p {
        font-size: 18px;
    }

    .the-magic-x .container-h {
        max-width: 424px;
    }

    .the-magic-x .container-h .row-x .col-x .heading h3 {
        font-size: 18px !important;
    }

    .the-magic-x .container-h .row-x .col-x .video video {
        max-width: 424px;
        height: auto;
    }

    .the-magic-x .container-h .row-x .col-x .video .icon {
        top: 30%;
    }

        .the-magic-x .container-h .row-x .col-x .video .icon i {
        padding: 20px 36px !important;
    }

    .the-magic-x .container-h .row-x .col-x .video .icon i {
        font-size: 30px;
        border: 3px solid white;
        padding: 15px 12px;
    }

    .the-rest .container-h .row-x .col-x .heading h2 {
        font-size: 28px;
    }

    .the-rest .container-h .row-x .tick-cross-box {
        max-width: 410px !important;
    }

    .the-rest .container-h .row-x .tick-cross-box .ticks .first {
        text-align: center;
    }

    .the-rest .container-h .row-x .tick-cross-box .ticks .first .image-x {
        width: 50px;
        height: 40px;
    }

    .the-rest .container-h .row-x .tick-cross-box .cross .first .image-x {
        width: 50px;
        height: 40px;
    }

    .crafting-x {
        background-size: cover !important;
        height: 191px;
        background-position: center !important;
    }

    .flavor-forward {
        background-position: center !important;
    }

    .flavor .container-x .row .col{
         flex-direction: column;
    }

    .flavor .container-x .row .col .heading h2 {
        font-size: 40px;
    }


    .faqs .container-x .row .col .question-answer .first .question .drop-down {
      width: 20px;
    }

    .flavor .container-x .row .col .image-with-text{
        flex-wrap:nowrap !important;
        gap:0px !important;
    }

    .flavor .container-x .row .col .image-with-text .call .image{
        width:52px !important;
        height:52px !important;
    }

    .flavor .container-x .row .col .image-with-text .call{
        gap:5px !important;
    }
        .filters {
        gap: 4px;
    }
    .filter-btn {
        font-size: 12px;
    }
    .top-item{
        gap:4px;
    }
    .top-item .image svg{
        width:17px;
    }

}


@media (max-width:480px) {

    .removeBg .button-x span{
line-height: 26px !important;
    }

        .product-page-catgers .button-x input:checked+span {
        line-height: 30px !important;
    }

    .removeBg .button-x span {
        font-size: 10px !important;
        padding: 0 14px !important;
    }

   .premium-box .titles-h2{
    margin-bottom:0 !important;
    font-size:22px !important;
   }
       .premium-box .sub-text {
        line-height: 15px !important;
    }
    .text-container .flavor-x {
        margin-top:0px !important;
    }
    .arrow svg {
    width: 32px;
    height: 32px;
}
.super{
    gap:0 !important;
}
.image-container {
        width: 75% !important;
}
    .filter-btn{
        font-size: 16px;
    }
    .hero__title {
        font-size: 32px !important;
        line-height:42px;
    }

    .hero__subtitle {
        font-size: 16px !important;
    }
    .best-sellers .best-wrapper .button-fade.button-fade_one {
        font-size: 16px !important;
        /* padding: 1px 16px 0; */
        margin-top: 20px;
    }

     .button-fade.button-fade_one {
        font-size: 16px !important;
        padding: 2px 16px 0;
    }
    .text-container .button-fade{
          padding: 2px 16px 0 !important;
           font-size: 16px !important;
    }
    .viewport {
        margin: 0px 50px !important;
    }
        .add-btn {
        padding: 2px 12px;
        }
    .review-btn{
        font-size: 13px !important;
    }
    .title-h2 {
        font-size: 36px !important;
    }
    .text-container .flavor-x{
        text-align: left;
    }
    .top-item .image {
    width: 20px;
    height: 20px;
}
.top-item{
    font-size: 10px !important;
    gap: 0px;
}
.top-bar{
        gap: 8px;
}
    .slider-container {
        padding: 30px 0;
    }

        .slider-track{
            margin:0px;
        }

            .slide {
        flex: 0 0 calc(100% / 1);
    }

}


@media screen and (max-width:425px) {

        .products-image .container-h .row-x .col-x .image-x .button-x .all-href {
        font-size: 14px !important;
        max-width:80%;
        }

    .products-image .container-h .row-x{
        gap:8px !important;
        padding-top:8px !important;
    }
    .kandyboyz-hits .container-h .row-x .color-boxs .color-text {
        width: 150px !important;
        height: 150px !important;
    }

    .kandyboyz-hits .container-h .row-x .color-boxs .color-text .name h4 {
    font-size: 15px !important;
    line-height: 20px !important;
}

    .product-page-catgers .button-x span {
        font-size:11px !important;
        padding: 0 6px !important;
        line-height: 23px !important;
    }

    .top-item {
        font-size: 10px !important;
    }

        .top-bar {
        gap: 9px  !important;
    }

      .color-scheme-1.isolate.gradient h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in {
        padding: 0 !important;
        font-size: 30px !important;
        line-height: 29px !important;
    }

    .product-banner-pro .container-x .row-pro .text-pro .heading-pro h1 {
        font-size: 24px !important;
    }

    .product-banner-pro .container-x .row-pro .text-pro .description-pro p{
         font-size: 14px !important;
    }

    .quick-add-modal__content-info .page-width button[type="submit"] span {
        font-size: 16px !important;
    }

    button[type="submit"] span{
        font-size: 20px !important;
    }

    .promo-title {
        font-size: 35px !important;
    }

    .promo-left-text {
        font-size: 27px !important;
    }

    .promo-map {
        max-width: 250px;
        width: 100%;
    }

    .promo-features li img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

.quick-add.no-js-hidden .quick-add__submit {
    padding: 11px 11px 8px !important;
    font-size: 11px !important;
}

    .faqs .container-x .row .col .question-answer .first {
        max-width: 310px;
    }
    .footer-kandy .container-x .row .col-h .last{
        align-items: self-start;
    }
.footer-kandy .container-x .row .col-h .sign-in{
    align-items: center;
}
    .footer-kandy .container-x .row .col-h .sign-in .inputs form#contact_form {
        align-items:center !important;
        gap: 10px;
        align-items: self-start;
    }
    .footer-kandy .container-x .row .col-h .last .icons-all{
        align-items: flex-start;
    }

    .footer-kandy .container-x .row .col-h .sign-in .inputs .email input {
        padding: 10px 0px 10px 30px;
    }

    .footer-kandy .container-x .row .col-h .sign-in .inputs .button-footer_x button {
        padding: 6px 15px;
    }

    .footer-kandy .container-x .row .col-h .last .shop-faqs {
        gap: 90px;
    }

    .footer-kandy .container-x .row .col .image-with-text {
        flex-wrap: wrap;
    }

    .crafting-banner-x .container-h .row-x .col-x .name h4 {
        font-size: 15px !important;
    }

    .crafting-banner-x .container-h .row-x .col-x .line {
        height: 16px;
    }

    .crafting-x .container-h .row-x .col-text .heading h5 {
        font-size: 22px !important;
    }

    .crafting-x .container-h .row-x .col-text .description p {
        padding: 0 60px;
        text-align: center;
    }
input#NewsletterForm--sections--20169838723312__footer::placeholder {
    font-size: 14px;
}
    .footer-kandy .container-x .row .col-h .sign-in .discription p {
        font-size: 18px;
    }
        .filters {
        gap: 4px;
    }
    .filter-btn {
        font-size: 16px;
        border: 4px solid #fff;
    }
    .boyz-works .container-h .row-x .col-x .heading h2 {
        font-size: 30px !important;
    }

    .boyz-works .container-h .row-x .col-x .sub-heading p {
        font-size: 22px !important;
        padding: 0 30px;
    }

    .the-magic-x .container-h {
        max-width: 374px;
    }

    .the-magic-x .container-h .row-x .col-x .heading h3 {
        font-size: 16px !important;
    }

    .the-magic-x .container-h .row-x .col-x .video .icon i {
        padding: 13px 29px !important;
    }

    .the-magic-x .container-h .row-x .col-x .video video {
        max-width: 374px;
        height: auto;
    }

    .the-magic-x .container-h .row-x .col-x .video .icon i {
        font-size: 30px !important;
        border: 3px solid white;
        padding: 15px 12px;
    }

    .the-magic-x .container-h .row-x .col-x .video {
        gap: 0px;
    }

    .the-rest .container-h .row-x .col-x .heading h2 {
        font-size: 24px !important;
    }

    .the-rest .container-h .row-x .tick-cross-box {
        max-width: 360px !important;
    }

    .the-rest .container-h .row-x .tick-cross-box .cross .first {
        text-align: center;
    }

    .the-rest .container-h .row-x .tick-cross-box .cross .first .name h3 {
        font-size: 14px !important;
        padding: 0 18px;
    }

    .the-rest .container-h .row-x .tick-cross-box .ticks .first .name h3 {
        font-size: 14px !important;
        padding: 0px 18px;
    }

    .the-rest .container-h .row-x .tick-cross-box .question .first .name h3 {
        font-size: 14px !important;
        padding: 0 18px;
    }

    .faqs .container-x .row .col .question-answer .first .question {
        padding: 10px 8px;
    }

    .faqs .container-x .row .col .question-answer .first .question p {
        font-size: 13px !important;
    }

}

@media screen and (max-width:390px){

    .product-page-catgers .button-x input:checked+span {
        line-height: 26px !important;
    }

    .removeBg .button-x span {
        font-size: 8px !important;
        padding: 0 9px !important;
        line-height: 22px !important;
    }

    .product-page-catgers .button-x span {
        font-size: 10px !important;
        padding: 0 4px !important;
        line-height: 22px !important;
    }

        .product-page-catgers {
        padding: 0px 0px 30px 0px;
    }

    .product-page-catgers{
        gap:1px !important;
    }

    .the-magic-x .container-h .row-x .col-x .video .icon{
        top: 38% !important; 
    }
}


@media screen and (max-width:375px) {

     .products-image .container-h .row-x .col-x .image-x .button-x {
        bottom:15px !important;
     }

   

    .topbar{
        font-size: 12px;
    }

        button[type="submit"] span {
        font-size: 14px !important;
    }


     .product-banner-pro .heading-pro h1 {
        font-size: 24px !important;
    }

    .product-banner-pro .container-x .row-pro .text-pro .description-pro p {
        font-size: 14px !important;
    }


   .footer-kandy .container-x .row .col-h .sign-in .inputs form#contact_form {
        
        gap: 0px;
        align-items: self-start !important;
    }

        .crafting-x .container-h .row-x .col-text .description p {
        padding: 0 35px;
        text-align: center;
    }

        .promo-title {
        font-size: 26px !important;
        line-height: 26px;
    }

     .promo-left-text {
        font-size: 20px !important;
    }

    .grid:last-child{
        gap: 20px;
    }

        .tags-container {
        padding-left: 0px !important;

    }

    .card-wrapper.product-card-wrapper.underline-links-hover .tag{
        margin-left: 0px !important;
            padding: 0 8px !important;
    }

    .card__content .card__heading a {
    font-size: 19px !important;
    }
    

    .federally .container-x .row {
        padding: 25px;
    }
.tested .container-x .row{
    padding: 25px;
}

    .faqs .container-x .row .col .question-answer .first {
        max-width: 280px;
    }

    .footer-kandy .container-x .row .col .image-with-text {
        flex-direction: column;
        gap: 30px;
    }

    .footer-kandy .container-x .row .col-h .last .shop-faqs {
        gap: 30px;
        flex-direction: column;
    }

    .flavor-forward .container-h .row-x .col-x .heading h3 {
        font-size: 30px !important;
    }

    .kandyboyz-hits .container-h {
        max-width: 350px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .kandyboyz-hits .container-h .row-x .col .heading h2 {
        font-size: 25px !important;
    }

    .boyz-works .container-h .row-x .col-x .heading h2 {
        font-size: 24px !important;
    }

    .boyz-works .container-h .row-x .col-x .sub-heading p {
        font-size: 21px !important;
    }

    .the-magic-x .container-h {
        max-width: 318px;
        padding-left: 15px;
        padding-right: 15px;
    }


    .the-magic-x .container-h .row-x .col-x .video video {
        max-width: 318px;
        height: auto;
    }

    .the-magic-x .container-h .row-x .col-x .video .icon {
        right: 41%;
        top: 27%;
    }

    .the-magic-x .container-h .row-x .col-x .video .icon i {
        font-size: 30px ;
        border: 3px solid white;
        padding: 15px 12px;
    }

    .the-rest .container-h .row-x .col-x .heading h2 {
        font-size: 20px !important;
    }

    .the-rest .container-h .row-x .tick-cross-box {
        max-width: 300px !important;
    }

    .the-rest .container-h .row-x .tick-cross-box .ticks .first .image-x {
        padding: 20px;
    }

    .the-rest .container-h .row-x .tick-cross-box .cross .first .image-x {
        padding: 20px;
    }

    .the-rest .container-h .row-x .tick-cross-box .cross .first .name h3 {
        font-size: 14px !important;
        padding: 0 10px;
    }

    .the-rest .container-h .row-x .tick-cross-box .ticks .first .name h3 {
        font-size: 14px !important;
        padding: 0px 10px;
    }

    .the-rest .container-h .row-x .tick-cross-box .question .first .name h3 {
        font-size: 14px !important;
        padding: 0 10px;
    }

    .crafting-banner-x .container-h .row-x .col-x .lab-tested {
        gap: 10px;
    }

    .flavor .container-x .row .col .heading h2 {
        font-size: 35px !important;
    }

    .flavor .container-x .row .col {
        padding: 0;
    }

}

@media screen and (max-width:320px) {

     .top-item {
        font-size: 8px !important;
    }

    .product-banner-pro .container-x .row-pro .text-pro .heading-pro h1 {
        font-size: 20px !important;
    }

    .product-banner-pro .container-x .row-pro .text-pro .description-pro p{
         font-size: 13px !important;
    }


    .crafting-x .container-h .row-x .col-x .lab-tested {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        overflow-x: scroll;
        scrollbar-width: none;
        gap: 15px;
    }

    .crafting-x .container-h .row-x .col-text .heading h5 {
        font-size: 20px;
    }

    .crafting-x .container-h .row-x .col-text .description p {
        padding: 0 40px;
    }

    .the-magic-x .container-h {
        max-width: 310px;
    }

    .the-magic-x .container-h .row-x .col-x .heading h3 {
        font-size: 12px !important;
    }

    .the-magic-x .container-h .row-x .col-x .video video {
        max-width: 310px;
        height: auto;
    }

    .the-magic-x .container-h .row-x .col-x .video .icon {
        top: 23%;
        right: 39%;
    }

    .the-magic-x .container-h .row-x .col-x .video .icon i {
        font-size: 30px;
        border: 3px solid white;
        padding: 15px 12px;
    }

}




/* ALL */
/*PRODUCT PAGE*/

product-info{
    background:#ECE6FC !important;
}
product-info h1{
    font-family: 'GardePro';
    font-size:48px !important;
    font-weight:700 !important;
    line-height: 39px !important;
}
}
product-info .product__description p, product-info .product__description span, product-info .product__description li {
    color:#000000 !important;
    font-weight:400 !important;
}
.main-x-form button[type="submit"]{
    border: 5px solid #E95B9C;
}
button[type="submit"] span{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400 ;
    font-family: 'Affran';
}
.product-form__input--pill legend.form__label{
    display:none !important;
}
.product-form__input--pill label{
    border-radius: 25px !important;
    background:#F4F2F2 !important;
    font-weight:700 !important;
    font-size:18px !important;
    font-family: 'GardePro' !important;
}
.product-form__input--pill input[type=radio]:checked+label{
    background-color: rgb(var(--color-foreground)) !important;
}
.product-form__input--pill input[type=radio]:checked+label .price{
    color:#ffffff;
}
.product-form__input--pill label .price{
    display: block;
    padding-top:8px;
    font-size: 11px;
    font-weight: 700 !important;
     font-family: 'GardePro' !important;
}
.main-x-form {
    display: flex;
    gap: 7px;
    justify-content: flex-start;
    align-items: center;
}
.main-x-form .quantity:after{
    box-shadow:none !important;
    border:none !important;
}
.main-x-form  .product-form__quantity{
    background:#ECE6FC!important;
    margin:0 !important;
    max-width: fit-content !important;
}
.main-x-form  .product-form__quantity button{
     max-width: fit-content !important;
}
.main-x-form .quantity{
    max-width: 70px !important;
}
input[name="quantity"]{
    font-size:18px;
    font-weight:700;
    font-family: 'GardePro';
    background: #f4f2f2 !important;
    margin:5px;
    outline:none;
    padding: 7px 0 0;
}
.jdgm-rev.jdgm-divider-top.jdgm--done-setup{
    position: relative;
    margin-left: 200px;
}
.jdgm-rev__pics{
    position: absolute;
    top: 10%;
    left: -200px;
}
.jdgm-rev__icon{
    background: transparent !important;
    border: 1px solid #1D2A74;
}

/* product page desgin */

@media screen and (max-width:575px){

    .product-banner-pro{
            padding: 180px 0 40px !important;
    }

    .grid:last-child {
    margin-bottom: 0 !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    overflow-x: scroll !important;
    scrollbar-width: none !important;
}

.mobile-facets__open{
    padding-top: .7rem !important;
    padding-bottom: 1.9rem !important;
}

    .tested .container-x .row{
        padding:60px 20px !important;
    }
    .tested .container-x .row .col-text{
        padding: 20px;
    }
    .jdgm-rev.jdgm-divider-top.jdgm--done-setup{
    margin-left: 120px;
}
.jdgm-rev__pics{
    left: -120px;
}
}
/*PRODUCT PAGE*/
/*PRODUCT CARD*/
.quick-add{
     max-width: 70%;
    margin: 0 auto !important;
}
.quick-add__submit {
    padding: 12px 24px !important;
    background: #f7dd2c;
    color: #1d2a74 !important;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-radius:50px !important;
   
}
.quick-add__submit::after{
     border-radius:50px !important;
}
/* .card__content .card__heading  a{
    font-size: 3rem !important;
    font-weight: bold !important;
} */
.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin-top: 28px
}

/* General Tag Style */
/* .tag {
font-family: 'Doumbar', sans-serif;
font-weight:500;
  display: inline-block;
  padding: 5px 10px 5px;
  border: 2px solid #2A2A9E; /* dark blue border */
  font-weight: bold;
  color: #2A2A9E;
  font-size: 12px;
  text-transform: uppercase;
} */

/* Purple Tag */
.tag.purple {
    border-radius:8px;
  background: #E5CCFF; /* light purple */
}

/* Yellow Tag */
.tag.yellow {
  background: #FFF59D; /* soft yellow */
}

/* Bold Yellow (like percentage) */
.tag.yellow.bold {
  
  background: #FFFDE7; 
  border-radius: 50px;
}

/* Outline Tag */
.tag.outline {
    font-size: 11px;
    border-radius: 50px;
  background: #fff;
  padding: 5px 10px 0 10px;
}
.tag.INDICA, .tag.indica{
    background:#d673b7 !important;
}
/*PRODUCT CARD*/
/*Collection Page*/
#verticalTitle, .product-count.light{
    display:none;
}
.sort-x{
    align-items: center !important;
    justify-content: center !important;
}
.sort-x .svg-wrapper>svg {
    height: 18px;
    width: 18px;
}
#FacetsWrapperDesktop{
    justify-content: space-between;
    padding: 30px 48px;
}
/*Collection Page*/

.text-container .flavor-x {
    color:#1d2a74;
    font-size: 22px;
    font-weight: 500 !important;
    font-family: 'Mikado';
    margin-top: -11px;
}

.text-container .button-fade { 
    transition: all 0.3s ease;
    border: 6px solid #E95B9C !important;
    background-color: #f7db2e !important;
    color: #1d2a74;
    padding: 0px 15px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 17px !important;
    font-weight: 400 !important;
    font-family: 'Affran';
    letter-spacing: -0.5px;
}

.text-container .button-fade:hover {
    background: #fff;
    color: #E95B9C;
    border-color: #E95B9C;
    transform: translateY(-3px) !important;
}

.facets__summary div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.facets__summary div span{
    font-size:22px;
    font-weight:700;
    padding-left: 10px;
    font-family:'Mikado';
    line-height: 25px;
}
.ESSENTIALS, .essentials{
    background:#be5fa9 !important;
}
.KANDY.VAULT, .kandy.vault{
    background:#ffd80c !important;
}

@media screen and (max-width:666px){
    .top-bar{
        gap: 15px;
    }

    .top-item {
      font-size: 14px !important;
}
}

@media screen and (min-width:1069px){
    button.slider-button span.svg-wrapper{
        width:50px !important;
        height:50px !important;
    }
    button.slider-button.arrow {
    
    top: 35% !important;
   
}
.best-sellers .carousel{
    margin:40px auto;
}
}

.pdp{
   padding-left: 0px !important;
}

.product__info-container .pdp .square{
    background: #fffbec !important;
    color: #2f3b7e !important;
    padding: 0 10px !important;
    border-radius: 6px !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    /* margin-left: 6px !important; */
    font-family: 'Affran' !important;
    border: 2px solid #5D5BB2 !important;
}

.pdp span.tag.CANDY.CANDY.outline.square,span.tag.STRAIGHT.GAS.outline.square{
     background: #fffbec !important;
    color: #2f3b7e !important;
    padding: 0 10px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    /* margin-left: 6px !important; */
    font-family: 'Doumbar' !important;
    border: 2px solid #5D5BB2 !important;
}

.section-template--20169838428400__main-padding{
    padding-bottom: 80px !important;
}


.jdgm-prev-badge__text{
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: 'AvenirMedium' !important;
}

product-info#MainProduct-quickadd-template--20169838428400__main .page-width{
    padding:20px;
    background-color:#ECE6FC;
}

product-info#MainProduct-quickadd-template--20169838428400__main .page-width .product-page-catgers{
    display: none !important;
}

product-info#MainProduct-quickadd-template--20169838428400__main .page-width .product-image-catgers{
     display: none !important;
}

product-info#MainProduct-quickadd-template--20169838428400__main .page-width .product__title a h2{
    font-family: 'GardePro';
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 39px !important;
}
.hero__title.pdp{
    max-width:100% !important;
    text-align:center !important; 
}
.hero__subtitle.pdp{
    text-align:center !important; 
}
@media screen and (max-width:767px) {
    .footer-kandy .container-x .row .col-h .sign-in .inputs form#contact_form {
        flex-direction: column;
        gap: 6px;
    }
    .footer-kandy .container-x .row .col-h .sign-in .inputs .email {
        max-width: 100%;
            width: 100%;
    }
    .footer-kandy .container-x .row .col-h .sign-in .inputs {
        width: 100%;
    }

    .footer-kandy .container-x .row .col-h .sign-in .inputs .button-footer_x {
    width: 100%;
    }
    .footer-kandy .container-x .row .col-h .sign-in .inputs .button-footer_x button {
    width: 100%;
    }
}
@media screen and (max-width:425px) {
        .footer-kandy .container-x .row .col-h .last .shop-faqs {
        gap: 14px;
        flex-direction: column;
    }
     .footer-kandy .container-x .row .col-h .last .shop-faqs ul{
        align-items:center ;
     }
       .top-item {
        font-size: 12px !important;
    }
        .viewport {
        margin: 0px 30px !important;
    } 
}
@media (max-width: 420px) {
    .product-form__input--pill input[type=radio]+label {
        padding: 1.5rem 0.8rem !important;
        font-size: 14px !important;
    }
    
}

/* @media screen and (max-width: 768px) {
    .hero {
        display: flex;
        flex-direction: column;
        background-color: #100918;
        padding-top: 190px !important;
    }
    .hero-video-wrapper {
        position: relative;
        order: 1;
        width: calc(100% + 80px);
        margin: 0 -40px;
    }
    .hero video {
        position: static;
    }
    .hero__play {
        top: 50%;
    }
} */
