/** Shopify CDN: Minification failed

Line 19:18 Unexpected "{"
Line 19:27 Expected ":"
Line 25:22 Unexpected "{"
Line 25:31 Expected ":"
Line 30:20 Unexpected "{"
Line 30:29 Expected ":"
Line 35:20 Unexpected "{"
Line 35:29 Expected ":"
Line 42:22 Unexpected "{"
Line 42:31 Expected ":"
... and 76 more hidden warnings

**/


/* CSS from section stylesheet tags */
#shopify-section-{{ section.id }} .custm-faq__header {
    text-align: center;
    margin-bottom: 2rem;
  }

  @media (min-width: 768px) {
    #shopify-section-{{ section.id }} .custm-faq__header {
      margin-bottom: 3rem;
    }
  }

  #shopify-section-{{ section.id }} .custm-faq__heading {
    color: rgb(var(--color-foreground));
    margin-bottom: 1rem;
  }

  #shopify-section-{{ section.id }} .custm-faq__subtitle {
    color: rgb(var(--color-foreground));
    font-weight: 600;
    font-size: 1.25rem;
  }

  @media (min-width: 768px) {
    #shopify-section-{{ section.id }} .custm-faq__subtitle {
      font-size: 1.5rem;
    }
  }

  #shopify-section-{{ section.id }} .custm-faq__container {
    max-width: 56rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  @media (min-width: 768px) {
    #shopify-section-{{ section.id }} .custm-faq__container {
      gap: 1.5rem;
    }
  }

  #shopify-section-{{ section.id }} .custm-faq__item {
    background-color: rgb(var(--color-background));
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
  }

  #shopify-section-{{ section.id }} .custm-faq__item:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  }

  #shopify-section-{{ section.id }} .custm-faq__button {
    width: 100%;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  @media (min-width: 768px) {
    #shopify-section-{{ section.id }} .custm-faq__button {
      padding: 1.25rem 1.5rem;
    }
  }

  #shopify-section-{{ section.id }} .custm-faq__button:hover {
    background-color: rgba(var(--color-foreground), 0.04);
  }

  #shopify-section-{{ section.id }} .custm-faq__question {
    padding-right: 1rem;
    flex: 1;
    color: rgb(var(--color-foreground));
    font-size: 1.5rem;
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    letter-spacing: 0.06rem;
    line-height: 1.6;
  }

  @media screen and (min-width: 750px) {
    #shopify-section-{{ section.id }} .custm-faq__question {
      font-size: 1.6rem;
    }
  }

  #shopify-section-{{ section.id }} .custm-faq__icon {
    flex-shrink: 0;
    color: rgb(var(--color-foreground));
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #shopify-section-{{ section.id }} .custm-faq__item[data-expanded="true"] .custm-faq__icon {
    transform: rotate(180deg);
  }

  #shopify-section-{{ section.id }} .custm-faq__answer-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  #shopify-section-{{ section.id }} .custm-faq__answer {
    padding: 0 1.25rem 1.25rem 1.25rem;
    color: rgb(var(--color-foreground));
    font-size: 1.5rem;
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    letter-spacing: 0.06rem;
    line-height: 1.6;
  }

  @media screen and (min-width: 750px) {
    #shopify-section-{{ section.id }} .custm-faq__answer {
      font-size: 1.6rem;
    }
  }

  @media (min-width: 768px) {
    #shopify-section-{{ section.id }} .custm-faq__answer {
      padding: 0 1.5rem 1.5rem 1.5rem;
    }
  }
