/* [project]/apps/storefront/src/modules/global-shell/components/footer/footer.module.css [app-client] (css) */
.footer-module__QXRxYG__background {
  background: var(--color-primary-100);
  width: 100%;
  margin-top: auto;
}

.footer-module__QXRxYG__footer {
  width: min(100%, 1400px);
  color: var(--color-primary-900);
  margin: 0 auto;
  padding: 3rem 1rem 2rem;
}

.footer-module__QXRxYG__inner {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
  display: flex;
}

.footer-module__QXRxYG__brandColumn, .footer-module__QXRxYG__linksColumn, .footer-module__QXRxYG__newsletterColumn {
  flex: 1 1 0;
  min-width: 200px;
}

.footer-module__QXRxYG__brandColumn, .footer-module__QXRxYG__newsletterColumn {
  flex-direction: column;
  display: flex;
}

.footer-module__QXRxYG__brandColumn {
  align-items: flex-start;
}

.footer-module__QXRxYG__companyInfo {
  flex-direction: column;
  align-items: flex-start;
  gap: .75rem;
  margin-top: 1.75rem;
  padding: 0;
  display: flex;
}

.footer-module__QXRxYG__companyName {
  color: var(--color-primary-700);
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
}

.footer-module__QXRxYG__contactLink {
  color: var(--color-primary);
  font-size: 1.4rem;
  text-decoration: none;
  transition: color .2s;
}

.footer-module__QXRxYG__contactLink:hover {
  color: var(--color-primary-900);
  text-decoration: underline;
}

.footer-module__QXRxYG__contactLink:focus-visible {
  color: var(--color-primary-900);
  text-decoration: underline;
}

.footer-module__QXRxYG__logoLink {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
}

.footer-module__QXRxYG__logoLink:hover {
  text-decoration: none;
}

