/** Shopify CDN: Minification failed

Line 564:0 Unexpected "}"

**/
    /* .section-header{
     background:#000;

    } */



    

 .section-header .header-wrapper {
    
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  }

  /* Responsive */
  @media (max-width: 1024px) {
  .section-header .header-wrapper {
      /* padding: 14px 18px; */
      border-radius: 0px;
    }

  }

@media screen and (min-width: 1024px) {
    .header--middle-left {
        column-gap: 12rem !important;
    }
}
@media screen and (min-width: 990px) {
    .header--middle-left {
        column-gap: 5rem;
    }
}


.header__menu-item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    
}

/* .header-wrapper  */

 /* Overlay header */
     .header-wrapper {
      position: absolute !important;
      background:#ffffff;
      /* top: 30px;
      left: 50%;
      transform: translateX(-50%) !important; */
      width: 100%; 
      /* max-width: 1600px;  important: center maintain */
      z-index: 9999 !important;
    }

    /* Inside header alignment fix */
    .header-wrapper .header {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 50px !important;
      max-width: 100%;
    }

    /* Mobile fix */
    @media (max-width: 768px) {
      .header-wrapper {
        padding: 0 10px;
        max-width: 100%;
      }
      .header-wrapper .header {
        padding: 10px 15px !important;
      }
    }
  

    @media (max-width:767px){
.container-raj .explore-banner__btn {
    position: absolute;
    /* bottom: -300px !important; */
    /* margin-left: 3rem; */
}
}

@media (max-width:990px){
.header-wrapper{
width: 100%;
position: relative !important; 
     top: 0px;
}


}

@media (max-width:767px){
.container-raj .explore-banner__btn {
    position: absolute;
   left: 31%;
}
.container-raj .item:nth-child(1), .container-raj .item:nth-child(2) {
    left: 0;
    top: 122px;
}
    .container-raj .content {
        top: 37%!;
}
}
 

/* @media screen and (min-width: 990px) {
     a.header__heading-link.link.link--text.focus-inset {
        margin-left: -22rem !important;
    }
} */

/* @media screen and (min-width: 990px) {
a.header__heading-link.link.link--text.focus-inset {
        margin-left: -20rem !important;
}

.header .header__icons {
   margin-right: -20rem !important; 
}
} */

/* .header details-modal.header__search {
    display: none !important;
} */

.header a.header__icon.header__icon--account {
    display: none;
}

 .header .list-menu__item {
    font-size: 16px;
    font-weight: 400;
    font-family:Roboto !important;   
    color: #000 !important;
}



.section-header.shopify-section-group-header-group {
    z-index: 10;
}

/* header__icon--cart */


.custom-cart-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 20px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  width: fit-content;
  transition: 0.3s;
  position: relative;
  margin-left: 15px;
}

.custom-cart-btn .icon svg {
  width: 20px;
  height: 37px;
  fill: #fff;
}
@media(max-width:749px){
  .custom-cart-btn .icon svg {
  width: 20px;
  height: 37px;
  fill: #fff;
}
}

.custom-cart-btn .text {
  letter-spacing: 1px;
  font-family: Roboto !important;
}

.custom-cart-btn:hover {
  opacity: 0.8;
}

/* Count bubble */
.custom-cart-btn .cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #fff;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
}


.custom-cart-btn .icon{
    height:40px;
}
/* header__icon--cart end*/


/* product-card */

 .product-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: #000;
    color: #fff;
    padding: 0px 15px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Motel Xenia';
}

    .product-card__sizes {
      display: flex;
      gap: 8px;
      margin-bottom: 12px;
      flex-wrap: wrap;
    }

    .product-card__size-btn {
    padding: 6px 10px;
    font-family: 'Motel Xenia';
    border: 2px solid #000;
    border-radius: 6px;
    background: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    }

    @media (max-width: 500px) {
    .product-card__size-btn {
    font-size: 9px;
    padding: 5px 5px;
    }
.product-card__sizes{gap:4px;}
    }

    .product-card__size-btn:hover {
      background: #f0f0f0;
    }

    .product-card__size-btn.active {
      background: #000;
      color: #fff;
    }

    .product-card__size-btn:disabled {
      opacity: 0.3;
      cursor: not-allowed;
    }

    .product-card__add-to-cart {
      width: 100%;
      padding: 14px 20px;
      background: #000;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      cursor: pointer;
      transition: background 0.3s ease;
      font-family: Roboto;
      box-shadow:
    inset -14px 14px 14px rgba(255, 255, 255, 0.10),
    inset 14px -14px 14px rgba(56, 45, 42, 0.10),
    0 6px 25px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px !important;
    }

    .product-card__add-to-cart:hover {
      background: #222;
    }

    .product-card__add-to-cart:disabled {
      background: #ccc;
      cursor: not-allowed;
    }



    .card-wrapper {
    height: auto !important;
    }



    /* Card Information - Single Line Layout */