#shopify-section-{{ section.id }} .custm-features {
    padding: var(--padding-y) 0;
  }

  #shopify-section-{{ section.id }} .custm-features .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }

  #shopify-section-{{ section.id }} .custm-features .content-wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }

  #shopify-section-{{ section.id }} .custm-features .main-heading {
    font-weight: 700;
    font-size: calc(var(--font-heading-scale) * 2.4rem);
    color: rgb(var(--color-foreground));
    text-align: center;
    margin-bottom: 1rem;
  }

  @media only screen and (min-width: 750px) {
    #shopify-section-{{ section.id }} .custm-features .main-heading {
      font-size: calc(var(--font-heading-scale) * 5.2rem);
    }
  }

  @media (min-width: 1024px) {
    #shopify-section-{{ section.id }} .custm-features .main-heading {
      font-size: 3rem;
    }
  }

  #shopify-section-{{ section.id }} .custm-features .sub-heading {
    font-weight: 700;
    color: rgb(var(--color-foreground));
    text-align: center;
    margin-bottom: 3rem;
  }

  #shopify-section-{{ section.id }} .custm-features .product-showcase {
    margin-bottom: 3rem;
    text-align: center;
  }

  #shopify-section-{{ section.id }} .custm-features .product-image-wrapper {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #shopify-section-{{ section.id }} .custm-features .product-image-wrapper svg {
    color: rgb(var(--color-foreground));
  }

  #shopify-section-{{ section.id }} .custm-features .product-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }

  #shopify-section-{{ section.id }} .custm-features .product-description {
    color: rgb(var(--color-foreground));
    line-height: 1.6;
    font-style: italic;
    max-width: 48rem;
    margin: 0 auto;
  }

  #shopify-section-{{ section.id }} .custm-features .features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }

  #shopify-section-{{ section.id }} .custm-features .feature-card {
    background: rgb(var(--color-background));
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
  }

  #shopify-section-{{ section.id }} .custm-features .feature-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  }

  #shopify-section-{{ section.id }} .custm-features .feature-icon {
    width: 3.5rem;
    height: 3.5rem;
    background: rgb(var(--color-button));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: rgb(var(--color-background));
  }

  #shopify-section-{{ section.id }} .custm-features .feature-icon svg {
    width: 1.75rem;
    height: 1.75rem;
  }

  #shopify-section-{{ section.id }} .custm-features .feature-title {
    font-weight: 700;
    color: rgb(var(--color-foreground));
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: large;
  }

  #shopify-section-{{ section.id }} .custm-features .feature-description {
    color: rgb(var(--color-foreground));
    text-align: center;
    line-height: 1.625;
  }

  @media (min-width: 768px) {
    #shopify-section-{{ section.id }} .custm-features .features-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (min-width: 1024px) {
    #shopify-section-{{ section.id }} .custm-features .main-heading {
      font-size: 3rem;
    }

    #shopify-section-{{ section.id }} .custm-features .sub-heading {
      font-size: 2.25rem;
    }

    #shopify-section-{{ section.id }} .custm-features .features-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
.stop-blaming-pillow {
    background-color: #FFF4ED;
    padding: 60px 20px;
    width: 100%;
  }

  .stop-blaming-pillow__container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .stop-blaming-pillow__heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2D1B12;
    margin: 0 0 12px 0;
    line-height: 1.2;
  }

  .stop-blaming-pillow__subheading {
    font-size: 1.25rem;
    color: #2D1B12;
    margin: 0 0 24px 0;
    font-weight: 400;
  }

  .stop-blaming-pillow__description {
    max-width: 800px;
    margin: 0 auto 40px auto;
    padding: 20px;
    background-color: #FFE5D1;
    border-radius: 8px;
    color: #2D1B12;
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .stop-blaming-pillow__comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto 40px auto;
  }

  .comparison-card {
    background-color: #FFE5D1;
    border-radius: 12px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .comparison-card--highlight {
    background-color: #FF6B35;
    color: white;
  }

  .comparison-card__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    color: #2D1B12;
  }

  .comparison-card--highlight .comparison-card__icon {
    color: white;
  }

  .comparison-card__icon svg {
    width: 100%;
    height: 100%;
  }

  .comparison-card__title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 24px 0;
    color: #2D1B12;
  }

  .comparison-card--highlight .comparison-card__title {
    color: white;
  }

  .comparison-card__stat {
    margin-bottom: 24px;
  }

  .stat-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #FFD4BA;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .stat-circle--large {
    width: 120px;
    height: 120px;
  }

  .comparison-card--highlight .stat-circle {
    background-color: #FF8C5A;
  }

  .stat-circle__inner {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #FFE5D1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .stat-circle__inner--large {
    width: 85px;
    height: 85px;
  }

  .comparison-card--highlight .stat-circle__inner {
    background-color: white;
  }

  .stat-circle__text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2D1B12;
  }

  .stat-circle__text--large {
    font-size: 1.75rem;
  }

  .comparison-card--highlight .stat-circle__text {
    color: #FF6B35;
  }

  .comparison-card__description {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #2D1B12;
    margin: 0;
  }

  .comparison-card--highlight .comparison-card__description {
    color: white;
  }

  .stop-blaming-pillow__cta {
    margin-top: 40px;
  }

  .stop-blaming-pillow__button {
    display: inline-block;
    background-color: #FF6B35;
    color: white;
    padding: 18px 48px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
  }

  .stop-blaming-pillow__button:hover {
    background-color: #E55A2B;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
  }

  @media (max-width: 768px) {
    .stop-blaming-pillow {
      padding: 40px 16px;
    }

    .stop-blaming-pillow__heading {
      font-size: 1.75rem;
    }

    .stop-blaming-pillow__subheading {
      font-size: 1rem;
    }

    .stop-blaming-pillow__comparison {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .stat-circle {
      width: 90px;
      height: 90px;
    }

    .stat-circle--large {
      width: 100px;
      height: 100px;
    }

    .stat-circle__inner {
      width: 65px;
      height: 65px;
    }

    .stat-circle__inner--large {
      width: 75px;
      height: 75px;
    }

    .stop-blaming-pillow__button {
      padding: 16px 32px;
      font-size: 0.95rem;
    }
  }
.custm-react-app-wrapper {
    width: 100%;
    min-height: 100vh;
  }

  #root {
    width: 100%;
  }
