/* [project]/apps/storefront/src/styles/fonts.css [app-client] (css) */
@font-face {
  font-family: Vazir;
  src: url("/fonts/Vazir.woff2") format("woff2"), url("/fonts/Vazir.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --font-sans: "Manrope", sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-persian: "Vazir", Tahoma, sans-serif;
  --font-stripe: "Manrope", "Inter", sans-serif;
}

/* [project]/apps/storefront/src/styles/rtl-control-fixes.css [app-client] (css) */
.sahil-form-input__field--password:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  padding-right: 3.25rem;
}

.sahil-form-input__field--password:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  padding-right: 3.25rem;
}

.sahil-form-input__field--password:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  padding-right: 3.25rem;
}

.sahil-form-input__field--password:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-left: 3.25rem;
}

.sahil-form-input__field--password:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-left: 3.25rem;
}

.sahil-form-input__field--password:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-left: 3.25rem;
}

.sahil-form-input__password-toggle {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  position: absolute;
  top: 0;
}

.sahil-form-input__password-toggle:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  right: 0;
}

.sahil-form-input__password-toggle:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  right: 0;
}

.sahil-form-input__password-toggle:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  right: 0;
}

.sahil-form-input__password-toggle:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.sahil-form-input__password-toggle:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.sahil-form-input__password-toggle:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.sahil-form-input__password-toggle svg {
  width: 18px;
  height: 18px;
}

html[dir="rtl"] .sahil-form-input__password-toggle {
  left: 0;
  right: auto;
}

html[dir="rtl"] .sahil-product-tab__return-icon {
  transform: scaleX(-1);
}

/* [project]/apps/storefront/src/styles/globals.css [app-client] (css) */
*, :before, :after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Ubuntu, sans-serif;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

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-feature-settings: normal;
  font-variation-settings: normal;
  font-family: Roboto Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