.card__information {
  display: flex;
  align-items: flex-start;;
  justify-content: space-between;
  /* gap: 16px; */
  flex-wrap: wrap;
}

@media (min-width: 750px){
.card__information .card__heading {
 flex: 1;
    min-width: 190px !important;
    margin: 0;
    font-size: 20px !important;
    /* white-space: nowrap;  */
    font-family: 'Motel Xenia' !important;
     height: 105px;
}
.template-product .card__information .card__heading {height: 50px !important;}

.card-information .price--on-sale {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top:0px !important;
  font-weight: 700;
  color: #000;
  font-size: 22px !important; 
  font-family:Motel Xenia !important;
  letter-spacing:0px !important;
}

 .product-card__add-to-cart {
      width: 100%;
      padding: 14px 20px;
      background: #000;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-size: 20px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      cursor: pointer;
      transition: background 0.3s ease;
      font-family: 'Motel Xenia';
     box-shadow:
    inset -14px 14px 14px rgba(255, 255, 255, 0.10),
    inset 14px -14px 14px rgba(56, 45, 42, 0.10),
    0 6px 25px rgba(0, 0, 0, 0.5);

     letter-spacing: 2px !important;
    }
    
}
.price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: rgba(var(--color-foreground), .75);
    font-size: 2rem !important;
}

.card__information .card__heading {
 flex: 1;
    min-width: 150px;
    margin: 0;
    font-size: 18px;
    /* white-space: nowrap; */
}

.card__information .card__heading a {
  display: inline;
}

.card-information {
  display: flex;
  align-items: center;
  justify-content:flex-end;
  gap: 8px;
  flex-wrap: wrap;
  flex: 1;
  min-width: 150px;
  font-family: 'Motel Xenia';
}

@media (max-width: 1370px){
.card-information{
justify-content:flex-start;

}
}

/* Price styling for same line */
.card-information .price {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 2rem;
}

.card-information .price--on-sale {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top:0px !important;
  font-weight: 700;
  color: #000;
  font-size: 18px; 
  font-family:Motel Xenia !important;
  letter-spacing:0px !important;
}

/* Responsive - Stack on mobile */
@media (max-width: 768px) {
  .card__information {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    justify-content: space-between;
  }

  .card__information .card__heading {
    width: 100%;
  }

  .card-information {
    width: 100%;
    justify-content: flex-start;
    gap: 0px;
  }
}

@media (max-width: 480px) {
  .card__information {
    gap: 6px;
  }

  .card-information {
    flex-direction: column;
    align-items: flex-start;
  }
}
    
    /* product-card end */



    /* image banner section */

    section#shopify-section-template--18470725156979__image_banner_MUyn84 {
    padding: 0px 1.5rem;
}

@media screen and (min-width:750px){
section#shopify-section-template--18470725156979__image_banner_MUyn84 {
    padding: 40px 50px !important;
}
}



@media screen and (min-width: 750px) {
  div#Banner-template--18470725156979__image_banner_MUyn84  .banner__content.banner__content--middle-center
 {
        align-items: end;
        justify-content: center;
    }
}

div#Banner-template--18470725156979__image_banner_MUyn84 .media {
    background-color:transparent;
}
   /* custome banner section end*/


/* newslette section */

   .newsletter.center {
    margin: 20px 0;
    border-radius: 50% !important;
    font-family:'Roboto' !important;
}

.newsletter.center .newsletter__wrapper{
    border-radius:40px;
} 

.newsletter.center .newsletter__wrapper h2{
  font-family: 'Motel Xenia' !important;
  font-weight:700;
  text-transform:uppercase;

}
.newsletter.center .newsletter__wrapper .newsletter__subheading {
    margin-top: 5px !important;
}

.newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 90rem !important;
}

@media screen and (min-width:750px){

.newsletter.center .newsletter__wrapper h2{
  font-size:30px;
  max-width: 1100px;
  margin: auto;
  text-align: left;
}

}

@media screen and (min-width: 750px) {
   .newsletter.center .newsletter__wrapper .newsletter-form {
        align-items: flex-start;
        margin: 0 auto;
        max-width: 1100px;
    }

  .newsletter.center .newsletter__wrapper .newsletter__subheading {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
   
}
 

    .newsletter.center .newsletter__wrapper .newsletter__subheading p a{
      color:#000 !important;
    }
/* newslette section end */


    /* lokesh Footer */
span.eroples {
  padding-right: 20px;
}

/* Mobile ke liye hide */
@media (max-width: 767px) {
  span.erop
     padding-right: 15px;
    /* display: none; */
  }
  .footer-block__details-content.list-unstyled li {
    display: flex;
    align-items: baseline;
}

}
/* 
footer.footer.color-scheme-2.gradient.section-sections--18488651808883__footer-padding {
    border-radius: 80px 80px 0 0;
} */

footer.footer.color-scheme-2.gradient.section-sections--18488651808883__footer-padding {
    border-radius: 80px;
}
footer.footer {
    position: relative;
    padding-bottom: 240px;
    /* border-radius: 80px; */
    padding-top: 90px;
}

@media screen and (max-width: 767px){
footer.footer {
    position: relative;
    padding-bottom: 150px !important;
   
}  
footer.footer::after {
bottom:10px !important;
}
}
@media screen and (max-width: 480px){
footer.footer {
    position: relative;
    padding-bottom: 100px !important;
   
} 
}


.footer-block__heading {
  margin-bottom:0px !important;
   color: #fff;
    font-family: Roboto !important;
    letter-spacing: 2px !important;
}

.footer-block__image-wrapper {
    filter: invert(1);
}

@media screen and (min-width: 990px) {
    .footer-block__heading {
        font-size: 20px !important;
    }
}

.footer-block__brand-info {
    color: #fff;
    max-width: 347px;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
    font-family: Roboto !important;
}

@media screen and (min-width: 750px){
  .footer-block__brand-info {
    max-width: 360px;
    margin-top: 10px;
  }
  .footer__content-top .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    display: grid;
    grid-template-columns:1.8fr 1.2fr 1.2fr 1fr;
    
}

.footer__content-top .footer__blocks-wrapper .footer-block.grid__item.scroll-trigger.animate--slide-in {
    width: 100%;
}

}

@media screen and (max-width: 750px){
.footer-block__details-content
 {
    margin-bottom: 1rem !important;
}
}

.footer__content-bottom-wrapper .copyright__content{
   font-size: 1.4rem !important;
}


