/** Shopify CDN: Minification failed

Line 394:20 Unterminated string token

**/
/* Product Card */
#featured-collection-hs {
  .card__badge.top.left {
    display: none;
  }
  .card-wrapper.product-card-wrapper.custom-product-card-styling
    .custom-price__sale
    .price-item--regular {
    display: none;
  }
  .card-wrapper.product-card-wrapper.custom-product-card-styling
    .custom-price__sale
    .price-difference {
    display: none;
  }
  color-swatch-new {
    display: none;
  }
}
.card-wrapper.product-card-wrapper.custom-product-card-styling {
  .full-unstyled-link {
    font-size: 14px;
    color: #000;
    /* font-family: var(--font-body-family); */
    letter-spacing: 2.8px;
    /* width: 96%; */
    /* margin: auto; */
    font-weight: 600;
    text-transform: uppercase;
    text-align: left !important;
  }
  .price__regular .price-item--regular {
    font-size: 14px;
    line-height: 14px;
  }
  color-swatch-new{
    justify-content: start;
  }
  .card-information {
    .price{
      text-align: left; 
    }
  }
  .quick-add {
    @media screen and (min-width: 769px) {
      display: none;
    }
    position: absolute;
    left: auto;
    right: 10px;
    /* transform: translate(-50%); */
    max-width: fit-content;
    bottom: 10px;
    max-height: fit-content;
    top: unset;
    z-index: 100;
    margin: 0;
  }
  .quick-add__submit {
    /* padding: 8px 24px; */
    /* border: none;
    color: #fff;
    background-color: #004027;
    font-weight: 600;
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    height: 50px;
    width: 50px; */
    border: none;
    background-color: #ffffff85;
    font-weight: 600;
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    height: 50px;
    width: 50px;
    @media screen and (max-width: 768px) {
      min-width: 35px;
      min-height: 35px;
      height: 35px;
      width: 35px;
      svg {
        width: 24px;
        height: 24px;
      }
    }
  }
  .quick-add__submit:after {
    content: unset;
  }
  .card__badge.top.right {
    /* z-index: 100; */
    /* min-width: fit-content; */
    position: absolute;
    top: 0;
    right: 0;
    /* line-height: 0; */
    background-color: #991b1b;
  }
  .card__badge.top.right span {
    background: #991b1b;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 3px 10px;
    /* font-family: ITC Conduit; */
    letter-spacing: 0.75px;
  }
  .card__badge.top.left {
    top: 4px;
    left: 4px;
    position: absolute;
  }
  .card__badge.top.right {
    top: 4px;
    right: 4px;
    position: absolute;
  }
  .card__badge.top.left span {
    background: #fff;
    color: #6b7280;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 8px;
    letter-spacing: 2.8px;
  }
  .card__badge.top.right span {
    background: #fff;
    color: #6b7280;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 8px;
    letter-spacing: 2.8px;
  }
  .card__content {
    /* position: unset; */
  }
  .custom-price__sale {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
    @media (max-width: 768px) {
      display: block;
    }
    .price-difference {
      color: #ef4444;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.8px;
    }
    .price-item--regular {
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.8px;
      color: #6b7280;
    }
    .price-item--sale {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.8px;
    }
  }
}
@media screen and (min-width: 769px) {
  .card-wrapper.product-card-wrapper.custom-product-card-styling:hover
    .quick-add {
    display: block;
  }
}
/* Cart Drawer */
.custom--cart--drawer {
  .drawer__heading {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 4.8px;
    line-height: 32px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    @media (max-width: 768px) {
      font-size: 20px;
      letter-spacing: 0.9px;
      line-height: 28px;
    }
  }
  .totals__total {
    font-size: 14px;
    letter-spacing: 2.8px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
  }
  .custom--cart__checkout-button {
    text-transform: uppercase;
    background-color: #8F6D51;
  }
  .custom--cart__checkout-button:after {
    content: unset;
  }
  .cart-item__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    /* font-family: ITC Conduit; */
    text-transform: uppercase;
  }
  .cart-item__name:hover {
    text-decoration: none;
  }
  .cart-item__details dl {
    display: flex;
    align-items: center;
  }
  .product-option + .product-option {
    margin-top: unset;
  }
  .product-option dd {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    /* font-family: ITC Conduit; */
    text-transform: uppercase;
  }
  .product-option {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    /* font-family: ITC Conduit; */
    text-transform: uppercase;
  }
  .cart-drawer .cart-item {
    grid-template: repeat(2, auto) / repeat(3, 1fr);
    border-top: 1px solid #e5e7eb;
  }
  .cart-remove-button {
    /* display: none;     */
  }
  .top-row-title {
    display: none !important;
  }
  .drawer__header {
    padding: 0 0 32px;
    @media (max-width: 768px) {
      padding: 0 0 20px;
    }
  }
  .drawer__inner {
    padding: 32px 32px 24px !important;
    @media (max-width: 768px) {
      padding: 20px 20px 24px !important;
    }
  }
  .drawer__footer {
    padding: 0 !important;
  }
  .drawer__close {
    top: 7px;
    min-height: unset;
  }
  .drawer__close .svg-wrapper {
    width: 16px;
    height: 16px;
    stroke: #000;
  }
  .quantity__button:focus-visible,
  .quantity__input:focus-visible {
    background-color: unset;
    outline: none;
  }
  .cart-drawer__warnings .button {
    text-transform: uppercase;
    background-color: #8F6D51;
  }
  .cart-drawer__warnings .button:after {
    content: unset;
  }

  /* free-shipping-text */
  .free-shipping-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6b7280;
    padding: 8px 0;
    border-top: 1px solid #e5e7eb;
  }
  .cart-drawer .cart-items thead {
    display: none;
  }

  /* quantity btn */
  .quantity {
    width: 96px;
    height: 36px;
    border: 0.1rem solid #00000030;
    min-height: unset;
  }
  .quantity:after {
    box-shadow: unset;
  }
  .quantity__button {
    width: 24px;
  }
  .quantity__button:first-child {
    border-right: 0.1rem solid #00000030;
  }
  .quantity__button:last-child {
    border-left: 0.1rem solid #00000030;
  }
}

/* Global */
@media(min-width: 768px){
  .custom--btn-hs {
    color: #8F6D51;
    background-color: transparent;
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 3.2px;
    padding: 12px 15px;
    border: 1px solid #8F6D51;
    max-width: max-content;
    margin-inline: auto;
    text-transform: uppercase;
    margin-top: 24px;
    /* border-radius: 999px; */
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
    margin-top: 28px !important;
  }
  .custom--btn-hs::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #8F6D51;
    padding: 12px 15px;
    transition: left 0.4s ease;
    z-index: -1;
    /* border: 1px solid #8F6D51; */
  }
  .custom--btn-hs::after {
    content: unset;
  }
  .custom--btn-hs:hover {
    color: white;
  }    
  .custom--btn-hs:hover::before {
    left: 0;
  }  
}
@media(max-width: 767px){
  .custom--btn-hs {
    color: #fff;
    background-color: #8F6D51;
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 3.2px;
    padding: 12px 15px;
    border: 1px solid #8F6D51;
    max-width: max-content;
    margin-inline: auto;
    text-transform: uppercase;
    margin-top: 24px;
    /* border-radius: 999px; */
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
    margin-top: 28px !important;
  }
  .custom--btn-hs::before {
    content: unset';
  }
  .custom--btn-hs::after {
    content: unset;
  }  
}


.notify-stock-button-x{
  text-transform: uppercase;
  letter-spacing: 2.8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  background-color: #8f6d51;
  color: #fff;
  margin-bottom: 10px;
}