/** Shopify CDN: Minification failed

Line 881:1 Unexpected "/"

**/

/* Base styles - mobile first
.hero-final {
  padding: 1.5rem 1rem;
}

.hero-final__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.hero-final__title {
  font-size: 2.5rem; 
  font-weight: 700;
  margin-bottom: 1.25rem;
}
   

.hero-final__sub {
  font-size: 1.5rem; 
  line-height: 1.6;
  color: #333;
  max-width: 70ch;
  margin: 0 auto 1.5rem;
  text-align: left;
}

.hero-final__sub-heritage {
  text-align: center;
}

.hero-final__usps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem; 
}

.hero-final__usps li {
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem; 
  line-height: 1.5;
  color: #444;
}

.hero-final__usps li strong {
  display: block;
  font-size: 1.05rem; 
  color: #111;
  font-weight: 600;
}

.hero-final__usps li strong a {
  text-decoration: none;
  color: inherit;
}


@media (min-width: 992px) {
  .hero-final__title {
     font-size: 3rem; 
  }

  .hero-final__sub {
    text-align: center;
  }
  
  .hero-final__usps {
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem; 
  }
  .hero-final__usps li:nth-child(1) { grid-column: 1 / span 2; }
  .hero-final__usps li:nth-child(2) { grid-column: 3 / span 2; }
  .hero-final__usps li:nth-child(3) { grid-column: 5 / span 2; }
  .hero-final__usps li:nth-child(4) { grid-column: 2 / span 2; }
  .hero-final__usps li:nth-child(5) { grid-column: 4 / span 2; }
}



@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

.collection .loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

@media screen and (max-width: 749px) {
  .collection .loading-overlay {
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    left: 0;
  }
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 1.5rem;
  }
}

.collection__description > * {
  margin: 0;
}

.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 2.5rem;
  }

  .collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 5rem;
  }

  .collection slider-component:not(.page-width-desktop) {
    padding: 0;
  }

  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}
*/

/*styles for collection page */

/* USP Section
.usp-section {
  margin: 40px auto;
  max-width: 1400px;
  padding: 0 16px;
}
.usp-cards {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 24px;
  padding: 0;
  margin: 0;
}
.usp-cards li {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,.04);
  width: 440px; 
}
.usp-cards img {
  display: block;
  margin: 0 auto 12px;
  max-width: 120px;
  height: auto;
  border-radius: 6px;
}
.usp-cards h3 {
  font-size: 16px;
  margin: 8px 0 6px;
  color: #111;
}
.usp-cards p {
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  margin: 0 auto;
  max-width: 60ch;
}
 */

/* Hero Section 
.hero-final {
  padding: 1.5rem 1rem;
}
.hero-final__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.hero-final__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.hero-final__sub {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
  max-width: 70ch;
  margin: 0 auto 1.5rem;
  text-align: left;
}
.hero-final__sub-heritage { text-align: center; }
@media (min-width: 992px) {
  .hero-final__title { font-size: 3rem; }
  .hero-final__sub { text-align: center; }
}*/

/*styles for collection page buckwheat pillow benefits */

/* USP Section 
.usp-section {
  margin: 40px auto;
  max-width: 1400px;
  padding: 0 16px;
}
.usp-cards {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 24px;
  padding: 0;
  margin: 0;
}
.usp-cards li {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,.04);
  width: 440px; 
}
.usp-cards img {
  display: block;
  margin: 0 auto 12px;
  max-width: 120px;
  height: auto;
  border-radius: 6px;
}
.usp-cards h3 {
  font-size: 16px;
  margin: 8px 0 6px;
  color: #111;
}
.usp-cards p {
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  margin: 0 auto;
  max-width: 60ch;
} */

/* Hero Section 
.hero-final {
  padding: 1.5rem 1rem;
}
.hero-final__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.hero-final__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.hero-final__sub {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
  max-width: 70ch;
  margin: 0 auto 1.5rem;
  text-align: left;
}
.hero-final__sub-heritage { text-align: center; }
@media (min-width: 992px) {
  .hero-final__title { font-size: 3rem; }
  .hero-final__sub { text-align: center; }
}*/

/*styles for collection page buckwheat pillow benefits 

.collection-differentiators {
  padding: 1.5rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.collection-differentiators h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.collection-differentiators__usps {
  list-style: none;
  padding: 0;
  margin: 0 auto 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  max-width: 70ch;
}

.collection-differentiators__usps li {
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 0.9rem 1.2rem; 
  font-size: 1.2rem;
  line-height: 1.5;
  color: #444;
}

.collection-differentiators__usps li strong {
  display: block;            
  font-size: 1.25rem;
  color: #111;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.collection-differentiators__usps li strong::before {
  content: "✅";
  margin-right: 0.3em;
  font-size: 1.1em;
}
*/


