/* Add custom CSS styles below */ 
:root {
  --color-btn: #736F6E;
}

.main-nav-container .mobile-menu ul li a {
  font-size: 16px;
}


div.w-fit  {
  background: var(--color-btn);
}

@media (min-width: 1280px) {
    .container {
        max-width: 1420px;
    }
}
.s-product-card-image img.loaded {
    object-fit: cover !important;
}

@media (min-width: 767px) {
    .s-product-card-fit-height .s-product-card-image {
      height: 18rem;
      max-height: 26rem;
  }
}
.s-product-card-vertical .s-product-card-content {
    padding: 14px 20px;
    }
    .s-product-card-entry .s-product-card-content-footer {
    background: var(--color-btn);
    border-radius: 5px;
    border: 1px solid var(--color-primary-l);
}
 
.s-product-card-entry .s-product-card-content-footer .s-button-primary-outline {
      
          filter: invert(1);

}
.s-product-card-entry .s-product-card-content-footer .s-product-card-wishlist-btn {
         

      background: #ccc!important;
    border-color: var(--color-primary-l) !important;
}

.s-product-card-vertical .s-product-card-content-footer {
  overflow: hidden;
}
.zigzh .md\:my-\[66px\] {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
.zigzh div.h-full {
  max-height: fit-content;
}