input:where([type="button"]) {
  -webkit-appearance: button;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

input:where([type="reset"]) {
  -webkit-appearance: button;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

* {
  border-color: var(--border-base);
}

:root {
  --tag-neutral-border: #e4e4e7;
  --tag-neutral-icon: #a1a1aa;
  --bg-switch-off-hover: #d4d4d8;
  --border-menu-bot: #fff;
  --border-menu-top: #e4e4e7;
  --bg-subtle-hover: #f4f4f5;
  --contrast-fg-primary: rgba(255, 255, 255, .88);
  --bg-switch-off: #e4e4e7;
  --contrast-bg-base-pressed: #3f3f46;
  --bg-field-component-hover: #fafafa;
  --bg-base-pressed: #e4e4e7;
  --tag-neutral-text: #52525b;
  --tag-red-text: #9f1239;
  --contrast-bg-base: #18181b;
  --border-strong: #d4d4d8;
  --contrast-border-base: rgba(255, 255, 255, .15);
  --bg-field: #fafafa;
  --tag-blue-text: #1e40af;
  --button-inverted-pressed: #52525b;
  --border-interactive: #3b82f6;
  --bg-base-hover: #f4f4f5;
  --contrast-bg-subtle: #27272a;
  --bg-highlight: #eff6ff;
  --contrast-fg-secondary: rgba(255, 255, 255, .56);
  --tag-red-bg: #ffe4e6;
  --button-transparent: rgba(255, 255, 255, 0);
  --button-danger-pressed: #9f1239;
  --fg-on-color: #fff;
  --button-inverted-hover: #3f3f46;
  --bg-field-component: #fff;
  --tag-orange-text: #9a3412;
  --tag-green-icon: #10b981;
  --border-base: #e4e4e7;
  --bg-base: #fff;
  --tag-orange-border: #fed7aa;
  --tag-red-border: #fecdd3;
  --tag-green-border: #a7f3d0;
  --tag-green-text: #065f46;
  --button-neutral: #fff;
  --tag-blue-border: #bfdbfe;
  --fg-interactive-hover: #2563eb;
  --tag-orange-icon: #f97316;
  --button-neutral-hover: #f4f4f5;
  --fg-interactive: #3b82f6;
  --bg-component-pressed: #e4e4e7;
  --tag-purple-bg: #ede9fe;
  --contrast-bg-base-hover: #27272a;
  --bg-component: #fafafa;
  --bg-subtle: #fafafa;
  --tag-purple-text: #5b21b6;
  --contrast-border-bot: rgba(255, 255, 255, .1);
  --button-inverted: #27272a;
  --tag-red-icon: #f43f5e;
  --button-transparent-hover: #f4f4f5;
  --button-neutral-pressed: #e4e4e7;
  --tag-purple-icon: #a78bfa;
  --bg-field-hover: #f4f4f5;
  --fg-on-inverted: #fff;
  --bg-interactive: #3b82f6;
  --border-danger: #be123c;
  --button-transparent-pressed: #e4e4e7;
  --tag-purple-border: #ddd6fe;
  --bg-highlight-hover: #dbeafe;
  --border-error: #e11d48;
  --button-danger: #e11d48;
  --tag-blue-bg: #dbeafe;
  --border-transparent: rgba(255, 255, 255, 0);
  --button-danger-hover: #be123c;
  --bg-subtle-pressed: #e4e4e7;
  --fg-error: #e11d48;
  --bg-component-hover: #f4f4f5;
  --bg-disabled: #f4f4f5;
  --tag-blue-icon: #60a5fa;
  --fg-subtle: #52525b;
  --tag-orange-bg-hover: #fed7aa;
  --tag-green-bg-hover: #a7f3d0;
  --tag-red-bg-hover: #fecdd3;
  --tag-purple-bg-hover: #ddd6fe;
  --tag-neutral-bg-hover: #e4e4e7;
  --tag-blue-bg-hover: #bfdbfe;
  --tag-green-bg: #d1fae5;
  --tag-neutral-bg: #f4f4f5;
  --tag-orange-bg: #ffedd5;
  --fg-base: #18181b;
  --contrast-border-top: #18181b;
  --bg-overlay: rgba(24, 24, 27, .4);
  --fg-disabled: #a1a1aa;
  --fg-muted: #71717a;
  --alpha-250: rgba(24, 24, 27, .1);
  --alpha-400: rgba(24, 24, 27, .24);
  --buttons-danger-focus: 0px .75px 0px 0px rgba(255, 255, 255, .2) inset, 0px 1px 2px 0px rgba(190, 18, 60, .4), 0px 0px 0px 1px #be123c, 0px 0px 0px 2px #fff, 0px 0px 0px 4px rgba(59, 130, 246, .6);
  --details-contrast-on-bg-interactive: 0px 1px 2px 0px rgba(30, 58, 138, .6);
  --borders-error: 0px 0px 0px 1px #e11d48, 0px 0px 0px 3px rgba(225, 29, 72, .15);
  --borders-focus: 0px 0px 0px 1px #fff, 0px 0px 0px 3px rgba(59, 130, 246, .6);
  --buttons-danger: 0px .75px 0px 0px rgba(255, 255, 255, .2) inset, 0px 1px 2px 0px rgba(190, 18, 60, .4), 0px 0px 0px 1px #be123c;
  --buttons-inverted-focus: 0px .75px 0px 0px rgba(255, 255, 255, .2) inset, 0px 1px 2px 0px rgba(0, 0, 0, .4), 0px 0px 0px 1px #18181b, 0px 0px 0px 2px #fff, 0px 0px 0px 4px rgba(59, 130, 246, .6);
  --elevation-card-hover: 0px 0px 0px 1px rgba(0, 0, 0, .08), 0px 1px 2px -1px rgba(0, 0, 0, .08), 0px 2px 8px 0px rgba(0, 0, 0, .1);
  --details-switch-handle: 0px 0px 2px 1px #fff inset, 0px 1px 0px 0px #fff inset, 0px 0px 0px .5px rgba(0, 0, 0, .02), 0px 5px 4px 0px rgba(0, 0, 0, .02), 0px 3px 3px 0px rgba(0, 0, 0, .04), 0px 1px 2px 0px rgba(0, 0, 0, .12), 0px 0px 1px 0px rgba(0, 0, 0, .08);
  --buttons-neutral: 0px 1px 2px 0px rgba(0, 0, 0, .12), 0px 0px 0px 1px rgba(0, 0, 0, .08);
  --borders-base: 0px 1px 2px 0px rgba(0, 0, 0, .12), 0px 0px 0px 1px rgba(0, 0, 0, .08);
  --elevation-card-rest: 0px 0px 0px 1px rgba(0, 0, 0, .08), 0px 1px 2px -1px rgba(0, 0, 0, .08), 0px 2px 4px 0px rgba(0, 0, 0, .04);
  --buttons-neutral-focus: 0px 1px 2px 0px rgba(0, 0, 0, .12), 0px 0px 0px 1px rgba(0, 0, 0, .08), 0px 0px 0px 2px #fff, 0px 0px 0px 4px rgba(59, 130, 246, .6);
  --details-switch-background-focus: 0px 0px 0px 1px #fff, 0px 0px 0px 3px rgba(59, 130, 246, .6), 0px 1px 1px 0px rgba(0, 0, 0, .04) inset, 0px 2px 4px 0px rgba(0, 0, 0, .04) inset, 0px 0px 0px .75px rgba(0, 0, 0, .06) inset, 0px 0px 8px 0px rgba(0, 0, 0, .02) inset, 0px 2px 4px 0px rgba(0, 0, 0, .04);
  --details-switch-background: 0px 1px 1px 0px rgba(0, 0, 0, .04) inset, 0px 2px 4px 0px rgba(0, 0, 0, .04) inset, 0px 0px 0px .75px rgba(0, 0, 0, .06) inset, 0px 0px 8px 0px rgba(0, 0, 0, .02) inset, 0px 2px 4px 0px rgba(0, 0, 0, .04);
  --elevation-flyout: 0px 0px 0px 1px rgba(0, 0, 0, .08), 0px 4px 8px 0px rgba(0, 0, 0, .08), 0px 8px 16px 0px rgba(0, 0, 0, .08);
  --elevation-tooltip: 0px 0px 0px 1px rgba(0, 0, 0, .08), 0px 2px 4px 0px rgba(0, 0, 0, .08), 0px 4px 8px 0px rgba(0, 0, 0, .08);
  --elevation-modal: 0px 0px 0px 1px #fff inset, 0px 0px 0px 1.5px rgba(228, 228, 231, .6) inset, 0px 0px 0px 1px rgba(0, 0, 0, .08), 0px 8px 16px 0px rgba(0, 0, 0, .08), 0px 16px 32px 0px rgba(0, 0, 0, .08);
  --elevation-code-block: 0px 0px 0px 1px #18181b inset, 0px 0px 0px 1.5px rgba(255, 255, 255, .2) inset;
  --buttons-inverted: 0px .75px 0px 0px rgba(255, 255, 255, .2) inset, 0px 1px 2px 0px rgba(0, 0, 0, .4), 0px 0px 0px 1px #18181b;
  --elevation-commandbar: 0px 0px 0px .75px #27272a inset, 0px 0px 0px 1.25px rgba(255, 255, 255, .3) inset, 0px 8px 16px 0px rgba(0, 0, 0, .08), 0px 16px 32px 0px rgba(0, 0, 0, .08);
  --borders-interactive-with-focus: 0px 1px 2px 0px rgba(30, 58, 138, .5), 0px 0px 0px 1px #2563eb, 0px 0px 0px 2px #fff, 0px 0px 0px 4px rgba(37, 99, 235, .6);
  --borders-interactive-with-shadow: 0px 1px 2px 0px rgba(30, 58, 138, .5), 0px 0px 0px 1px #2563eb;
  --borders-interactive-with-active: 0px 0px 0px 4px rgba(37, 99, 235, .2), 0px 0px 0px 1px #2563eb;
}

.dark {
  --button-danger-pressed: #e11d48;
  --bg-base-pressed: #3f3f46;
  --bg-component-hover: rgba(255, 255, 255, .1);
  --border-interactive: #60a5fa;
  --button-neutral: rgba(255, 255, 255, .04);
  --tag-orange-border: #7c2d12;
  --tag-blue-text: #93c5fd;
  --bg-highlight: #172554;
  --tag-neutral-icon: #71717a;
  --bg-switch-off-hover: #52525b;
  --fg-on-color: #fff;
  --button-inverted-pressed: #a1a1aa;
  --fg-interactive-hover: #93c5fd;
  --fg-error: #fb7185;
  --bg-switch-off: #3f3f46;
  --border-strong: rgba(255, 255, 255, .16);
  --border-error: #fb7185;
  --fg-subtle: #a1a1aa;
  --bg-highlight-hover: #1e3a8a;
  --button-inverted: #52525b;
  --tag-orange-text: #fdba74;
  --fg-base: #f4f4f5;
  --fg-disabled: #52525b;
  --button-danger: #9f1239;
  --tag-neutral-border: rgba(255, 255, 255, .06);
  --tag-blue-border: #1e3a8a;
  --tag-neutral-text: #d4d4d8;
  --tag-purple-border: #5b21b6;
  --tag-green-text: #34d399;
  --button-inverted-hover: #71717a;
  --bg-component-pressed: rgba(255, 255, 255, .16);
  --contrast-border-bot: rgba(255, 255, 255, .08);
  --tag-blue-icon: #60a5fa;
  --bg-field: rgba(255, 255, 255, .04);
  --tag-neutral-bg: rgba(255, 255, 255, .08);
  --tag-green-border: #064e3b;
  --tag-red-icon: #fb7185;
  --tag-red-text: #fda4af;
  --tag-purple-icon: #a78bfa;
  --bg-interactive: #60a5fa;
  --bg-field-hover: rgba(255, 255, 255, .08);
  --border-transparent: rgba(255, 255, 255, 0);
  --tag-orange-icon: #fb923c;
  --tag-purple-bg: #2e1065;
  --bg-base-hover: #27272a;
  --tag-blue-bg: #172554;
  --tag-green-bg: #022c22;
  --tag-purple-text: #c4b5fd;
  --tag-red-border: #881337;
  --border-danger: #be123c;
  --tag-green-icon: #10b981;
  --tag-red-bg: #4c0519;
  --fg-interactive: #60a5fa;
  --tag-orange-bg: #431407;
  --button-danger-hover: #be123c;
  --bg-component: #27272a;
  --bg-disabled: #27272a;
  --button-transparent: rgba(255, 255, 255, 0);
  --border-menu-bot: rgba(255, 255, 255, .08);
  --tag-purple-bg-hover: #5b21b6;
  --tag-orange-bg-hover: #7c2d12;
  --tag-blue-bg-hover: #1e3a8a;
  --tag-red-bg-hover: #881337;
  --tag-green-bg-hover: #064e3b;
  --border-menu-top: #212124;
  --bg-base: #212124;
  --contrast-border-top: #212124;
  --bg-field-component: #212124;
  --bg-subtle-hover: #212124;
  --bg-subtle: #18181b;
  --fg-on-inverted: #18181b;
  --bg-overlay: rgba(24, 24, 27, .72);
  --button-transparent-hover: rgba(255, 255, 255, .08);
  --contrast-fg-secondary: rgba(255, 255, 255, .56);
  --contrast-border-base: rgba(255, 255, 255, .16);
  --contrast-bg-base-pressed: #52525b;
  --button-neutral-pressed: rgba(255, 255, 255, .12);
  --border-base: rgba(255, 255, 255, .08);
  --contrast-fg-primary: rgba(255, 255, 255, .88);
  --button-neutral-hover: rgba(255, 255, 255, .08);
  --contrast-bg-base: #27272a;
  --tag-neutral-bg-hover: rgba(255, 255, 255, .12);
  --contrast-bg-subtle: rgba(255, 255, 255, .04);
  --contrast-bg-base-hover: #3f3f46;
  --bg-field-component-hover: #27272a;
  --bg-subtle-pressed: #27272a;
  --button-transparent-pressed: rgba(255, 255, 255, .12);
  --fg-muted: #71717a;
  --alpha-400: rgba(255, 255, 255, .24);
  --alpha-250: rgba(255, 255, 255, .1);
  --details-contrast-on-bg-interactive: 0px 1px 2px 0px rgba(30, 58, 138, .6);
  --details-switch-handle: 0px 0px 2px 1px #fff inset, 0px 1px 0px 0px #fff inset, 0px 0px 0px .5px rgba(0, 0, 0, .16), 0px 5px 4px 0px rgba(0, 0, 0, .1), 0px 3px 3px 0px rgba(0, 0, 0, .1), 0px 1px 2px 0px rgba(0, 0, 0, .1), 0px 0px 1px 0px rgba(0, 0, 0, .1);
  --borders-interactive-with-active: 0px 0px 0px 1px #60a5fa, 0px 0px 0px 4px rgba(59, 130, 246, .25);
  --borders-focus: 0px 0px 0px 1px #18181b, 0px 0px 0px 3px rgba(96, 165, 250, .8);
  --details-switch-background-focus: 0px 0px 0px 1px #18181b, 0px 0px 0px 3px rgba(96, 165, 250, .8), 0px 1px 1px 0px rgba(0, 0, 0, .1) inset, 0px 2px 4px 0px rgba(0, 0, 0, .1) inset, 0px 0px 0px .75px rgba(255, 255, 255, .12) inset, 0px 0px 8px 0px rgba(0, 0, 0, .1) inset;
  --buttons-danger: 0px -1px 0px 0px rgba(255, 255, 255, .16), 0px 0px 0px 1px rgba(255, 255, 255, .12), 0px 0px 0px 1px #9f1239, 0px 0px 1px 1.5px rgba(0, 0, 0, .24), 0px 2px 2px 0px rgba(0, 0, 0, .24);
  --buttons-danger-focus: 0px -1px 0px 0px rgba(255, 255, 255, .16), 0px 0px 0px 1px rgba(255, 255, 255, .12), 0px 0px 0px 1px #9f1239, 0px 0px 0px 2px #18181b, 0px 0px 0px 4px rgba(96, 165, 250, .8);
  --details-switch-background: 0px 1px 1px 0px rgba(0, 0, 0, .1) inset, 0px 2px 4px 0px rgba(0, 0, 0, .1) inset, 0px 0px 0px .75px rgba(255, 255, 255, .12) inset, 0px 0px 8px 0px rgba(0, 0, 0, .1) inset;
  --buttons-inverted-focus: 0px -1px 0px 0px rgba(255, 255, 255, .12), 0px 0px 0px 1px rgba(255, 255, 255, .12), 0px 0px 0px 1px #52525b, 0px 0px 0px 2px #18181b, 0px 0px 0px 4px rgba(96, 165, 250, .8);
  --elevation-flyout: 0px -1px 0px 0px rgba(255, 255, 255, .04), 0px 0px 0px 1px rgba(255, 255, 255, .1), 0px 4px 8px 0px rgba(0, 0, 0, .32), 0px 8px 16px 0px rgba(0, 0, 0, .32);
  --borders-error: 0px 0px 0px 1px #f43f5e, 0px 0px 0px 3px rgba(225, 29, 72, .25);
  --buttons-inverted: 0px -1px 0px 0px rgba(255, 255, 255, .12), 0px 0px 0px 1px rgba(255, 255, 255, .1), 0px 0px 0px 1px #52525b, 0px 0px 1px 1.5px rgba(0, 0, 0, .24), 0px 2px 2px 0px rgba(0, 0, 0, .24);
  --borders-base: 0px -1px 0px 0px rgba(255, 255, 255, .06), 0px 0px 0px 1px rgba(255, 255, 255, .06), 0px 0px 0px 1px #27272a, 0px 0px 1px 1.5px rgba(0, 0, 0, .24), 0px 2px 2px 0px rgba(0, 0, 0, .24);
  --elevation-card-hover: 0px -1px 0px 0px rgba(255, 255, 255, .06), 0px 0px 0px 1px rgba(255, 255, 255, .06), 0px 0px 0px 1px #27272a, 0px 1px 4px 0px rgba(0, 0, 0, .48), 0px 2px 8px 0px rgba(0, 0, 0, .48);
  --elevation-card-rest: 0px -1px 0px 0px rgba(255, 255, 255, .06), 0px 0px 0px 1px rgba(255, 255, 255, .06), 0px 0px 0px 1px #27272a, 0px 1px 2px 0px rgba(0, 0, 0, .32), 0px 2px 4px 0px rgba(0, 0, 0, .32);
  --buttons-neutral: 0px -1px 0px 0px rgba(255, 255, 255, .06), 0px 0px 0px 1px rgba(255, 255, 255, .06), 0px 0px 0px 1px #27272a, 0px 0px 1px 1.5px rgba(0, 0, 0, .24), 0px 2px 2px 0px rgba(0, 0, 0, .24);
  --elevation-code-block: 0px -1px 0px 0px rgba(255, 255, 255, .06), 0px 0px 0px 1px rgba(255, 255, 255, .06), 0px 0px 0px 1px #27272a, 0px 1px 2px 0px rgba(0, 0, 0, .32), 0px 2px 4px 0px rgba(0, 0, 0, .32);
  --buttons-neutral-focus: 0px -1px 0px 0px rgba(255, 255, 255, .06), 0px 0px 0px 1px rgba(255, 255, 255, .06), 0px 0px 0px 1px #27272a, 0px 0px 0px 2px #18181b, 0px 0px 0px 4px rgba(96, 165, 250, .8);
  --elevation-modal: 0px 0px 0px 1px #18181b inset, 0px 0px 0px 1.5px rgba(255, 255, 255, .06) inset, 0px -1px 0px 0px rgba(255, 255, 255, .04), 0px 0px 0px 1px rgba(255, 255, 255, .1), 0px 4px 8px 0px rgba(0, 0, 0, .32), 0px 8px 16px 0px rgba(0, 0, 0, .32);
  --elevation-commandbar: 0px 0px 0px .75px #18181b inset, 0px 0px 0px 1.25px rgba(255, 255, 255, .1) inset, 0px 4px 8px 0px rgba(0, 0, 0, .32), 0px 8px 16px 0px rgba(0, 0, 0, .32);
  --elevation-tooltip: 0px -1px 0px 0px rgba(255, 255, 255, .04), 0px 2px 4px 0px rgba(0, 0, 0, .32), 0px 0px 0px 1px rgba(255, 255, 255, .1), 0px 4px 8px 0px rgba(0, 0, 0, .32);
  --borders-interactive-with-focus: 0px -1px 2px 0px rgba(219, 234, 254, .5), 0px 0px 0px 1px #60a5fa, 0px 0px 0px 2px #18181b, 0px 0px 0px 4px rgba(96, 165, 250, .8);
  --borders-interactive-with-shadow: 0px -1px 2px 0px rgba(219, 234, 254, .5), 0px 0px 0px 1px #60a5fa;
}

.txt-compact-xlarge-plus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.txt-compact-small-plus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.txt-compact-medium {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.txt-compact-medium-plus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.\!txt-compact-small {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  font-size: .8125rem !important;
  font-weight: 400 !important;
  line-height: 1.25rem !important;
}

.txt-compact-small {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.txt-xsmall-plus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.\!txt-medium {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  font-size: .875rem !important;
  font-weight: 400 !important;
  line-height: 1.4rem !important;
}

.txt-medium {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.txt-small-plus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.txt-medium-plus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.txt-xlarge-plus {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.txt-xlarge {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.content-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text-small-regular {
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.text-small-semi {
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.text-base-regular {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-base-semi {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.text-large-regular {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-large-semi {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.text-xl-semi {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 36px;
}

.text-2xl-regular {
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
}

.text-2xl-semi {
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
}

.text-3xl-regular {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

.text-3xl-semi {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.inset-x-\[31\.75\%\] {
  left: 31.75%;
  right: 31.75%;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-y-\[31\.75\%\] {
  top: 31.75%;
  bottom: 31.75%;
}

.-bottom-\[calc\(100\%-36px\)\] {
  bottom: calc(-100% + 36px);
}

.bottom-0 {
  bottom: 0;
}

.bottom-1\/2 {
  bottom: 50%;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0;
}

.left-\[48\%\] {
  left: 48%;
}

.right-0 {
  right: 0;
}

.right-1\/2 {
  right: 50%;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0;
}

.top-12 {
  top: 3rem;
}

.top-3 {
  top: .75rem;
}

.top-\[48\%\] {
  top: 48%;
}

.top-\[calc\(100\%\+1px\)\] {
  top: calc(100% + 1px);
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50, .z-\[50\] {
  z-index: 50;
}

.z-\[51\] {
  z-index: 51;
}

.z-\[75\] {
  z-index: 75;
}

.z-\[900\] {
  z-index: 900;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.m-4 {
  margin: 1rem;
}

.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mb-0 {
  margin-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: .25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: .5rem;
}

.ml-\[-23px\] {
  margin-left: -23px;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: .25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-px {
  margin-top: 1px;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1\/1\] {
  aspect-ratio: 1;
}

.aspect-\[16\/7\] {
  aspect-ratio: 16 / 7;
}

.aspect-\[29\/34\] {
  aspect-ratio: 29 / 34;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}

.aspect-\[544\/753\] {
  aspect-ratio: 544 / 753;
}

.aspect-\[9\/16\] {
  aspect-ratio: 9 / 16;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-1 {
  height: .25rem;
}

.h-1\.5 {
  height: .375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: .75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[1\.5px\] {
  height: 1.5px;
}

.h-\[14px\] {
  height: 14px;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-\[1000px\] {
  max-height: 1000px;
}

.max-h-\[402px\] {
  max-height: 402px;
}

.max-h-\[420px\] {
  max-height: 420px;
}

.max-h-\[442px\] {
  max-height: 442px;
}

.max-h-\[75vh\] {
  max-height: 75vh;
}

.min-h-48 {
  min-height: 12rem;
}

.min-h-\[220px\] {
  min-height: 220px;
}

.min-h-\[25px\] {
  min-height: 25px;
}

.min-h-\[50px\] {
  min-height: 50px;
}

.min-h-\[calc\(100vh-64px\)\] {
  min-height: calc(100vh - 64px);
}

.min-h-full {
  min-height: 100%;
}

.w-1\.5 {
  width: .375rem;
}

.w-1\/3 {
  width: 33.3333%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.6667%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/3 {
  width: 66.6667%;
}

.w-2\/5 {
  width: 40%;
}

.w-2\/6 {
  width: 33.3333%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3\/6 {
  width: 50%;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-96 {
  width: 24rem;
}

.w-\[1\.5px\] {
  width: 1.5px;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[14px\] {
  width: 14px;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[290px\] {
  width: 290px;
}

.w-\[400px\] {
  width: 400px;
}

.w-\[420px\] {
  width: 420px;
}

.w-\[440px\] {
  width: 440px;
}

.w-\[min\(88vw\,420px\)\] {
  width: min(88vw, 420px);
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-\[320px\] {
  min-width: 320px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-\[32rem\] {
  max-width: 32rem;
}

.max-w-\[calc\(100vw-24px\)\] {
  max-width: calc(100vw - 24px);
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1;
}

.flex-grow {
  flex-grow: 1;
}

.basis-0 {
  flex-basis: 0;
}

.caption-bottom {
  caption-side: bottom;
}

.origin-top-left {
  transform-origin: 0 0;
}

.origin-top-right {
  transform-origin: 100% 0;
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1 {
  --tw-translate-y: .25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!transform-none {
  transform: none !important;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite pulse;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: 1s linear infinite spin;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.\!grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

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

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

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

.grid-cols-\[122px_1fr\] {
  grid-template-columns: 122px 1fr;
}

.grid-cols-\[144px_1fr\] {
  grid-template-columns: 144px 1fr;
}

.grid-cols-\[1fr_80px\] {
  grid-template-columns: 1fr 80px;
}

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

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: .25rem;
}

.gap-1\.5 {
  gap: .375rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: .25rem;
  column-gap: .25rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.gap-x-2 {
  -moz-column-gap: .5rem;
  column-gap: .5rem;
}

.gap-x-3 {
  -moz-column-gap: .75rem;
  column-gap: .75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
  column-gap: 10rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
  column-gap: 1.75rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.gap-y-1 {
  row-gap: .25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-2 {
  row-gap: .5rem;
}

.gap-y-3 {
  row-gap: .75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(.5rem * var(--tw-space-x-reverse));
  margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.375rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity, 1));
}

.self-end {
  align-self: flex-end;
}

.self-stretch {
  align-self: stretch;
}

.justify-self-end {
  justify-self: end;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.overflow-ellipsis, .text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.rounded {
  border-radius: .25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-circle, .rounded-full {
  border-radius: 9999px;
}

.rounded-large {
  border-radius: 16px;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-md {
  border-radius: .375rem;
}

.rounded-rounded {
  border-radius: 8px;
}

.border, .border-\[1px\] {
  border-width: 1px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity, 1));
}

.border-grey-20 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

.border-ui-border-base {
  border-color: var(--border-base);
}

.border-ui-border-interactive {
  border-color: var(--border-interactive);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity, 1));
}

.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity, 1));
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity, 1));
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity, 1));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity, 1));
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity, 1));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.bg-ui-bg-base {
  background-color: var(--bg-base);
}

.bg-ui-bg-component-pressed {
  background-color: var(--bg-component-pressed);
}

.bg-ui-bg-field {
  background-color: var(--bg-field);
}

.bg-ui-bg-subtle {
  background-color: var(--bg-subtle);
}

.bg-ui-button-neutral-hover {
  background-color: var(--button-neutral-hover);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity, 1));
}

.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity, 1));
}

.bg-opacity-75 {
  --tw-bg-opacity: .75;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-green-400 {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-zinc-400 {
  --tw-gradient-from: #a1a1aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(161, 161, 170, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-green-500 {
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}

.to-zinc-500 {
  --tw-gradient-to: #71717a var(--tw-gradient-to-position);
}

.fill-\[\#9ca3af\] {
  fill: #9ca3af;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: .5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[6px\] {
  padding: 6px;
}

.p-px {
  padding: 1px;
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-2\.5 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.\!pl-0 {
  padding-left: 0 !important;
}

.\!pr-0 {
  padding-right: 0 !important;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-2 {
  padding-left: .5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-\[1px\] {
  padding-left: 1px;
}

.pr-1 {
  padding-right: .25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: .5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-1 {
  padding-top: .25rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pt-3 {
  padding-top: .75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-start {
  text-align: start;
}

.align-middle {
  vertical-align: middle;
}

.\!text-sm {
  font-size: .875rem !important;
  line-height: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 2rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-\[2\.75rem\] {
  line-height: 2.75rem;
}

.leading-none {
  line-height: 1;
}

.tracking-\[0\.12em\] {
  letter-spacing: .12em;
}

.tracking-\[0\.14em\] {
  letter-spacing: .14em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity, 1));
}

.text-grey-90 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity, 1));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity, 1));
}

.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgba(10, 10, 10, var(--tw-text-opacity, 1));
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity, 1));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity, 1));
}

.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgba(67, 20, 7, var(--tw-text-opacity, 1));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity, 1));
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity, 1));
}

.text-ui-fg-base {
  color: var(--fg-base);
}

.text-ui-fg-interactive {
  color: var(--fg-interactive);
}

.text-ui-fg-muted {
  color: var(--fg-muted);
}

.text-ui-fg-subtle {
  color: var(--fg-subtle);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity, 1));
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity, 1));
}

.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity, 1));
}

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.line-through {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.shadow-borders-base {
  --tw-shadow: var(--borders-base);
  --tw-shadow-colored: var(--borders-base);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-details-contrast-on-bg-interactive {
  --tw-shadow: var(--details-contrast-on-bg-interactive);
  --tw-shadow-colored: var(--details-contrast-on-bg-interactive);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-elevation-card-rest {
  --tw-shadow: var(--elevation-card-rest);
  --tw-shadow-colored: var(--elevation-card-rest);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.outline-none {
  outline-offset: 2px;
  outline: 2px solid rgba(0, 0, 0, 0);
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06));
  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);
}

.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);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, -webkit-text-decoration-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-\[max-height\,opacity\] {
  transition-property: max-height, opacity;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-\[transform\,opacity\] {
  transition-property: transform, opacity;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-colors {
  transition-property: color, background-color, border-color, -webkit-text-decoration-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-shadow {
  transition-property: box-shadow;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-transform {
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.delay-1000 {
  transition-delay: 1s;
}

.duration-100 {
  transition-duration: .1s;
}

.duration-150 {
  transition-duration: .15s;
}

.duration-200 {
  transition-duration: .2s;
}

.duration-300 {
  transition-duration: .3s;
}

.duration-500 {
  transition-duration: .5s;
}

.duration-700 {
  transition-duration: .7s;
}

.ease-in {
  transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }

  0% {
    opacity: 0;
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

.duration-100 {
  animation-duration: .1s;
}

.duration-150 {
  animation-duration: .15s;
}

.duration-200 {
  animation-duration: .2s;
}

.duration-300 {
  animation-duration: .3s;
}

.duration-500 {
  animation-duration: .5s;
}

.duration-700 {
  animation-duration: .7s;
}

.delay-1000 {
  animation-delay: 1s;
}

.ease-in {
  animation-timing-function: cubic-bezier(.4, 0, 1, 1);
}

.ease-in-out {
  animation-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.ease-out {
  animation-timing-function: cubic-bezier(0, 0, .2, 1);
}

.running {
  animation-play-state: running;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

input:not(:-moz-placeholder-shown) ~ label {
  --tw-translate-y: -.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 10px;
  font-weight: 400;
  line-height: 1rem;
}

input:focus ~ label, input:not(:placeholder-shown) ~ label {
  --tw-translate-y: -.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 10px;
  font-weight: 400;
  line-height: 1rem;
}

input:focus ~ label {
  left: 0;
}

html[dir="rtl"] .sahil-form-input {
  text-align: right;
  direction: rtl;
}

html[dir="rtl"] .sahil-form-input__field {
  text-align: right;
}

html[dir="rtl"] .sahil-form-input__field:focus ~ .sahil-form-input__label {
  left: auto;
  right: 0;
}

html[dir="rtl"] .sahil-form-input__label {
  text-align: right;
  justify-content: flex-start;
  left: auto;
  right: 0;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #212121;
  border: 1px solid #212121;
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

input:-webkit-autofill:hover {
  -webkit-text-fill-color: #212121;
  border: 1px solid #212121;
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

input:-webkit-autofill:focus {
  -webkit-text-fill-color: #212121;
  border: 1px solid #212121;
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

textarea:-webkit-autofill {
  -webkit-text-fill-color: #212121;
  border: 1px solid #212121;
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #212121;
  border: 1px solid #212121;
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #212121;
  border: 1px solid #212121;
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

select:-webkit-autofill {
  -webkit-text-fill-color: #212121;
  border: 1px solid #212121;
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

select:-webkit-autofill:hover {
  -webkit-text-fill-color: #212121;
  border: 1px solid #212121;
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

select:-webkit-autofill:focus {
  -webkit-text-fill-color: #212121;
  border: 1px solid #212121;
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-results-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

:root {
  --sahil-sand: #f2e9dc;
  --sahil-pearl: #fffdf8;
  --sahil-turquoise: #76b7b5;
  --sahil-lagoon: #173b3e;
  --sahil-rose: #d7a99a;
}

body {
  background: var(--sahil-pearl);
  color: var(--sahil-lagoon);
  font-family: var(--font-sans);
}

html[lang="fa"] body {
  font-family: var(--font-persian);
}

html[lang="fa"] :-webkit-any(input, textarea, select, button) {
  font-family: var(--font-persian);
  letter-spacing: 0;
}

html[lang="fa"] :-moz-any(input, textarea, select, button) {
  font-family: var(--font-persian);
  letter-spacing: 0;
}

html[lang="fa"] :is(input, textarea, select, button) {
  font-family: var(--font-persian);
  letter-spacing: 0;
}

html[lang="fa"] body :-webkit-any(h1, h2, h3, h4, h5, h6, p, span, a, label, li, button, input, textarea, select, option, td, th) {
  font-family: var(--font-persian);
  letter-spacing: 0;
  font-style: normal;
}

html[lang="fa"] body :-moz-any(h1, h2, h3, h4, h5, h6, p, span, a, label, li, button, input, textarea, select, option, td, th) {
  font-family: var(--font-persian);
  letter-spacing: 0;
  font-style: normal;
}

html[lang="fa"] body :is(h1, h2, h3, h4, h5, h6, p, span, a, label, li, button, input, textarea, select, option, td, th) {
  font-family: var(--font-persian);
  letter-spacing: 0;
  font-style: normal;
}

html[lang="fa"] .sahil-language-switcher :-webkit-any(span, button) {
  font-family: var(--font-persian);
}

html[lang="fa"] .sahil-language-switcher :-moz-any(span, button) {
  font-family: var(--font-persian);
}

html[lang="fa"] .sahil-language-switcher :is(span, button) {
  font-family: var(--font-persian);
}

html[lang="fa"] .sahil-source-nav, html[lang="fa"] .sahil-menu-panel, html[lang="fa"] .sahil-home-slider {
  font-family: var(--font-persian);
  letter-spacing: 0;
}

html[lang="fa"] :is(.sahil-home-slider__content h1, .sahil-home-slider__body, .sahil-menu-panel__primary-link, .sahil-reference-section-heading h2, .sahil-reference-newsletter h2, .sahil-reference-about h2, .sahil-product-carousel__heading h2, .sahil-account-login__title, .sahil-product-layout__info h1, .sahil-bag [data-testid="cart-container"] h2) {
  font-family: var(--font-persian);
  letter-spacing: 0;
  font-style: normal;
}

html[dir="rtl"] .sahil-home-slider__content, html[dir="rtl"] .sahil-menu-panel__inner {
  text-align: right;
}

html[dir="rtl"] .sahil-bag, html[dir="rtl"] .sahil-bag [data-testid="cart-container"], html[dir="rtl"] .sahil-bag table {
  text-align: right;
  direction: rtl;
}

html[dir="rtl"] .sahil-bag__item-details, html[dir="rtl"] .sahil-bag__summary {
  text-align: right !important;
}

html[dir="rtl"] .sahil-bag [data-testid="cart-subtotal"], html[dir="rtl"] .sahil-bag [data-testid="cart-shipping"], html[dir="rtl"] .sahil-bag [data-testid="cart-discount"], html[dir="rtl"] .sahil-bag [data-testid="cart-taxes"], html[dir="rtl"] .sahil-bag [data-testid="cart-total"] {
  direction: ltr;
  unicode-bidi: plaintext;
}

html[data-theme="dark"] {
  --sahil-sand: #264a4d;
  --sahil-pearl: #102b2d;
  --sahil-turquoise: #8cc9c5;
  --sahil-lagoon: #f8f2e8;
  --sahil-rose: #ecb9aa;
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
}

html[data-theme="dark"] .sahil-source-nav, html[data-theme="dark"] .sahil-menu-panel__inner {
  background: rgba(16, 43, 45, .96);
  border-color: rgba(248, 242, 232, .2);
}

html[data-theme="dark"] :-webkit-any(.sahil-source-nav__wordmark, .sahil-source-footer__wordmark) {
  filter: brightness(0) saturate() invert(94%) sepia(17%) saturate(498%) hue-rotate(326deg) brightness(106%) contrast(102%);
}

html[data-theme="dark"] :-moz-any(.sahil-source-nav__wordmark, .sahil-source-footer__wordmark) {
  filter: brightness(0) saturate() invert(94%) sepia(17%) saturate(498%) hue-rotate(326deg) brightness(106%) contrast(102%);
}

html[data-theme="dark"] :is(.sahil-source-nav__wordmark, .sahil-source-footer__wordmark) {
  filter: brightness(0) saturate() invert(94%) sepia(17%) saturate(498%) hue-rotate(326deg) brightness(106%) contrast(102%);
}

html[data-theme="dark"] .sahil-menu-backdrop {
  background: rgba(4, 18, 19, .58);
}

html[data-theme="dark"] .sahil-home-slider__wash {
  background: linear-gradient(90deg, rgba(8, 27, 29, .6), rgba(8, 27, 29, .08));
}

.sahil-account-shell {
  background: linear-gradient(145deg, var(--sahil-pearl) 0%, var(--sahil-sand) 100%);
  min-height: 64vh;
  color: var(--sahil-lagoon);
}

.sahil-account-shell__panel {
  background: rgba(255, 253, 248, .78);
  border: 1px solid rgba(23, 59, 62, .12);
  box-shadow: 0 18px 52px rgba(23, 59, 62, .08);
}

.sahil-account-login__title {
  color: var(--sahil-lagoon);
  font-family: var(--font-display);
  letter-spacing: -.035em;
  font-size: max(30px, min(3vw, 42px));
  font-weight: 500;
}

.sahil-account-login__intro, .sahil-account-login__switch, .sahil-account-support {
  color: rgba(23, 59, 62, .76);
}

.sahil-account-login__switch button, .sahil-account-support a {
  color: var(--sahil-lagoon);
  text-underline-offset: 4px;
}

.sahil-account-shell .sahil-form-input__field {
  color: var(--sahil-lagoon);
  background: rgba(255, 253, 248, .94);
  border-color: rgba(23, 59, 62, .2);
}

.sahil-account-shell .sahil-form-input__field:focus {
  border-color: var(--sahil-turquoise);
  box-shadow: 0 0 0 3px rgba(118, 183, 181, .22);
}

.sahil-account-shell .sahil-form-input__label, .sahil-account-shell .sahil-form-input__password-toggle {
  color: rgba(23, 59, 62, .64);
}

.sahil-account-shell [data-testid="sign-in-button"] {
  background: var(--sahil-lagoon);
  color: var(--sahil-pearl);
}

.sahil-account-shell [data-testid="sign-in-button"]:hover {
  background: var(--sahil-turquoise);
  color: var(--sahil-lagoon);
}

.sahil-account-support {
  --fg-interactive: var(--sahil-lagoon);
  border-color: rgba(23, 59, 62, .16);
}

html[data-theme="dark"] .sahil-account-shell {
  background: linear-gradient(145deg, #0c2527 0%, var(--sahil-sand) 100%);
}

html[data-theme="dark"] .sahil-account-shell__panel {
  background: rgba(16, 43, 45, .9);
  border-color: rgba(248, 242, 232, .18);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .2);
}

html[data-theme="dark"] .sahil-account-login__title, html[data-theme="dark"] .sahil-account-login__intro, html[data-theme="dark"] .sahil-account-login__switch, html[data-theme="dark"] .sahil-account-support, html[data-theme="dark"] .sahil-account-login__switch button, html[data-theme="dark"] .sahil-account-support a {
  color: var(--sahil-lagoon);
}

html[data-theme="dark"] .sahil-account-shell .sahil-form-input__field {
  color: var(--sahil-lagoon);
  background: rgba(248, 242, 232, .08);
  border-color: rgba(248, 242, 232, .22);
}

html[data-theme="dark"] .sahil-account-shell .sahil-form-input__field:focus {
  border-color: var(--sahil-turquoise);
  box-shadow: 0 0 0 3px rgba(140, 201, 197, .2);
}

html[data-theme="dark"] .sahil-account-shell .sahil-form-input__label, html[data-theme="dark"] .sahil-account-shell .sahil-form-input__password-toggle {
  color: rgba(248, 242, 232, .7);
}

html[data-theme="dark"] .sahil-account-shell [data-testid="sign-in-button"] {
  background: var(--sahil-turquoise);
  color: var(--sahil-pearl);
}

html[data-theme="dark"] .sahil-account-shell [data-testid="sign-in-button"]:hover {
  background: var(--sahil-rose);
  color: #0c2527;
}

html[data-theme="dark"] .sahil-account-support {
  --fg-interactive: var(--sahil-turquoise);
  border-color: rgba(248, 242, 232, .18);
}

.sahil-language-switcher, .sahil-theme-toggle {
  height: 32px;
  color: var(--sahil-lagoon);
  isolation: isolate;
  background: rgba(23, 59, 62, .1);
  border: 0;
  border-radius: 999px;
  flex: none;
  box-shadow: inset 0 1px rgba(255, 255, 255, .32), inset 0 -1px 1px rgba(23, 59, 62, .08);
}

.sahil-language-switcher {
  width: 76px;
  min-width: 76px;
  font-family: var(--font-sans);
  letter-spacing: .09em;
  justify-content: center;
  align-items: center;
  padding: 3px 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

.sahil-language-switcher > span:not(.sr-only) {
  z-index: 1;
  width: 50%;
  height: 26px;
  color: inherit;
  opacity: .48;
  justify-content: center;
  align-items: center;
  transition: opacity .16s, color .16s;
  display: inline-flex;
  position: relative;
}

.sahil-language-switcher.is-fa .sahil-language-switcher__fa, .sahil-language-switcher.is-en .sahil-language-switcher__en {
  color: var(--sahil-pearl);
  opacity: 1;
}

.sahil-theme-toggle {
  justify-content: center;
  align-items: center;
  width: 72px;
  min-width: 72px;
  padding: 3px 4px;
  transition: color .18s cubic-bezier(.23, 1, .32, 1);
  display: inline-flex;
}

.sahil-theme-toggle:hover {
  color: var(--sahil-lagoon);
  background: none;
}

.sahil-preference-slider:before {
  z-index: 0;
  background: var(--sahil-lagoon);
  content: "";
  pointer-events: none;
  border-radius: 999px;
  width: calc(50% - 5px);
  height: calc(100% - 6px);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), background .22s, box-shadow .22s;
  position: absolute;
  top: 3px;
  left: 4px;
  transform: translateX(0);
  box-shadow: 0 4px 10px rgba(23, 59, 62, .24), 0 1px 2px rgba(23, 59, 62, .24), inset 0 1px rgba(255, 255, 255, .2);
}

.sahil-language-switcher.is-en:before, .sahil-theme-toggle.is-dark:before {
  transform: translateX(calc(100% + 2px));
}

.sahil-language-switcher:after, .sahil-theme-toggle:after {
  display: none;
}

.sahil-theme-toggle svg {
  z-index: 1;
  width: 16px;
  height: 16px;
  transition: color .22s, opacity .22s, transform .3s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
}

.sahil-theme-toggle__sun {
  left: 11px;
}

.sahil-theme-toggle__moon {
  right: 11px;
}

.sahil-theme-toggle.is-light .sahil-theme-toggle__sun, .sahil-theme-toggle.is-dark .sahil-theme-toggle__moon {
  color: var(--sahil-pearl);
  opacity: 1;
  transform: scale(1);
}

.sahil-theme-toggle.is-light .sahil-theme-toggle__moon, .sahil-theme-toggle.is-dark .sahil-theme-toggle__sun {
  color: var(--sahil-lagoon);
  opacity: .48;
  transform: scale(.9);
}

html[data-theme="dark"] .sahil-language-switcher, html[data-theme="dark"] .sahil-theme-toggle {
  background: rgba(248, 242, 232, .12);
  box-shadow: inset 0 1px rgba(248, 242, 232, .11), inset 0 -1px 1px rgba(0, 0, 0, .32);
}

html[data-theme="dark"] .sahil-preference-slider:before {
  background: var(--sahil-pearl);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .38), 0 1px 2px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .44);
}

html[data-theme="dark"] .sahil-language-switcher.is-fa .sahil-language-switcher__fa, html[data-theme="dark"] .sahil-language-switcher.is-en .sahil-language-switcher__en, html[data-theme="dark"] .sahil-theme-toggle.is-light .sahil-theme-toggle__sun, html[data-theme="dark"] .sahil-theme-toggle.is-dark .sahil-theme-toggle__moon {
  color: var(--sahil-lagoon);
}

html[data-theme="dark"] .sahil-theme-toggle.is-light .sahil-theme-toggle__moon, html[data-theme="dark"] .sahil-theme-toggle.is-dark .sahil-theme-toggle__sun {
  color: var(--sahil-pearl);
}

.sahil-menu-panel__preferences {
  border-top: 1px solid rgba(23, 59, 62, .16);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding-top: 14px;
  display: flex;
}

.sahil-menu-panel__preferences > span {
  color: rgba(23, 59, 62, .62);
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
}

.sahil-menu-panel__preferences > div {
  align-items: center;
  gap: 7px;
  display: flex;
}

html[data-theme="dark"] .sahil-language-switcher, html[data-theme="dark"] .sahil-theme-toggle, html[data-theme="dark"] .sahil-menu-panel__preferences {
  border-color: rgba(248, 242, 232, .28);
}

html[data-theme="dark"] .sahil-menu-panel__preferences > span {
  color: rgba(248, 242, 232, .68);
}

@media (max-width: 767px) {
  html[dir="rtl"] .sahil-source-nav .content-container {
    gap: 10px;
  }

  .sahil-menu-panel__preferences {
    margin-bottom: 8px;
  }
}

.sahil-source-nav {
  height: 76px;
  color: var(--sahil-lagoon);
  background: rgba(255, 253, 248, .96);
  border-bottom: 1px solid rgba(23, 59, 62, .14);
}

.sahil-source-nav__brand {
  color: var(--sahil-lagoon);
  font-family: var(--font-display);
  direction: ltr;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.sahil-source-nav__seal {
  border: 1.5px solid var(--sahil-lagoon);
  border-radius: 50% 50% 38% 38%;
  width: 25px;
  height: 22px;
  position: relative;
  overflow: hidden;
}

.sahil-source-nav__seal:before, .sahil-source-nav__seal:after, .sahil-source-nav__seal i {
  background: var(--sahil-lagoon);
  content: "";
  width: 1px;
  position: absolute;
  top: 4px;
  bottom: 4px;
}

.sahil-source-nav__seal:before {
  left: 7px;
  transform: rotate(-20deg);
}

.sahil-source-nav__seal:after {
  right: 7px;
  transform: rotate(20deg);
}

.sahil-source-nav__seal i {
  left: 12px;
}

.sahil-source-hero {
  background: var(--sahil-sand);
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  min-height: min(700px, 78vh);
  display: grid;
  position: relative;
  overflow: hidden;
}

.sahil-source-hero:after {
  z-index: 2;
  background: var(--sahil-pearl);
  content: "";
  border-top: 1px solid rgba(23, 59, 62, .23);
  border-radius: 50%;
  height: 110px;
  position: absolute;
  bottom: -39px;
  left: -4%;
  right: -4%;
}

.sahil-source-hero__copy {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: max(70px, min(10vw, 144px)) max(34px, min(8vw, 125px)) max(105px, min(11vw, 160px));
  display: flex;
  position: relative;
}

.sahil-source-eyebrow {
  color: rgba(23, 59, 62, .74);
  letter-spacing: .14em;
  text-transform: uppercase;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  font-size: 9px;
  font-weight: 700;
  display: flex;
}

.sahil-source-eyebrow:before {
  content: "";
  background: currentColor;
  width: 22px;
  height: 1px;
}

.sahil-source-hero h1 {
  color: var(--sahil-lagoon);
  font-family: var(--font-display);
  letter-spacing: -.058em;
  margin: 0;
  font-size: max(58px, min(6.8vw, 105px));
  font-weight: 400;
  line-height: .84;
}

.sahil-source-hero__summary {
  color: rgba(23, 59, 62, .77);
  max-width: 300px;
  margin: 34px 0 27px;
  font-size: 13px;
  line-height: 1.8;
}

.sahil-source-link {
  border-bottom: 1px solid var(--sahil-lagoon);
  color: var(--sahil-lagoon);
  letter-spacing: .1em;
  text-transform: uppercase;
  gap: 8px;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: gap .18s;
  display: inline-flex;
}

.sahil-source-link:hover {
  gap: 12px;
}

.sahil-source-hero__art {
  background: linear-gradient(145deg, #cbe5e2 0%, #f3e9dd 43%, #d7a99a 100%);
  position: relative;
  overflow: hidden;
}

.sahil-source-hero__art:before, .sahil-source-hero__art:after {
  content: "";
  border: 1px solid rgba(23, 59, 62, .17);
  border-radius: 50%;
  position: absolute;
}

.sahil-source-hero__art:before {
  aspect-ratio: 1;
  width: 83%;
  top: -14%;
  right: -11%;
}

.sahil-source-hero__art:after {
  width: 93%;
  height: 32%;
  bottom: 11%;
  right: -26%;
  transform: rotate(-14deg);
}

.sahil-source-hero__sun {
  aspect-ratio: 1;
  border: 1px solid rgba(23, 59, 62, .25);
  border-radius: 50%;
  width: 20%;
  position: absolute;
  top: 12%;
  left: 18%;
}

.sahil-source-hero__scarf {
  border: 1px solid rgba(255, 253, 248, .85);
  border-radius: 50%;
  width: 110%;
  height: 32%;
  display: block;
  position: absolute;
  transform: rotate(-23deg);
  box-shadow: 0 18px 30px rgba(23, 59, 62, .18);
}

.sahil-source-hero__scarf--one {
  background: repeating-linear-gradient(40deg, #fffdf8 0, #fffdf8 8%, #d7a99a 8.5%, #d7a99a 16%, #76b7b5 16.5%, #76b7b5 24%);
  top: 23%;
  left: -37%;
}

.sahil-source-hero__scarf--two {
  background: repeating-linear-gradient(40deg, #173b3e 0, #173b3e 7%, #fffdf8 7.5%, #fffdf8 15%, #d7a99a 15.5%, #d7a99a 22%);
  top: 43%;
  left: 7%;
}

.sahil-source-hero__scarf--three {
  background: repeating-radial-gradient(at 0 100%, #76b7b5 0, #76b7b5 7%, #fffdf8 7.5%, #fffdf8 13%, #173b3e 13.5%, #173b3e 19%);
  top: 64%;
  left: -24%;
}

.sahil-source-hero__shell {
  z-index: 2;
  background: linear-gradient(145deg, #fffdf8, #f2e9dc 58%, #76b7b5);
  border: 2px solid #d7a99a;
  border-radius: 50% 50% 40% 40%;
  width: 142px;
  height: 127px;
  position: absolute;
  bottom: 19%;
  right: 10%;
  box-shadow: 0 20px 28px rgba(23, 59, 62, .2);
}

.sahil-source-hero__shell:before, .sahil-source-hero__shell:after, .sahil-source-hero__shell i {
  content: "";
  background: rgba(215, 169, 154, .95);
  width: 1px;
  position: absolute;
  top: 11px;
  bottom: 25px;
}

.sahil-source-hero__shell:before {
  left: 37px;
  transform: rotate(-18deg);
}

.sahil-source-hero__shell:after {
  right: 37px;
  transform: rotate(18deg);
}

.sahil-source-hero__shell i {
  left: 69px;
}

.sahil-source-hero__art p {
  z-index: 3;
  color: var(--sahil-lagoon);
  letter-spacing: .15em;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.55;
  position: absolute;
  bottom: 73px;
  right: 35px;
}

.sahil-catalog {
  gap: max(28px, min(4vw, 66px));
  padding-top: max(54px, min(8vw, 112px));
  padding-bottom: max(70px, min(10vw, 144px));
}

.sahil-catalog__content {
  min-width: 0;
}

.sahil-catalog__heading {
  border-bottom: 1px solid rgba(23, 59, 62, .16);
  margin: 0 0 46px;
  padding-bottom: 30px;
}

.sahil-catalog__heading p {
  color: rgba(23, 59, 62, .72);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 13px;
  font-size: 9px;
  font-weight: 700;
}

.sahil-catalog__heading h1 {
  color: var(--sahil-lagoon);
  font-family: var(--font-display);
  letter-spacing: -.055em;
  margin: 0;
  font-size: max(48px, min(5vw, 78px));
  font-weight: 400;
  line-height: .88;
}

.sahil-catalog__heading span {
  color: rgba(23, 59, 62, .72);
  max-width: 380px;
  margin-top: 17px;
  font-size: 12px;
  line-height: 1.7;
  display: block;
}

.sahil-product-preview {
  color: var(--sahil-lagoon);
  text-decoration: none;
  display: block;
}

.sahil-product-thumbnail {
  box-shadow: none;
  background: #f1e8db;
  border: 1px solid rgba(23, 59, 62, .12);
  border-radius: 0;
}

.sahil-product-thumbnail:after {
  z-index: 1;
  content: "";
  pointer-events: none;
  border: 12px solid rgba(255, 253, 248, .14);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sahil-product-preview__meta {
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 2px 3px;
  display: flex;
}

.sahil-product-preview__edition {
  color: rgba(23, 59, 62, .62);
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.sahil-product-preview__title {
  letter-spacing: .09em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--sahil-lagoon) !important;
}

.sahil-product-preview [data-testid="product-price"] {
  color: var(--sahil-lagoon);
  letter-spacing: .04em;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
}

.sahil-product-layout {
  gap: max(26px, min(4vw, 62px));
  padding-top: max(38px, min(6vw, 80px));
  padding-bottom: max(72px, min(10vw, 140px));
}

.sahil-product-layout__info, .sahil-product-layout__actions {
  padding-top: 18px;
  padding-bottom: 18px;
}

.sahil-product-layout__gallery > * {
  border: 1px solid rgba(23, 59, 62, .12);
}

.sahil-product-layout__info h1 {
  color: var(--sahil-lagoon);
  font-family: var(--font-display);
  letter-spacing: -.05em;
  font-size: max(40px, min(4vw, 63px));
  font-weight: 400;
  line-height: .88;
}

.sahil-product-layout__info p {
  color: rgba(23, 59, 62, .73);
  line-height: 1.75;
}

.sahil-product-actions {
  border-top: 1px solid rgba(23, 59, 62, .17);
  padding-top: 19px;
}

.sahil-product-actions__options button {
  border-radius: 0 !important;
}

.sahil-product-actions__cta {
  text-transform: uppercase;
  background: var(--sahil-lagoon) !important;
  color: var(--sahil-pearl) !important;
  letter-spacing: .12em !important;
  border-radius: 0 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  transition: background .18s, transform .18s !important;
}

.sahil-product-actions__cta:hover {
  background: #2e6769 !important;
}

.sahil-product-actions__cta:active {
  transform: scale(.98);
}

.sahil-related-products {
  border-top: 1px solid rgba(23, 59, 62, .15);
  margin-top: 0;
  margin-bottom: max(80px, min(11vw, 160px));
  padding-top: max(58px, min(8vw, 112px));
}

.sahil-bag {
  background: linear-gradient(180deg, var(--sahil-pearl), var(--sahil-sand));
  min-height: 64vh;
  padding-top: max(50px, min(7vw, 100px));
  padding-bottom: max(70px, min(10vw, 142px));
}

.sahil-bag__items {
  background: none;
}

.sahil-bag__summary {
  border-top: 2px solid var(--sahil-lagoon);
  background: var(--sahil-sand);
  padding-left: 25px;
  padding-right: 25px;
}

.sahil-bag [data-testid="cart-container"] h1, .sahil-bag [data-testid="cart-container"] h2 {
  color: var(--sahil-lagoon);
  font-family: var(--font-display);
  letter-spacing: -.045em;
  font-size: max(38px, min(4vw, 60px));
  font-weight: 400;
}

.sahil-source-footer {
  background: var(--sahil-lagoon);
  color: var(--sahil-pearl);
  margin-top: auto;
  padding-top: max(60px, min(9vw, 132px));
}

.sahil-source-footer__inner {
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
  gap: max(50px, min(10vw, 160px));
  padding-bottom: max(54px, min(8vw, 112px));
  display: grid;
}

.sahil-source-footer__brand {
  width: max-content;
  color: var(--sahil-pearl);
  font-family: var(--font-display);
  letter-spacing: -.055em;
  direction: ltr;
  flex-direction: row;
  align-items: center;
  gap: 11px;
  font-size: 52px;
  font-style: italic;
  line-height: .9;
  text-decoration: none;
  display: flex;
}

.sahil-source-footer__seal {
  border: 1.5px solid var(--sahil-pearl);
  border-radius: 50% 50% 38% 38%;
  width: 37px;
  height: 33px;
  position: relative;
  overflow: hidden;
}

.sahil-source-footer__seal:before, .sahil-source-footer__seal:after, .sahil-source-footer__seal i {
  background: var(--sahil-pearl);
  content: "";
  width: 1px;
  position: absolute;
  top: 6px;
  bottom: 5px;
}

.sahil-source-footer__seal:before {
  left: 10px;
  transform: rotate(-20deg);
}

.sahil-source-footer__seal:after {
  right: 10px;
  transform: rotate(20deg);
}

.sahil-source-footer__seal i {
  left: 18px;
}

.sahil-source-footer__intro p {
  color: #d2e4e0;
  max-width: 255px;
  font-family: var(--font-display);
  letter-spacing: -.03em;
  margin: 24px 0 0;
  font-size: 24px;
  line-height: 1.04;
}

.sahil-source-footer__links {
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 28px;
  display: grid;
}

.sahil-source-footer__links > div > span {
  color: var(--sahil-turquoise);
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-size: 10px;
  font-weight: 700;
  display: block;
}

.sahil-source-footer__links ul {
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.sahil-source-footer__links a {
  color: #e6f0ed;
  font-size: 12px;
  line-height: 1.45;
  text-decoration: none;
  transition: color .18s;
}

.sahil-source-footer__links a:hover {
  color: var(--sahil-turquoise);
}

.sahil-source-footer__bottom {
  color: #c3d7d3;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 253, 248, .24);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-top: 17px;
  padding-bottom: 20px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

html[lang="fa"] .sahil-source-nav__link, html[lang="fa"] .sahil-menu-trigger, html[lang="fa"] .sahil-menu-trigger__label {
  font-family: var(--font-persian);
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.12;
}

html[lang="fa"] .sahil-source-footer__intro p {
  max-width: 295px;
  font-family: var(--font-persian);
  letter-spacing: 0;
  font-size: 29px;
  line-height: 1.14;
}

html[lang="fa"] .sahil-source-footer__links > div > span {
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}

html[lang="fa"] .sahil-source-footer__links a {
  font-size: 16px;
  line-height: 1.38;
}

html[lang="fa"] .sahil-source-footer__bottom {
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .sahil-source-hero {
    grid-template-columns: 1fr;
  }

  .sahil-source-hero__copy {
    min-height: 410px;
  }

  .sahil-source-hero__art {
    min-height: 390px;
  }

  .sahil-source-hero__shell {
    transform-origin: 100% 100%;
    bottom: 24%;
    right: 11%;
    transform: scale(.83);
  }

  .sahil-catalog {
    padding-top: 48px;
  }

  .sahil-product-layout {
    gap: 0;
  }

  .sahil-product-layout__info {
    order: 0;
  }

  .sahil-product-layout__gallery {
    order: 1;
  }

  .sahil-product-layout__actions {
    order: 2;
  }

  .sahil-source-footer__inner {
    grid-template-columns: 1fr;
  }

  .sahil-source-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .sahil-source-footer__links {
    grid-template-columns: 1fr;
  }

  .sahil-source-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.sahil-featured-rail {
  padding-top: max(58px, min(8vw, 116px));
  padding-bottom: max(70px, min(10vw, 144px));
}

.sahil-featured-rail + .sahil-featured-rail {
  border-top: 1px solid rgba(23, 59, 62, .12);
}

.sahil-featured-rail__heading {
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: max(31px, min(5vw, 56px));
  display: flex;
}

.sahil-featured-rail__heading p {
  color: rgba(23, 59, 62, .61);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 9px;
  font-weight: 700;
}

.sahil-featured-rail__title {
  color: var(--sahil-lagoon);
  font-family: var(--font-display);
  letter-spacing: -.055em;
  margin: 0;
  font-size: max(46px, min(5vw, 78px));
  font-weight: 400;
  line-height: .86;
}

.sahil-featured-rail__heading a {
  border-bottom: 1px solid var(--sahil-lagoon);
  color: var(--sahil-lagoon);
  letter-spacing: .11em;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  padding-bottom: 6px;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  transition: gap .18s;
  display: inline-flex;
}

.sahil-featured-rail__heading a:hover {
  gap: 12px;
}

.sahil-featured-rail__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: max(17px, min(2.7vw, 42px));
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.sahil-featured-rail__grid > li:nth-child(2) {
  padding-top: max(22px, min(3vw, 48px));
}

.sahil-featured-rail__grid > li:nth-child(3) {
  padding-top: max(47px, min(6vw, 92px));
}

@media (max-width: 768px) {
  .sahil-featured-rail__heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .sahil-featured-rail__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
  }

  .sahil-featured-rail__grid > li:nth-child(2), .sahil-featured-rail__grid > li:nth-child(3) {
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .sahil-featured-rail__grid {
    grid-template-columns: 1fr;
  }
}

.sahil-source-nav__link, .sahil-menu-trigger, .sahil-language-switcher, .sahil-theme-toggle {
  min-height: 32px;
  color: var(--sahil-lagoon);
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  transition: color .18s cubic-bezier(.23, 1, .32, 1);
  display: inline-flex;
  position: relative;
}

.sahil-source-nav__link:after, .sahil-menu-trigger:after, .sahil-language-switcher:after, .sahil-theme-toggle:after {
  left: 3px;
  right: 3px;
  background: var(--sahil-rose);
  content: "";
  transform-origin: center;
  will-change: transform;
  height: 2px;
  transition: transform .235s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
  bottom: -5px;
  transform: scaleX(0);
}

.sahil-source-nav__link:hover, .sahil-menu-trigger:hover {
  color: var(--sahil-rose);
}

.sahil-source-nav__link:focus-visible {
  color: var(--sahil-rose);
}

.sahil-menu-trigger:focus-visible {
  color: var(--sahil-rose);
}

.sahil-source-nav__link:hover:after, .sahil-menu-trigger:hover:after, .sahil-language-switcher:hover:after, .sahil-language-switcher:focus-within:after, .sahil-theme-toggle:hover:after {
  transform: scaleX(1);
}

.sahil-source-nav__link:focus-visible:after {
  transform: scaleX(1);
}

.sahil-menu-trigger:focus-visible:after {
  transform: scaleX(1);
}

.sahil-theme-toggle:focus-visible:after {
  transform: scaleX(1);
}

.sahil-source-nav__link:focus-visible {
  outline: 1px solid var(--sahil-rose);
  outline-offset: 4px;
}

.sahil-menu-trigger:focus-visible {
  outline: 1px solid var(--sahil-rose);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .sahil-source-nav__link:after, .sahil-menu-trigger:after, .sahil-language-switcher:after, .sahil-theme-toggle:after {
    transition-duration: .01ms;
  }
}

.sahil-source-nav__icon {
  -o-object-fit: contain;
  object-fit: contain;
  width: 43px;
  height: 43px;
}

.sahil-source-nav__wordmark {
  -o-object-fit: contain;
  object-fit: contain;
  flex: none;
  width: auto;
  height: 43px;
  display: block;
}

.sahil-source-hero__art {
  isolation: isolate;
  background: #c9d8d5;
}

.sahil-source-hero__art:before, .sahil-source-hero__art:after {
  z-index: 2;
  pointer-events: none;
}

.sahil-source-hero__image {
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: saturate(.72) contrast(.96);
}

.sahil-source-hero__shell {
  z-index: 3;
  width: max(92px, min(13vw, 160px));
  height: auto;
  box-shadow: none;
  -o-object-fit: contain;
  object-fit: contain;
  background: none;
  border: 0;
  border-radius: 0;
  bottom: 18%;
  right: 9%;
}

.sahil-source-hero__art p {
  z-index: 4;
  color: var(--sahil-pearl);
  text-shadow: 0 1px 12px rgba(23, 59, 62, .25);
}

.sahil-home-intro {
  grid-template-columns: 1fr minmax(0, 3.1fr);
  gap: 20px;
  padding-top: max(70px, min(10vw, 145px));
  padding-bottom: max(72px, min(10vw, 142px));
  display: grid;
  position: relative;
}

.sahil-home-intro:before {
  content: "";
  pointer-events: none;
  border: 1px solid rgba(23, 59, 62, .12);
  border-radius: 50%;
  width: 21vw;
  max-width: 290px;
  height: 21vw;
  max-height: 290px;
  position: absolute;
  top: 14%;
  right: 12%;
}

.sahil-home-intro__kicker {
  color: rgba(23, 59, 62, .55);
  letter-spacing: .14em;
  margin: 8px 0 0;
  font-size: 9px;
  font-weight: 700;
}

.sahil-home-intro h2 {
  z-index: 1;
  max-width: 760px;
  color: var(--sahil-lagoon);
  font-family: var(--font-display);
  letter-spacing: -.055em;
  margin: 0;
  font-size: max(38px, min(5vw, 76px));
  font-weight: 400;
  line-height: .94;
  position: relative;
}

.sahil-home-intro h2 em, .sahil-home-chapters h2 em, .sahil-home-signature h2 em {
  color: var(--sahil-rose);
  font-style: italic;
}

.sahil-home-products {
  background: var(--sahil-pearl);
}

.sahil-home-products__intro {
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  padding-bottom: 14px;
  display: flex;
}

.sahil-home-products__intro p, .sahil-home-chapters__copy p, .sahil-home-signature__copy p {
  color: rgba(23, 59, 62, .59);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 13px;
  font-size: 9px;
  font-weight: 700;
}

.sahil-home-products__intro h2 {
  color: var(--sahil-lagoon);
  font-family: var(--font-display);
  letter-spacing: -.055em;
  margin: 0;
  font-size: max(44px, min(5vw, 72px));
  font-weight: 400;
  line-height: .84;
}

.sahil-home-products__intro > div:last-child {
  max-width: 260px;
  padding-bottom: 4px;
}

.sahil-home-products__intro > div:last-child p {
  color: rgba(23, 59, 62, .7);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.sahil-home-products__rails {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sahil-home-products__rails .sahil-featured-rail {
  padding-top: 56px;
}

.sahil-home-products__rails .sahil-featured-rail:first-child {
  padding-top: 74px;
}

.sahil-home-products__rails .sahil-featured-rail__heading {
  display: none;
}

.sahil-home-products__rails .sahil-featured-rail + .sahil-featured-rail {
  border-top: 0;
}

.sahil-home-chapters {
  background: var(--sahil-sand);
  overflow: hidden;
}

.sahil-home-chapters__inner {
  grid-template-columns: minmax(220px, .78fr) minmax(0, 1.22fr);
  gap: max(42px, min(9vw, 145px));
  padding-top: max(80px, min(11vw, 165px));
  padding-bottom: max(80px, min(11vw, 165px));
  display: grid;
}

.sahil-home-chapters__copy {
  padding-top: 16px;
}

.sahil-home-chapters h2, .sahil-home-signature h2 {
  color: var(--sahil-lagoon);
  font-family: var(--font-display);
  letter-spacing: -.06em;
  margin: 0;
  font-size: max(50px, min(6.3vw, 94px));
  font-weight: 400;
  line-height: .83;
}

.sahil-home-chapters__copy > span, .sahil-home-signature__copy > span {
  color: rgba(23, 59, 62, .72);
  max-width: 280px;
  margin-top: 28px;
  font-size: 12px;
  line-height: 1.7;
  display: block;
}

.sahil-home-chapters__cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}

.sahil-home-chapter-card {
  min-height: 390px;
  color: var(--sahil-lagoon);
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none;
  transition: transform .22s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sahil-home-chapter-card:hover {
  transform: translateY(-7px);
}

.sahil-home-chapter-card--sand {
  background: #e2d2be;
}

.sahil-home-chapter-card--turquoise {
  background: var(--sahil-turquoise);
  justify-content: end;
}

.sahil-home-chapter-card > span {
  letter-spacing: .14em;
  font-size: 9px;
  font-weight: 700;
}

.sahil-home-chapter-card img {
  mix-blend-mode: multiply;
  opacity: .92;
  width: 74%;
  height: auto;
  position: absolute;
  top: 28%;
  right: 9%;
}

.sahil-home-chapter-card small {
  z-index: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 9px;
  font-weight: 700;
  position: relative;
}

.sahil-home-chapter-card strong {
  z-index: 1;
  max-width: 170px;
  font-family: var(--font-display);
  letter-spacing: -.04em;
  font-size: 31px;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.sahil-home-signature {
  background: var(--sahil-lagoon);
  color: var(--sahil-pearl);
}

.sahil-home-signature__inner {
  grid-template-columns: minmax(220px, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: max(45px, min(8vw, 125px));
  padding-top: max(80px, min(11vw, 165px));
  padding-bottom: max(80px, min(11vw, 165px));
  display: grid;
}

.sahil-home-signature__copy p {
  color: var(--sahil-turquoise);
}

.sahil-home-signature h2 {
  color: var(--sahil-pearl);
}

.sahil-home-signature__copy > span {
  color: #d2e4e0;
}

.sahil-home-signature__art {
  background: radial-gradient(circle at 50% 40%, rgba(118, 183, 181, .22), rgba(0, 0, 0, 0) 55%);
  justify-content: center;
  align-items: center;
  min-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sahil-home-signature__art:before {
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(210, 228, 224, .23);
  border-radius: 50%;
  width: 76%;
  position: absolute;
}

.sahil-home-signature__art img {
  z-index: 1;
  mix-blend-mode: screen;
  opacity: .9;
  width: min(74%, 560px);
  height: auto;
  position: relative;
}

.sahil-home-signature__art span {
  z-index: 2;
  color: #d2e4e0;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  position: absolute;
  bottom: 12%;
  right: 8%;
}

.sahil-source-footer__brand {
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.sahil-source-footer__icon {
  -o-object-fit: contain;
  object-fit: contain;
  width: 43px;
  height: 43px;
}

.sahil-source-footer__wordmark {
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert();
  flex: none;
  width: auto;
  height: 43px;
  display: block;
}

@media (max-width: 768px) {
  .sahil-home-intro {
    grid-template-columns: 1fr;
  }

  .sahil-home-intro__kicker {
    margin-top: 0;
  }

  .sahil-home-products__intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
  }

  .sahil-home-chapters__inner, .sahil-home-signature__inner {
    grid-template-columns: 1fr;
  }

  .sahil-home-chapters__cards {
    margin-top: 18px;
  }

  .sahil-home-signature__art {
    min-height: 380px;
  }
}

@media (max-width: 480px) {
  .sahil-home-chapters__cards {
    grid-template-columns: 1fr;
  }

  .sahil-home-chapter-card {
    min-height: 330px;
  }

  .sahil-home-intro h2 {
    font-size: 42px;
  }
}

.sahil-product-carousel {
  position: relative;
}

.sahil-product-carousel__controls {
  justify-content: flex-end;
  gap: 8px;
  margin: 0 0 14px;
  display: flex;
}

.sahil-product-carousel__controls button {
  width: 35px;
  height: 35px;
  color: var(--sahil-lagoon);
  background: none;
  border: 1px solid rgba(23, 59, 62, .3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: background .16s, color .16s, transform .16s;
  display: inline-flex;
}

.sahil-product-carousel__controls button:hover {
  background: var(--sahil-lagoon);
  color: var(--sahil-pearl);
}

.sahil-product-carousel__controls button:active {
  transform: scale(.94);
}

.sahil-product-carousel__viewport {
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow-x: auto;
}

.sahil-product-carousel__viewport.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.sahil-product-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.sahil-product-carousel__viewport > .sahil-featured-rail__grid {
  scroll-snap-type: x proximity;
  gap: max(16px, min(2.8vw, 42px));
  width: max-content;
  min-width: 100%;
  display: flex;
}

.sahil-product-carousel__viewport > .sahil-featured-rail__grid > li {
  scroll-snap-align: start;
  flex: 0 0 max(226px, min(27vw, 360px));
  padding-top: 0;
}

@media (max-width: 768px) {
  .sahil-product-carousel__viewport > .sahil-featured-rail__grid > li {
    flex-basis: min(73vw, 310px);
  }
}

@media (max-width: 480px) {
  .sahil-product-carousel__controls {
    margin-bottom: 12px;
  }

  .sahil-product-carousel__viewport > .sahil-featured-rail__grid > li {
    flex-basis: 78vw;
  }
}

.sahil-reference-hero {
  background: #bfcac7;
  min-height: min(690px, 78vh);
  position: relative;
  overflow: hidden;
}

.sahil-reference-hero__image {
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: grayscale(.78) contrast(.94);
}

.sahil-reference-hero__overlay {
  z-index: 1;
  background: linear-gradient(rgba(15, 31, 31, .1), rgba(15, 31, 31, .1) 55%, rgba(15, 31, 31, .44));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sahil-reference-hero__content {
  z-index: 2;
  flex-direction: column;
  justify-content: end;
  min-height: min(690px, 78vh);
  padding-bottom: max(34px, min(7vw, 90px));
  display: flex;
  position: relative;
}

.sahil-reference-hero__content p {
  color: var(--sahil-pearl);
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: max(21px, min(2.3vw, 33px));
  font-weight: 400;
}

.sahil-reference-hero__link {
  border-bottom: 1px solid var(--sahil-pearl);
  width: max-content;
  color: var(--sahil-pearl);
  letter-spacing: .12em;
  text-transform: uppercase;
  gap: 8px;
  padding-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.sahil-reference-best-sellers {
  padding-top: max(60px, min(8vw, 116px));
  padding-bottom: max(75px, min(10vw, 148px));
}

.sahil-reference-section-heading {
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 33px;
  display: flex;
}

.sahil-reference-section-heading p, .sahil-reference-newsletter > div > p, .sahil-reference-about__copy > p {
  color: var(--sahil-lagoon);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 600;
}

.sahil-reference-section-heading h2 {
  color: var(--sahil-lagoon);
  font-family: var(--font-display);
  letter-spacing: -.055em;
  margin: 0;
  font-size: max(39px, min(4.8vw, 68px));
  font-weight: 400;
  line-height: .88;
}

.sahil-reference-section-heading > span {
  color: rgba(23, 59, 62, .6);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
}

.sahil-reference-product-grid {
  scroll-snap-type: x proximity;
  gap: 2px;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.sahil-reference-product-grid > li {
  scroll-snap-align: start;
  flex: 0 0 max(226px, min(25vw, 330px));
}

.sahil-reference-best-sellers .sahil-product-carousel__viewport {
  direction: ltr;
  overflow-x: auto;
}

.sahil-paired-editorial {
  background: #c8d4d1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  overflow: hidden;
}

.sahil-paired-editorial__panel {
  aspect-ratio: 1;
  min-height: 0;
  color: var(--sahil-pearl);
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.sahil-paired-editorial__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: transform .65s cubic-bezier(.23, 1, .32, 1);
}

.sahil-paired-editorial__panel:hover .sahil-paired-editorial__image {
  transform: scale(1.035);
}

.sahil-paired-editorial__wash {
  background: linear-gradient(rgba(0, 0, 0, 0) 48%, rgba(11, 38, 39, .48));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sahil-paired-editorial__label {
  color: var(--sahil-pearl);
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: max(14px, min(1.8vw, 24px));
  font-weight: 500;
  position: absolute;
  bottom: max(18px, min(3vw, 42px));
  left: max(18px, min(3vw, 42px));
  right: max(18px, min(3vw, 42px));
}

.sahil-category-media-rail {
  padding: max(24px, min(3vw, 48px)) 0 max(66px, min(8vw, 118px));
}

.sahil-category-media-rail__stage {
  position: relative;
}

.sahil-category-media-rail__viewport {
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  direction: ltr;
  gap: max(10px, min(1.7vw, 32px));
  padding: 0 max(20px, 50vw - 860px);
  scroll-padding-inline: max(20px, 50vw - 860px);
  display: flex;
  overflow-x: auto;
}

.sahil-category-media-rail__viewport::-webkit-scrollbar {
  display: none;
}

.sahil-category-media-rail__viewport:not(.is-dragging) {
  cursor: grab;
}

.sahil-category-media-rail__viewport.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.sahil-category-media-rail__card {
  min-width: max(264px, min(21.5vw, 410px));
  color: var(--sahil-lagoon);
  scroll-snap-align: start;
  flex-direction: column;
  flex: 0 0 max(264px, min(21.5vw, 410px));
  text-decoration: none;
  display: flex;
}

.sahil-category-media-rail__image {
  aspect-ratio: .84;
  background: var(--sahil-sand);
  display: block;
  overflow: hidden;
}

.sahil-category-media-rail__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .46s cubic-bezier(.23, 1, .32, 1);
}

.sahil-category-media-rail__placeholder {
  background: radial-gradient(circle at 75% 24%, rgba(200, 235, 231, .75), transparent 35%), linear-gradient(145deg, var(--sahil-sand) 0%, var(--sahil-pearl) 58%, #d5ebe6 100%);
  width: 100%;
  height: 100%;
  color: var(--sahil-lagoon);
  font-family: var(--font-display);
  align-items: flex-end;
  padding: max(18px, min(2vw, 28px));
  font-size: max(21px, min(2.5vw, 38px));
  line-height: .95;
  display: flex;
}

.sahil-category-media-rail__card:hover .sahil-category-media-rail__image img {
  transform: scale(1.022);
}

.sahil-category-media-rail__label {
  color: currentColor;
  padding-top: 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}

.sahil-category-media-rail__controls {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sahil-category-media-rail__control {
  width: 34px;
  height: 34px;
  color: var(--sahil-lagoon);
  pointer-events: auto;
  background: rgba(255, 253, 248, .96);
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: background .16s, color .16s, transform .16s;
  display: inline-flex;
  position: absolute;
  top: calc(43% - 12.9px);
  box-shadow: 0 2px 12px rgba(23, 59, 62, .16);
}

.sahil-category-media-rail__control:hover {
  background: var(--sahil-lagoon);
  color: var(--sahil-pearl);
}

.sahil-category-media-rail__control:active {
  transform: scale(.94);
}

.sahil-category-media-rail__control--previous {
  left: max(8px, 50vw - 872px);
}

.sahil-category-media-rail__control--next {
  right: max(8px, 50vw - 872px);
}

.sahil-product-carousel__controls {
  z-index: 3;
  pointer-events: none;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sahil-product-carousel__controls .sahil-rail-edge-control {
  width: 34px;
  height: 34px;
  color: var(--sahil-lagoon);
  opacity: .98;
  pointer-events: auto;
  background: rgba(255, 253, 248, .94);
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: background .16s, color .16s, transform .16s;
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 10px rgba(23, 59, 62, .16);
}

.sahil-product-carousel__controls .sahil-rail-edge-control:hover {
  background: var(--sahil-lagoon);
  color: var(--sahil-pearl);
}

.sahil-product-carousel__controls .sahil-rail-edge-control:active {
  transform: translateY(-50%)scale(.94);
}

.sahil-rail-edge-control--previous {
  left: max(10px, 50vw - 630px);
}

.sahil-rail-edge-control--next {
  right: max(10px, 50vw - 630px);
}

.sahil-product-carousel__controls svg, .sahil-category-media-rail__control svg, .sahil-home-slider__cta svg {
  color: currentColor;
  flex: none;
  width: 20px;
  height: 20px;
}

.sahil-menu-trigger__icon, .sahil-nav-cart__icon, .sahil-nav-account__icon, .sahil-theme-toggle svg {
  color: currentColor;
  flex: none;
  width: 18px;
  height: 18px;
  display: block;
}

.sahil-source-nav__link.sahil-nav-cart, .sahil-source-nav__link.sahil-nav-account {
  white-space: nowrap;
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.sahil-nav-account__icon {
  color: currentColor;
  flex: none;
  width: 18px;
  height: 18px;
}

.sahil-nav-cart__bag {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: inline-flex;
  position: relative;
}

.sahil-nav-cart__count {
  background: var(--sahil-lagoon);
  min-width: 15px;
  height: 15px;
  color: var(--sahil-pearl);
  font-family: var(--font-sans);
  font-variant-numeric: tabular-nums;
  animation: sahil-cart-count-in .18s var(--sahil-ease-out, cubic-bezier(.23, 1, .32, 1));
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: -7px;
  right: -7px;
}

html[data-theme="dark"] .sahil-nav-cart__count {
  background: var(--sahil-pearl);
  color: var(--sahil-lagoon);
}

.sahil-nav-cart__amount {
  font-variant-numeric: tabular-nums;
  font-size: 10px;
}

.sahil-nav-cart__amount:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  border-left: 1px solid;
  padding-left: 6px;
}

.sahil-nav-cart__amount:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  border-left: 1px solid;
  padding-left: 6px;
}

.sahil-nav-cart__amount:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  border-left: 1px solid;
  padding-left: 6px;
}

.sahil-nav-cart__amount:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-right: 1px solid;
  padding-right: 6px;
}

.sahil-nav-cart__amount:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-right: 1px solid;
  padding-right: 6px;
}

.sahil-nav-cart__amount:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-right: 1px solid;
  padding-right: 6px;
}

html[lang="fa"] .sahil-nav-cart__count, html[lang="fa"] .sahil-nav-cart__amount {
  font-family: var(--font-persian);
}

@keyframes sahil-cart-count-in {
  from {
    opacity: 0;
    transform: scale(.72);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.sahil-home-slider__cta, .sahil-source-link {
  align-items: center;
  gap: 7px;
  display: inline-flex;
}

.sahil-source-link svg {
  color: currentColor;
  flex: none;
  width: 20px;
  height: 20px;
}

@media (max-width: 639px) {
  .sahil-nav-utilities:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    margin-right: -6px;
  }

  .sahil-nav-utilities:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    margin-right: -6px;
  }

  .sahil-nav-utilities:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    margin-right: -6px;
  }

  .sahil-nav-utilities:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    margin-left: -6px;
  }

  .sahil-nav-utilities:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    margin-left: -6px;
  }

  .sahil-nav-utilities:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    margin-left: -6px;
  }

  .sahil-source-nav__link.sahil-nav-cart, .sahil-source-nav__link.sahil-nav-account {
    justify-content: center;
    gap: 0;
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .sahil-nav-account__label, .sahil-nav-cart__label, .sahil-nav-cart__amount {
    display: none;
  }

  .sahil-source-nav__link.sahil-nav-account:after, .sahil-source-nav__link.sahil-nav-cart:after {
    left: 8px;
    right: 8px;
    height: 2px;
    bottom: -1px;
  }

  .sahil-menu-trigger {
    height: 36px;
    min-height: 36px;
  }

  .sahil-menu-trigger:after {
    bottom: -1px;
  }

  .sahil-nav-cart__count {
    top: -5px;
    right: -5px;
  }
}

.sahil-mobile-product-actions {
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  gap: 10px;
}

.sahil-mobile-product-actions__summary {
  width: 100%;
  min-height: 24px;
  color: var(--sahil-lagoon);
  text-align: center;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  font-size: 15px;
  line-height: 1.35;
  display: flex;
}

.sahil-mobile-product-actions__summary [data-testid="mobile-title"] {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: min(54vw, 260px);
  overflow: hidden;
}

.sahil-mobile-product-actions__summary > :last-child {
  font-family: var(--font-sans);
  white-space: nowrap;
  direction: ltr;
  font-size: 13px;
}

.sahil-mobile-product-actions__controls {
  gap: 8px;
}

.sahil-mobile-product-actions__controls button {
  min-height: 44px;
}

html[dir="rtl"] .sahil-mobile-product-actions__summary {
  direction: rtl;
}

@media (prefers-reduced-motion: reduce) {
  .sahil-nav-cart__count {
    animation: none;
  }
}

html[dir="rtl"] .sahil-reference-product-grid > li {
  text-align: right;
  direction: rtl;
}

html[dir="rtl"] .sahil-reference-product-grid [data-testid="product-price"] {
  direction: ltr;
  unicode-bidi: plaintext;
}

.sahil-reference-newsletter {
  background: var(--sahil-sand);
  padding-top: max(75px, min(10vw, 145px));
  padding-bottom: max(75px, min(10vw, 145px));
}

.sahil-reference-newsletter h2 {
  color: var(--sahil-lagoon);
  font-family: var(--font-display);
  letter-spacing: -.065em;
  margin: 0 0 30px;
  font-size: max(54px, min(7vw, 104px));
  font-weight: 400;
  line-height: .82;
}

.sahil-reference-newsletter h2 em {
  color: var(--sahil-rose);
  font-style: italic;
}

.sahil-reference-about {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: max(24px, min(5vw, 92px));
  padding-top: max(75px, min(10vw, 145px));
  padding-bottom: max(85px, min(11vw, 160px));
  display: grid;
}

.sahil-reference-about__copy {
  min-width: 0;
}

.sahil-reference-about h2 {
  max-width: 730px;
  color: var(--sahil-lagoon);
  font-family: var(--font-display);
  letter-spacing: -.055em;
  margin: 0;
  font-size: max(39px, min(5vw, 72px));
  font-weight: 400;
  line-height: .9;
}

.sahil-reference-about__emblem {
  perspective: 900px;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  display: flex;
}

.sahil-reference-about__emblem-panel {
  aspect-ratio: 1.08;
  cursor: grab;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #dcebea;
  border: 1px solid rgba(105, 155, 155, .28);
  place-items: center;
  width: min(100%, 560px);
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 253, 248, .22);
}

.sahil-reference-about__emblem-panel.is-dragging {
  cursor: grabbing;
}

.sahil-reference-about__emblem-ornament, .sahil-reference-about__emblem-ornament:before, .sahil-reference-about__emblem-ornament:after {
  content: "";
  pointer-events: none;
  border: 1px solid rgba(105, 155, 155, .22);
  border-radius: 50%;
  position: absolute;
}

.sahil-reference-about__emblem-ornament {
  width: 72%;
  height: 74%;
  transform: translate(-8%, -7%)rotate(-14deg);
}

.sahil-reference-about__emblem-ornament:before {
  width: 112%;
  height: 88%;
  transform: translate(15%, 22%)rotate(19deg);
}

.sahil-reference-about__emblem-ornament:after {
  width: 80%;
  height: 66%;
  transform: translate(35%, 42%)rotate(-12deg);
}

.sahil-reference-about__emblem-art {
  z-index: 1;
  width: min(84%, 420px);
  height: auto;
  transform-style: preserve-3d;
  filter: drop-shadow(0 20px 24px rgba(23, 59, 62, .16));
  transition: transform .28s cubic-bezier(.23, 1, .32, 1);
  position: relative;
}

.sahil-reference-about__emblem-panel.is-dragging .sahil-reference-about__emblem-art {
  transition: none;
}

.sahil-reference-about__emblem-states {
  z-index: 2;
  gap: 5px;
  display: flex;
  position: absolute;
  bottom: 18px;
  left: 18px;
}

.sahil-reference-about__emblem-states button {
  color: rgba(23, 59, 62, .78);
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(255, 253, 248, .12);
  border: 1px solid rgba(23, 59, 62, .34);
  padding: 7px 9px;
  font-size: 8px;
  font-weight: 700;
  transition: background .16s, color .16s, border-color .16s;
}

.sahil-reference-about__emblem-states button:hover, .sahil-reference-about__emblem-states button[aria-pressed="true"] {
  border-color: var(--sahil-lagoon);
  background: var(--sahil-lagoon);
  color: var(--sahil-pearl);
}

.sahil-reference-about__emblem-hint {
  z-index: 2;
  color: rgba(23, 59, 62, .68);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
  position: absolute;
  bottom: 14px;
  right: 16px;
}

@media (max-width: 768px) {
  .sahil-reference-hero, .sahil-reference-hero__content {
    min-height: 520px;
  }

  .sahil-reference-section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .sahil-reference-best-sellers .sahil-product-carousel__controls {
    margin-top: 0;
    margin-bottom: 17px;
  }

  .sahil-reference-product-grid {
    gap: 1px;
  }

  .sahil-reference-product-grid > li {
    flex-basis: min(73vw, 310px);
  }

  .sahil-square-editorial {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sahil-square-editorial__label {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .sahil-reference-resort {
    min-height: 440px;
  }

  .sahil-reference-about {
    grid-template-columns: 1fr;
  }

  .sahil-reference-about__emblem {
    justify-content: start;
    min-height: 180px;
  }

  .sahil-reference-about__emblem-panel {
    width: 100%;
  }

  .sahil-reference-about__emblem-art {
    width: min(84%, 340px);
  }

  .sahil-reference-about__emblem-states {
    bottom: 12px;
    left: 12px;
  }

  .sahil-reference-about__emblem-states button {
    padding: 6px 7px;
  }
}

@media (max-width: 480px) {
  .sahil-category-media-rail {
    padding-top: 16px;
    padding-bottom: 58px;
  }

  .sahil-category-media-rail__viewport {
    gap: 12px;
  }

  .sahil-category-media-rail__card {
    flex-basis: 76vw;
    min-width: 76vw;
  }

  .sahil-category-media-rail__label {
    padding-top: 11px;
    font-size: 11px;
  }

  .sahil-reference-product-grid {
    gap: 1px;
  }

  .sahil-reference-product-grid > li {
    flex-basis: 78vw;
  }
}

.sahil-source-nav {
  background: var(--sahil-pearl);
  border-bottom: 1px solid rgba(23, 59, 62, .13);
  height: 72px;
}

.sahil-source-nav__brand {
  gap: 8px;
}

.sahil-menu-trigger {
  color: var(--sahil-lagoon);
  letter-spacing: .12em;
  text-transform: uppercase;
  gap: 8px;
  font-size: 11px;
}

.sahil-menu-trigger:hover {
  color: var(--sahil-rose);
}

.sahil-menu-trigger {
  align-self: center;
  height: 32px;
  min-height: 32px;
}

.sahil-menu-trigger__lines {
  flex-direction: column;
  justify-content: space-between;
  width: 16px;
  height: 12px;
  display: inline-flex;
  position: relative;
}

.sahil-menu-trigger__lines span {
  transform-origin: center;
  background: currentColor;
  width: 100%;
  height: 1px;
  transition: transform .22s cubic-bezier(.23, 1, .32, 1), opacity .16s;
  display: block;
}

.sahil-menu-trigger.is-open .sahil-menu-trigger__lines span:first-child {
  transform: translateY(5.5px)rotate(45deg);
}

.sahil-menu-trigger.is-open .sahil-menu-trigger__lines span:nth-child(2) {
  opacity: 0;
}

.sahil-menu-trigger.is-open .sahil-menu-trigger__lines span:nth-child(3) {
  transform: translateY(-5.5px)rotate(-45deg);
}

.sahil-menu-backdrop {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(23, 59, 62, .2);
  transition: opacity .22s;
}

.sahil-menu-panel {
  color: var(--sahil-lagoon);
}

.sahil-cart-preview {
  box-shadow: 0 18px 42px rgba(23, 59, 62, .14);
}

html[dir="rtl"] .sahil-cart-preview {
  text-align: right;
}

html[dir="rtl"] .sahil-cart-preview [data-testid="cart-item"] {
  direction: rtl;
  grid-template-columns: 1fr 122px;
}

html[dir="rtl"] .sahil-cart-preview [data-testid="cart-item"] > a {
  grid-column: 2;
}

html[dir="rtl"] .sahil-cart-preview [data-testid="cart-item"] > div {
  grid-area: 1 / 1;
}

html[dir="rtl"] .sahil-cart-preview [data-testid="cart-subtotal"] {
  direction: ltr;
  unicode-bidi: plaintext;
}

.sahil-menu-panel__inner {
  background: var(--sahil-pearl);
  border-right: 1px solid rgba(23, 59, 62, .16);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 22px max(22px, min(5vw, 52px)) 26px;
  display: flex;
  overflow-y: auto;
}

html[dir="rtl"] .sahil-menu-panel__inner {
  border-left: 1px solid rgba(23, 59, 62, .16);
  border-right: 0;
}

.sahil-menu-panel__topline {
  color: rgba(23, 59, 62, .56);
  letter-spacing: .13em;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  font-weight: 700;
  display: flex;
}

.sahil-menu-panel__topline button {
  border: 1px solid rgba(23, 59, 62, .28);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: inline-flex;
}

.sahil-menu-panel__topline button svg {
  width: 16px;
  height: 16px;
}

.sahil-menu-panel__primary {
  flex-direction: column;
  align-items: flex-start;
  gap: max(9px, min(1.6vh, 18px));
  margin-top: 7vh;
  display: flex;
}

.sahil-menu-panel__primary-link {
  color: var(--sahil-lagoon);
  font-family: var(--font-display);
  letter-spacing: -.06em;
  font-size: max(48px, min(7vw, 78px));
  font-weight: 400;
  line-height: .8;
  text-decoration: none;
  transition: color .16s, transform .16s;
}

.sahil-menu-panel__primary-link:hover {
  color: var(--sahil-rose);
  transform: translateX(6px);
}

html[dir="rtl"] .sahil-menu-panel__primary, html[dir="rtl"] .sahil-menu-panel__secondary > div {
  align-items: flex-end;
}

html[dir="rtl"] .sahil-menu-panel__primary-link:hover {
  transform: translateX(-6px);
}

.sahil-menu-panel__secondary {
  border-top: 1px solid rgba(23, 59, 62, .16);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
  padding-top: 22px;
  display: grid;
}

.sahil-menu-panel__secondary > div {
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  display: flex;
}

.sahil-menu-panel__secondary span {
  color: rgba(23, 59, 62, .55);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 9px;
  font-weight: 700;
}

.sahil-menu-panel__secondary a {
  color: var(--sahil-lagoon);
  font-size: 12px;
  text-decoration: none;
}

.sahil-menu-panel__secondary a:hover {
  color: var(--sahil-rose);
}

.sahil-menu-panel__bottom {
  border-top: 1px solid rgba(23, 59, 62, .16);
  flex-direction: column;
  gap: 12px;
  padding-top: 18px;
  display: flex;
}

.sahil-menu-panel__selector {
  color: var(--sahil-lagoon);
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  display: flex;
}

.sahil-menu-panel__selector button {
  color: inherit;
}

.sahil-menu-panel__copyright {
  color: rgba(23, 59, 62, .5);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 9px;
}

@media (max-width: 640px) {
  .sahil-source-nav {
    height: 64px;
  }

  .sahil-menu-panel__primary {
    margin-top: 5vh;
  }

  .sahil-menu-panel__primary-link {
    font-size: max(45px, min(15vw, 70px));
  }
}

.sahil-home-slider {
  min-height: calc(100vh - 72px);
  background: var(--sahil-lagoon);
  min-height: calc(100svh - 72px);
  color: var(--sahil-pearl);
  position: relative;
  overflow: hidden;
}

.sahil-home-slider__slides {
  cursor: grab;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sahil-home-slider__slides.is-dragging {
  cursor: grabbing;
}

.sahil-home-slider__slide {
  min-height: calc(100vh - 72px);
  opacity: 0;
  visibility: hidden;
  min-height: calc(100svh - 72px);
  transition: opacity .65s, visibility .65s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.sahil-home-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.sahil-home-slider__image, .sahil-home-slider__video {
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: saturate(.78) contrast(.95);
  width: 100%;
  height: 100%;
  transition: transform 6.5s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(1.02);
}

.sahil-home-slider__slide.is-active .sahil-home-slider__image, .sahil-home-slider__slide.is-active .sahil-home-slider__video {
  transform: scale(1);
}

.sahil-home-slider__image--sculpture {
  -o-object-position: center 42%;
  object-position: center 42%;
  filter: saturate(.72) contrast(.9);
}

.sahil-home-slider__image--shoreline {
  -o-object-position: 56% center;
  object-position: 56% center;
  filter: saturate(.72) sepia(.08) contrast(.96);
}

.sahil-home-slider__wash {
  z-index: 1;
  background: linear-gradient(rgba(23, 59, 62, .06) 0%, rgba(23, 59, 62, .02) 42%, rgba(23, 59, 62, .58) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sahil-home-slider__content {
  z-index: 2;
  min-height: calc(100vh - 72px);
  flex-direction: column;
  justify-content: end;
  min-height: calc(100svh - 72px);
  padding-top: 120px;
  padding-bottom: max(92px, min(12vw, 148px));
  display: flex;
  position: relative;
}

.sahil-home-slider__eyebrow {
  color: var(--sahil-pearl);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-size: 10px;
  font-weight: 700;
}

.sahil-home-slider__content h1 {
  max-width: 720px;
  color: var(--sahil-pearl);
  font-family: var(--font-display);
  letter-spacing: -.07em;
  margin: 0;
  font-size: max(54px, min(8.2vw, 126px));
  font-weight: 400;
  line-height: .8;
}

.sahil-home-slider__body {
  color: rgba(255, 253, 248, .82);
  max-width: 300px;
  font-family: var(--font-display);
  letter-spacing: -.02em;
  margin: 22px 0 20px;
  font-size: 20px;
  line-height: 1.02;
}

.sahil-home-slider__cta {
  width: max-content;
  color: var(--sahil-pearl);
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 253, 248, .75);
  gap: 9px;
  padding-bottom: 7px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .18s, border-color .18s;
  display: inline-flex;
}

.sahil-home-slider__cta:hover {
  border-color: var(--sahil-turquoise);
  color: var(--sahil-turquoise);
}

.sahil-home-slider--fa {
  font-family: var(--font-persian);
}

.sahil-home-slider--fa .sahil-home-slider__content h1 {
  max-width: 720px;
  color: var(--sahil-pearl);
  font-family: var(--font-persian);
  letter-spacing: 0;
  margin: 0;
  font-size: max(54px, min(1.2vw, 120px));
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.sahil-home-slider--fa .sahil-home-slider__body {
  color: rgba(255, 253, 248, .82);
  max-width: 300px;
  font-family: var(--font-persian);
  letter-spacing: -.02em;
  margin: 22px 0 20px;
  font-size: 19px;
  line-height: 1.42;
}

.sahil-home-slider--fa .sahil-home-slider__eyebrow, .sahil-home-slider--fa .sahil-home-slider__cta, .sahil-home-slider--fa .sahil-home-slider__drag-hint {
  font-family: var(--font-persian);
  letter-spacing: 0;
  text-transform: none;
}

.sahil-home-slider__controls {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
}

.sahil-home-slider__pagination {
  align-items: center;
  gap: 9px;
  display: flex;
}

.sahil-home-slider__pagination button {
  background: none;
  border: 1px solid rgba(255, 253, 248, .82);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: background .18s, border-color .18s, transform .18s;
}

.sahil-home-slider__pagination button:hover {
  border-color: var(--sahil-pearl);
  transform: scale(1.18);
}

.sahil-home-slider__pagination button.is-active {
  border-color: var(--sahil-pearl);
  background: var(--sahil-pearl);
  width: 10px;
  height: 10px;
}

.sahil-home-slider__drag-hint {
  color: rgba(255, 253, 248, .76);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .sahil-home-slider, .sahil-home-slider__slide, .sahil-home-slider__content {
    min-height: 100vh;
    min-height: 100svh;
  }

  .sahil-home-slider__content {
    padding-bottom: 122px;
  }

  .sahil-home-slider__content h1 {
    max-width: 340px;
    font-size: max(52px, min(15vw, 88px));
  }

  .sahil-home-slider__body {
    font-size: 18px;
  }

  .sahil-home-slider__controls {
    bottom: 24px;
  }

  .sahil-home-slider__pagination button {
    width: 8px;
    height: 8px;
  }

  .sahil-home-slider__pagination button.is-active {
    width: 10px;
    height: 10px;
  }

  .sahil-home-slider__drag-hint {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sahil-home-slider__slide, .sahil-home-slider__image, .sahil-home-slider__video, .sahil-home-slider__pagination button, .sahil-home-slider__cta, .sahil-reference-about__emblem-art {
    transition-duration: 1ms;
    animation-duration: 1ms;
  }

  .sahil-product-carousel__viewport {
    scroll-behavior: auto;
  }
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-none:last-child {
  border-style: none;
}

.last\:pb-0:last-child {
  padding-bottom: 0;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1));
}

.hover\:bg-grey-5:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.hover\:bg-transparent:hover {
  background-color: rgba(0, 0, 0, 0);
}

.hover\:bg-ui-bg-field-hover:hover {
  background-color: var(--bg-field-hover);
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.hover\:text-ui-fg-base:hover {
  color: var(--fg-base);
}

.hover\:text-ui-fg-interactive-hover:hover {
  color: var(--fg-interactive-hover);
}

.hover\:text-ui-fg-subtle:hover {
  color: var(--fg-subtle);
}

.hover\:shadow-borders-interactive-with-active:hover {
  --tw-shadow: var(--borders-interactive-with-active);
  --tw-shadow-colored: var(--borders-interactive-with-active);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.hover\:shadow-elevation-card-hover:hover {
  --tw-shadow: var(--elevation-card-hover);
  --tw-shadow-colored: var(--elevation-card-hover);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.hover\:shadow-elevation-card-rest:hover {
  --tw-shadow: var(--elevation-card-rest);
  --tw-shadow-colored: var(--elevation-card-rest);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity, 1));
}

.focus\:bg-transparent:focus {
  background-color: rgba(0, 0, 0, 0);
}

.focus\:text-ui-fg-base:focus {
  color: var(--fg-base);
}

.focus\:shadow-borders-interactive-with-active:focus {
  --tw-shadow: var(--borders-interactive-with-active);
  --tw-shadow-colored: var(--borders-interactive-with-active);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline-offset: 2px;
  outline: 2px solid rgba(0, 0, 0, 0);
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:border-gray-300:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}

.focus-visible\:outline-none:focus-visible {
  outline-offset: 2px;
  outline: 2px solid rgba(0, 0, 0, 0);
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.focus-visible\:ring-white:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-opacity-75:focus-visible {
  --tw-ring-opacity: .75;
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-gray-300:focus-visible {
  --tw-ring-offset-color: #d1d5db;
}

.active\:bg-grey-5:active {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.active\:bg-transparent:active {
  background-color: rgba(0, 0, 0, 0);
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:bg-transparent:disabled {
  background-color: rgba(0, 0, 0, 0);
}

.disabled\:text-grey-30:disabled {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}

.disabled\:text-orange-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity, 1));
}

.disabled\:opacity-50:disabled {
  opacity: .5;
}

.group:hover .group-hover\:rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[1\.04\] {
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:animate-pulse {
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite pulse;
}

.group:focus .group-focus\:\!shadow-borders-interactive-with-focus {
  --tw-shadow: var(--borders-interactive-with-focus) !important;
  --tw-shadow-colored: var(--borders-interactive-with-focus) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow) !important;
}

.group:disabled .group-disabled\:\!bg-ui-bg-disabled {
  background-color: var(--bg-disabled) !important;
}

.group:disabled .group-disabled\:bg-ui-fg-disabled {
  background-color: var(--fg-disabled);
}

.group:disabled .group-disabled\:\!shadow-borders-base {
  --tw-shadow: var(--borders-base) !important;
  --tw-shadow-colored: var(--borders-base) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow) !important;
}

.group:disabled .group-disabled\:shadow-none {
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.group[data-state="checked"] .group-data-\[state\=checked\]\:bg-ui-bg-interactive {
  background-color: var(--bg-interactive);
}

.radix-state-closed\:pointer-events-none[data-state="closed"] {
  pointer-events: none;
}

@keyframes accordion-slide-up {
  0% {
    height: var(--radix-accordion-content-height);
    opacity: 1;
  }

  100% {
    opacity: 0;
    height: 0;
  }
}

.radix-state-closed\:animate-accordion-close[data-state="closed"], .group[data-state="closed"] .group-radix-state-closed\:animate-accordion-close {
  animation: .3s cubic-bezier(.87, 0, .13, 1) forwards accordion-slide-up;
}

@keyframes accordion-slide-down {
  0% {
    opacity: 0;
    min-height: 0;
    max-height: 0;
  }

  100% {
    min-height: var(--radix-accordion-content-height);
    opacity: 1;
    max-height: none;
  }
}

.radix-state-open\:animate-accordion-open[data-state="open"] {
  animation: .3s cubic-bezier(.87, 0, .13, 1) forwards accordion-slide-down;
}

.group[data-state="open"] .group-radix-state-open\:left-1\/2 {
  left: 50%;
}

.group[data-state="open"] .group-radix-state-open\:right-1\/2 {
  right: 50%;
}

.group[data-state="open"] .group-radix-state-open\:rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 512px) {
  .xsmall\:left-auto {
    left: auto;
  }

  .xsmall\:right-0 {
    right: 0;
  }
}

@media (min-width: 640px) {
  .sm\:w-\[min\(500px\,88vw\)\] {
    width: min(500px, 88vw);
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:items-center {
    align-items: center;
  }

  .md\:pt-0 {
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }

  .lg\:max-w-\[500px\] {
    max-width: 500px;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .small\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .small\:top-36 {
    top: 9rem;
  }

  .small\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .small\:ml-\[1\.675rem\] {
    margin-left: 1.675rem;
  }

  .small\:block {
    display: block;
  }

  .small\:table-cell {
    display: table-cell;
  }

  .small\:hidden {
    display: none;
  }

  .small\:min-h-screen {
    min-height: 100vh;
  }

  .small\:w-24 {
    width: 6rem;
  }

  .small\:min-w-\[250px\] {
    min-width: 250px;
  }

  .small\:max-w-\[140px\] {
    max-width: 140px;
  }

  .small\:max-w-\[300px\] {
    max-width: 300px;
  }

  .small\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .small\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .small\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .small\:grid-cols-\[1fr_360px\] {
    grid-template-columns: 1fr 360px;
  }

  .small\:grid-cols-\[1fr_416px\] {
    grid-template-columns: 1fr 416px;
  }

  .small\:grid-cols-\[240px_1fr\] {
    grid-template-columns: 240px 1fr;
  }

  .small\:flex-row {
    flex-direction: row;
  }

  .small\:flex-col {
    flex-direction: column;
  }

  .small\:items-start {
    align-items: flex-start;
  }

  .small\:gap-2 {
    gap: .5rem;
  }

  .small\:border-t {
    border-top-width: 1px;
  }

  .small\:p-4 {
    padding: 1rem;
  }

  .small\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .small\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .small\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .small\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .medium\:flex {
    display: flex;
  }

  .medium\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .medium\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

@media (min-width: 1440px) {
  .large\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role="checkbox"]) {
  padding-right: 0;
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0;
}

.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}

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