/** Shopify CDN: Minification failed

Line 40:4 Unexpected "{"
Line 40:5 Expected identifier but found "%"
Line 40:31 Unexpected "{"
Line 40:32 Expected identifier but found "%"

**/
.field.custom_dflex {
    flex-direction: column;
  }
  .para_pills_desktop {
    line-height: 30px;
   font-size: clamp(15px, calc(20 * (100vw / 1600)), 20px);
    color :#d38f38;
    font-weight:600;
  }
  .search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 8;
    pointer-events: auto;
  }
  .search-overlay.active {
    display: block;
  }
  .trending_products_section .trending-products-swiper .product-card-wrapper .smartwishlist{
    top:13px;
  }
  .desktop_search_box {
    width: 100%;
    display: none;
    box-shadow: 0 0 5px 2px #c4c1c1;
    border-radius: 5px;
    {% comment %} padding: 4%; {% endcomment %}
     padding: 4% 0 4% 4%;
    background: #ffffff;
    z-index: 9;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    background:#fbfafa 0% 0% no-repeat padding-box;
    position: absolute;
    box-shadow: inset 0 .188rem .375rem rgba(0, 0, 0, .08);
    /* Hide scrollbar but keep scroll functionality */
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* iOS smooth scrolling fix */
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .desktop_search_box::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    display: none;
  }
  .pills_inner_desktop > a:hover{
    color: #ffffff;
  }
  .pills_inner_desktop > a {
    font-size: 1.25vw;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
  }
  .pills_inner_desktop {
    padding: 5px 15px ;
    border-radius: 40px ;
    border: 1px solid #848484;
    /* border: 1px solid black;
    padding: 1% 2%;
    border-radius: 20px; */
    cursor: pointer;
  }
  .pills_inner_desktop:hover{
    background: #d38f38;
    color: #fff;
  }
  .pills_container {
    display: flex;
    gap: 10px;
    padding-left: 30px;
    padding-bottom: 0;
    margin-top: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .pills_container::-webkit-scrollbar {
    display: none;
  }

  @media only screen and (max-width: 1024px) {
    .pills_container {
      padding-bottom: 6px;
      scrollbar-width: thin;
      scrollbar-color: rgba(211, 143, 56, 0.2) transparent;
      -ms-overflow-style: auto;
    }

    .pills_container::-webkit-scrollbar {
      display: block;
      height: 2px;
    }

    .pills_container::-webkit-scrollbar-track {
      background: transparent;
    }

    .pills_container::-webkit-scrollbar-thumb {
      background: rgba(211, 143, 56, 0.3);
      border-radius: 1px;
    }

    .pills_container::-webkit-scrollbar-thumb:hover {
      background: rgba(211, 143, 56, 0.5);
    }
  }

  .pills_inner_desktop {
    scroll-snap-align: start;
    flex-shrink: 0;
  }
  .trending_box {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 2%;
  }
  .trend_svg{
    line-height: 0;
  }
  div#close_pills_box {
    position: absolute;
    right: 2%;
    top: 6%;
    cursor: pointer;
  }
  .focus-search-wrapper-container{
    position: relative;
  }
 .trending_products_section .price__container{
min-height:33px;
  }

  @media screen and (max-width: 400px) {
    .cart-count-bubble {
      height: 12px;
      width: 12px;
      left: 1rem;
      bottom: 12px;
    }
  }

  @media only screen and (max-width: 600px)  {
    .pills_container {
      padding-left: 15px;
      padding-right: 15px;
      gap: 8px;
      -webkit-overflow-scrolling: touch;
    }

    .pills_inner_desktop > a {
      font-size: 14px;
      line-height: 21px;
    }
    .pills_inner_desktop .search-txt{
      font-size: 12px;
      color:#848484;
    }
  }

  @media only screen and (max-width: 1024px) {
    .pills_container {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media only screen and (max-width: 1024px)  {
    .desktop_search_box{
      width: 95%;
      max-height: calc(100vh - 150px);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
    .desktop_search_box::-webkit-scrollbar {
      display: none;
      width: 0;
      background: transparent;
    }
    #predictive-search-results{
      flex-direction: column;
    }
  }

  @media only screen and (max-width: 600px) {
    .desktop_search_box {
      max-height: calc(100vh - 120px);
      padding: 3% 0 3% 3%;
    }
  }
  .trending_products_section .card___information{
  padding-left:5px;
  }
  /* Trending Products Section Styles */
  .trending_products_section {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .trending-products-swiper {
    padding: 0 4% 0 0;
    margin-top: 1rem;
    position: relative;
  }

  .trending-products-swiper .swiper-slide {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    margin-right: 12px;
   
  }

  .trending-products-swiper .card-wrapper {
    margin: 0;
  }

  .trending-products-swiper .card {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
  }

  .trending-products-swiper .card:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
  }

  .trending-products-swiper .swiper-button-next,
  .trending-products-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .trending-products-swiper .swiper-button-next {
    right: 0;
  }

  .trending-products-swiper .swiper-button-prev {
    left: 0;
  }

  .trending-products-swiper .swiper-scrollbar {
    display: none;
  }

  /* Hide buy_main element in header trending products section */
  .trending_products_section .buy_main,
  .desktop_search_box .trending_products_section .buy_main {
    display: none !important;
  }

  /* Product card badges for dynamic best sellers in trending products */
  .trending_products_section .revamp-product-tags,
  .desktop_search_box .trending_products_section .revamp-product-tags {
    /* position: absolute !important;
    z-index: 9;
    top: 44px !important; */
    background: #a68dd6;
    height: auto;
    padding: 2px 10px 2px 8px;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 0 11px 11px 0;
    font-size: 10px;
    text-align: left;
    line-height: 1rem;
    font-weight: 500;
    color: #fff;
    width: max-content !important;
    height: auto !important;
    font-family: 'Poppins-Regular';
    font-weight: 900;
  }

  /* .trending_products_section .revamp-product-tags.custom-label-tag,
  .desktop_search_box .trending_products_section .revamp-product-tags.custom-label-tag {
    top: 45px !important;
  } */

  /* .trending_products_section span.revamp-product-tags.best-seller-tag,
  .desktop_search_box .trending_products_section span.revamp-product-tags.best-seller-tag {
    top: 25px !important;
    background: #a68dd6;
  } */

  .trending_products_section .discount-badge,
  .desktop_search_box .trending_products_section .discount-badge {
    position: absolute !important;
    z-index: 9;
    top: 5px !important;
    background: #dda243;
    height: auto;
    padding: 2px 10px 2px 8px;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 0 11px 11px 0;
    font-size: 10px;
    text-align: left;
    line-height: 1rem;
    font-weight: 500;
    color: #fff;
    width: max-content !important;
    height: auto !important;
    font-family: 'Poppins-Regular';
    font-weight: 900;
  }

  .trending_products_section .card__heading.h5 a,
  .desktop_search_box .trending_products_section .card__heading.h5 a {
    font-size: 11px;
    color:#999!important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .trending_products_section .brand-name.seo-tag{
    font-size: 9px;
  }
  .trending_products_section .caption-with-letter-spacing{
    font-size:11px;
  }

  /* Header search popup: discount strip styling for dynamically injected cards */
  .trending_products_section .card-discount-msg {
    font-size: 8px;
    background: linear-gradient(90deg, #006cff33, #006cff00);
    color: #000;
    padding: 3px 0px;
    background: #dda2436b;
    padding: 5px;
    margin-top: 0px;
    font-weight: 400;
  }
  

  .trending_products_section .percent_discount,
  .desktop_search_box .trending_products_section .percent_discount {
    display: none !important;
  }

  .trending_products_section .price__regular,
  .desktop_search_box .trending_products_section .price__regular {
    display: none !important;
  }

  /* iOS flickering fix for wishlist icons in trending products */
  .trending_products_section .smartwishlist,
  .trending_products_section .revampwishlisticon,
  .desktop_search_box .trending_products_section .smartwishlist,
  .desktop_search_box .trending_products_section .revampwishlisticon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
   .trending_products_section .smartwishlist{
  position:absolute;
  cursor:pointer;
  right:11px;
  }
  /* Hardware acceleration for swiper container on iOS */
  .trending-products-swiper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /* Fix for swiper slides on iOS */
  .trending-products-swiper .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /* Fix for card wrapper in trending products on iOS */
  .trending_products_section .card-wrapper,
  .desktop_search_box .trending_products_section .card-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  @media only screen and (max-width: 1024px) {
    .trending-products-swiper {
      padding: 0 2% 0 0;
    }

    .trending-products-swiper .swiper-slide {
      width: calc(33.333% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
      margin-right: 10px;
     
    }

    /* Reduce card sizes on tablets */
    .trending-products-swiper .card__media {
      margin-bottom: 0.5rem;
    }

    .trending-products-swiper .card__heading.h5 a {
      font-size: 11px !important;
      line-height: 1.2;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
    }

    /* .trending-products-swiper .price__container .price-item {
      font-size: 11px !important;
    } */

    .trending-products-swiper .card__content {
      padding: 0.5rem 0.25rem;
    }

    .trending-products-swiper .card__information {
      padding: 0;
      margin: 0.5rem 0 0;
      min-height: auto;
    }

    .trending-products-swiper .swiper-button-next,
    .trending-products-swiper .swiper-button-prev {
      display: none;
    }

    .trending-products-swiper .swiper-scrollbar {
      display: block;
      position: relative;
      margin-top: 10px;
      height: 4px;
      background: #e5e5e5;
      border-radius: 10px;
    }

    .trending-products-swiper .swiper-scrollbar-drag {
      background: rgba(211, 143, 56, 0.5);
      border-radius: 10px;
    }
  }

  @media only screen and (max-width: 768px) {
    .trending-products-swiper .swiper-slide {
      width: calc(40% - var(--grid-desktop-horizontal-spacing) * 33 / 5);
      margin-right: 10px;
     
    }

    .trending-products-swiper .card__heading.h5 a {
      font-size: 11px !important;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
    }

    /* .trending-products-swiper .price__container .price-item {
      font-size: 10px !important;
    } */
  }
  @media only screen and (max-width: 750px){
    .trending_products_section .caption-with-letter-spacing{
      font-size: 11px !important;
    }
    .trending_products_section .brand-name.seo-tag{
      font-size: 9px !important;
    }
  }
  @media only screen and (max-width: 600px) {
    .trending-products-swiper {
      padding: 0 1% 0 0;
    }

    .trending-products-swiper .swiper-slide {
      width: calc(45% - var(--grid-desktop-horizontal-spacing) * 11 / 20);
     margin-right: 10px;
    }

    .trending-products-swiper .card__heading a {
      font-size: 9px !important;
      line-height: 1.1;
    }

    /* .trending-products-swiper .price__container .price-item {
      font-size: 10px !important;
    } */

    .trending-products-swiper .card__content {
      padding: 0.4rem 0.2rem;
    }

    .trending-products-section {
      margin-top: 1.5rem;
      padding-top: 1.5rem;
    }

    .trending_products_section .trending_box {
      margin-bottom: 1rem;
    }

    .trending_products_section .para_pills_desktop {
      font-size: 14px;
    }
  }
