/* [project]/apps/web/src/app/store-header.module.css [app-client] (css) */
.store-header-module__BA9moa__logoImage {
  object-fit: contain;
  border-radius: calc(var(--sf-radius) * .4);
  flex: none;
  width: 28px;
  height: 28px;
}

.store-header-module__BA9moa__searchAction {
  border: 1px solid color-mix(in srgb, var(--sf-text) 12%, transparent);
  border-radius: calc(var(--sf-radius) * .42);
  background: var(--sf-surface);
  min-height: 31px;
  color: color-mix(in srgb, var(--sf-text) 72%, transparent);
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 650;
  text-decoration: none;
  display: inline-flex;
}

.store-header-module__BA9moa__mobileMenu {
  display: block;
  position: relative;
}

.store-header-module__BA9moa__mobileMenu summary {
  border: 1px solid color-mix(in srgb, var(--sf-text) 12%, transparent);
  border-radius: calc(var(--sf-radius) * .42);
  background: var(--sf-surface);
  width: 31px;
  height: 31px;
  color: var(--sf-text);
  cursor: pointer;
  place-items: center;
  font-size: 15px;
  line-height: 1;
  list-style: none;
  display: grid;
}

.store-header-module__BA9moa__mobileMenu summary::-webkit-details-marker {
  display: none;
}

.store-header-module__BA9moa__mobileMenuPanel {
  z-index: 50;
  border: 1px solid color-mix(in srgb, var(--sf-text) 12%, transparent);
  border-radius: calc(var(--sf-radius) * .55);
  background: var(--sf-surface);
  gap: 3px;
  width: min(280px, 100vw - 24px);
  padding: 6px;
  display: grid;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  box-shadow: 0 18px 50px #18181b24;
}