.rich-text__image {
    width: 100%;
  }

  .rich-text__image-wrapper {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .rich-text__image--small {
    max-width: 400px;
  }

  .rich-text__image--medium {
    max-width: 700px;
  }

  .rich-text__image--large {
    max-width: 1000px;
  }

  .rich-text__image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }

  .rich-text__blocks.left .rich-text__image-wrapper {
    margin-left: 0;
    margin-right: auto;
  }

  .rich-text__blocks.right .rich-text__image-wrapper {
    margin-left: auto;
    margin-right: 0;
  }

  .rich-text__image-wrapper:hover {
    opacity: 0.95;
    transition: opacity 0.2s ease;
  }

  .rich-text__product-price {
    width: 100%;
  }

  .rich-text__product-price .custm-price-wrap {
    display: inline-block;
  }

  .rich-text__blocks.center .custm-price-wrap {
    margin: 0 auto;
  }

  .rich-text__blocks.right .custm-price-wrap {
    margin-left: auto;
    margin-right: 0;
  }

  .rich-text__product-buy {
    width: 100%;
  }

/* CSS from snippet stylesheet tags */
/* Modal slider layout */
  .product-media-modal .modal-slider {
    position: relative;
    width: 100%;
    height: 100%;
    display: block !important;
  }

  .product-media-modal__list {
    display: flex;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
    width: 100%;
  }

  .product-media-modal__item {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    overflow: hidden;
  }

  .product-media-modal__item > * {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    display: block !important;
  }

  .product-media-modal__item img,
  .product-media-modal__item video {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    object-fit: contain;
    background: none;
    display: block !important;
  }

  /* Smaller on larger screens */
  @media screen and (min-width: 990px) {
    .product-media-modal__item > * {
      max-width: 75%;
      max-height: 75%;
    }

    .product-media-modal__item img,
    .product-media-modal__item video {
      max-width: 75%;
      max-height: 75%;
      background: none;
    }
  }

  /* Modal slider buttons - positioned on left/right sides */
  .modal-slider-buttons {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 200;
  }

  .modal-slider-buttons .slider-button {
    pointer-events: all;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .modal-slider-buttons .slider-button--prev {
    left: 2rem;
  }

  .modal-slider-buttons .slider-button--next {
    right: 2rem;
  }

  /* Only apply hover effects on devices that support hover */
  @media (hover: hover) {
    .modal-slider-buttons .slider-button:hover:not([disabled]) {
      background: rgba(255, 255, 255, 0.2);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      transform: translateY(-50%) scale(1.1);
    }
  }

  /* Ensure no active/focus state persists on mobile */
  .modal-slider-buttons .slider-button:active,
  .modal-slider-buttons .slider-button:focus {
    outline: none;
  }

  .modal-slider-buttons .slider-button[disabled] {
    opacity: 0.3;
    cursor: not-allowed;
  }

  .modal-slider-buttons .slider-button svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: rgb(var(--color-foreground));
  }

  /* Desktop sizing */
  @media screen and (min-width: 990px) {
    .modal-slider-buttons .slider-button {
      width: 5rem;
      height: 5rem;
    }

    .modal-slider-buttons .slider-button--prev {
      left: 3rem;
    }

    .modal-slider-buttons .slider-button--next {
      right: 3rem;
    }

    .modal-slider-buttons .slider-button svg {
      width: 1.8rem;
      height: 1.8rem;
    }
  }

  @media screen and (max-width: 749px) {
    .modal-slider-buttons .slider-button {
      width: 3.5rem;
      height: 3.5rem;
    }

    .modal-slider-buttons .slider-button--prev {
      left: 0.5rem;
    }

    .modal-slider-buttons .slider-button--next {
      right: 0.5rem;
    }

    .modal-slider-buttons .slider-button svg {
      width: 1.3rem;
      height: 1.3rem;
    }

    /* Override Dawn's default hiding of non-active items on mobile */
    .product-media-modal__content .modal-slider,
    .product-media-modal__content .product-media-modal__list,
    .product-media-modal__content .product-media-modal__item {
      display: flex !important;
    }

    /* Ensure all media content is visible in modal on mobile */
    .product-media-modal__item .global-media-settings,
    .product-media-modal__item img,
    .product-media-modal__item video,
    .product-media-modal__item deferred-media,
    .product-media-modal__item product-model {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
    }
  }