/** Shopify CDN: Minification failed

Line 30:2 Unexpected "/"

**/

/* for button   */
.TL-btn{
  background: #554639 !important;
  color: #fff !important;
}
/* /* Custom styling for product images on desktop */
@media screen and (min-width: 1024px) {
  .product-image-fit {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .product__media-item {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 90vh;
    overflow: hidden;
  }
}
 */