@media screen and (min-width: 750px) {
    .grid--4-col-tablet .grid__item {
        width: calc(20% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
}
.footer-block__details-content {
  color:#fff !important;
  font-family: Roboto !important;
}
.footer-block__details-content .list-menu__item--link{
  color:#fff !important;
}

.footer__copyright.caption {
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    font-size: 14px;
}   

.footer__column.footer__column--info {
    display: none;
}

.social-lok .list-social__link {
    padding: 0.8rem;
    
}
footer.footer::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    width: clamp(250px, 100%, 1600px); /* responsive width */
    height: auto;
    aspect-ratio: 9 / 1; /* image distortion stop */
    background-image: url('/cdn/shop/files/biacas_biacas.png?v=1765282367');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    max-width: 100%;
    
}


/* 📱 Tablet */
@media (max-width: 992px) {
  footer.footer::after {
    height: 110px;
  }
}

/* 📱 Mobile Large */
@media (max-width: 768px) {
  footer.footer::after {
    height: 200px;
  }
}

/* 📱 Mobile Small */
@media (max-width: 480px) {
  footer.footer::after {
    height: 150px;
  }
}


/* featured collection */

   /* @media screen and (min-width: 750px) {
     .collection.section-template--18470725156979__featured_collection-padding .grid {
        column-gap: 25px !important;
       
    }
} */


@media screen and (min-width: 750px){
slider-component.slider-mobile-gutter.page-width.slider-component-desktop.scroll-trigger.animate--slide-in .grid {
     
    
        column-gap: (--grid-desktop-horizontal-spacing);
        row-gap: var(--grid-desktop-vertical-spacing);
        --grid-desktop-horizontal-spacing: 25px;
    
}
}
.card--card, .card--standard .card__inner {
    position: relative;
    box-sizing: border-box;
    border-radius: var(--border-radius);
    border: var(--border-width) solid rgba(var(--color-foreground), var(--border-opacity));
  border-radius:2rem !important;
}

 @media(max-width:749px){
 .collection .slider-buttons {
    display:none !important;
}
}

   /* featured_collection end */

   .ai-collection-tabs__nav {
    gap: 40px !important;
    justify-content: flex-start !important;
    margin-left: 4.8rem !important;
    border-bottom:none !important;
  }
  .ai-collection-tabs__container {
 
    background-color: #F4F4F4 !important;
}

@media screen and (max-width: 749px) {
.ai-collection-tabs__tab-button {
        font-family: Roboto !important;
        padding: 10px 16px !important;
        font-size: 18px !important;
        text-transform: uppercase !important;
        border: 2px solid !important;
        border-radius: 40px;
    }
    

    /* button.ai-collection-tabs__tab-button-az1jxrhpwaujwec9nmaigenblocked00926a8bcec
 {
          text-transform: uppercase;
        border: 2px solid;
        border-radius: 40px;
  } */
  }

@media screen and (max-width: 630px) {
    .ai-collection-tabs__tab-button {
        padding: 10px 12px !important;
        font-size: 13px !important;
         font-family: Roboto !important
    }
    .ai-collection-tabs__nav {
    gap: 8px !important;
    }
   .biacasstore-section .biacasstore-section__copy{
      font-size:11px !important;
    }

    .ai-collection-tabs__nav {
    margin-left: 1.2rem !important;
    }
    .section-template--18470725156979__announcement_bar_new_CxhftT.custom-marquee {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    }
    .product-card__size-btn {
    border: 2px solid #000;
    }

    img.marquee-img-icon {
    width: 200px !important;
    padding: 0px 20px;
   }
}


@media screen and (max-width: 749px) {
    slider-component.page-width {
        padding: 0 0.5rem !important;
    }

    
    slider-component.slider-mobile-gutter.page-width.slider-component-desktop.scroll-trigger.animate--slide-in .grid {
           /* column-gap: var(--grid-mobile-horizontal-spacing);
        row-gap: var(--grid-desktop-vertical-spacing); */
        --grid-desktop-horizontal-spacing: 8px !important;
        --grid-desktop-vertical-spacing:8px !important;
        --grid-mobile-horizontal-spacing: 8px;
        
    }

}

 /* footer css */
@media screen and (max-width: 749px) {
    .footer-block.grid__item {
        padding: 0;
        margin: 2rem 0 !important;
        width: 100%;
    }

    footer.footer {
    padding-top: 40px  !important;
}
a.custom-cart-btn .text {
    display:none;
}
.custom-cart-btn {
    padding: 0px 12px;
}

/* product-info .gradient  {
        padding-top: 40px !important;
    } */

}

/* wishlist icon */
.wishlisthero-floating
 {
    position: absolute;
    top: 10px !important;
    z-index: 9 !important;
    border-radius: 100%;
    width: fit-content;
    right: 10px !important;
    left: auto;
}

  /* collection page    */


  @media (min-width: 750px){
.product-grid-container .collection.page-width .card__information .card__heading {
       font-size:22px  !important;
    }

     .product-grid-container .collection.page-width .card-information .price--on-sale{
     font-size:22px  !important;

     }
  }

 .product-grid-container .collection.page-width .card-information{
    gap:0px;
  }


  .product-grid-container .collection.page-width .grid {
       --grid-desktop-horizontal-spacing:14px;
        --grid-desktop-vertical-spacing:14px;
        --grid-mobile-horizontal-spacing:14px;
        --grid-mobile-vertical-spacing:14px;
    }


    .wishlist-hero-custom-button.wishlisthero-floating .svg-inline--fa.fa-w-16 {
   width:0.8em; 
}



/* product page css */

@media screen and (min-width: 990px) {
    .product--large:not(.product--no-media) .product__media-wrapper {
        max-width: 50% !important;
        width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}


@media screen and (min-width: 750px) {
    .section-template--18470725320819__main-padding {
        padding-top: 200px !important;
        padding-bottom: 12px;
    }
    .product__info-container .product__title h1 {
    font-size: 34px !important;
  }
}

.product__info-container .product__title h1 {
    font-family:Roboto !important;
    font-weight: 500;
    line-height: 1.1;
} 


/* 20-12-2025 */

 .gradient-product .ai-breadcrumb-current {
    color: #ffffff !important;
}

.gradient-product .product  .product-form__input--pill input[type=radio]+label {
   padding: 12px 12px !important;
    font-size: 20px !important;
    border-radius: 5px !important;
    height: 45px;
    width: 57px;
    text-align: center !important;
    font-family: Roboto !important;
}

.gradient-product .product  legend.form__label {
    font-size: 20px !important;
    font-family: Roboto;
    color: #fff !important;
}

.gradient-product .product__info-container .svg-inline--fa.fa-w-16 {
    width: 48px !important;
    height: 46px !important;
    padding: 8px !important;
}

.gradient-product .product__info-container .fa-1x {
    font-size: 41px !important;
    border: 1px solid !important;
    /* padding: 10px; */
    border-radius: 50% !important;
}

.gradient-product .wishlisthero-product-page-button-container::before,
.wishlisthero-product-page-button-container::after,
.wishlisthero-product-page-button-container button::before,
.wishlisthero-product-page-button-container button::after {
  content: none !important;
  display: none !important;
  border: none !important;
}
/* Product form buttons ko column me rakho */
.gradient-product .product-form__buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px;
}

/* Add to cart + wishlist ek row me */
.gradient-product .product-form__buttons .button--full-width {
  width: 90% !important;
}

/* Add to cart ke wrapper ko flex row banao */
.product-form__buttons > button.btn,
.product-form__buttons > .wishlisthero-product-page-button-container {
  display: inline-flex;
}

.gradient-product .product-form__buttons {
  position: relative;
}


.gradient-product .product-form {
    position: relative;
}

/* Wishlist ko Add to Cart ke right me FIX rakho */
.gradient-product .wishlisthero-product-page-button-container {
    position: absolute;
    right: 0px;
    top: -10px;
    transform: translateY(0%);
    z-index: 5;
    width: 14%;
}

/* Heart icon size */
.gradient-product .wishlisthero-product-page-button-container svg {
  width: 20px;
  height: 20px;
}

.gradient-product .product-form__buttons .button--full-width span {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.5;
    font-family: Roboto !important;
}


.gradient-product .product-form__buttons button[name="add"] {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  border-radius: 30px !important;
  height: 52px !important;
  padding: 0 24px !important;
  line-height: 52px !important;
  box-shadow: none !important;
}

/* inner pseudo border remove */
.gradient-product .product-form__buttons button[name="add"]::before,
.product-form__buttons button[name="add"]::after {
  display: none !important;
}


.gradient-product .shopify-payment-button {
  width: 100% !important;
}

.gradient-product .shopify-payment-button__button {
  width: 100% !important;
  font-size: 40px !important;
  border-radius: 50px !important;
  padding: 0px 0 !important;
  height: auto !important;
  line-height: normal !important;
  box-shadow: none !important;
--border-opacity: none !important;
  text-transform: uppercase !important;
  font-weight: 700 ;
  font-family: 'Motel Xenia';
  color:#000 !important;
}

/* Buy now button text fix */
.gradient-product .shopify-payment-button__button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important;
}