/* Desktop grid + 50% scale up 
@media (min-width: 992px) {
  .collection-differentiators h2 {
    font-size: 2.5rem;
  }

  .collection-differentiators__usps {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
    max-width: 1000px;
  }

  .collection-differentiators__usps li {
    padding: 1.125rem 1.5rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .collection-differentiators__usps li strong {
    font-size: 1.6rem;
  }

  .collection-differentiators__usps li strong::before {
    font-size: 1.3em;
  }

  .collection-differentiators__usps li:nth-child(1) { grid-column: 1 / span 2; }
  .collection-differentiators__usps li:nth-child(2) { grid-column: 3 / span 2; }
  .collection-differentiators__usps li:nth-child(3) { grid-column: 5 / span 2; }
  .collection-differentiators__usps li:nth-child(4) { grid-column: 2 / span 2; }
  .collection-differentiators__usps li:nth-child(5) { grid-column: 4 / span 2; }
}
*/

/* Think you pillow doesn't matter

  .muscle-tension-section {
    padding: 50px 20px;
    background: #f5f5f5;
    color: #333;
  }

  .muscle-tension-section h2 {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 28px;
    color: #111;
  }

  .muscle-tension-section p {
    text-align: center;
    font-size: 1.25rem;
    max-width: 1000px;
    margin: 0 auto 70px;
    color: #555;
    line-height: 1.9;
  }

  .infographic-steps {
    display: flex;
    flex-direction: column;
    gap: 70px;
    max-width: 1250px;
    margin: 0 auto;
  }

  .step {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    background: #fff;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

  .step.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .step img {
    width: 220px;
    height: auto;
    flex-shrink: 0;
    border-radius: 12px;
  }

  .step h3 {
    margin: 0;
    font-size: 2rem;
    color: #222;
    padding-left: 58px;
    position: relative;
    line-height: 1.3;
  }

  .step h3::before {
    content: attr(data-step);
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
text-align:center;
  }

  .step p {
    margin-top: 20px;
    font-size: 1.25rem;
    line-height: 2;
    color: #555;
  }

  @media (max-width: 768px) {
    .step {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 30px;
    }

    .step img {
      width: 228px; 
      margin-bottom: 16px;
    }

    .step h3,
    .step p {
      padding-left: 0;
    }

    .step h3::before {
      position: static;
      margin: 0 auto 12px;
    }
  }

  @media (max-width: 768px) {
    .solution-callout {
      padding: 20px 20px !important;
    }
  }

  .solution-callout {
    max-width: 850px;
    margin: 90px auto 0;
    background: #fff;
    padding: 60px 50px;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    text-align: left;
    border-left: 8px solid black;
  }

  .solution-title {
    font-size: 2rem;
    margin-bottom: 35px;
    color: black;
    text-align: center;
  }

  .solution-list {
    list-style: none;
    padding: 0;
    margin: 0 0 45px;
  }

  .solution-list li {
    font-size: 1.25rem;
    color: #444;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }

  .solution-list li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    margin-right: 18px;
    background-color: black;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 50%;
    line-height: 1;
    flex-shrink: 0;
  }

   */

  /* Button for Japanese Sobakawa Pillow 
  .solution-button {
    display: inline-block;
    background: black;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.65rem;
    font-weight: 600;
    transition: background 0.3s ease;
    margin: 0 auto;

  box-shadow: 0 12px 14px 0 rgb(0 0 0 / 30%) !important;

  }

  .solution-button:hover {
    background: black;
  }
*/

  /* Support put to the test video 

     .embed-container {
      position: relative;
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
      cursor: pointer;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), 
                  0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .embed-container::before {
      content: "";
      display: block;
      padding-top: 56.25%; 
    }
    .embed-container img,
    .embed-container iframe,
    .embed-container .play-button {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .embed-container img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
    .embed-container .play-button {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.4);
      transition: background 0.3s;
    }
    .embed-container:hover .play-button {
      background-color: rgba(0, 0, 0, 0.6);
    }
    .embed-container .play-button svg {
      width: 60px;
      height: 60px;
      fill: white;
    }
*/
    /* real world results 

    .carousel-container {
  margin-top: 1.5em; max-width: 800px; max-height: 400px;
  margin-left: auto; margin-right: auto; overflow: hidden; position: relative;
}
.overlay-text {
  position: absolute; top: 87%; left: 50%; transform: translate(-50%, -50%);
  color: white; background: rgba(0,0,0,0.6); padding: 0; text-align: center; z-index: 2; width: 100%;
}
.overlay-text p { margin: 0; font-size: 15px !important; color: white; }
.carousel { position: relative; width: 100%; }
.slides  { display: grid; }
.slide { grid-area: 1/1; animation: blurCrossfade 8s ease-in-out infinite both; }
.slide:nth-child(2) { animation-delay: -4s; }
.slide img { width: 100%; height: auto; display: block; }
@keyframes blurCrossfade {
  0%, 25% { opacity: 1; filter: blur(0); }
  50%, 75% { opacity: 0; filter: blur(12px); }
  100% { opacity: 1; filter: blur(0); }
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.review {
  background: #ffffff;
  padding: 1rem;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.review .quote {
  font-style: italic;
  margin-bottom: 0.5rem;
}

.review .author {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.review .verified {
  font-size: 0.9em;
  color: #666;
}

.review .stars {
  font-size: 1.2rem;
  line-height: 1;
  color: #f5a623;
}

*/