.store-header-module__BA9moa__mobileMenuPanel a {
  border-radius: calc(var(--sf-radius) * .32);
  min-height: 34px;
  color: var(--sf-text);
  align-items: center;
  padding: 0 9px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.store-header-module__BA9moa__mobileMenuPanel a:hover {
  background: color-mix(in srgb, var(--sf-accent) 7%, var(--sf-surface));
}

.store-header-module__BA9moa__inlineMobileNav {
  scrollbar-width: none;
  grid-column: 1 / -1;
  gap: 4px;
  padding: 2px 0;
  display: flex;
  overflow-x: auto;
}

.store-header-module__BA9moa__inlineMobileNav::-webkit-scrollbar {
  display: none;
}

.store-header-module__BA9moa__inlineMobileNav a {
  border-radius: calc(var(--sf-radius) * .32);
  min-height: 28px;
  color: color-mix(in srgb, var(--sf-text) 70%, transparent);
  flex: none;
  align-items: center;
  padding: 0 7px;
  font-size: 9px;
  font-weight: 650;
  text-decoration: none;
  display: inline-flex;
}

@media (min-width: 620px) {
  .store-header-module__BA9moa__mobileMenu, .store-header-module__BA9moa__inlineMobileNav {
    display: none;
  }

  .store-header-module__BA9moa__searchAction {
    font-size: 11px;
  }
}

/* [project]/apps/web/src/app/storefront.module.css [app-client] (css) */
.storefront-module__9UdDSW__shell {
  background: var(--rv-bg);
  min-height: 100svh;
  color: var(--rv-text);
  font-family: var(--rv-font-sans);
}

.storefront-module__9UdDSW__announcement {
  color: #e8e8ec;
  background: #18181b;
  border-bottom: 1px solid #29292f;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-height: 27px;
  padding: 4px 12px;
  font-size: 10px;
  font-weight: 550;
  line-height: 1.2;
  display: flex;
}

.storefront-module__9UdDSW__announcementDot {
  color: #8c85ff;
}

.storefront-module__9UdDSW__header {
  z-index: 30;
  border-bottom: 1px solid var(--rv-border);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffffff5;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 50px;
  padding: 6px 12px;
  display: grid;
  position: sticky;
  top: 0;
}

.storefront-module__9UdDSW__brand {
  min-width: 0;
  color: inherit;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
}

.storefront-module__9UdDSW__brandMark {
  color: #5f56d9;
  width: 28px;
  height: 28px;
  box-shadow: var(--rv-shadow-sm);
  background: #fff;
  border: 1px solid #dedee3;
  border-radius: 7px;
  flex: none;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: inline-grid;
}

.storefront-module__9UdDSW__nav {
  color: #666670;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  display: none;
}

.storefront-module__9UdDSW__nav a, .storefront-module__9UdDSW__textAction {
  color: inherit;
  text-decoration: none;
}

.storefront-module__9UdDSW__nav a {
  border-radius: 6px;
  align-items: center;
  min-height: 30px;
  padding: 0 8px;
  display: inline-flex;
}

.storefront-module__9UdDSW__nav a:hover {
  color: #2d2d32;
  background: #f5f5f6;
}

.storefront-module__9UdDSW__headerActions {
  justify-self: end;
  align-items: center;
  gap: 5px;
  display: flex;
}

.storefront-module__9UdDSW__textAction {
  color: #666670;
  font-size: 11px;
  font-weight: 600;
  display: none;
}

.storefront-module__9UdDSW__cartAction {
  color: #3f3f46;
  min-height: 31px;
  box-shadow: var(--rv-shadow-sm);
  background: #fff;
  border: 1px solid #dedee3;
  border-radius: 7px;
  align-items: center;
  gap: 6px;
  padding: 0 5px 0 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.storefront-module__9UdDSW__cartAction strong {
  color: #5d55c8;
  background: #f0efff;
  border-radius: 5px;
  place-items: center;
  min-width: 20px;
  height: 20px;
  font-size: 10px;
  font-weight: 700;
  display: grid;
}

.storefront-module__9UdDSW__hero {
  grid-template-columns: 1fr;
  gap: 10px;
  width: min(1320px, 100% - 24px);
  margin: 0 auto;
  padding: 18px 0 12px;
  display: grid;
}

.storefront-module__9UdDSW__heroContent, .storefront-module__9UdDSW__heroVisual {
  border: 1px solid var(--rv-border);
  border-radius: var(--rv-radius-lg);
  min-width: 0;
  box-shadow: var(--rv-shadow-sm);
  background: #fff;
}

.storefront-module__9UdDSW__heroContent {
  align-content: center;
  padding: 16px;
  display: grid;
}

.storefront-module__9UdDSW__heroBadge, .storefront-module__9UdDSW__sectionKicker, .storefront-module__9UdDSW__eyebrow {
  color: var(--rv-muted-soft);
  letter-spacing: .075em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.storefront-module__9UdDSW__heroBadge {
  color: #5c54c7;
  letter-spacing: 0;
  text-transform: none;
  background: #f7f5ff;
  border: 1px solid #e4e1fb;
  border-radius: 6px;
  align-items: center;
  width: fit-content;
  min-height: 23px;
  padding: 0 7px;
  display: inline-flex;
}

.storefront-module__9UdDSW__hero h1 {
  max-width: 650px;
  color: var(--rv-text);
  letter-spacing: -.045em;
  margin: 10px 0 7px;
  font-size: clamp(28px, 8vw, 42px);
  font-weight: 680;
  line-height: 1.02;
}

.storefront-module__9UdDSW__heroContent > p {
  max-width: 610px;
  color: var(--rv-muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.storefront-module__9UdDSW__heroActions {
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 12px;
  display: flex;
}

.storefront-module__9UdDSW__primaryButton, .storefront-module__9UdDSW__secondaryButton {
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  padding: 0 9px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.storefront-module__9UdDSW__primaryButton {
  color: #fff;
  background: #6259dc;
  border: 1px solid #5f56d9;
}

.storefront-module__9UdDSW__secondaryButton {
  color: #52525b;
  background: #fff;
  border: 1px solid #dedee3;
}

.storefront-module__9UdDSW__heroTrust {
  color: var(--rv-muted-soft);
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 11px;
  font-size: 10px;
  display: flex;
}

.storefront-module__9UdDSW__heroTrust strong {
  color: #52525b;
  font-weight: 650;
}

.storefront-module__9UdDSW__heroVisual {
  isolation: isolate;
  background: linear-gradient(145deg, #f2f1ff, #eef3f2) center / cover;
  min-height: 230px;
  position: relative;
  overflow: hidden;
}

.storefront-module__9UdDSW__heroGlow {
  display: none;
}

.storefront-module__9UdDSW__heroCardLarge {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffffe0;
  border: 1px solid #ffffffc7;
  border-radius: 9px;
  align-content: end;
  gap: 2px;
  min-height: 82px;
  padding: 10px;
  display: grid;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  box-shadow: 0 8px 24px #18181b14;
}

.storefront-module__9UdDSW__heroCardLarge strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #27272a;
  max-width: 440px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.2;
  overflow: hidden;
}

.storefront-module__9UdDSW__heroCardLarge small {
  color: #71717a;
  font-size: 11px;
  font-weight: 600;
}

.storefront-module__9UdDSW__visualLabel {
  color: #fff;
  text-transform: uppercase;
  background: #27272a;
  border-radius: 5px;
  width: fit-content;
  margin-bottom: 4px;
  padding: 3px 5px;
  font-size: 9px;
  font-weight: 650;
  line-height: 1;
}

.storefront-module__9UdDSW__heroCardSmallTop, .storefront-module__9UdDSW__heroCardSmallBottom {
  display: none;
}

.storefront-module__9UdDSW__valueStrip {
  border: 1px solid var(--rv-border);
  border-radius: var(--rv-radius-lg);
  width: min(1320px, 100% - 24px);
  box-shadow: var(--rv-shadow-sm);
  background: #fff;
  grid-template-columns: 1fr;
  margin: 0 auto 12px;
  display: grid;
  overflow: hidden;
}

.storefront-module__9UdDSW__valueStrip article {
  border-bottom: 1px solid var(--rv-border-soft);
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 9px 10px;
  display: grid;
}

.storefront-module__9UdDSW__valueStrip article:last-child {
  border-bottom: 0;
}

.storefront-module__9UdDSW__valueStrip strong {
  color: #303035;
  font-size: 11px;
  font-weight: 650;
}

.storefront-module__9UdDSW__valueStrip p {
  color: var(--rv-muted-soft);
  margin: 1px 0 0;
  font-size: 10px;
  line-height: 1.3;
}

.storefront-module__9UdDSW__valueIcon {
  color: #5f56d9;
  background: #f5f3ff;
  border: 1px solid #dedbf9;
  border-radius: 7px;
  place-items: center;
  width: 27px;
  height: 27px;
  font-size: 9px;
  font-weight: 700;
  display: grid;
}

.storefront-module__9UdDSW__catalog {
  width: min(1320px, 100% - 24px);
  margin: 0 auto;
  padding: 0 0 16px;
}

.storefront-module__9UdDSW__sectionHeading {
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin: 14px 2px 8px;
  display: flex;
}

.storefront-module__9UdDSW__sectionHeading h2 {
  color: var(--rv-text);
  letter-spacing: -.025em;
  margin: 2px 0 0;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.15;
}

.storefront-module__9UdDSW__sectionHeading > p {
  max-width: 420px;
  color: var(--rv-muted);
  text-align: right;
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  display: none;
}

.storefront-module__9UdDSW__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  display: grid;
}

.storefront-module__9UdDSW__card {
  border: 1px solid var(--rv-border);
  border-radius: var(--rv-radius-lg);
  min-width: 0;
  color: inherit;
  box-shadow: var(--rv-shadow-sm);
  background: #fff;
  grid-template-rows: minmax(150px, 1fr) auto;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.storefront-module__9UdDSW__card:hover {
  border-color: #d8d4fb;
}

.storefront-module__9UdDSW__visual {
  background: linear-gradient(145deg, #f4f4f6, #ededf1) center / cover;
  place-items: center;
  min-height: 150px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.storefront-module__9UdDSW__productMonogram {
  color: #4b4b55;
  background: #ffffffc2;
  border: 1px solid #fffc;
  border-radius: 14px;
  place-items: center;
  width: 64px;
  height: 64px;
  font-size: 24px;
  font-weight: 700;
  display: grid;
  box-shadow: 0 8px 20px #18181b0f;
}

.storefront-module__9UdDSW__productIndex {
  color: #8b8b95;
  font-size: 9px;
  font-weight: 700;
  position: absolute;
  top: 7px;
  left: 7px;
}

.storefront-module__9UdDSW__featuredPill {
  color: #fff;
  background: #27272aeb;
  border-radius: 5px;
  align-items: center;
  min-height: 20px;
  padding: 0 6px;
  font-size: 9px;
  font-weight: 650;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: 6px;
  right: 6px;
}

.storefront-module__9UdDSW__cardBody {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 7px;
  min-width: 0;
  padding: 8px;
  display: grid;
}

.storefront-module__9UdDSW__cardBody div {
  gap: 1px;
  min-width: 0;
  display: grid;
}

.storefront-module__9UdDSW__cardBody strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #303035;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
}

.storefront-module__9UdDSW__cardBody span {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--rv-muted-soft);
  font-size: 9px;
  overflow: hidden;
}

.storefront-module__9UdDSW__price {
  white-space: nowrap;
  font-weight: 650;
  color: #303035 !important;
  font-size: 11px !important;
}

.storefront-module__9UdDSW__empty {
  min-height: 110px;
  color: var(--rv-muted);
  background: #fff;
  border: 1px dashed #dcdce1;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding: 14px;
  font-size: 11px;
  display: flex;
}

.storefront-module__9UdDSW__emptyMark {
  color: #5f56d9;
  background: #f5f3ff;
  border: 1px solid #dedbf9;
  border-radius: 8px;
  flex: none;
  place-items: center;
  width: 32px;
  height: 32px;
  font-size: 12px;
  font-weight: 700;
  display: grid;
}

.storefront-module__9UdDSW__empty strong {
  color: #303035;
  font-size: 12px;
  display: block;
}

.storefront-module__9UdDSW__empty p {
  margin: 2px 0 0;
  line-height: 1.35;
}

.storefront-module__9UdDSW__brandStory {
  border: 1px solid var(--rv-border);
  border-radius: var(--rv-radius-lg);
  width: min(1320px, 100% - 24px);
  box-shadow: var(--rv-shadow-sm);
  background: #fff;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  margin: 0 auto 14px;
  padding: 10px;
  display: grid;
}

.storefront-module__9UdDSW__brandStoryMark {
  color: #5f56d9;
  background: #f5f3ff;
  border: 1px solid #dedbf9;
  border-radius: 8px;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 13px;
  font-weight: 700;
  display: grid;
}

.storefront-module__9UdDSW__brandStory h2 {
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
}

.storefront-module__9UdDSW__brandStory > p {
  color: var(--rv-muted);
  grid-column: 1 / -1;
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
}

.storefront-module__9UdDSW__footer {
  border-top: 1px solid var(--rv-border);
  width: min(1320px, 100% - 24px);
  min-height: 52px;
  color: var(--rv-muted-soft);
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  padding: 10px 2px 16px;
  font-size: 10px;
  display: flex;
}

.storefront-module__9UdDSW__footerBrand {
  color: #52525b;
  align-items: center;
  gap: 6px;
  display: flex;
}

.storefront-module__9UdDSW__footerBrand strong {
  font-size: 11px;
  font-weight: 650;
}

.storefront-module__9UdDSW__footer .storefront-module__9UdDSW__brandMark {
  width: 24px;
  height: 24px;
  font-size: 10px;
}

.storefront-module__9UdDSW__product {
  grid-template-columns: 1fr;
  gap: 10px;
  width: min(1180px, 100% - 24px);
  margin: 0 auto;
  padding: 18px 0 36px;
  display: grid;
}

.storefront-module__9UdDSW__productVisual, .storefront-module__9UdDSW__productInfo {
  border: 1px solid var(--rv-border);
  border-radius: var(--rv-radius-lg);
  min-width: 0;
  box-shadow: var(--rv-shadow-sm);
  background: #fff;
}

.storefront-module__9UdDSW__productVisual {
  min-height: 300px;
  color: var(--rv-muted-soft);
  background: linear-gradient(145deg, #f3f3f5, #ececf0) center / cover;
  place-items: center;
  font-size: 11px;
  display: grid;
  overflow: hidden;
}

.storefront-module__9UdDSW__productInfo {
  padding: 12px;
}

.storefront-module__9UdDSW__productInfo h1 {
  letter-spacing: -.03em;
  margin: 3px 0 5px;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.1;
}

.storefront-module__9UdDSW__productPrice {
  color: #303035;
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.1;
}

.storefront-module__9UdDSW__description {
  color: var(--rv-muted);
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.5;
}

.storefront-module__9UdDSW__cartNotice, .storefront-module__9UdDSW__cartError {
  border: 1px solid;
  border-radius: 7px;
  margin: 8px 0;
  padding: 8px 9px;
  font-size: 11px;
  line-height: 1.35;
}

.storefront-module__9UdDSW__cartNotice {
  background: var(--rv-success-soft);
  color: var(--rv-success);
  border-color: #d8ede1;
}

.storefront-module__9UdDSW__cartError {
  background: var(--rv-danger-soft);
  color: var(--rv-danger);
  border-color: #efd9dc;
}

.storefront-module__9UdDSW__cartError p {
  margin: 0 0 7px;
}

.storefront-module__9UdDSW__buyBox {
  border: 1px solid var(--rv-border);
  background: #fff;
  border-radius: 9px;
  margin-top: 10px;
  overflow: hidden;
}

.storefront-module__9UdDSW__buyBox > strong {
  border-bottom: 1px solid var(--rv-border-soft);
  color: #303035;
  align-items: center;
  min-height: 38px;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 650;
  display: flex;
}

.storefront-module__9UdDSW__variantList {
  display: grid;
}

.storefront-module__9UdDSW__variantRow {
  border-bottom: 1px solid var(--rv-border-soft);
  grid-template-columns: minmax(0, 1fr);
  gap: 7px;
  min-width: 0;
  padding: 8px 9px;
  display: grid;
}

.storefront-module__9UdDSW__variantRow:last-child {
  border-bottom: 0;
}

.storefront-module__9UdDSW__variantRow > div {
  gap: 1px;
  min-width: 0;
  display: grid;
}

.storefront-module__9UdDSW__variantRow strong {
  color: #303035;
  font-size: 11px;
  font-weight: 600;
}

.storefront-module__9UdDSW__variantRow span {
  color: var(--rv-muted-soft);
  font-size: 10px;
}

.storefront-module__9UdDSW__addForm {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 5px;
  display: grid;
}

.storefront-module__9UdDSW__addForm input, .storefront-module__9UdDSW__cartControls input {
  width: 100%;
  min-height: 34px;
  color: var(--rv-text);
  font: inherit;
  background: #fff;
  border: 1px solid #dedee3;
  border-radius: 7px;
  outline: none;
  padding: 5px 7px;
  font-size: 16px;
}

.storefront-module__9UdDSW__addForm button, .storefront-module__9UdDSW__cartControls button, .storefront-module__9UdDSW__removeButton, .storefront-module__9UdDSW__checkoutButton {
  min-height: 34px;
  font: inherit;
  cursor: pointer;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 0 9px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.storefront-module__9UdDSW__addForm button, .storefront-module__9UdDSW__checkoutButton {
  color: #fff;
  background: #6259dc;
  border: 1px solid #5f56d9;
  text-decoration: none;
}

.storefront-module__9UdDSW__addForm button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.storefront-module__9UdDSW__meta {
  color: var(--rv-muted-soft);
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 9px;
  font-size: 10px;
  display: flex;
}

.storefront-module__9UdDSW__cartPage {
  width: min(1180px, 100% - 24px);
  margin: 0 auto;
  padding: 18px 0 36px;
}

.storefront-module__9UdDSW__cartPage > h1 {
  letter-spacing: -.03em;
  margin: 3px 0 10px;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.1;
}

.storefront-module__9UdDSW__cartLayout {
  grid-template-columns: 1fr;
  gap: 10px;
  min-width: 0;
  display: grid;
}

.storefront-module__9UdDSW__cartItems, .storefront-module__9UdDSW__cartSummary {
  border: 1px solid var(--rv-border);
  border-radius: var(--rv-radius-lg);
  min-width: 0;
  box-shadow: var(--rv-shadow-sm);
  background: #fff;
  overflow: hidden;
}

.storefront-module__9UdDSW__cartItems {
  display: grid;
}

.storefront-module__9UdDSW__cartItem {
  border-bottom: 1px solid var(--rv-border-soft);
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
  padding: 9px;
  display: grid;
}

.storefront-module__9UdDSW__cartItem:last-child {
  border-bottom: 0;
}

.storefront-module__9UdDSW__cartThumb {
  width: 54px;
  height: 54px;
  color: var(--rv-muted-soft);
  text-align: center;
  background: #f2f2f4;
  border-radius: 7px;
  place-items: center;
  font-size: 8px;
  display: grid;
  overflow: hidden;
}

.storefront-module__9UdDSW__cartContent {
  align-content: start;
  gap: 1px;
  min-width: 0;
  display: grid;
}

.storefront-module__9UdDSW__cartContent a {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #303035;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}

.storefront-module__9UdDSW__cartContent span {
  color: var(--rv-muted-soft);
  font-size: 10px;
  line-height: 1.3;
}

.storefront-module__9UdDSW__unavailable {
  color: var(--rv-danger) !important;
}

.storefront-module__9UdDSW__cartLine {
  flex-wrap: wrap;
  grid-column: 1 / -1;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  display: flex;
}

.storefront-module__9UdDSW__cartLine > strong {
  margin-right: auto;
  font-size: 12px;
}

.storefront-module__9UdDSW__cartControls {
  grid-template-columns: 58px auto;
  gap: 4px;
  display: grid;
}

.storefront-module__9UdDSW__cartControls button {
  color: #52525b;
  background: #fff;
  border: 1px solid #dedee3;
}

.storefront-module__9UdDSW__removeButton {
  color: #934049;
  background: snow;
  border: 1px solid #ecd7da;
}

.storefront-module__9UdDSW__cartSummary {
  padding: 10px;
}

.storefront-module__9UdDSW__cartSummary h2 {
  margin: 0 0 7px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
}

.storefront-module__9UdDSW__summaryRow, .storefront-module__9UdDSW__summaryTotal {
  border-bottom: 1px solid var(--rv-border-soft);
  min-height: 29px;
  color: var(--rv-muted);
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  display: flex;
}

.storefront-module__9UdDSW__summaryRow strong {
  color: #303035;
}

.storefront-module__9UdDSW__summaryTotal {
  color: #303035;
  border-bottom: 0;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 650;
}

.storefront-module__9UdDSW__checkoutButton {
  width: 100%;
}

.storefront-module__9UdDSW__checkoutDisabled {
  color: #9a9aa4;
  cursor: not-allowed;
  background: #f2f2f4;
  border-color: #dedee3;
}

.storefront-module__9UdDSW__summaryNote {
  color: var(--rv-muted-soft);
  margin: 7px 0 0;
  font-size: 9px;
  line-height: 1.35;
}

@media (min-width: 620px) {
  .storefront-module__9UdDSW__header {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    padding-inline: 16px;
  }

  .storefront-module__9UdDSW__nav {
    display: flex;
  }

  .storefront-module__9UdDSW__textAction {
    display: inline-flex;
  }

  .storefront-module__9UdDSW__hero, .storefront-module__9UdDSW__valueStrip, .storefront-module__9UdDSW__catalog, .storefront-module__9UdDSW__brandStory, .storefront-module__9UdDSW__footer {
    width: min(1320px, 100% - 32px);
  }

  .storefront-module__9UdDSW__hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
    padding-top: 16px;
  }

  .storefront-module__9UdDSW__heroVisual {
    min-height: 290px;
  }

  .storefront-module__9UdDSW__heroContent {
    padding: 20px;
  }

  .storefront-module__9UdDSW__hero h1 {
    font-size: clamp(34px, 5vw, 48px);
  }

  .storefront-module__9UdDSW__valueStrip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .storefront-module__9UdDSW__valueStrip article {
    border-right: 1px solid var(--rv-border-soft);
    border-bottom: 0;
  }

  .storefront-module__9UdDSW__valueStrip article:last-child {
    border-right: 0;
  }

  .storefront-module__9UdDSW__sectionHeading > p {
    display: block;
  }

  .storefront-module__9UdDSW__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }

  .storefront-module__9UdDSW__card {
    grid-template-rows: minmax(200px, 1fr) auto;
  }

  .storefront-module__9UdDSW__visual {
    min-height: 200px;
  }

  .storefront-module__9UdDSW__brandStory {
    grid-template-columns: auto minmax(0, 1fr) minmax(260px, .75fr);
  }

  .storefront-module__9UdDSW__brandStory > p {
    grid-column: auto;
  }

  .storefront-module__9UdDSW__product, .storefront-module__9UdDSW__cartPage {
    width: min(1180px, 100% - 32px);
  }

  .storefront-module__9UdDSW__product {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
    gap: 12px;
  }

  .storefront-module__9UdDSW__productVisual {
    min-height: 460px;
  }

  .storefront-module__9UdDSW__productInfo {
    padding: 14px;
  }

  .storefront-module__9UdDSW__variantRow {
    grid-template-columns: minmax(0, 1fr) 180px;
    align-items: center;
  }

  .storefront-module__9UdDSW__addForm input, .storefront-module__9UdDSW__cartControls input {
    font-size: 13px;
  }

  .storefront-module__9UdDSW__cartItem {
    grid-template-columns: 60px minmax(0, 1fr) auto;
    align-items: center;
  }

  .storefront-module__9UdDSW__cartThumb {
    width: 60px;
    height: 60px;
  }

  .storefront-module__9UdDSW__cartLine {
    grid-column: auto;
    min-width: 190px;
  }
}

@media (min-width: 900px) {
  .storefront-module__9UdDSW__header {
    padding-inline: max(22px, 50vw - 660px);
  }

  .storefront-module__9UdDSW__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .storefront-module__9UdDSW__card {
    grid-template-rows: minmax(230px, 1fr) auto;
  }

  .storefront-module__9UdDSW__visual {
    min-height: 230px;
  }

  .storefront-module__9UdDSW__cartLayout {
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .58fr);
    gap: 12px;
  }

  .storefront-module__9UdDSW__cartSummary {
    position: sticky;
    top: 64px;
  }
}

@media (min-width: 1280px) {
  .storefront-module__9UdDSW__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .storefront-module__9UdDSW__heroContent {
    padding: 24px;
  }
}

/* [project]/apps/web/src/app/account/account.module.css [app-client] (css) */
.account-module__wAG37a__page {
  width: min(1180px, 100% - 24px);
  margin: 0 auto;
  padding: 24px 0 44px;
}

.account-module__wAG37a__authPage {
  width: min(420px, 100% - 24px);
  margin: 0 auto;
  padding: 34px 0 48px;
}

.account-module__wAG37a__authCard, .account-module__wAG37a__panel, .account-module__wAG37a__addressCard, .account-module__wAG37a__orderCard, .account-module__wAG37a__accountNav {
  border: 1px solid var(--rv-border);
  border-radius: var(--rv-radius-lg);
  background: var(--rv-surface);
  box-shadow: var(--rv-shadow-sm);
}

.account-module__wAG37a__authCard {
  padding: 14px;
}

.account-module__wAG37a__authCard h1, .account-module__wAG37a__page h1 {
  color: var(--rv-text);
  letter-spacing: -.025em;
  margin: 4px 0 6px;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.15;
}

.account-module__wAG37a__intro {
  color: var(--rv-muted);
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.4;
}

.account-module__wAG37a__form, .account-module__wAG37a__fields {
  gap: 9px;
  display: grid;
}

.account-module__wAG37a__fields {
  grid-template-columns: 1fr;
}

.account-module__wAG37a__full {
  grid-column: 1 / -1;
}

.account-module__wAG37a__form label, .account-module__wAG37a__fields label {
  color: #5f5f69;
  gap: 4px;
  min-width: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  display: grid;
}

.account-module__wAG37a__form input, .account-module__wAG37a__fields input, .account-module__wAG37a__fields select {
  width: 100%;
  min-height: 37px;
  color: var(--rv-text);
  font-family: var(--rv-font-sans);
  box-shadow: var(--rv-shadow-sm);
  background: #fff;
  border: 1px solid #dedee3;
  border-radius: 7px;
  outline: none;
  padding: 6px 8px;
  font-size: 16px;
  line-height: 1.25;
}

.account-module__wAG37a__form input:focus, .account-module__wAG37a__fields input:focus, .account-module__wAG37a__fields select:focus {
  border-color: #8a83df;
  box-shadow: 0 0 0 2px #5f56d914;
}

.account-module__wAG37a__fields input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-height: 0;
  box-shadow: none;
  vertical-align: middle;
  margin: 0 6px 0 0;
  padding: 0;
}

.account-module__wAG37a__primaryButton, .account-module__wAG37a__secondaryButton, .account-module__wAG37a__dangerButton {
  min-height: 32px;
  font-family: var(--rv-font-sans);
  cursor: pointer;
  border-radius: 7px;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.account-module__wAG37a__primaryButton {
  color: #fff;
  background: #6259dc;
  border: 1px solid #5f56d9;
}

.account-module__wAG37a__secondaryButton {
  color: #52525b;
  background: #fff;
  border: 1px solid #dedee3;
}

.account-module__wAG37a__dangerButton {
  color: #934049;
  background: snow;
  border: 1px solid #ecd7da;
}

.account-module__wAG37a__switchLink {
  color: var(--rv-muted);
  margin: 11px 0 0;
  font-size: 11px;
}

.account-module__wAG37a__switchLink a, .account-module__wAG37a__accountNav a, .account-module__wAG37a__orderLink {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.account-module__wAG37a__notice, .account-module__wAG37a__error {
  border: 1px solid;
  border-radius: 7px;
  margin: 0 0 10px;
  padding: 8px 9px;
  font-size: 11px;
  font-weight: 550;
  line-height: 1.35;
}

.account-module__wAG37a__notice {
  background: var(--rv-success-soft);
  color: var(--rv-success);
  border-color: #d8ede1;
}

.account-module__wAG37a__error {
  background: var(--rv-danger-soft);
  color: var(--rv-danger);
  border-color: #efd9dc;
}

.account-module__wAG37a__accountNav {
  scrollbar-width: none;
  align-items: center;
  gap: 3px;
  margin-bottom: 10px;
  padding: 3px;
  display: flex;
  overflow-x: auto;
}

.account-module__wAG37a__accountNav::-webkit-scrollbar {
  display: none;
}

.account-module__wAG37a__accountNav a, .account-module__wAG37a__accountNav button {
  color: #666670;
  min-height: 30px;
  font-family: var(--rv-font-sans);
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: 0;
  border-radius: 6px;
  flex: none;
  padding: 0 9px;
  font-size: 11px;
  font-weight: 600;
}

.account-module__wAG37a__accountNav a:hover, .account-module__wAG37a__accountNav button:hover {
  color: #2d2d32;
  background: #f5f5f6;
}

.account-module__wAG37a__accountNav form {
  margin-left: auto;
}

.account-module__wAG37a__grid {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 10px;
  min-width: 0;
  display: grid;
}

.account-module__wAG37a__panel {
  padding: 10px;
}

.account-module__wAG37a__panel h2 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
}

.account-module__wAG37a__meta {
  display: grid;
}

.account-module__wAG37a__meta div {
  border-bottom: 1px solid var(--rv-border-soft);
  color: var(--rv-muted);
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  font-size: 11px;
  display: flex;
}

.account-module__wAG37a__meta div:last-child {
  border-bottom: 0;
}

.account-module__wAG37a__meta strong {
  color: #303035;
  font-weight: 600;
}

.account-module__wAG37a__addressGrid, .account-module__wAG37a__orderList {
  gap: 7px;
  display: grid;
}

.account-module__wAG37a__addressCard, .account-module__wAG37a__orderCard {
  padding: 9px 10px;
}

.account-module__wAG37a__addressHeader, .account-module__wAG37a__orderHeader, .account-module__wAG37a__actions {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  display: flex;
}

.account-module__wAG37a__addressHeader strong, .account-module__wAG37a__orderHeader strong {
  font-size: 12px;
  font-weight: 600;
}

.account-module__wAG37a__badge {
  color: #666670;
  text-transform: capitalize;
  background: #f7f7f8;
  border: 1px solid #e1e1e5;
  border-radius: 5px;
  align-items: center;
  min-height: 20px;
  padding: 0 6px;
  font-size: 10px;
  font-weight: 650;
  line-height: 1;
  display: inline-flex;
}

.account-module__wAG37a__addressCard address {
  color: var(--rv-muted);
  margin: 7px 0;
  font-size: 11px;
  font-style: normal;
  line-height: 1.45;
}

.account-module__wAG37a__actions {
  justify-content: flex-start;
  margin-top: 7px;
}

.account-module__wAG37a__orderCard {
  gap: 7px;
  display: grid;
}

.account-module__wAG37a__orderHeader span, .account-module__wAG37a__orderMeta {
  color: var(--rv-muted-soft);
  font-size: 11px;
}

.account-module__wAG37a__empty {
  color: var(--rv-muted-soft);
  text-align: center;
  border: 1px dashed #dcdce1;
  border-radius: 8px;
  padding: 22px 10px;
  font-size: 12px;
}

@media (min-width: 620px) {
  .account-module__wAG37a__page {
    width: min(1180px, 100% - 32px);
    padding-top: 28px;
  }

  .account-module__wAG37a__authPage {
    width: min(400px, 100% - 32px);
    padding-top: 42px;
  }

  .account-module__wAG37a__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-module__wAG37a__form input, .account-module__wAG37a__fields input, .account-module__wAG37a__fields select {
    min-height: 33px;
    padding: 5px 7px;
    font-size: 13px;
  }

  .account-module__wAG37a__panel {
    padding: 11px 12px;
  }
}

@media (min-width: 900px) {
  .account-module__wAG37a__page {
    width: min(1280px, 100% - 44px);
  }

  .account-module__wAG37a__grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .72fr);
    gap: 12px;
  }
}

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