/* Sitrin interaction system. Native WooCommerce and Fluid Checkout behaviour is retained. */
body.sitrin-storefront {
  --st-line: #dedede;
  --e-global-color-primary: #161616;
  --e-global-color-secondary: #595959;
  --e-global-color-text: #161616;
  --e-global-color-accent: #161616;
  --woocommerce: #161616;
  accent-color: #161616;
}
body.sitrin-storefront :focus-visible {outline:2px solid #333;outline-offset:3px}
body.sitrin-storefront .st-header .st-icon,
body.sitrin-storefront .st-dialog .st-icon,
body.sitrin-storefront .st-cart-head .st-icon {background:transparent;color:#161616;border:0;box-shadow:none}
body.sitrin-storefront .st-header .st-icon:hover,
body.sitrin-storefront .st-dialog .st-icon:hover {background:#f3f3f3}
body.sitrin-storefront .st-announcement .st-icon {background:transparent;color:#fff;border:0}
body.sitrin-storefront .st-favourite {background:#fffffff0;color:#161616;border:0;box-shadow:none;transition:transform .18s,background .18s}
body.sitrin-storefront .st-favourite[aria-pressed=true] {background:#fff}
body.sitrin-storefront .st-favourite:active {transform:scale(.92)}
body.sitrin-storefront .st-text-button {background:transparent;color:#161616;border:0;font-family:var(--st-sans);box-shadow:none}
body.sitrin-storefront .woocommerce .button.alt,
body.sitrin-storefront .woocommerce .button.alt.disabled,
body.sitrin-storefront .woocommerce .button.alt:disabled {background:#161616;color:#fff;border-color:#161616}
body.sitrin-storefront .woocommerce .button.alt:hover {background:#333;color:#fff}
body.sitrin-storefront .woocommerce .button:disabled {cursor:not-allowed;opacity:.5}
/* WooCommerce hard-codes purple on :disabled[disabled]:hover while an add request is running. */
body.sitrin-storefront.woocommerce .st-product-layout form.cart button.single_add_to_cart_button,
body.sitrin-storefront.woocommerce .st-product-layout form.cart button.single_add_to_cart_button:is(:disabled,[disabled],.disabled,.loading,:hover,:focus,:active) {background-color:#161616!important;border-color:#161616!important;color:#fff!important}
body.sitrin-storefront.woocommerce .st-product-layout form.cart button.single_add_to_cart_button:disabled {opacity:.76!important;cursor:progress}
.st-dialog {border-radius:4px}
body.sitrin-storefront .st-dialog h2 {font:500 22px/1.3 var(--st-sans)}
body.sitrin-storefront .st-dialog p {font-size:13px;line-height:1.7}
body.sitrin-storefront .st-dialog label {font-size:12px}
body.sitrin-storefront .st-consent-actions .st-button {font-size:12px;border-radius:4px}
.st-search-row input {border-radius:4px}
.st-search-row .st-button {border-radius:4px;font-size:12px;padding-inline:16px}
.st-menu {border-radius:0}
body.sitrin-storefront .st-menu .st-dialog-top h2 {font-size:13px}
.st-menu nav a {min-height:44px}
.st-footer {margin-top:64px;padding-top:44px}
.st-footer-grid {gap:32px}
.st-footer-bottom {padding-block:24px;margin-top:32px}
.st-support {bottom:max(16px,env(safe-area-inset-bottom));right:16px}
/* Variants form: label, swatches and buy row share one left edge. */
/* Information pages keep their live Elementor forms, with a shared readable frame. */
body.st-info-page .site-main {max-width:1000px;margin:0 auto;padding:40px 24px 8px;min-height:300px}
body.st-info-page .site-main .page-header h1 {font:500 28px/1.3 var(--st-sans);letter-spacing:-.02em;margin:0 0 20px}
body.st-info-page .site-main .page-content {font-size:14px;line-height:1.8;overflow-wrap:anywhere}
body.st-info-page .site-main .elementor>.e-con {padding:0;width:100%;--container-max-width:760px}
body.st-info-page .site-main .elementor .e-con-inner {width:100%;max-width:760px;margin-inline:auto;padding:0;gap:20px}
body.st-info-page .site-main .elementor-widget-heading h1 {font:500 28px/1.3 var(--st-sans)!important;letter-spacing:-.02em!important;margin:0 0 8px}
body.st-info-page .site-main .elementor-widget-heading :is(h2,h3) {font:500 20px/1.4 var(--st-sans);letter-spacing:0;margin:0}
body.st-info-page .site-main .elementor-widget-text-editor {font:400 14px/1.8 var(--st-sans);letter-spacing:0;color:#333;text-align:left}
body.st-info-page .site-main p {margin:0 0 16px}
body.st-info-page .elementor-form .elementor-field-label {font:400 12px/1.5 var(--st-sans)!important;letter-spacing:0!important;color:#333;padding-bottom:5px}
body.st-info-page .elementor-form input:not([type=checkbox]):not([type=hidden]),
body.st-info-page .elementor-form textarea {border:1px solid #b7b7b7!important;border-radius:4px!important;min-height:48px;font:400 16px/1.5 var(--st-sans)!important;letter-spacing:0!important;padding:10px 12px!important;background:#fff!important;color:#161616;box-shadow:none}
body.st-info-page .elementor-form textarea {min-height:140px;resize:vertical}
body.st-info-page .elementor-form .elementor-field-group {margin-bottom:16px}
body.st-info-page .elementor-form .elementor-field-subgroup label {font:400 12px/1.7 var(--st-sans);letter-spacing:0}
body.st-info-page .elementor-form .elementor-field-option {display:flex;gap:10px;align-items:flex-start}
body.st-info-page .elementor-form input[type=checkbox] {flex:none;width:16px;height:16px;margin:4px 0 0;accent-color:#161616}
body.st-info-page .elementor-form button.elementor-button {min-height:48px;border:1px solid #161616;border-radius:4px!important;background:#161616;color:#fff;font:500 13px/1.4 var(--st-sans)!important;text-transform:none!important;padding:12px 20px}
body.st-info-page .elementor-form button.elementor-button:hover {background:#333}
body.st-info-page .elementor-form input:focus,body.st-info-page .elementor-form textarea:focus {outline:1px solid #333;outline-offset:0;border-color:#333}
body.st-newsletter-page .site-main {max-width:600px}
body.st-policy-page .site-main {max-width:820px}
body.st-policy-page .site-main .elementor .e-con {min-width:0;width:100%;padding-inline:0}
body.st-policy-page .site-main .elementor-widget-text-editor * {overflow-wrap:anywhere;letter-spacing:0;text-align:left}
body.st-policy-page .site-main .elementor-widget-heading {margin-top:12px}
body.st-policy-page .site-main .elementor-widget-heading :is(h2,h3) {font-size:16px}
body.st-info-page .site-main .st-wishlist {padding-top:0}
.st-catalogue .st-empty {padding:40px 0 48px;max-width:540px;margin:auto}
.st-catalogue .st-empty h2 {font:500 24px/1.35 var(--st-sans);margin:0 0 14px}
.st-catalogue .st-empty p {font-size:13px;line-height:1.7;margin:0 0 20px}
.st-catalogue .st-empty .st-button {font-size:12px;border-radius:4px}
body.sitrin-storefront.woocommerce-account .site-main {max-width:1080px;padding:40px 24px 0}
body.woocommerce-account .woocommerce h2 {font:500 22px/1.4 var(--st-sans);margin:0 0 18px}
body.woocommerce-account .woocommerce form.login,body.woocommerce-account .woocommerce form.register {border:1px solid #dedede;border-radius:5px;padding:24px;margin:0 0 32px}
body.woocommerce-account .woocommerce form .form-row {padding:0;margin:0 0 16px}
body.woocommerce-account .woocommerce form .form-row label {font-size:12px;font-weight:400;line-height:1.5;margin-bottom:6px}
body.woocommerce-account .woocommerce input.input-text {height:48px;border-radius:4px;border-color:#b7b7b7}
body.woocommerce-account .woocommerce input:focus {outline:1px solid #333;outline-offset:0;border-color:#333}
body.woocommerce-account .woocommerce p {font:400 13px/1.75 var(--st-sans)}
body.woocommerce-account .woocommerce .button {border-radius:4px;font-size:12px;min-height:48px}
body.woocommerce-account .woocommerce-form-login__rememberme {display:inline-flex!important;align-items:center;gap:8px;min-height:44px;float:none}
body.woocommerce-account .woocommerce .lost_reset_password {max-width:520px;margin:auto;padding-block:8px}
body.woocommerce-account .st-account-title {font:500 24px/1.3 var(--st-sans);max-width:520px;margin:0 auto 20px}
body.woocommerce-account .woocommerce .lost_reset_password .form-row {width:100%}
body.woocommerce-account .woocommerce-privacy-policy-text {font-size:12px;color:#595959}
.st-not-found {padding-block:72px;min-height:460px;text-align:center}
.st-not-found h1 {font:400 clamp(32px,4vw,52px)/1.15 var(--st-serif);margin:0 0 20px}
.st-not-found>p:not(.st-eyebrow) {font-size:14px;color:#595959}
.st-not-found>div {display:flex;gap:24px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:24px}
.st-story {max-width:1120px;padding-top:48px}
.st-story>header {max-width:650px;margin:0 auto 56px;text-align:center}
.st-story h1 {font:400 clamp(34px,4vw,56px)/1.1 var(--st-serif);margin:0 0 24px}
.st-story h2 {font:400 30px/1.2 var(--st-serif);margin:0 0 20px}
.st-story p {font-size:14px;line-height:1.85;color:#595959}
.st-story-row {display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:48px}
.st-story-row img {display:block;width:100%;max-height:530px;object-fit:cover;border-radius:2px}
.st-story-crystal>div:first-child {order:2}
.st-story-crystal img {aspect-ratio:1;object-fit:cover}
@media(max-width:600px) {
  body.st-info-page .site-main,body.sitrin-storefront.woocommerce-account .site-main {padding:28px 20px 0}
  body.st-info-page .site-main .page-header h1,body.st-info-page .site-main .elementor-widget-heading h1 {font-size:24px!important}
  body.woocommerce-account .woocommerce h2 {font-size:20px}
  body.woocommerce-account .woocommerce form.login,body.woocommerce-account .woocommerce form.register {padding:20px;margin-bottom:28px}
  .st-story {padding-top:32px}
  .st-story>header {margin-bottom:32px}
  .st-story-row {grid-template-columns:1fr;gap:24px;margin-bottom:32px}
  .st-story-crystal>div:first-child {order:0}
  .st-story h2 {font-size:28px;margin-bottom:12px}
  .st-story-row img {max-height:460px;object-position:top}
}
body.sitrin-storefront .woocommerce .st-product-layout .st-product-summary form.cart {margin:18px 0 4px}
body.sitrin-storefront .woocommerce .st-product-layout form.cart .variations {display:block;width:100%;margin:0 0 16px;position:relative;border:0}
body.sitrin-storefront .woocommerce .st-product-layout form.cart .variations tbody,
body.sitrin-storefront .woocommerce .st-product-layout form.cart .variations tr {display:block;width:100%}
body.sitrin-storefront .woocommerce .st-product-layout form.cart .variations th,
body.sitrin-storefront .woocommerce .st-product-layout form.cart .variations td {display:block;width:100%;padding:0;background:transparent;border:0;text-align:left}
body.sitrin-storefront .woocommerce .st-product-layout form.cart .variations th {margin:0 0 8px;line-height:20px}
body.sitrin-storefront .woocommerce .st-product-layout form.cart .variations label {font:500 12px/20px var(--st-sans);margin:0}
body.sitrin-storefront .woocommerce .st-product-layout form.cart .variations tr + tr {margin-top:14px}
body.sitrin-storefront .woocommerce .st-product-layout .variable-items-wrapper {gap:8px;margin:0;padding:0;justify-content:flex-start}
body.sitrin-storefront .woocommerce .st-product-layout .variable-items-wrapper .variable-item:not(.radio-variable-item) {margin:0;min-width:44px!important;min-height:44px;width:auto;padding:0 10px;border:1px solid #c9c9c9;border-radius:3px;background:#fff;color:#161616;box-shadow:none;font:400 12px/1 var(--st-sans);transition:border-color .15s,background .15s,color .15s}
body.sitrin-storefront .woocommerce .st-product-layout .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {border-color:#161616;box-shadow:none}
body.sitrin-storefront .woocommerce .st-product-layout .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {background:#161616;color:#fff;border-color:#161616;box-shadow:none}
body.sitrin-storefront .woocommerce .st-product-layout .variable-items-wrapper .variable-item.st-unavailable {color:#888;background:#f5f5f5;text-decoration:line-through}
body.sitrin-storefront .woocommerce .st-product-layout form.cart .reset_variations {position:absolute;right:0;top:0;font-size:11px;line-height:20px;margin:0;padding:0;min-height:20px}
body.sitrin-storefront .woocommerce .st-product-layout form.cart .woocommerce-variation-add-to-cart {display:flex;gap:10px;align-items:stretch}
body.sitrin-storefront .woocommerce .st-product-layout form.cart .woocommerce-variation-add-to-cart::before,
body.sitrin-storefront .woocommerce .st-product-layout form.cart .woocommerce-variation-add-to-cart::after {content:none;display:none}
body.sitrin-storefront .woocommerce .st-product-layout form.cart div.quantity {float:none;flex:0 0 64px;width:64px;margin:0}
body.sitrin-storefront .woocommerce .st-product-layout form.cart .quantity .qty {height:48px;min-height:48px;padding:8px 4px;border:1px solid #b7b7b7;border-radius:4px;font-size:16px}
body.sitrin-storefront .woocommerce .st-product-layout form.cart .single_add_to_cart_button {flex:1;width:auto;min-height:48px;margin:0;padding:12px 16px;border-radius:4px;font-size:12px;font-weight:500;letter-spacing:0;text-transform:none}
body.sitrin-storefront .woocommerce .st-product-layout .wc-stripe-product-checkout-container {display:none!important}
body.sitrin-storefront .woocommerce .st-product-layout .wc-stripe-clear {display:none!important}
body.sitrin-storefront .woocommerce .st-product-layout .woocommerce-variation-availability .stock {margin:0 0 10px;font-size:12px}
body.sitrin-storefront .woocommerce .st-product-layout .woocommerce-variation-description:empty,
body.sitrin-storefront .woocommerce .st-product-layout .woocommerce-variation-price:empty {display:none!important}
body.sitrin-storefront .st-product-save {font-size:12px;min-height:44px;margin:0 0 4px;padding:0;gap:8px}
.st-product-save svg {width:18px;height:18px}
.st-product-summary .st-delivery-note {font-size:11px;line-height:1.65;margin:0 0 8px}
.st-product-summary .st-buy-help {font-size:11px;line-height:1.65;margin:0 0 16px}
.st-product-heading {margin-bottom:16px}
.st-gallery-track {touch-action:pan-x pan-y;overflow-y:hidden}
/* Cart statuses remain in flow and cannot cover the checkout action. */
body.woocommerce-cart .cart-empty.woocommerce-info {border:0;background:transparent;padding:0;color:#595959;font:400 13px/1.7 var(--st-sans);margin:20px 0 24px}
body.woocommerce-cart .cart-empty.woocommerce-info::before {display:none}
body.woocommerce-cart .return-to-shop {margin:0 0 48px}
body.woocommerce-cart .return-to-shop .button {border-radius:4px;font-size:12px;min-height:48px;display:inline-flex;align-items:center;padding:12px 20px}
body.woocommerce-cart .woocommerce .coupon #coupon_code {border:1px solid #b7b7b7;border-radius:4px;min-height:48px;padding:10px 12px;font-size:16px;background:#fff}
body.woocommerce-cart .woocommerce-cart-form .actions {background:#fff!important;border:0}
body.woocommerce-cart .woocommerce-cart-form table.shop_table td.actions {padding:8px 0!important}
body.woocommerce-cart .woocommerce-cart-form .coupon #coupon_code {margin:0!important}
body.woocommerce-cart .woocommerce-cart-form .coupon {gap:8px;padding:0;margin:0}
body.woocommerce-cart .woocommerce-cart-form .coupon .button {border-radius:4px!important}
body.woocommerce-cart .woocommerce-cart-form table.shop_table {border-color:#dedede}
body.woocommerce-cart .cart_totals {padding:24px;background:#f7f7f7;border-radius:5px}
body.woocommerce-cart .cart_totals table.shop_table {border:0}
body.woocommerce-cart .cart_totals table.shop_table :is(th,td) {background:transparent;border-color:#dedede;font-size:12px;padding:12px 0}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout {padding-bottom:0;margin-bottom:0}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {border-radius:5px!important;text-transform:none;letter-spacing:0;font-size:13px!important;margin-bottom:0}
body.woocommerce-cart .woocommerce .quantity .qty {max-width:72px;border-radius:4px;border-color:#b7b7b7}
@media(max-width:600px) {
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:8px 12px;margin:0 0 20px;padding:0 0 20px;border:0;border-bottom:1px solid #dedede}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td {border:0;background:transparent!important;text-align:left!important;padding:0;font-size:12px}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td::before {display:none}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {display:block!important;grid-column:1;grid-row:1/4;width:72px}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail img {display:block;width:72px;height:96px;object-fit:cover;max-width:none}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {grid-column:2/4;grid-row:1;padding-right:26px}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name a {text-decoration:none;line-height:1.5}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-price {display:none}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity {grid-column:2;grid-row:2;align-self:center}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity .qty {width:58px;height:44px;font-size:16px}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal {grid-column:3;grid-row:2;align-self:center;text-align:right!important}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove {right:-9px;top:-12px}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove a {display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#595959!important;font-size:22px}
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove a:hover {background:#f3f3f3;color:#161616!important}
  body.woocommerce-cart .cart_totals {padding:20px}
  body.woocommerce-cart .woocommerce-cart-form .coupon button {min-width:108px!important;padding-inline:10px!important;font-size:11px!important}
}
.st-cart-shell {min-height:0}
.st-cart-items {min-height:60px}
.st-cart-error {position:static;flex:none;order:2;max-height:110px;overflow:auto;margin:0;padding:12px 20px;border:0;border-top:1px solid #d2b7b7;background:#fff6f6;color:#8c2929}
.st-cart-error:not([hidden]) ~ .st-cart-foot {order:3}
.st-progress span {transition:width .25s ease}
body.sitrin-storefront .st-cart-qty button {color:#161616;background:#fff}
body.sitrin-storefront .st-cart-qty button:disabled {color:#999}
/* Fluid tokens cover options, radio indicators, coupons, focus and hover. */
body.woocommerce-checkout {
  --fluidcheckout--field--height:48px;
  --fluidcheckout--field--border-radius:5px;
  --fluidcheckout--field--border-color:#b7b7b7;
  --fluidcheckout--color--black:#161616;
  --fluidcheckout--color--darker-grey:#161616;
  --fluidcheckout--color--dark-grey:#595959;
  --fluidcheckout--color--info:#333;
  --fluidcheckout--border-color:#dedede;
  --fluidcheckout--button--primary--background-color:#161616;
  --fluidcheckout--button--primary--background-color--hover:#333;
  --fluidcheckout--button--primary--border-color:#161616;
  --fluidcheckout--button--primary--border-color--hover:#333;
  --fluidcheckout--button--primary--text-color:#fff;
  --fluidcheckout--button--primary--text-color--hover:#fff;
  --fluidcheckout--button--secondary--background-color:#fff;
  --fluidcheckout--button--secondary--background-color--hover:#f5f5f5;
  --fluidcheckout--button--secondary--text-color:#161616;
  --fluidcheckout--button--secondary--text-color--hover:#161616;
  --fluidcheckout--option-box--radio-color--checked:#161616;
  --fluidcheckout--option-box--radio-icon-color--checked:#fff;
  --fluidcheckout--option-box--background-color--checked:#f7f7f7;
  --fluidcheckout--option-box--label-color--checked:#161616;
  --fluidcheckout--option-box--label-border-color--checked:#161616;
  --fluidcheckout--option-box--background-color--hover:#fafafa;
  --fluidcheckout--option-box--border-color--hover:#888;
  --fluidcheckout--option-box--radio-color--hover:#161616;
  --fluidcheckout--option-box--border-radius:5px;
  --fluidcheckout--columns--gap:48px;
}
body.woocommerce-checkout .fc-checkout-header {box-shadow:none;border-bottom:1px solid #dedede;background:#fff}
body.woocommerce-checkout .st-checkout-header .fc-checkout-header__inner {display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;max-width:1180px;margin:auto;padding:12px 24px;min-height:74px}
body.woocommerce-checkout .fc-checkout__branding {margin:0;padding:0;max-width:130px;min-width:0}
body.woocommerce-checkout .fc-checkout__branding img {display:block;width:130px!important;height:auto!important;max-height:42px!important;object-fit:contain}
.st-checkout-back {display:inline-flex;align-items:center;gap:4px;text-decoration:none;font-size:12px;width:fit-content;min-height:44px;color:#161616}
.st-checkout-back svg {width:18px}
body.woocommerce-checkout .fc-checkout__cart-link-wrapper {position:static;margin:0;justify-self:end;min-width:0;width:auto;height:auto}
body.woocommerce-checkout .fc-checkout__cart-link {font-size:12px;min-height:44px;padding:8px 0;border:0;box-shadow:none;background:transparent;color:#161616}
body.woocommerce-checkout .fc-content.fc-container {max-width:1180px;padding:24px 24px 48px}
body.woocommerce-checkout #main.fc-main {max-width:100%;padding:0}
body.woocommerce-checkout .st-checkout-intro {clear:both;margin:0 0 24px;padding:0}
.st-checkout-intro h2 {font:500 24px/1.3 var(--st-sans);letter-spacing:-.02em;margin:0 0 8px;color:#161616}
.st-checkout-intro p {display:flex;align-items:center;gap:6px;font-size:11px;color:#595959;margin:0}
.st-checkout-intro p svg {width:15px;height:15px}
body.woocommerce-checkout #fc-wrapper .fc-checkout-step {border:0;background:transparent;padding:0;margin:0;box-shadow:none}
body.woocommerce-checkout #fc-wrapper .fc-checkout-steps {margin:0}
body.woocommerce-checkout #fc-wrapper .fc-step__substep {border:0;background:transparent;padding:0;margin:0 0 24px;box-shadow:none}
body.woocommerce-checkout #fc-wrapper .fc-step__substep-title {font:500 16px/1.4 var(--st-sans);color:#161616;text-transform:none;letter-spacing:0;margin:0 0 12px;padding:0;border:0}
body.woocommerce-checkout #fc-wrapper .fc-step__substep-fields,
body.woocommerce-checkout #fc-wrapper .fc-step__substep-fields-inner {padding:0;border:0}
body.woocommerce-checkout #fc-wrapper .fc-contact-login,
body.woocommerce-checkout #fc-wrapper .fc-contact-login__content {padding:0;margin:0 0 12px;background:transparent}
.woocommerce-checkout .fc-contact-login__cta-text {text-align:left;font-size:12px;line-height:1.5}
.woocommerce-checkout .fc-contact-login__separator--guest {display:none}
body.woocommerce-checkout #fc-wrapper .form-row {margin:0 0 14px!important;padding:0;min-width:0}
body.woocommerce-checkout #fc-wrapper .form-row label {font:400 12px/1.5 var(--st-sans);color:#333;margin:0 0 5px}
body.woocommerce-checkout #fc-wrapper .form-row input.input-text,
body.woocommerce-checkout #fc-wrapper .form-row textarea,
body.woocommerce-checkout #fc-wrapper .form-row select:not([hidden]) {border:1px solid #b7b7b7;border-radius:5px;background:#fff;color:#161616;font:400 16px/1.5 var(--st-sans);min-height:48px;padding:10px 12px;box-shadow:none;transition:border-color .15s,box-shadow .15s}
body.woocommerce-checkout #fc-wrapper .form-row input.input-text:focus,
body.woocommerce-checkout #fc-wrapper .form-row textarea:focus {border-color:#333;box-shadow:0 0 0 1px #333;outline:none}
body.woocommerce-checkout #fc-wrapper .form-row textarea {min-height:100px}
body.woocommerce-checkout #fc-wrapper .form-row {scroll-margin-top:100px}
body.woocommerce-checkout #fc-wrapper .form-row input[aria-invalid=true] {border-color:#a52626!important}
body.woocommerce-checkout #fc-wrapper .fc-inline-error {font:400 11px/1.5 var(--st-sans);margin-top:5px}
body.woocommerce-checkout .woocommerce-error {font:400 12px/1.6 var(--st-sans)!important;border-top-color:#a52626!important;padding:14px 16px 14px 44px;margin-bottom:20px;background:#fff7f7}
body.woocommerce-checkout .woocommerce-error li {margin-bottom:4px}
body.woocommerce-checkout #fc-wrapper .form-row input.input-text {width:100%!important}
body.woocommerce-checkout #fc-wrapper #shipping_phone_field {width:100%!important}
body.woocommerce-checkout #fc-wrapper .fc-expansible-form-section__toggle a {font-size:12px}
body.woocommerce-checkout #fc-wrapper .form-row .description {font:400 11px/1.5 var(--st-sans);color:#666;padding:5px 0 0;margin:0}
body.woocommerce-checkout #fc-wrapper .form-row input[type=checkbox] {min-height:16px;height:16px;width:16px;vertical-align:middle;margin:0 8px 0 0;border-radius:3px;accent-color:#161616}
body.woocommerce-checkout #fc-wrapper .form-row label.checkbox {display:flex;align-items:center;min-height:36px;margin:0;line-height:1.5}
body.woocommerce-checkout #fc-wrapper .select2-container .select2-selection--single {height:48px;min-height:48px;border:1px solid #b7b7b7;border-radius:5px;background:#fff}
body.woocommerce-checkout #fc-wrapper .select2-selection__rendered {line-height:46px;padding-left:12px;font-size:16px;color:#161616}
body.woocommerce-checkout #fc-wrapper .select2-selection__arrow {height:46px}
body.sitrin-storefront .select2-container--default .select2-results__option--highlighted[aria-selected],
body.sitrin-storefront .select2-container--default .select2-results__option--highlighted[data-selected] {background:#161616;color:#fff}
body.woocommerce-checkout #fc-wrapper .woocommerce-shipping-only-fields__field-wrapper,
body.woocommerce-checkout #fc-wrapper .woocommerce-billing-only-fields__field-wrapper {margin:0;padding:0}
body.woocommerce-checkout #fc-wrapper .fc-expansible-form-section__toggle {font-size:12px;line-height:1.5;min-height:36px;display:inline-flex;align-items:center;padding-block:6px}
body.woocommerce-checkout #fc-wrapper .fc-expansible-form-section {margin-bottom:8px}
body.woocommerce-checkout #fc-wrapper .fc-coupon-code__apply {background:#161616;color:#fff;border:1px solid #161616;border-radius:5px;font:500 12px/1.4 var(--st-sans);min-height:48px}
body.woocommerce-checkout #payment {background:transparent}
body.woocommerce-checkout #payment ul.payment_methods {padding:0;border-color:#dedede}
body.woocommerce-checkout #payment ul.payment_methods>li>label {font:400 12px/1.5 var(--st-sans);min-height:50px;color:#161616}
body.woocommerce-checkout #payment .payment_box {font:400 12px/1.6 var(--st-sans);color:#595959;padding:14px;background:#f7f7f7}
body.woocommerce-checkout #payment .payment_box p {margin:0 0 8px}
body.woocommerce-checkout #payment .payment_box p:last-child {margin-bottom:0}
body.woocommerce-checkout #payment .payment_box fieldset {padding:0;border:0;min-width:0}
body.woocommerce-checkout #payment .payment_box input.input-text {width:100%;min-height:48px;height:48px;border:1px solid #b7b7b7;border-radius:5px;padding:10px 12px;background:#fff;color:#161616;font:400 16px/1.5 var(--st-sans);box-shadow:none}
body.woocommerce-checkout #payment .payment_box input.input-text:focus {border-color:#333;outline:1px solid #333;outline-offset:0}
body.woocommerce-checkout #payment #mbway_ifthen_for_woocommerce_phone_field>label {font:400 12px/1.6 var(--st-sans);margin-bottom:8px}
body.woocommerce-checkout #payment #mbway_ifthen_for_woocommerce_phone_field_container {display:grid;grid-template-columns:minmax(0,1fr);gap:8px}
body.woocommerce-checkout #payment #mbway_ifthen_for_woocommerce_phone_field_container .select2-container {width:100%!important}
body.woocommerce-checkout #payment #mbway_ifthen_for_woocommerce_phone_field_container input {margin:0}
body.woocommerce-checkout #fc-wrapper .fc-checkout-order-review__inner {border:0;border-radius:6px;padding:24px;margin:0;width:100%!important;background:#f7f7f7;box-shadow:none}
body.woocommerce-checkout #fc-wrapper .fc-place-order__section--main {padding:0;margin:20px 0 0}
body.woocommerce-checkout #fc-wrapper .fc-checkout-order-review.is-open .fc-checkout-order-review__inner {padding:24px;background:#fff;border-radius:0}
body.woocommerce-checkout #fc-wrapper .fc-checkout-order-review__head {display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:0 0 16px;border-bottom:1px solid #dedede;margin-bottom:4px}
body.woocommerce-checkout #fc-wrapper .fc-checkout-order-review__head h3 {margin:0;font-size:15px}
body.woocommerce-checkout #fc-wrapper .fc-checkout-order-review__header-link {float:none;flex:none;margin:0;padding:0;font-size:11px}
body.woocommerce-checkout #fc-wrapper table.shop_table {font-size:12px;border:0;background:transparent;margin:0}
body.woocommerce-checkout #fc-wrapper #order_review table.shop_table {margin:0!important;width:100%!important}
body.woocommerce-checkout #fc-wrapper #order_review table.shop_table tr>:first-child {padding-left:0}
body.woocommerce-checkout #fc-wrapper #order_review table.shop_table tr>:last-child {padding-right:0}
body.woocommerce-checkout #fc-wrapper table.shop_table th,
body.woocommerce-checkout #fc-wrapper table.shop_table td {padding-block:12px;border-color:#dedede;background:transparent;font-size:12px}
body.woocommerce-checkout #fc-wrapper .order-total th,
body.woocommerce-checkout #fc-wrapper .order-total td {font-size:15px}
body.woocommerce-checkout #fc-wrapper .woocommerce-privacy-policy-text {font:400 11px/1.6 var(--st-sans);color:#666;margin:12px 0 16px}
body.woocommerce-checkout #fc-wrapper .woocommerce-privacy-policy-text p {margin:0}
body.woocommerce-checkout #fc-wrapper #place_order {min-height:52px;border:1px solid #161616;border-radius:5px;background:#161616;color:#fff;font:500 13px/1.4 var(--st-sans);padding:14px 20px;width:100%;box-shadow:none;transition:background .18s}
body.woocommerce-checkout #fc-wrapper #place_order:hover {background:#333}
body.woocommerce-checkout #fc-wrapper .place-order {margin-bottom:0}
@media(min-width:1000px) {
  body.woocommerce-checkout .fc-inside {width:calc(58% - 48px);padding-top:0}
  body.woocommerce-checkout.has-checkout-column-layout--two_columns .fc-sidebar {width:42%!important}
  body.woocommerce-checkout .fc-sidebar__inner {padding-top:0}
}
@media(min-width:360px) {
  body.woocommerce-checkout #fc-wrapper .woocommerce-shipping-fields__field-wrapper,
  body.woocommerce-checkout #fc-wrapper .woocommerce-billing-fields__field-wrapper>.collapsible-content__inner {display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:12px}
  body.woocommerce-checkout #fc-wrapper .woocommerce-shipping-fields__field-wrapper>.form-row,
  body.woocommerce-checkout #fc-wrapper .woocommerce-billing-fields__field-wrapper>.collapsible-content__inner>.form-row {float:none;width:100%!important;grid-column:1/-1}
  body.woocommerce-checkout #fc-wrapper :is(#shipping_first_name_field,#shipping_last_name_field,#shipping_city_field,#shipping_postcode_field,#billing_first_name_field,#billing_last_name_field,#billing_city_field,#billing_postcode_field) {grid-column:auto!important}
}
@media(max-width:999px) {
  body.woocommerce-checkout #main.fc-main {padding:66px 0 0}
  body.woocommerce-checkout .fc-content.fc-container {max-width:640px;padding:24px 20px 36px}
  body.woocommerce-checkout .st-checkout-header .fc-checkout-header__inner {padding:8px 20px;min-height:66px;gap:8px}
  body.woocommerce-checkout .fc-checkout__branding img {width:104px!important;max-height:36px!important}
  body.woocommerce-checkout #fc-wrapper .fc-checkout-order-review__inner {padding:18px 0;background:#fff;border-top:1px solid #dedede;border-radius:0}
  body.woocommerce-checkout #fc-wrapper .fc-checkout-order-review {padding:0}
  .st-checkout-intro h2 {font-size:22px}
  body.woocommerce-checkout #fc-wrapper .fc-step__substep {margin-bottom:20px}
}
@media(max-width:600px) {
  .st-footer {margin-top:48px;padding-top:32px}
  .st-footer-grid {gap:26px 18px}
  .st-footer-grid h2 {font-size:11px;margin-bottom:10px}
  .st-footer-grid a:not(.st-button),.st-footer-grid p {font-size:12px}
  .st-footer-bottom {gap:12px;font-size:10px;margin-top:24px;padding-top:20px;padding-bottom:70px}
  .st-product-heading {margin-bottom:12px}
  body.sitrin-storefront .woocommerce .st-product-layout .st-product-summary form.cart {margin-top:14px}
  .st-title-price {gap:12px}
  .st-product-summary h1 {min-width:0}
  .st-dialog {padding:24px}
  body.sitrin-storefront .st-dialog h2 {font-size:20px}
  .st-consent-actions .st-button {min-width:100%}
}
@media(max-width:374px) {.st-checkout-back span{display:none}.st-search-row{flex-wrap:wrap}.st-search-row .st-button{width:100%}}
@media(prefers-reduced-motion:reduce) {.st-progress span,body.sitrin-storefront .st-favourite{transition:none}}
/* A smaller editorial scale, preserving the existing font families and form legibility. */
body.sitrin-storefront{font-size:14px}
.st-hero.st-hero-campaign h1{font-size:clamp(44px,5.6vw,82px);line-height:1.02}
.st-intro h2{font-size:clamp(28px,3vw,42px)}
.st-section-heading h2{font-size:clamp(25px,2.5vw,34px)}
.st-editorial-copy h2{font-size:clamp(32px,3.7vw,52px)}
.st-intro p:not(.st-eyebrow),.st-editorial-copy p:not(.st-eyebrow){font-size:13px;line-height:1.9}
.st-review p{font-size:18px;line-height:1.6}
.st-catalogue-heading h1{font-size:28px}
.st-product-summary h1{font-size:clamp(20px,2vw,28px)}
.st-about-copy h1{font-size:clamp(30px,4vw,52px)}
@media(max-width:600px){
.st-hero.st-hero-campaign h1{font-size:46px}
.st-intro h2{font-size:28px}.st-section-heading h2{font-size:25px}.st-editorial-copy h2{font-size:34px}
.st-review p{font-size:16px}.st-catalogue-heading h1{font-size:20px}.st-product-summary h1{font-size:15px}
}
.st-cart-drawer .st-cart-item dl.variation{display:grid;grid-template-columns:auto minmax(0,1fr);gap:3px 6px;align-items:start;font:400 10px/1.65 var(--st-sans)}.st-cart-drawer .st-cart-item dl.variation dt,.st-cart-drawer .st-cart-item dl.variation dd{margin:0;padding:0;float:none;overflow-wrap:anywhere}.st-cart-drawer .st-cart-item dl.variation p{margin:0;font:inherit}.st-cart-thumb img.st-gift-image{object-fit:contain}.st-shipping-benefit p{line-height:1.5}.st-shipping-benefit small{line-height:1.7}
.st-story header h1{font-size:clamp(34px,4.2vw,60px)}.st-story-row h2{font-size:clamp(28px,3vw,40px)}.st-story-row p{font-size:13px;line-height:1.9}
body.st-info-page .site-main .page-header h1{font-size:25px}body.st-info-page .site-main .elementor-widget-heading h1{font-size:25px!important}

/* One alignment rule for every editorial heading paired with an action. */
.st-section-heading{align-items:center}
.st-section-heading>h2{min-width:0}
.st-section-heading>.st-text-link{align-self:center;margin-block:0;white-space:nowrap}
@media(max-width:600px){.st-section-heading{align-items:center}.st-section-heading>.st-text-link{min-height:38px;transform:translateY(0)}}

/* Homepage typography: compact proportions from the client's two Prada references. */
.home .st-hero.st-hero-campaign h1{font-size:clamp(32px,3.4vw,50px);line-height:1.1;letter-spacing:-.025em;margin-bottom:16px}
.home .st-hero.st-hero-campaign h1 em{font-size:.68em;line-height:1.35;letter-spacing:-.02em}
.home .st-hero-campaign .st-hero-note{font-size:16px}
.home .st-intro{max-width:760px;padding-block:48px}
.home .st-intro .st-eyebrow,.home .st-editorial-copy .st-eyebrow{font-size:10px;letter-spacing:.12em;margin-bottom:8px}
.home .st-intro h2,.home .st-editorial-copy h2{font-size:clamp(23px,2vw,30px);line-height:1.2;letter-spacing:-.015em;margin-bottom:10px}
.home .st-intro p:not(.st-eyebrow),.home .st-editorial-copy p:not(.st-eyebrow){font-size:13px;line-height:1.6;margin-bottom:12px}
.home .st-intro p:not(.st-eyebrow){max-width:640px}
.home .st-intro>:last-child,.home .st-editorial-copy>:last-child{margin-bottom:0}
.home .st-section-heading{margin-bottom:20px}
.home .st-section-heading h2{font-size:clamp(21px,1.8vw,27px);line-height:1.2}
.home .st-intro .st-text-link,.home .st-hero-copy .st-button,.home .st-editorial-copy .st-button{font-size:12px;min-height:44px}
@media(max-width:600px){
  .home .st-hero.st-hero-campaign h1{font-size:32px;margin-bottom:14px}
  .home .st-hero-campaign .st-hero-note{font-size:15px}
  .home .st-intro{padding:32px 20px}
  .home .st-intro h2,.home .st-editorial-copy h2{font-size:22px;margin-bottom:8px}
  .home .st-intro .st-eyebrow,.home .st-editorial-copy .st-eyebrow{font-size:9px;margin-bottom:6px}
  .home .st-editorial-copy{padding:32px 24px;align-items:center;text-align:center}
  .home .st-section-heading{gap:12px;margin-bottom:16px}
  .home .st-section-heading h2{font-size:21px}
}