/* Replace text */
.gradient-product .shopify-payment-button__button::after {
  content: "BUY NOW";
  font-size: 20px;
  font-weight: 600;
  line-height: 2.2;
  font-family: Roboto !important;
}


.product__info-wrapper .product-form__quantity .quantity__label span{
   font-size: 20px !important;
    color: #fff !important;
    font-family: Roboto !important;
    letter-spacing: 5px !important;
}

.gradient-product .product__text.caption-with-letter-spacing {
    text-transform: uppercase;
    background-color: #ffffff !important;
    width: 50% !important;
    max-width: fit-content;
    color: #000 !important;
    font-size: 14px !important;
    padding: 8px 16px !important;
    text-align: center !important;
    border-radius: 50px !important;
    font-family: Roboto !important;
    letter-spacing: 2px;
}

/* 🔥 MAIN MEDIA CONTAINER FIX */
.product-media-container {
  border-radius: 24px;     /* same radius everywhere */
  overflow: hidden;        /* MOST IMPORTANT */
  background: transparent; /* bg remove */
}

/* Gradient layer ko bhi clip karo */
.product-media-container.gradient {
  border-radius: 24px;
  overflow: hidden;
}

/* Actual image wrapper */
.product__media.media--transparent {
  border-radius: 24px;
  overflow: hidden;
}