.footer-module__QXRxYG__logo {
  min-width: 200px;
  max-width: 8.2rem;
  aspect-ratio: initial;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.footer-module__QXRxYG__wordmark {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
}

.footer-module__QXRxYG__columnTitle {
  color: var(--color-text-black);
  margin: 0 0 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.footer-module__QXRxYG__linkList {
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-module__QXRxYG__linkList li {
  margin: 0;
}

.footer-module__QXRxYG__footerLink {
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: var(--color-text-dark);
  font-size: 1.4rem;
  text-decoration: none;
}

.footer-module__QXRxYG__footerLink:hover {
  color: var(--color-primary-900);
  text-underline-offset: .3rem;
  text-decoration: underline;
}

.footer-module__QXRxYG__footerLink:focus-visible {
  color: var(--color-primary-900);
  text-underline-offset: .3rem;
  text-decoration: underline;
}

.footer-module__QXRxYG__description {
  color: var(--color-text-dark);
  margin: 0;
  font-size: 1.6rem;
}

.footer-module__QXRxYG__newsletterForm {
  flex-direction: column;
  gap: .75rem;
  padding-bottom: 2.4rem;
  display: flex;
  position: relative;
}

.footer-module__QXRxYG__newsletterInput {
  border: 1px solid var(--color-dark);
  border-radius: var(--border-radius);
  background: var(--color-primary-100);
  width: 100%;
  min-width: 0;
  min-height: 4.8rem;
  color: var(--color-text-black);
  font: inherit;
  letter-spacing: 1.4px;
  margin: 0;
  padding: 1.2rem 1.5rem;
  font-size: max(16px, 1.8rem);
  line-height: 1.4;
}

.footer-module__QXRxYG__newsletterInput:focus-visible {
  border-color: var(--color-dark);
  outline: 2px solid var(--color-dark);
}

.footer-module__QXRxYG__newsletterButton {
  border-radius: var(--border-radius);
  background: var(--color-primary);
  width: 100%;
  min-height: 4.8rem;
  color: var(--color-text-white);
  font: inherit;
  cursor: pointer;
  border: 0;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  transition: transform .2s;
  display: inline-flex;
}

.footer-module__QXRxYG__newsletterButton:hover:not(:disabled) {
  background: var(--color-primary);
  transform: scale(1.02);
}

.footer-module__QXRxYG__newsletterButton:focus-visible:not(:disabled) {
  background: var(--color-primary);
  transform: scale(1.02);
}

.footer-module__QXRxYG__newsletterButton:disabled, .footer-module__QXRxYG__newsletterInput:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.footer-module__QXRxYG__captchaWrap {
  min-height: 78px;
  display: flex;
  overflow-x: auto;
}

.footer-module__QXRxYG__consent, .footer-module__QXRxYG__success, .footer-module__QXRxYG__formError {
  color: var(--color-text-dark);
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.footer-module__QXRxYG__success, .footer-module__QXRxYG__formError {
  font-weight: 600;
}

.footer-module__QXRxYG__honeypot {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  left: -10000px !important;
  overflow: hidden !important;
}

.footer-module__QXRxYG__srOnly {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.footer-module__QXRxYG__bottom {
  text-align: center;
  margin-top: 3rem;
  padding-top: 1.75rem;
  position: relative;
}

.footer-module__QXRxYG__bottom:before {
  content: "";
  border-top: 1px solid var(--color-neutral-300);
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.footer-module__QXRxYG__copyright {
  color: var(--color-text-dark);
  margin: 0;
  font-size: 1.1rem;
  display: inline-block;
}

.footer-module__QXRxYG__copyrightLink {
  color: inherit;
  text-decoration: none;
}

.footer-module__QXRxYG__copyrightLink:hover {
  text-decoration: underline;
}

.footer-module__QXRxYG__copyrightLink:focus-visible {
  text-decoration: underline;
}

@media (max-width: 720px) {
  .footer-module__QXRxYG__footer {
    padding: 2.5rem 1rem;
  }

  .footer-module__QXRxYG__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 4rem;
  }

  .footer-module__QXRxYG__brandColumn {
    text-align: center;
    align-items: center;
  }

  .footer-module__QXRxYG__companyInfo {
    text-align: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2.4rem;
  }

  .footer-module__QXRxYG__logoLink {
    justify-content: center;
  }

  .footer-module__QXRxYG__linksColumn {
    text-align: left;
  }

  .footer-module__QXRxYG__newsletterColumn {
    width: 100%;
  }

  .footer-module__QXRxYG__columnTitle {
    font-size: 2.4rem;
    font-weight: 700;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-module__QXRxYG__contactLink, .footer-module__QXRxYG__newsletterButton {
    transition: none;
  }

  .footer-module__QXRxYG__newsletterButton:hover:not(:disabled) {
    transform: none;
  }

  .footer-module__QXRxYG__newsletterButton:focus-visible:not(:disabled) {
    transform: none;
  }
}

/* [project]/apps/storefront/src/modules/layout/components/cart-button/cart-button.module.css [app-client] (css) */
.cart-button-module__nvTdla__cartButton {
  width: 24px;
  min-width: 24px;
  height: 24px;
  color: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: inline-flex;
  position: relative;
}

.cart-button-module__nvTdla__cartButton:hover, .cart-button-module__nvTdla__cartButton:focus, .cart-button-module__nvTdla__cartButton:active {
  background: none;
}

.cart-button-module__nvTdla__cartButton:focus-visible {
  background: none;
}

.cart-button-module__nvTdla__quantity {
  box-sizing: border-box;
  min-width: 2.4rem;
  min-height: 2.4rem;
  color: var(--color-text-white);
  background-color: #c95a5a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0 .4rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  font-size: 1.2rem !important;
}

.cart-button-module__nvTdla__quantity p {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: inherit !important;
}

/* [project]/apps/storefront/src/modules/global-shell/components/aside/aside.module.css [app-client] (css) */
.aside-module__JCdDKa__dialog {
  z-index: 9999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.aside-module__JCdDKa__overlay {
  opacity: 1;
  visibility: visible;
  background: rgba(34, 34, 34, .28);
  transition: opacity .18s, visibility linear;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.aside-module__JCdDKa__overlay[data-closed] {
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s, visibility 0s linear .18s;
}

.aside-module__JCdDKa__aside {
  top: 0;
  bottom: 0;
  width: min(var(--aside-width), 100vw);
  background: var(--color-bg-white);
  height: 100dvh;
  color: var(--color-text-black);
  flex-direction: column;
  transition: transform .25s ease-in-out;
  display: flex;
  position: fixed;
  right: 0;
  overflow: hidden;
  transform: translateX(0);
  box-shadow: 0 0 5rem rgba(0, 0, 0, .3);
}

.aside-module__JCdDKa__aside[data-side="right"] {
  left: auto;
  right: 0;
}

.aside-module__JCdDKa__aside[data-side="left"] {
  left: 0;
  right: auto;
}

.aside-module__JCdDKa__aside[data-closed] {
  transform: translateX(100%);
}

.aside-module__JCdDKa__aside[data-side="left"][data-closed] {
  transform: translateX(-100%);
}

.aside-module__JCdDKa__panelHeader {
  min-height: var(--header-height);
  border-bottom: var(--border-regular);
  background: var(--color-bg-white);
  flex: none;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  padding: 0 2rem;
  display: flex;
}

.aside-module__JCdDKa__panelTitle {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
}

.aside-module__JCdDKa__closeButton {
  width: 3.6rem;
  height: 3.6rem;
  color: var(--color-primary-700);
  cursor: pointer;
  background: none;
  border: 0;
  place-items: center;
  padding: 0;
  display: inline-grid;
}

.aside-module__JCdDKa__closeButton:focus-visible {
  outline: 2px solid var(--color-primary-700);
  outline-offset: 2px;
}

.aside-module__JCdDKa__closeButton svg {
  width: 2.4rem;
  height: 2.4rem;
}

.aside-module__JCdDKa__panelBody {
  flex: auto;
  min-height: 0;
  padding: 2rem;
  overflow-y: auto;
}

.aside-module__JCdDKa__menuList {
  gap: .8rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.aside-module__JCdDKa__menuLink, .aside-module__JCdDKa__accountLink {
  border-radius: var(--border-radius);
  min-height: 4.8rem;
  color: var(--color-dark);
  justify-content: space-between;
  align-items: center;
  padding: .8rem 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.aside-module__JCdDKa__menuLink:hover, .aside-module__JCdDKa__accountLink:hover {
  background: var(--color-primary-100);
  color: var(--color-primary-900);
}

.aside-module__JCdDKa__menuLink:focus-visible {
  background: var(--color-primary-100);
  color: var(--color-primary-900);
}

.aside-module__JCdDKa__accountLink:focus-visible {
  background: var(--color-primary-100);
  color: var(--color-primary-900);
}

.aside-module__JCdDKa__accountLink {
  border-top: var(--border-lighter);
  border-radius: 0;
  margin-top: 2rem;
  padding-top: 1.6rem;
}

.aside-module__JCdDKa__searchAside {
  background: var(--color-bg-white);
  flex-direction: column;
  gap: 1.5rem;
  padding: max(1.4rem, min(4vw, 2rem));
  display: flex;
  overflow-y: auto;
}

.aside-module__JCdDKa__searchForm {
  z-index: 1;
  background: var(--color-bg-white);
  width: 100%;
  padding: .5rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.aside-module__JCdDKa__searchInputRow {
  border: var(--border-regular);
  border-radius: var(--surface-radius);
  background: var(--color-bg-white);
  width: 100%;
  min-height: 5.4rem;
  color: var(--color-text-dark);
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem;
  display: flex;
  position: relative;
}

.aside-module__JCdDKa__searchInputLabel {
  color: var(--color-primary-700);
  opacity: 1;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: absolute;
}

.aside-module__JCdDKa__searchInputLabelHidden, .aside-module__JCdDKa__searchInputRow:focus-within .aside-module__JCdDKa__searchInputLabel {
  opacity: 0;
}

.aside-module__JCdDKa__searchInputLabel svg {
  width: 2rem;
  height: 2rem;
}

.aside-module__JCdDKa__searchInput {
  min-width: 0;
  color: var(--color-text-black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  flex: 1;
  margin: 0;
  padding: .25rem 0 .25rem 32px;
  font-family: inherit;
  font-size: max(16px, 1.8rem);
  line-height: 1.4;
  transition: padding-left .4s;
  border: none !important;
}

.aside-module__JCdDKa__searchInput:focus {
  outline: none;
  padding-left: 4px;
  border: none !important;
}

.aside-module__JCdDKa__searchInput:focus-visible {
  outline: none;
  padding-left: 4px;
  border: none !important;
}

.aside-module__JCdDKa__searchReset, .aside-module__JCdDKa__searchSubmit {
  width: 3.6rem;
  height: 3.6rem;
  color: var(--color-primary-700);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: .75rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 2rem;
  line-height: 1;
  transition: color .2s;
  display: flex;
}

.aside-module__JCdDKa__searchReset:focus-visible {
  outline: 1.5px solid var(--color-dark, currentColor);
  outline-offset: 2px;
  color: var(--color-primary-900);
}

.aside-module__JCdDKa__searchSubmit:focus-visible {
  outline: 1.5px solid var(--color-dark, currentColor);
  outline-offset: 2px;
  color: var(--color-primary-900);
}

.aside-module__JCdDKa__searchReset:hover:not(:disabled), .aside-module__JCdDKa__searchSubmit:hover {
  color: var(--color-primary-900);
}

.aside-module__JCdDKa__searchReset:disabled {
  color: var(--color-text-light);
  cursor: default;
}

.aside-module__JCdDKa__searchReset svg, .aside-module__JCdDKa__searchSubmit svg {
  width: 2rem;
  height: 2rem;
}

.aside-module__JCdDKa__searchSubmit {
  opacity: 0;
  margin-left: .75rem;
  transition: opacity .4s, color .2s;
}

.aside-module__JCdDKa__searchSubmitVisible, .aside-module__JCdDKa__searchInputRow:focus-within .aside-module__JCdDKa__searchSubmit {
  opacity: 1;
}

.aside-module__JCdDKa__searchResetSlot {
  opacity: 0;
  flex: none;
  align-items: center;
  width: 0;
  margin-left: 0;
  transition: width .25s, opacity .2s, margin-left .25s;
  display: flex;
  overflow: hidden;
}

.aside-module__JCdDKa__searchResetSlotVisible {
  opacity: 1;
  width: 2.75rem;
  margin-left: .75rem;
}

.aside-module__JCdDKa__searchResetSlot .aside-module__JCdDKa__searchReset {
  pointer-events: none;
}

.aside-module__JCdDKa__searchResetSlotVisible .aside-module__JCdDKa__searchReset {
  pointer-events: auto;
}

.aside-module__JCdDKa__searchResultsWrap {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.aside-module__JCdDKa__searchStatus {
  color: var(--color-primary-900);
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.5;
}

.aside-module__JCdDKa__searchResults {
  flex-direction: column;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.aside-module__JCdDKa__searchResult {
  color: var(--color-text-black);
  align-items: flex-start;
  gap: 1.2rem;
  text-decoration: none;
  display: flex;
}

.aside-module__JCdDKa__searchResult:hover {
  color: var(--color-primary-700);
  text-decoration: none;
}

.aside-module__JCdDKa__searchResult:focus-visible {
  color: var(--color-primary-700);
  text-decoration: none;
}

.aside-module__JCdDKa__searchThumb, .aside-module__JCdDKa__searchThumbPlaceholder {
  border-radius: var(--border-radius);
  background: var(--color-primary-100);
  width: 50px;
  height: 50px;
  box-shadow: var(--box-shadow);
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.aside-module__JCdDKa__searchResultTitle {
  font-size: max(16px, 1.9rem);
  font-weight: 600;
  line-height: 1.35;
  display: block;
}

.aside-module__JCdDKa__searchViewAll {
  color: var(--color-primary-700);
  letter-spacing: 0;
  margin-top: 1rem;
  font-size: max(1.4rem, min(4vw, 1.7rem));
  font-weight: 700;
  display: inline-block;
}

.aside-module__JCdDKa__searchViewAllTerm {
  font-style: italic;
}

@media (max-width: 45em) {
  .aside-module__JCdDKa__searchInput {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aside-module__JCdDKa__overlay, .aside-module__JCdDKa__aside, .aside-module__JCdDKa__searchInputLabel, .aside-module__JCdDKa__searchInput, .aside-module__JCdDKa__searchReset, .aside-module__JCdDKa__searchSubmit, .aside-module__JCdDKa__searchResetSlot {
    transition: none;
  }
}

/* [project]/apps/storefront/src/modules/global-shell/components/header/header.module.css [app-client] (css) */
.header-module__mXjTjW__sentinel {
  pointer-events: none;
  width: 100%;
  height: 1px;
}

.header-module__mXjTjW__wrapper {
  background: var(--color-primary-100);
  width: 100%;
  padding: 1.2rem 0;
}

.header-module__mXjTjW__header {
  background: var(--color-primary-100);
  width: 100%;
  color: var(--color-text-black);
}

.header-module__mXjTjW__fixed {
  z-index: 50;
  border-bottom: var(--border-regular);
  background-color: var(--color-primary-100);
  visibility: hidden;
  pointer-events: none;
  will-change: transform;
  width: 100%;
  transition: transform .24s, visibility 0s linear .24s;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

.header-module__mXjTjW__fixedVisible {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
  transform: translateY(0);
}

.header-module__mXjTjW__inner {
  width: 100%;
  max-width: 1400px;
  height: var(--header-height);
  color: inherit;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.header-module__mXjTjW__logoLink {
  height: 44px;
  color: inherit;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header-module__mXjTjW__logoLink:hover {
  text-decoration: none;
}

.header-module__mXjTjW__logoImage {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.header-module__mXjTjW__wordmark {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}

.header-module__mXjTjW__desktopNav {
  min-width: 0;
  display: none;
}

.header-module__mXjTjW__menu {
  align-items: center;
  gap: 1rem;
  min-width: 0;
  display: flex;
}

.header-module__mXjTjW__menuLink {
  border-radius: var(--border-radius);
  color: inherit;
  white-space: nowrap;
  align-items: center;
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-flex;
}

.header-module__mXjTjW__menuLink:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.header-module__mXjTjW__menuLink:focus-visible {
  color: var(--color-primary);
  text-decoration: none;
}

.header-module__mXjTjW__menuLinkActive, .header-module__mXjTjW__menuLinkActive:hover {
  background: var(--color-primary);
  color: var(--color-text-white);
  padding: .6rem 1.2rem;
  font-weight: 600;
}

.header-module__mXjTjW__menuLinkActive:focus-visible {
  background: var(--color-primary);
  color: var(--color-text-white);
  padding: .6rem 1.2rem;
  font-weight: 600;
}

.header-module__mXjTjW__actions {
  color: var(--color-primary-700);
  align-items: center;
  gap: 1rem;
  margin-left: auto;
  margin-right: 2rem;
  display: flex;
}

.header-module__mXjTjW__mobileLead {
  justify-self: start;
  display: flex;
}

.header-module__mXjTjW__actionButton {
  width: 2.4rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 2.4rem;
  color: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: color .2s;
  display: inline-flex;
  position: relative;
}

.header-module__mXjTjW__actionButton:hover {
  color: var(--color-primary-900);
  background: none;
}

.header-module__mXjTjW__actionButton:focus-visible {
  color: var(--color-primary-900);
  background: none;
}

.header-module__mXjTjW__actionButton svg {
  width: 24px;
  height: 24px;
}

.header-module__mXjTjW__desktopAccount {
  display: none;
}

@media (min-width: 45em) {
  .header-module__mXjTjW__desktopNav {
    display: block;
  }

  .header-module__mXjTjW__mobileLead {
    display: none;
  }

  .header-module__mXjTjW__desktopAccount {
    display: inline-flex;
  }
}

@media (max-width: 1400px) {
  .header-module__mXjTjW__header {
    padding: 1rem 2rem;
  }
}

@media (max-width: 45em) {
  .header-module__mXjTjW__inner {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    display: grid;
  }

  .header-module__mXjTjW__logoLink {
    justify-self: center;
    width: max(8rem, min(45vw, 16rem));
    min-width: 0;
    max-width: 100%;
    height: auto;
    max-height: 44px;
    margin: 0;
    position: static;
    transform: none;
  }

  .header-module__mXjTjW__logoImage {
    width: 100%;
    height: auto;
    max-height: 100%;
  }

  .header-module__mXjTjW__wordmark {
    font-size: max(2.2rem, min(6vw, 3.4rem));
  }

  .header-module__mXjTjW__actions {
    justify-self: end;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-module__mXjTjW__fixed {
    transition-duration: 0s;
  }
}

/* [project]/apps/storefront/src/modules/cart-drawer/components/cart-quantity-control/cart-quantity-control.module.css [app-client] (css) */
.cart-quantity-control-module__zcNtjq__quantity {
  background: var(--color-light);
  border: 1px solid rgba(34, 34, 34, .11);
  border-radius: 10px;
  grid-template-columns: 34px 42px 34px;
  align-items: stretch;
  height: 38px;
  min-height: 38px;
  display: inline-grid;
  overflow: hidden;
}

.cart-quantity-control-module__zcNtjq__quantity button, .cart-quantity-control-module__zcNtjq__selectCell select {
  min-width: 0;
  color: var(--color-dark);
  font: inherit;
  text-align: center;
  background: none;
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
}

.cart-quantity-control-module__zcNtjq__quantity button {
  cursor: pointer;
  place-items: center;
  transition: background-color .18s;
  display: grid;
}

.cart-quantity-control-module__zcNtjq__quantity button:hover:not(:disabled) {
  background: var(--color-neutral-100);
}

.cart-quantity-control-module__zcNtjq__quantity button:disabled, .cart-quantity-control-module__zcNtjq__selectCell select:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.cart-quantity-control-module__zcNtjq__quantity button svg {
  width: 12px;
  height: 12px;
}

.cart-quantity-control-module__zcNtjq__selectCell {
  border-left: 1px solid rgba(34, 34, 34, .1);
  border-right: 1px solid rgba(34, 34, 34, .1);
  width: 42px;
  min-width: 0;
  display: grid;
  position: relative;
}

.cart-quantity-control-module__zcNtjq__selectCell:after {
  content: "";
  width: 5px;
  height: 5px;
  color: var(--color-text-light);
  pointer-events: none;
  opacity: .7;
  border-bottom: 1.5px solid;
  border-right: 1.5px solid;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-70%)rotate(45deg);
}

.cart-quantity-control-module__zcNtjq__selectCell[data-pending="true"]:after {
  opacity: 0;
}

.cart-quantity-control-module__zcNtjq__selectCell select {
  z-index: 2;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}

.cart-quantity-control-module__zcNtjq__selectCell select option {
  color: var(--color-dark);
  -webkit-text-fill-color: var(--color-dark);
}

.cart-quantity-control-module__zcNtjq__selectedValue {
  z-index: 1;
  color: var(--color-dark);
  pointer-events: none;
  place-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  display: grid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cart-quantity-control-module__zcNtjq__selectCell[data-pending="true"] .cart-quantity-control-module__zcNtjq__selectedValue {
  visibility: hidden;
}

.cart-quantity-control-module__zcNtjq__selectCell select[data-pending="true"] {
  color: rgba(0, 0, 0, 0);
}

.cart-quantity-control-module__zcNtjq__selectSpinner {
  z-index: 3;
  pointer-events: none;
  place-items: center;
  display: grid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cart-quantity-control-module__zcNtjq__selectSpinner svg {
  width: 12px;
  height: 12px;
}

.cart-quantity-control-module__zcNtjq__quantity select:focus-visible {
  outline: 2px solid var(--color-primary-700);
  outline-offset: -2px;
}

.cart-quantity-control-module__zcNtjq__quantity button:focus-visible {
  outline: 2px solid var(--color-primary-700);
  outline-offset: -2px;
}

@media (prefers-reduced-motion: reduce) {
  .cart-quantity-control-module__zcNtjq__quantity button {
    transition: none;
  }
}

/* [project]/apps/storefront/src/modules/cart-drawer/components/cart-drawer-line/cart-drawer-line.module.css [app-client] (css) */
.cart-drawer-line-module__6jhJcW__line {
  border-bottom: 1px solid rgba(34, 34, 34, .08);
  padding: 0 0 20px;
}

.cart-drawer-line-module__6jhJcW__line:not(:last-child) {
  margin-bottom: 20px;
}

.cart-drawer-line-module__6jhJcW__line:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cart-drawer-line-module__6jhJcW__grid {
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 0 16px;
  display: grid;
}

.cart-drawer-line-module__6jhJcW__imageLink {
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  display: block;
}

.cart-drawer-line-module__6jhJcW__image {
  background: var(--color-light);
  border: 1px solid rgba(34, 34, 34, .09);
  border-radius: 12px;
  grid-row: 1 / 3;
  width: 96px;
  height: 96px;
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .07);
}

.cart-drawer-line-module__6jhJcW__image > *, .cart-drawer-line-module__6jhJcW__imageLink > * {
  border-radius: 12px !important;
  width: 96px !important;
  height: 96px !important;
  padding: 0 !important;
}

.cart-drawer-line-module__6jhJcW__content {
  grid-template-rows: auto auto;
  gap: 12px 0;
  min-width: 0;
  display: grid;
}

.cart-drawer-line-module__6jhJcW__row {
  justify-content: space-between;
  display: flex;
}

.cart-drawer-line-module__6jhJcW__topRow {
  align-items: flex-start;
  gap: 10px;
}

.cart-drawer-line-module__6jhJcW__bottomRow {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  width: 100%;
}

.cart-drawer-line-module__6jhJcW__meta {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
  display: flex;
}

.cart-drawer-line-module__6jhJcW__titleLink {
  color: inherit;
  text-decoration: none;
  transition: color .18s;
}

.cart-drawer-line-module__6jhJcW__titleLink:hover {
  color: var(--color-dark);
  text-decoration: none;
}

.cart-drawer-line-module__6jhJcW__title {
  color: var(--color-text-black);
  text-wrap: pretty;
  margin: 0;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
}

.cart-drawer-line-module__6jhJcW__options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-drawer-line-module__6jhJcW__options li {
  margin: 0;
}

.cart-drawer-line-module__6jhJcW__options small {
  color: var(--color-text-light);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.cart-drawer-line-module__6jhJcW__label, .cart-drawer-line-module__6jhJcW__savings {
  border-radius: 999px;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
}

.cart-drawer-line-module__6jhJcW__label {
  background: rgba(var(--color-primary-rgb), .1);
  color: var(--color-primary-900);
}

.cart-drawer-line-module__6jhJcW__label svg {
  width: 12px;
  height: 12px;
}

.cart-drawer-line-module__6jhJcW__savings {
  color: #168344;
  background: #e9f8ef;
  flex: none;
  margin-left: 4px;
}

.cart-drawer-line-module__6jhJcW__savings svg {
  width: 11px;
  height: 11px;
}

.cart-drawer-line-module__6jhJcW__actions {
  align-items: center;
  gap: 7px;
  display: inline-flex;
}

.cart-drawer-line-module__6jhJcW__remove {
  background: var(--color-bg-white);
  width: 38px;
  height: 38px;
  color: var(--color-text-light);
  cursor: pointer;
  border: 1px solid rgba(34, 34, 34, .09);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: color .18s, border-color .18s, background-color .18s;
  display: inline-flex;
}

.cart-drawer-line-module__6jhJcW__remove:hover:not(:disabled) {
  color: #be185d;
  background: rgba(190, 24, 93, .05);
  border-color: rgba(190, 24, 93, .18);
  outline: none;
}

.cart-drawer-line-module__6jhJcW__remove:focus-visible:not(:disabled) {
  color: #be185d;
  background: rgba(190, 24, 93, .05);
  border-color: rgba(190, 24, 93, .18);
  outline: none;
}

.cart-drawer-line-module__6jhJcW__remove:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.cart-drawer-line-module__6jhJcW__remove svg {
  width: 17px;
  height: 17px;
}

.cart-drawer-line-module__6jhJcW__prices {
  flex: 1;
  justify-content: flex-end;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  transition: filter .35s;
  display: flex;
}

.cart-drawer-line-module__6jhJcW__pricesBlurred {
  filter: blur(4px);
}

.cart-drawer-line-module__6jhJcW__priceBlock {
  align-items: baseline;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.cart-drawer-line-module__6jhJcW__effective {
  color: var(--color-text-black);
  font-size: 17px;
  font-weight: 800;
}

.cart-drawer-line-module__6jhJcW__compareAt {
  color: var(--color-text-light);
  opacity: .82;
  font-size: 13px;
  font-weight: 500;
  text-decoration: line-through;
}

@media (max-width: 520px) {
  .cart-drawer-line-module__6jhJcW__line {
    padding-bottom: 18px;
  }

  .cart-drawer-line-module__6jhJcW__line:not(:last-child) {
    margin-bottom: 18px;
  }

  .cart-drawer-line-module__6jhJcW__grid {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 0 13px;
  }

  .cart-drawer-line-module__6jhJcW__image, .cart-drawer-line-module__6jhJcW__image > *, .cart-drawer-line-module__6jhJcW__imageLink > * {
    width: 84px !important;
    height: 84px !important;
  }

  .cart-drawer-line-module__6jhJcW__title {
    font-size: 15px;
  }

  .cart-drawer-line-module__6jhJcW__options small {
    font-size: 12.5px;
  }

  .cart-drawer-line-module__6jhJcW__bottomRow {
    gap: 10px;
  }

  .cart-drawer-line-module__6jhJcW__prices {
    justify-content: flex-end;
  }

  .cart-drawer-line-module__6jhJcW__effective {
    font-size: 16px;
  }

  .cart-drawer-line-module__6jhJcW__compareAt {
    font-size: 12.5px;
  }
}

@media (max-width: 415px) {
  .cart-drawer-line-module__6jhJcW__grid {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 0 12px;
  }

  .cart-drawer-line-module__6jhJcW__image, .cart-drawer-line-module__6jhJcW__image > *, .cart-drawer-line-module__6jhJcW__imageLink > * {
    width: 78px !important;
    height: 78px !important;
  }

  .cart-drawer-line-module__6jhJcW__content {
    gap: 10px 0;
  }

  .cart-drawer-line-module__6jhJcW__topRow {
    flex-direction: column;
    gap: 7px;
  }

  .cart-drawer-line-module__6jhJcW__meta, .cart-drawer-line-module__6jhJcW__titleLink, .cart-drawer-line-module__6jhJcW__title {
    width: 100%;
  }

  .cart-drawer-line-module__6jhJcW__savings {
    margin-left: 0;
  }

  .cart-drawer-line-module__6jhJcW__bottomRow {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }

  .cart-drawer-line-module__6jhJcW__prices {
    justify-content: flex-start;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .cart-drawer-line-module__6jhJcW__line {
    padding-bottom: 16px;
  }

  .cart-drawer-line-module__6jhJcW__line:not(:last-child) {
    margin-bottom: 16px;
  }

  .cart-drawer-line-module__6jhJcW__grid {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 0 10px;
  }

  .cart-drawer-line-module__6jhJcW__image, .cart-drawer-line-module__6jhJcW__image > *, .cart-drawer-line-module__6jhJcW__imageLink > * {
    width: 72px !important;
    height: 72px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cart-drawer-line-module__6jhJcW__titleLink, .cart-drawer-line-module__6jhJcW__remove, .cart-drawer-line-module__6jhJcW__prices {
    transition: none;
  }
}

/* [project]/apps/storefront/src/modules/cart-drawer/components/cart-campaign-countdown/cart-campaign-countdown.module.css [app-client] (css) */
.cart-campaign-countdown-module__-_p4Pa__root {
  background: var(--color-primary-100);
  color: var(--color-primary-900);
  text-align: center;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  gap: 6px 10px;
  padding: 10px 16px;
  display: flex;
}

.cart-campaign-countdown-module__-_p4Pa__label {
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.cart-campaign-countdown-module__-_p4Pa__timer {
  border: 1px solid rgb(var(--color-primary-rgb) / 20%);
  background: var(--color-bg-white);
  min-width: 88px;
  color: var(--color-primary-900);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .cart-campaign-countdown-module__-_p4Pa__root, .cart-campaign-countdown-module__-_p4Pa__timer {
    transition: none;
  }
}

/* [project]/apps/storefront/src/modules/cart-drawer/components/cart-bundle-incentive/cart-bundle-incentive.module.css [app-client] (css) */
.cart-bundle-incentive-module__uaafZq__root {
  flex: none;
  padding: 12px 20px 0;
}

.cart-bundle-incentive-module__uaafZq__message {
  color: #176c70;
  text-align: center;
  background: linear-gradient(rgba(255, 255, 255, .96), rgba(236, 251, 251, .96));
  border: 1px solid rgba(27, 190, 200, .16);
  border-radius: 14px;
  margin: 0 0 8px;
  padding: 9px 11px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 520px) {
  .cart-bundle-incentive-module__uaafZq__root {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* [project]/apps/storefront/src/modules/cart-drawer/components/cart-drawer-summary/cart-drawer-summary.module.css [app-client] (css) */
.cart-drawer-summary-module__hiHQ5a__summary {
  z-index: 2;
  background: var(--color-bg-white);
  border-top: 1px solid rgba(34, 34, 34, .09);
  flex-shrink: 0;
  margin-top: auto;
  padding: 18px 20px 16px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  box-shadow: 0 -18px 36px -32px rgba(0, 0, 0, .36);
}

.cart-drawer-summary-module__hiHQ5a__totalRow {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  display: flex;
}

.cart-drawer-summary-module__hiHQ5a__totalLabel {
  color: var(--color-text-dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.cart-drawer-summary-module__hiHQ5a__totalValue {
  color: var(--color-text-black);
  letter-spacing: -.02em;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
}

.cart-drawer-summary-module__hiHQ5a__actions {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  display: flex;
}

.cart-drawer-summary-module__hiHQ5a__checkout {
  background: var(--color-primary);
  width: 100%;
  min-height: 54px;
  color: var(--color-light);
  cursor: pointer;
  font: inherit;
  letter-spacing: 0;
  text-align: center;
  border: 0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .18s, transform .18s, box-shadow .18s;
  display: flex;
  box-shadow: 0 10px 24px -18px rgba(0, 84, 87, .62);
}

.cart-drawer-summary-module__hiHQ5a__checkout:hover:not(:disabled) {
  background: var(--color-primary-400);
  color: var(--color-light);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -18px rgba(0, 84, 87, .72);
}

.cart-drawer-summary-module__hiHQ5a__checkout:focus-visible {
  outline: 2px solid var(--color-primary-900);
  outline-offset: 2px;
}

.cart-drawer-summary-module__hiHQ5a__checkoutContent {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.cart-drawer-summary-module__hiHQ5a__disabled {
  cursor: not-allowed;
  opacity: .65;
  box-shadow: none;
  transform: none;
}

.cart-drawer-summary-module__hiHQ5a__blurred {
  filter: blur(4px);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: filter .4s;
}

.cart-drawer-summary-module__hiHQ5a__badges {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  min-height: 26px;
  display: flex;
}

.cart-drawer-summary-module__hiHQ5a__badges img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  max-width: 62px;
  height: 24px;
  display: block;
}

@media (max-width: 520px) {
  .cart-drawer-summary-module__hiHQ5a__summary {
    padding: 16px 16px max(14px, env(safe-area-inset-bottom));
  }

  .cart-drawer-summary-module__hiHQ5a__totalRow {
    margin-bottom: 12px;
  }

  .cart-drawer-summary-module__hiHQ5a__totalLabel {
    font-size: 15px;
  }

  .cart-drawer-summary-module__hiHQ5a__totalValue {
    font-size: 21px;
  }

  .cart-drawer-summary-module__hiHQ5a__checkout {
    min-height: 56px;
    padding: 15px 18px;
    font-size: 16px;
  }

  .cart-drawer-summary-module__hiHQ5a__badges {
    gap: 12px;
  }

  .cart-drawer-summary-module__hiHQ5a__badges img {
    max-width: 56px;
    height: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cart-drawer-summary-module__hiHQ5a__checkout {
    transition: none;
  }
}

/* [project]/apps/storefront/src/modules/cart-drawer/components/cart-empty/cart-empty.module.css [app-client] (css) */
.cart-empty-module__GPfqsa__root {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 24px 18px;
  display: flex;
}

.cart-empty-module__GPfqsa__root[hidden] {
  display: none !important;
}

.cart-empty-module__GPfqsa__root > svg {
  width: 24px;
  height: 24px;
  color: var(--color-primary-700);
}

.cart-empty-module__GPfqsa__message {
  color: var(--color-text-black);
  letter-spacing: -.01em;
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}

.cart-empty-module__GPfqsa__continueLink, .cart-empty-module__GPfqsa__retry {
  background: var(--color-primary);
  min-height: 52px;
  color: var(--color-bg-white);
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 14px 0 0;
  padding: 13px 20px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 12px 24px -18px rgba(0, 84, 87, .55);
}

.cart-empty-module__GPfqsa__continueLink:hover, .cart-empty-module__GPfqsa__retry:hover {
  background: var(--color-primary-700);
  color: var(--color-bg-white);
  text-decoration: none;
}

.cart-empty-module__GPfqsa__continueLink:focus-visible {
  outline: 2px solid var(--color-primary-900);
  outline-offset: 2px;
}

.cart-empty-module__GPfqsa__retry:focus-visible {
  outline: 2px solid var(--color-primary-900);
  outline-offset: 2px;
}

.cart-empty-module__GPfqsa__continueLink svg {
  width: 18px;
  height: 18px;
}

.cart-empty-module__GPfqsa__stateText {
  max-width: 340px;
  color: var(--color-text-dark);
  text-wrap: pretty;
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 520px) {
  .cart-empty-module__GPfqsa__message {
    font-size: 20px;
  }

  .cart-empty-module__GPfqsa__continueLink, .cart-empty-module__GPfqsa__retry {
    min-height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cart-empty-module__GPfqsa__root > svg {
    animation: none;
  }
}

/* [project]/apps/storefront/src/modules/cart-drawer/components/cart-aside/cart-aside.module.css [app-client] (css) */
.cart-aside-module__xmAE3a__header {
  z-index: 2;
  min-height: var(--header-height);
  border-bottom: var(--border-regular);
  background: var(--color-bg-white);
  flex: none;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.cart-aside-module__xmAE3a__headerTitle {
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: flex;
}

.cart-aside-module__xmAE3a__title {
  letter-spacing: 0;
  flex: none;
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.cart-aside-module__xmAE3a__shippingBadge {
  color: #16715f;
  white-space: nowrap;
  background: #e8f7f3;
  border: 1px solid rgba(38, 153, 130, .22);
  border-radius: 8px;
  align-items: center;
  gap: 5px;
  min-width: 0;
  padding: 6px 9px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
}

.cart-aside-module__xmAE3a__shippingBadge svg {
  flex: none;
  width: 16px;
  height: 16px;
}

.cart-aside-module__xmAE3a__closeButton {
  color: #444;
  cursor: pointer;
  opacity: .85;
  background: none;
  border: 0;
  flex: none;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: color .2s, opacity .2s;
  display: inline-grid;
}

.cart-aside-module__xmAE3a__closeButton:hover {
  color: #222;
  opacity: 1;
}

.cart-aside-module__xmAE3a__closeButton:focus-visible {
  color: #222;
  opacity: 1;
}

.cart-aside-module__xmAE3a__closeButton:focus-visible {
  outline: 2px solid var(--color-primary-700);
  outline-offset: 2px;
}

.cart-aside-module__xmAE3a__closeButton svg {
  width: 22px;
  height: 22px;
}

.cart-aside-module__xmAE3a__cartMain {
  flex-direction: column;
  flex: auto;
  height: 100%;
  min-height: 0;
  display: flex;
}

.cart-aside-module__xmAE3a__cartDetails {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.cart-aside-module__xmAE3a__cartLines {
  flex: 1;
  min-height: 0;
  padding: 20px;
  overflow-y: auto;
}

.cart-aside-module__xmAE3a__cartLines ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-aside-module__xmAE3a__mutationError {
  color: var(--color-danger);
  flex: none;
  margin: 0;
  padding: 10px 20px;
  font-size: 13px;
}

@media (max-width: 520px) {
  .cart-aside-module__xmAE3a__header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-aside-module__xmAE3a__cartLines {
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .cart-aside-module__xmAE3a__shippingBadge {
    padding: 5px 7px;
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .cart-aside-module__xmAE3a__header {
    gap: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .cart-aside-module__xmAE3a__headerTitle {
    gap: 8px;
  }

  .cart-aside-module__xmAE3a__title {
    font-size: 22px;
  }

  .cart-aside-module__xmAE3a__shippingBadge {
    padding: 5px 6px;
    font-size: 11.5px;
  }

  .cart-aside-module__xmAE3a__shippingBadge svg {
    width: 14px;
    height: 14px;
  }

  .cart-aside-module__xmAE3a__cartLines {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cart-aside-module__xmAE3a__closeButton {
    transition: none;
  }
}

/* [project]/apps/storefront/src/modules/global-shell/components/countdown-campaign/countdown-campaign.module.css [app-client] (css) */
.countdown-campaign-module__q80pva__countdown {
  background: radial-gradient(circle at 16% 18%, rgba(255, 255, 255, .32), rgba(0, 0, 0, 0) 21%), radial-gradient(circle at 84% 22%, rgba(255, 255, 255, .22), rgba(0, 0, 0, 0) 20%), linear-gradient(115deg, #f6a99a 0%, #f7c8a5 42%, #8ee0dc 100%);
  background-color: var(--countdown-fallback-bg, #f6a99a);
  color: var(--color-text-white);
  width: 100%;
  min-height: 24rem;
  position: relative;
  overflow: hidden;
}

.countdown-campaign-module__q80pva__countdown__inner {
  isolation: isolate;
  text-align: center;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  padding: 2.2rem 2.4rem 2.4rem;
  display: flex;
  position: relative;
}

.countdown-campaign-module__q80pva__countdown__copy {
  min-width: 0;
  max-width: 34rem;
  margin: 0 auto;
}

.countdown-campaign-module__q80pva__countdown__title {
  color: inherit;
  letter-spacing: 0;
  text-shadow: 0 2px 10px rgba(33, 134, 132, .16);
  margin: 0;
  font-size: max(2.5rem, min(8vw, 3.4rem));
  font-weight: 800;
  line-height: 1.04;
}

.countdown-campaign-module__q80pva__countdown__subtitle {
  color: inherit;
  letter-spacing: .08em;
  text-shadow: 0 2px 9px rgba(33, 134, 132, .14);
  text-transform: uppercase;
  margin: .55rem 0 0;
  font-size: max(1.9rem, min(6vw, 2.55rem));
  font-weight: 800;
  line-height: 1.1;
}

.countdown-campaign-module__q80pva__countdown__timer {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  width: min(100%, 35rem);
  max-width: 35rem;
  margin-top: 1.8rem;
  display: grid;
}

.countdown-campaign-module__q80pva__countdown__card {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 16px;
  place-items: center;
  gap: .25rem;
  min-height: 7.2rem;
  padding: .9rem .55rem .75rem;
  display: grid;
  box-shadow: 0 12px 22px rgba(73, 146, 145, .17), inset 0 1px rgba(255, 255, 255, .78);
}

.countdown-campaign-module__q80pva__countdown__value {
  color: #16888c;
  letter-spacing: 0;
  font-size: max(2.25rem, min(7vw, 3rem));
  font-weight: 800;
  line-height: 1;
}

.countdown-campaign-module__q80pva__countdown__label {
  color: #2a9ca0;
  letter-spacing: 0;
  font-size: max(1.05rem, min(3.4vw, 1.25rem));
  font-weight: 700;
  line-height: 1.1;
}

.countdown-campaign-module__q80pva__countdown__shipping {
  color: var(--color-text-white);
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  background: #68cfd0;
  padding: 1.15rem 1rem 1.05rem;
  font-size: max(2rem, min(6vw, 2.7rem));
  font-weight: 800;
  line-height: 1;
  position: relative;
}

.countdown-campaign-module__q80pva__countdown__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--color-text-white);
  cursor: pointer;
  z-index: 2;
  background: rgba(255, 255, 255, .22);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: 1.1rem;
  right: 1.2rem;
  box-shadow: 0 8px 18px rgba(54, 132, 131, .12);
}

.countdown-campaign-module__q80pva__countdown__close:hover {
  background: rgba(255, 255, 255, .32);
}

.countdown-campaign-module__q80pva__countdown__close:focus-visible {
  background: rgba(255, 255, 255, .32);
}

.countdown-campaign-module__q80pva__countdown__petals {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.countdown-campaign-module__q80pva__countdown__petal {
  filter: blur(.1px);
  height: 1.15rem;
  left: calc((var(--petal-index) * 11%)  - 8%);
  opacity: .52;
  background: rgba(255, 255, 255, .36);
  border-radius: 70% 30%;
  width: .72rem;
  animation: 14s linear infinite countdown-campaign-module__q80pva__petalDrift;
  position: absolute;
  top: -2.4rem;
  transform: rotate(22deg);
}

.countdown-campaign-module__q80pva__countdown__petal:nth-child(2n) {
  background: rgba(255, 255, 255, .28);
  width: .54rem;
  height: .82rem;
  animation-duration: 17s;
}

.countdown-campaign-module__q80pva__countdown__petal:nth-child(3n) {
  opacity: .38;
  animation-duration: 19s;
  animation-delay: -8s;
}

.countdown-campaign-module__q80pva__countdown__petal:nth-child(4n) {
  animation-delay: -4s;
}

.countdown-campaign-module__q80pva__countdown__petal:nth-child(5n) {
  width: .82rem;
  height: 1.35rem;
  animation-delay: -11s;
}

@keyframes countdown-campaign-module__q80pva__petalDrift {
  0% {
    opacity: 0;
    transform: translate3d(0, -2.4rem, 0)rotate(18deg);
  }

  12% {
    opacity: .42;
  }

  50% {
    opacity: .5;
    transform: translate3d(2.4rem, 11rem, 0)rotate(42deg);
  }

  100% {
    opacity: 0;
    transform: translate3d(-1.8rem, 24rem, 0)rotate(68deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .countdown-campaign-module__q80pva__countdown__petal {
    opacity: .24;
    animation: none;
    top: 18%;
  }
}

@media (min-width: 720px) {
  .countdown-campaign-module__q80pva__countdown__inner {
    padding-top: 2.6rem;
    padding-bottom: 2.8rem;
  }

  .countdown-campaign-module__q80pva__countdown__copy {
    max-width: 48rem;
  }

  .countdown-campaign-module__q80pva__countdown__timer {
    max-width: 42rem;
  }
}

/* [project]/apps/storefront/src/modules/global-shell/components/announcement-bar/announcement-bar.module.css [app-client] (css) */
.announcement-bar-module__qR-VUG__announcement-bar {
  background-color: var(--color-primary);
  color: var(--color-text-white);
  padding: 1.2rem;
  font-weight: 500;
}

.announcement-bar-module__qR-VUG__announcement-bar__inner {
  width: 100%;
}

.announcement-bar-module__qR-VUG__announcement-bar__list {
  justify-content: center;
  align-items: center;
  display: flex;
}

.announcement-bar-module__qR-VUG__announcement-bar__list--marquee {
  animation: announcement-bar-module__qR-VUG__announcement-bar-marquee var(--announcement-bar-marquee-duration, 30s) linear infinite;
  will-change: transform;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 15px;
  width: max-content;
}

.announcement-bar-module__qR-VUG__announcement-bar__item {
  text-align: center;
  min-width: 33%;
}

.announcement-bar-module__qR-VUG__announcement-bar__item--marquee {
  flex: none;
  min-width: auto;
  margin: 0;
  padding: 0;
}

.announcement-bar-module__qR-VUG__announcement-bar--marquee .announcement-bar-module__qR-VUG__announcement-bar__text {
  white-space: nowrap;
}

.announcement-bar-module__qR-VUG__announcement-bar__text {
  letter-spacing: .1rem;
  font-size: 2rem;
  line-height: 1.3;
}

.announcement-bar-module__qR-VUG__announcement-bar__separator {
  color: inherit;
  flex: none;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
}

.announcement-bar-module__qR-VUG__announcement-bar__separator-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}

@keyframes announcement-bar-module__qR-VUG__announcement-bar-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-1 * var(--announcement-bar-marquee-distance, 50%)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .announcement-bar-module__qR-VUG__announcement-bar__list--marquee {
    animation: none;
    transform: none;
  }
}

@media (max-width: 768px) {
  .announcement-bar-module__qR-VUG__announcement-bar {
    padding: 1.2rem 2rem;
  }

  .announcement-bar-module__qR-VUG__announcement-bar__list {
    flex-direction: column;
  }

  .announcement-bar-module__qR-VUG__announcement-bar__list--marquee {
    flex-direction: row;
  }

  .announcement-bar-module__qR-VUG__announcement-bar__item:not(:last-child) {
    border-bottom: var(--border-light);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .announcement-bar-module__qR-VUG__announcement-bar__item--marquee:not(:last-child) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.announcement-bar-module__qR-VUG__announcement-bar--marquee .announcement-bar-module__qR-VUG__announcement-bar__inner {
  max-width: none;
  margin: 0;
  overflow: hidden;
}

/* [project]/apps/storefront/src/modules/global-shell/components/floating-actions/floating-actions.module.css [app-client] (css) */
.floating-actions-module__lC789q__whatsapp {
  right: 2rem;
  bottom: calc(6rem + var(--sticky-add-to-cart-height));
  z-index: 999;
  border: var(--border-regular);
  background: var(--color-bg-white);
  width: 4.8rem;
  height: 4.8rem;
  box-shadow: var(--shadow-card);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  transition: transform .25s, bottom .3s;
  display: inline-flex;
  position: fixed;
}

.floating-actions-module__lC789q__whatsapp:hover {
  transform: translateY(-2px);
}

.floating-actions-module__lC789q__whatsapp:focus-visible {
  outline-offset: 3px;
  outline: 3px solid rgba(37, 211, 102, .28);
}

.floating-actions-module__lC789q__whatsapp img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 76%;
  height: 76%;
  display: block;
}

.floating-actions-module__lC789q__scrollToTop {
  right: 2rem;
  bottom: calc(2rem + var(--sticky-add-to-cart-height));
  z-index: 1000;
  background-color: var(--color-primary);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: opacity .3s, visibility .3s, transform .3s, bottom .3s;
  display: flex;
  position: fixed;
  transform: translateY(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15), 0 2px 4px rgba(0, 0, 0, .1);
}

.floating-actions-module__lC789q__scrollToTop:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .2), 0 3px 6px rgba(0, 0, 0, .15);
}

.floating-actions-module__lC789q__scrollToTop:active {
  transform: translateY(0);
}

.floating-actions-module__lC789q__visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .floating-actions-module__lC789q__whatsapp {
    right: 1rem;
    bottom: calc(5.5rem + var(--sticky-add-to-cart-height));
    width: 3.25rem;
    height: 3.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-actions-module__lC789q__whatsapp, .floating-actions-module__lC789q__scrollToTop {
    transition: none;
  }

  .floating-actions-module__lC789q__whatsapp:hover, .floating-actions-module__lC789q__scrollToTop:hover, .floating-actions-module__lC789q__scrollToTop:active, .floating-actions-module__lC789q__visible {
    transform: none;
  }
}

/*# sourceMappingURL=apps_storefront_src_modules_0401e9d2._.css.map*/