:root {
  --nooshline-page: #f8f5ef;
  --nooshline-surface: #fffdf8;
  --nooshline-soft: #ede5d9;
  --nooshline-ink: #151110;
  --nooshline-muted: #6b625b;
  --nooshline-line: #ded1bd;
  --nooshline-brand: #151110;
  --nooshline-brand-dark: #050403;
  --nooshline-plum: #17100f;
  --nooshline-sage: #5d716a;
  --nooshline-gold: #b8945d;
  --nooshline-serif: Georgia, 'Times New Roman', serif;
  --nooshline-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.nooshline-site {
  min-width: 320px;
  overflow-x: hidden;
  margin: 0;
  color: var(--nooshline-ink);
  background: var(--nooshline-page);
  padding-bottom: 78px;
  font-family: var(--nooshline-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.nooshline-currency-symbol {
  display: inline-flex;
  width: 1.04em;
  height: 1.04em;
  align-items: center;
  color: currentColor;
  vertical-align: -0.13em;
}

.nooshline-currency-symbol svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  stroke: none;
  overflow: visible;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.nooshline-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-150%);
  border-radius: 8px;
  color: #fff;
  background: var(--nooshline-plum);
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease;
}

.nooshline-skip-link:focus {
  transform: translateY(0);
  outline: 3px solid rgba(217, 85, 30, 0.24);
}

.nooshline-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(21, 17, 16, 0.12);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 10px 34px rgba(21, 17, 16, 0.08);
  backdrop-filter: blur(16px);
}

.nooshline-announcement {
  display: flex;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, #090706, var(--nooshline-plum), #090706);
  padding: 0 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nooshline-announcement span:not(:first-child)::before {
  content: "·";
  margin-right: 12px;
  color: rgba(255, 255, 255, 0.42);
}

.nooshline-announcement span {
  white-space: nowrap;
}

.nooshline-header-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 7px 10px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 6px 12px 8px;
}

.nooshline-brand {
  display: inline-flex;
  min-width: 82px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.nooshline-brand img {
  width: auto;
  max-width: 220px;
  height: 50px;
  opacity: 1;
  filter: none;
  transform: none;
  transform-origin: center;
}

.nooshline-primary-nav {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  gap: 14px;
  min-width: 0;
  overflow-x: auto;
  padding: 3px 0 1px;
  scrollbar-width: none;
}

.nooshline-primary-nav::-webkit-scrollbar {
  display: none;
}

.nooshline-nav-item {
  position: relative;
  flex: 0 0 auto;
}

.nooshline-primary-nav a {
  position: relative;
  display: inline-flex;
  min-height: 30px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 0;
  color: var(--nooshline-ink);
  background: transparent;
  padding: 0 1px;
  font-size: 12px;
  font-weight: 780;
  text-decoration: none;
  white-space: nowrap;
}

.nooshline-primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  opacity: 0;
  transform: translateY(2px);
  border-radius: 999px;
  background: var(--nooshline-gold);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.nooshline-primary-nav a:hover,
.nooshline-primary-nav a:focus-visible {
  color: var(--nooshline-brand-dark);
  outline: none;
}

.nooshline-primary-nav a:hover::after,
.nooshline-primary-nav a:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.nooshline-mega-menu {
  display: none;
}

.nooshline-mega-menu a::after {
  display: none;
}

.nooshline-header-actions {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  gap: 6px;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
}

.nooshline-action-label {
  display: none;
}

.nooshline-search {
  display: flex;
  min-width: 0;
  height: 36px;
  flex: 0 1 160px;
  align-items: center;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
  overflow: hidden;
}

.nooshline-search input[type="search"] {
  min-width: 0;
  width: 100%;
  height: 100%;
  border: 0;
  color: var(--nooshline-ink);
  background: transparent;
  padding: 0 0 0 10px;
  font-size: 14px;
}

.nooshline-search button,
.nooshline-icon-link,
.nooshline-cart-link {
  display: inline-flex;
  width: 36px;
  min-width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  color: var(--nooshline-ink);
  background: rgba(255, 253, 248, 0.96);
  text-decoration: none;
  transition: border-color 0.16s ease, color 0.16s ease, background 0.16s ease;
}

.nooshline-search button {
  border-width: 0 0 0 1px;
  border-radius: 0;
  cursor: pointer;
}

.nooshline-icon-link:hover,
.nooshline-icon-link:focus-visible,
.nooshline-cart-link:hover,
.nooshline-cart-link:focus-visible,
.nooshline-search button:hover,
.nooshline-search button:focus-visible {
  border-color: rgba(184, 148, 93, 0.58);
  color: var(--nooshline-brand-dark);
  background: #fff8ed;
  outline: none;
}

.nooshline-cart-link {
  position: relative;
}

.nooshline-cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: inline-grid;
  min-width: 19px;
  height: 19px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--nooshline-plum);
  font-size: 10px;
  font-weight: 800;
}

.nooshline-main {
  width: min(1300px, calc(100% - 24px));
  margin: 0 auto;
  padding: 16px 0 60px;
}

.nooshline-home-hero,
.nooshline-shop-hero {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(184, 148, 93, 0.24), rgba(184, 148, 93, 0) 29%),
    linear-gradient(135deg, #090706 0%, #1b1211 58%, #080606 100%),
    var(--nooshline-plum);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 18px 54px rgba(21, 17, 16, 0.12);
  isolation: isolate;
}

.nooshline-home-hero::before,
.nooshline-shop-hero::before {
  display: none;
}

.nooshline-home-hero::after,
.nooshline-shop-hero::after {
  display: none;
}

.nooshline-home-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.66fr);
  width: min(1200px, calc(100% - 32px));
  gap: clamp(18px, 4vw, 46px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 66px) 0;
}

.nooshline-home-hero-copy {
  display: grid;
  gap: 15px;
  justify-items: start;
}

.nooshline-home-kicker {
  margin: 0;
  color: var(--nooshline-gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nooshline-home-hero h1,
.nooshline-shop-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: var(--nooshline-serif);
  font-size: clamp(44px, 9vw, 82px);
  font-weight: 500;
  line-height: 0.98;
}

.nooshline-home-hero-copy > p:not(.nooshline-home-kicker) {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.5;
}

.nooshline-home-hero-media {
  display: grid;
  gap: 11px;
  margin: 0;
}

.nooshline-home-hero-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(184, 148, 93, 0.42);
  border-radius: 8px;
  background: #f8f6f2;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.nooshline-home-hero-media figcaption {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
}

.nooshline-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.nooshline-home-primary,
.nooshline-home-secondary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.nooshline-home-primary {
  color: var(--nooshline-brand-dark);
  background: linear-gradient(135deg, #f5e6c6, var(--nooshline-gold));
}

.nooshline-home-primary:hover,
.nooshline-home-primary:focus-visible {
  color: var(--nooshline-brand-dark);
  background: linear-gradient(135deg, #fff0cd, #c5a46c);
  outline: none;
}

.nooshline-home-secondary {
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.nooshline-home-secondary:hover,
.nooshline-home-secondary:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  outline: none;
}

.nooshline-home-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.nooshline-home-trust-row li {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 760;
}

.nooshline-hero {
  position: relative;
  left: 50%;
  display: flex;
  width: 100vw;
  min-height: 430px;
  align-items: center;
  overflow: hidden;
  margin-left: -50vw;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 12, 16, 0.76) 0%, rgba(18, 12, 16, 0.52) 48%, rgba(18, 12, 16, 0.18) 100%),
    url("../products/entwine-real.jpg") center / cover no-repeat,
    var(--nooshline-plum);
  isolation: isolate;
}

.nooshline-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(0deg, rgba(18, 12, 16, 0.48), rgba(18, 12, 16, 0));
  pointer-events: none;
  z-index: -1;
}

.nooshline-hero-inner {
  display: grid;
  width: min(1120px, calc(100% - 32px));
  gap: 12px;
  justify-items: start;
  margin: 0 auto;
  padding: 36px 0;
}

.nooshline-hero img {
  width: auto;
  height: 82px;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.28));
}

