/** Shopify CDN: Minification failed

Line 284:0 Unexpected "}"
Line 412:2 Expected "}" to go with "{"

**/
@media screen and (max-width: 999px) {

/* Product container */
.product__info {
  background: #FCF8F3;
  padding: 16px;margin-top: 20px;
}

/* Product title */
.product-meta__title {
  font-size: 22px;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
}

/* SKU */
.product-meta__sku {
  font-size: 12px;
  color: #666;
}

/* Price */
.price--large {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

/* Add to cart button */
.product-form__add-button {
background: #2b0d0b;
  color: #fff !important;
  font-weight: 600;
  padding: 12px;
  width: 100%;
}

/* Buy buttons container */
.product-form__buy-buttons {
  width: 100%;
}

/* Accordion */
.collapsible-toggle {
  /* background: #c6e2e3; */
  border-radius: 6px;
  padding: 10px 12px;
  margin-bottom: 6px;
  font-size: 14px;
}

.collapsible__content {
  padding: 12px;
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
}

/* Upsell products */
[data-essential-upsell-element="container"] {
  margin-top: 20px;
}

[data-essential-upsell-element="product"] {
  border-radius: 8px;
}

/* Icons section */
.icons-with-text-block{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.icon-with-text-item{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

/* Header */
.header {
  /* background: #FCF8F3; */
}

.announcement-bar {
  background: #2b0d0b;
  color: #fff;
}

/* Product layout */
.custom-style-main-product .product__info {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

}
.video-wrapper__poster-content {
  position: absolute;
  display: flex;
  flex-direction: column;
}

/* CENTER */
.content-position--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* TOP LEFT */
.content-position--top-left {
  top: 20px;
  left: 20px;
  text-align: left;
}

/* TOP RIGHT */
.content-position--top-right {
  top: 20px;
  right: 20px;
  text-align: right;
}

/* BOTTOM LEFT */
.content-position--bottom-left {
  bottom: 20px;
  left: 20px;
  text-align: left;
}

/* BOTTOM RIGHT */
.content-position--bottom-right {
  bottom: 20px;
  right: 20px;
  text-align: right;
}
li.metafield-single_line_text_field {
    list-style: none;
    position: relative;
    padding-left: 18px; /* space for check */
    text-align: left;
}
ul.metafield-single_line_text_field-array {
    padding: 0px;
}
.product-meta__price-list-container {
    margin: 0px !important;
}
li.metafield-single_line_text_field::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: green; /* optional */
    font-weight: bold;
}
.product-facet__main .product-list .product-list__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .product-facet__main .product-list .product-list__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-form__description {
    margin: 0px !important;
}
}

@media screen and (min-width: 1000px) {
  .product-facet__main .product-list .product-list__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width: 740px) {
    .shopify-section--main-collection .product-list {
        padding: 0 2rem;
    }
}
.button{line-height:35px !important;}
  .product-form__buy-buttons {
    width: 100%;
  }
/* Product page container */
.product__info {
  background: #FCF8F3;
  padding: 24px;
 
}

/* Product title */
.product-meta__title {
  font-size: 28px;
  font-weight: 600;
  color: #222;
}

/* SKU + meta text */
.product-meta__sku {
  font-size: 13px;
  color: #666;
}

/* Price */
.price--large {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.product-form__add-button {
 
  color: #fff !important;

  font-weight: 600;
  padding: 14px;
  border: none;
}

.product-form__add-button:hover {
  background: #333 !important;
}
.collapsible-toggle {
  /* background: #c6e2e3; */
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 8px;
  font-weight: 600;
}
.product-item-meta__description {
  margin-top: 4px;
  line-height: 1.4;
}
.collapsible__content {
  padding: 14px;
  background: #fff;
  border-radius: 6px;
}
[data-essential-upsell-element="container"] {
  margin-top: 30px;
}

[data-essential-upsell-element="product"] {
  border-radius: 8px;
  transition: all 0.2s ease;
}

[data-essential-upsell-element="product"]:hover {
  transform: translateY(-4px);
}
.header {
  /* background: #FCF8F3; */
}

.announcement-bar {
  background: #2b0d0b;
  color: #fff;
}
.product__info > * {

}
.custom-style-main-product .product__info
 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-form__buy-buttons {
   width: 100%;
}
}
.product__info h1{text-align:left;}
.product__info .icon-with-text-item{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #ffffff; /* soft brand background */
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;height:44px;
}
.product__info .button{line-height:normal !important;}
.faq__item {
    margin-top: -15px !important;
}
.collapsible[open] {

    margin-bottom: 10px;
}
/* PRODUCT CARD SIMPLE STYLE */
product-item {
  display: block;
  background: #fff;
  border: 1px solid #e9e9e9; /* light border */

  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05); /* soft shadow */
}

/* IMAGE AREA */
.product-item__image-wrapper {
  /* padding: 10px;
  background: #fff; */
}
.product-item__quick-form {
   padding: 0px !important;}
/* PRODUCT INFO */
.product-item__info {
  padding: 12px 14px 16px;
  text-align: center;
}

/* TITLE */
.product-item-meta__title {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
}

/* PRICE */
.price {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 1000px) {
    .popover {
        z-index: 3 !important;}
.payment-icons {

    padding: 0;}
    div#shopify-block-AQ1FCWkNLcjNqSzBZS__judge_me_reviews_preview_badge_PPzVy6 {
   margin-bottom: 5px !important;
    margin: 0;
}
@media screen and (min-width: 1000px) {
    .mini-cart__recommendations .product-item {
        flex-direction: row !important;
        align-items: center;
    }
    .mini-cart__recommendations-list .product-item .product-item__info{width:200px;}
}
.nav-dropdown__item:hover{background:white;}
.header__linklist-link {
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto';font-weight:600;
}
@media screen and (min-width: 1200px) {
    .header__inline-navigation {
        max-width: 100% !important;
    }
}
.video-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
    .article-list {
        margin-inline: auto !important;
    }
    .content-box .heading--large{
           margin-block-end: 10px !important;
        margin-block-start: 10px !important;}
        .slideshow__text-wrapper .content-box {
          margin:0 !important;max-width:650px; padding-left: 20px;padding-bottom:3%;
        }
        
}
    .jdgm-all-reviews-text--style-branded .jdgm-all-reviews-text__text {
        display: none !important;
    }
    .jdgm-widget.jdgm-widget {
    display: flex  !important;
}
.jdgm-all-reviews-text--style-branded .jdgm-all-reviews-rating {

        border-right: 1px solid;
    }
    .promotion-block__content-wrapper {
    margin-block-start: 20px !important; 
}
.product-item__info .jdgm-widget.jdgm-widget {
    justify-content: center;
}
.promotion-block--quote:before{top:30% !important;}
.mobile-toolbar {
    z-index: 3 !important;}

    .social-media__link {
        width: 28px !important;
    }
    .product-list__prev-next {
        z-index: 2;
    }
  