/** Shopify CDN: Minification failed

Line 9:12 Expected identifier but found whitespace
Line 9:13 Unexpected "("

**/
/* Upsell css  start */
h3.upcart-upsell-item-title.styles_itemTitle__
Specificity: (0,2,1)
 {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    height: auto !important;
    display: block !important;
    max-height: none !important;
    background: transparent !important;
}

/* Upsell css  end */

/* gift card css start */
p.aca-product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* gift card css end */

 /* Menu color css DESKTOP */
li.inline-flex.items-center:nth-child(6) {
  color: #8b7724 !important;
  font-weight:700;
}

/* MOBILE */
@media (max-width: 767px) {
 li.menu-drawer__item:nth-child(6) {
    color: #8b7724 !important;
    font-weight:700;
  }
}



/* 
* =========================================================
* Product Tag Icon
* =========================================================
*/

.product-tag-icon {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 70px;
  z-index: 1;
}
.product__media-gallery-viewer-wrap .product-tag-icon {
  max-width: 90px;
}


