/** Shopify CDN: Minification failed

Line 531:5 Unexpected "="

**/
  /* Typography lives in cwc-design.css. */
  /* Edge-to-edge layout overrides */

  /* Full-bleed override removed — layout lives in cwc-design.css and the
     theme editor's Page width setting is live again. */


  @media screen and (min-width: 750px) {
    .page-width,
    .page-width--narrow,
    .page-width-desktop {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }

    .header.page-width,
    .header:not(.drawer-menu).page-width,
    .utility-bar__grid.page-width {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
  }

  .nav-link--sale {
    color: #c62828; /* Accent red for Sale links */
    font-weight: 700;
  }

  .cart-drawer__trust-messages {
    margin-top: 0.8rem;
    margin-bottom: 1.2rem;
  }

  .cart-drawer__trust-message {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.2rem;
    line-height: 1.4;
    color: rgba(var(--color-foreground), 0.6);
    margin: 0.2rem 0;
  }

  .cart-drawer__trust-icon {
    font-size: 1.2rem;
  }

  .cart-drawer__trust-text {
    display: inline-block;
  }

  .announcement-bar__messages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
  }

  .announcement-bar__message-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .announcement-bar__divider {
    opacity: 0.5;
  }

  .announcement-bar,
  .announcement-bar *,
  .announcement-bar__message,
  .utility-bar,
  .utility-bar * {
    font-family: var(--cwc-sans) !important;
    letter-spacing: 0.02em;
  }

  .product-card-wrapper .discount-badge {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    z-index: 2;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
  }

  .quick-add--inline {
    padding: 0 1rem 1rem;
  }

  .quick-add--inline .form {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  card-variant-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
  }

  .card-variant-selector__field {
    flex: 1 1 0%;
    min-width: 0;
  }

  .card-variant-selector__select {
    width: 100%;
    font-size: 1.2rem;
    padding: 0.6rem 2.4rem 0.6rem 0.8rem;
    border: 1px solid rgba(var(--color-foreground), 0.2);
    border-radius: var(--inputs-radius);
    background-color: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23121212' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    cursor: pointer;
  }

  .quick-add--inline .quick-add__submit {
    font-size: 1.3rem;
    min-height: 3.6rem;
    padding: 0.6rem 1rem;
  }

  .card__tagline {
    font-size: 1.2rem;
    color: rgba(var(--color-foreground), 0.55);
    margin: 0.4rem 0 0;
    line-height: 1.4;
  }


  .menu-drawer__accordion-toggle {
    width: 100%;
    background: none;
    border: none;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: left;
    color: inherit;
    position: relative;
  }

  .menu-drawer__accordion-caret {
    width: 15px;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }

  .menu-drawer__accordion-toggle[aria-expanded="true"] > .menu-drawer__accordion-caret {
    transform: translateY(-50%) rotate(180deg);
  }

  .menu-drawer__accordion-content {
    padding-left: 1.5rem;
    list-style: none;
    margin: 0;
  }

  .menu-drawer__accordion-content .menu-drawer__menu-item {
    font-size: 1.5rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .menu-drawer__accordion-content .menu-drawer__accordion-content .menu-drawer__menu-item {
    font-size: 1.4rem;
  }

  @media screen and (min-width: 990px) {
    .mega-menu__inner {
      display: flex;
      gap: 4rem;
      align-items: flex-start;
    }

    .mega-menu__inner > .mega-menu__list {
      flex: 1;
      min-width: 0;
    }

    .mega-menu__shop-by {
      flex-shrink: 0;
      width: 16rem;
      border-left: 1px solid rgba(var(--color-foreground), 0.08);
      padding-left: 4rem;
    }

    .mega-menu__shop-by-heading {
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(var(--color-foreground), 0.55);
      margin: 0 0 1.2rem;
    }

    .mega-menu__shop-by-list {
      margin: 0;
      padding: 0;
    }

    .mega-menu__featured {
      flex-shrink: 0;
      width: 20rem;
      text-decoration: none;
      color: inherit;
      border-left: 1px solid rgba(var(--color-foreground), 0.08);
      padding-left: 4rem;
    }

    .mega-menu__featured:hover .mega-menu__featured-title {
      text-decoration: underline;
    }

    .mega-menu__featured-image {
      border-radius: var(--media-radius);
      overflow: hidden;
      margin-bottom: 1rem;
    }

    .mega-menu__featured-image img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      aspect-ratio: 3 / 4;
    }

    .mega-menu__featured-title {
      font-size: 1.4rem;
      font-weight: 600;
      margin: 0;
    }
  }

  .product-card-wrapper .bundle-badge {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    z-index: 2;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
  }

  .card__bundle-contents {
    font-size: 1.2rem;
    color: rgba(var(--color-foreground), 0.55);
    margin: 0.2rem 0 0;
    line-height: 1.4;
  }

  /* Trust bar */
  .trust-bar {
    border-bottom: 1px solid rgba(var(--color-foreground), 0.06);
  }

  .trust-bar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    padding: 0.6rem 0;
  }

  .trust-bar__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(var(--color-foreground), 0.75);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
  }

  .trust-bar__link:hover {
    color: rgb(var(--color-foreground));
  }

  .trust-bar__stars {
    color: #00b67a;
    font-size: 1.2rem;
    letter-spacing: 1px;
    flex-shrink: 0;
  }

  .trust-bar__divider {
    width: 1px;
    height: 1.2rem;
    background: rgba(var(--color-foreground), 0.2);
    flex-shrink: 0;
  }

  @media screen and (max-width: 749px) {
    .trust-bar__inner {
      flex-direction: column;
      flex-wrap: wrap;
      gap: 2px;
      padding: 4px 10px;
    }

    .trust-bar__link {
      font-size: 10px;
      white-space: nowrap;
      gap: 0.3rem;
    }

    .trust-bar__stars {
      font-size: 10px;
    }

    .trust-bar__divider {
      display: none;
    }
  }

  /* =============================================
     EMAIL POPUP
     ============================================= */
  .email-popup__overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
    padding: 1.6rem;
  }

  .email-popup__overlay.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s 0s;
  }

  .email-popup {
    position: relative;
    display: flex;
    max-width: 64rem;
    width: 100%;
    max-height: 70vh;
    background: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    border-radius: var(--popup-corner-radius, 8px);
    box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: translateY(20px);
    transition: transform 0.3s ease;
  }

  .email-popup__overlay.is-visible .email-popup {
    transform: translateY(0);
  }

  .email-popup__close {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    z-index: 2;
    background: none;
    border: none;
    cursor: pointer;
    color: rgb(var(--color-foreground));
    padding: 0.6rem;
    line-height: 0;
    opacity: 0.6;
    transition: opacity 0.2s ease;
  }

  .email-popup__close:hover {
    opacity: 1;
  }

  .email-popup__image {
    flex: 0 0 40%;
    min-height: 0;
  }

  .email-popup__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .email-popup__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.6rem 3.2rem;
    min-width: 0;
  }

  .email-popup__heading {
    margin: 0 0 1rem;
  }

  .email-popup__text {
    margin: 0 0 2rem;
    color: rgba(var(--color-foreground), 0.7);
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .email-popup__form {
    margin: 0 0 1.6rem;
  }

  .email-popup__field-row {
    display: flex;
    gap: 0.8rem;
  }

  .email-popup__input {
    flex: 1;
    min-width: 0;
    font-size: 1.4rem;
    padding: 1rem 1.4rem;
    border: 1px solid rgba(var(--color-foreground), 0.2);
    border-radius: var(--inputs-radius, 4px);
    background: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    font-family: var(--cwc-sans);
  }

  .email-popup__input:focus {
    outline: none;
    border-color: rgb(var(--color-foreground));
    box-shadow: 0 0 0 1px rgb(var(--color-foreground));
  }

  .email-popup__submit {
    flex-shrink: 0;
    font-size: 1.4rem;
    white-space: nowrap;
    font-family: var(--cwc-sans);
  }

  .email-popup__error {
    margin: 0.8rem 0 0;
    font-size: 1.2rem;
    color: #c62828;
  }

  .email-popup__success {
    margin: 0 0 1.6rem;
  }

  .email-popup__dismiss {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.3rem;
    color: rgba(var(--color-foreground), 0.5);
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    padding: 0;
    font-family: var(--cwc-sans);
    transition: color 0.2s ease;
  }

  .email-popup__dismiss:hover {
    color: rgb(var(--color-foreground));
  }

  @media screen and (max-width: 749px) {
    .email-popup {
      flex-direction: column;
      max-width: 36rem;
    }

    .email-popup__image {
      flex: none;
      max-height: 30vh;
    }

    .email-popup__body {
      padding: 2.4rem 2rem;
    }

    .email-popup__field-row {
      flex-direction: column;
    }

    .email-popup__submit {
      width: 100%;
    }
  }

  /* The header's country + language selectors used to be rendered and then
     hidden here. Dawn emits every country as markup, so that was 416 KB of HTML
     per page response — two thirds of the whole document — for a control nobody
     could see. They are now off at the setting in sections/header-group.json,
     which stops them being built at all, so these two rules have nothing left to
     hide. The footer selector is deliberately still on: it is the one a shopper
     can actually use. */

  /* Featured collection heading — demoted */
  .collection__title .title {
    display: none !important;
  }

     STICKY EMAIL BAR
     ============================================= */
  .sticky-email-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 89;
    height: 48px;
    background: rgb(var(--color-background));
    border-top: 1px solid rgba(var(--color-foreground), 0.08);
    display: flex;
    align-items: center;
    transform: translateY(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s ease, visibility 0s 0.3s;
  }

  .sticky-email-bar.is-visible {
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.3s ease, visibility 0s 0s;
  }

  .sticky-email-bar__form {
    display: flex;
    flex: 1;
    height: 100%;
    min-height: 0;
  }

  .sticky-email-bar__input {
    flex: 0 0 60%;
    height: 100%;
    padding: 0 12px;
    font-family: var(--cwc-sans);
    font-size: 13px;
    border: none;
    border-right: 1px solid rgba(var(--color-foreground), 0.08);
    background: transparent;
    color: rgb(var(--color-foreground));
    outline: none;
  }

  .sticky-email-bar__input::placeholder {
    color: rgba(var(--color-foreground), 0.35);
  }

  .sticky-email-bar__btn {
    flex: 0 0 40%;
    height: 100%;
    padding: 0 12px;
    font-family: var(--cwc-sans);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #2596be;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sticky-email-bar__btn:hover {
    opacity: 0.9;
  }

  .sticky-email-bar__close {
    position: absolute;
    top: -24px;
    right: 8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(var(--color-background));
    border: 1px solid rgba(var(--color-foreground), 0.1);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    color: rgba(var(--color-foreground), 0.5);
    padding: 0;
    transition: color 0.2s ease;
  }

  .sticky-email-bar__close:hover {
    color: rgb(var(--color-foreground));
  }

  @media screen and (min-width: 901px) {
    .sticky-email-bar {
      display: none !important;
    }
  }

  /* =============================================
     STICKY HERO CTA BAR
     ============================================= */
  .sticky-hero-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    background: rgb(var(--color-background));
    border-top: 1px solid rgba(var(--color-foreground), 0.08);
    transform: translateY(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s ease, visibility 0s 0.3s;
  }

  .sticky-hero-cta.is-visible {
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.3s ease, visibility 0s 0s;
  }

  .sticky-hero-cta__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
  }

  .sticky-hero-cta__button {
    min-width: 260px;
  }

  @media screen and (max-width: 749px) {
    .sticky-hero-cta__inner {
      padding: 8px 12px;
    }

    .sticky-hero-cta__button {
      width: 100% !important;
      min-width: 0;
    }
  }