.nooshline-hero-kicker,
.nooshline-section-heading p,
.nooshline-archive-hero p,
.nooshline-service-strip span,
.nooshline-confidence-bar span,
.nooshline-home-copy p:first-child,
.nooshline-pdp-trust span,
.nooshline-checkout-trust span {
  margin: 0;
  color: var(--nooshline-brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nooshline-hero-kicker {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  color: #fff;
  background: rgba(21, 17, 16, 0.82);
  padding: 0 10px;
}

.nooshline-hero h1,
.nooshline-archive-hero h1,
.nooshline-page h1,
.product_title,
.nooshline-home-copy h2 {
  margin: 0;
  font-family: var(--nooshline-serif);
  font-weight: 500;
  line-height: 0.98;
}

.nooshline-hero h1 {
  color: #fff;
  font-size: 64px;
}

.nooshline-hero-copy {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.42;
}

.nooshline-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.nooshline-hero-actions a {
  gap: 8px;
}

.nooshline-hero-actions svg {
  width: 18px;
  height: 18px;
}

.nooshline-hero a,
.single_add_to_cart_button,
.checkout-button,
.wc-block-components-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  background: var(--nooshline-brand);
  padding: 0 16px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.nooshline-hero a:hover,
.nooshline-hero a:focus-visible,
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus-visible,
.checkout-button:hover,
.checkout-button:focus-visible,
.woocommerce a.button:hover,
.woocommerce a.button:focus-visible,
.woocommerce button.button:hover,
.woocommerce button.button:focus-visible,
.woocommerce input.button:hover,
.woocommerce input.button:focus-visible,
.button:hover,
.button:focus-visible {
  background: var(--nooshline-brand-dark);
  color: #fff;
  outline: none;
}

.nooshline-hero .nooshline-hero-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.nooshline-hero .nooshline-hero-secondary:hover,
.nooshline-hero .nooshline-hero-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

.nooshline-hero-promise {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.nooshline-hero-promise span,
.nooshline-archive-promises strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 800;
}

.nooshline-hero-promise svg,
.nooshline-archive-promises svg {
  width: 15px;
  height: 15px;
}

.nooshline-service-strip,
.nooshline-confidence-bar,
.nooshline-checkout-trust {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: var(--nooshline-line);
}

.nooshline-service-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.nooshline-service-strip div,
.nooshline-confidence-bar div,
.nooshline-checkout-trust div {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--nooshline-surface);
  padding: 10px;
  text-align: center;
}

.nooshline-service-strip strong,
.nooshline-confidence-bar strong,
.nooshline-checkout-trust strong {
  color: var(--nooshline-ink);
  font-size: 12px;
  line-height: 1;
}

.nooshline-service-strip svg,
.nooshline-confidence-bar svg,
.nooshline-checkout-trust svg,
.nooshline-service-strip span[aria-hidden] {
  width: 17px;
  height: 17px;
  color: var(--nooshline-brand-dark);
  flex: 0 0 auto;
}

.nooshline-home-section,
.nooshline-page {
  margin-top: 30px;
}

.nooshline-home-shop-assist {
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(184, 148, 93, 0.28);
  border-bottom: 1px solid rgba(184, 148, 93, 0.28);
  padding: 18px 0;
}

.nooshline-home-shop-assist > div:first-child {
  display: grid;
  gap: 4px;
}

.nooshline-home-shop-assist p,
.nooshline-home-shop-assist h2 {
  margin: 0;
}

.nooshline-home-shop-assist p {
  color: var(--nooshline-gold);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.nooshline-home-shop-assist h2 {
  color: var(--nooshline-ink);
  font-family: var(--nooshline-serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}

.nooshline-home-shop-assist nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nooshline-home-shop-assist a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid var(--nooshline-line);
  border-radius: 999px;
  color: var(--nooshline-ink);
  background: var(--nooshline-surface);
  padding: 0 12px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.nooshline-home-shop-assist a:hover,
.nooshline-home-shop-assist a:focus-visible {
  border-color: rgba(184, 148, 93, 0.5);
  color: #fff;
  background: var(--nooshline-plum);
  outline: none;
}

.nooshline-home-studio-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(184, 148, 93, 0.32);
  border-radius: 8px;
  background: var(--nooshline-line);
}

.nooshline-home-studio-strip div {
  display: grid;
  gap: 5px;
  background: var(--nooshline-surface);
  padding: 16px;
}

.nooshline-home-studio-strip strong {
  color: var(--nooshline-ink);
  font-size: 14px;
}

.nooshline-home-studio-strip span {
  color: var(--nooshline-muted);
  font-size: 13px;
  line-height: 1.4;
}

.nooshline-home-story {
  display: grid;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(184, 148, 93, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(244, 237, 225, 0.94)),
    var(--nooshline-surface);
  padding: clamp(20px, 4vw, 34px);
}

.nooshline-story-copy {
  display: grid;
  gap: 12px;
  align-content: center;
}

.nooshline-story-copy p,
.nooshline-story-copy h2 {
  margin: 0;
}

.nooshline-story-copy > p:first-child,
.nooshline-commerce-flow > p:first-child {
  color: var(--nooshline-gold);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.nooshline-story-copy h2,
.nooshline-commerce-flow h2 {
  max-width: 760px;
  margin: 0;
  color: var(--nooshline-ink);
  font-family: var(--nooshline-serif);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 500;
  line-height: 0.98;
}

.nooshline-story-copy > p:not(:first-child) {
  max-width: 760px;
  color: var(--nooshline-muted);
  font-size: 16px;
  line-height: 1.58;
}

.nooshline-story-link {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(21, 17, 16, 0.16);
  border-radius: 999px;
  color: #fff;
  background: var(--nooshline-plum);
  padding: 0 16px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.nooshline-story-link:hover,
.nooshline-story-link:focus-visible {
  border-color: rgba(184, 148, 93, 0.62);
  color: var(--nooshline-brand-dark);
  background: linear-gradient(135deg, #fff0cd, #c5a46c);
  outline: none;
}

.nooshline-story-note {
  display: grid;
  align-content: center;
  gap: 12px;
  border-left: 1px solid rgba(184, 148, 93, 0.34);
  padding-left: clamp(18px, 3vw, 28px);
}

.nooshline-story-note span {
  color: var(--nooshline-gold);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.nooshline-story-note strong {
  max-width: 330px;
  color: var(--nooshline-ink);
  font-family: var(--nooshline-serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.02;
}

.nooshline-commerce-flow {
  display: grid;
  gap: 14px;
  border-top: 1px solid rgba(184, 148, 93, 0.28);
  border-bottom: 1px solid rgba(184, 148, 93, 0.28);
  padding: 20px 0;
}

.nooshline-commerce-flow > p,
.nooshline-commerce-flow h2 {
  margin: 0;
}

.nooshline-commerce-flow-grid {
  display: grid;
  gap: 10px;
}

.nooshline-commerce-flow-grid a,
.nooshline-commerce-flow-grid div {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(184, 148, 93, 0.26);
  border-radius: 8px;
  color: var(--nooshline-ink);
  background: var(--nooshline-surface);
  padding: 14px;
  text-decoration: none;
}

.nooshline-commerce-flow-grid strong {
  font-size: 14px;
}

.nooshline-commerce-flow-grid span {
  color: var(--nooshline-muted);
  font-size: 13px;
  line-height: 1.42;
}

.nooshline-commerce-flow-grid a:hover,
.nooshline-commerce-flow-grid a:focus-visible {
  border-color: rgba(184, 148, 93, 0.62);
  box-shadow: 0 12px 28px rgba(21, 17, 16, 0.08);
  outline: none;
}

.nooshline-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 14px;
  align-items: end;
  margin-bottom: 14px;
}

.nooshline-section-heading > div {
  display: grid;
  gap: 5px;
}

.nooshline-section-heading h2 {
  margin: 0;
  color: var(--nooshline-ink);
  font-family: var(--nooshline-serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.nooshline-section-heading a {
  color: var(--nooshline-brand-dark);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.nooshline-section-heading a:hover,
.nooshline-section-heading a:focus-visible {
  color: var(--nooshline-gold);
  outline: none;
}

.nooshline-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nooshline-category-tile {
  position: relative;
  display: grid;
  min-height: 190px;
  align-items: end;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background: var(--nooshline-plum);
  text-decoration: none;
}

.nooshline-category-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 18, 20, 0.02), rgba(23, 18, 20, 0.62));
}

.nooshline-category-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.nooshline-category-tile span {
  position: relative;
  z-index: 1;
  padding: 14px;
  font-size: 17px;
  font-weight: 850;
}

.nooshline-category-tile:hover img,
.nooshline-category-tile:focus-visible img {
  transform: scale(1.035);
}

.nooshline-category-tile:focus-visible {
  outline: 3px solid rgba(217, 85, 30, 0.32);
  outline-offset: 3px;
}

.nooshline-department-grid {
  display: grid;
  gap: 14px;
}

.nooshline-department-card {
  overflow: hidden;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
}

.nooshline-department-hero {
  position: relative;
  display: grid;
  min-height: 210px;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--nooshline-plum);
  text-decoration: none;
}

.nooshline-department-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 18, 20, 0.04), rgba(23, 18, 20, 0.7));
}

.nooshline-department-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.nooshline-department-hero span {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 420px;
  gap: 5px;
  padding: 18px;
}

.nooshline-department-hero strong {
  font-family: var(--nooshline-serif);
  font-size: 42px;
  font-weight: 500;
  line-height: 0.98;
}

.nooshline-department-hero em {
  font-style: normal;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
}

.nooshline-department-hero:hover img,
.nooshline-department-hero:focus-visible img {
  transform: scale(1.035);
}

.nooshline-department-hero:focus-visible {
  outline: 3px solid rgba(217, 85, 30, 0.32);
  outline-offset: -3px;
}

.nooshline-department-groups {
  display: grid;
  gap: 1px;
  background: var(--nooshline-line);
}

.nooshline-department-groups section {
  display: grid;
  gap: 8px;
  background: #fff;
  padding: 14px;
}

.nooshline-department-group-heading {
  color: var(--nooshline-ink);
  font-size: 14px;
  font-weight: 880;
  text-decoration: none;
}

.nooshline-department-groups section > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.nooshline-department-groups section > div a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  color: var(--nooshline-muted);
  background: var(--nooshline-page);
  padding: 0 9px;
  font-size: 12px;
  font-weight: 780;
  text-decoration: none;
}

.nooshline-department-group-heading:hover,
.nooshline-department-group-heading:focus-visible,
.nooshline-department-groups section > div a:hover,
.nooshline-department-groups section > div a:focus-visible {
  color: var(--nooshline-brand-dark);
  border-color: rgba(217, 85, 30, 0.28);
  outline: none;
}

.nooshline-home-trust {
  border-top: 1px solid var(--nooshline-line);
  padding-top: 26px;
}

.nooshline-home-trust-grid {
  display: grid;
  gap: 10px;
}

.nooshline-home-trust-grid div {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(23, 18, 20, 0.08);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.nooshline-home-trust-grid strong {
  color: var(--nooshline-ink);
  font-size: 15px;
}

.nooshline-home-trust-grid span {
  color: var(--nooshline-muted);
  font-size: 13px;
  line-height: 1.45;
}

.nooshline-brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nooshline-brand-row a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  color: var(--nooshline-ink);
  background: #fff;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.nooshline-brand-row a:hover,
.nooshline-brand-row a:focus-visible {
  border-color: rgba(217, 85, 30, 0.34);
  color: var(--nooshline-brand-dark);
  outline: none;
}

.nooshline-home-copy {
  display: grid;
  gap: 16px;
  border-top: 1px solid var(--nooshline-line);
  padding-top: 28px;
}

.nooshline-home-copy h2 {
  max-width: 780px;
  color: var(--nooshline-ink);
  font-size: 42px;
}

.nooshline-home-copy > p,
.nooshline-page-content,
.woocommerce-product-details__short-description,
.product_meta {
  color: var(--nooshline-muted);
  line-height: 1.58;
}

.nooshline-home-copy > p,
.nooshline-page-content {
  margin: 0;
  font-size: 15px;
}

.nooshline-archive-hero {
  display: grid;
  gap: 9px;
  margin-bottom: 14px;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.nooshline-archive-hero h1 {
  color: var(--nooshline-ink);
  font-size: 44px;
}

.nooshline-archive-hero > span,
.woocommerce-result-count,
.nooshline-card-meta {
  color: var(--nooshline-muted);
}

.nooshline-archive-promises {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.nooshline-archive-promises strong {
  border-color: rgba(63, 102, 86, 0.24);
  color: var(--nooshline-sage);
  background: rgba(63, 102, 86, 0.08);
}

.nooshline-archive-hero.is-coming-soon {
  border-color: rgba(185, 137, 60, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.94)),
    var(--nooshline-surface);
}

.nooshline-archive-note {
  max-width: 680px;
  color: var(--nooshline-muted);
  font-size: 15px;
  font-style: normal;
  line-height: 1.55;
}

.nooshline-category-coming-soon,
.nooshline-not-found {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(185, 137, 60, 0.34);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 58px rgba(23, 18, 20, 0.08);
}

.nooshline-category-coming-soon {
  margin-top: 16px;
}

.nooshline-not-found {
  margin-top: 24px;
}

.nooshline-category-coming-soon-media,
.nooshline-not-found-media {
  min-height: 250px;
  background: var(--nooshline-plum);
}

.nooshline-category-coming-soon-media img,
.nooshline-not-found-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.nooshline-category-coming-soon-copy,
.nooshline-not-found-copy {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: clamp(24px, 5vw, 52px);
}

.nooshline-category-coming-soon-copy p,
.nooshline-not-found-copy p {
  margin: 0;
  color: var(--nooshline-brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nooshline-category-coming-soon-copy h2,
.nooshline-not-found-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--nooshline-ink);
  font-family: var(--nooshline-serif);
  font-size: clamp(42px, 8vw, 82px);
  font-weight: 500;
  line-height: 0.94;
}

.nooshline-category-coming-soon-copy > span,
.nooshline-not-found-copy > span {
  max-width: 620px;
  color: var(--nooshline-muted);
  font-size: 16px;
  line-height: 1.6;
}

.nooshline-state-promises,
.nooshline-state-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nooshline-state-promises strong {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(63, 102, 86, 0.2);
  border-radius: 8px;
  color: var(--nooshline-sage);
  background: rgba(63, 102, 86, 0.08);
  padding: 0 11px;
  font-size: 12px;
  font-weight: 850;
}

.nooshline-state-promises svg {
  width: 16px;
  height: 16px;
}

.nooshline-state-actions {
  margin-top: 2px;
}

.nooshline-button-secondary {
  border-color: rgba(23, 18, 20, 0.14);
  color: var(--nooshline-ink);
  background: #fff;
}

.nooshline-button-secondary:hover,
.nooshline-button-secondary:focus-visible {
  border-color: rgba(217, 85, 30, 0.32);
  color: var(--nooshline-brand-dark);
  background: #fffaf6;
}

.nooshline-brand-directory {
  display: grid;
  gap: 22px;
  margin-top: 22px;
}

.nooshline-brand-directory-head {
  display: grid;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(185, 137, 60, 0.34);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(185, 137, 60, 0.28), transparent 24%),
    linear-gradient(135deg, rgba(36, 21, 31, 0.98), rgba(17, 12, 15, 0.96)),
    var(--nooshline-plum);
  padding: clamp(24px, 5vw, 46px);
}

.nooshline-brand-directory-head p,
.nooshline-brand-hero p {
  margin: 0;
  color: #d7b56f;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.nooshline-brand-directory-head h1,
.nooshline-brand-directory-head h2 {
  max-width: 860px;
  margin: 0;
  font-family: var(--nooshline-serif);
  font-size: clamp(44px, 8vw, 86px);
  font-weight: 500;
  line-height: 0.9;
}

.nooshline-brand-directory-head span {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.55;
}

.nooshline-brand-tools {
  position: sticky;
  top: 108px;
  z-index: 20;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(185, 137, 60, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  padding: 12px;
  box-shadow: 0 18px 42px rgba(23, 18, 20, 0.08);
  backdrop-filter: blur(18px);
}

.nooshline-brand-search-label {
  display: grid;
  gap: 6px;
  color: var(--nooshline-muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.nooshline-brand-search-label input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(23, 18, 20, 0.12);
  border-radius: 8px;
  color: var(--nooshline-ink);
  background: #fff;
  padding: 0 14px;
  font: inherit;
  font-size: 15px;
  text-transform: none;
}

.nooshline-brand-search-label input:focus {
  border-color: rgba(185, 137, 60, 0.72);
  outline: none;
  box-shadow: 0 0 0 3px rgba(185, 137, 60, 0.14);
}

.nooshline-brand-az {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.nooshline-brand-az a,
.nooshline-brand-az span {
  display: inline-flex;
  min-width: 31px;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 18, 20, 0.1);
  border-radius: 999px;
  color: var(--nooshline-ink);
  background: #fff;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
}

.nooshline-brand-az a.is-active,
.nooshline-brand-az a:hover,
.nooshline-brand-az a:focus-visible {
  border-color: var(--nooshline-plum);
  color: #fff;
  background: var(--nooshline-plum);
  outline: none;
}

.nooshline-brand-az span {
  opacity: 0.28;
}

.nooshline-brand-no-results {
  margin: 0;
  border: 1px solid rgba(185, 137, 60, 0.22);
  border-radius: 8px;
  color: var(--nooshline-muted);
  background: #fff;
  padding: 16px;
  font-size: 14px;
}

.nooshline-brand-letter-groups,
.nooshline-brand-letter-section {
  display: grid;
  gap: 16px;
}

.nooshline-brand-letter-section[hidden],
.nooshline-brand-tile[hidden],
.nooshline-brand-no-results[hidden] {
  display: none;
}

.nooshline-brand-letter-section h3 {
  margin: 8px 0 -2px;
  color: var(--nooshline-ink);
  font-family: var(--nooshline-serif);
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}

.nooshline-brand-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.nooshline-brand-tile {
  position: relative;
  display: grid;
  min-height: 332px;
  height: 100%;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 14px;
  overflow: hidden;
  border: 1px solid rgba(var(--nooshline-brand-accent-rgb, 123, 30, 43), 0.2);
  border-radius: 8px;
  color: var(--nooshline-ink);
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--nooshline-brand-accent-rgb, 123, 30, 43), 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(251, 248, 242, 0.95)),
    #fff;
  padding: 18px 18px 16px;
  text-decoration: none;
  box-shadow: 0 22px 52px rgba(23, 18, 20, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.nooshline-brand-tile::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, rgba(var(--nooshline-brand-accent-rgb, 123, 30, 43), 0.88), rgba(185, 137, 60, 0.72), transparent);
  opacity: 0.92;
}

.nooshline-brand-tile:hover,
.nooshline-brand-tile:focus-visible {
  border-color: rgba(var(--nooshline-brand-accent-rgb, 123, 30, 43), 0.44);
  outline: none;
  box-shadow: 0 30px 70px rgba(23, 18, 20, 0.14);
  transform: translateY(-2px);
}

.nooshline-brand-tile-head {
  display: grid;
  min-height: 66px;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.nooshline-brand-logo,
.nooshline-brand-wordmark {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 12px;
  color: var(--nooshline-ink);
}

.nooshline-brand-logo-tile,
.nooshline-brand-logo-subbrand,
.nooshline-brand-wordmark.nooshline-brand-logo-tile,
.nooshline-brand-wordmark.nooshline-brand-logo-subbrand {
  width: 50px;
  min-height: 50px;
  justify-content: center;
  border: 1px solid rgba(var(--nooshline-brand-accent-rgb, 123, 30, 43), 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82);
}

.nooshline-brand-wordmark.nooshline-brand-logo-tile,
.nooshline-brand-wordmark.nooshline-brand-logo-subbrand {
  overflow: hidden;
  padding: 0 5px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.nooshline-brand-logo img {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  object-fit: contain;
}

.nooshline-brand-logo-tile img,
.nooshline-brand-logo-subbrand img {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
}

.nooshline-brand-logo-tile .nooshline-brand-wordmark-text,
.nooshline-brand-logo-subbrand .nooshline-brand-wordmark-text {
  display: none;
}

.nooshline-brand-title-lockup {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.nooshline-brand-wordmark,
.nooshline-brand-wordmark-text {
  font-family: var(--nooshline-serif);
  font-size: clamp(23px, 6vw, 34px);
  font-weight: 500;
  line-height: 0.92;
  text-transform: uppercase;
  word-break: break-word;
}

.nooshline-brand-logo-hero {
  min-height: 92px;
}

.nooshline-brand-logo-hero img {
  width: 56px;
  height: 56px;
  flex-basis: 56px;
}

.nooshline-brand-logo-hero .nooshline-brand-wordmark-text,
.nooshline-brand-logo-hero.nooshline-brand-wordmark {
  font-size: clamp(38px, 8vw, 74px);
}

.nooshline-brand-kicker {
  color: var(--nooshline-brand-accent, var(--nooshline-brand-dark));
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.nooshline-brand-tile strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--nooshline-ink);
  font-family: var(--nooshline-serif);
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 500;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nooshline-brand-rule {
  position: relative;
  display: grid;
  height: 14px;
  align-items: center;
}

.nooshline-brand-rule::before,
.nooshline-brand-rule::after {
  content: "";
}

.nooshline-brand-rule::before {
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--nooshline-brand-accent-rgb, 123, 30, 43), 0.68), rgba(185, 137, 60, 0.34), transparent);
}

.nooshline-brand-rule::after {
  position: absolute;
  left: 54px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border: 1px solid rgba(var(--nooshline-brand-accent-rgb, 123, 30, 43), 0.44);
  background: #fff;
}

.nooshline-brand-rule span {
  position: absolute;
  left: 0;
  width: 42px;
  height: 5px;
  border-radius: 999px;
  background: var(--nooshline-brand-accent, var(--nooshline-brand-dark));
}

.nooshline-brand-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.nooshline-brand-facts span {
  display: grid;
  min-width: 0;
  gap: 4px;
  border: 1px solid rgba(var(--nooshline-brand-accent-rgb, 123, 30, 43), 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 9px;
}

.nooshline-brand-facts em {
  overflow: hidden;
  color: var(--nooshline-muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.nooshline-brand-facts b {
  overflow: hidden;
  color: var(--nooshline-ink);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nooshline-brand-facts-hero {
  max-width: 760px;
  margin-top: 6px;
}

.nooshline-brand-hero .nooshline-brand-facts span {
  border-color: rgba(215, 181, 111, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.nooshline-brand-hero .nooshline-brand-facts em {
  color: rgba(244, 223, 170, 0.76);
}

.nooshline-brand-hero .nooshline-brand-facts b {
  color: #fff;
}

.nooshline-brand-tile p,
.nooshline-brand-empty p,
.nooshline-brand-copy p {
  margin: 0;
  color: var(--nooshline-muted);
  font-size: 12px;
  line-height: 1.48;
}

.nooshline-brand-tile p {
  display: -webkit-box;
  overflow: hidden;
  align-self: start;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.nooshline-brand-cta {
  align-self: end;
  margin-top: auto;
  color: var(--nooshline-brand-accent, var(--nooshline-plum));
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.nooshline-brand-lines-count {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border: 1px solid rgba(var(--nooshline-brand-accent-rgb, 123, 30, 43), 0.18);
  border-radius: 999px;
  color: var(--nooshline-brand-accent, var(--nooshline-plum));
  background: rgba(var(--nooshline-brand-accent-rgb, 123, 30, 43), 0.06);
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .nooshline-brand-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .nooshline-brand-directory-grid,
  .nooshline-brand-facts {
    grid-template-columns: 1fr;
  }

  .nooshline-brand-tile {
    min-height: 0;
  }
}

.nooshline-brand-page {
  display: grid;
  gap: 22px;
}

.nooshline-brand-hero {
  display: grid;
  gap: 14px;
  overflow: hidden;
  border: 1px solid rgba(185, 137, 60, 0.34);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 15%, rgba(var(--nooshline-brand-accent-rgb, 123, 30, 43), 0.42), transparent 26%),
    linear-gradient(135deg, rgba(36, 21, 31, 0.98), rgba(17, 12, 15, 0.96)),
    var(--nooshline-plum);
  padding: clamp(24px, 5vw, 52px);
}

.nooshline-brand-hero-mark {
  display: flex;
  align-items: center;
}

.nooshline-brand-hero .nooshline-brand-logo,
.nooshline-brand-hero .nooshline-brand-wordmark {
  color: #fff;
}

.nooshline-brand-mark {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(215, 181, 111, 0.36);
  border-radius: 8px;
  color: #f4dfaa;
  background: rgba(255, 255, 255, 0.08);
  font-family: var(--nooshline-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.nooshline-brand-mark img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.nooshline-brand-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: var(--nooshline-serif);
  font-size: clamp(44px, 8vw, 86px);
  font-weight: 500;
  line-height: 0.94;
}

.nooshline-brand-hero > span {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.55;
}

.nooshline-brand-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.nooshline-brand-meta small {
  border: 1px solid rgba(215, 181, 111, 0.34);
  border-radius: 999px;
  color: #f4dfaa;
  background: rgba(255, 255, 255, 0.08);
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 850;
}

.nooshline-brand-copy,
.nooshline-brand-visuals,
.nooshline-brand-profile,
.nooshline-brand-subbrands,
.nooshline-brand-products,
.nooshline-brand-empty {
  border: 1px solid rgba(23, 18, 20, 0.08);
  border-radius: 8px;
  background: #fff;
  padding: clamp(18px, 3vw, 26px);
}

.nooshline-brand-copy,
.nooshline-brand-subbrands {
  display: grid;
  gap: 18px;
}

.nooshline-brand-visuals {
  display: grid;
  gap: 18px;
}

.nooshline-brand-visual-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.nooshline-brand-visual-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(23, 18, 20, 0.08);
  border-radius: 8px;
  background: #f5f1ea;
  aspect-ratio: 16 / 9;
}

.nooshline-brand-visual-card-featured {
  grid-column: auto;
  grid-row: auto;
}

.nooshline-brand-visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nooshline-brand-visual-card figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #fff;
  background: rgba(23, 18, 20, 0.72);
  padding: 9px 10px;
}

.nooshline-brand-visual-card figcaption strong {
  color: #f4dfaa;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nooshline-brand-visual-card figcaption span {
  font-size: 12px;
  line-height: 1.35;
}

.nooshline-brand-visual-card figcaption a {
  width: fit-content;
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.nooshline-brand-profile {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: start;
}

.nooshline-brand-profile-intro {
  display: grid;
  gap: 9px;
}

.nooshline-brand-profile-intro > span,
.nooshline-brand-copy .nooshline-section-heading > span,
.nooshline-brand-subbrands .nooshline-section-heading > span,
.nooshline-brand-visuals .nooshline-section-heading > span {
  color: var(--nooshline-brand-dark);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.nooshline-brand-profile-intro h2,
.nooshline-brand-copy .nooshline-section-heading h2,
.nooshline-brand-subbrands .nooshline-section-heading h2,
.nooshline-brand-visuals .nooshline-section-heading h2 {
  margin: 0;
  color: var(--nooshline-ink);
  font-family: var(--nooshline-serif);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 500;
  line-height: 1;
}

.nooshline-brand-profile-intro p,
.nooshline-brand-copy .nooshline-section-heading p,
.nooshline-brand-subbrands .nooshline-section-heading p,
.nooshline-brand-visuals .nooshline-section-heading p {
  max-width: 780px;
  margin: 0;
  color: var(--nooshline-muted);
  font-size: 14px;
  line-height: 1.55;
}

.nooshline-brand-table-wrap {
  min-width: 0;
  overflow-x: auto;
  border: 1px solid rgba(23, 18, 20, 0.08);
  border-radius: 8px;
}

.nooshline-brand-info-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background: #fff;
}

.nooshline-brand-info-table th,
.nooshline-brand-info-table td {
  border-bottom: 1px solid rgba(23, 18, 20, 0.07);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.nooshline-brand-info-table tr:last-child th,
.nooshline-brand-info-table tr:last-child td {
  border-bottom: 0;
}

.nooshline-brand-info-table th {
  width: 34%;
  color: var(--nooshline-muted);
  background: rgba(247, 243, 237, 0.82);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.35;
  text-transform: uppercase;
}

.nooshline-brand-info-table td {
  color: var(--nooshline-ink);
  font-size: 14px;
  line-height: 1.5;
}

.nooshline-brand-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nooshline-brand-copy-card {
  display: grid;
  align-content: start;
  gap: 10px;
  border: 1px solid rgba(23, 18, 20, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 241, 0.74));
  padding: 18px;
}

.nooshline-brand-copy-card h3 {
  margin: 0;
  color: var(--nooshline-ink);
  font-family: var(--nooshline-serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.05;
}

.nooshline-brand-subbrands {
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--nooshline-brand-accent-rgb, 123, 30, 43), 0.08), transparent 24%),
    #fff;
}

.nooshline-brand-subbrand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.nooshline-brand-subbrand-card {
  display: grid;
  min-height: 274px;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 13px;
  scroll-margin-top: 120px;
  border: 1px solid rgba(var(--nooshline-brand-accent-rgb, 123, 30, 43), 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 0%, rgba(var(--nooshline-brand-accent-rgb, 123, 30, 43), 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(251, 248, 242, 0.92));
  padding: 18px;
  color: var(--nooshline-ink);
  box-shadow: 0 18px 48px rgba(23, 18, 20, 0.07);
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.nooshline-brand-subbrand-card:hover,
.nooshline-brand-subbrand-card:focus-visible {
  border-color: rgba(var(--nooshline-brand-accent-rgb, 123, 30, 43), 0.42);
  outline: none;
  box-shadow: 0 24px 60px rgba(23, 18, 20, 0.12);
  transform: translateY(-2px);
}

.nooshline-brand-subbrand-head {
  display: grid;
  min-height: 60px;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.nooshline-brand-subbrand-card strong {
  display: block;
  overflow: hidden;
  color: var(--nooshline-ink);
  font-family: var(--nooshline-serif);
  font-size: clamp(19px, 2.2vw, 28px);
  font-weight: 500;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nooshline-brand-subbrand-card p {
  margin: 0;
  color: var(--nooshline-muted);
  font-size: 12px;
  line-height: 1.48;
}

.nooshline-brand-subbrand-parent {
  align-self: end;
  color: var(--nooshline-brand-accent, var(--nooshline-plum));
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.nooshline-brand-empty {
  display: grid;
  justify-items: start;
  gap: 10px;
  background: rgba(255, 255, 255, 0.78);
}

.nooshline-brand-empty strong {
  color: var(--nooshline-ink);
  font-family: var(--nooshline-serif);
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .nooshline-brand-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nooshline-brand-profile,
  .nooshline-brand-copy-grid,
  .nooshline-brand-subbrand-grid {
    grid-template-columns: 1fr;
  }

  .nooshline-brand-profile-intro h2,
  .nooshline-brand-copy .nooshline-section-heading h2,
  .nooshline-brand-subbrands .nooshline-section-heading h2,
  .nooshline-brand-visuals .nooshline-section-heading h2 {
    font-size: 32px;
  }
}

@media (max-width: 560px) {
  .nooshline-brand-hero h1 {
    font-size: clamp(38px, 13vw, 56px);
  }

  .nooshline-brand-visual-grid {
    grid-template-columns: 1fr;
  }

  .nooshline-brand-visual-card,
  .nooshline-brand-visual-card-featured {
    grid-column: auto;
    grid-row: auto;
  }

  .nooshline-brand-copy-card h3 {
    font-size: 22px;
  }
}

.woocommerce .woocommerce-breadcrumb,
.nooshline-context-breadcrumb {
  margin: 0;
  color: var(--nooshline-muted);
  font-size: 12px;
  font-weight: 760;
}

.woocommerce .woocommerce-breadcrumb a,
.nooshline-context-breadcrumb a {
  color: var(--nooshline-muted);
  text-decoration: none;
}

.nooshline-context-breadcrumb a:hover,
.nooshline-context-breadcrumb a:focus-visible {
  color: var(--nooshline-brand-dark);
  outline: none;
}

.nooshline-context-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
  min-width: 0;
}

.nooshline-page-back {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(23, 18, 20, 0.12);
  border-radius: 8px;
  color: var(--nooshline-ink);
  background: rgba(255, 255, 255, 0.9);
  padding: 0 12px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.nooshline-page-back svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.nooshline-page-back:hover,
.nooshline-page-back:focus-visible {
  border-color: rgba(217, 85, 30, 0.32);
  color: var(--nooshline-brand-dark);
  background: #fffaf6;
  outline: none;
}

.nooshline-context-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  min-width: 0;
}

.nooshline-context-breadcrumb span[aria-current="page"] {
  color: var(--nooshline-ink);
}

.nooshline-breadcrumb-separator {
  color: rgba(111, 102, 97, 0.46);
}

.nooshline-shop-toolbar {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.nooshline-shop-toolbar-heading strong {
  display: block;
  color: var(--nooshline-ink);
  font-size: 15px;
}

.nooshline-shop-toolbar-heading span,
.woocommerce-result-count {
  font-size: 13px;
}

.nooshline-filter-toggle {
  display: inline-flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  color: var(--nooshline-ink);
  background: var(--nooshline-page);
  padding: 0 12px;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.nooshline-filter-toggle svg {
  width: 17px;
  height: 17px;
}

.nooshline-filter-toggle:hover,
.nooshline-filter-toggle:focus-visible,
.nooshline-filter-toggle[aria-expanded="true"] {
  border-color: rgba(217, 85, 30, 0.32);
  color: var(--nooshline-brand-dark);
  background: #fff;
  outline: none;
}

.nooshline-filter-panel {
  min-width: 0;
}

.nooshline-filter-pills {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.nooshline-filter-pills::-webkit-scrollbar {
  display: none;
}

.nooshline-filter-pills a {
  display: inline-flex;
  min-height: 36px;
  flex: 0 0 auto;
  align-items: center;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  color: var(--nooshline-ink);
  background: var(--nooshline-page);
  padding: 0 12px;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.nooshline-filter-pills a:hover,
.nooshline-filter-pills a:focus-visible,
.nooshline-filter-pills a.is-active {
  border-color: rgba(217, 85, 30, 0.32);
  color: var(--nooshline-brand-dark);
  background: #fff;
  outline: none;
}

.nooshline-filter-pills a.is-active {
  box-shadow: inset 0 0 0 1px rgba(217, 85, 30, 0.16);
}

.woocommerce-result-count,
.woocommerce-ordering {
  margin: 0;
}

.woocommerce-result-count {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(63, 102, 86, 0.18);
  border-radius: 8px;
  background: rgba(63, 102, 86, 0.07);
  padding: 0 10px;
  font-weight: 780;
}

.woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.quantity .qty,
.input-text {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  color: var(--nooshline-ink);
  background: #fff;
  padding: 0 12px;
  font-size: 14px;
}

.woocommerce-ordering select {
  font-weight: 760;
}

.nooshline-confidence-bar,
.nooshline-checkout-trust {
  margin: 0 0 16px;
}

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  clear: both;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce.columns-1 ul.products li.product,
.woocommerce.columns-2 ul.products li.product,
.woocommerce.columns-3 ul.products li.product,
.woocommerce.columns-4 ul.products li.product {
  position: relative;
  display: flex;
  flex-direction: column;
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  overflow: visible;
  border: 1px solid rgba(184, 148, 93, 0.28);
  border-radius: 8px;
  background: var(--nooshline-surface);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  border-color: rgba(184, 148, 93, 0.62);
  box-shadow: 0 18px 42px rgba(21, 17, 16, 0.14);
  transform: translateY(-2px);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  color: var(--nooshline-ink);
  text-decoration: none;
}

.woocommerce ul.products li.product img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 8px 8px 0 0;
  background: var(--nooshline-soft);
  margin: 0;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  position: absolute;
  top: 10px;
  right: auto;
  left: 10px;
  min-width: 0;
  min-height: 0;
  border: 0;
  border-radius: 0 999px 999px 0;
  color: #fff;
  background: var(--nooshline-plum);
  box-shadow: 0 8px 18px rgba(23, 18, 20, 0.14);
  padding: 5px 9px 5px 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  z-index: 3;
}

.woocommerce span.onsale span,
.woocommerce ul.products li.product .onsale span {
  display: block;
}

.nooshline-card-brand,
.woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.nooshline-card-price,
.nooshline-card-meta,
.woocommerce ul.products li.product .button {
  margin-right: 12px;
  margin-left: 12px;
}

.nooshline-card-brand {
  margin-top: 13px;
  margin-bottom: 5px;
  color: var(--nooshline-gold);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
}

.woocommerce-loop-product__title {
  min-height: 52px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  color: var(--nooshline-ink);
  font-family: var(--nooshline-serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.04;
  overflow: hidden;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nooshline-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 38px;
  margin-top: 12px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(184, 148, 93, 0.22);
  padding-bottom: 12px;
  font-size: 12px;
}

.nooshline-card-chip {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  min-height: 30px;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(184, 148, 93, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  padding: 0 8px;
  color: var(--nooshline-muted);
  cursor: help;
  overflow-wrap: anywhere;
  white-space: nowrap;
}

.nooshline-card-chip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  z-index: 4;
  width: max-content;
  max-width: min(240px, calc(100vw - 48px));
  opacity: 0;
  transform: translateY(4px);
  border-radius: 8px;
  color: #fff;
  background: var(--nooshline-plum);
  box-shadow: 0 12px 28px rgba(23, 18, 20, 0.18);
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.25;
  pointer-events: none;
  text-transform: none;
  transition: opacity 0.14s ease, transform 0.14s ease;
  white-space: normal;
}

.nooshline-card-chip:hover,
.nooshline-card-chip:focus-visible {
  border-color: rgba(184, 148, 93, 0.48);
  color: var(--nooshline-brand-dark);
  outline: none;
}

.nooshline-card-chip:hover::after,
.nooshline-card-chip:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.nooshline-card-chip-delivery::after {
  right: 0;
  left: auto;
}

.nooshline-card-chip svg {
  width: 15px;
  height: 15px;
  color: var(--nooshline-sage);
  stroke-width: 1.9;
}

.nooshline-card-chip small {
  color: var(--nooshline-muted);
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.nooshline-card-chip b {
  color: var(--nooshline-ink);
  font-size: 12px;
  font-weight: 780;
}

.woocommerce ul.products li.product .price {
  display: none;
}

.nooshline-card-price {
  display: grid;
  min-height: 58px;
  align-content: end;
  gap: 5px;
  margin-top: auto;
  padding-top: 14px;
  color: var(--nooshline-ink);
  line-height: 1;
}

.nooshline-card-price-current {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.nooshline-card-price-current small {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border: 1px solid rgba(184, 148, 93, 0.34);
  border-radius: 999px;
  color: var(--nooshline-brand-dark);
  background: #fbf1dd;
  padding: 0 7px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.nooshline-card-price-current strong {
  color: var(--nooshline-brand-dark);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.nooshline-card-price-context {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  color: var(--nooshline-muted);
  font-size: 11px;
  line-height: 1.15;
}

.nooshline-card-price-context del {
  text-decoration-thickness: 1px;
}

.nooshline-card-price-context em {
  color: var(--nooshline-sage);
  font-style: normal;
  font-weight: 850;
}

.woocommerce ul.products li.product .button {
  display: inline-flex !important;
  width: calc(100% - 24px);
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0 8px;
  font-size: 12px;
  font-style: normal;
  line-height: 1 !important;
  background: var(--nooshline-brand-dark);
}

.nooshline-saved-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(23, 18, 20, 0.12);
  border-radius: 999px;
  color: var(--nooshline-ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 20px rgba(23, 18, 20, 0.12);
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.nooshline-saved-toggle svg {
  width: 18px;
  height: 18px;
}

.nooshline-saved-toggle:hover,
.nooshline-saved-toggle:focus-visible {
  color: var(--nooshline-brand-dark);
  outline: none;
}

.nooshline-saved-toggle[aria-pressed="true"] {
  color: #fff;
  background: var(--nooshline-brand);
  border-color: var(--nooshline-brand);
}

.nooshline-saved-toggle[aria-pressed="true"] svg {
  fill: currentColor;
}

.nooshline-saved-toggle.is-loading {
  opacity: 0.68;
  pointer-events: none;
}

.nooshline-single-save {
  position: static;
  display: inline-flex;
  width: auto;
  min-width: 0;
  height: 42px;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
  padding: 0 12px;
}

.nooshline-single-save span {
  font-size: 13px;
  font-weight: 850;
}

.woocommerce ul.products li.product .button.is-hidden-by-qty {
  display: none !important;
}

.woocommerce ul.products li.product .button::before {
  content: "+";
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 999px;
  background: rgba(184, 148, 93, 0.3);
  font-size: 14px;
  line-height: 1;
}

.woocommerce ul.products li.product .button.added::after,
.woocommerce ul.products li.product a.added_to_cart,
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  display: none !important;
}

.nooshline-card-qty {
  display: grid;
  width: calc(100% - 24px);
  min-height: 38px;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  margin: 12px 12px 12px;
  overflow: hidden;
  border: 1px solid rgba(152, 51, 15, 0.18);
  border-radius: 8px;
  background: rgba(217, 85, 30, 0.07);
}

.nooshline-card-qty button {
  display: grid;
  height: 100%;
  min-height: 38px;
  place-items: center;
  border: 0;
  color: var(--nooshline-brand-dark);
  background: transparent;
  font-size: 18px;
  font-weight: 900;
}

.nooshline-card-qty button:disabled {
  color: rgba(111, 102, 97, 0.45);
}

.nooshline-card-qty strong {
  color: var(--nooshline-ink);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.nooshline-card-qty.is-loading {
  opacity: 0.68;
  pointer-events: none;
}

.woocommerce div.product {
  position: relative;
  display: grid;
  gap: 18px;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
  margin: 0;
}

.woocommerce div.product div.images img {
  border-radius: 8px;
  background: var(--nooshline-soft);
}

.product_title {
  color: var(--nooshline-ink);
  font-size: 42px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--nooshline-brand-dark);
  font-size: 24px;
  font-weight: 860;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.woocommerce div.product p.stock {
  color: var(--nooshline-sage);
  font-weight: 800;
}

.nooshline-product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0 18px;
}

.nooshline-product-facts div {
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: var(--nooshline-page);
  padding: 10px;
}

.nooshline-product-facts dt,
.nooshline-product-facts dd {
  margin: 0;
}

.nooshline-product-facts dt {
  color: var(--nooshline-muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nooshline-product-facts dd {
  margin-top: 4px;
  color: var(--nooshline-ink);
  font-size: 13px;
  font-weight: 820;
  overflow-wrap: anywhere;
}

.woocommerce div.product form.cart {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.woocommerce div.product form.cart .button {
  display: inline-flex;
  width: 100%;
  gap: 8px;
}

.woocommerce div.product form.cart .button::before {
  content: "+";
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 16px;
  line-height: 1;
}

.nooshline-pdp-trust {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.nooshline-pdp-trust div {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  text-align: center;
}

.nooshline-pdp-trust span {
  color: var(--nooshline-sage);
  font-size: 13px;
  font-weight: 850;
}

.nooshline-pdp-review-prompt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  border: 1px solid rgba(217, 85, 30, 0.18);
  border-radius: 8px;
  background: rgba(217, 85, 30, 0.06);
  padding: 12px;
}

.nooshline-pdp-review-prompt div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.nooshline-pdp-review-prompt span,
.nooshline-section-heading span,
.nooshline-complete-look-card span {
  color: var(--nooshline-brand-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nooshline-pdp-review-prompt strong {
  color: var(--nooshline-ink);
  font-size: 14px;
  line-height: 1.2;
}

.nooshline-pdp-review-prompt a {
  display: inline-flex;
  min-height: 38px;
  flex: 0 0 auto;
  align-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--nooshline-plum);
  padding: 0 12px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.nooshline-pdp-review-prompt a:hover,
.nooshline-pdp-review-prompt a:focus-visible {
  background: var(--nooshline-brand-dark);
  outline: none;
}

.nooshline-pdp-complete-look {
  grid-column: 1 / -1;
  display: grid;
  gap: 14px;
  margin-top: 18px;
  border-top: 1px solid var(--nooshline-line);
  padding-top: 18px;
}

.nooshline-section-heading {
  display: grid;
  gap: 5px;
}

.nooshline-home-section > .nooshline-section-heading {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 16px;
  align-items: end;
}

.nooshline-section-heading h2 {
  margin: 0;
  color: var(--nooshline-ink);
  font-size: 28px;
  line-height: 1.05;
}

.nooshline-section-heading p {
  margin: 0;
  color: var(--nooshline-muted);
  font-size: 14px;
  line-height: 1.45;
}

.nooshline-complete-look-grid {
  display: grid;
  gap: 10px;
}

.nooshline-complete-look-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.nooshline-complete-look-image img {
  width: 92px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  background: var(--nooshline-soft);
}

.nooshline-complete-look-card div {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.nooshline-complete-look-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}

.nooshline-complete-look-card h3 a {
  color: var(--nooshline-ink);
  text-decoration: none;
}

.nooshline-complete-look-card h3 a:hover,
.nooshline-complete-look-card h3 a:focus-visible {
  color: var(--nooshline-brand-dark);
  outline: none;
}

.nooshline-complete-look-card strong {
  color: var(--nooshline-brand-dark);
  font-size: 14px;
}

.nooshline-complete-look-card .button {
  grid-column: 1 / -1;
  min-height: 38px;
  justify-self: stretch;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  overflow: visible;
  padding: 0;
  margin: 18px 0 12px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 9px 11px;
  font-size: 13px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  color: var(--nooshline-muted);
  line-height: 1.58;
}

.woocommerce #reviews,
.woocommerce #review_form_wrapper {
  display: grid;
  gap: 12px;
}

.woocommerce #reviews #comments ol.commentlist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  border: 0;
  padding: 0;
}

.nooshline-review-note,
.woocommerce #reviews .comment-notes,
.woocommerce #reviews .woocommerce-noreviews {
  margin: 0;
  color: var(--nooshline-muted);
  font-size: 14px;
  line-height: 1.5;
}

.woocommerce #review_form #respond {
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: var(--nooshline-page);
  padding: 14px;
}

.woocommerce #review_form #reply-title {
  display: block;
  margin-bottom: 10px;
  color: var(--nooshline-ink);
  font-size: 20px;
  font-weight: 850;
}

.woocommerce #reviews form.comment-form {
  display: grid;
  gap: 10px;
}

.woocommerce #reviews .comment-form-rating,
.woocommerce #reviews .comment-form-comment,
.woocommerce #reviews .comment-form-author,
.woocommerce #reviews .comment-form-email,
.woocommerce #reviews .comment-form-cookies-consent {
  display: grid;
  gap: 6px;
  margin: 0;
}

.woocommerce #reviews label {
  color: var(--nooshline-ink);
  font-size: 13px;
  font-weight: 820;
}

.woocommerce #reviews textarea,
.woocommerce #reviews input[type="text"],
.woocommerce #reviews input[type="email"],
.woocommerce #reviews select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  color: var(--nooshline-ink);
  background: #fff;
  padding: 0 12px;
  font-size: 14px;
}

.woocommerce #reviews textarea {
  min-height: 118px;
  padding-top: 10px;
  resize: vertical;
}

.related.products,
.upsells.products {
  margin-top: 28px;
}

.related.products > h2,
.upsells.products > h2,
.cart_totals h2 {
  margin: 0 0 14px;
  color: var(--nooshline-ink);
  font-size: 26px;
  line-height: 1.1;
}

.nooshline-page {
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.nooshline-page--brand-directory {
  margin-top: 22px;
  border: 0;
  background: transparent;
  padding: 0;
}

.nooshline-page--brand-directory .nooshline-brand-directory {
  margin-top: 0;
}

.nooshline-page h1 {
  margin-bottom: 14px;
  color: var(--nooshline-ink);
  font-size: 42px;
}

.nooshline-support-form-wrap {
  display: grid;
  gap: 14px;
  margin: 18px 0;
}

.nooshline-support-form {
  display: grid;
  gap: 14px;
  border-top: 1px solid var(--nooshline-line);
  padding-top: 18px;
}

.nooshline-support-form-intro,
.nooshline-support-notice p {
  margin: 0;
}

.nooshline-support-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nooshline-support-form label {
  display: grid;
  gap: 7px;
  color: var(--nooshline-ink);
  font-size: 13px;
  font-weight: 850;
}

.nooshline-support-form input[type="text"],
.nooshline-support-form input[type="email"],
.nooshline-support-form input[type="tel"],
.nooshline-support-form select,
.nooshline-support-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  color: var(--nooshline-ink);
  background: #fff;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 650;
}

.nooshline-support-form textarea {
  min-height: 140px;
  padding-top: 12px;
  resize: vertical;
}

.nooshline-support-form input:focus,
.nooshline-support-form select:focus,
.nooshline-support-form textarea:focus {
  border-color: rgba(217, 85, 30, 0.52);
  box-shadow: 0 0 0 3px rgba(217, 85, 30, 0.12);
  outline: none;
}

.nooshline-support-form .nooshline-form-field--full {
  grid-column: 1 / -1;
}

.nooshline-support-consent {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  color: var(--nooshline-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.nooshline-support-consent input {
  margin-top: 3px;
}

.nooshline-support-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.nooshline-support-notice {
  border: 1px solid var(--nooshline-line);
  border-left: 4px solid var(--nooshline-sage);
  border-radius: 8px;
  background: #fff;
  padding: 12px 14px;
}

.nooshline-support-notice.is-error {
  border-left-color: var(--nooshline-brand-dark);
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border: 1px solid var(--nooshline-line);
  border-left: 4px solid var(--nooshline-sage);
  border-radius: 8px;
  color: var(--nooshline-ink);
  background: #fff;
  padding: 14px 16px;
  line-height: 1.4;
}

.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
  color: var(--nooshline-sage);
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout form.checkout,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.woocommerce table.shop_table {
  border: 1px solid var(--nooshline-line);
  border-collapse: separate;
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--nooshline-line);
  padding: 12px;
}

.woocommerce-cart-form__cart-item .product-name a,
.woocommerce table.shop_table .product-name a {
  color: var(--nooshline-ink);
  font-weight: 800;
  text-decoration: none;
}

.cart_totals {
  margin-top: 16px;
}

.woocommerce-checkout form.checkout {
  display: grid;
  gap: 16px;
}

.woocommerce form .form-row {
  margin-bottom: 12px;
}

.woocommerce form .form-row label {
  color: var(--nooshline-ink);
  font-size: 13px;
  font-weight: 800;
}

.woocommerce-checkout #payment {
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: var(--nooshline-page);
}

.woocommerce-checkout #payment div.payment_box {
  color: var(--nooshline-muted);
  background: #fff;
}

.nooshline-account-auth,
.nooshline-account-hero,
.nooshline-account-summary-grid,
.nooshline-loyalty-account,
.nooshline-order-history-intro,
.nooshline-checkout-account-prompt {
  margin-bottom: 16px;
}

.nooshline-account-auth,
.nooshline-account-hero,
.nooshline-loyalty-account,
.nooshline-order-history-intro,
.nooshline-checkout-account-prompt {
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}

.nooshline-account-auth {
  display: grid;
  gap: 14px;
  background:
    linear-gradient(135deg, rgba(36, 21, 31, 0.96), rgba(217, 85, 30, 0.8)),
    var(--nooshline-plum);
  color: #fff;
}

.nooshline-account-auth-copy,
.nooshline-account-hero > div,
.nooshline-loyalty-account,
.nooshline-order-history-intro,
.nooshline-checkout-account-prompt {
  display: grid;
  gap: 9px;
}

.nooshline-account-auth-copy > span,
.nooshline-account-hero span,
.nooshline-account-card span,
.nooshline-loyalty-account-head span,
.nooshline-order-history-intro div,
.nooshline-checkout-account-prompt div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nooshline-brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nooshline-account-auth-copy > span {
  color: #fff;
}

.nooshline-account-auth h2,
.nooshline-account-hero h2,
.nooshline-loyalty-account h2 {
  margin: 0;
  font-family: var(--nooshline-serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.nooshline-account-auth h2,
.nooshline-account-auth p {
  color: #fff;
}

.nooshline-account-auth p,
.nooshline-account-hero p,
.nooshline-loyalty-account p,
.nooshline-order-history-intro p,
.nooshline-checkout-account-prompt p {
  margin: 0;
  color: var(--nooshline-muted);
  font-size: 14px;
  line-height: 1.5;
}

.nooshline-account-auth p {
  color: rgba(255, 255, 255, 0.84);
}

.nooshline-account-benefits {
  display: grid;
  gap: 8px;
}

.nooshline-account-benefits strong {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  padding: 0 12px;
  font-size: 13px;
}

.woocommerce-account .nooshline-page-content > .woocommerce {
  display: grid;
  gap: 14px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  color: var(--nooshline-ink);
  background: #fff;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible {
  border-color: rgba(217, 85, 30, 0.28);
  color: #fff;
  background: var(--nooshline-brand);
  outline: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  min-width: 0;
}

.nooshline-account-hero {
  display: grid;
  gap: 12px;
}

.nooshline-account-hero .button {
  width: fit-content;
}

.nooshline-account-summary-grid {
  display: grid;
  gap: 10px;
}

.nooshline-account-card {
  display: grid;
  gap: 8px;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.nooshline-account-card strong {
  color: var(--nooshline-ink);
  font-size: 26px;
  line-height: 1;
}

.nooshline-account-card p {
  margin: 0;
  color: var(--nooshline-muted);
  font-size: 13px;
  line-height: 1.4;
}

.nooshline-loyalty-account-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.nooshline-loyalty-account-head strong {
  border-radius: 999px;
  color: #fff;
  background: var(--nooshline-plum);
  padding: 7px 10px;
  font-size: 12px;
}

.nooshline-loyalty-meter {
  overflow: hidden;
  height: 9px;
  border-radius: 999px;
  background: rgba(23, 18, 20, 0.09);
}

.nooshline-loyalty-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--nooshline-brand), var(--nooshline-sage));
}

.nooshline-loyalty-rules {
  display: grid;
  gap: 8px;
}

.nooshline-loyalty-rules div {
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: var(--nooshline-page);
  padding: 10px;
}

.nooshline-loyalty-rules strong,
.nooshline-loyalty-rules span {
  display: block;
}

.nooshline-loyalty-rules strong {
  color: var(--nooshline-ink);
  font-size: 13px;
}

.nooshline-loyalty-rules span {
  margin-top: 4px;
  color: var(--nooshline-muted);
  font-size: 12px;
  line-height: 1.4;
}

.nooshline-loyalty-redeem,
.nooshline-reward-coupons,
.nooshline-loyalty-ledger,
.nooshline-saved-account,
.nooshline-tracking-account {
  display: grid;
  gap: 12px;
}

.nooshline-loyalty-redeem {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  border: 1px solid rgba(217, 85, 30, 0.2);
  border-radius: 8px;
  background: rgba(217, 85, 30, 0.07);
  padding: 12px;
}

.nooshline-loyalty-redeem div,
.nooshline-reward-coupons div,
.nooshline-loyalty-ledger div {
  display: grid;
  gap: 4px;
}

.nooshline-loyalty-redeem strong,
.nooshline-reward-coupons h3,
.nooshline-loyalty-ledger h3 {
  margin: 0;
  color: var(--nooshline-ink);
  font-size: 15px;
}

.nooshline-loyalty-redeem span,
.nooshline-reward-coupons span,
.nooshline-loyalty-ledger p {
  color: var(--nooshline-muted);
  font-size: 13px;
  line-height: 1.4;
}

.nooshline-loyalty-redeem button {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--nooshline-brand);
  padding: 0 14px;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.nooshline-loyalty-redeem button:disabled {
  color: rgba(23, 18, 20, 0.52);
  background: rgba(23, 18, 20, 0.08);
  cursor: not-allowed;
}

.nooshline-reward-coupons,
.nooshline-loyalty-ledger {
  border-top: 1px solid var(--nooshline-line);
  padding-top: 12px;
}

.nooshline-reward-coupons div,
.nooshline-loyalty-ledger div {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: var(--nooshline-page);
  padding: 10px;
}

.nooshline-reward-coupons code {
  color: var(--nooshline-brand-dark);
  font-weight: 900;
}

.nooshline-loyalty-ledger div span {
  grid-column: 1 / -1;
  color: var(--nooshline-muted);
  font-size: 11px;
}

.nooshline-loyalty-ledger div strong {
  min-width: 0;
  color: var(--nooshline-ink);
  font-size: 13px;
}

.nooshline-loyalty-ledger em {
  font-style: normal;
  font-weight: 900;
}

.nooshline-loyalty-ledger em.is-positive {
  color: var(--nooshline-sage);
}

.nooshline-loyalty-ledger em.is-negative {
  color: var(--nooshline-brand-dark);
}

.nooshline-account-section-head,
.nooshline-account-empty {
  display: grid;
  gap: 9px;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}

.nooshline-account-section-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nooshline-brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nooshline-account-section-head h2 {
  margin: 0;
  font-family: var(--nooshline-serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.nooshline-account-section-head p,
.nooshline-account-empty p {
  margin: 0;
  color: var(--nooshline-muted);
  font-size: 14px;
  line-height: 1.5;
}

.nooshline-account-empty strong {
  color: var(--nooshline-ink);
}

.nooshline-saved-grid {
  display: grid;
  gap: 12px;
}

.nooshline-saved-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.nooshline-saved-image {
  overflow: hidden;
  border-radius: 8px;
  background: var(--nooshline-soft);
}

.nooshline-saved-image img {
  width: 100%;
  height: 100%;
  min-height: 118px;
  object-fit: cover;
}

.nooshline-saved-card h3 {
  margin: 0 0 7px;
  color: var(--nooshline-ink);
  font-size: 15px;
  line-height: 1.25;
}

.nooshline-saved-card h3 a {
  text-decoration: none;
}

.nooshline-saved-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.nooshline-saved-actions .nooshline-saved-toggle {
  position: static;
  display: inline-flex;
  width: auto;
  min-width: 0;
  height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  box-shadow: none;
}

.nooshline-saved-actions .nooshline-saved-toggle span {
  font-size: 12px;
  font-weight: 850;
}

.nooshline-tracking-order {
  display: grid;
  gap: 12px;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.nooshline-tracking-order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.nooshline-tracking-order-head strong {
  color: var(--nooshline-ink);
}

.nooshline-tracking-order-head span {
  border-radius: 999px;
  color: #fff;
  background: var(--nooshline-plum);
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 850;
}

.nooshline-tracking-timeline {
  display: grid;
  gap: 8px;
}

.nooshline-tracking-timeline div {
  position: relative;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 4px 9px;
  align-items: start;
}

.nooshline-tracking-timeline div > span {
  grid-row: 1 / span 2;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 2px solid var(--nooshline-line);
  border-radius: 999px;
  background: #fff;
}

.nooshline-tracking-timeline div.is-active > span {
  border-color: var(--nooshline-sage);
  background: var(--nooshline-sage);
}

.nooshline-tracking-timeline strong {
  color: var(--nooshline-ink);
  font-size: 13px;
}

.nooshline-tracking-timeline p {
  margin: 0;
  color: var(--nooshline-muted);
  font-size: 12px;
  line-height: 1.4;
}

.nooshline-tracking-timeline a {
  grid-column: 2;
  width: fit-content;
  color: var(--nooshline-brand-dark);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.nooshline-order-history-intro div,
.nooshline-checkout-account-prompt div {
  color: var(--nooshline-ink);
}

.nooshline-checkout-account-prompt a {
  display: inline-flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--nooshline-plum);
  padding: 0 12px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.nooshline-registration-fields,
.nooshline-account-extra-fields {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0 0 12px;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: var(--nooshline-page);
  padding: 12px;
}

.nooshline-account-extra-fields legend {
  color: var(--nooshline-ink);
  font-size: 14px;
  font-weight: 850;
}

.woocommerce .nooshline-checkbox-row label.checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--nooshline-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.woocommerce .nooshline-checkbox-row input[type="checkbox"] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 1px;
}

.woocommerce-account table.shop_table .button {
  min-height: 34px;
  padding: 0 10px;
  font-size: 12px;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
  float: none;
  width: auto;
}

.nooshline-footer {
  display: grid;
  width: min(1280px, calc(100% - 24px));
  gap: 14px;
  margin: 0 auto 24px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  background: var(--nooshline-plum);
  padding: 20px;
}

.nooshline-footer-brand {
  display: inline-flex;
}

.nooshline-footer-brand img {
  width: auto;
  height: 72px;
}

.nooshline-footer p,
.nooshline-footer small {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.nooshline-footer p {
  max-width: 650px;
}

.nooshline-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nooshline-footer nav a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  padding: 0;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.nooshline-footer nav a:hover,
.nooshline-footer nav a:focus-visible {
  color: #fff;
  border-color: var(--nooshline-brand);
  outline: none;
}

.nooshline-mobile-dock {
  position: fixed;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 120;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
  border: 1px solid rgba(23, 18, 20, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 38px rgba(23, 18, 20, 0.18);
  padding: 6px;
  backdrop-filter: blur(18px);
}

.nooshline-mobile-dock a {
  display: grid;
  min-height: 50px;
  place-items: center;
  gap: 2px;
  border-radius: 8px;
  color: var(--nooshline-ink);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.nooshline-mobile-dock a:hover,
.nooshline-mobile-dock a:focus-visible {
  color: var(--nooshline-brand-dark);
  background: rgba(217, 85, 30, 0.08);
  outline: none;
}

@media (max-width: 370px) {
  .nooshline-announcement {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .nooshline-announcement::-webkit-scrollbar {
    display: none;
  }

  .nooshline-announcement span:nth-child(n + 2) {
    display: none;
  }

  .nooshline-icon-link {
    display: none;
  }

  .nooshline-search {
    flex-basis: 132px;
  }

  .nooshline-hero h1 {
    font-size: 56px;
  }

  .nooshline-home-hero h1,
  .nooshline-shop-hero h1 {
    font-size: 44px;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .woocommerce-loop-product__title {
    min-height: 0;
    font-size: 24px;
  }
}

@media (max-width: 759px) {
  .nooshline-announcement {
    min-height: 24px;
    font-size: 9px;
  }

  .nooshline-announcement span:nth-child(n + 3) {
    display: none;
  }

  .nooshline-header-main {
    gap: 5px 8px;
    padding: 5px 10px 7px;
  }

  .nooshline-brand img {
    height: 44px;
  }

  .nooshline-primary-nav {
    gap: 12px;
    padding-top: 0;
  }

  .nooshline-primary-nav a {
    min-height: 27px;
    font-size: 11px;
  }

  .nooshline-header-actions {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
    justify-content: stretch;
  }

  .nooshline-search {
    flex: 1 1 auto;
  }

  .nooshline-icon-link,
  .nooshline-cart-link {
    flex: 0 0 36px;
  }

  .nooshline-header-actions .nooshline-icon-link {
    display: none;
  }

  .nooshline-home-hero,
  .nooshline-shop-hero {
    min-height: 0;
  }

  .nooshline-home-hero-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 0 20px;
  }

  .nooshline-home-hero-copy {
    gap: 9px;
  }

  .nooshline-home-kicker {
    font-size: 10px;
  }

  .nooshline-home-hero-media img {
    height: 210px;
    aspect-ratio: auto;
    object-position: center 48%;
  }

  .nooshline-home-hero-media figcaption {
    display: none;
  }

  .nooshline-home-hero h1,
  .nooshline-shop-hero h1 {
    max-width: 340px;
    font-size: clamp(34px, 10vw, 42px);
    line-height: 0.98;
  }

  .nooshline-home-hero-inner > p:not(.nooshline-home-kicker) {
    max-width: 340px;
    font-size: 15px;
  }

  .nooshline-home-hero-copy > p:not(.nooshline-home-kicker) {
    max-width: 350px;
    font-size: 14px;
    line-height: 1.42;
  }

  .nooshline-home-hero-actions {
    width: 100%;
    gap: 8px;
  }

  .nooshline-home-primary,
  .nooshline-home-secondary {
    flex: 1 1 100%;
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .nooshline-home-trust-row {
    gap: 6px;
    margin-top: 0;
  }

  .nooshline-home-trust-row li {
    min-height: 26px;
    padding: 0 8px;
    font-size: 11px;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .woocommerce-loop-product__title {
    min-height: 0;
    font-size: 24px;
  }

  .nooshline-home-section,
  .nooshline-page {
    margin-top: 20px;
  }

  .nooshline-home-studio-strip {
    grid-template-columns: 1fr;
  }

  .nooshline-story-note {
    border-top: 1px solid rgba(184, 148, 93, 0.3);
    border-left: 0;
    padding-top: 16px;
    padding-left: 0;
  }

  .nooshline-commerce-flow-grid {
    grid-template-columns: 1fr;
  }

  .nooshline-home-shop-assist {
    margin-top: 16px;
    padding: 12px 0;
  }

  .nooshline-home-shop-assist h2 {
    font-size: 20px;
  }

  .nooshline-home-shop-assist nav {
    gap: 7px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .nooshline-home-shop-assist nav::-webkit-scrollbar {
    display: none;
  }

  .nooshline-home-shop-assist a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .nooshline-context-nav {
    display: grid;
    justify-items: stretch;
    gap: 8px;
  }

  .nooshline-page-back {
    width: 100%;
    justify-content: center;
  }

  .nooshline-context-breadcrumb {
    justify-content: center;
    font-size: 11px;
    line-height: 1.35;
  }

  .nooshline-shop-toolbar.has-filter-toggle:not(.is-filter-open) .nooshline-filter-panel {
    display: none;
  }

  .nooshline-pdp-review-prompt {
    align-items: stretch;
    flex-direction: column;
  }

  .nooshline-pdp-review-prompt a {
    justify-content: center;
  }

  .nooshline-support-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 760px) {
  body.nooshline-site {
    padding-bottom: 0;
  }

  .nooshline-mobile-dock {
    display: none;
  }

  .nooshline-header-main {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 10px 20px;
  }

  .nooshline-brand {
    min-width: 94px;
    padding-right: 10px;
  }

  .nooshline-brand img {
    height: 64px;
  }

  .nooshline-primary-nav {
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
    overflow: visible;
  }

  .nooshline-primary-nav a {
    font-size: 13px;
  }

  .nooshline-home-story {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
    align-items: stretch;
  }

  .nooshline-commerce-flow-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nooshline-nav-item.has-children:hover .nooshline-mega-menu,
  .nooshline-nav-item.has-children:focus-within .nooshline-mega-menu {
    display: grid;
  }

  .nooshline-mega-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    z-index: 140;
    width: min(720px, calc(100vw - 42px));
    transform: translateX(-50%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--nooshline-line);
    border-radius: 8px;
    background: var(--nooshline-line);
    box-shadow: 0 18px 48px rgba(23, 18, 20, 0.14);
  }

  .nooshline-mega-column {
    display: grid;
    align-content: start;
    gap: 2px;
    background: #fff;
    padding: 14px;
  }

  .nooshline-mega-menu a {
    justify-content: flex-start;
    min-height: 30px;
    color: var(--nooshline-muted);
    padding: 0;
    font-size: 12px;
    font-weight: 760;
  }

  .nooshline-mega-menu .nooshline-mega-heading {
    min-height: 34px;
    color: var(--nooshline-ink);
    font-size: 13px;
    font-weight: 900;
  }

  .nooshline-mega-menu a:hover,
  .nooshline-mega-menu a:focus-visible {
    color: var(--nooshline-brand-dark);
  }

  .nooshline-header-actions {
    grid-column: 3;
    grid-row: 1;
  }

  .nooshline-search {
    flex-basis: 220px;
  }

  .nooshline-action-label {
    display: none;
  }

  .nooshline-icon-link,
  .nooshline-cart-link {
    width: 40px;
    min-width: 40px;
    padding: 0;
  }

  .nooshline-main {
    padding-top: 20px;
  }

  .nooshline-hero {
    min-height: 560px;
  }

  .nooshline-home-hero,
  .nooshline-shop-hero {
    min-height: 0;
  }

  .nooshline-home-hero-inner {
    gap: clamp(22px, 4vw, 48px);
    padding: 44px 0;
  }

  .nooshline-home-hero h1,
  .nooshline-shop-hero h1 {
    font-size: clamp(58px, 7.2vw, 86px);
  }

  .nooshline-home-hero-copy > p:not(.nooshline-home-kicker) {
    font-size: 19px;
  }

  .nooshline-hero-inner {
    gap: 14px;
  }

  .nooshline-hero img {
    height: 112px;
  }

  .nooshline-hero h1 {
    font-size: 104px;
  }

  .nooshline-hero-copy {
    font-size: 21px;
  }

  .nooshline-service-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nooshline-confidence-bar,
  .nooshline-checkout-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .nooshline-home-section,
  .nooshline-page {
    margin-top: 38px;
  }

  .nooshline-category-grid,
  .nooshline-department-grid,
  .nooshline-home-trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .nooshline-category-tile {
    min-height: 250px;
  }

  .nooshline-department-hero {
    min-height: 280px;
  }

  .nooshline-department-groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .nooshline-home-copy {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    align-items: center;
  }

  .nooshline-home-copy h2 {
    font-size: 56px;
  }

  .nooshline-archive-hero {
    padding: 22px;
  }

  .nooshline-archive-hero h1 {
    font-size: 68px;
  }

  .nooshline-category-coming-soon,
  .nooshline-not-found {
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
    min-height: 430px;
  }

  .nooshline-category-coming-soon-media {
    order: 2;
  }

  .nooshline-not-found-media {
    order: 2;
  }

  .nooshline-category-coming-soon-copy,
  .nooshline-not-found-copy {
    order: 1;
  }

  .nooshline-shop-toolbar {
    grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1fr) auto minmax(220px, auto);
    align-items: center;
  }

  .nooshline-filter-toggle {
    display: none;
  }

  .nooshline-filter-panel {
    display: contents;
  }

  .nooshline-filter-pills {
    min-width: 0;
  }

  .woocommerce-ordering select {
    min-width: 230px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .woocommerce ul.products li.product .button {
    min-height: 38px;
    font-size: 13px;
  }

  .woocommerce div.product {
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.76fr);
    gap: 30px;
    padding: 22px;
  }

  .woocommerce div.product div.summary {
    position: sticky;
    top: 120px;
    align-self: start;
  }

  .product_title {
    font-size: 58px;
  }

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

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

  .nooshline-complete-look-card {
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
  }

  .nooshline-complete-look-image img {
    width: 100%;
  }

  .woocommerce-checkout form.checkout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.55fr);
    align-items: start;
  }

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 2;
  }

  .nooshline-account-auth {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
    align-items: center;
    padding: 22px;
  }

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

  .woocommerce-account .nooshline-page-content > .woocommerce {
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
  }

  .woocommerce-account .nooshline-account-hero {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 22px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: sticky;
    top: 116px;
  }

  .nooshline-account-summary-grid,
  .nooshline-loyalty-rules {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nooshline-loyalty-redeem {
    grid-template-columns: minmax(0, 1fr) auto;
  }

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

  .woocommerce-account .u-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .woocommerce-account .u-columns::before,
  .woocommerce-account .u-columns::after {
    display: none;
  }

  .nooshline-footer {
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: center;
    gap: 16px 28px;
    padding: 24px;
  }

  .nooshline-footer nav,
  .nooshline-footer small {
    grid-column: 2;
  }
}

@media (min-width: 980px) {
  .nooshline-action-label {
    display: inline;
    font-size: 12px;
    font-weight: 850;
  }

  .nooshline-icon-link,
  .nooshline-cart-link {
    width: auto;
    min-width: 82px;
    padding: 0 12px;
  }
}

@media (min-width: 1080px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Account experience */
body.woocommerce-account.nooshline-site {
  padding-bottom: 0;
}

.woocommerce-account .nooshline-mobile-dock {
  display: none;
}

.woocommerce-account .nooshline-page {
  width: min(1120px, calc(100% - 24px));
  margin: 22px auto 28px;
  border: 0;
  background: transparent;
  padding: 0;
}

.woocommerce-account .nooshline-page > h1 {
  margin: 0 0 12px;
  color: var(--nooshline-ink);
  font-size: clamp(34px, 10vw, 58px);
  line-height: 0.95;
}

.woocommerce-account .nooshline-page-content {
  color: var(--nooshline-muted);
}

.woocommerce-account:not(.logged-in) .nooshline-page {
  width: min(980px, calc(100% - 24px));
}

.woocommerce-account:not(.logged-in) .nooshline-page-content > .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.woocommerce-account:not(.logged-in) .nooshline-account-auth {
  overflow: hidden;
  border: 0;
  background:
    linear-gradient(135deg, rgba(36, 21, 31, 0.98), rgba(88, 43, 43, 0.92) 52%, rgba(217, 85, 30, 0.9)),
    var(--nooshline-plum);
  padding: 16px;
  box-shadow: 0 18px 45px rgba(36, 21, 31, 0.12);
}

.woocommerce-account:not(.logged-in) .nooshline-account-auth h2 {
  font-size: clamp(28px, 7vw, 46px);
  letter-spacing: 0;
}

.woocommerce-account:not(.logged-in) .nooshline-account-auth p {
  max-width: 520px;
  font-size: 14px;
}

.woocommerce-account:not(.logged-in) .nooshline-account-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce-account:not(.logged-in) .nooshline-account-benefits strong {
  min-height: 38px;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
}

.nooshline-auth-grid {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.woocommerce-account .nooshline-auth-grid::before,
.woocommerce-account .nooshline-auth-grid::after {
  display: none;
}

.nooshline-auth-panel {
  display: grid;
  min-width: 0;
  gap: 14px;
  border: 1px solid var(--nooshline-line);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.woocommerce-account .nooshline-auth-grid .u-column1,
.woocommerce-account .nooshline-auth-grid .u-column2,
.woocommerce-page .nooshline-auth-grid .col-1,
.woocommerce-page .nooshline-auth-grid .col-2 {
  float: none;
  width: 100%;
  max-width: none;
}

.nooshline-auth-panel--register {
  background: #fffaf6;
}

.nooshline-auth-panel-head {
  display: grid;
  gap: 6px;
}

.nooshline-auth-panel-head span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(217, 85, 30, 0.16);
  border-radius: 999px;
  color: var(--nooshline-brand-dark);
  background: rgba(217, 85, 30, 0.07);
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.nooshline-auth-panel-head svg {
  width: 15px;
  height: 15px;
}

.nooshline-auth-panel-head h2 {
  margin: 0;
  color: var(--nooshline-ink);
  font-family: var(--nooshline-serif);
  font-size: clamp(28px, 8vw, 42px);
  font-weight: 500;
  line-height: 1;
}

.nooshline-auth-panel-head p,
.nooshline-auth-note,
.nooshline-auth-panel .woocommerce-privacy-policy-text p {
  margin: 0;
  color: var(--nooshline-muted);
  font-size: 13px;
  line-height: 1.45;
}

.woocommerce-account .nooshline-auth-panel form.login,
.woocommerce-account .nooshline-auth-panel form.register {
  display: grid;
  gap: 11px;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
}

.woocommerce-account .nooshline-auth-panel .form-row,
.woocommerce-account .nooshline-auth-panel .form-row-first,
.woocommerce-account .nooshline-auth-panel .form-row-last,
.woocommerce-account .nooshline-auth-panel .form-row-wide {
  float: none;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.woocommerce-account .nooshline-auth-panel .form-row label {
  margin-bottom: 6px;
  color: var(--nooshline-ink);
  font-size: 12px;
  font-weight: 850;
}

.woocommerce-account .nooshline-auth-panel .form-row input.input-text {
  min-height: 48px;
  border-color: rgba(23, 18, 20, 0.13);
  background: #fff;
  font-size: 16px;
}

.woocommerce-account .nooshline-auth-panel .form-row input.input-text:focus {
  border-color: rgba(217, 85, 30, 0.48);
  box-shadow: 0 0 0 3px rgba(217, 85, 30, 0.1);
  outline: none;
}

.woocommerce-account .nooshline-auth-panel .nooshline-registration-fields {
  display: grid;
  gap: 11px;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
}

.nooshline-auth-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  justify-content: space-between;
  color: var(--nooshline-muted);
  font-size: 13px;
}

.nooshline-auth-form-actions label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--nooshline-ink);
  font-weight: 760;
}

.nooshline-auth-form-actions input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.nooshline-auth-form-actions a {
  color: var(--nooshline-brand-dark);
  font-weight: 850;
  text-decoration: none;
}

.woocommerce-account .nooshline-auth-submit-row .button {
  width: 100%;
  min-height: 48px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  min-width: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  padding-bottom: 3px;
  scrollbar-width: thin;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  min-width: max-content;
  min-height: 38px;
  border-color: rgba(23, 18, 20, 0.1);
  padding: 0 11px;
  font-size: 12px;
}

.woocommerce-account.logged-in .nooshline-account-hero {
  border: 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(36, 21, 31, 0.98), rgba(74, 41, 50, 0.94) 58%, rgba(63, 102, 86, 0.88)),
    var(--nooshline-plum);
  box-shadow: 0 18px 45px rgba(36, 21, 31, 0.11);
}

.woocommerce-account.logged-in .nooshline-account-hero span,
.woocommerce-account.logged-in .nooshline-account-hero p,
.woocommerce-account.logged-in .nooshline-account-hero h2 {
  color: #fff;
}

.woocommerce-account.logged-in .nooshline-account-hero p {
  color: rgba(255, 255, 255, 0.82);
}

.woocommerce-account.logged-in .nooshline-account-hero .button {
  color: var(--nooshline-ink);
  background: #fff;
}

.woocommerce-account.logged-in .nooshline-account-card,
.woocommerce-account.logged-in .nooshline-account-section-head,
.woocommerce-account.logged-in .nooshline-account-empty,
.woocommerce-account.logged-in .nooshline-loyalty-account,
.woocommerce-account.logged-in .nooshline-order-history-intro,
.woocommerce-account.logged-in .nooshline-saved-account,
.woocommerce-account.logged-in .nooshline-tracking-account,
.woocommerce-account.logged-in .woocommerce-MyAccount-content form {
  box-shadow: 0 12px 28px rgba(36, 21, 31, 0.05);
}

@media (max-width: 420px) {
  .woocommerce-account:not(.logged-in) .nooshline-account-benefits {
    grid-template-columns: 1fr;
  }

  .woocommerce-account:not(.logged-in) .nooshline-account-benefits strong {
    justify-content: flex-start;
  }
}

@media (min-width: 760px) {
  .woocommerce-account:not(.logged-in) .nooshline-page-content > .woocommerce {
    grid-template-columns: minmax(0, 1fr);
  }

  .nooshline-auth-grid.has-register {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    align-items: start;
    gap: 16px;
  }

  .nooshline-auth-panel {
    padding: 18px;
  }

  .woocommerce-account .nooshline-auth-panel .nooshline-registration-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-account .nooshline-auth-panel .nooshline-registration-fields .form-row-wide,
  .woocommerce-account .nooshline-auth-panel .nooshline-registration-fields .nooshline-checkbox-row {
    grid-column: 1 / -1;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    display: grid;
    gap: 7px;
    overflow: visible;
    padding-bottom: 0;
  }
}
