/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .start {
    inset-inline-start: var(--spacing);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-30 {
    margin-inline: calc(var(--spacing) * 30);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --navy: #10253f;
  --orange: #f26522;
  --ink: #182231;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}
button,input,select {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
.topbar {
  height: 34px;
  padding: 0 max(24px,calc((100vw - 1240px)/2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--navy);
  color: #cfd8e4;
  font-size: 12px;
}
.topbar b {
  color: #fff;
}
.header {
  height: 86px;
  padding: 0 max(24px,calc((100vw - 1240px)/2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9edf1;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: .8;
}
.brand small {
  display: block;
  color: #738095;
  font-size: 8px;
  letter-spacing: 1.7px;
  font-weight: 700;
  margin-top: 7px;
  text-transform: uppercase;
}
.brandmark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--orange);
  color: #fff;
  border-radius: 5px 18px 5px 18px;
  font: 900 italic 27px Georgia,serif;
}
.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 650;
}
.nav a:hover {
  color: var(--orange);
}
.actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.iconButton,.cartButton,.menuButton {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--navy);
}
.iconButton {
  display: flex;
  gap: 8px;
  align-items: center;
}
.iconButton span {
  font-size: 24px;
}
.iconButton small,.cartButton small {
  display: block;
  font-size: 10px;
  color: #7d8998;
  font-weight: 600;
}
.cartButton {
  min-width: 138px;
  height: 48px;
  border: 1px solid #e2e7ec;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 800;
  position: relative;
}
.cartButton b {
  position: absolute;
  right: -7px;
  top: -7px;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 11px;
}
.menuButton {
  display: none;
  font-size: 25px;
}
.hero {
  min-height: 565px;
  padding: 76px max(24px,calc((100vw - 1240px)/2));
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 80px;
  align-items: center;
  background: radial-gradient(circle at 12% 20%,rgba(242,101,34,.1),transparent 30%),linear-gradient(105deg,#f7f5f1 0%,#f2f0ea 52%,#eceae5 52%,#f7f6f3 100%);
  position: relative;
  overflow: hidden;
}
.hero:after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border: 85px solid rgba(16,37,63,.035);
  border-radius: 50%;
  right: -110px;
  bottom: -170px;
}
.heroCopy,.finderCard {
  position: relative;
  z-index: 1;
}
.eyebrow {
  margin: 0 0 17px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 2px;
}
h1 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(46px,5.2vw,72px);
  line-height: .98;
  letter-spacing: -4px;
  color: var(--navy);
}
h1 em {
  color: var(--orange);
  font: italic 500 1em Georgia,serif;
}
.lead {
  max-width: 530px;
  color: #5c6876;
  font-size: 18px;
  line-height: 1.65;
  margin: 27px 0 25px;
}
.proof {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #536173;
}
.finderCard {
  padding: 31px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 26px 70px rgba(22,36,52,.15);
}
.modeTabs {
  display: flex;
  border-bottom: 1px solid #e6e9ec;
  margin: -8px 0 24px;
}
.modeTabs button {
  flex: 1;
  padding: 14px 6px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #7b8694;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
}
.modeTabs button.active {
  color: var(--navy);
  border-color: var(--orange);
}
.finderCard label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}
.selectGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
select,.numberInput {
  width: 100%;
  height: 51px;
  border: 1px solid #dfe4e8;
  border-radius: 6px;
  background: #fff;
  padding: 0 14px;
  color: #667384;
  outline: none;
}
select:focus,input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(242,101,34,.12);
}
.numberInput {
  margin-bottom: 71px;
}
.primaryButton {
  width: 100%;
  height: 56px;
  margin-top: 13px;
  border: 0;
  border-radius: 6px;
  background: var(--orange);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 9px 24px rgba(242,101,34,.24);
}
.primaryButton:hover {
  background: #dc5317;
}
.primaryButton span {
  font-size: 20px;
}
.helper {
  text-align: center;
  font-size: 11px;
  color: #84909d;
  margin: 14px 0 -4px;
}
.helper a {
  color: var(--orange);
  font-weight: 750;
}
.categoryStrip {
  max-width: 1240px;
  margin: -35px auto 0;
  padding: 0 18px;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 45px rgba(18,38,60,.1);
  position: relative;
  z-index: 3;
}
.categoryStrip button {
  min-height: 105px;
  border: 0;
  border-right: 1px solid #edf0f2;
  background: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 13px;
  padding: 18px;
  cursor: pointer;
}
.categoryStrip button:last-child {
  border: 0;
}
.categoryStrip i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff1e9;
  color: var(--orange);
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 18px;
}
.categoryStrip b,.categoryStrip small {
  display: block;
}
.categoryStrip b {
  font-size: 13px;
  color: var(--navy);
}
.categoryStrip small {
  font-size: 10px;
  color: #8993a0;
  margin-top: 4px;
}
.categoryStrip em {
  margin-left: auto;
  color: #a9b0b8;
  font-style: normal;
}
.categoryStrip button:hover b,.categoryStrip button:hover em {
  color: var(--orange);
}
.productsSection {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 24px;
}
.sectionHead {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}
h2 {
  margin: 0;
  color: var(--navy);
  font-size: 36px;
  letter-spacing: -1.5px;
}
.catalogSearch {
  width: 295px;
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e0e5e9;
  border-radius: 6px;
  padding: 0 13px;
}
.catalogSearch input {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 13px;
}
.productGrid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
.productCard {
  border: 1px solid #e6e9ed;
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
  transition: .2s ease;
}
.productCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(20,36,54,.1);
}
.imageWrap {
  height: 235px;
  background: #f6f6f4;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.imageWrap img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.imageWrap button {
  position: absolute;
  right: 13px;
  top: 12px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #e0e4e7;
  background: #fff;
  color: #647184;
  cursor: pointer;
  font-size: 18px;
}
.badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1;
  background: var(--navy);
  color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.productBody {
  padding: 19px;
}
.productBody>small {
  color: var(--orange);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.productBody h3 {
  min-height: 43px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.35;
  margin: 8px 0 3px;
}
.productBody p {
  margin: 0;
  color: #84909e;
  font-size: 11px;
}
.priceRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #edf0f2;
  margin-top: 18px;
  padding-top: 15px;
}
.priceRow strong {
  color: var(--navy);
  font-size: 17px;
}
.priceRow button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 6px;
  background: var(--orange);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.helpBanner {
  max-width: 1192px;
  margin: 0 auto 85px;
  padding: 30px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--navy);
  color: #fff;
  border-radius: 10px;
}
.helpBanner>div {
  display: flex;
  align-items: center;
  gap: 18px;
}
.helpBanner>div>span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--orange);
  font: 700 25px Georgia;
}
.helpBanner b {
  font-size: 18px;
}
.helpBanner p {
  margin: 5px 0 0;
  color: #b9c5d2;
  font-size: 12px;
}
.helpBanner a {
  padding: 14px 20px;
  border-radius: 6px;
  background: #fff;
  color: var(--navy);
  font-size: 13px;
  font-weight: 850;
}
footer {
  min-height: 145px;
  padding: 35px max(24px,calc((100vw - 1240px)/2));
  background: #0b1b2e;
  color: #8ea0b4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.brand.light {
  color: #fff;
}
@media (max-width:950px) {
  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 86px;
    padding: 20px 24px;
    background: #fff;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
  }
  .nav.open {
    display: flex;
  }
  .menuButton {
    display: block;
  }
  .iconButton {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 55px;
  }
  .categoryStrip {
    grid-template-columns: repeat(3,1fr);
    margin-top: 0;
  }
  .productGrid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:620px) {
  .topbar span:first-child {
    display: none;
  }
  .topbar {
    justify-content: center;
  }
  .header {
    height: 72px;
  }
  .brand {
    font-size: 19px;
  }
  .brandmark {
    width: 37px;
    height: 37px;
  }
  .brand small {
    font-size: 6px;
  }
  .cartButton {
    min-width: 52px;
    width: 52px;
  }
  .cartButton>span:nth-child(2) {
    display: none;
  }
  .hero {
    padding: 45px 18px 60px;
  }
  .hero h1 {
    font-size: 47px;
    letter-spacing: -3px;
  }
  .finderCard {
    padding: 22px;
  }
  .selectGrid {
    grid-template-columns: 1fr;
  }
  .numberInput {
    margin-bottom: 12px;
  }
  .categoryStrip {
    grid-template-columns: 1fr 1fr;
    padding: 0 8px;
  }
  .categoryStrip button {
    min-height: 86px;
  }
  .categoryStrip button:nth-child(even) {
    border-right: 0;
  }
  .productsSection {
    padding: 65px 18px;
  }
  .sectionHead {
    align-items: start;
    gap: 20px;
    flex-direction: column;
  }
  .catalogSearch {
    width: 100%;
  }
  .productGrid {
    grid-template-columns: 1fr;
  }
  .imageWrap {
    height: 285px;
  }
  .helpBanner {
    margin: 0 18px 55px;
    align-items: start;
    gap: 24px;
    flex-direction: column;
  }
  .helpBanner a {
    width: 100%;
    text-align: center;
  }
  footer {
    gap: 25px;
    flex-direction: column;
    align-items: start;
  }
  .proof {
    gap: 10px;
  }
}
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(5,15,27,.55);
  backdrop-filter: blur(4px);
  z-index: 60;
  display: flex;
  justify-content: flex-end;
}
.drawer {
  width: min(470px,100%);
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: -20px 0 70px rgba(0,0,0,.2);
  animation: slideIn .24s ease;
}
.drawerHead {
  padding: 27px 28px 22px;
  border-bottom: 1px solid #e7eaed;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drawerHead small {
  font-size: 9px;
  color: var(--orange);
  font-weight: 900;
  letter-spacing: 1.5px;
}
.drawerHead h2 {
  font-size: 27px;
}
.drawerHead button,.modalClose {
  width: 39px;
  height: 39px;
  border: 1px solid #dfe4e8;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 24px;
  cursor: pointer;
}
.cartItems {
  flex: 1;
  overflow: auto;
  padding: 12px 28px;
}
.cartItem {
  display: grid;
  grid-template-columns: 78px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #edf0f2;
}
.cartItem img {
  width: 78px;
  height: 68px;
  object-fit: contain;
  background: #f6f6f4;
  border-radius: 6px;
}
.cartItem b,.cartItem small,.cartItem strong {
  display: block;
}
.cartItem b {
  font-size: 13px;
  color: var(--navy);
}
.cartItem small {
  font-size: 10px;
  color: #8a95a2;
  margin: 4px 0 7px;
}
.cartItem strong {
  font-size: 13px;
}
.cartItem>button {
  border: 0;
  background: transparent;
  color: #9aa3ac;
  font-size: 19px;
  cursor: pointer;
}
.emptyCart {
  padding: 90px 20px;
  text-align: center;
  color: #83909d;
}
.emptyCart span {
  display: block;
  font-size: 38px;
}
.emptyCart b {
  display: block;
  color: var(--navy);
  margin: 13px 0 5px;
}
.emptyCart p {
  font-size: 12px;
}
.cartSummary {
  padding: 24px 28px 29px;
  border-top: 1px solid #e6e9ec;
  background: #f8f8f6;
}
.cartSummary p,.cartSummary>div {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
  font-size: 12px;
}
.cartSummary>div {
  border-top: 1px solid #dfe4e8;
  margin-top: 16px;
  padding-top: 16px;
  font-size: 16px;
}
.cartSummary strong {
  font-size: 21px;
  color: var(--navy);
}
.cartSummary>button,.accountPrimary {
  width: 100%;
  height: 54px;
  margin-top: 14px;
  border: 0;
  border-radius: 6px;
  background: var(--orange);
  color: #fff;
  font-weight: 850;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cartSummary>small {
  display: block;
  text-align: center;
  color: #7d8996;
  font-size: 9px;
  margin-top: 10px;
}
.accountOverlay {
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.accountModal {
  width: min(460px,100%);
  padding: 42px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 25px 80px rgba(0,0,0,.25);
  position: relative;
  text-align: center;
}
.modalClose {
  position: absolute;
  right: 18px;
  top: 18px;
}
.accountModal h2 {
  font-size: 34px;
}
.modalLead {
  color: #6f7b89;
  line-height: 1.6;
  font-size: 14px;
  margin: 13px auto 24px;
  max-width: 340px;
}
.accountPrimary {
  gap: 12px;
}
.divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #a3abb4;
  font-size: 10px;
  margin: 23px 0;
}
.divider:before,.divider:after {
  content: "";
  height: 1px;
  background: #e5e8eb;
  flex: 1;
}
.registerInfo {
  padding: 17px;
  background: #f6f6f3;
  border-radius: 7px;
}
.registerInfo b {
  font-size: 13px;
  color: var(--navy);
}
.registerInfo p {
  font-size: 11px;
  color: #74808c;
  margin: 5px 0 0;
}
.privacy {
  display: block;
  color: #9ca5ae;
  font-size: 9px;
  line-height: 1.5;
  margin: 17px 15px -10px;
}
.accountPage {
  min-height: 100vh;
  background: #f4f2ed;
  padding: 35px max(24px,calc((100vw - 1050px)/2));
}
.accountPage>section {
  margin-top: 70px;
  padding: 50px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 20px 70px rgba(20,37,56,.1);
}
.accountPage h1 {
  font-size: 54px;
}
.accountPage>section>p:not(.eyebrow) {
  color: #6f7b89;
}
.accountTiles {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin: 40px 0;
}
.accountTiles article {
  padding: 28px;
  border: 1px solid #e2e6ea;
  border-radius: 9px;
}
.accountTiles span {
  display: block;
  font-size: 25px;
  color: var(--orange);
  margin-bottom: 20px;
}
.accountTiles b,.accountTiles small {
  display: block;
}
.accountTiles b {
  color: var(--navy);
  font-size: 14px;
}
.accountTiles small {
  color: #8994a0;
  font-size: 10px;
  margin-top: 5px;
}
.accountLinks {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e8ebed;
  padding-top: 22px;
  font-size: 12px;
  font-weight: 800;
}
.accountLinks a:last-child {
  color: var(--orange);
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: none;
  }
}
@media (max-width:620px) {
  .accountModal {
    padding: 38px 22px;
  }
  .accountPage {
    padding: 20px;
  }
  .accountPage>section {
    padding: 28px 20px;
    margin-top: 45px;
  }
  .accountPage h1 {
    font-size: 42px;
  }
  .accountTiles {
    grid-template-columns: 1fr;
  }
  .drawerHead,.cartItems,.cartSummary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