/* Base grid for desktop/tablet 
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}


@media (max-width: 600px) {
  .reviews-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding-bottom: 1rem;
  }
  .review {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }
}*/

/* Still Skepticla 


#myths .myths-list { scroll-behavior: smooth; scrollbar-width: none; }
#myths .myths-list::-webkit-scrollbar { display: none; }


#myths .myths-pips { display: none; }


@media (max-width: 899.98px){
  #myths .myths-list{
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px !important;
    padding: 0 16px;
  }
  #myths .myth-card{
    flex: 0 0 85%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  #myths .myths-pips{ display: flex !important; }
}


@media (min-width: 900px){
  #myths .myths-list{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px !important;
    overflow: visible !important;
    padding: 0;
  }
  #myths .myth-card{ flex: initial; }
}
*/

/* FAQ 

.faq-group {
  margin-bottom: -1.5em;
}

  .faq-category {
    font-size: 1.0em;
    font-weight: 700;
    margin: 0;
    border: none;
    padding: 0;
    color: #333;
  }
  .faq-section details {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    margin-bottom: 1em;
    padding: 0.8em 1em;
    background: #f9f9f9;
  }
  .faq-section summary {
    display: flex;
    align-items: center;
    cursor: pointer;
    list-style: none;
  }
  .faq-section summary::before {
    content: "▶";
    display: inline-block;
    margin-right: 0.5em;
    transition: transform 0.2s ease;
  }
*/

/* CATEGORY arrow (on the outer details .faq-cat)
.faq-cat > summary::before {
  content: "▶";
  display: inline-block;
  margin-right: .5em;
  transition: transform .2s ease;
}
.faq-cat[open] > summary::before {
  transform: rotate(90deg);
} */

/* QUESTION arrows (inner details inside .faq-cat__body) 
.faq-cat__body > details > summary::before {
  content: "▶";
  display: inline-block;
  margin-right: .5em;
  transition: transform .2s ease;
}
.faq-cat__body > details[open] > summary::before {
  transform: rotate(90deg);
}
*/
/* keep marker hidden 
.faq-section summary::-webkit-details-marker { display:none; }

  .faq-section summary::-webkit-details-marker {
    display: none;
  }
  .faq-section p, .faq-section ul {
    font-size: 0.95em;
    line-height: 1.6;
    margin: 0.5em 0;
  }
  .faq-section a {
    color: #1a73e8;
    text-decoration: none;
  }
  .faq-section a:hover {
    text-decoration: underline;
  }*/

  /* category accordion shells 
  .faq-cat { border:1px solid #dcdcdc; border-radius:10px; padding:0; background:#fff; }
  .faq-cat > summary { padding:14px 16px; background:#f3f4f6; border-radius:10px; }
  .faq-cat[open] > summary { border-bottom:1px solid #e5e7eb; border-bottom-left-radius:0; border-bottom-right-radius:0; }
  .faq-cat__body { padding:14px 16px; }

  /* grid */
  .faq-grid { display:grid; gap:24px; }
  @media (min-width:992px){
    .faq-grid { grid-template-columns:repeat(2,minmax(0,1fr)); align-items:start; }
    .faq-group:last-of-type { grid-column:1 / -1; max-width:48%; justify-self:center; }
  }
*/


 