/** 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;
  }
}

/* Holiday Sale icon on Navigation */
nav.header__menu li:nth-child(6) .menu__item-text {
  width: auto;
  padding: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
nav.header__menu li:nth-child(6) .menu__item-text:before {
  content: "";
  display: block;
  width: 120px;
  height: 34px;
  background: url(https://cdn.shopify.com/s/files/1/0811/9182/9779/files/Tag_v1.webp) no-repeat center;
  background-size: contain;
  margin: 0;
}
nav.header__menu li:nth-child(6) .menu__item-text:hover {
  background-size: 0px;
}

/* 
* =========================================================
* 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;
}