/* Image itself */
.product__media img {
  border-radius: 24px;
  display: block;
}



.gradient-product .product__info-container .price--on-sale .price-item--regular {
    display: none;
}

.gradient-product .badge.price__badge-sale.color-scheme-4 {
    display: none;
}

.gradient-product .product__title {
    margin-bottom: 0px;
}

.gradient-product .product__info-container .price-item.price-item--sale.price-item--last {
    font-size: 40px;
    font-family: 'Roboto';
    font-weight: 600;
}

#price-template--18470725320819__main {
    margin-top: 0px;
}
.product-form__input--pill input[type="radio"]:checked + label {
  background-color: #ffffff !important;   /* jo tumhara sahi hai */
  color: #000000 !important;
 
}

/* Default (unselected) variant */
.product-form__input--pill input[type="radio"] + label {
  background-color: #ffffff00 !important;   /* white bg */
  color: #ffffff !important;              /* black text */
  border: 1px solid #ffffff !important;   /* optional: black border */
}


.fake-timer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 16px;
    width: 100%;
    max-width: 90%;
    border-radius: 30px;
    color: #ffffff;
    border: 1px solid;
    font-size: 16px;
    font-weight: 500;
    margin: 0px !important;
}

.timer-icon {
  font-size: 16px;
}

.gradient-product .gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer  !important;
  font-size: 20px;
  border-radius:50%
  
}

.gradient-product .gallery-arrow--prev {
  left: 10px;
}

.gradient-product .gallery-arrow--next {
  right: 10px;
}

.gradient-product .slider-buttons.quick-add-hidden.small-hide {
    display: none;
}

.gradient-product .slider-button.slider-button--next {
    display: none !important;
}

.gradient-product .slider-button.slider-button--prev {
    display: none !important;
}


/* 22-12-2025 */

product-info.bg-color
 {
  background:url('/cdn/shop/files/Group_47808128_4.png?v=1766393873');
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* border-radius: 50px 50px 0px 0px; */
}


product-recommendations.related-products .grid {
--grid-desktop-horizontal-spacing: 20px;
--grid-mobile-horizontal-spacing: 14px;
}


 @media (max-width: 749px){
 .ai-breadcrumb {
    position: absolute;
    top: 80px !important;
}
.section-template--19282872402035__main-padding{
  padding-top: 40px !important;
}

.gradient-product .product-form__buttons .button--full-width {
    width: 80% !important;
}


.gradient-product .wishlisthero-product-page-button-container {
    width: 22%;
}

.gradient-product .product__info-container .price-item.price-item--sale.price-item--last
 {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 600;
}

p.product__text.inline-richtext.caption-with-letter-spacing {
    margin-bottom: 10px;
}
 }

 .wishlisthero-floating-launcher-container{
    display: none;
}

product-recommendations.related-products .price .price-item {
    display: inline-block;
    margin: 0 0rem 0 0;
}


product-info.bg-color {
    overflow-x: hidden;
}


