/** Shopify CDN: Minification failed

Line 277:3 Expected "}" to go with "{"

**/
.utility-bar {
    background: #ffffff;
    padding: 10px 5%; 
    border-bottom: 1px solid #eee; 
    position: relative; 
    z-index: 99; 
  }
  .utility-bar__content { 
    display: flex; 
    justify-content: flex-end; 
    align-items: center; 
    gap: 25px; 
  }
  .utility-bar__icons { 
    display: flex; 
    align-items: center; 
    gap: 20px; 
  }
  .utility-bar__icons a:hover{
    color: #D08A2E;
  }
  .tap-area { 
    display: flex; 
    align-items: center; 
  }
  .utility-bar__item { 
    position: relative; 
  }
  .wishlist-icon{
    color: #000000;
    padding-right: 10px;
  }

  .Vtl-WishlistIcon__Wrapper  {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background-color: #ffffff !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: all 0.3s ease !important;
  border: 1px solid #df1e8fff;
} 

.Vtl-WishlistIcon__Wrapper svg {
  display: block !important;
  margin: auto !important;
}
.Vtl-WishlistProduct__AddToCartText{
  display: flex;
    justify-content: center;
    align-items: center;  
    width: 100%;            
    height: 100%;
}

.Vtl-WishlistProduct {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important; 
    justify-content: flex-start !important;
}

.Vtl-WishlistProduct .wishlist-card { 
    flex: 0 0 calc(20% - 20px) !important; 
    max-width: calc(20% - 20px) !important;
    box-sizing: border-box !important;
}

@media (max-width: 600px) {
    .Vtl-WishlistProduct .wishlist-card {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }
}

.Vtl-WishlistProduct{
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  border-radius: 12px !important; 
  overflow: hidden !important;
  background: white !important;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05) !important; 
  border: 1px solid #0000002a !important;
  padding-bottom: 20px !important; 
}

.Vtl-WishlistProduct:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 15px 25px rgba(0,0,0,0.12) !important; 
  border-color: rgba(27, 27, 27, 0.1) !important;
}

.Vtl-WishlistProduct__ImageWrapper img{
  transition: transform 0.6s ease !important;
  object-fit: cover !important
}


  .trust-bar__container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    gap: 20px !important;
    justify-items: center !important;

  .trust-bar_headingtext{
    text-align: center !important;
    font-weight: bold;
  }
  .trust-bar__item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 15px !important;
    width: 100% !important;
    justify-content: flex-start !important; 
    border-right: 1px solid #e5dcd3 !important;
  }

  .trust-bar__item:last-child { border-right: none !important; }

  @media screen and (max-width: 768px) {
    .trust-bar__container {
      grid-template-columns: 1fr 1fr !important;
    }
    
    .trust-bar__item:last-child:nth-child(odd) {
      grid-column: span 2 !important;
      justify-content: center !important;
    }
  }
  .footer__block-list {
    display: flex;
    flex-wrap: wrap;
  }

  .footer__block {
    flex: 1;
    min-width: 183px; 
  }

  .footer__block p.bold {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }

  .footer__block ul li {
    font-size: 0.85rem;
    margin-bottom: 4px;
  }

  @media screen and (min-width: 1000px) {
    .footer__block-list {
      display: grid;
      grid-template-columns: repeat(7, 2fr);
      gap: 40px;
    }
  }

  .footer__block--payment svg {
    width: 40px !important;
    height: 25px !important;
    background: #ffffff;
    padding: 2px;
    border-radius: 2px;
  }

  .footer__block--contact ul li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px;
    margin-bottom: 10px !important;
    line-height: 1.2;
    margin-right: 50px;
    width:100%;
  }

  .footer__block--contact ul li span:last-child {
    word-break: break-word;
    max-width: 200px;
  }
  
    .powered-by {
    margin-left: 5px;
  }
  .powered-by a {
    font-weight: bold;
    color: inherit;
  }
  .powered-by a:hover {
    color: #555; 
  }

  .splide {
    display: flex !important;
    flex-direction: column !important;
  }

  .splide__pagination {
    order: 1; 
    position: relative !important;
    margin-top: 20px !important;
    bottom: auto !important;
  }

  .splide__arrows {
    order: 2;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .splide__arrow {
    position: relative !important;
    top: auto !important;
    margin: 20px !important;
    background: #ffffff !important;
    border: 1px solid #eee;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    width: 45px;
    height: 45px;
  }
  
  .splide__arrow svg { fill: #333 !important; }

  .splide__pagination__page { background: #ccc !important; }
  .splide__pagination__page.is-active { background: #000000 !important; }
  
  .splide__slide img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    width: 100%;
    height: auto;
    display: block;
  }

  .splide__slide:hover img {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }

  .splide__slide, 
  .splide__slide *, 
  .splide__slide img,
  .splide__track,
  .splide__list {
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .review-carousel-section {
    max-width: 1600px; 
    margin: 0 auto !important;
    padding: 100px 20px !important;
  }

  .splide__track {
    padding: 0 !important;
  }

  .splide__slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }