/** Shopify CDN: Minification failed

Line 155:2 Unexpected "{"

**/


/* CSS from section stylesheet tags */
@media screen and (min-width: 768px) {
  .product-main-layout {
    display: flex;
    gap: 30px;
  }

  .product-media-left {
    flex: 1;
  }

  .product-content-right {
    flex: 1;
  }
}

.product-gallery-main img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.product-thumbnails img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.product-thumbnails img.active {
  border-color: #333;
}

.product-pricing-options {
  border: 1px solid #ccc;
  padding: 15px;
  margin-top: 20px;
}

.product-pricing-options label {
  display: block;
  margin-bottom: 10px;
}

.accordion {
  margin-top: 30px;
  border-top: 1px solid #ddd;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  cursor: pointer;
}

.accordion-content {
  display: none;
  padding: 10px 0;
}
.ultimate-glow-guide {
  background: #FAF9EC;                  /* matches sample */
  padding: 60px 20px;
  font-family: "Libre Baskerville", serif;
}
.ultimate-glow-guide__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.ultimate-glow-guide h2 {
font-weight: 700;
font-size: 64px;
line-height: 87%;
text-align: center;
text-transform: uppercase;
color: #582F0E;
}
.ultimate-glow-guide__sub {
font-weight: 500;
font-style: Italic;
font-size: 22px;
line-height: 120%;
text-align: center;
text-transform: capitalize;
color: #582F0E;
    margin-top: 10px;
}
.ultimate-glow-guide__divider {
  border: none;
  border-top: 1px solid #5B4A30;
  margin: 90px 0;
}

.glow-row {
  display: flex;
  gap: 140px;
  align-items: center;
}
  .glow-row__text h3 {
    font-weight: 400;
    font-size: 48px;
    line-height: 93%;
    text-transform: uppercase;
    color: #333D29;
}
  .glow-row__text p {
    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    max-width: 414px;
    margin-top: 5px;
}
.glow-row--image_left { flex-direction: row; }
.glow-row--image_right { flex-direction: row-reverse; }

.glow-row__image img {
  width: 100%;
 
  object-fit: cover;
}
  .glow-row__image ,.glow-row__text {
    flex: 1;
}

@media (max-width: 749px){
  .glow-row{flex-direction:column!important;text-align:center;gap:40px}
  .glow-row__image img{width:100%;height:auto}
  .ultimate-glow-guide__divider{
        margin: 40px 0;
  }
  .ultimate-glow-guide h2, .glow-row__text h3 {
font-size: 32px;
}
.ultimate-glow-guide__sub , .glow-row__text p {
font-size: 14px;
}
  {
    
  }
}