@media(max-width:749px){
  .gradient-product .product__text.caption-with-letter-spacing {
      font-size: 15px !important;
  }
  product-info.bg-color {
    border-radius:  20px;
}
.product__info-container .product__title h1{
    font-size: 25px !important;
}

.fake-timer {
  padding: 4px 4px;
   max-width: 100%;
   font-size: 14px;
}

.ai-breadcrumb-container {
    padding: 0px 20px !important;
}
.gradient-product .product legend.form__label {
    font-size: 20px !important;
    letter-spacing: 4px !important;
    font-family: Roboto !important;
}

.gradient-product .product .product-form__input--pill input[type=radio]+label {
    padding: 12px 7px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    height: 40px;
    width: 45px;
    font-family:Roboto !important;
}

.product__info-wrapper .product-form__quantity .quantity__label span {
    font-size: 20px !important;
    letter-spacing: 4px !important;
}
.ai-breadcrumb {
    padding: 0px 0px 20px !important;
}

}


@media(min-width:990px){
cart-items.gradient.color-scheme-1.isolate.is-empty {
    margin-top: 100px;
}
}


.customer.login{
  margin-top:120px !important;
}


.banner .banner__media.media.scroll-trigger.animate--fade-in {
    background-color: black;
}


.custom-marquee {
  height: 88px !important;
}

@media(min-width:990px){
.title-wrapper-with-link {
margin-top: 200px !important;
}
}

@media (min-width: 749px) {
  .ai-collection-tabs__slider {
    grid-auto-columns: calc((100% - 150px * (3 - 1)) / 3);
    gap: 4px 24px;
  }
  .ai-collection-tabs__slider {
    margin-left: 4.8rem;
  }
  .ai-collection-tabs__tab-button {
    font-size: 35px;
    text-transform: uppercase;
    font-family: Roboto !important
    border: 2px solid;
    border-radius: 40px;
    padding: 12px 40px;
  }
}


 .ai-collection-tabs__nav {
    gap: 40px ;
    justify-content: flex-start !important;
    margin-left: 1.8rem  !important;
    border-bottom: none !important;
}

 .ai-collection-tabs__container {
    background-color: #F4F4F4 !important;
}






.ai-breadcrumb {
  position: absolute;
  top: 125px;
  font-family: Roboto !important;
}
.ai-breadcrumb-container {
  padding: 0 60px;
  text-transform: uppercase;
}



 @media screen and (min-width: 750px) {
    .page-padding {

        padding-top:220px !important;
    }
}


@media screen and (min-width: 990px) {
    .slider--desktop .slider__slide:first-child {
        margin-left: 4rem !important;
       
    }
}













/*font */



.center.collection__view-all.scroll-trigger.animate--slide-in {
    /* font-size: 34px; */
    font-weight: 600;
    font-family: Roboto;
}
h2.banner__heading.inline-richtext.h0 {
    text-transform: uppercase;
    font-family: Roboto !important;
}

.ai-breadcrumb-container {
    font-family: Roboto;
}
@media (max-width:767px){
.card__information .card__heading {
font-size: 13px;
}
  .product-card__add-to-cart {
    padding: 11px 20px;
    margin-top: 5px;
    margin-bottom: 13px;
    font-size: 15px;
  }
section.best-seller-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
  .best-seller-section .big-text {
    font-size: 37px !important;
}  
}


section.best-seller-section {
    padding-top: 30px;
    padding-bottom: 30px;
    
}

 .header-wrapper .header:hover{
    background:#fff;
}

.scrolled-past-header .header
{
    background-color:#fff !important;
   

}


.shipping-accordion summary {
font-family: Roboto !important;
}

.shipping-text small {
 font-family: Roboto !important;
}

.product__description.rte.quick-add-hidden {
    font-family: Roboto !important;
}

.ai-breadcrumb-nav {
      font-family: Roboto !important
}

button.MuiButtonBase-root.MuiIconButton-root.jss15.wishlist-hero-header-close {
    background: black !important;
}

.template-index .scrolled-past-header .header
{
   margin-top:40px;

}


@media(max-width:768px)
{
.template-index .scrolled-past-header .header {
    margin-top: 35px;
}
}