/** Shopify CDN: Minification failed

Line 57:11 Expected identifier but found whitespace
Line 57:20 Unexpected ";"

**/

  .pdp-head h1 {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  line-height: 35px !important;
}
 .jdgm-prev-badge {
    display: flex !important;
    gap: 0.5rem !important;
  }

.metafield-rich_text_field li
  .jdgm-prev-badge__text {
    font-size: larger !important;
  }
  #shopify-block-AQ3JZZjAwdDJPRVlze__judge_me_reviews_preview_badge_pXUR4C {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .product-page-info__button-add-to-cart .btn {
    background-color: #C8A270 !important;
    border-color: #C8A271 !important;
    font-size: large !important;
    font-weight: 600 !important;
}
  .product-page-info__button-add-to-cart .btn:not(.btn--size-large) {
    min-height: 50px !important;
  }
  .product-page-info__button-add-to-cart .btn span {
    color: #000 !important;
  }
  .product-page-info__button-add-to-cart .btn .icon {
    fill: #000 !important;
    width: 25px !important;
}
  .product-options label {
    color: #000 !important;
    font-weight: 600;
  }
  .product-options__value--text {
    min-height: 40px !important;
    min-width: 40px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
    padding: 0 12px !important;
    border: 1.5px solid transparent !important;
  }
  .product-options__value--text.active {
    background-color: #f9dfbd;
    border-color: GREY !important;
  }
  position: relative;
  display: inline-block;
  width: 100%;
}

.a-plus-video-container video {
  width: 100%;
  height: auto;
  display: block;
}

.a-plus-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.a-plus-video-container:hover .a-plus-video-overlay {
  opacity: 1;
}

.a-plus-video-container.playing:hover .a-plus-video-overlay {
  opacity: 0;
}

.a-plus-video-container.playing .a-plus-video-overlay {
  opacity: 0;
}

.a-plus-play-pause-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.a-plus-play-pause-btn:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

.a-plus-play-pause-btn svg {
  width: 32px;
  height: 32px;
  fill: #333;
}

.metafield-rich_text_field h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 1em 0 0.5em;
  color: #222;
}

.metafield-rich_text_field h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 1em 0 0.5em;
  color: #222;
}

.metafield-rich_text_field h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 1em 0 0.5em;
  color: #222;
}

.metafield-rich_text_field h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 1em 0 0.5em;
  color: #000;
}

.metafield-rich_text_field h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 1em 0 0.5em;
  color: #444;
}

.metafield-rich_text_field h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 1em 0 0.5em;
  color: #555;
}

.metafield-rich_text_field p {
  font-size: 16px;
  color: #000;
  margin: 0 0 0.7em;
  line-height: 20px;
}

.metafield-rich_text_field b,
.metafield-rich_text_field strong {
  font-weight: 700;
  color: #000;
}

.metafield-rich_text_field i,
.metafield-rich_text_field em {
  font-style: italic;
  color: #000;
}

.metafield-rich_text_field ul,
.metafield-rich_text_field ol {
  margin: 0;
  /* padding-left: 1em; */
}

/* .metafield-rich_text_field ul {
  list-style-type: disc;
}

.metafield-rich_text_field ol {
  list-style-type: decimal;
} */

.metafield-rich_text_field li {
  margin-top: 8px;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

.metafield-rich_text_field a {
  color: #0066cc;
  text-decoration: underline;
}

.metafield-rich_text_field a:hover {
  color: #004a99;
  text-decoration: none;
}

/* .accordion-divider p {
  display: none;
} */
.product-accordion {
  max-width: 700px;
  margin: 20px auto;
}

.accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-toggle {
  background-color: #faf4ef;
  width: 100%;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  appearance: none; /* Remove default iOS styles */
  -webkit-appearance: none;
  -moz-appearance: none;
}
.accordion-toggle:visited,
.accordion-toggle:active,
.accordion-toggle:focus {
  color: #000; /* your desired color */
  text-decoration: none;
}
@supports (-webkit-touch-callout: none) {
  .accordion-toggle {
    color: #000 !important;
  }
}
a .accordion-toggle {
  color: #000 !important;
  text-decoration: none !important;
}

.accordion-icon {
  transition: transform 0.3s ease;
  font-size: 14px;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
}

.accordion-inner {
  padding: 0 10px 10px;
  background: #faf4ef;
}

.accordion-divider {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 0 0 10px 0;
}

@media (max-width: 768px) {
  .product-accordion {
    /* padding: 0 10px; */
  }
}

  .pdp-static-feature-bar-section {
    background-color: #faf4ef;
    padding: 15px 5px;
    margin: 10px auto;
    max-width: 1200px;
  }

  .pdp-feature-bar__container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
  }

  .pdp-feature-bar__item {
    display: flex;
    align-items: center;
    gap: 10px; 
    flex-grow: 1; 
    flex-shrink: 1; 
    /* flex-basis: 0; */
    justify-content: center;
    min-width: 0;
  }

  .pdp-feature-bar__icon-wrapper {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; 
    border: 1.5px solid #faf4ef;
    transition: transform 0.2s ease-in-out;
  }
  
  .pdp-feature-bar__icon-wrapper.pdp-highlight {
    border-color: #C8A271;
    border-width: 2px;
  }

  .pdp-feature-bar__item:hover .pdp-feature-bar__icon-wrapper {
    transform: scale(1.05);
  }

  .pdp-feature-bar__icon {
    width: 55%;
    height: auto;
    object-fit: contain;
  }

  .pdp-feature-bar__text-wrapper {
    color: #000000;
    font-size: 14px; 
    line-height: 1.4;
  }

  .pdp-feature-bar__text-line-1,
  .pdp-feature-bar__text-line-2 {
    display: block;
  }

  @media screen and (max-width: 450px) {
    .pdp-feature-bar__icon-wrapper {
      width: 45px;
      Height: 45px;
    }
    .pdp-feature-bar__text-wrapper {
      font-size: 12px;
    }
    .pdp-feature-bar__item {
      gap: 5px;
    }
    .pdp-feature-bar__container {
      gap: 0px;
    }
  }