/* [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/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 {
  border: var(--border-lighter);
  border-radius: var(--border-radius);
  background: var(--color-light);
  grid-template-columns: 3.7rem 5.2rem 3.7rem;
  align-items: stretch;
  height: 4rem;
  min-height: 4rem;
  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: .5rem .75rem;
  font-size: 1.4rem;
  line-height: 1.2;
}

.cart-quantity-control-module__zcNtjq__quantity button {
  cursor: pointer;
  place-items: center;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  transition: background-color .2s;
  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 #ccc;
  border-right: 1px solid #ccc;
  width: 5.2rem;
  min-width: 0;
  display: grid;
  position: relative;
}

.cart-quantity-control-module__zcNtjq__selectCell select {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

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

.cart-quantity-control-module__zcNtjq__selectSpinner {
  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 {
  padding: .75rem 0;
}

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

.cart-drawer-line-module__6jhJcW__grid {
  grid-template-columns: auto 1fr;
  gap: 0 2rem;
  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 {
  aspect-ratio: 1;
  border: 1px solid var(--color-neutral-300);
  border-radius: var(--border-radius);
  background: var(--color-light);
  grid-row: 1 / 3;
  width: 88px;
  max-width: 88px;
  height: 88px;
  max-height: 88px;
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.cart-drawer-line-module__6jhJcW__image > *, .cart-drawer-line-module__6jhJcW__imageLink > * {
  border-radius: var(--border-radius) !important;
  width: 88px !important;
  height: 88px !important;
  padding: 0 !important;
}

.cart-drawer-line-module__6jhJcW__content {
  grid-template-rows: auto auto;
  gap: 1rem 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: 1rem;
}

.cart-drawer-line-module__6jhJcW__bottomRow {
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

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

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

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

.cart-drawer-line-module__6jhJcW__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.35;
  display: block;
}

.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-neutral-500);
  font-size: 1.4rem;
  line-height: 1.35;
}

.cart-drawer-line-module__6jhJcW__label {
  border-radius: var(--border-radius);
  background: var(--color-primary-300);
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-light);
  align-items: center;
  gap: .5rem;
  margin-top: .25rem;
  padding: .5rem 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-flex;
}

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

.cart-drawer-line-module__6jhJcW__savings {
  border-radius: var(--border-radius);
  background: var(--color-primary-700);
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-light);
  flex: none;
  align-items: center;
  gap: .55rem;
  margin-left: .5rem;
  padding: .5rem 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-flex;
}

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

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

.cart-drawer-line-module__6jhJcW__remove {
  width: 3.2rem;
  height: 3.2rem;
  color: var(--color-primary-700);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: .55rem;
  transition: transform .2s;
  display: inline-flex;
}

.cart-drawer-line-module__6jhJcW__remove:hover:not(:disabled) {
  outline: none;
  transform: scale(1.05);
}

.cart-drawer-line-module__6jhJcW__remove:focus-visible:not(:disabled) {
  outline: none;
  transform: scale(1.05);
}

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

.cart-drawer-line-module__6jhJcW__remove svg {
  width: 2rem;
  height: 2rem;
}

.cart-drawer-line-module__6jhJcW__prices {
  flex: 1;
  justify-content: flex-end;
  min-width: 0;
  padding: 0;
  transition: all .4s;
  display: flex;
}

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

.cart-drawer-line-module__6jhJcW__priceBlock {
  flex-direction: column;
  align-items: flex-end;
  gap: .25rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.cart-drawer-line-module__6jhJcW__effective {
  font-size: 1.6rem;
  font-weight: 700;
}

.cart-drawer-line-module__6jhJcW__compareAt {
  color: var(--color-neutral-500);
  opacity: .65;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: line-through;
}

@media (max-width: 520px) {
  .cart-drawer-line-module__6jhJcW__bottomRow {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

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

  .cart-drawer-line-module__6jhJcW__priceBlock {
    align-items: flex-start;
  }
}

/* [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: .6rem 1rem;
  padding: 1rem 1.6rem;
  display: flex;
}

.cart-campaign-countdown-module__-_p4Pa__label {
  letter-spacing: 0;
  font-size: 1.35rem;
  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: 8.8rem;
  color: var(--color-primary-900);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  border-radius: .8rem;
  padding: .55rem .8rem;
  font-size: 1.55rem;
  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: 1rem 3rem .5rem;
}

.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 .8rem;
  padding: .85rem 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

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

/* [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: 1;
  border-top: var(--border-regular);
  background: var(--color-bg-white);
  box-shadow: 0 -1.6rem 3.4rem -3rem rgba(var(--color-shadow-rgb), .34);
  flex-shrink: 0;
  margin-top: auto;
  padding: max(1.4rem, min(4vw, 2rem));
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.cart-drawer-summary-module__hiHQ5a__actions {
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.cart-drawer-summary-module__hiHQ5a__checkout {
  background: var(--color-primary);
  width: 100%;
  min-height: 5.4rem;
  color: var(--color-light);
  cursor: pointer;
  font: inherit;
  letter-spacing: 0;
  border: 0;
  border-radius: .85rem;
  align-items: center;
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.cart-drawer-summary-module__hiHQ5a__checkout:hover:not(:disabled) {
  background: var(--color-primary-400);
  color: var(--color-light);
  text-decoration: none;
}

.cart-drawer-summary-module__hiHQ5a__checkoutContent {
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  width: 100%;
  display: flex;
}

.cart-drawer-summary-module__hiHQ5a__disabled {
  cursor: not-allowed;
  opacity: .65;
}

.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;
  justify-self: center;
  align-items: center;
  gap: .75rem;
  width: 95%;
  display: flex;
}

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

@media (max-width: 768px) {
  .cart-drawer-summary-module__hiHQ5a__badges img {
    max-width: 60px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .cart-drawer-summary-module__hiHQ5a__badges img {
    max-width: 48px;
    height: 20px;
  }
}

/* [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: 2rem 1.5rem;
  display: flex;
}

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

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

.cart-empty-module__GPfqsa__message {
  color: var(--color-text-black);
  letter-spacing: 0;
  margin: 0;
  font-size: max(2rem, min(6vw, 2.6rem));
  font-weight: 800;
}

.cart-empty-module__GPfqsa__continueLink, .cart-empty-module__GPfqsa__retry {
  background: var(--color-primary);
  min-height: 4.8rem;
  color: var(--color-bg-white);
  cursor: pointer;
  border: 0;
  border-radius: .85rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin: 1rem 0;
  padding: 1.2rem 2rem;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 1.2rem 2.4rem -1.8rem 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: 1.8rem;
  height: 1.8rem;
}

.cart-empty-module__GPfqsa__stateText {
  max-width: 34rem;
  color: var(--color-text-black);
  text-wrap: pretty;
  margin: 1.2rem 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

@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: 1.6rem;
  padding: 0 2rem;
  display: flex;
  position: relative;
}

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

.cart-aside-module__xmAE3a__title {
  letter-spacing: 0;
  flex: none;
  margin: 0;
  font-size: 2.2rem;
  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: .8rem;
  align-items: center;
  gap: .45rem;
  min-width: 0;
  padding: .55rem .8rem;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
}

.cart-aside-module__xmAE3a__shippingBadge svg {
  flex: none;
  width: 1.6rem;
  height: 1.6rem;
}

.cart-aside-module__xmAE3a__closeButton {
  color: #444;
  cursor: pointer;
  opacity: .85;
  background: none;
  border: 0;
  flex: none;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  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: 2.4rem;
  height: 2.4rem;
}

.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: max(1.4rem, min(4vw, 2.4rem));
  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: 1rem 2rem;
  font-size: 1.15rem;
}

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

  .cart-aside-module__xmAE3a__cartLines {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .cart-aside-module__xmAE3a__shippingBadge {
    padding: .45rem .65rem;
    font-size: 1.05rem;
  }
}

@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_8b70ad14._.css.map*/