:root {
  --az-walnut: #7B6246;
  --az-gold: #C8A96A;
  --az-terracotta: #C67A45;
  --az-cream: #F8F3EA;
  --az-surface: #FFFFFF;
  --az-text: #2F241C;
  --az-border: #E8DED1;
  --az-muted: #7B6246;
  --az-error: #B94A3A;
  --az-success: #66785D;
  --az-radius-sm: 10px;
  --az-radius-md: 14px;
  --az-radius-lg: 18px;
  --az-radius-xl: 24px;
  --az-container: 1320px;
  --az-shadow-soft: 0 2px 10px rgba(0,0,0,.04);
  --az-shadow-hover: 0 12px 30px rgba(0,0,0,.08);
  --az-shadow-lg: 0 20px 50px rgba(0,0,0,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--az-cream); color: var(--az-text); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.az-lock-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { -webkit-appearance: none; appearance: none; }
img { display: block; max-width: 100%; height: auto; }
.az-container { width: min(100% - 48px, var(--az-container)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.az-icon { display: inline-block; flex: 0 0 auto; }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 48px; padding: 0 24px; border-radius: var(--az-radius-sm); border: 1px solid transparent; cursor: pointer; font-size: 15px; font-weight: 500; transition: 200ms ease; }
.btn-primary { background: var(--az-terracotta); color: #fff; }
.btn-primary:hover { background: #A96539; transform: translateY(-1px); }
.btn-outline { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.56); color: #fff; backdrop-filter: blur(8px); }
.btn-outline:hover { background: #fff; color: var(--az-text); transform: translateY(-1px); }

/* Header — v0.4.3 */
.site-header { position: sticky; top: 0; z-index: 1000; background: var(--az-surface); box-shadow: var(--az-shadow-soft); transition: 240ms ease; }
.site-header.is-scrolled { box-shadow: var(--az-shadow-hover); }
.site-header.is-scrolled .top-notice { height: 0; opacity: 0; overflow: hidden; }
.top-notice { height: 36px; background: var(--az-text); color: var(--az-cream); font-size: 13px; font-weight: 500; transition: 240ms ease; }
.top-notice__inner { height: 100%; display: flex; align-items: center; justify-content: center; }
.top-notice__message { display: inline-flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.main-header { background: var(--az-surface); border-bottom: 1px solid var(--az-border); }
.main-header__inner { height: 76px; display: grid; grid-template-columns: 170px auto minmax(280px, 420px) auto; align-items: center; gap: 22px; }
.main-header__menu { display: none; }
.site-logo__link, .custom-logo-link { display: inline-flex; align-items: center; }
.site-logo__image, .custom-logo-link img { max-width: 155px; max-height: 56px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; min-width: 0; }
.primary-nav { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.primary-nav li { margin: 0; }
.primary-nav a { display: inline-flex; align-items: center; min-height: 42px; padding: 0 13px; border-radius: 999px; font-size: 15px; font-weight: 500; color: var(--az-text); transition: 200ms ease; white-space: nowrap; }
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current-menu-ancestor > a { color: var(--az-terracotta); background: var(--az-cream); }
.header-search { position: relative; width: 100%; }
.header-search__input { width: 100%; height: 46px; padding: 0 50px 0 20px; border-radius: 999px; border: 1px solid transparent; background: var(--az-cream); color: var(--az-text); outline: none; transition: 200ms ease; }
.header-search__input::placeholder { color: #9B8C7E; }
.header-search__input:focus { border-color: var(--az-gold); box-shadow: 0 0 0 3px rgba(200,169,106,.18); background: #fff; }
.header-search__button { position: absolute; inset-inline-end: 8px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; display: inline-grid; place-items: center; border: 0; border-radius: 999px; background: transparent; color: var(--az-walnut); cursor: pointer; transition: 200ms ease; }
.header-search__button:hover { background: #fff; color: var(--az-terracotta); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.header-actions__search { display: none; }
.header-register { display: inline-flex; align-items: center; justify-content: center; height: 44px; padding: 0 18px; border-radius: var(--az-radius-sm); background: var(--az-terracotta); color: #fff; font-size: 14px; font-weight: 600; transition: 200ms ease; white-space: nowrap; }
.header-register:hover { background: #A96539; transform: translateY(-1px); }
.icon-button { position: relative; display: inline-grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; color: var(--az-walnut); cursor: pointer; transition: 200ms ease; }
.icon-button:hover { background: var(--az-cream); color: var(--az-terracotta); }
.cart-count { position: absolute; top: 6px; right: 5px; min-width: 18px; height: 18px; display: inline-grid; place-items: center; padding: 0 5px; border-radius: 999px; background: var(--az-terracotta); color: #fff; font-size: 10px; font-weight: 700; line-height: 1; }

.mobile-menu-backdrop { position: fixed; inset: 0; z-index: 1200; background: rgba(47,36,28,.38); opacity: 0; transition: 250ms ease; }
.mobile-menu-backdrop.is-open { opacity: 1; }
.mobile-menu { position: fixed; inset: 0 auto 0 0; z-index: 1210; width: 86vw; max-width: 360px; background: var(--az-surface); border-radius: 0 20px 20px 0; transform: translateX(-105%); transition: 280ms ease; box-shadow: var(--az-shadow-lg); display: flex; flex-direction: column; }
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu__header { height: 72px; flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--az-border); }
.mobile-menu__nav { overflow-y: auto; }
.mobile-nav { list-style: none; margin: 0; padding: 8px 18px 24px; }
.mobile-nav a { display: flex; align-items: center; min-height: 52px; border-bottom: 1px solid var(--az-border); font-size: 16px; font-weight: 500; color: var(--az-text); }
.mobile-nav a:hover { color: var(--az-terracotta); }
.mobile-menu__footer { margin-top: auto; padding: 18px; border-top: 1px solid var(--az-border); display: grid; gap: 10px; }
.mobile-menu__footer a { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: var(--az-walnut); font-weight: 500; }

.search-overlay { position: fixed; inset: 0; z-index: 1300; opacity: 0; pointer-events: none; transition: 220ms ease; }
.search-overlay.is-open { opacity: 1; pointer-events: auto; }
.search-overlay__backdrop { position: absolute; inset: 0; background: rgba(47,36,28,.38); }
.search-overlay__panel { position: relative; background: #fff; border-bottom: 1px solid var(--az-border); box-shadow: var(--az-shadow-lg); transform: translateY(-100%); transition: 280ms ease; }
.search-overlay.is-open .search-overlay__panel { transform: translateY(0); }
.search-overlay__inner { padding-block: 24px 28px; }
.search-overlay__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.search-overlay__header p { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 32px; font-weight: 500; color: var(--az-text); }
.search-overlay__form { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.search-overlay__form input[type="search"] { height: 56px; border-radius: 999px; border: 1px solid var(--az-border); background: var(--az-cream); padding: 0 22px; color: var(--az-text); outline: none; transition: 200ms ease; }
.search-overlay__form input[type="search"]:focus { border-color: var(--az-gold); box-shadow: 0 0 0 3px rgba(200,169,106,.18); background: #fff; }
.search-overlay__suggestions { margin-top: 16px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--az-muted); font-size: 14px; }
.search-overlay__suggestions a { display: inline-flex; align-items: center; height: 32px; padding: 0 12px; border-radius: 999px; background: var(--az-cream); color: var(--az-walnut); }
.search-overlay__suggestions a:hover { color: var(--az-terracotta); }

.az-version-panel { padding: 96px 0; background: var(--az-cream); }
.az-version-panel__eyebrow { color: var(--az-walnut); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.az-version-panel h1 { margin: 0 0 12px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(42px, 5vw, 72px); font-weight: 500; line-height: 1.05; color: var(--az-text); }
.az-version-panel p { max-width: 640px; font-size: 16px; line-height: 1.7; color: var(--az-muted); }
.site-footer-placeholder { padding: 32px 0; border-top: 1px solid var(--az-border); background: #fff; color: var(--az-muted); font-size: 14px; }

/* Homepage Full-Width Hero — v0.3.8 */
.home-hero { width: 100vw; margin-inline: calc(50% - 50vw); padding: 0; background: var(--az-cream); overflow: hidden; }
.home-hero__viewport { position: relative; width: 100vw; overflow: hidden; border-radius: 0; background: #2F241C; border: 0; box-shadow: none; }
.home-hero__track { position: relative; min-height: clamp(560px, 72vh, 760px); }
.home-hero__slide { position: absolute; inset: 0; display: grid; align-items: center; opacity: 0; pointer-events: none; transition: opacity 520ms ease; min-height: clamp(560px, 72vh, 760px); }
.home-hero__slide.is-active { opacity: 1; pointer-events: auto; position: relative; }
.home-hero__media { position: absolute; inset: 0; margin: 0; background: #2F241C; overflow: hidden; z-index: 1; }
.home-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(47,36,28,.76) 0%, rgba(47,36,28,.52) 36%, rgba(47,36,28,.18) 70%, rgba(47,36,28,.08) 100%); pointer-events: none; }
.home-hero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 900ms ease; }
.home-hero__slide.is-active .home-hero__media img { transform: scale(1); }
.home-hero__content { position: relative; z-index: 2; width: min(100% - 48px, var(--az-container)); margin-inline: auto; max-width: 720px; justify-self: start; padding: 86px 0 110px; color: #fff; }
.home-hero__eyebrow { margin: 0 0 16px; color: #E7DCCF; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.home-hero__title { margin: 0; color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(54px, 7vw, 96px); font-weight: 500; line-height: .94; letter-spacing: -.025em; text-wrap: balance; }
.home-hero__text { max-width: 560px; margin: 24px 0 0; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.75; }
.home-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.home-hero__controls { position: absolute; left: 50%; bottom: 28px; z-index: 5; display: inline-flex; align-items: center; justify-content: center; gap: 12px; transform: translateX(-50%); padding: 8px 10px; border-radius: 999px; background: rgba(47,36,28,.18); backdrop-filter: blur(10px); }
.home-hero__arrow { width: 34px; height: 34px; display: inline-grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.12); color: #fff; cursor: pointer; transition: 200ms ease; }
.home-hero__arrow:hover { background: #fff; color: var(--az-text); transform: translateY(-1px); }
.home-hero__dots { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.home-hero__dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.48); cursor: pointer; transition: 200ms ease; }
.home-hero__dot.is-active { width: 32px; background: #fff; }
.home-next-phase { padding: 72px 0 96px; background: var(--az-cream); }
.home-next-phase__eyebrow { margin: 0 0 8px; color: var(--az-walnut); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.home-next-phase h2 { margin: 0; color: var(--az-text); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(32px, 4vw, 52px); font-weight: 500; line-height: 1.08; }


/* Header desktop nav hotfix — v0.4.3 */
@media (min-width: 901px) {
  .desktop-nav { display: flex; visibility: visible; opacity: 1; }
  .main-header__menu { display: none; }
}
@media (max-width: 1180px) {
  .main-header__inner { grid-template-columns: 150px auto minmax(230px, 1fr) auto; gap: 14px; }
  .primary-nav { gap: 2px; }
  .primary-nav a { padding: 0 10px; font-size: 14px; }
  .header-register { padding: 0 14px; }
}
@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .main-header__inner { grid-template-columns: 44px 1fr auto; gap: 10px; height: 64px; }
  .main-header__menu { display: inline-grid; }
  .site-logo { justify-self: center; }
  .site-logo__image, .custom-logo-link img { max-width: 132px; max-height: 48px; }
  .header-search { display: none; }
  .header-actions__search { display: inline-grid; }
  .header-register { display: none; }
  .header-actions { gap: 0; }
}
@media (max-width: 767px) {
  .az-container { width: min(100% - 32px, var(--az-container)); }
  .top-notice { height: 34px; font-size: 12px; }
  .top-notice__message span { max-width: 280px; overflow: hidden; text-overflow: ellipsis; }
  .search-overlay__inner { padding-block: 18px 22px; }
  .search-overlay__header p { font-size: 26px; }
  .search-overlay__form { grid-template-columns: 1fr; }
  .search-overlay__form input[type="search"] { height: 52px; }
  .search-overlay__form .btn { width: 100%; height: 52px; }
  .az-version-panel { padding: 64px 0; }
  .home-hero { width: 100vw; margin-inline: calc(50% - 50vw); }
  .home-hero__viewport { width: 100vw; }
  .home-hero__track, .home-hero__slide { min-height: 620px; min-height: 78svh; }
  .home-hero__media::after { background: linear-gradient(180deg, rgba(47,36,28,.38) 0%, rgba(47,36,28,.72) 58%, rgba(47,36,28,.84) 100%); }
  .home-hero__content { width: min(100% - 32px, var(--az-container)); max-width: none; align-self: end; padding: 64px 0 96px; }
  .home-hero__title { font-size: clamp(44px, 14vw, 62px); line-height: .96; }
  .home-hero__text { margin-top: 18px; font-size: 15px; line-height: 1.65; }
  .home-hero__actions { margin-top: 26px; gap: 10px; }
  .home-hero__actions .btn { width: 100%; height: 50px; }
  .home-hero__controls { left: 50%; right: auto; bottom: 18px; justify-content: center; transform: translateX(-50%); }
  .home-hero__arrow { width: 34px; height: 34px; }
  .home-next-phase { padding: 48px 0 72px; }
}

/* Homepage Category Showcase — v0.3.8 */
.section-heading { margin-bottom: 40px; }
.section-heading__eyebrow { margin: 0 0 12px; color: var(--az-terracotta); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.section-heading__row { display: grid; grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr); gap: 36px; align-items: end; }
.section-heading h2 { margin: 0; color: var(--az-text); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(40px, 4.4vw, 64px); font-weight: 500; line-height: .98; letter-spacing: -.025em; text-wrap: balance; }
.section-heading p { max-width: 620px; margin: 0; color: var(--az-muted); font-size: 16px; line-height: 1.7; }
.home-categories { padding: 96px 0 96px; background: var(--az-cream); }
.home-categories__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.category-card { position: relative; display: flex; overflow: hidden; background: var(--az-surface); border: 1px solid var(--az-border); color: var(--az-text); isolation: isolate; transition: transform 350ms ease, box-shadow 350ms ease, border-color 350ms ease; }
.category-card:hover { transform: translateY(-6px); box-shadow: var(--az-shadow-hover); border-color: rgba(200, 169, 106, .62); }
.category-card--featured { grid-column: span 1; min-height: auto; aspect-ratio: 4 / 3; border-radius: 18px; }
.category-card--compact { min-height: auto; aspect-ratio: 4 / 3; border-radius: 18px; }
.category-card__media { position: absolute; inset: 0; margin: 0; background: #EEE4D6; overflow: hidden; z-index: -1; }
.category-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,.05)); pointer-events: none; }
.category-card__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); transition: transform 700ms ease; }
.category-card:hover .category-card__media img { transform: scale(1.05); }
.category-card__content { align-self: end; width: 100%; padding: 22px; color: #fff; }
.category-card--featured .category-card__content { padding: 26px; max-width: none; }
.category-card__content h3 { margin: 0; color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; font-weight: 500; line-height: 1; letter-spacing: -.01em; }
.category-card--featured .category-card__content h3 { font-size: clamp(28px, 2.3vw, 40px); }
.category-card__content p { max-width: 420px; margin: 14px 0 0; color: rgba(255,255,255,.84); font-size: 15px; line-height: 1.65; }
.category-card--compact .category-card__content p, .category-card--featured .category-card__content p { display: none; }
.category-card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #fff; font-size: 14px; font-weight: 600; }
.category-card__link span { transition: transform 220ms ease; }
.category-card:hover .category-card__link span { transform: translateX(4px); }

@media (max-width: 1024px) {
  .section-heading__row { grid-template-columns: 1fr; gap: 14px; }
  .home-categories { padding: 72px 0; }
  .home-categories__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .category-card--featured { grid-column: span 1; min-height: 0; }
}
@media (max-width: 767px) {
  .home-categories { padding: 64px 0 64px; }
  .home-categories .az-container { width: min(100% - 32px, var(--az-container)); padding-left: 0; padding-right: 0; }
  .home-categories__heading { margin-bottom: 32px; }
  .section-heading__eyebrow { margin-bottom: 10px; }
  .section-heading h2 { font-size: clamp(34px, 12vw, 48px); line-height: 1; }
  .section-heading p { font-size: 15px; line-height: 1.65; }
  .home-categories__grid { display: grid; grid-template-columns: 1fr; gap: 16px; overflow: visible; padding: 0; }
  .category-card { width: 100%; min-width: 0; flex: none; scroll-snap-align: unset; border-radius: 16px; }
  .category-card--featured { min-height: 420px; aspect-ratio: auto; }
  .category-card--compact { aspect-ratio: auto; min-height: 280px; }
  .category-card__content { padding: 20px; }
  .category-card--featured .category-card__content { padding: 24px; }
  .category-card__content h3 { font-size: 30px; }
  .category-card--featured .category-card__content h3 { font-size: 42px; }
  .category-card__content p { display: block; margin-top: 10px; font-size: 14px; }
  .category-card--compact .category-card__content p, .category-card--featured .category-card__content p { display: none; }
  .category-card__link { margin-top: 12px; font-size: 13px; }
}

/* Homepage New Arrivals + Product Card — v0.3.9 */
.section-heading__row--with-link { align-items: end; }
.section-heading__aside { display: grid; gap: 16px; justify-items: start; }
.section-heading__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(123,98,70,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  color: var(--az-walnut);
  font-size: 15px;
  font-weight: 700;
  transition: 220ms ease;
}
.section-heading__link span { transition: transform 220ms ease; }
.section-heading__link:hover {
  background: var(--az-text);
  border-color: var(--az-text);
  color: #fff;
  transform: translateY(-1px);
}
.section-heading__link:hover span { transform: translateX(4px); }
.home-products {
  position: relative;
  overflow: hidden;
  padding: 8px 0 108px;
  background:
    radial-gradient(circle at 8% 0%, rgba(200,169,106,.18), transparent 32%),
    linear-gradient(180deg, var(--az-cream) 0%, #FBF7F1 100%);
}
.home-products::before {
  content: "";
  position: absolute;
  inset: 56px auto auto 0;
  width: min(42vw, 540px);
  height: min(42vw, 540px);
  border-radius: 999px;
  background: rgba(255,255,255,.38);
  filter: blur(2px);
  transform: translateX(-46%);
  pointer-events: none;
}
.home-products .az-container { position: relative; z-index: 1; }
.home-products__heading { margin-bottom: 40px; }
.az-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 24px; }
.az-product-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(232,222,209,.9);
  border-radius: 22px;
  box-shadow: 0 2px 18px rgba(47,36,28,.035);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}
.az-product-card::after {
  content: "";
  position: absolute;
  inset-inline: 18px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, rgba(200,169,106,.85), transparent);
  opacity: 0;
  transition: opacity 320ms ease;
}
.az-product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 46px rgba(47,36,28,.105);
  border-color: rgba(200,169,106,.68);
  background: #fff;
}
.az-product-card:hover::after { opacity: 1; }
.az-product-card__media-wrap {
  position: relative;
  overflow: hidden;
  margin: 12px 12px 0;
  background: linear-gradient(135deg, #F3E9DC, #FBF7F1);
  border-radius: 18px;
}
.az-product-card__media { display: block; aspect-ratio: 1 / 1; overflow: hidden; }
.az-product-card__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); transition: transform 620ms ease, filter 620ms ease; }
.az-product-card:hover .az-product-card__media img { transform: scale(1.055); filter: saturate(1.04) contrast(1.02); }
.az-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 27px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(47,36,28,.88);
  color: #fff;
  box-shadow: 0 8px 22px rgba(47,36,28,.12);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.az-product-card__wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--az-walnut);
  box-shadow: 0 8px 24px rgba(47,36,28,.10);
  backdrop-filter: blur(10px);
  transition: 220ms ease;
}
.az-product-card__wishlist:hover { color: var(--az-terracotta); background: #fff; transform: translateY(-2px) scale(1.03); }
.az-product-card__body { display: grid; gap: 9px; padding: 17px 18px 18px; flex: 1; }
.az-product-card__category {
  margin: 0;
  color: var(--az-walnut);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: .86;
}
.az-product-card__title {
  min-height: 46px;
  margin: 0;
  color: var(--az-text);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.42;
}
.az-product-card__title a { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color 200ms ease; }
.az-product-card__title a:hover { color: var(--az-terracotta); }
.az-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(232,222,209,.72);
}
.az-product-card__price { color: var(--az-text); font-size: 18px; font-weight: 800; line-height: 1.2; letter-spacing: -.01em; }
.az-product-card__price del { margin-right: 7px; color: #9B8C7E; font-size: 13px; font-weight: 500; opacity: .78; }
.az-product-card__price ins { color: var(--az-terracotta); text-decoration: none; }
.az-product-card__add {
  min-width: 76px;
  height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 17px !important;
  border: 1px solid rgba(123,98,70,.22) !important;
  border-radius: 999px !important;
  background: #F8F3EA !important;
  color: var(--az-walnut) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  transition: 220ms ease;
}
.az-product-card__add:hover { background: var(--az-terracotta) !important; border-color: var(--az-terracotta) !important; color: #fff !important; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(198,122,69,.22); }

@media (max-width: 1024px) {
  .home-products { padding-bottom: 78px; }
  .az-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 20px; }
}
@media (max-width: 767px) {
  .home-products { padding: 0 0 68px; }
  .home-products__heading { margin-bottom: 30px; }
  .section-heading__aside { gap: 12px; }
  .section-heading__link { min-height: 40px; padding-inline: 16px; font-size: 14px; }
  .az-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
  .az-product-card { border-radius: 16px; }
  .az-product-card::after { inset-inline: 14px; }
  .az-product-card__media-wrap { margin: 8px 8px 0; border-radius: 14px; }
  .az-product-card__badge { top: 9px; left: 9px; height: 23px; padding: 0 8px; font-size: 9px; }
  .az-product-card__wishlist { top: 9px; right: 9px; width: 34px; height: 34px; }
  .az-product-card__body { gap: 7px; padding: 12px; }
  .az-product-card__category { font-size: 9px; letter-spacing: .11em; }
  .az-product-card__title { min-height: 40px; font-size: 13.5px; line-height: 1.42; }
  .az-product-card__footer { display: grid; gap: 10px; align-items: stretch; padding-top: 11px; }
  .az-product-card__price { font-size: 15.5px; }
  .az-product-card__add { width: 100%; min-width: 0; height: 38px; padding: 0 12px !important; font-size: 13px !important; }
}



/* Homepage Dual Promo Banners — v0.4.1 */
.home-promo {
  position: relative;
  padding: 104px 0;
  background:
    linear-gradient(180deg, #FBF7F1 0%, var(--az-cream) 100%);
}
.home-promo__heading { max-width: 720px; margin-bottom: 42px; }
.home-promo__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.home-promo-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(232,222,209,.9);
  border-radius: 24px;
  background: linear-gradient(135deg, #EEE2D4, #FBF7F1);
  color: #fff;
  isolation: isolate;
  box-shadow: 0 2px 20px rgba(47,36,28,.04);
  transition: transform 350ms ease, box-shadow 350ms ease, border-color 350ms ease;
}
.home-promo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(47,36,28,.12);
  border-color: rgba(200,169,106,.72);
}
.home-promo-card__media {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: -2;
  background: #EEE2D4;
}
.home-promo-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(47,36,28,.72) 0%, rgba(47,36,28,.28) 54%, rgba(47,36,28,.08) 100%);
}
.home-promo-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 700ms ease, filter 700ms ease;
}
.home-promo-card:hover .home-promo-card__media img {
  transform: scale(1.055);
  filter: saturate(1.05) contrast(1.02);
}
.home-promo-card:not(:has(.home-promo-card__media)) {
  color: var(--az-text);
}
.home-promo-card:not(:has(.home-promo-card__media))::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -12%;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(200,169,106,.22);
  z-index: -1;
}
.home-promo-card__content {
  width: min(100%, 520px);
  padding: 36px;
}
.home-promo-card__kicker {
  margin: 0 0 12px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-promo-card:not(:has(.home-promo-card__media)) .home-promo-card__kicker { color: var(--az-terracotta); }
.home-promo-card h3 {
  max-width: 430px;
  margin: 0;
  color: currentColor;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.02em;
}
.home-promo-card__text {
  max-width: 430px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.7;
}
.home-promo-card:not(:has(.home-promo-card__media)) .home-promo-card__text { color: var(--az-muted); }
.home-promo-card__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-top: 24px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: currentColor;
  backdrop-filter: blur(10px);
  font-size: 14px;
  font-weight: 800;
  transition: 220ms ease;
}
.home-promo-card__button span { transition: transform 220ms ease; }
.home-promo-card__button:hover {
  background: #fff;
  border-color: #fff;
  color: var(--az-text);
  transform: translateY(-2px);
}
.home-promo-card__button:hover span { transform: translateX(4px); }
.home-promo-card:not(:has(.home-promo-card__media)) .home-promo-card__button {
  border-color: rgba(123,98,70,.22);
  background: var(--az-text);
  color: #fff;
}

@media (max-width: 1024px) {
  .home-promo { padding: 82px 0; }
  .home-promo__grid { gap: 18px; }
  .home-promo-card { min-height: 380px; }
  .home-promo-card__content { padding: 28px; }
}
@media (max-width: 767px) {
  .home-promo { padding: 68px 0; }
  .home-promo__heading { margin-bottom: 30px; }
  .home-promo__grid { grid-template-columns: 1fr; gap: 16px; }
  .home-promo-card { min-height: 360px; border-radius: 18px; }
  .home-promo-card__media::after { background: linear-gradient(to top, rgba(47,36,28,.72), rgba(47,36,28,.18)); }
  .home-promo-card__content { padding: 24px; }
  .home-promo-card h3 { font-size: 38px; }
  .home-promo-card__text { margin-top: 12px; font-size: 14px; }
  .home-promo-card__button { min-height: 42px; margin-top: 18px; padding-inline: 17px; }
}

/* Homepage Popular Products — v0.4.1 */
.home-products--popular {
  padding: 110px 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(200,169,106,.18), transparent 30%),
    linear-gradient(180deg, var(--az-cream) 0%, #F6EFE5 100%);
}
.home-products--popular::before { display: none; }
.home-products__panel {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border: 1px solid rgba(232,222,209,.88);
  border-radius: 32px;
  background: rgba(255,255,255,.46);
  box-shadow: 0 20px 58px rgba(47,36,28,.055);
}
.home-products__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,.62), transparent 42%),
    radial-gradient(circle at 12% 12%, rgba(198,122,69,.08), transparent 28%);
}
.home-products__panel > * { position: relative; z-index: 1; }
.home-products--popular .az-product-card {
  background: rgba(255,255,255,.96);
}
.home-products--popular .section-heading__eyebrow { color: var(--az-terracotta); }

@media (max-width: 1024px) {
  .home-products--popular { padding: 82px 0; }
  .home-products__panel { padding: 34px 24px; border-radius: 26px; }
}
@media (max-width: 767px) {
  .home-products--popular { padding: 68px 0; }
  .home-products__panel { padding: 28px 14px; border-radius: 22px; }
}


/* Homepage Premium CTA — v0.4.4 */
.home-cta {
  position: relative;
  overflow: hidden;
  padding: 110px 0 118px;
  background: linear-gradient(180deg, #F6EFE5 0%, var(--az-cream) 100%);
}
.home-cta__inner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  align-items: center;
  gap: 54px;
  min-height: 500px;
  padding: 72px;
  border: 1px solid rgba(200,169,106,.22);
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 16%, rgba(221,181,90,.20), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(198,122,69,.18), transparent 30%),
    linear-gradient(135deg, #3D2A1D 0%, #4B3425 48%, #5A3E2C 100%);
  color: #F8F3EA;
  box-shadow: 0 28px 72px rgba(47,36,28,.16);
  isolation: isolate;
}
.home-cta__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .08;
  background-image:
    linear-gradient(30deg, transparent 45%, rgba(255,255,255,.55) 46%, rgba(255,255,255,.55) 48%, transparent 49%),
    linear-gradient(150deg, transparent 45%, rgba(255,255,255,.48) 46%, rgba(255,255,255,.48) 48%, transparent 49%);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.78) 48%, transparent 100%);
}
.home-cta__inner::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(248,243,234,.10);
  border-radius: 24px;
  pointer-events: none;
}
.home-cta__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}
.home-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #E7C875;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.home-cta__eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: .8;
}
.home-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #FFF8ED;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(46px, 5.3vw, 78px);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.home-cta__text {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(248,243,234,.78);
  font-size: 17px;
  line-height: 1.78;
}
.home-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.home-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 25px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.home-cta__button span { transition: transform 220ms ease; }
.home-cta__button:hover { transform: translateY(-2px); }
.home-cta__button:hover span { transform: translateX(4px); }
.home-cta__button--primary {
  background: linear-gradient(135deg, #E7C875 0%, #C8A96A 100%);
  color: #2F241C;
  box-shadow: 0 14px 30px rgba(221,181,90,.22);
}
.home-cta__button--primary:hover {
  background: #FFF3C8;
  color: #2F241C;
  box-shadow: 0 18px 40px rgba(221,181,90,.28);
}
.home-cta__button--secondary {
  border: 1px solid rgba(248,243,234,.42);
  background: rgba(255,255,255,.08);
  color: #FFF8ED;
  backdrop-filter: blur(10px);
}
.home-cta__button--secondary:hover {
  border-color: rgba(248,243,234,.72);
  background: rgba(255,255,255,.16);
  color: #fff;
}
.home-cta__visual {
  position: relative;
  z-index: 2;
  min-height: 390px;
  border-radius: 26px;
}
.home-cta__visual::before {
  content: "";
  position: absolute;
  inset: 24px -18px -18px 34px;
  border-radius: 28px;
  background: rgba(221,181,90,.18);
  filter: blur(1px);
}
.home-cta__visual img,
.home-cta__placeholder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 1px solid rgba(248,243,234,.16);
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 24px 54px rgba(0,0,0,.24);
}
.home-cta__placeholder {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 25%, rgba(221,181,90,.28), transparent 32%),
    linear-gradient(135deg, rgba(248,243,234,.18), rgba(255,255,255,.05));
}
.home-cta__placeholder span {
  color: rgba(248,243,234,.92);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 52px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .home-cta { padding: 82px 0 92px; }
  .home-cta__inner { grid-template-columns: 1fr; gap: 36px; min-height: 0; padding: 52px; }
  .home-cta__visual { min-height: 340px; }
  .home-cta__visual img, .home-cta__placeholder { min-height: 340px; }
}
@media (max-width: 767px) {
  .home-cta { padding: 68px 0 74px; }
  .home-cta__inner { padding: 32px 22px 24px; border-radius: 24px; gap: 28px; }
  .home-cta__inner::after { inset: 10px; border-radius: 18px; }
  .home-cta h2 { font-size: clamp(40px, 12vw, 54px); line-height: .96; }
  .home-cta__text { margin-top: 18px; font-size: 15px; line-height: 1.72; }
  .home-cta__actions { display: grid; gap: 12px; margin-top: 26px; }
  .home-cta__button { width: 100%; min-height: 50px; }
  .home-cta__visual { min-height: 260px; border-radius: 20px; }
  .home-cta__visual::before { inset: 18px -8px -10px 18px; }
  .home-cta__visual img, .home-cta__placeholder { min-height: 260px; border-radius: 20px; }
  .home-cta__placeholder span { font-size: 38px; }
}


/* Header final polish — v0.4.3 */
.site-header {
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.main-header__inner {
  height: 84px;
  grid-template-columns: 160px minmax(260px, 1fr) auto auto;
  gap: 24px;
}
.desktop-nav {
  justify-content: center;
  overflow: visible;
}
.primary-nav {
  gap: 8px;
}
.primary-nav a {
  min-height: 44px;
  padding-inline: 14px;
}
.desktop-nav .primary-nav > .menu-item {
  position: relative;
}
.desktop-nav .primary-nav .sub-menu {
  position: absolute;
  z-index: 40;
  inset-block-start: calc(100% + 8px);
  inset-inline-start: 0;
  min-width: 210px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 1px solid var(--az-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(34, 31, 28, .14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}
.desktop-nav .primary-nav .sub-menu .sub-menu {
  inset-block-start: -8px;
  inset-inline-start: calc(100% + 8px);
}
.desktop-nav .primary-nav .menu-item:hover > .sub-menu,
.desktop-nav .primary-nav .menu-item:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.desktop-nav .primary-nav .sub-menu a {
  display: flex;
  width: 100%;
  min-height: 40px;
  border-radius: 10px;
  white-space: normal;
}
.mobile-nav .sub-menu {
  margin: 0;
  padding-inline-start: 18px;
  list-style: none;
}
.mobile-nav .sub-menu a {
  min-height: 46px;
  font-size: 15px;
}
.header-search {
  width: 240px;
  justify-self: end;
  transition: width 240ms ease;
}
.header-search:focus-within {
  width: 320px;
}
.header-actions {
  min-width: max-content;
}
.header-register {
  background: var(--az-text);
  color: #fff;
}
.header-register:hover {
  background: var(--az-terracotta);
}
@media (max-width: 1180px) {
  .main-header__inner { grid-template-columns: 148px minmax(220px, 1fr) auto auto; gap: 14px; }
  .header-search { width: 220px; }
  .header-search:focus-within { width: 260px; }
}
@media (max-width: 900px) {
  .main-header__inner { height: 64px; grid-template-columns: 44px 1fr auto; }
  .header-search { width: auto; }
  .header-search:focus-within { width: auto; }
}


/* Homepage Trustpilot — v0.4.6.1 */
.home-trustpilot {
  padding: 96px 0;
  background: var(--az-surface);
}
.home-trustpilot__inner {
  position: relative;
}
.home-trustpilot__card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 28px 32px;
  border: 1px solid var(--az-border);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbf6ef 100%);
  box-shadow: var(--az-shadow-soft);
  text-decoration: none;
  color: var(--az-text);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}
.home-trustpilot__card:hover {
  transform: translateY(-4px);
  border-color: rgba(198, 122, 69, .38);
  box-shadow: 0 18px 42px rgba(47, 36, 28, .11);
}
.home-trustpilot__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.home-trustpilot__stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #00b67a;
  color: #fff;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1;
}
.home-trustpilot__brand strong {
  font-size: 22px;
  color: var(--az-text);
}
.home-trustpilot__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--az-muted);
}
.home-trustpilot__copy em {
  font-style: normal;
  font-weight: 600;
  color: var(--az-walnut);
}
.home-trustpilot__arrow {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--az-cream);
  color: var(--az-terracotta);
  font-size: 22px;
}
@media (max-width: 1024px) {
  .home-trustpilot { padding: 78px 0; }
}
@media (max-width: 767px) {
  .home-trustpilot { padding: 64px 0; }
  .home-trustpilot__card { grid-template-columns: 1fr; gap: 16px; padding: 24px; border-radius: 18px; }
  .home-trustpilot__brand { flex-direction: column; align-items: flex-start; }
  .home-trustpilot__arrow { width: 40px; height: 40px; }
}

/* Footer — v0.4.7 */
.site-footer {
  margin-top: 96px;
  padding: 0 0 34px;
  background: linear-gradient(180deg, #F8F3EA 0%, #FAF7F2 100%);
  border-top: 1px solid var(--az-border);
  color: var(--az-text);
}
.site-footer__container { position: relative; }
.footer-newsletter {
  transform: translateY(-48px);
  margin-bottom: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  align-items: center;
  gap: 32px;
  padding: 34px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(232,222,209,.9);
  box-shadow: 0 18px 46px rgba(47,36,28,.08);
}
.footer-newsletter__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--az-terracotta);
}
.footer-newsletter h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.05;
  font-weight: 500;
}
.footer-newsletter p:not(.footer-newsletter__eyebrow) {
  margin: 12px 0 0;
  max-width: 560px;
  color: var(--az-muted);
  line-height: 1.7;
}
.footer-newsletter__form {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid var(--az-border);
  border-radius: 999px;
  background: var(--az-cream);
}
.footer-newsletter__form input {
  min-width: 0;
  flex: 1;
  height: 44px;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 14px;
  color: var(--az-text);
}
.footer-newsletter__form button {
  height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  background: var(--az-terracotta);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 200ms ease;
}
.footer-newsletter__form button:hover { background: #A96539; transform: translateY(-1px); }
.site-footer__main {
  display: grid;
  grid-template-columns: 1.45fr .8fr .9fr 1fr;
  gap: 44px;
  padding: 18px 0 42px;
}
.site-footer__brand p {
  margin: 18px 0 0;
  max-width: 360px;
  color: var(--az-muted);
  line-height: 1.75;
}
.site-footer__logo .site-logo__image,
.site-footer__logo .custom-logo-link img { max-width: 150px; max-height: 54px; }
.site-footer__social {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.site-footer__social a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  border: 1px solid var(--az-border);
  color: var(--az-walnut);
  font-size: 13px;
  font-weight: 600;
  transition: 200ms ease;
}
.site-footer__social a:hover { color: var(--az-terracotta); background: #fff; transform: translateY(-1px); }
.footer-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--az-text);
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  cursor: default;
}
.footer-accordion__trigger span:last-child { display: none; }
.footer-accordion__panel { margin-top: 18px; }
.footer-links,
.footer-contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer-links a,
.footer-contact-list a { color: var(--az-muted); transition: 200ms ease; }
.footer-links a:hover,
.footer-contact-list a:hover { color: var(--az-terracotta); }
.footer-contact-list li { display: grid; gap: 4px; color: var(--az-muted); line-height: 1.6; }
.footer-contact-list span { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--az-walnut); }
.footer-contact-list p { margin: 0; color: var(--az-muted); }
.site-footer__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 20px 0;
  border-top: 1px solid var(--az-border);
  border-bottom: 1px solid var(--az-border);
}
.site-footer__trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  border-radius: 16px;
  background: rgba(255,255,255,.56);
  color: var(--az-walnut);
  font-size: 14px;
  font-weight: 600;
}
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  color: var(--az-muted);
  font-size: 13px;
}
.site-footer__bottom p { margin: 0; }
.site-footer__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 14px;
}
.site-footer__badges span,
.site-footer__trustpilot {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(232,222,209,.72);
  color: var(--az-muted);
}
.site-footer__trustpilot span { color: #00B67A; border: 0; background: transparent; min-height: auto; padding: 0; margin-right: 4px; }
.site-footer__trustpilot:hover { color: var(--az-terracotta); }

@media (max-width: 1024px) {
  .footer-newsletter { grid-template-columns: 1fr; }
  .site-footer__main { grid-template-columns: 1.2fr 1fr 1fr; }
  .site-footer__contact { grid-column: 2 / 4; }
}
@media (max-width: 767px) {
  .site-footer { margin-top: 72px; padding-bottom: 26px; }
  .footer-newsletter {
    transform: translateY(-34px);
    padding: 24px;
    border-radius: 22px;
    gap: 20px;
  }
  .footer-newsletter__form { display: grid; border-radius: 18px; }
  .footer-newsletter__form input { height: 46px; }
  .footer-newsletter__form button { width: 100%; }
  .site-footer__main { display: grid; grid-template-columns: 1fr; gap: 0; padding-top: 0; }
  .site-footer__brand { padding-bottom: 24px; }
  .site-footer__brand p { max-width: none; }
  .footer-accordion { border-top: 1px solid var(--az-border); }
  .footer-accordion__trigger { min-height: 58px; cursor: pointer; font-size: 16px; }
  .footer-accordion__trigger span:last-child { display: inline-flex; color: var(--az-terracotta); font-size: 22px; font-weight: 400; }
  .footer-accordion__trigger[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
  .footer-accordion__panel { display: none; margin-top: 0; padding: 0 0 20px; }
  .footer-accordion.is-open .footer-accordion__panel { display: block; }
  .site-footer__trust { grid-template-columns: 1fr; gap: 10px; }
  .site-footer__trust-item { justify-content: flex-start; padding: 0 18px; }
  .site-footer__bottom { display: grid; gap: 16px; text-align: center; }
  .site-footer__badges { justify-content: center; }
}


/* Footer dark refinement — v0.4.8 */
.site-footer {
  margin-top: 96px;
  padding: 0 0 34px;
  background:
    radial-gradient(circle at 18% 0%, rgba(198,122,69,.18), transparent 32%),
    linear-gradient(180deg, #17110D 0%, #0E0A08 100%);
  border-top: 1px solid rgba(255,255,255,.08);
  color: #F8F3EA;
}
.footer-newsletter {
  background: linear-gradient(135deg, #2F241C 0%, #1A120E 100%);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 22px 58px rgba(0,0,0,.28);
}
.footer-newsletter__eyebrow { color: #DDB55A; }
.footer-newsletter h2 { color: #FFF8ED; }
.footer-newsletter p:not(.footer-newsletter__eyebrow) { color: rgba(248,243,234,.72); }
.footer-newsletter__form {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
}
.footer-newsletter__form input { color: #FFF8ED; }
.footer-newsletter__form input::placeholder { color: rgba(248,243,234,.58); }
.footer-newsletter__form button { background: #C8A96A; color: #17110D; }
.footer-newsletter__form button:hover { background: #E7C875; color: #17110D; }
.site-footer__brand p,
.footer-links a,
.footer-contact-list a,
.footer-contact-list li,
.footer-contact-list p,
.site-footer__bottom { color: rgba(248,243,234,.68); }
.footer-accordion__trigger {
  margin: 0;
  display: block;
  color: #FFF8ED;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.footer-accordion__panel { display: block !important; margin-top: 18px; padding: 0; }
.footer-links a:hover,
.footer-contact-list a:hover { color: #E7C875; }
.footer-contact-list span { color: #DDB55A; }
.site-footer__social a {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.12);
  color: rgba(248,243,234,.78);
}
.site-footer__social a:hover { background: rgba(255,255,255,.12); color: #E7C875; }
.site-footer__trust {
  border-top: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.site-footer__trust-item {
  background: rgba(255,255,255,.06);
  color: rgba(248,243,234,.86);
}
.site-footer__badges span,
.site-footer__trustpilot {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.10);
  color: rgba(248,243,234,.68);
}
.site-footer__trustpilot span { color: #00B67A; }
.site-footer__trustpilot:hover { color: #E7C875; }
@media (max-width: 767px) {
  .site-footer { margin-top: 72px; padding-bottom: 30px; }
  .site-footer__main { gap: 30px; padding-top: 0; padding-bottom: 36px; }
  .site-footer__brand { padding-bottom: 0; }
  .footer-accordion { border-top: 0; padding-top: 0; }
  .footer-accordion__trigger { min-height: auto; cursor: default; font-size: 17px; }
  .footer-accordion__trigger span:last-child { display: none !important; }
  .footer-accordion__panel { display: block !important; margin-top: 14px; padding: 0; }
  .site-footer__trust { grid-template-columns: 1fr; gap: 10px; }
  .site-footer__trust-item { justify-content: flex-start; padding: 0 18px; }
  .site-footer__bottom { display: grid; gap: 16px; text-align: center; }
  .site-footer__badges { justify-content: center; }
}

/* Footer mobile stack hotfix — v0.4.8.1 */
@media (max-width: 767px) {
  .site-footer__main {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .site-footer__brand,
  .site-footer__column,
  .site-footer__contact,
  .footer-accordion {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }
}

/* Shop archive foundation — v0.5.0 */
.az-shop-page {
  background: #FAF7F2;
  padding: 48px 0 96px;
}
.az-shop-page .az-container {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 24px;
}
.woocommerce .az-shop-page .woocommerce-breadcrumb,
.az-shop-header__breadcrumb .woocommerce-breadcrumb {
  margin: 0 0 18px;
  color: var(--az-muted);
  font-size: 13px;
}
.woocommerce .az-shop-page .woocommerce-breadcrumb a,
.az-shop-header__breadcrumb a {
  color: var(--az-walnut);
}
.az-shop-header {
  margin-bottom: 48px;
}
.az-shop-header__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
}
.az-shop-header__eyebrow {
  margin: 0 0 8px;
  color: var(--az-terracotta);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.az-shop-header h1 {
  margin: 0;
  color: var(--az-text);
  font-family: var(--az-font-heading, 'Cormorant Garamond', serif);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
  line-height: .98;
}
.az-shop-header__description {
  max-width: 650px;
  margin-top: 14px;
  color: var(--az-muted);
  font-size: 16px;
  line-height: 1.7;
}
.az-shop-header__description p { margin: 0; }
.az-shop-header__tools {
  display: flex;
  align-items: center;
  gap: 18px;
}
.az-shop-header__count,
.woocommerce-result-count {
  margin: 0 !important;
  color: var(--az-muted);
  font-size: 14px;
}
.woocommerce-ordering { margin: 0 !important; }
.woocommerce-ordering select {
  min-width: 190px;
  height: 46px;
  padding: 0 42px 0 16px;
  border: 1px solid var(--az-border);
  border-radius: 999px;
  background: #fff;
  color: var(--az-text);
  font-size: 14px;
}
.az-shop-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.az-shop-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 22px;
  padding: 24px;
  border: 1px solid var(--az-border);
  border-radius: 24px;
  background: #fff;
}
.az-shop-sidebar__head h2,
.az-filter-group h3 {
  margin: 0;
  color: var(--az-text);
  font-size: 15px;
  font-weight: 700;
}
.az-shop-sidebar__head { padding-bottom: 18px; border-bottom: 1px solid var(--az-border); }
.az-filter-group { display: grid; gap: 12px; }
.az-filter-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.az-filter-list a,
.az-filter-list span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  color: var(--az-muted);
  font-size: 14px;
  transition: 200ms ease;
}
.az-filter-list a:hover {
  background: #F8F3EA;
  color: var(--az-terracotta);
}
.az-filter-list small { color: var(--az-walnut); }
.az-shop-products .products,
.woocommerce .az-shop-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 24px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.woocommerce .az-shop-products ul.products::before,
.woocommerce .az-shop-products ul.products::after { display: none !important; }
.woocommerce .az-shop-products ul.products li.product,
.az-shop-products .product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.az-shop-pagination {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  gap: 8px;
  border: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border: 1px solid var(--az-border);
  border-radius: 12px;
  background: #fff;
  color: var(--az-walnut);
  font-size: 14px;
  font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--az-terracotta);
  border-color: var(--az-terracotta);
  color: #fff;
}
.az-shop-empty {
  max-width: 520px;
  margin: 0 auto;
  padding: 56px 32px;
  border: 1px solid var(--az-border);
  border-radius: 28px;
  background: #fff;
  text-align: center;
}
.az-shop-empty__eyebrow {
  margin: 0 0 8px;
  color: var(--az-terracotta);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.az-shop-empty h2 {
  margin: 0;
  color: var(--az-text);
  font-family: var(--az-font-heading, 'Cormorant Garamond', serif);
  font-size: 38px;
  font-weight: 500;
}
.az-shop-empty p { color: var(--az-muted); }
.az-shop-mobile-tools { display: none; }
@media (max-width: 1100px) {
  .az-shop-layout { grid-template-columns: 240px minmax(0, 1fr); gap: 24px; }
  .az-shop-products .products,
  .woocommerce .az-shop-products ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .az-shop-header__content { grid-template-columns: 1fr; align-items: start; }
  .az-shop-header__tools { display: none; }
  .az-shop-mobile-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: -18px 0 24px;
  }
  .az-shop-mobile-tools__button {
    height: 46px;
    padding: 0 18px;
    border: 1px solid var(--az-border);
    border-radius: 999px;
    background: #fff;
    color: var(--az-text);
    font-weight: 600;
  }
  .az-shop-layout { grid-template-columns: 1fr; }
  .az-shop-sidebar { display: none; }
}
@media (max-width: 767px) {
  .az-shop-page { padding: 32px 0 72px; }
  .az-shop-page .az-container { padding-inline: 16px; }
  .az-shop-header { margin-bottom: 36px; }
  .az-shop-header h1 { font-size: 44px; }
  .az-shop-header__description { font-size: 15px; }
  .az-shop-products .products,
  .woocommerce .az-shop-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 12px;
  }
  .woocommerce-ordering select { min-width: 160px; max-width: 52vw; }
  .az-shop-pagination { margin-top: 48px; }
}


/* Archive product card refinement — v0.5.1 */
.az-shop-products .az-product-card--archive {
  border-radius: 20px;
  background: #fff;
  border-color: rgba(232,222,209,.96);
  box-shadow: 0 6px 26px rgba(47,36,28,.045);
}
.az-shop-products .az-product-card--archive:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(47,36,28,.11);
  border-color: rgba(200,169,106,.72);
}
.az-shop-products .az-product-card--archive .az-product-card__media-wrap {
  margin: 10px 10px 0;
  border-radius: 16px;
}
.az-shop-products .az-product-card--archive .az-product-card__badge {
  background: var(--az-terracotta);
  color: #fff;
}
.az-shop-products .az-product-card--archive .az-product-card__body {
  gap: 8px;
  padding: 15px 16px 16px;
}
.az-shop-products .az-product-card--archive .az-product-card__category {
  color: var(--az-terracotta);
  font-size: 10px;
}
.az-shop-products .az-product-card--archive .az-product-card__title {
  min-height: 45px;
  font-size: 15.5px;
  font-weight: 650;
}
.az-product-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 18px;
  color: #C8A96A;
  font-size: 12px;
}
.az-product-card__rating .star-rating {
  float: none;
  margin: 0;
  font-size: 12px;
  width: 5.4em;
  color: #C8A96A;
}
.az-product-card__rating span {
  color: var(--az-muted);
  font-size: 12px;
  font-weight: 600;
}
.az-shop-products .az-product-card--archive .az-product-card__footer {
  margin-top: 6px;
  padding-top: 13px;
}
.az-shop-products .az-product-card--archive .az-product-card__price {
  font-size: 17px;
}
.az-shop-products .az-product-card--archive .az-product-card__add {
  min-width: 88px;
  height: 40px;
  background: #2F241C !important;
  border-color: #2F241C !important;
  color: #fff !important;
}
.az-shop-products .az-product-card--archive .az-product-card__add:hover {
  background: var(--az-terracotta) !important;
  border-color: var(--az-terracotta) !important;
}
@media (max-width: 767px) {
  .az-shop-products .az-product-card--archive { border-radius: 16px; }
  .az-shop-products .az-product-card--archive .az-product-card__media-wrap { margin: 8px 8px 0; border-radius: 13px; }
  .az-shop-products .az-product-card--archive .az-product-card__body { padding: 11px; gap: 6px; }
  .az-shop-products .az-product-card--archive .az-product-card__title { min-height: 39px; font-size: 13.5px; line-height: 1.42; }
  .az-product-card__rating { display: none; }
  .az-shop-products .az-product-card--archive .az-product-card__footer { display: grid; gap: 9px; }
  .az-shop-products .az-product-card--archive .az-product-card__price { font-size: 15px; }
  .az-shop-products .az-product-card--archive .az-product-card__add { width: 100%; min-width: 0; height: 38px; }
}

/* Shop mobile container alignment hotfix — v0.5.1.1 */
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .az-shop-page {
    width: 100%;
    overflow-x: hidden;
  }

  .az-shop-page .az-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
  }

  .az-shop-mobile-tools,
  .az-shop-layout,
  .az-shop-products {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .az-shop-products .products,
  .woocommerce .az-shop-products ul.products {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    box-sizing: border-box;
  }

  .woocommerce .az-shop-products ul.products li.product,
  .az-shop-products .product,
  .az-shop-products .az-product-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }
}


/* Shop archive layout + filters — v0.5.3 */
.az-shop-page .woocommerce-breadcrumb,
.az-shop-header__breadcrumb .woocommerce-breadcrumb {
  margin: 0;
  color: var(--az-muted);
  font-size: 13px;
}
.az-shop-header {
  position: relative;
  margin-bottom: 40px;
  padding: 34px 0 0;
}
.az-shop-header::before {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  margin-bottom: 24px;
  background: var(--az-terracotta);
  border-radius: 999px;
}
.az-shop-header__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.az-shop-header__eyebrow {
  margin: 0 0 8px;
  color: var(--az-terracotta);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.az-shop-header h1 {
  margin: 0;
  color: var(--az-text);
  font-family: var(--az-heading-font);
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 500;
  line-height: .98;
}
.az-shop-header__description {
  max-width: 620px;
  margin-top: 14px;
  color: var(--az-muted);
  font-size: 16px;
  line-height: 1.7;
}
.az-shop-header__description p { margin: 0; }
.az-shop-header__tools {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}
.az-shop-header__count,
.woocommerce-result-count {
  margin: 0;
  color: var(--az-muted);
  font-size: 14px;
  font-weight: 500;
}
.az-shop-header__sort .woocommerce-ordering,
.az-shop-mobile-tools__sort .woocommerce-ordering { margin: 0; }
.az-shop-header__sort select,
.az-shop-mobile-tools__sort select,
.woocommerce-ordering select {
  min-height: 44px;
  max-width: 100%;
  padding: 0 14px;
  border: 1px solid var(--az-border);
  border-radius: 12px;
  background: #fff;
  color: var(--az-text);
  font-size: 14px;
}
.az-shop-mobile-tools {
  display: none;
}
.az-shop-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.az-shop-sidebar {
  position: sticky;
  top: 108px;
  align-self: start;
  padding: 22px;
  border: 1px solid rgba(232,222,209,.95);
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 34px rgba(47,36,28,.055);
  backdrop-filter: blur(8px);
}
.az-shop-sidebar__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--az-border);
}
.az-shop-sidebar__head p {
  margin: 0 0 4px;
  color: var(--az-terracotta);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.az-shop-sidebar__head h2 {
  margin: 0;
  color: var(--az-text);
  font-family: var(--az-heading-font);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
.az-shop-sidebar__close {
  display: none;
}
.az-filter-group {
  padding: 18px 0;
  border-bottom: 1px solid rgba(232,222,209,.8);
}
.az-filter-group:last-child { border-bottom: 0; padding-bottom: 0; }
.az-filter-group h3 {
  margin: 0 0 12px;
  color: var(--az-text);
  font-size: 14px;
  font-weight: 700;
}
.az-filter-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.az-filter-list a,
.az-filter-list li > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 12px;
  color: var(--az-muted);
  text-decoration: none;
  font-size: 14px;
  transition: 220ms ease;
}
.az-filter-list small {
  color: rgba(122,106,93,.75);
  font-size: 12px;
  font-weight: 700;
}
.az-filter-list a:hover,
.az-filter-list a.is-active {
  background: var(--az-cream);
  color: var(--az-terracotta);
}
.az-filter-list a.is-active small { color: var(--az-terracotta); }
.az-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}
.az-active-filters span {
  width: 100%;
  color: var(--az-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.az-active-filters a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--az-cream);
  color: var(--az-text);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.az-active-filters__clear {
  background: var(--az-terracotta) !important;
  color: #fff !important;
}
.az-shop-products .products,
.woocommerce .az-shop-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 22px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.woocommerce .az-shop-products ul.products::before,
.woocommerce .az-shop-products ul.products::after { display: none !important; }
.woocommerce .az-shop-products ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.az-shop-pagination {
  margin-top: 64px;
  text-align: center;
}
.az-shop-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin: 0 3px;
  padding: 0 13px;
  border: 1px solid var(--az-border);
  border-radius: 12px;
  background: #fff;
  color: var(--az-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.az-shop-pagination .page-numbers.current,
.az-shop-pagination a.page-numbers:hover {
  border-color: var(--az-terracotta);
  background: var(--az-terracotta);
  color: #fff;
}
.az-shop-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 56px 28px;
  border: 1px solid var(--az-border);
  border-radius: 24px;
  background: #fff;
  text-align: center;
}
.az-shop-empty__eyebrow {
  color: var(--az-terracotta);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.az-shop-empty h2 {
  margin: 8px 0;
  color: var(--az-text);
  font-family: var(--az-heading-font);
  font-size: 38px;
  font-weight: 500;
}
.az-shop-empty p:not(.az-shop-empty__eyebrow) {
  color: var(--az-muted);
}
@media (max-width: 1180px) {
  .az-shop-layout { grid-template-columns: 240px minmax(0, 1fr); gap: 24px; }
  .az-shop-products .products,
  .woocommerce .az-shop-products ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .az-shop-header__content { display: grid; gap: 20px; }
  .az-shop-header__tools { justify-content: space-between; }
  .az-shop-layout { grid-template-columns: 1fr; }
  .az-shop-sidebar { position: fixed; top: 0; left: 0; z-index: 1205; width: min(88vw, 360px); max-width: 360px; height: 100dvh; overflow-y: auto; border-radius: 0 22px 22px 0; transform: translateX(-105%); transition: transform 280ms ease; }
  .az-shop-sidebar.is-open { transform: translateX(0); }
  .az-shop-sidebar__close { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--az-border); border-radius: 999px; background: #fff; color: var(--az-text); }
  .az-shop-filter-backdrop { position: fixed; inset: 0; z-index: 1200; background: rgba(31,27,24,.42); opacity: 0; transition: opacity 260ms ease; }
  .az-shop-filter-backdrop.is-open { opacity: 1; }
  .az-shop-mobile-tools { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; margin: -10px 0 26px; }
  .az-shop-mobile-tools__button { min-height: 46px; border: 1px solid var(--az-border); border-radius: 14px; background: #fff; color: var(--az-text); font-size: 14px; font-weight: 700; }
  .az-shop-mobile-tools__sort select { width: 100%; min-height: 46px; }
  .az-shop-header__sort { display: none; }
  .az-shop-header__count { font-size: 13px; }
}
@media (max-width: 767px) {
  .az-shop-page { padding-top: 28px; padding-bottom: 76px; }
  .az-shop-header { margin-bottom: 28px; padding-top: 16px; }
  .az-shop-header::before { width: 72px; margin-bottom: 18px; }
  .az-shop-header h1 { font-size: 44px; }
  .az-shop-header__description { font-size: 15px; }
  .az-shop-products .products,
  .woocommerce .az-shop-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
}

/* Shop header + mobile drawer hotfix — v0.5.3.1 */
.az-shop-header {
  margin: 0 0 42px;
  padding: 0;
}
.az-shop-header::before {
  display: none !important;
}
.az-shop-header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 238px;
  padding: 44px 28px;
  border: 1px solid rgba(232,222,209,.72);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 22%, rgba(200,169,106,.22), transparent 34%),
    linear-gradient(135deg, #3A2A20 0%, #2F241C 52%, #1E1712 100%);
  text-align: center;
  overflow: hidden;
}
.az-shop-header__breadcrumb,
.az-shop-header__breadcrumb .woocommerce-breadcrumb {
  margin: 0 0 14px !important;
  color: rgba(248,243,234,.72) !important;
  font-size: 13px;
}
.az-shop-header__breadcrumb a {
  color: #F8F3EA !important;
  text-decoration: none;
}
.az-shop-header__eyebrow {
  color: #C8A96A;
}
.az-shop-header h1 {
  color: #FFFFFF;
}
.az-shop-header__description {
  margin-inline: auto;
  color: rgba(248,243,234,.78);
}
.az-shop-header__description p {
  margin-inline: auto;
}
.az-shop-header__tools {
  width: 100%;
  justify-content: center;
  margin-top: 24px;
}
.az-shop-header__count,
.az-shop-header__tools .woocommerce-result-count {
  color: rgba(248,243,234,.76);
}
.az-shop-header__tools .woocommerce-ordering select {
  border-color: rgba(248,243,234,.26);
  background-color: rgba(255,255,255,.96);
}
.woocommerce .az-shop-page > .woocommerce-breadcrumb {
  display: none !important;
}
@media (max-width: 900px) {
  .az-shop-sidebar {
    display: grid !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1205;
    width: min(88vw, 360px);
    max-width: 360px;
    height: 100dvh;
    overflow-y: auto;
    border-radius: 0 22px 22px 0;
    transform: translateX(-105%);
    transition: transform 280ms ease;
  }
  .az-shop-sidebar.is-open {
    transform: translateX(0);
  }
  .az-shop-filter-backdrop {
    z-index: 1200;
  }
  .az-shop-header__content {
    min-height: 190px;
    padding: 34px 22px;
    border-radius: 26px;
  }
  .az-shop-header__tools {
    display: none;
  }
}
@media (max-width: 767px) {
  .az-shop-header {
    margin-bottom: 24px;
  }
  .az-shop-header__content {
    min-height: 180px;
    padding: 30px 18px;
    border-radius: 22px;
  }
  .az-shop-header h1 {
    font-size: 46px;
  }
  .az-shop-header__description {
    max-width: 320px;
    font-size: 14.5px;
  }
  .az-shop-mobile-tools {
    margin-top: 0 !important;
  }
}

/* v0.5.3.2 — Cart notice + no in-card View Cart link */
.az-product-card a.added_to_cart,
.az-product-card a.wc-forward,
.az-product-card__footer > a.added_to_cart,
.az-product-card__footer > a.wc-forward {
  display: none !important;
}
.az-product-card__add.added,
.az-product-card__add.loading {
  min-width: 76px !important;
  background: var(--az-walnut) !important;
  color: #fff !important;
}
.az-product-card__add.loading::after,
.az-product-card__add.added::after {
  display: none !important;
  content: none !important;
}
.az-cart-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto 30px;
  align-items: center;
  gap: 12px;
  width: min(420px, calc(100vw - 32px));
  padding: 14px 14px 14px 16px;
  border: 1px solid rgba(232,222,209,.35);
  border-radius: 18px;
  background: rgba(47,36,28,.96);
  color: #fff;
  box-shadow: 0 22px 52px rgba(0,0,0,.24);
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}
.az-cart-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.az-cart-toast__icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--az-terracotta);
  color: #fff;
  font-weight: 900;
}
.az-cart-toast__content { min-width: 0; display: grid; gap: 2px; }
.az-cart-toast__title { color: #fff; font-size: 14px; font-weight: 800; line-height: 1.2; }
.az-cart-toast__text { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.45; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.az-cart-toast__link {
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--az-walnut);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.az-cart-toast__close {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 767px) {
  .az-cart-toast {
    left: 12px;
    right: 12px;
    bottom: 14px;
    width: auto;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    padding: 12px;
    border-radius: 16px;
  }
  .az-cart-toast__icon { width: 34px; height: 34px; }
  .az-cart-toast__close { display: none; }
  .az-cart-toast__text { max-width: 150px; }
  .az-cart-toast__link { height: 34px; padding: 0 12px; }
}

/* Shop banner controls — v0.5.3.3 */
.az-shop-header {
  overflow: hidden;
  padding: 44px 32px;
  border: 1px solid rgba(232, 222, 209, .85);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 15%, rgba(200, 169, 106, .20), transparent 34%),
    linear-gradient(135deg, #3D2A1D 0%, #5A3E2C 100%);
  color: #F8F3EA;
}
.az-shop-header--image {
  background-image:
    linear-gradient(rgba(0, 0, 0, var(--az-shop-banner-overlay, .45)), rgba(0, 0, 0, var(--az-shop-banner-overlay, .45))),
    var(--az-shop-banner-image);
  background-size: cover;
  background-position: center;
}
.az-shop-header--image.az-shop-header--no-overlay { background-image: var(--az-shop-banner-image); }
.az-shop-header::before { display: none; }
.az-shop-header__breadcrumb .woocommerce-breadcrumb,
.az-shop-header__breadcrumb .woocommerce-breadcrumb a,
.az-shop-header__eyebrow,
.az-shop-header h1,
.az-shop-header__description,
.az-shop-header__count,
.az-shop-header .woocommerce-result-count { color: inherit; }
.az-shop-header__breadcrumb .woocommerce-breadcrumb { opacity: .78; }
.az-shop-header__eyebrow { color: #E7C875; }
.az-shop-header__content { min-height: 156px; align-items: center; text-align: center; justify-content: center; }
.az-shop-header__copy { max-width: 760px; margin-inline: auto; }
.az-shop-header__tools { position: absolute; right: 28px; bottom: 24px; }
.az-shop-header__sort select,
.az-shop-mobile-tools__sort select,
.woocommerce-ordering select { background: rgba(255,255,255,.92); }
@media (max-width: 767px) {
  .az-shop-header { margin-bottom: 28px; padding: 32px 18px; border-radius: 22px; }
  .az-shop-header__content { min-height: 130px; }
  .az-shop-header__tools { display: none; }
  .az-shop-header h1 { font-size: 42px; }
  .az-shop-header__description { font-size: 14.5px; }
}


/* v0.5.3.5 — Shop hero final fix */
.az-shop-header {
  position: relative;
  margin: 0 0 30px !important;
  padding: 34px 28px !important;
  min-height: 228px;
  display: grid;
  align-items: center;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(200,169,106,.16), transparent 34%),
    linear-gradient(135deg, #5A3E2C 0%, #2F241C 100%);
  color: #F8F3EA;
}
.az-shop-header--image {
  background-image:
    linear-gradient(135deg, rgba(47,36,28,.40), rgba(47,36,28,.26)),
    var(--az-shop-banner-image);
  background-size: cover;
  background-position: center;
}
.az-shop-header--image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(248,243,234,.06);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  pointer-events: none;
}
.az-shop-header--image.az-shop-header--no-overlay::after {
  display: none;
}
.az-shop-header__breadcrumb {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
}
.az-shop-header__content {
  position: relative;
  z-index: 2;
  min-height: 0 !important;
  padding: 34px 28px !important;
  max-width: 980px;
  width: min(100%, 980px);
  margin: 0 auto;
  border: 1px solid rgba(248,243,234,.18) !important;
  border-radius: 26px;
  background: rgba(47,36,28,.48) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
}
.az-shop-header__tools { display: none !important; }
.az-shop-header__description { max-width: 760px; }
.az-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 26px;
}
.az-shop-toolbar__count,
.az-shop-toolbar__count .woocommerce-result-count {
  margin: 0 !important;
  color: var(--az-muted);
  font-size: 14px;
}
.az-shop-toolbar__sort .woocommerce-ordering { margin: 0 !important; }
.az-shop-toolbar__sort select,
.az-shop-mobile-tools__sort select,
.woocommerce-ordering select {
  min-height: 46px;
  border: 1px solid var(--az-border);
  border-radius: 14px;
  background: #fff;
  color: var(--az-text);
  padding: 0 42px 0 16px;
}
@media (max-width: 900px) {
  .az-shop-toolbar { display: none; }
  .az-shop-header {
    min-height: 188px;
    padding: 22px 16px !important;
    margin-bottom: 24px !important;
    border-radius: 24px;
  }
  .az-shop-header__breadcrumb { margin-bottom: 12px; }
  .az-shop-header__content {
    padding: 24px 18px !important;
    border-radius: 22px;
  }
}
@media (max-width: 767px) {
  .az-shop-header { min-height: 174px; }
  .az-shop-header h1 { font-size: 42px; }
  .az-shop-header__description { font-size: 14.5px; max-width: 320px; }
}

/* v0.5.4 — Shop Grid Polish */
.az-shop-layout {
  gap: 36px;
}
.az-shop-products {
  min-width: 0;
}
.az-shop-products .products,
.woocommerce .az-shop-products ul.products {
  align-items: stretch;
  gap: 34px 24px !important;
}
.woocommerce .az-shop-products ul.products li.product,
.az-shop-products .product {
  min-width: 0 !important;
}
.az-shop-products .az-product-card--archive {
  height: 100%;
  isolation: isolate;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}
.az-shop-products .az-product-card--archive .az-product-card__body {
  min-height: 0;
}
.az-shop-products .az-product-card--archive .az-product-card__title {
  margin-bottom: 2px;
}
.az-shop-products .az-product-card--archive .az-product-card__footer {
  margin-top: auto;
}
.az-shop-products .az-product-card--archive .az-product-card__media-wrap {
  background: linear-gradient(135deg, #F8F3EA, #FFFFFF);
}
.az-shop-products .az-product-card--archive .az-product-card__media img {
  will-change: transform;
}
.az-shop-toolbar {
  padding: 14px 16px;
  border: 1px solid rgba(232,222,209,.86);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 28px rgba(47,36,28,.045);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.az-shop-pagination {
  margin-top: 70px;
}
.az-shop-pagination .page-numbers,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}
.az-shop-pagination a.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(198,122,69,.18);
}
.woocommerce nav.woocommerce-pagination ul {
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
}
.az-shop-empty {
  box-shadow: 0 16px 42px rgba(47,36,28,.06);
}
@media (max-width: 1180px) {
  .az-shop-layout { gap: 28px; }
  .az-shop-products .products,
  .woocommerce .az-shop-products ul.products { gap: 30px 18px !important; }
}
@media (max-width: 900px) {
  .az-shop-mobile-tools {
    position: relative;
    z-index: 5;
  }
  .az-shop-layout { gap: 0; }
  .az-shop-products .products,
  .woocommerce .az-shop-products ul.products { gap: 26px 14px !important; }
}
@media (max-width: 767px) {
  .az-shop-page { padding-bottom: 82px; }
  .az-shop-mobile-tools {
    gap: 10px;
    margin-bottom: 24px !important;
  }
  .az-shop-products .products,
  .woocommerce .az-shop-products ul.products {
    gap: 24px 12px !important;
  }
  .az-shop-products .az-product-card--archive:hover {
    transform: none;
    box-shadow: 0 6px 26px rgba(47,36,28,.045);
  }
  .az-shop-pagination {
    margin-top: 52px;
  }
  .az-shop-pagination .page-numbers,
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
  }
}

/* v0.5.5 — Shop Empty States */
.az-shop-empty {
  position: relative;
  overflow: hidden;
  max-width: 640px;
  margin: 18px auto 0;
  padding: 64px 34px;
  border: 1px solid rgba(232,222,209,.95);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(200,169,106,.16), transparent 34%),
    linear-gradient(180deg, #FFFFFF 0%, #FAF7F2 100%);
  box-shadow: 0 18px 52px rgba(47,36,28,.075);
  text-align: center;
}
.az-shop-empty::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(200,169,106,.18);
  border-radius: 22px;
  pointer-events: none;
}
.az-shop-empty__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #F8F3EA;
  color: var(--az-terracotta);
  box-shadow: inset 0 0 0 1px rgba(200,169,106,.22);
}
.az-shop-empty__eyebrow,
.az-shop-empty h2,
.az-shop-empty p,
.az-shop-empty__actions {
  position: relative;
  z-index: 1;
}
.az-shop-empty h2 {
  max-width: 520px;
  margin-inline: auto;
}
.az-shop-empty p:not(.az-shop-empty__eyebrow) {
  max-width: 440px;
  margin: 0 auto 26px;
  line-height: 1.7;
}
.az-shop-empty__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.az-shop-empty__actions .az-btn {
  min-height: 46px;
}
.az-btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--az-border);
  border-radius: 999px;
  background: #fff;
  color: var(--az-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}
.az-btn--secondary:hover {
  border-color: var(--az-terracotta);
  color: var(--az-terracotta);
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  .az-shop-empty {
    margin-top: 4px;
    padding: 48px 22px;
    border-radius: 24px;
  }
  .az-shop-empty::before {
    inset: 10px;
    border-radius: 18px;
  }
  .az-shop-empty__icon {
    width: 58px;
    height: 58px;
  }
  .az-shop-empty h2 {
    font-size: 32px;
  }
  .az-shop-empty__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}


/* v0.5.7 Search Results */
.az-shop-header--search .az-shop-header__content { max-width: 760px; }
.az-shop-search-form { margin: 26px auto 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; max-width: 620px; padding: 8px; border-radius: 999px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.az-shop-search-form input[type="search"] { width: 100%; height: 46px; border: 0; border-radius: 999px; padding: 0 18px; background: rgba(255,255,255,.92); color: var(--az-text); outline: none; font-size: 15px; }
.az-shop-search-form input[type="search"]::placeholder { color: #9B8C7E; }
.az-shop-search-form input[type="search"]:focus { box-shadow: 0 0 0 3px rgba(200,169,106,.24); }
.az-shop-search-form button { height: 46px; border: 0; border-radius: 999px; padding: 0 22px; background: var(--az-terracotta); color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; transition: 200ms ease; }
.az-shop-search-form button:hover { background: #A96539; }
.az-shop-search-suggestions { margin-top: 16px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; color: rgba(255,255,255,.78); font-size: 13px; }
.az-shop-search-suggestions a { display: inline-flex; align-items: center; min-height: 30px; padding: 0 12px; border-radius: 999px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); color: #fff; text-decoration: none; transition: 200ms ease; }
.az-shop-search-suggestions a:hover { background: rgba(255,255,255,.22); transform: translateY(-1px); }
@media (max-width: 767px) {
  .az-shop-search-form { grid-template-columns: 1fr; border-radius: 22px; padding: 10px; max-width: 100%; }
  .az-shop-search-form input[type="search"], .az-shop-search-form button { width: 100%; height: 48px; }
  .az-shop-search-suggestions { justify-content: flex-start; }
}

/* v0.5.7 — Category archive final polish */
.az-shop-header--category .az-shop-header__eyebrow{color:#E7C875}.az-shop-header--category .az-shop-header__description{max-width:680px}.tax-product_cat .az-shop-header,.tax-product_tag .az-shop-header{margin-bottom:34px}@media(max-width:767px){.az-shop-header--category .az-shop-header__content{min-height:150px}.az-shop-header--category h1{font-size:40px}}

/* Single Product Foundation v0.6.0 */
.az-product-page {
  background: #faf7f2;
  padding: 36px 0 96px;
}
.az-product-container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.az-product-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  font-size: 13px;
  color: #7b6246;
}
.az-product-breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 220ms ease;
}
.az-product-breadcrumb a:hover { color: #c67a45; }
.az-product-breadcrumb span:last-child { color: #2f241c; }
.az-product-main {
  display: grid;
  grid-template-columns: minmax(0, 55fr) minmax(360px, 45fr);
  gap: 56px;
  align-items: start;
}
.az-product-gallery,
.az-product-summary__inner,
.az-product-trust,
.az-product-details,
.az-product-related {
  background: #fff;
  border: 1px solid #eadfce;
  border-radius: 24px;
}
.az-product-gallery {
  padding: 18px;
  overflow: hidden;
}
.az-product-gallery .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}
.az-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.az-product-gallery .woocommerce-product-gallery__image a,
.az-product-gallery .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
}
.az-product-gallery .woocommerce-product-gallery__image img {
  border-radius: 18px;
  background: #f8f3ea;
  object-fit: cover;
}
.az-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 14px 0 0 !important;
  padding: 0 !important;
}
.az-product-gallery .flex-control-thumbs li {
  width: auto !important;
  float: none !important;
  list-style: none;
}
.az-product-gallery .flex-control-thumbs img {
  border-radius: 12px;
  border: 1px solid #eadfce;
  background: #f8f3ea;
  opacity: .72;
  transition: opacity 220ms ease, border-color 220ms ease;
}
.az-product-gallery .flex-control-thumbs img.flex-active,
.az-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
  border-color: #c8a96a;
}
.az-product-summary__inner {
  padding: 34px;
  position: sticky;
  top: 116px;
}
.az-product-summary .product_title,
.az-product-summary h1 {
  margin: 8px 0 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.05;
  color: #2f241c;
}
.az-product-summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 14px;
  color: #7b6246;
}
.az-product-summary .star-rating { color: #c67a45; }
.az-product-summary .price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 700;
  color: #2f241c;
}
.az-product-summary .price del {
  font-size: 18px;
  color: #9b8b7a;
  opacity: 1;
}
.az-product-summary .price ins {
  color: #c67a45;
  text-decoration: none;
}
.az-product-summary .woocommerce-product-details__short-description {
  margin: 0 0 26px;
  color: #7b6246;
  font-size: 16px;
  line-height: 1.75;
}
.az-product-purchase {
  padding-top: 22px;
  border-top: 1px solid #eadfce;
}
.az-product-purchase form.cart {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  flex-wrap: wrap;
}
.az-product-purchase .quantity .qty {
  width: 82px;
  height: 52px;
  border: 1px solid #eadfce;
  border-radius: 14px;
  background: #fff;
  color: #2f241c;
  text-align: center;
}
.az-product-purchase .single_add_to_cart_button {
  min-height: 52px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: #2f241c;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: transform 220ms ease, background 220ms ease;
}
.az-product-purchase .single_add_to_cart_button:hover {
  background: #c67a45;
  transform: translateY(-1px);
}
.az-product-meta-wrap {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #eadfce;
  color: #7b6246;
  font-size: 14px;
  line-height: 1.8;
}
.az-product-meta-wrap a { color: #2f241c; text-decoration: none; }
.az-product-meta-wrap a:hover { color: #c67a45; }
.az-product-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
  padding: 20px;
}
.az-product-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 10px 14px;
  border-radius: 16px;
  background: #faf7f2;
  color: #2f241c;
  font-size: 14px;
  font-weight: 600;
}
.az-product-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #c8a96a;
  color: #fff;
  font-size: 13px;
  flex: 0 0 auto;
}
.az-product-details,
.az-product-related {
  margin-top: 34px;
  padding: 34px;
}
.az-product-details .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px !important;
  padding: 0 !important;
  border-bottom: 1px solid #eadfce;
}
.az-product-details .woocommerce-tabs ul.tabs li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.az-product-details .woocommerce-tabs ul.tabs li::before,
.az-product-details .woocommerce-tabs ul.tabs li::after { display: none !important; }
.az-product-details .woocommerce-tabs ul.tabs a {
  display: inline-flex;
  padding: 0 0 14px;
  color: #7b6246;
  text-decoration: none;
  font-weight: 700;
}
.az-product-details .woocommerce-tabs ul.tabs li.active a { color: #c67a45; }
.az-product-details .woocommerce-Tabs-panel,
.az-product-details .woocommerce-Tabs-panel p {
  color: #7b6246;
  line-height: 1.8;
}
.az-product-details h2,
.az-product-related h2 {
  margin-top: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #2f241c;
  font-size: 34px;
  font-weight: 500;
}
.az-product-related ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0 !important;
  padding: 0 !important;
}
.az-product-related ul.products::before,
.az-product-related ul.products::after { display: none !important; }
@media (max-width: 1024px) {
  .az-product-main { grid-template-columns: 1fr; gap: 28px; }
  .az-product-summary__inner { position: static; }
  .az-product-trust { grid-template-columns: 1fr; }
  .az-product-related ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .az-product-page { padding: 24px 0 72px; }
  .az-product-container { padding-left: 16px; padding-right: 16px; }
  .az-product-breadcrumb { font-size: 12px; margin-bottom: 18px; }
  .az-product-gallery { padding: 10px; border-radius: 18px; }
  .az-product-gallery .woocommerce-product-gallery__image img { border-radius: 14px; }
  .az-product-summary__inner,
  .az-product-details,
  .az-product-related { padding: 22px; border-radius: 18px; }
  .az-product-summary .product_title,
  .az-product-summary h1 { font-size: 36px; }
  .az-product-summary .price { font-size: 24px; }
  .az-product-purchase form.cart { align-items: stretch; }
  .az-product-purchase .quantity { width: 100%; }
  .az-product-purchase .quantity .qty { width: 100%; }
  .az-product-purchase .single_add_to_cart_button { width: 100%; }
  .az-product-trust { margin-top: 24px; padding: 14px; border-radius: 18px; }
  .az-product-related ul.products { gap: 14px; }
}

/* Single Product Gallery v0.6.1 */
.az-product-gallery {
  position: relative;
  padding: 20px;
  background:
    radial-gradient(circle at 18% 8%, rgba(200,169,106,.13), transparent 34%),
    #fff;
}
.az-product-gallery .woocommerce-product-gallery {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.az-product-gallery .woocommerce-product-gallery .flex-viewport {
  grid-column: 2;
  grid-row: 1;
  border-radius: 20px;
  background: #f8f3ea;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(234,223,206,.9);
}
.az-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}
.az-product-gallery .woocommerce-product-gallery__image,
.az-product-gallery .woocommerce-product-gallery__image a {
  background: #f8f3ea;
}
.az-product-gallery .woocommerce-product-gallery__image a {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.az-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 520ms ease, filter 520ms ease;
}
.az-product-gallery .woocommerce-product-gallery__image:hover img {
  transform: scale(1.018);
  filter: saturate(1.04) contrast(1.02);
}
.az-product-gallery .woocommerce-product-gallery .flex-control-thumbs {
  grid-column: 1;
  grid-row: 1;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  max-height: 640px;
  overflow-y: auto;
  overscroll-behavior: contain;
  margin: 0 !important;
  padding: 2px 2px 2px 0 !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(47,36,28,.24) transparent;
}
.az-product-gallery .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar { width: 4px; }
.az-product-gallery .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-thumb {
  background: rgba(47,36,28,.22);
  border-radius: 999px;
}
.az-product-gallery .flex-control-thumbs li {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}
.az-product-gallery .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(234,223,206,.95);
  background: #f8f3ea;
  opacity: .72;
  cursor: pointer;
  transition: opacity 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}
.az-product-gallery .flex-control-thumbs img.flex-active,
.az-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
  border-color: #c8a96a;
  box-shadow: 0 10px 22px rgba(47,36,28,.10);
  transform: translateY(-1px);
}
.az-product-gallery .woocommerce-product-gallery__trigger {
  top: 18px !important;
  right: 18px !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 12px 30px rgba(47,36,28,.16);
}
.az-product-gallery .woocommerce-product-gallery__trigger::before,
.az-product-gallery .woocommerce-product-gallery__trigger::after {
  border-color: #2f241c !important;
}
@media (max-width: 1024px) {
  .az-product-gallery .woocommerce-product-gallery {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 14px;
  }
}
@media (max-width: 640px) {
  .az-product-gallery {
    padding: 10px;
  }
  .az-product-gallery .woocommerce-product-gallery {
    display: block;
  }
  .az-product-gallery .woocommerce-product-gallery .flex-viewport {
    border-radius: 16px;
  }
  .az-product-gallery .woocommerce-product-gallery__image a {
    aspect-ratio: 1 / 1;
  }
  .az-product-gallery .woocommerce-product-gallery__image img {
    border-radius: 16px;
  }
  .az-product-gallery .woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    flex-direction: row;
    gap: 10px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 12px 0 0 !important;
    padding: 0 2px 4px !important;
    scroll-snap-type: x mandatory;
  }
  .az-product-gallery .flex-control-thumbs li {
    flex: 0 0 64px;
    scroll-snap-align: start;
  }
  .az-product-gallery .flex-control-thumbs img {
    border-radius: 12px;
  }
  .az-product-gallery .woocommerce-product-gallery__trigger {
    top: 14px !important;
    right: 14px !important;
    width: 38px !important;
    height: 38px !important;
  }
}

/* v0.6.2 — Product Summary polish */
.az-product-summary__inner{overflow:hidden;background:radial-gradient(circle at 100% 0%,rgba(200,169,106,.12),transparent 30%),#fff}.az-product-summary__eyebrow{display:inline-flex;width:fit-content;margin:0 0 12px;color:#c67a45;font-size:12px;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase;text-decoration:none}.az-product-summary__eyebrow:hover{color:#2f241c}.az-product-summary .product_title,.az-product-summary h1{margin-top:0;margin-bottom:14px;letter-spacing:-.025em}.az-product-summary__rating-row:empty{display:none}.az-product-summary__rating-row{margin-bottom:18px}.az-product-summary__rating-row .woocommerce-product-rating{width:fit-content;min-height:34px;padding:7px 12px;border:1px solid rgba(232,222,209,.9);border-radius:999px;background:#faf7f2;margin:0}.az-product-summary__rating-row .woocommerce-review-link{color:#7b6246;font-size:13px;text-decoration:none}.az-product-summary__rating-row .woocommerce-review-link:hover{color:#c67a45}.az-product-summary__price-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:0 0 20px}.az-product-summary__price-row .price{margin:0}.az-product-summary__saving{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(198,122,69,.11);color:#c67a45;font-size:12px;font-weight:800;letter-spacing:.02em}.az-product-summary__excerpt{margin:0 0 24px;padding:0 0 24px;border-bottom:1px solid #eadfce}.az-product-summary__excerpt .woocommerce-product-details__short-description,.az-product-summary__excerpt .woocommerce-product-details__short-description p{margin:0;color:#7b6246;font-size:16px;line-height:1.78}.az-product-summary__excerpt .woocommerce-product-details__short-description{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.az-product-summary__status-grid{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0 0 22px}.az-product-summary__status,.az-product-summary__sku{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 13px;border:1px solid #eadfce;border-radius:999px;background:#faf7f2;color:#2f241c;font-size:13px;font-weight:700}.az-product-summary__status-dot{width:8px;height:8px;border-radius:999px;background:#7a8f4d;box-shadow:0 0 0 4px rgba(122,143,77,.14)}.az-product-summary__status--out-of-stock .az-product-summary__status-dot,.az-product-summary__status--outofstock .az-product-summary__status-dot{background:#b85c45;box-shadow:0 0 0 4px rgba(184,92,69,.14)}.az-product-summary__sku span{color:#7b6246;font-weight:600}.az-product-summary__sku strong{color:#2f241c;font-weight:800}.az-product-summary .stock{display:none}.az-product-meta-wrap .sku_wrapper{display:none}.az-product-meta-wrap{color:#7b6246}.az-product-meta-wrap>span{display:block;margin-bottom:4px}@media(max-width:767px){.az-product-summary__inner{padding:24px}.az-product-summary__eyebrow{font-size:11px;margin-bottom:10px}.az-product-summary__rating-row .woocommerce-product-rating{padding-inline:10px}.az-product-summary__price-row{gap:10px;margin-bottom:18px}.az-product-summary__saving{min-height:28px;font-size:11px}.az-product-summary__excerpt{margin-bottom:18px;padding-bottom:18px}.az-product-summary__status-grid{gap:8px;margin-bottom:18px}.az-product-summary__status,.az-product-summary__sku{min-height:36px;padding-inline:11px;font-size:12px}}

/* v0.6.3 — Purchase Section */
.az-product-purchase{margin-top:4px;padding-top:24px}.az-product-purchase form.cart{display:grid;grid-template-columns:132px minmax(0,1fr);gap:14px;align-items:stretch}.az-product-purchase .quantity{position:relative;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;min-height:56px;border:1px solid #eadfce;border-radius:999px;background:#faf7f2;overflow:hidden}.az-product-purchase .quantity .qty{width:100%;height:56px;border:0;border-radius:0;background:transparent;color:#2f241c;font-size:15px;font-weight:800;text-align:center;-moz-appearance:textfield}.az-product-purchase .quantity .qty::-webkit-outer-spin-button,.az-product-purchase .quantity .qty::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.az-qty-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:56px;border:0;background:transparent;color:#7b6246;font-size:20px;font-weight:700;cursor:pointer;transition:color 220ms ease,background 220ms ease}.az-qty-btn:hover{background:rgba(200,169,106,.14);color:#c67a45}.az-product-purchase .single_add_to_cart_button{width:100%;min-height:56px;padding:0 28px;border-radius:999px;background:linear-gradient(135deg,#2f241c 0%,#4a3528 100%);box-shadow:0 14px 30px rgba(47,36,28,.18);letter-spacing:.01em}.az-product-purchase .single_add_to_cart_button:hover{background:linear-gradient(135deg,#c67a45 0%,#a65f33 100%);box-shadow:0 16px 34px rgba(198,122,69,.22)}.az-product-purchase .single_add_to_cart_button.loading{opacity:.78}.az-product-wishlist{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:48px;margin-top:12px;border:1px solid #eadfce;border-radius:999px;background:#fff;color:#2f241c;font-size:14px;font-weight:800;cursor:pointer;transition:border-color 220ms ease,color 220ms ease,background 220ms ease,transform 220ms ease}.az-product-wishlist:hover,.az-product-wishlist.is-active{border-color:rgba(198,122,69,.36);background:rgba(198,122,69,.08);color:#c67a45;transform:translateY(-1px)}.az-product-sticky-cart{position:fixed;right:16px;bottom:16px;left:16px;z-index:990;display:none;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid rgba(232,222,209,.92);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 18px 55px rgba(47,36,28,.18);backdrop-filter:blur(14px)}.az-product-sticky-cart__price{display:flex;align-items:baseline;gap:8px;color:#2f241c;font-size:16px;font-weight:900;line-height:1.1}.az-product-sticky-cart__price del{color:#9b8b7a;font-size:12px;font-weight:700}.az-product-sticky-cart__price ins{color:#c67a45;text-decoration:none}.az-product-sticky-cart__button{flex:0 0 auto;min-height:46px;padding:0 22px;border:0;border-radius:999px;background:#2f241c;color:#fff;font-size:14px;font-weight:900;cursor:pointer}.az-product-sticky-cart__button:hover{background:#c67a45}.woocommerce div.product form.cart .variations{width:100%;margin-bottom:16px}.woocommerce div.product form.cart .variations select{min-height:46px;border:1px solid #eadfce;border-radius:14px;background:#fff;color:#2f241c;padding:0 14px}@media(max-width:640px){.az-product-page{padding-bottom:112px}.az-product-purchase form.cart{grid-template-columns:1fr;gap:12px}.az-product-purchase .quantity{width:100%;grid-template-columns:52px minmax(0,1fr) 52px;min-height:54px}.az-qty-btn{width:52px;height:54px}.az-product-purchase .quantity .qty{height:54px}.az-product-purchase .single_add_to_cart_button{min-height:54px}.az-product-sticky-cart{display:flex}}

/* v0.6.4 — Variable Products */
.az-product-purchase form.variations_form.cart{display:block}.az-product-purchase .variations{width:100%;margin:0 0 20px;border-collapse:separate;border-spacing:0 12px}.az-product-purchase .variations tbody,.az-product-purchase .variations tr,.az-product-purchase .variations th,.az-product-purchase .variations td{display:block;width:100%}.az-product-purchase .variations tr{position:relative;padding:16px;border:1px solid #eadfce;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#fffaf4 100%)}.az-product-purchase .variations th.label{padding:0 0 10px;text-align:left}.az-product-purchase .variations th.label label{margin:0;color:#2f241c;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.az-product-purchase .variations td.value{padding:0}.az-product-purchase .variations select{width:100%;min-height:50px;padding:0 44px 0 16px;border:1px solid #eadfce;border-radius:999px;background-color:#faf7f2;color:#2f241c;font-size:14px;font-weight:800;outline:none;transition:border-color 220ms ease,box-shadow 220ms ease,background 220ms ease}.az-product-purchase .variations select:focus{border-color:rgba(198,122,69,.55);background:#fff;box-shadow:0 0 0 4px rgba(198,122,69,.12)}.az-product-purchase .reset_variations{display:inline-flex!important;align-items:center;width:fit-content;min-height:32px;margin-top:10px;padding:0 12px;border-radius:999px;background:rgba(198,122,69,.09);color:#c67a45;font-size:12px;font-weight:800;text-decoration:none}.az-product-purchase .reset_variations:hover{background:rgba(198,122,69,.14);color:#2f241c}.az-product-purchase .single_variation_wrap{margin-top:4px}.az-product-purchase .woocommerce-variation{display:grid;gap:10px;margin-bottom:16px}.az-product-purchase .woocommerce-variation-price .price{display:inline-flex;align-items:baseline;gap:10px;margin:0;color:#2f241c;font-size:26px;font-weight:900}.az-product-purchase .woocommerce-variation-price .price del{color:#a8a097;font-size:16px;font-weight:600}.az-product-purchase .woocommerce-variation-price .price ins{color:#c67a45;text-decoration:none}.az-product-purchase .woocommerce-variation-availability .stock{display:inline-flex;align-items:center;min-height:34px;margin:0;padding:0 12px;border-radius:999px;background:rgba(122,143,77,.12);color:#5f713b;font-size:13px;font-weight:800}.az-product-purchase .woocommerce-variation-availability .stock.out-of-stock{background:rgba(184,92,69,.12);color:#b85c45}.az-product-purchase .woocommerce-variation-description,.az-product-purchase .woocommerce-variation-description p{margin:0;color:#7b6246;font-size:14px;line-height:1.65}.az-product-purchase .woocommerce-variation-add-to-cart{display:grid;grid-template-columns:132px minmax(0,1fr);gap:14px;align-items:stretch}.az-product-purchase .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button,.az-product-purchase .single_add_to_cart_button.disabled,.az-product-purchase .single_add_to_cart_button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.az-product-purchase .woocommerce-info,.az-product-purchase .woocommerce-message,.az-product-purchase .woocommerce-error{margin:0 0 14px;border-radius:16px}@media(max-width:640px){.az-product-purchase .variations tr{padding:14px;border-radius:16px}.az-product-purchase .variations select{min-height:48px;font-size:13px}.az-product-purchase .woocommerce-variation-add-to-cart{grid-template-columns:1fr;gap:12px}.az-product-purchase .woocommerce-variation-price .price{font-size:24px}}

/* v0.6.5 — Single product trust signals */
.az-product-trust{
  display:grid;
  grid-template-columns: minmax(220px,.85fr) minmax(0,2.15fr);
  gap:20px;
  margin-top:34px;
  padding:22px;
  border-radius:24px;
  background:linear-gradient(135deg,#2f241c 0%,#443126 58%,#5a3b2b 100%);
  border:1px solid rgba(231,200,117,.18);
  box-shadow:0 22px 60px rgba(47,36,28,.14);
  color:#fff;
}
.az-product-trust__intro{display:flex;flex-direction:column;justify-content:center;gap:8px;padding:6px 10px;color:#fff}
.az-product-trust__eyebrow{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#e7c875}
.az-product-trust__intro strong{max-width:280px;font-family:"Cormorant Garamond",Georgia,serif;font-size:27px;font-weight:600;line-height:1.08;color:#fff}
.az-product-trust__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.az-product-trust__item{display:flex;align-items:center;gap:12px;min-height:82px;padding:14px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);color:#fff;text-decoration:none;backdrop-filter:blur(12px);transition:transform 220ms ease,background 220ms ease,border-color 220ms ease}
.az-product-trust__item:hover{transform:translateY(-2px);background:rgba(255,255,255,.12);border-color:rgba(231,200,117,.34);color:#fff}
.az-product-trust__icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:999px;background:rgba(231,200,117,.18);border:1px solid rgba(231,200,117,.38);color:#e7c875;font-size:17px;font-weight:900}
.az-product-trust__item span:last-child{display:flex;flex-direction:column;gap:3px;min-width:0}
.az-product-trust__item strong{color:#fff;font-size:13px;font-weight:900;line-height:1.2}
.az-product-trust__item small{color:rgba(255,255,255,.72);font-size:12px;line-height:1.35}
.az-product-trust__stars{color:#00b67a;font-size:15px;letter-spacing:.02em;line-height:1;white-space:nowrap}
.az-product-trust__item--trustpilot{gap:10px}
@media(max-width:1100px){.az-product-trust{grid-template-columns:1fr}.az-product-trust__intro strong{max-width:none}.az-product-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.az-product-trust{margin-top:24px;padding:16px;border-radius:20px;gap:14px}.az-product-trust__intro{padding:0}.az-product-trust__intro strong{font-size:24px}.az-product-trust__grid{grid-template-columns:1fr;gap:10px}.az-product-trust__item{min-height:72px;border-radius:16px}.az-product-trust__stars{font-size:14px}}

/* v0.6.6 — Product Tabs / Accordion */
.az-product-details{
  margin-top:42px;
  padding:28px;
  border:1px solid #eadfce;
  border-radius:28px;
  background:linear-gradient(180deg,#fff 0%,#fffaf4 100%);
  box-shadow:0 18px 50px rgba(47,36,28,.06);
}
.az-product-details .woocommerce-tabs{width:100%}
.az-product-details .wc-tabs{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 28px!important;
  padding:6px!important;
  border:1px solid #eadfce;
  border-radius:999px;
  background:#faf7f2;
  list-style:none!important;
  overflow-x:auto;
  scrollbar-width:none;
}
.az-product-details .wc-tabs::-webkit-scrollbar{display:none}
.az-product-details .wc-tabs::before,.az-product-details .wc-tabs::after{display:none!important}
.az-product-details .wc-tabs li{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  border-radius:999px!important;
  white-space:nowrap;
}
.az-product-details .wc-tabs li::before,.az-product-details .wc-tabs li::after{display:none!important}
.az-product-details .wc-tabs li a{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 20px!important;
  border-radius:999px;
  color:#7b6246!important;
  font-size:14px;
  font-weight:900;
  text-decoration:none!important;
  transition:background 220ms ease,color 220ms ease,box-shadow 220ms ease;
}
.az-product-details .wc-tabs li.active a,
.az-product-details .wc-tabs li a:hover{
  background:#2f241c;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(47,36,28,.14);
}
.az-product-details .woocommerce-Tabs-panel{
  display:block;
  margin:0!important;
  padding:0!important;
  color:#7b6246;
  font-size:15px;
  line-height:1.85;
}
.az-product-details .woocommerce-Tabs-panel h2{
  margin:0 0 18px;
  color:#2f241c;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:34px;
  font-weight:600;
  line-height:1.1;
}
.az-product-details .woocommerce-Tabs-panel p{margin:0 0 16px}
.az-product-details .woocommerce-Tabs-panel p:last-child{margin-bottom:0}
.az-product-details .woocommerce-Tabs-panel table.shop_attributes{
  margin:0;
  border:1px solid #eadfce;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  border-collapse:separate;
  border-spacing:0;
}
.az-product-details .woocommerce-Tabs-panel table.shop_attributes th,
.az-product-details .woocommerce-Tabs-panel table.shop_attributes td{
  padding:14px 16px!important;
  border:0!important;
  border-bottom:1px solid #f0e6d9!important;
  background:#fff!important;
  color:#2f241c;
  font-size:14px;
}
.az-product-details .woocommerce-Tabs-panel table.shop_attributes tr:last-child th,
.az-product-details .woocommerce-Tabs-panel table.shop_attributes tr:last-child td{border-bottom:0!important}
.az-product-details .woocommerce-Tabs-panel table.shop_attributes th{font-weight:900;color:#7b6246;width:34%}
.az-product-details .az-tab-mobile-title{display:none}
.az-product-details .az-shipping-note{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.az-product-details .az-shipping-note__item{
  padding:18px;
  border:1px solid #eadfce;
  border-radius:18px;
  background:#fff;
}
.az-product-details .az-shipping-note__item strong{display:block;margin-bottom:5px;color:#2f241c;font-size:14px;font-weight:900}
.az-product-details .az-shipping-note__item small{display:block;color:#7b6246;font-size:13px;line-height:1.55}
@media(max-width:760px){
  .az-product-details{margin-top:30px;padding:16px;border-radius:22px}
  .az-product-details .wc-tabs{display:none!important}
  .az-product-details .woocommerce-Tabs-panel{
    display:block!important;
    margin:0 0 10px!important;
    padding:0!important;
    border:1px solid #eadfce;
    border-radius:18px;
    background:#fff;
    overflow:hidden;
  }
  .az-product-details .woocommerce-Tabs-panel:last-child{margin-bottom:0!important}
  .az-product-details .az-tab-mobile-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    min-height:56px;
    padding:0 16px;
    border:0;
    background:#fffaf4;
    color:#2f241c;
    font-size:14px;
    font-weight:900;
    text-align:left;
    cursor:pointer;
  }
  .az-product-details .az-tab-mobile-title::after{
    content:'+';
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:26px;
    height:26px;
    border-radius:999px;
    background:#f5eadc;
    color:#c67a45;
    font-size:17px;
    line-height:1;
  }
  .az-product-details .woocommerce-Tabs-panel.is-open .az-tab-mobile-title::after{content:'−'}
  .az-product-details .az-tab-mobile-content{display:none;padding:18px 16px 20px;color:#7b6246;font-size:14px;line-height:1.8}
  .az-product-details .woocommerce-Tabs-panel.is-open .az-tab-mobile-content{display:block}
  .az-product-details .woocommerce-Tabs-panel h2{display:none;font-size:28px}
  .az-product-details .az-shipping-note{grid-template-columns:1fr;gap:10px}
  .az-product-details .az-shipping-note__item{padding:14px;border-radius:14px}
}


/* v0.6.7 — Reviews System */
.az-product-reviews{
  margin-top:42px;
  padding:30px;
  border:1px solid #eadfce;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 50px rgba(47,36,28,.06);
}
.az-product-reviews__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}
.az-product-reviews__eyebrow{display:inline-flex;margin-bottom:8px;color:#c67a45;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.az-product-reviews h2{margin:0;color:#2f241c;font-family:"Cormorant Garamond",Georgia,serif;font-size:38px;font-weight:600;line-height:1.05}
.az-product-reviews__score{display:grid;gap:4px;min-width:178px;padding:16px 18px;border:1px solid #eadfce;border-radius:22px;background:#faf7f2;text-align:center}
.az-product-reviews__stars{color:#c8a96a;letter-spacing:.04em;font-size:16px;line-height:1}.az-product-reviews__score strong{color:#2f241c;font-size:24px;font-weight:900;line-height:1.1}.az-product-reviews__score small{color:#7b6246;font-size:12px;font-weight:800}
.az-product-reviews__summary{display:grid;gap:9px;margin-bottom:28px;padding:18px;border:1px solid #eadfce;border-radius:22px;background:linear-gradient(180deg,#fff 0%,#fffaf4 100%)}
.az-product-reviews__bar{display:grid;grid-template-columns:42px minmax(0,1fr) 34px;align-items:center;gap:10px;color:#7b6246;font-size:13px;font-weight:800}.az-product-reviews__bar em{font-style:normal;text-align:right;color:#9b8b7a}.az-product-reviews__track{height:8px;border-radius:999px;background:#f0e6d9;overflow:hidden}.az-product-reviews__track span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#c8a96a,#c67a45)}
.az-product-reviews__native #reviews{margin:0}.az-product-reviews__native .woocommerce-Reviews-title{display:none}.az-product-reviews__native #comments{margin:0 0 26px}.az-product-reviews__native .commentlist{display:grid;gap:14px;margin:0!important;padding:0!important;list-style:none!important}.az-product-reviews__native .commentlist li{margin:0!important;padding:0!important}.az-product-reviews__native .comment_container{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;padding:18px;border:1px solid #eadfce;border-radius:22px;background:#faf7f2}.az-product-reviews__native .avatar{width:48px!important;height:48px!important;border-radius:999px;object-fit:cover}.az-product-reviews__native .comment-text{margin:0!important;padding:0!important;border:0!important}.az-product-reviews__native .meta{margin:0 0 8px!important;color:#7b6246;font-size:13px}.az-product-reviews__native .woocommerce-review__author{color:#2f241c;font-weight:900}.az-product-reviews__native .woocommerce-review__dash{display:none}.az-product-reviews__native .woocommerce-review__published-date{color:#9b8b7a}.az-product-reviews__native .description,.az-product-reviews__native .description p{margin:0;color:#7b6246;font-size:14px;line-height:1.75}.az-product-reviews__native .star-rating{float:none!important;margin:0 0 8px;color:#c8a96a}.az-product-reviews__native .woocommerce-noreviews{margin:0;padding:18px;border:1px dashed #e0d1bf;border-radius:18px;background:#fffaf4;color:#7b6246;font-weight:800}.az-product-reviews__native #review_form_wrapper{margin-top:18px}.az-product-reviews__native #review_form{padding:22px;border:1px solid #eadfce;border-radius:24px;background:#fff}.az-product-reviews__native #reply-title{display:block;margin:0 0 14px;color:#2f241c;font-family:"Cormorant Garamond",Georgia,serif;font-size:30px;font-weight:600}.az-product-reviews__native .comment-form{display:grid;gap:14px;margin:0}.az-product-reviews__native .comment-form label{display:block;margin-bottom:7px;color:#2f241c;font-size:13px;font-weight:900}.az-product-reviews__native .comment-form input:not([type="checkbox"]),.az-product-reviews__native .comment-form textarea{width:100%;border:1px solid #eadfce;border-radius:16px;background:#faf7f2;color:#2f241c;font-size:14px;outline:none}.az-product-reviews__native .comment-form input:not([type="checkbox"]){min-height:48px;padding:0 14px}.az-product-reviews__native .comment-form textarea{min-height:130px;padding:14px;resize:vertical}.az-product-reviews__native .comment-form input:focus,.az-product-reviews__native .comment-form textarea:focus{border-color:rgba(198,122,69,.55);background:#fff;box-shadow:0 0 0 4px rgba(198,122,69,.1)}.az-product-reviews__native .comment-form-rating .stars a{color:#c8a96a;text-decoration:none}.az-product-reviews__native .form-submit{margin:4px 0 0}.az-product-reviews__native .form-submit .submit{min-height:50px;padding:0 24px;border:0;border-radius:999px;background:#2f241c;color:#fff;font-size:14px;font-weight:900;cursor:pointer}.az-product-reviews__native .form-submit .submit:hover{background:#c67a45}
@media(max-width:760px){.az-product-reviews{margin-top:30px;padding:18px;border-radius:22px}.az-product-reviews__header{display:grid;gap:16px}.az-product-reviews h2{font-size:32px}.az-product-reviews__score{min-width:0}.az-product-reviews__summary{padding:14px;border-radius:18px}.az-product-reviews__native .comment_container{grid-template-columns:40px minmax(0,1fr);gap:12px;padding:14px;border-radius:18px}.az-product-reviews__native .avatar{width:40px!important;height:40px!important}.az-product-reviews__native #review_form{padding:16px;border-radius:20px}.az-product-reviews__native #reply-title{font-size:26px}}

/* v0.6.8 Related products */
.az-product-related{margin-top:38px;padding:34px;background:linear-gradient(180deg,#fff 0%,#fffaf4 100%);border:1px solid #eadfce;border-radius:28px;box-shadow:0 18px 44px rgba(47,36,28,.06)}
.az-product-related__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px;border-bottom:1px solid #eadfce;padding-bottom:22px}
.az-product-related__eyebrow{display:block;margin-bottom:8px;color:#c67a45;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.az-product-related h2{margin:0;color:#2f241c;font-family:"Cormorant Garamond",Georgia,serif;font-size:42px;font-weight:600;line-height:1.05}
.az-product-related__header p{max-width:420px;margin:0;color:#7b6246;font-size:15px;line-height:1.7;text-align:right}
.az-product-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.az-product-related .az-product-card{height:100%;background:#fff}
.az-product-related .az-product-card__media{aspect-ratio:1/1}
@media(max-width:1024px){.az-product-related__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.az-product-related__header{display:grid;align-items:start}.az-product-related__header p{text-align:left;max-width:620px}}
@media(max-width:640px){.az-product-related{margin-top:28px;padding:20px;border-radius:22px}.az-product-related__header{gap:10px;margin-bottom:18px;padding-bottom:16px}.az-product-related h2{font-size:32px}.az-product-related__header p{font-size:14px}.az-product-related__grid{gap:14px}}

/* v0.6.8.2 — Scoped Single Product gallery/button hotfix
   Built from healthy v0.6.8. All rules are scoped to single product pages only
   so Shop Archive, Homepage and Footer remain untouched. */
body.single-product .az-product-main {
  grid-template-columns: minmax(0, 40fr) minmax(0, 60fr);
  gap: 48px;
}
body.single-product .az-product-gallery {
  margin-bottom: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 8%, rgba(200, 169, 106, .16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
  box-shadow: 0 20px 46px rgba(47, 36, 28, .07);
}
body.single-product .az-product-gallery .woocommerce-product-gallery .flex-viewport {
  border-radius: 24px;
  background: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(234, 223, 206, .92),
    0 18px 42px rgba(47, 36, 28, .07);
}
body.single-product .az-product-gallery .woocommerce-product-gallery__image img {
  border-radius: 24px;
  background: #fff;
}
body.single-product .az-product-gallery .flex-control-thumbs img {
  border: 1px solid rgba(234, 223, 206, .95);
  box-shadow: 0 6px 16px rgba(47, 36, 28, .04);
}
body.single-product .az-product-gallery .flex-control-thumbs img.flex-active,
body.single-product .az-product-gallery .flex-control-thumbs img:hover {
  border-color: #c8a96a;
  box-shadow:
    0 0 0 3px rgba(200, 169, 106, .14),
    0 12px 26px rgba(47, 36, 28, .10);
}
body.single-product .az-product-gallery .woocommerce-product-gallery__trigger {
  top: 18px !important;
  right: 18px !important;
  width: 42px !important;
  height: 42px !important;
  display: inline-grid !important;
  place-items: center !important;
  border: 1px solid rgba(234, 223, 206, .88) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .86) !important;
  box-shadow: 0 14px 34px rgba(47, 36, 28, .14) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}
body.single-product .az-product-gallery .woocommerce-product-gallery__trigger:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 16px 38px rgba(47, 36, 28, .18) !important;
}
body.single-product .az-product-gallery .woocommerce-product-gallery__trigger::before {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 19px !important;
  height: 19px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #2f241c !important;
  transform: none !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3Cpath d='M11 8v6'/%3E%3Cpath d='M8 11h6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3Cpath d='M11 8v6'/%3E%3Cpath d='M8 11h6'/%3E%3C/svg%3E") center / contain no-repeat;
}
body.single-product .az-product-gallery .woocommerce-product-gallery__trigger::after {
  display: none !important;
}
body.single-product.woocommerce div.product .az-product-purchase form.cart .button.single_add_to_cart_button,
body.single-product.woocommerce div.product form.cart .button.single_add_to_cart_button,
body.single-product .az-product-purchase .single_add_to_cart_button {
  background: linear-gradient(135deg, #2f241c 0%, #4a3528 100%) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 14px 30px rgba(47, 36, 28, .18) !important;
}
body.single-product.woocommerce div.product .az-product-purchase form.cart .button.single_add_to_cart_button:hover,
body.single-product.woocommerce div.product form.cart .button.single_add_to_cart_button:hover,
body.single-product .az-product-purchase .single_add_to_cart_button:hover {
  background: linear-gradient(135deg, #c67a45 0%, #a65f33 100%) !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(198, 122, 69, .22) !important;
}
@media (max-width: 1024px) {
  body.single-product .az-product-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 640px) {
  body.single-product .az-product-gallery {
    border-radius: 22px;
    margin-bottom: 22px;
    box-shadow: 0 16px 36px rgba(47, 36, 28, .07);
  }
  body.single-product .az-product-gallery .woocommerce-product-gallery .flex-viewport,
  body.single-product .az-product-gallery .woocommerce-product-gallery__image img {
    border-radius: 18px;
  }
  body.single-product .az-product-gallery .woocommerce-product-gallery__trigger {
    top: 14px !important;
    right: 14px !important;
    width: 38px !important;
    height: 38px !important;
  }
}

/* v0.6.8.3 — Scoped single product gallery/title polish */
body.single-product .az-product-main {
  grid-template-columns: minmax(0, 40fr) minmax(420px, 60fr);
  gap: 44px;
}
body.single-product .az-product-gallery {
  padding: 16px;
}
body.single-product .az-product-gallery .woocommerce-product-gallery {
  display: block;
}
body.single-product .az-product-gallery .woocommerce-product-gallery .flex-viewport {
  width: 100%;
  border-radius: 22px;
  background: #f8f3ea;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(234,223,206,.9);
}
body.single-product .az-product-gallery .woocommerce-product-gallery__image a {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f3ea;
}
body.single-product .az-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}
body.single-product .az-product-gallery .woocommerce-product-gallery .flex-control-thumbs {
  display: flex !important;
  flex-direction: row;
  gap: 12px;
  max-height: none;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 14px 0 0 !important;
  padding: 0 2px 4px !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(47,36,28,.22) transparent;
}
body.single-product .az-product-gallery .flex-control-thumbs li {
  flex: 0 0 76px;
  width: 76px !important;
}
body.single-product .az-product-gallery .flex-control-thumbs img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(234,223,206,.95);
}
body.single-product .az-product-summary .product_title,
body.single-product .az-product-summary h1 {
  font-size: clamp(34px, 3.1vw, 46px);
  line-height: 1.08;
  letter-spacing: -.02em;
  margin-bottom: 12px;
}
body.single-product .az-product-summary__inner {
  padding: 32px;
}
body.single-product .az-product-purchase .single_add_to_cart_button,
body.single-product.woocommerce div.product form.cart .button,
body.single-product .woocommerce button.button.single_add_to_cart_button {
  background: linear-gradient(135deg,#2f241c 0%,#4a3528 100%) !important;
  color: #fff !important;
}
body.single-product .az-product-purchase .single_add_to_cart_button:hover,
body.single-product.woocommerce div.product form.cart .button:hover,
body.single-product .woocommerce button.button.single_add_to_cart_button:hover {
  background: linear-gradient(135deg,#c67a45 0%,#a65f33 100%) !important;
}
@media (max-width: 1180px) {
  body.single-product .az-product-main {
    grid-template-columns: minmax(0, 44fr) minmax(380px, 56fr);
    gap: 34px;
  }
}
@media (max-width: 1024px) {
  body.single-product .az-product-main { grid-template-columns: 1fr; }
  body.single-product .az-product-summary .product_title,
  body.single-product .az-product-summary h1 { font-size: clamp(34px, 8vw, 46px); }
}
@media (max-width: 640px) {
  body.single-product .az-product-gallery { padding: 10px; }
  body.single-product .az-product-gallery .woocommerce-product-gallery__image img,
  body.single-product .az-product-gallery .woocommerce-product-gallery .flex-viewport { border-radius: 16px; }
  body.single-product .az-product-gallery .flex-control-thumbs li { flex-basis: 64px; width: 64px !important; }
  body.single-product .az-product-summary .product_title,
  body.single-product .az-product-summary h1 { font-size: 34px; }
  body.single-product .az-product-summary__inner { padding: 24px; }
}

/* v0.6.8.4 — Single product title scale only */
body.single-product .az-product-summary .product_title,
body.single-product .az-product-summary h1 {
  font-size: 24px !important;
  line-height: 1.5 !important;
  letter-spacing: -0.005em;
  margin-top: 0;
  margin-bottom: 10px;
}
body.single-product .az-product-summary__eyebrow {
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1.35;
}
body.single-product .az-product-summary__rating-row { margin-bottom: 14px; }
body.single-product .az-product-summary__price-row { margin-bottom: 16px; }
body.single-product .az-product-summary__excerpt {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body.single-product .az-product-summary__excerpt .woocommerce-product-details__short-description,
body.single-product .az-product-summary__excerpt .woocommerce-product-details__short-description p {
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  body.single-product .az-product-summary .product_title,
  body.single-product .az-product-summary h1 {
    font-size: 24px !important;
    line-height: 1.5 !important;
  }
}
@media (max-width: 640px) {
  body.single-product .az-product-summary .product_title,
  body.single-product .az-product-summary h1 {
    font-size: 24px !important;
    line-height: 1.5 !important;
    margin-bottom: 10px;
  }
  body.single-product .az-product-summary__inner { padding: 22px; }
}

/* v0.6.8.5 — Cart page phase 1, scoped shell only */
body.woocommerce-cart .az-cart-page {
  padding: 42px 0 72px;
  background: linear-gradient(180deg, #fbf7ef 0%, #fffaf3 44%, #fff 100%);
}
body.woocommerce-cart .az-cart-page__container { max-width: 1220px; }
body.woocommerce-cart .az-cart-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #8b7356;
  font-size: 13px;
  font-weight: 700;
}
body.woocommerce-cart .az-cart-breadcrumb a { color: #6b5238; text-decoration: none; }
body.woocommerce-cart .az-cart-breadcrumb a:hover { color: #c67a45; }
body.woocommerce-cart .az-cart-hero {
  margin-bottom: 26px;
  padding: 28px;
  border: 1px solid rgba(234, 223, 206, .95);
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 24px 70px rgba(47,36,28,.08);
  backdrop-filter: blur(16px);
}
body.woocommerce-cart .az-cart-hero__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
body.woocommerce-cart .az-cart-hero__copy { max-width: 660px; }
body.woocommerce-cart .az-cart-hero__eyebrow,
body.woocommerce-cart .az-cart-panel__head span,
body.woocommerce-cart .az-cart-empty__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: #c67a45;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
body.woocommerce-cart .az-cart-hero__title {
  margin: 0;
  color: #2f241c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.02em;
}
body.woocommerce-cart .az-cart-hero__text {
  max-width: 520px;
  margin: 12px 0 0;
  color: #7b6246;
  font-size: 15px;
  line-height: 1.75;
}
body.woocommerce-cart .az-cart-hero__meta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 112px;
  border-radius: 24px;
  background: #2f241c;
  color: #fff;
  box-shadow: 0 18px 44px rgba(47,36,28,.18);
}
body.woocommerce-cart .az-cart-hero__meta strong { font-size: 34px; line-height: 1; }
body.woocommerce-cart .az-cart-hero__meta span { margin-top: 6px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
body.woocommerce-cart .az-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  gap: 24px;
  align-items: start;
}
body.woocommerce-cart .az-cart-panel,
body.woocommerce-cart .az-cart-empty-shell {
  border: 1px solid rgba(234, 223, 206, .95);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(47,36,28,.07);
  overflow: hidden;
}
body.woocommerce-cart .az-cart-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(234, 223, 206, .88);
  background: linear-gradient(180deg, #fff 0%, #fffaf3 100%);
}
body.woocommerce-cart .az-cart-panel__head h2 {
  margin: 0;
  color: #2f241c;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}
body.woocommerce-cart .az-cart-panel__head a {
  color: #6b5238;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}
body.woocommerce-cart .az-cart-panel__head a:hover { color: #c67a45; }
body.woocommerce-cart .az-cart-form { margin: 0; }
body.woocommerce-cart .az-cart-table.shop_table {
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}
body.woocommerce-cart .az-cart-table.shop_table th {
  padding: 15px 14px;
  border: 0;
  border-bottom: 1px solid rgba(234,223,206,.9);
  color: #8b7356;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.woocommerce-cart .az-cart-table.shop_table td {
  padding: 18px 14px;
  border: 0;
  border-bottom: 1px solid rgba(234,223,206,.72);
  vertical-align: middle;
}
body.woocommerce-cart .az-cart-table .product-thumbnail img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 16px;
  background: #f8f3ea;
  box-shadow: inset 0 0 0 1px rgba(234,223,206,.95);
}
body.woocommerce-cart .az-cart-table .product-name a {
  color: #2f241c;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  text-decoration: none;
}
body.woocommerce-cart .az-cart-table .product-name a:hover { color: #c67a45; }
body.woocommerce-cart .az-cart-table .variation,
body.woocommerce-cart .az-cart-table .backorder_notification { margin-top: 8px; color: #8b7356; font-size: 12px; }
body.woocommerce-cart .az-cart-table .product-price,
body.woocommerce-cart .az-cart-table .product-subtotal { color: #2f241c; font-weight: 900; }
body.woocommerce-cart .az-cart-table .product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #fff5f1;
  color: #a65f33 !important;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}
body.woocommerce-cart .az-cart-table .product-remove a.remove:hover { background: #2f241c; color: #fff !important; }
body.woocommerce-cart .az-cart-table .quantity .qty {
  width: 76px;
  min-height: 42px;
  border: 1px solid rgba(234,223,206,.95);
  border-radius: 14px;
  background: #fffaf3;
  color: #2f241c;
  font-weight: 900;
  text-align: center;
}
body.woocommerce-cart .az-cart-table td.actions {
  padding: 20px 24px;
  background: #fffaf3;
}
body.woocommerce-cart .az-cart-table td.actions .coupon { display: inline-flex; gap: 10px; margin-right: 12px; }
body.woocommerce-cart .az-cart-table td.actions .input-text {
  min-height: 44px;
  border: 1px solid rgba(234,223,206,.95);
  border-radius: 14px;
  padding: 0 14px;
  background: #fff;
}
body.woocommerce-cart .az-cart-table td.actions .button,
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: #2f241c !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 44px;
  text-decoration: none;
}
body.woocommerce-cart .az-cart-table td.actions .button:hover,
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:hover { background: #c67a45 !important; }
body.woocommerce-cart .az-cart-sidebar { position: sticky; top: 110px; }
body.woocommerce-cart .az-cart-panel--summary .cart-collaterals { padding: 0 24px 24px; }
body.woocommerce-cart .az-cart-panel--summary .cart_totals { float: none; width: 100%; }
body.woocommerce-cart .az-cart-panel--summary .cart_totals h2 { display: none; }
body.woocommerce-cart .az-cart-panel--summary .shop_table { border: 0; margin: 0; }
body.woocommerce-cart .az-cart-panel--summary .shop_table th,
body.woocommerce-cart .az-cart-panel--summary .shop_table td {
  border: 0;
  border-bottom: 1px solid rgba(234,223,206,.72);
  padding: 15px 0;
  color: #2f241c;
}
body.woocommerce-cart .az-cart-panel--summary .shop_table th { color: #7b6246; font-size: 13px; font-weight: 900; }
body.woocommerce-cart .az-cart-panel--summary .order-total th,
body.woocommerce-cart .az-cart-panel--summary .order-total td { font-size: 18px; }
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout { padding: 18px 0 0; }
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button { display: flex; align-items: center; justify-content: center; width: 100%; margin: 0; }
body.woocommerce-cart .az-cart-empty-shell { padding: 58px 24px; text-align: center; }
body.woocommerce-cart .az-cart-empty { max-width: 480px; margin: 0 auto; }
body.woocommerce-cart .az-cart-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #fff5e7;
  color: #c67a45;
  box-shadow: inset 0 0 0 1px rgba(231,200,117,.45);
}
body.woocommerce-cart .az-cart-empty h2 {
  margin: 0;
  color: #2f241c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1;
}
body.woocommerce-cart .az-cart-empty p { margin: 12px auto 22px; color: #7b6246; line-height: 1.7; }
body.woocommerce-cart .az-cart-empty__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: #2f241c;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}
body.woocommerce-cart .az-cart-empty__button:hover { background: #c67a45; color: #fff; }
@media (max-width: 980px) {
  body.woocommerce-cart .az-cart-layout { grid-template-columns: 1fr; }
  body.woocommerce-cart .az-cart-sidebar { position: static; }
}
@media (max-width: 720px) {
  body.woocommerce-cart .az-cart-page { padding: 24px 0 48px; }
  body.woocommerce-cart .az-cart-hero { padding: 22px; border-radius: 22px; }
  body.woocommerce-cart .az-cart-hero__content { align-items: flex-start; }
  body.woocommerce-cart .az-cart-hero__meta { min-width: 78px; min-height: 78px; border-radius: 18px; }
  body.woocommerce-cart .az-cart-hero__meta strong { font-size: 24px; }
  body.woocommerce-cart .az-cart-panel,
  body.woocommerce-cart .az-cart-empty-shell { border-radius: 22px; }
  body.woocommerce-cart .az-cart-panel__head { padding: 18px; }
  body.woocommerce-cart .az-cart-table.shop_table thead { display: none; }
  body.woocommerce-cart .az-cart-table.shop_table tr.cart_item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 10px 14px;
    padding: 18px;
    border-bottom: 1px solid rgba(234,223,206,.72);
  }
  body.woocommerce-cart .az-cart-table.shop_table tr.cart_item td { display: block; padding: 0; border: 0; }
  body.woocommerce-cart .az-cart-table .product-remove { grid-column: 2; grid-row: 1; justify-self: end; }
  body.woocommerce-cart .az-cart-table .product-thumbnail { grid-column: 1; grid-row: 1 / span 4; }
  body.woocommerce-cart .az-cart-table .product-thumbnail img { width: 72px; height: 72px; }
  body.woocommerce-cart .az-cart-table .product-name { grid-column: 2; padding-right: 38px !important; }
  body.woocommerce-cart .az-cart-table .product-price,
  body.woocommerce-cart .az-cart-table .product-quantity,
  body.woocommerce-cart .az-cart-table .product-subtotal { grid-column: 2; }
  body.woocommerce-cart .az-cart-table .product-price::before,
  body.woocommerce-cart .az-cart-table .product-quantity::before,
  body.woocommerce-cart .az-cart-table .product-subtotal::before {
    content: attr(data-title) ": ";
    color: #8b7356;
    font-size: 12px;
    font-weight: 900;
  }
  body.woocommerce-cart .az-cart-table td.actions { padding: 18px; }
  body.woocommerce-cart .az-cart-table td.actions .coupon { display: grid; grid-template-columns: 1fr; width: 100%; margin: 0 0 12px; }
  body.woocommerce-cart .az-cart-table td.actions .button { width: 100%; }
}

/* v0.6.8.6 — Cart page phase 2, scoped item-row polish only */
body.woocommerce-cart .az-cart-table.shop_table{border-spacing:0 12px;padding:12px 18px 18px;background:transparent}body.woocommerce-cart .az-cart-table.shop_table thead th{background:transparent;border-bottom:0;padding-top:4px;padding-bottom:8px}body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item{position:relative;border-radius:22px;background:#fffaf3;box-shadow:inset 0 0 0 1px rgba(234,223,206,.9),0 14px 34px rgba(47,36,28,.045);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item:hover{transform:translateY(-1px);background:#fff;box-shadow:inset 0 0 0 1px rgba(231,200,117,.52),0 18px 42px rgba(47,36,28,.07)}body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item td{border-bottom:0;padding-top:18px;padding-bottom:18px;background:transparent}body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item td:first-child{border-top-left-radius:22px;border-bottom-left-radius:22px}body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item td:last-child{border-top-right-radius:22px;border-bottom-right-radius:22px}body.woocommerce-cart .az-cart-table .product-thumbnail{width:92px}body.woocommerce-cart .az-cart-table .product-thumbnail a{display:inline-flex;border-radius:18px;overflow:hidden}body.woocommerce-cart .az-cart-table .product-thumbnail img{width:86px;height:86px;border-radius:18px;box-shadow:inset 0 0 0 1px rgba(234,223,206,.95),0 10px 24px rgba(47,36,28,.08)}body.woocommerce-cart .az-cart-item__info{display:grid;gap:6px;min-width:0}body.woocommerce-cart .az-cart-item__label{color:#c67a45;font-size:10px;font-weight:900;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}body.woocommerce-cart .az-cart-item__title a,body.woocommerce-cart .az-cart-table .product-name a{display:inline;color:#2f241c;font-size:16px;font-weight:900;line-height:1.45;text-decoration:none}body.woocommerce-cart .az-cart-item__meta:empty{display:none}body.woocommerce-cart .az-cart-table .variation{display:flex;flex-wrap:wrap;gap:6px 10px;margin:0}body.woocommerce-cart .az-cart-table .variation dt,body.woocommerce-cart .az-cart-table .variation dd{margin:0;color:#8b7356;font-size:12px;line-height:1.5}body.woocommerce-cart .az-cart-table .variation dt{font-weight:900}body.woocommerce-cart .az-cart-table .variation dd p{margin:0}body.woocommerce-cart .az-cart-table .product-price,body.woocommerce-cart .az-cart-table .product-subtotal{color:#2f241c;font-size:14px;font-weight:900;white-space:nowrap}body.woocommerce-cart .az-cart-table .product-subtotal{color:#6b5238}body.woocommerce-cart .az-cart-table .product-remove{width:48px;text-align:center}body.woocommerce-cart .az-cart-table .product-remove a.remove.az-cart-item__remove{width:38px;height:38px;border:1px solid rgba(198,122,69,.18);background:#fff;color:#a65f33!important;font-size:0}body.woocommerce-cart .az-cart-table .product-remove a.remove.az-cart-item__remove:hover{border-color:#2f241c;background:#2f241c;color:#fff!important}body.woocommerce-cart .az-cart-table .product-remove a.remove.az-cart-item__remove .az-icon{display:block;pointer-events:none}@media (max-width:720px){body.woocommerce-cart .az-cart-table.shop_table{display:block;padding:0;border-spacing:0}body.woocommerce-cart .az-cart-table.shop_table tbody,body.woocommerce-cart .az-cart-table.shop_table tr,body.woocommerce-cart .az-cart-table.shop_table td{width:100%}body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item{margin:14px;border-radius:22px;border-bottom:0;box-shadow:inset 0 0 0 1px rgba(234,223,206,.9),0 14px 34px rgba(47,36,28,.05)}body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item:hover{transform:none}body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item td:first-child,body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item td:last-child{border-radius:0}body.woocommerce-cart .az-cart-table .product-thumbnail img{width:72px;height:72px;border-radius:16px}body.woocommerce-cart .az-cart-item__label{display:none}body.woocommerce-cart .az-cart-item__title a,body.woocommerce-cart .az-cart-table .product-name a{font-size:15px}body.woocommerce-cart .az-cart-table .product-remove a.remove.az-cart-item__remove{width:34px;height:34px}body.woocommerce-cart .az-cart-table .product-price,body.woocommerce-cart .az-cart-table .product-subtotal{font-size:13px}}

/* v0.6.8.9 — Cart responsive pass, scoped to cart page only */
@media (max-width: 980px) {
  body.woocommerce-cart .az-cart-page__container {
    max-width: 100%;
  }

  body.woocommerce-cart .az-cart-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  body.woocommerce-cart .az-cart-sidebar {
    position: static;
    top: auto;
  }

  body.woocommerce-cart .az-cart-panel--summary .cart-collaterals {
    padding: 0 20px 20px;
  }
}

@media (max-width: 720px) {
  body.woocommerce-cart .az-cart-page {
    padding: 18px 0 42px;
    overflow-x: hidden;
  }

  body.woocommerce-cart .az-container.az-cart-page__container {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.woocommerce-cart .az-cart-breadcrumb {
    margin-bottom: 12px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  body.woocommerce-cart .az-cart-hero {
    margin-bottom: 16px;
    padding: 18px;
    border-radius: 22px;
  }

  body.woocommerce-cart .az-cart-hero__content {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 14px;
  }

  body.woocommerce-cart .az-cart-hero__title {
    font-size: clamp(32px, 11vw, 42px);
    line-height: 1.05;
  }

  body.woocommerce-cart .az-cart-hero__text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.65;
  }

  body.woocommerce-cart .az-cart-hero__meta {
    min-width: 66px;
    min-height: 66px;
    border-radius: 18px;
  }

  body.woocommerce-cart .az-cart-hero__meta strong { font-size: 22px; }
  body.woocommerce-cart .az-cart-hero__meta span { font-size: 10px; }

  body.woocommerce-cart .az-cart-panel,
  body.woocommerce-cart .az-cart-empty-shell {
    border-radius: 22px;
  }

  body.woocommerce-cart .az-cart-panel__head {
    align-items: flex-start;
    padding: 16px;
    gap: 10px;
  }

  body.woocommerce-cart .az-cart-panel__head h2 {
    font-size: 18px;
  }

  body.woocommerce-cart .az-cart-panel__head a {
    white-space: nowrap;
    font-size: 12px;
  }

  body.woocommerce-cart .az-cart-table.shop_table,
  body.woocommerce-cart .az-cart-table.shop_table tbody {
    display: block;
    width: 100%;
  }

  body.woocommerce-cart .az-cart-table.shop_table thead {
    display: none;
  }

  body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    grid-template-areas:
      "thumb name"
      "thumb price"
      "thumb qty"
      "thumb subtotal";
    gap: 8px 12px;
    width: auto;
    margin: 12px;
    padding: 14px;
    border-radius: 20px;
    background: #fffaf3;
  }

  body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item td {
    display: block;
    width: auto;
    min-width: 0;
    padding: 0 !important;
    border: 0;
    background: transparent;
    text-align: left !important;
  }

  body.woocommerce-cart .az-cart-table .product-remove {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: auto;
  }

  body.woocommerce-cart .az-cart-table .product-thumbnail {
    grid-area: thumb;
    width: 76px;
  }

  body.woocommerce-cart .az-cart-table .product-thumbnail a,
  body.woocommerce-cart .az-cart-table .product-thumbnail img {
    width: 76px;
    height: 76px;
    border-radius: 16px;
  }

  body.woocommerce-cart .az-cart-table .product-name {
    grid-area: name;
    padding-right: 38px !important;
  }

  body.woocommerce-cart .az-cart-item__title a,
  body.woocommerce-cart .az-cart-table .product-name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.45;
  }

  body.woocommerce-cart .az-cart-table .variation {
    margin-top: 4px;
  }

  body.woocommerce-cart .az-cart-table .product-price { grid-area: price; }
  body.woocommerce-cart .az-cart-table .product-quantity { grid-area: qty; }
  body.woocommerce-cart .az-cart-table .product-subtotal { grid-area: subtotal; }

  body.woocommerce-cart .az-cart-table .product-price,
  body.woocommerce-cart .az-cart-table .product-quantity,
  body.woocommerce-cart .az-cart-table .product-subtotal {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
  }

  body.woocommerce-cart .az-cart-table .product-price::before,
  body.woocommerce-cart .az-cart-table .product-quantity::before,
  body.woocommerce-cart .az-cart-table .product-subtotal::before {
    content: attr(data-title);
    color: #8b7356;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  body.woocommerce-cart .az-cart-table .quantity .qty {
    width: 68px;
    min-height: 38px;
    border-radius: 12px;
  }

  body.woocommerce-cart .az-cart-table.shop_table tr:not(.az-cart-item) {
    display: block;
    width: 100%;
  }

  body.woocommerce-cart .az-cart-table.shop_table tr:not(.az-cart-item) td.actions {
    display: grid;
    gap: 12px;
    width: 100%;
    padding: 16px !important;
    background: #fffaf3;
  }

  body.woocommerce-cart .az-cart-table td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin: 0;
  }

  body.woocommerce-cart .az-cart-table td.actions .input-text,
  body.woocommerce-cart .az-cart-table td.actions .button {
    width: 100%;
  }

  body.woocommerce-cart .az-cart-panel--summary .cart-collaterals {
    padding: 0 16px 16px;
  }

  body.woocommerce-cart .az-cart-panel--summary .shop_table th,
  body.woocommerce-cart .az-cart-panel--summary .shop_table td {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: left;
  }

  body.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button {
    min-height: 48px;
    line-height: 48px;
  }
}

@media (max-width: 420px) {
  body.woocommerce-cart .az-container.az-cart-page__container {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.woocommerce-cart .az-cart-hero__content {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .az-cart-hero__meta {
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
  }

  body.woocommerce-cart .az-cart-hero__meta span {
    margin-top: 0;
  }

  body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 8px 10px;
    margin: 10px;
    padding: 12px;
  }

  body.woocommerce-cart .az-cart-table .product-thumbnail,
  body.woocommerce-cart .az-cart-table .product-thumbnail a,
  body.woocommerce-cart .az-cart-table .product-thumbnail img {
    width: 64px;
    height: 64px;
  }
}

/* v0.6.8.10 — Cart mobile card refinement, scoped to cart page only */
@media (max-width: 720px) {
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item td::before,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item .product-name::before,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item .product-thumbnail::before,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item .product-remove::before { content: none !important; display: none !important; }
  body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item { grid-template-columns: 82px minmax(0, 1fr); grid-template-areas: "thumb name" "thumb price" "thumb qty" "thumb subtotal"; align-items: start; gap: 9px 13px; margin: 12px 14px; padding: 14px 14px 15px; text-align: left; }
  body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item td,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item td { display: block !important; float: none !important; clear: none !important; width: auto !important; min-width: 0; text-align: left !important; }
  body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item .product-thumbnail,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item .product-thumbnail { display: block !important; grid-area: thumb; width: 82px !important; }
  body.woocommerce-cart .az-cart-table .product-thumbnail a,
  body.woocommerce-cart .az-cart-table .product-thumbnail img { display: block !important; width: 82px !important; height: 82px !important; border-radius: 17px; }
  body.woocommerce-cart .az-cart-table .product-name { grid-area: name; padding-right: 42px !important; }
  body.woocommerce-cart .az-cart-item__info { gap: 3px; text-align: left; }
  body.woocommerce-cart .az-cart-item__title,
  body.woocommerce-cart .az-cart-item__title a,
  body.woocommerce-cart .az-cart-table .product-name a { text-align: left !important; }
  body.woocommerce-cart .az-cart-item__title a,
  body.woocommerce-cart .az-cart-table .product-name a { display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-width: 100%; overflow: hidden; color: #2f241c; font-size: 14px; line-height: 1.35; word-break: normal; overflow-wrap: anywhere; }
  body.woocommerce-cart .az-cart-table .product-price,
  body.woocommerce-cart .az-cart-table .product-quantity,
  body.woocommerce-cart .az-cart-table .product-subtotal { display: flex !important; align-items: center; justify-content: space-between; gap: 10px; width: 100% !important; color: #2f241c; font-size: 13px; line-height: 1.2; }
  body.woocommerce-cart .az-cart-table .product-price::before,
  body.woocommerce-cart .az-cart-table .product-quantity::before,
  body.woocommerce-cart .az-cart-table .product-subtotal::before { content: attr(data-title) !important; display: inline-block !important; flex: 0 0 auto; color: #8b7356; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
  body.woocommerce-cart .az-cart-table .quantity .qty { width: 64px; min-height: 36px; padding: 0 8px; border-radius: 13px; font-size: 14px; }
  body.woocommerce-cart .az-cart-table .product-remove { position: absolute; top: 12px; right: 12px; z-index: 3; display: block !important; width: auto !important; }
  body.woocommerce-cart .az-cart-table .product-remove a.remove.az-cart-item__remove { width: 34px; height: 34px; background: rgba(255,255,255,.92); box-shadow: 0 8px 18px rgba(47,36,28,.08); }
}
@media (max-width: 420px) {
  body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item { grid-template-columns: 72px minmax(0, 1fr); gap: 8px 11px; margin: 10px; padding: 12px; }
  body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item .product-thumbnail,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item .product-thumbnail,
  body.woocommerce-cart .az-cart-table .product-thumbnail a,
  body.woocommerce-cart .az-cart-table .product-thumbnail img { width: 72px !important; height: 72px !important; }
  body.woocommerce-cart .az-cart-item__title a,
  body.woocommerce-cart .az-cart-table .product-name a { font-size: 13px; }
}


/* v0.6.9.0 — Cart mobile polish, scoped to Cart only */
@media (max-width: 768px) {
  body.woocommerce-cart .az-cart-page {
    overflow-x: hidden;
  }

  body.woocommerce-cart .az-cart-page__container {
    max-width: 100%;
  }

  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item td::before {
    content: none !important;
    display: none !important;
  }

  body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item {
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-areas:
      "thumb name"
      "price price"
      "qty qty"
      "subtotal subtotal";
    align-items: start;
    gap: 12px;
    width: auto !important;
    margin: 14px 14px 16px !important;
    padding: 14px !important;
    border: 0 !important;
    border-radius: 22px;
    background: #fffaf3;
    box-shadow: inset 0 0 0 1px rgba(234, 223, 206, .92), 0 16px 36px rgba(47, 36, 28, .06);
  }

  body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item td,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item td {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
  }

  body.woocommerce-cart .az-cart-table .product-thumbnail {
    grid-area: thumb !important;
    width: 92px !important;
  }

  body.woocommerce-cart .az-cart-table .product-thumbnail a,
  body.woocommerce-cart .az-cart-table .product-thumbnail img {
    display: block !important;
    width: 92px !important;
    height: 92px !important;
    border-radius: 18px;
  }

  body.woocommerce-cart .az-cart-table .product-name {
    grid-area: name !important;
    padding-right: 40px !important;
  }

  body.woocommerce-cart .az-cart-item__info {
    gap: 5px;
  }

  body.woocommerce-cart .az-cart-item__title a,
  body.woocommerce-cart .az-cart-table .product-name a {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  body.woocommerce-cart .az-cart-table .variation,
  body.woocommerce-cart .az-cart-table .backorder_notification {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.45;
  }

  body.woocommerce-cart .az-cart-table .product-price { grid-area: price !important; }
  body.woocommerce-cart .az-cart-table .product-quantity { grid-area: qty !important; }
  body.woocommerce-cart .az-cart-table .product-subtotal { grid-area: subtotal !important; }

  body.woocommerce-cart .az-cart-table .product-price,
  body.woocommerce-cart .az-cart-table .product-quantity,
  body.woocommerce-cart .az-cart-table .product-subtotal {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 42px;
    padding: 10px 12px !important;
    border-radius: 15px;
    background: rgba(255, 255, 255, .78) !important;
    box-shadow: inset 0 0 0 1px rgba(234, 223, 206, .78);
    color: #2f241c;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.3;
  }

  body.woocommerce-cart .az-cart-table .product-price::before,
  body.woocommerce-cart .az-cart-table .product-quantity::before,
  body.woocommerce-cart .az-cart-table .product-subtotal::before {
    content: attr(data-title) !important;
    display: inline-flex !important;
    flex: 0 0 auto;
    color: #8b7356;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
  }

  body.woocommerce-cart .az-cart-table .quantity,
  body.woocommerce-cart .az-cart-table .quantity .qty {
    margin: 0;
  }

  body.woocommerce-cart .az-cart-table .quantity .qty {
    width: 66px;
    min-height: 34px;
    border-radius: 12px;
    background: #fffaf3;
    font-size: 14px;
  }

  body.woocommerce-cart .az-cart-table .product-remove {
    position: absolute !important;
    top: 12px;
    right: 12px;
    z-index: 4;
    display: block !important;
    width: auto !important;
  }

  body.woocommerce-cart .az-cart-table .product-remove a.remove.az-cart-item__remove {
    width: 34px;
    height: 34px;
    border-color: rgba(198, 122, 69, .16);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 18px rgba(47, 36, 28, .08);
  }

  body.woocommerce-cart .az-cart-table.shop_table tr:not(.az-cart-item) td.actions {
    padding: 14px !important;
  }
}

@media (max-width: 420px) {
  body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
    margin: 10px 10px 14px !important;
    padding: 12px !important;
    border-radius: 20px;
  }

  body.woocommerce-cart .az-cart-table .product-thumbnail,
  body.woocommerce-cart .az-cart-table .product-thumbnail a,
  body.woocommerce-cart .az-cart-table .product-thumbnail img {
    width: 76px !important;
    height: 76px !important;
    border-radius: 16px;
  }

  body.woocommerce-cart .az-cart-table .product-name {
    padding-right: 38px !important;
  }

  body.woocommerce-cart .az-cart-item__title a,
  body.woocommerce-cart .az-cart-table .product-name a {
    font-size: 13px;
    line-height: 1.4;
  }

  body.woocommerce-cart .az-cart-table .product-price,
  body.woocommerce-cart .az-cart-table .product-quantity,
  body.woocommerce-cart .az-cart-table .product-subtotal {
    min-height: 40px;
    padding: 9px 10px !important;
    border-radius: 14px;
    font-size: 12px;
  }

  body.woocommerce-cart .az-cart-table .product-remove {
    top: 10px;
    right: 10px;
  }

  body.woocommerce-cart .az-cart-table .product-remove a.remove.az-cart-item__remove {
    width: 32px;
    height: 32px;
  }
}

/* v0.6.9.3 — Cart item mobile layout fix, scoped to Cart only */
@media (max-width: 768px) {
  body.woocommerce-cart .az-cart-table.shop_table,
  body.woocommerce-cart .az-cart-table.shop_table tbody {
    display: block !important;
    width: 100% !important;
  }

  body.woocommerce-cart .az-cart-table.shop_table thead {
    display: none !important;
  }

  body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item {
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr);
    grid-template-areas:
      "thumb name"
      "price price"
      "qty qty"
      "subtotal subtotal";
    gap: 10px 14px;
    position: relative;
    width: auto !important;
    margin: 12px 12px 14px !important;
    padding: 14px !important;
    border: 0 !important;
    border-radius: 22px !important;
    background: #fffaf3 !important;
    box-shadow: inset 0 0 0 1px rgba(234, 223, 206, .92), 0 14px 30px rgba(47, 36, 28, .055) !important;
  }

  body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item td,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item td {
    float: none !important;
    clear: none !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
  }

  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item td::before,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item .product-thumbnail::before,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item .product-name::before,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item .product-remove::before {
    content: none !important;
    display: none !important;
  }

  body.woocommerce-cart .az-cart-table .product-thumbnail,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item .product-thumbnail {
    display: block !important;
    grid-area: thumb !important;
    width: 86px !important;
  }

  body.woocommerce-cart .az-cart-table .product-thumbnail a,
  body.woocommerce-cart .az-cart-table .product-thumbnail img {
    display: block !important;
    width: 86px !important;
    height: 86px !important;
    border-radius: 18px !important;
    object-fit: cover !important;
  }

  body.woocommerce-cart .az-cart-table .product-name,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item .product-name {
    display: block !important;
    grid-area: name !important;
    padding-right: 42px !important;
    align-self: start !important;
  }

  body.woocommerce-cart .az-cart-item__label {
    display: none !important;
  }

  body.woocommerce-cart .az-cart-item__info {
    display: block !important;
    gap: 0 !important;
    min-width: 0 !important;
  }

  body.woocommerce-cart .az-cart-item__title,
  body.woocommerce-cart .az-cart-item__title a,
  body.woocommerce-cart .az-cart-table .product-name a {
    display: -webkit-box !important;
    max-width: 100% !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    color: #2f241c !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.42 !important;
    text-align: left !important;
    text-decoration: none !important;
    overflow-wrap: anywhere !important;
  }

  body.woocommerce-cart .az-cart-table .variation,
  body.woocommerce-cart .az-cart-table .backorder_notification {
    margin-top: 5px !important;
    color: #8b7356 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  body.woocommerce-cart .az-cart-table .product-remove,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item .product-remove {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 4 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
  }

  body.woocommerce-cart .az-cart-table .product-remove a.remove.az-cart-item__remove {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(198, 122, 69, .18) !important;
    background: rgba(255,255,255,.96) !important;
    color: #a65f33 !important;
    box-shadow: 0 8px 18px rgba(47,36,28,.08) !important;
  }

  body.woocommerce-cart .az-cart-table .product-price { grid-area: price !important; }
  body.woocommerce-cart .az-cart-table .product-quantity { grid-area: qty !important; }
  body.woocommerce-cart .az-cart-table .product-subtotal { grid-area: subtotal !important; }

  body.woocommerce-cart .az-cart-table .product-price,
  body.woocommerce-cart .az-cart-table .product-quantity,
  body.woocommerce-cart .az-cart-table .product-subtotal,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item .product-price,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item .product-quantity,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item .product-subtotal {
    display: grid !important;
    grid-template-columns: minmax(82px, 1fr) auto !important;
    align-items: center !important;
    column-gap: 12px !important;
    min-height: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #2f241c !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
  }

  body.woocommerce-cart .az-cart-table .product-price::before,
  body.woocommerce-cart .az-cart-table .product-quantity::before,
  body.woocommerce-cart .az-cart-table .product-subtotal::before {
    content: attr(data-title) !important;
    display: block !important;
    color: #8b7356 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: .075em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
  }

  body.woocommerce-cart .az-cart-item__value,
  body.woocommerce-cart .az-cart-item__qty {
    justify-self: end !important;
    text-align: right !important;
  }

  body.woocommerce-cart .az-cart-table .quantity {
    display: block !important;
    margin: 0 !important;
  }

  body.woocommerce-cart .az-cart-table .quantity .qty {
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    min-height: 34px !important;
    padding: 0 8px !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #2f241c !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-align: center !important;
    box-shadow: inset 0 0 0 1px rgba(234, 223, 206, .9) !important;
  }
}

@media (max-width: 420px) {
  body.woocommerce-cart .az-cart-table.shop_table tr.az-cart-item,
  body.woocommerce-cart .az-cart-table.shop_table.shop_table_responsive tr.az-cart-item {
    grid-template-columns: 76px minmax(0, 1fr) !important;
    gap: 9px 12px !important;
    margin: 10px 10px 13px !important;
    padding: 12px !important;
    border-radius: 20px !important;
  }

  body.woocommerce-cart .az-cart-table .product-thumbnail,
  body.woocommerce-cart .az-cart-table .product-thumbnail a,
  body.woocommerce-cart .az-cart-table .product-thumbnail img {
    width: 76px !important;
    height: 76px !important;
    border-radius: 16px !important;
  }

  body.woocommerce-cart .az-cart-item__title,
  body.woocommerce-cart .az-cart-item__title a,
  body.woocommerce-cart .az-cart-table .product-name a {
    font-size: 13px !important;
    line-height: 1.38 !important;
  }

  body.woocommerce-cart .az-cart-table .product-price,
  body.woocommerce-cart .az-cart-table .product-quantity,
  body.woocommerce-cart .az-cart-table .product-subtotal {
    grid-template-columns: minmax(74px, 1fr) auto !important;
    font-size: 12.5px !important;
  }
}

/* AZeeMall Cart Quantity Controls - v0.6.9.3 (scoped to cart only) */
body.woocommerce-cart .az-cart-table .az-cart-qty-control{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;width:auto!important;margin:0!important;padding:4px!important;border-radius:999px!important;background:#fff!important;box-shadow:inset 0 0 0 1px rgba(234,223,206,.92)!important}body.woocommerce-cart .az-cart-table .az-cart-qty-control__button{appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:30px!important;min-width:30px!important;border:0!important;border-radius:999px!important;background:#fff7ed!important;color:#2f241c!important;font-size:17px!important;font-weight:900!important;line-height:1!important;cursor:pointer!important;transition:background 180ms ease,color 180ms ease,transform 180ms ease,opacity 180ms ease!important}body.woocommerce-cart .az-cart-table .az-cart-qty-control__button:hover:not(:disabled){background:#c67a45!important;color:#fff!important;transform:translateY(-1px)!important}body.woocommerce-cart .az-cart-table .az-cart-qty-control__button:disabled{cursor:not-allowed!important;opacity:.38!important}body.woocommerce-cart .az-cart-table .az-cart-qty-control__field,body.woocommerce-cart .az-cart-table .az-cart-qty-control__field .quantity{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;margin:0!important;padding:0!important}body.woocommerce-cart .az-cart-table .az-cart-qty-control .quantity .qty,body.woocommerce-cart .az-cart-table .az-cart-qty-control input.qty{appearance:textfield!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:30px!important;min-height:30px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#2f241c!important;font-size:14px!important;font-weight:900!important;line-height:30px!important;text-align:center!important}body.woocommerce-cart .az-cart-table .az-cart-qty-control input.qty::-webkit-outer-spin-button,body.woocommerce-cart .az-cart-table .az-cart-qty-control input.qty::-webkit-inner-spin-button{margin:0!important;appearance:none!important;-webkit-appearance:none!important}body.woocommerce-cart .az-cart-table td.actions button[name=update_cart].az-cart-update-is-ready{background:#2f241c!important;color:#fff!important}@media (max-width:640px){body.woocommerce-cart .az-cart-table .az-cart-qty-control{justify-self:end!important;gap:4px!important;padding:3px!important}body.woocommerce-cart .az-cart-table .az-cart-qty-control__button{width:28px!important;height:28px!important;min-width:28px!important;font-size:16px!important}body.woocommerce-cart .az-cart-table .az-cart-qty-control .quantity .qty,body.woocommerce-cart .az-cart-table .az-cart-qty-control input.qty{width:38px!important;min-width:38px!important;max-width:38px!important;height:28px!important;min-height:28px!important;font-size:13px!important;line-height:28px!important}}


/* AZeeMall Cart Coupon UX - v0.6.9.4 (append-only, scoped to Cart) */
body.woocommerce-cart .az-cart-table td.actions .az-cart-coupon {
  display: grid;
  grid-template-columns: minmax(180px, .85fr) minmax(280px, 1.15fr);
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 0 0 14px;
  padding: 16px;
  border: 1px solid rgba(234, 223, 206, .92);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(91, 59, 34, .07);
}
body.woocommerce-cart .az-cart-table td.actions .az-cart-coupon__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}
body.woocommerce-cart .az-cart-table td.actions .az-cart-coupon__title {
  color: #2f241c;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: -.01em;
}
body.woocommerce-cart .az-cart-table td.actions .az-cart-coupon__hint {
  color: #7b6246;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.55;
}
body.woocommerce-cart .az-cart-table td.actions .az-cart-coupon__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
}
body.woocommerce-cart .az-cart-table td.actions .az-cart-coupon .az-cart-coupon__input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(198, 122, 69, .28);
  border-radius: 999px;
  padding: 0 18px;
  background: #fffaf3;
  color: #2f241c;
  font-size: 13px;
  font-weight: 850;
  outline: 0;
}
body.woocommerce-cart .az-cart-table td.actions .az-cart-coupon .az-cart-coupon__input:focus {
  border-color: rgba(198, 122, 69, .72);
  box-shadow: 0 0 0 4px rgba(198, 122, 69, .12);
}
body.woocommerce-cart .az-cart-table td.actions .button.az-cart-coupon__button {
  min-width: 132px;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 20px;
  line-height: 48px;
  white-space: nowrap;
}
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info {
  border: 1px solid rgba(234, 223, 206, .9);
  border-radius: 18px;
  background: #fffaf3;
  color: #2f241c;
  box-shadow: 0 12px 30px rgba(91, 59, 34, .06);
}
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
  border-color: rgba(71, 142, 89, .25);
}
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error {
  border-color: rgba(178, 67, 56, .24);
}
@media (max-width: 767px) {
  body.woocommerce-cart .az-cart-table td.actions .az-cart-coupon {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
  }
  body.woocommerce-cart .az-cart-table td.actions .az-cart-coupon__form {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body.woocommerce-cart .az-cart-table td.actions .az-cart-coupon .az-cart-coupon__input,
  body.woocommerce-cart .az-cart-table td.actions .button.az-cart-coupon__button {
    width: 100%;
  }
}

/* AZeeMall Cart Summary / Totals Box - v0.6.9.5 (append-only, scoped to Cart) */
body.woocommerce-cart .az-cart-sidebar {
  align-self: start;
}
body.woocommerce-cart .az-cart-panel--summary {
  overflow: hidden;
  border: 1px solid rgba(234, 223, 206, .95);
  border-radius: 28px;
  background: linear-gradient(180deg, #fffaf3 0%, #fff 100%);
  box-shadow: 0 22px 54px rgba(91, 59, 34, .09);
}
body.woocommerce-cart .az-cart-panel__head--summary {
  padding: 22px 24px 16px;
  border-bottom: 1px solid rgba(234, 223, 206, .82);
  background: rgba(255, 250, 243, .72);
}
body.woocommerce-cart .az-cart-panel__head--summary span {
  display: inline-flex;
  margin-bottom: 6px;
  color: #a65f33;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.woocommerce-cart .az-cart-panel__head--summary h2 {
  margin: 0;
  color: #2f241c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.02em;
}
body.woocommerce-cart .az-cart-panel--summary .cart-collaterals {
  padding: 18px 24px 24px;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals > h2 {
  display: none !important;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals table.shop_table,
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table {
  width: 100%;
  margin: 0;
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table tbody,
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table tr,
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table th,
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table td {
  display: block;
  border: 0 !important;
  background: transparent !important;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(234, 223, 206, .82) !important;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table tr:first-child {
  padding-top: 0;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table tr:last-child {
  border-bottom: 0 !important;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table th,
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table td {
  padding: 0 !important;
  color: #2f241c;
  line-height: 1.55;
  text-align: right;
  vertical-align: top;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table th {
  color: #7b6246;
  font-size: 13px;
  font-weight: 950;
  text-align: left;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table td,
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table td strong,
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table td bdi {
  color: #2f241c;
  font-size: 14px;
  font-weight: 950;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .woocommerce-shipping-totals td {
  text-align: left;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .woocommerce-shipping-methods {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .woocommerce-shipping-methods li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 8px;
  margin: 0;
  color: #2f241c;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.45;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .woocommerce-shipping-destination,
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .woocommerce-shipping-calculator {
  margin: 10px 0 0;
  color: #7b6246;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.6;
  text-align: left;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .shipping-calculator-button {
  color: #a65f33;
  font-weight: 950;
  text-decoration: none;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .order-total {
  margin-top: 6px;
  padding: 16px 18px;
  border: 1px solid rgba(198, 122, 69, .20) !important;
  border-radius: 20px;
  background: #fff7ed !important;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .order-total th,
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .order-total td,
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .order-total td strong,
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .order-total td bdi {
  color: #2f241c;
  font-size: 19px;
  font-weight: 1000;
  line-height: 1.2;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .wc-proceed-to-checkout {
  padding: 20px 0 0 !important;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .az-cart-panel--summary .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0 22px !important;
  background: #2f241c !important;
  color: #fff !important;
  box-shadow: 0 15px 34px rgba(47, 36, 28, .18) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 54px !important;
  letter-spacing: -.01em !important;
  text-decoration: none !important;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease !important;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .az-cart-panel--summary .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #c67a45 !important;
  box-shadow: 0 16px 36px rgba(198, 122, 69, .24) !important;
  transform: translateY(-1px) !important;
}
body.woocommerce-cart .az-cart-panel--summary .cart_totals .wc-proceed-to-checkout::after {
  content: "Secure checkout · Tax and shipping calculated at checkout";
  display: block;
  margin-top: 12px;
  color: #8b7356;
  font-size: 11.5px;
  font-weight: 750;
  line-height: 1.55;
  text-align: center;
}
@media (min-width: 992px) {
  body.woocommerce-cart .az-cart-sidebar {
    position: sticky;
    top: 110px;
  }
}
@media (max-width: 991px) {
  body.woocommerce-cart .az-cart-sidebar {
    position: static !important;
    top: auto !important;
    width: 100%;
  }
  body.woocommerce-cart .az-cart-panel--summary {
    border-radius: 24px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-cart .az-cart-panel__head--summary {
    padding: 18px 18px 13px;
  }
  body.woocommerce-cart .az-cart-panel__head--summary h2 {
    font-size: 26px;
  }
  body.woocommerce-cart .az-cart-panel--summary .cart-collaterals {
    padding: 15px 18px 18px;
  }
  body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table tr {
    gap: 10px;
    padding: 13px 0;
  }
  body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .woocommerce-shipping-totals {
    grid-template-columns: 1fr;
  }
  body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .woocommerce-shipping-totals th,
  body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .woocommerce-shipping-totals td {
    text-align: left;
  }
  body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .order-total {
    padding: 14px 16px;
  }
  body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .order-total th,
  body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .order-total td,
  body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .order-total td strong,
  body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table .order-total td bdi {
    font-size: 17px;
  }
  body.woocommerce-cart .az-cart-panel--summary .cart_totals .wc-proceed-to-checkout a.checkout-button,
  body.woocommerce-cart .az-cart-panel--summary .cart_totals .wc-proceed-to-checkout .checkout-button {
    min-height: 52px !important;
    line-height: 52px !important;
  }
}

/* AZeeMall Cart QA & Polish - v0.6.9.6 (append-only, scoped to Cart) */
body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

body.woocommerce-cart .az-cart-page .woocommerce-message,
body.woocommerce-cart .az-cart-page .woocommerce-info,
body.woocommerce-cart .az-cart-page .woocommerce-error {
  border: 1px solid rgba(234, 223, 206, .95) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 16px 42px rgba(47, 36, 28, .07) !important;
  color: #2f241c !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
}

body.woocommerce-cart .az-cart-page .woocommerce-message::before,
body.woocommerce-cart .az-cart-page .woocommerce-info::before {
  color: #c67a45 !important;
}

body.woocommerce-cart .az-cart-page .woocommerce-error::before {
  color: #b84934 !important;
}

body.woocommerce-cart .az-cart-empty-shell {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(231, 200, 117, .16), transparent 42%),
    #fff;
}

body.woocommerce-cart .az-cart-empty {
  width: 100%;
}

body.woocommerce-cart .az-cart-empty__icon {
  transform: translateZ(0);
}

body.woocommerce-cart .az-cart-empty__button:focus-visible,
body.woocommerce-cart .az-cart-table .az-cart-item__remove:focus-visible,
body.woocommerce-cart .az-cart-table td.actions .button:focus-visible,
body.woocommerce-cart .az-cart-panel--summary .cart_totals .wc-proceed-to-checkout a.checkout-button:focus-visible {
  outline: 3px solid rgba(198, 122, 69, .28) !important;
  outline-offset: 3px !important;
}

body.woocommerce-cart .az-cart-table .az-cart-item__meta:empty {
  display: none !important;
}

body.woocommerce-cart .az-cart-table .az-cart-item__value bdi,
body.woocommerce-cart .az-cart-panel--summary .cart_totals .shop_table bdi {
  white-space: nowrap;
}

body.woocommerce-cart .az-cart-panel--summary .cart_totals .wc-proceed-to-checkout a.checkout-button {
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease !important;
}

body.woocommerce-cart .az-cart-panel--summary .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(198, 122, 69, .20) !important;
}

@media (max-width: 768px) {
  body.woocommerce-cart .az-cart-page .woocommerce-message,
  body.woocommerce-cart .az-cart-page .woocommerce-info,
  body.woocommerce-cart .az-cart-page .woocommerce-error {
    margin: 0 0 16px !important;
    padding: 14px 16px 14px 44px !important;
    border-radius: 16px !important;
    font-size: 13px !important;
  }

  body.woocommerce-cart .az-cart-empty-shell {
    min-height: 360px;
    padding: 42px 18px !important;
  }

  body.woocommerce-cart .az-cart-empty__icon {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
  }

  body.woocommerce-cart .az-cart-empty h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  body.woocommerce-cart .az-cart-empty p {
    max-width: 300px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  body.woocommerce-cart .az-cart-empty__button {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 420px) {
  body.woocommerce-cart .az-cart-page {
    padding-top: 18px;
  }

  body.woocommerce-cart .az-cart-hero,
  body.woocommerce-cart .az-cart-panel,
  body.woocommerce-cart .az-cart-empty-shell {
    border-radius: 18px;
  }

  body.woocommerce-cart .az-cart-panel__head {
    padding: 14px;
  }

  body.woocommerce-cart .az-cart-layout {
    gap: 16px;
  }
}

/* Checkout Layout Base — v0.6.10.0
   Scoped only to WooCommerce checkout. Appended without rebuilding app.css. */
body.woocommerce-checkout .az-checkout-route,
body.woocommerce-checkout .az-checkout-page {
  background: #f7f3ee;
}

body.woocommerce-checkout .az-checkout-page {
  padding: 40px 0 72px;
}

body.woocommerce-checkout .az-checkout-page__container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

body.woocommerce-checkout .az-checkout-hero {
  margin-bottom: 24px;
}

body.woocommerce-checkout .az-checkout-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #8a7868;
  font-size: 13px;
  line-height: 1.6;
}

body.woocommerce-checkout .az-checkout-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

body.woocommerce-checkout .az-checkout-breadcrumb a:hover {
  color: #5f3b23;
}

body.woocommerce-checkout .az-checkout-hero__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 28px;
  border: 1px solid rgba(95, 59, 35, 0.10);
  border-radius: 28px;
  background: #fffaf5;
  box-shadow: 0 20px 55px rgba(62, 43, 31, 0.08);
}

body.woocommerce-checkout .az-checkout-hero__eyebrow,
body.woocommerce-checkout .az-checkout-panel__head span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #b87a4b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-checkout .az-checkout-hero__title {
  margin: 0;
  color: #2d221a;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

body.woocommerce-checkout .az-checkout-hero__text {
  max-width: 620px;
  margin: 10px 0 0;
  color: #6f6259;
  font-size: 15px;
  line-height: 1.7;
}

body.woocommerce-checkout .az-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 440px);
  gap: 24px;
  align-items: start;
}

body.woocommerce-checkout .az-checkout-layout--review-only {
  grid-template-columns: minmax(0, 720px);
  justify-content: center;
}

body.woocommerce-checkout .az-checkout-layout--review-only .az-checkout-sidebar {
  width: 100%;
}

body.woocommerce-checkout .az-checkout-panel {
  border: 1px solid rgba(95, 59, 35, 0.10);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(62, 43, 31, 0.07);
}

body.woocommerce-checkout .az-checkout-panel--details {
  padding: 26px;
}

body.woocommerce-checkout .az-checkout-panel--review {
  position: sticky;
  top: 112px;
  padding: 24px;
}

body.woocommerce-checkout .az-checkout-panel__head {
  margin-bottom: 18px;
}

body.woocommerce-checkout .az-checkout-panel__head h2,
body.woocommerce-checkout #order_review_heading {
  margin: 0;
  color: #2d221a;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

body.woocommerce-checkout .az-checkout-fields {
  display: grid;
  gap: 18px;
}

body.woocommerce-checkout .az-checkout-fields .col-1,
body.woocommerce-checkout .az-checkout-fields .col-2 {
  float: none;
  width: 100%;
}

body.woocommerce-checkout .az-checkout-review table.shop_table {
  margin: 0 0 18px;
  border: 0;
}

body.woocommerce-checkout .az-checkout-review table.shop_table th,
body.woocommerce-checkout .az-checkout-review table.shop_table td {
  border-color: rgba(95, 59, 35, 0.10);
}

@media (max-width: 900px) {
  body.woocommerce-checkout .az-checkout-page {
    padding: 28px 0 52px;
  }

  body.woocommerce-checkout .az-checkout-page__container {
    width: min(100% - 24px, 720px);
  }

  body.woocommerce-checkout .az-checkout-hero__content {
    padding: 22px;
    border-radius: 22px;
  }

  body.woocommerce-checkout .az-checkout-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.woocommerce-checkout .az-checkout-panel--details,
  body.woocommerce-checkout .az-checkout-panel--review {
    padding: 20px;
    border-radius: 22px;
  }

  body.woocommerce-checkout .az-checkout-panel--review {
    position: static;
  }
}

@media (max-width: 520px) {
  body.woocommerce-checkout .az-checkout-page__container {
    width: min(100% - 18px, 420px);
  }

  body.woocommerce-checkout .az-checkout-hero__title {
    font-size: 26px;
  }

  body.woocommerce-checkout .az-checkout-panel__head h2,
  body.woocommerce-checkout #order_review_heading {
    font-size: 20px;
  }
}

/* Checkout Fields — v0.6.10.1
   Scoped field polish only. Appended intentionally; do not rebuild app.css. */
body.woocommerce-checkout .az-checkout-page .woocommerce-billing-fields,
body.woocommerce-checkout .az-checkout-page .woocommerce-shipping-fields,
body.woocommerce-checkout .az-checkout-page .woocommerce-additional-fields {
  margin: 0;
}

body.woocommerce-checkout .az-checkout-page .woocommerce-billing-fields > h3,
body.woocommerce-checkout .az-checkout-page .woocommerce-shipping-fields > h3,
body.woocommerce-checkout .az-checkout-page .woocommerce-additional-fields > h3,
body.woocommerce-checkout .az-checkout-page #ship-to-different-address {
  margin: 22px 0 16px;
  color: #2d221a;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

body.woocommerce-checkout .az-checkout-page .woocommerce-billing-fields > h3:first-child,
body.woocommerce-checkout .az-checkout-page .woocommerce-shipping-fields > h3:first-child {
  margin-top: 0;
}

body.woocommerce-checkout .az-checkout-page .form-row {
  margin: 0 0 16px;
  padding: 0;
}

body.woocommerce-checkout .az-checkout-page .form-row-first,
body.woocommerce-checkout .az-checkout-page .form-row-last {
  width: calc(50% - 8px);
}

body.woocommerce-checkout .az-checkout-page .form-row-first {
  margin-right: 16px;
}

body.woocommerce-checkout .az-checkout-page .form-row-wide {
  clear: both;
}

body.woocommerce-checkout .az-checkout-page .form-row label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 8px;
  color: #4b3a2c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

body.woocommerce-checkout .az-checkout-page .form-row .required {
  color: #b85c38;
  text-decoration: none;
}

body.woocommerce-checkout .az-checkout-page .form-row .optional {
  color: #9a8a7b;
  font-size: 12px;
  font-weight: 600;
}

body.woocommerce-checkout .az-checkout-page .input-text,
body.woocommerce-checkout .az-checkout-page input[type="text"],
body.woocommerce-checkout .az-checkout-page input[type="email"],
body.woocommerce-checkout .az-checkout-page input[type="tel"],
body.woocommerce-checkout .az-checkout-page input[type="password"],
body.woocommerce-checkout .az-checkout-page textarea,
body.woocommerce-checkout .az-checkout-page select {
  width: 100%;
  min-height: 52px;
  margin: 0;
  border: 1px solid rgba(95, 59, 35, 0.16);
  border-radius: 16px;
  background: #fffaf5;
  color: #2d221a;
  font-size: 14px;
  line-height: 1.45;
  outline: none;
  box-shadow: 0 1px 0 rgba(95, 59, 35, 0.03);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

body.woocommerce-checkout .az-checkout-page input[type="text"],
body.woocommerce-checkout .az-checkout-page input[type="email"],
body.woocommerce-checkout .az-checkout-page input[type="tel"],
body.woocommerce-checkout .az-checkout-page input[type="password"],
body.woocommerce-checkout .az-checkout-page select {
  padding: 0 16px;
}

body.woocommerce-checkout .az-checkout-page textarea {
  min-height: 116px;
  padding: 14px 16px;
  resize: vertical;
}

body.woocommerce-checkout .az-checkout-page .input-text:focus,
body.woocommerce-checkout .az-checkout-page input[type="text"]:focus,
body.woocommerce-checkout .az-checkout-page input[type="email"]:focus,
body.woocommerce-checkout .az-checkout-page input[type="tel"]:focus,
body.woocommerce-checkout .az-checkout-page input[type="password"]:focus,
body.woocommerce-checkout .az-checkout-page textarea:focus,
body.woocommerce-checkout .az-checkout-page select:focus {
  border-color: rgba(122, 73, 43, 0.48);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(178, 111, 70, 0.12);
}

body.woocommerce-checkout .az-checkout-page .form-row.woocommerce-invalid .input-text,
body.woocommerce-checkout .az-checkout-page .form-row.woocommerce-invalid select,
body.woocommerce-checkout .az-checkout-page .form-row.woocommerce-invalid textarea {
  border-color: rgba(184, 68, 46, 0.72);
  background: #fff7f5;
}

body.woocommerce-checkout .az-checkout-page .form-row.woocommerce-validated .input-text,
body.woocommerce-checkout .az-checkout-page .form-row.woocommerce-validated select,
body.woocommerce-checkout .az-checkout-page .form-row.woocommerce-validated textarea {
  border-color: rgba(91, 137, 77, 0.42);
}

body.woocommerce-checkout .az-checkout-page .woocommerce-input-wrapper {
  display: block;
}

body.woocommerce-checkout .az-checkout-page .select2-container {
  width: 100% !important;
  min-height: 52px;
}

body.woocommerce-checkout .az-checkout-page .select2-container .select2-selection--single {
  min-height: 52px;
  border: 1px solid rgba(95, 59, 35, 0.16);
  border-radius: 16px;
  background: #fffaf5;
}

body.woocommerce-checkout .az-checkout-page .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 11px 42px 11px 16px;
  color: #2d221a;
  font-size: 14px;
  line-height: 30px;
}

body.woocommerce-checkout .az-checkout-page .select2-container .select2-selection--single .select2-selection__arrow {
  height: 52px;
  right: 12px;
}

body.woocommerce-checkout .az-checkout-page .select2-container--open .select2-selection--single,
body.woocommerce-checkout .az-checkout-page .select2-container--focus .select2-selection--single {
  border-color: rgba(122, 73, 43, 0.48);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(178, 111, 70, 0.12);
}

body.woocommerce-checkout .az-checkout-page #ship-to-different-address label,
body.woocommerce-checkout .az-checkout-page .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #3e2f24;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

body.woocommerce-checkout .az-checkout-page #ship-to-different-address input[type="checkbox"],
body.woocommerce-checkout .az-checkout-page .woocommerce-form__label-for-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #7a492b;
}

body.woocommerce-checkout .az-checkout-page .woocommerce-account-fields,
body.woocommerce-checkout .az-checkout-page .woocommerce-additional-fields {
  margin-top: 10px;
}

body.woocommerce-checkout .az-checkout-page .woocommerce-invalid-required-field label {
  color: #8f3a2c;
}

@media (max-width: 680px) {
  body.woocommerce-checkout .az-checkout-page .form-row-first,
  body.woocommerce-checkout .az-checkout-page .form-row-last {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  body.woocommerce-checkout .az-checkout-page .form-row {
    margin-bottom: 14px;
  }

  body.woocommerce-checkout .az-checkout-page .input-text,
  body.woocommerce-checkout .az-checkout-page input[type="text"],
  body.woocommerce-checkout .az-checkout-page input[type="email"],
  body.woocommerce-checkout .az-checkout-page input[type="tel"],
  body.woocommerce-checkout .az-checkout-page input[type="password"],
  body.woocommerce-checkout .az-checkout-page select,
  body.woocommerce-checkout .az-checkout-page .select2-container,
  body.woocommerce-checkout .az-checkout-page .select2-container .select2-selection--single {
    min-height: 50px;
    border-radius: 14px;
  }
}

/* AZeeMall Checkout Order Review — v0.6.10.2
   Scoped only to WooCommerce checkout. Append-only: do not rebuild global CSS. */
body.woocommerce-checkout .az-checkout-page .az-checkout-panel--review {
  overflow: visible;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review {
  margin-top: 18px;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-review-order-table {
  width: 100%;
  margin: 0;
  border: 1px solid rgba(95, 59, 35, 0.1);
  border-radius: 20px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fffaf5;
  box-shadow: none;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table th,
body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table td {
  padding: 15px 18px;
  border: 0;
  border-bottom: 1px solid rgba(95, 59, 35, 0.09);
  color: #3e2f24;
  font-size: 14px;
  line-height: 1.55;
  vertical-align: top;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table thead th {
  background: rgba(122, 73, 43, 0.06);
  color: #2d221a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table th:last-child,
body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table td:last-child {
  text-align: right;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tbody .product-name {
  color: #2d221a;
  font-weight: 800;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tbody .product-name .product-quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 24px;
  margin-left: 6px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(122, 73, 43, 0.09);
  color: #7a492b;
  font-size: 12px;
  font-weight: 900;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tbody .product-total,
body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tfoot td {
  color: #2d221a;
  font-weight: 900;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tfoot th {
  color: #6a5547;
  font-weight: 800;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tfoot tr:last-child th,
body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tfoot tr:last-child td {
  border-bottom: 0;
  background: #ffffff;
  color: #2d221a;
  font-size: 16px;
  font-weight: 950;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tfoot tr.order-total th,
body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tfoot tr.order-total td {
  padding-top: 18px;
  padding-bottom: 18px;
  background: rgba(122, 73, 43, 0.07);
  color: #2d221a;
  font-size: 17px;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tfoot tr.order-total .amount {
  color: #7a492b;
  font-size: 20px;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review .cart-subtotal .amount,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .shipping .amount,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .fee .amount,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .tax-rate .amount {
  font-weight: 900;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-shipping-methods li {
  margin: 0 0 8px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  justify-content: flex-end;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-shipping-methods li:last-child {
  margin-bottom: 0;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-shipping-methods input[type="radio"] {
  margin-top: 4px;
  accent-color: #7a492b;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-shipping-destination,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-shipping-calculator {
  margin: 8px 0 0;
  color: #7b6a5c;
  font-size: 12px;
  line-height: 1.5;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-shipping-calculator a {
  color: #7a492b;
  font-weight: 900;
  text-decoration: none;
}

@media (min-width: 1025px) {
  body.woocommerce-checkout .az-checkout-page .az-checkout-sidebar {
    align-self: start;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-panel--review {
    position: sticky;
    top: 110px;
  }
}

@media (max-width: 680px) {
  body.woocommerce-checkout .az-checkout-page .az-checkout-review {
    margin-top: 14px;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-review-order-table {
    border-radius: 16px;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table thead {
    display: none;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tr {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
    padding: 14px;
    border-bottom: 1px solid rgba(95, 59, 35, 0.09);
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tbody tr:last-child,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tfoot tr:last-child {
    border-bottom: 0;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table th,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table td {
    display: block;
    padding: 0;
    border: 0;
    font-size: 13px;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table th:last-child,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table td:last-child {
    text-align: right;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tfoot tr.order-total {
    padding: 16px;
    background: rgba(122, 73, 43, 0.07);
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tfoot tr.order-total th,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tfoot tr.order-total td {
    background: transparent;
    font-size: 15px;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review table.shop_table tfoot tr.order-total .amount {
    font-size: 18px;
  }
}

/* AZeeMall Checkout Payment Section — v0.6.10.3
   Scoped only to WooCommerce checkout. Append-only: do not rebuild global CSS. */
body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(95, 59, 35, 0.1);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(95, 59, 35, 0.06);
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment ul.payment_methods,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment ul.payment_methods {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment ul.payment_methods li,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment ul.payment_methods li {
  position: relative;
  margin: 0 0 12px;
  padding: 14px 14px 14px 46px;
  border: 1px solid rgba(95, 59, 35, 0.1);
  border-radius: 18px;
  background: #fffaf5;
  color: #3e2f24;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment ul.payment_methods li:last-child,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment ul.payment_methods li:last-child {
  margin-bottom: 0;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment ul.payment_methods li:has(input[type="radio"]:checked),
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment ul.payment_methods li:has(input[type="radio"]:checked) {
  border-color: rgba(122, 73, 43, 0.42);
  background: #fff7ee;
  box-shadow: 0 10px 24px rgba(122, 73, 43, 0.08);
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment ul.payment_methods input[type="radio"],
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment ul.payment_methods input[type="radio"] {
  position: absolute;
  top: 17px;
  left: 16px;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #7a492b;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment ul.payment_methods label,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment ul.payment_methods label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #2d221a;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
  cursor: pointer;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment ul.payment_methods label img,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment ul.payment_methods label img {
  max-height: 26px;
  margin: 0 0 0 auto;
  border-radius: 6px;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .payment_box,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .payment_box {
  margin: 12px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(95, 59, 35, 0.08);
  border-radius: 14px;
  background: #ffffff;
  color: #7b6a5c;
  font-size: 13px;
  line-height: 1.7;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .payment_box::before,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .payment_box::before {
  display: none;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .payment_box p,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .form-row.place-order,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .form-row.place-order {
  margin: 16px 0 0;
  padding: 0;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .woocommerce-privacy-policy-text,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .woocommerce-privacy-policy-text,
body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  margin: 0 0 14px;
  color: #7b6a5c;
  font-size: 12px;
  line-height: 1.7;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment a,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment a {
  color: #7a492b;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 680px) {
  body.woocommerce-checkout .az-checkout-page__container {
    width: min(100% - 10px, 520px);
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-panel--review {
    padding: 14px 10px;
    border-radius: 18px;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review {
    margin-top: 12px;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment {
    margin-top: 14px;
    padding: 8px 4px 4px;
    border: 0;
    border-radius: 16px;
    background: transparent;
    box-shadow: none;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment ul.payment_methods li,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment ul.payment_methods li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 8px;
    min-width: 0;
    padding: 12px 8px;
    border-radius: 16px;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment ul.payment_methods input[type="radio"],
  body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment ul.payment_methods input[type="radio"] {
    position: static;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    margin: 1px 0 0;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment ul.payment_methods label,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment ul.payment_methods label {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    font-size: 13px;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .payment_box,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .payment_box {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 4px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 12px;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .payment_box > *,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .payment_box > *,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .payment_box fieldset,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .payment_box fieldset,
  body.woocommerce-checkout .az-checkout-page .wc-stripe-upe-element,
  body.woocommerce-checkout .az-checkout-page #wc-stripe-upe-form,
  body.woocommerce-checkout .az-checkout-page #wc-stripe-payment-element,
  body.woocommerce-checkout .az-checkout-page #wc-stripe-card-element,
  body.woocommerce-checkout .az-checkout-page .wc-stripe-elements-field,
  body.woocommerce-checkout .az-checkout-page .StripeElement,
  body.woocommerce-checkout .az-checkout-page .wcpay-payment-element {
    width: 100%;
    min-width: 0;
    max-width: none;
    box-sizing: border-box;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .payment_box fieldset,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .payment_box fieldset {
    margin: 0;
    padding: 0;
    border: 0;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .payment_box iframe,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .payment_box iframe {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  /* AZeeMall order confirmation mobile layout — v0.10.9 */
  body.woocommerce-order-received .az-thankyou-page {
    padding: 30px 0 60px;
  }

  body.woocommerce-order-received .az-thankyou-page__container {
    width: min(100% - 20px, 540px);
  }

  body.woocommerce-order-received .az-thankyou-breadcrumb {
    margin-bottom: 13px;
    padding: 0 4px;
    font-size: 12px;
  }

  body.woocommerce-order-received .az-thankyou-hero__card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    padding: 20px 17px;
    border-radius: 22px;
  }

  body.woocommerce-order-received .az-thankyou-hero__icon {
    width: 54px;
    height: 54px;
  }

  body.woocommerce-order-received .az-thankyou-hero__icon svg {
    width: 29px;
    height: 29px;
  }

  body.woocommerce-order-received .az-thankyou-hero__eyebrow {
    margin-bottom: 5px;
    font-size: 10px;
  }

  body.woocommerce-order-received .az-thankyou-hero__title {
    font-size: 27px;
  }

  body.woocommerce-order-received .az-thankyou-hero__text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.65;
  }

  body.woocommerce-order-received .az-thankyou-status {
    grid-column: 1 / -1;
    justify-self: start;
    min-height: 32px;
    padding: 6px 11px;
    font-size: 11px;
  }

  body.woocommerce-order-received .az-thankyou-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 12px;
  }

  body.woocommerce-order-received .az-thankyou-summary__item {
    padding: 14px;
    border-radius: 15px;
  }

  body.woocommerce-order-received .az-thankyou-summary__item--wide {
    grid-column: 1 / -1;
  }

  body.woocommerce-order-received .az-thankyou-summary__item span {
    font-size: 9px;
  }

  body.woocommerce-order-received .az-thankyou-summary__item strong {
    font-size: 14px;
  }

  body.woocommerce-order-received .az-thankyou-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 14px;
  }

  body.woocommerce-order-received .az-thankyou-button,
  body.woocommerce-order-received .az-thankyou-actions .button {
    width: 100%;
    min-height: 48px;
  }

  body.woocommerce-order-received .az-thankyou-content {
    gap: 14px;
    margin-top: 24px;
  }

  body.woocommerce-order-received .az-thankyou-content .woocommerce-order-details,
  body.woocommerce-order-received .az-thankyou-content .woocommerce-customer-details {
    padding: 16px 12px;
    border-radius: 20px;
  }

  body.woocommerce-order-received .az-thankyou-content .woocommerce-order-details__title,
  body.woocommerce-order-received .az-thankyou-content .woocommerce-customer-details > h2,
  body.woocommerce-order-received .az-thankyou-content .woocommerce-column__title {
    margin-bottom: 13px;
    font-size: 23px;
  }

  body.woocommerce-order-received .az-thankyou-content table.shop_table th,
  body.woocommerce-order-received .az-thankyou-content table.shop_table td,
  body.woocommerce-order-received .az-thankyou-content table.woocommerce-table th,
  body.woocommerce-order-received .az-thankyou-content table.woocommerce-table td {
    padding: 13px 11px;
    font-size: 13px;
  }

  body.woocommerce-order-received .az-thankyou-content table.shop_table th:first-child,
  body.woocommerce-order-received .az-thankyou-content table.shop_table td:first-child,
  body.woocommerce-order-received .az-thankyou-content table.woocommerce-table th:first-child,
  body.woocommerce-order-received .az-thankyou-content table.woocommerce-table td:first-child {
    width: 64%;
  }

  body.woocommerce-order-received .az-thankyou-content table.shop_table th:last-child,
  body.woocommerce-order-received .az-thankyou-content table.shop_table td:last-child,
  body.woocommerce-order-received .az-thankyou-content table.woocommerce-table th:last-child,
  body.woocommerce-order-received .az-thankyou-content table.woocommerce-table td:last-child {
    width: 36%;
  }

  body.woocommerce-order-received .az-thankyou-content table.shop_table tfoot tr,
  body.woocommerce-order-received .az-thankyou-content table.woocommerce-table tfoot tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(124px, 42%);
  }

  body.woocommerce-order-received .az-thankyou-content table.shop_table tfoot th,
  body.woocommerce-order-received .az-thankyou-content table.shop_table tfoot td,
  body.woocommerce-order-received .az-thankyou-content table.woocommerce-table tfoot th,
  body.woocommerce-order-received .az-thankyou-content table.woocommerce-table tfoot td {
    display: block;
    width: auto;
    min-width: 0;
  }

  body.woocommerce-order-received .az-thankyou-content table.shop_table tfoot td,
  body.woocommerce-order-received .az-thankyou-content table.woocommerce-table tfoot td {
    overflow-wrap: normal;
    word-break: normal;
  }

  body.woocommerce-order-received .az-thankyou-content address {
    padding: 16px;
    border-radius: 15px;
    font-size: 13px;
  }
}


/* AZeeMall Checkout Place Order CTA — v0.6.10.4
   Scoped only to WooCommerce checkout. Append-only: do not rebuild global CSS. */
body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment #place_order,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment #place_order,
body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment button[type="submit"],
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 15px 22px;
  border: 0;
  border-radius: 999px;
  background: #7a492b;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(122, 73, 43, 0.22);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, opacity 0.18s ease;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment #place_order:hover,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment #place_order:hover,
body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment button[type="submit"]:hover,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment button[type="submit"]:hover {
  background: #63391f;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(122, 73, 43, 0.28);
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment #place_order:focus-visible,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment #place_order:focus-visible,
body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment button[type="submit"]:focus-visible,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment button[type="submit"]:focus-visible {
  outline: 3px solid rgba(122, 73, 43, 0.25);
  outline-offset: 3px;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment #place_order:disabled,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment #place_order:disabled,
body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment button[type="submit"]:disabled,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment button[type="submit"]:disabled,
body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment #place_order.disabled,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment #place_order.disabled,
body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment button[type="submit"].disabled,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment button[type="submit"].disabled {
  background: #c7b9ad;
  color: rgba(255, 255, 255, 0.86);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.78;
  transform: none;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment.processing #place_order,
body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment.processing #place_order,
body.woocommerce-checkout.processing .az-checkout-page .az-checkout-review #place_order {
  position: relative;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.72);
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment.processing #place_order::after,
body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment.processing #place_order::after,
body.woocommerce-checkout.processing .az-checkout-page .az-checkout-review #place_order::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: az-checkout-submit-spin 0.75s linear infinite;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .form-row.place-order,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .form-row.place-order {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .woocommerce-terms-and-conditions-checkbox-text,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .woocommerce-terms-and-conditions-checkbox-text {
  color: #6f6054;
  font-size: 12px;
  line-height: 1.7;
}

body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .validate-required.woocommerce-invalid label,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .validate-required.woocommerce-invalid label,
body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .woocommerce-invalid-required-field label,
body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .woocommerce-invalid-required-field label {
  color: #a6422f;
}

@keyframes az-checkout-submit-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 680px) {
  body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment #place_order,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment #place_order,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment button[type="submit"],
  body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment button[type="submit"] {
    min-height: 52px;
    padding: 14px 18px;
    font-size: 14px;
  }

  body.woocommerce-checkout .az-checkout-page .az-checkout-review #payment .form-row.place-order,
  body.woocommerce-checkout .az-checkout-page .az-checkout-review .woocommerce-checkout-payment .form-row.place-order {
    margin-top: 16px;
    gap: 10px;
  }
}


/* Wishlist Base — v0.6.12.0 (append-only, scoped) */
.header-actions__wishlist{position:relative}.header-actions__wishlist .wishlist-count{position:absolute;right:-5px;top:-5px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#c67a45;color:#fff;font-size:11px;font-weight:900;line-height:1}.header-actions__wishlist .wishlist-count:empty{display:none}.mobile-menu .wishlist-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;margin-inline-start:6px;padding:0 6px;border-radius:999px;background:rgba(198,122,69,.12);color:#c67a45;font-size:12px;font-weight:900}.az-product-card__wishlist.is-active{color:#c67a45;background:#fff;box-shadow:0 12px 28px rgba(198,122,69,.18)}.az-product-wishlist{text-decoration:none}.az-product-wishlist.is-active{border-color:rgba(198,122,69,.36);background:rgba(198,122,69,.08);color:#c67a45}.az-wishlist-page{padding:40px 0 72px;background:#faf7f2}.az-wishlist-page__inner{width:min(1180px,calc(100% - 32px));margin:0 auto}.az-wishlist-hero{margin-bottom:24px}.az-wishlist-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#8b7a67;font-size:13px;font-weight:700}.az-wishlist-breadcrumb a{color:#6b5742;text-decoration:none}.az-wishlist-breadcrumb a:hover{color:#c67a45}.az-wishlist-hero__content{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:24px;border:1px solid rgba(232,222,209,.9);border-radius:28px;background:#fff;box-shadow:0 18px 48px rgba(47,36,28,.06)}.az-wishlist-hero__eyebrow{margin:0 0 8px;color:#c67a45;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.az-wishlist-hero h1{margin:0;color:#2f241c;font-size:clamp(28px,4vw,42px);line-height:1.12}.az-wishlist-hero__count{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;background:#faf7f2;color:#6b5742;font-size:13px;font-weight:900;white-space:nowrap}.az-wishlist-notice{margin:0 0 18px;padding:13px 16px;border:1px solid rgba(87,139,92,.22);border-radius:16px;background:rgba(87,139,92,.09);color:#2f6b36;font-size:14px;font-weight:800}.az-wishlist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.az-wishlist-item{display:grid;grid-template-columns:112px minmax(0,1fr);gap:16px;padding:14px;border:1px solid rgba(232,222,209,.92);border-radius:24px;background:#fff;box-shadow:0 14px 42px rgba(47,36,28,.055)}.az-wishlist-item__image{display:block;overflow:hidden;border-radius:18px;background:#f4ede2}.az-wishlist-item__image img{display:block;width:100%;height:112px;object-fit:cover}.az-wishlist-item__body{display:flex;min-width:0;flex-direction:column;justify-content:center}.az-wishlist-item__title{margin:0 0 8px;color:#2f241c;font-size:15px;font-weight:900;line-height:1.35}.az-wishlist-item__title a{color:inherit;text-decoration:none}.az-wishlist-item__title a:hover{color:#c67a45}.az-wishlist-item__price{margin-bottom:14px;color:#c67a45;font-size:14px;font-weight:900}.az-wishlist-item__price del{color:#9b8b7a;font-size:12px;font-weight:700}.az-wishlist-item__price ins{text-decoration:none}.az-wishlist-item__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.az-wishlist-item__view,.az-wishlist-empty__button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;background:#2f241c;color:#fff;font-size:13px;font-weight:900;text-decoration:none}.az-wishlist-item__view:hover,.az-wishlist-empty__button:hover{background:#c67a45;color:#fff}.az-wishlist-item__remove{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 12px;border:1px solid #eadfce;border-radius:999px;background:#fff;color:#8b3d32;font-size:13px;font-weight:900;text-decoration:none}.az-wishlist-item__remove:hover{border-color:rgba(139,61,50,.28);background:rgba(139,61,50,.06);color:#8b3d32}.az-wishlist-empty{display:flex;min-height:360px;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:42px 24px;border:1px solid rgba(232,222,209,.92);border-radius:30px;background:#fff;box-shadow:0 18px 48px rgba(47,36,28,.06)}.az-wishlist-empty__icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin-bottom:18px;border-radius:24px;background:rgba(198,122,69,.1);color:#c67a45;font-size:36px}.az-wishlist-empty h2{margin:0 0 10px;color:#2f241c;font-size:26px;line-height:1.2}.az-wishlist-empty p{max-width:420px;margin:0 0 22px;color:#7b6246;font-size:15px;line-height:1.7}@media(max-width:980px){.az-wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.az-wishlist-page{padding:26px 0 54px}.az-wishlist-page__inner{width:min(100% - 24px,1180px)}.az-wishlist-hero__content{align-items:flex-start;flex-direction:column;padding:20px;border-radius:24px}.az-wishlist-grid{grid-template-columns:1fr;gap:12px}.az-wishlist-item{grid-template-columns:92px minmax(0,1fr);gap:12px;border-radius:22px}.az-wishlist-item__image{border-radius:16px}.az-wishlist-item__image img{height:92px}.az-wishlist-item__title{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px}.az-wishlist-item__actions{gap:8px}.az-wishlist-item__view,.az-wishlist-item__remove{min-height:38px;padding:0 13px}.az-wishlist-empty{min-height:310px;padding:34px 18px;border-radius:26px}}


/* Wishlist UI — v0.6.12.1 (append-only, scoped) */
.az-wishlist-page .az-wishlist-grid{
  align-items:stretch;
}
.az-wishlist-page .az-wishlist-item{
  position:relative;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.az-wishlist-page .az-wishlist-item:hover{
  transform:translateY(-2px);
  border-color:rgba(198,122,69,.22);
  box-shadow:0 18px 46px rgba(47,36,28,.075);
}
.az-wishlist-page .az-wishlist-item__body{
  justify-content:space-between;
  gap:12px;
}
.az-wishlist-page .az-wishlist-item__title{
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.az-wishlist-page .az-wishlist-item__meta{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.az-wishlist-page .az-wishlist-item__price{
  margin-bottom:0;
}
.az-wishlist-page .az-wishlist-item__stock,
.az-wishlist-page .az-wishlist-item__stock p{
  margin:0;
  font-size:12px;
  font-weight:800;
  line-height:1.4;
}
.az-wishlist-page .az-wishlist-item__stock.is-in-stock,
.az-wishlist-page .az-wishlist-item__stock.is-in-stock p{
  color:#3f7d44;
}
.az-wishlist-page .az-wishlist-item__stock.is-out-of-stock,
.az-wishlist-page .az-wishlist-item__stock.is-out-of-stock p{
  color:#9a4238;
}
.az-wishlist-page .az-wishlist-item__cart,
.az-wishlist-page .az-wishlist-item__view{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border:0;
  border-radius:999px;
  background:#2f241c;
  color:#fff;
  font-size:13px;
  font-weight:900;
  line-height:1;
  text-decoration:none;
  box-shadow:none;
}
.az-wishlist-page .az-wishlist-item__cart:hover,
.az-wishlist-page .az-wishlist-item__cart:focus,
.az-wishlist-page .az-wishlist-item__view:hover,
.az-wishlist-page .az-wishlist-item__view:focus{
  background:#c67a45;
  color:#fff;
}
.az-wishlist-page .az-wishlist-item__remove span[aria-hidden="true"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  margin-inline-end:4px;
  border-radius:999px;
  background:rgba(139,61,50,.08);
  font-size:16px;
  line-height:1;
}
.az-wishlist-page .az-wishlist-empty__button{
  min-width:190px;
}
@media(max-width:760px){
  .az-wishlist-page .az-wishlist-hero__content{
    box-shadow:0 12px 32px rgba(47,36,28,.055);
  }
  .az-wishlist-page .az-wishlist-item{
    grid-template-columns:86px minmax(0,1fr);
    padding:12px;
  }
  .az-wishlist-page .az-wishlist-item__image img{
    height:86px;
  }
  .az-wishlist-page .az-wishlist-item__actions{
    display:grid;
    grid-template-columns:1fr auto;
    width:100%;
  }
  .az-wishlist-page .az-wishlist-item__cart,
  .az-wishlist-page .az-wishlist-item__view{
    min-height:38px;
    padding:0 12px;
    font-size:12px;
  }
  .az-wishlist-page .az-wishlist-item__remove{
    min-height:38px;
    padding:0 10px;
    font-size:0;
  }
  .az-wishlist-page .az-wishlist-item__remove span[aria-hidden="true"]{
    margin-inline-end:0;
  }
}
@media(max-width:380px){
  .az-wishlist-page .az-wishlist-item{
    grid-template-columns:76px minmax(0,1fr);
    gap:10px;
  }
  .az-wishlist-page .az-wishlist-item__image img{
    height:76px;
  }
  .az-wishlist-page .az-wishlist-item__actions{
    grid-template-columns:1fr;
  }
  .az-wishlist-page .az-wishlist-item__remove{
    width:100%;
    font-size:12px;
  }
  .az-wishlist-page .az-wishlist-item__remove span[aria-hidden="true"]{
    margin-inline-end:4px;
  }
}


/* Wishlist Header Count — v0.6.12.2 (append-only, scoped) */
.header-actions__wishlist .az-wishlist-count-badge{
  position:absolute;
  top:-6px;
  right:-6px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:19px;
  height:19px;
  padding:0 5px;
  border:2px solid #fff;
  border-radius:999px;
  background:#c67a45;
  color:#fff;
  font-size:11px;
  font-weight:900;
  line-height:1;
  box-shadow:0 8px 18px rgba(198,122,69,.22);
  transform:scale(1);
  transform-origin:center;
}
.header-actions__wishlist .az-wishlist-count-badge.is-empty{
  display:none;
}
.header-actions__wishlist:has(.az-wishlist-count-badge.has-items){
  color:#c67a45;
}
.mobile-menu__footer .mobile-menu__wishlist{
  display:flex;
  align-items:center;
  gap:8px;
}
.mobile-menu__footer .mobile-menu__wishlist .az-wishlist-count-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:22px;
  height:22px;
  margin-inline-start:auto;
  padding:0 7px;
  border-radius:999px;
  background:rgba(198,122,69,.12);
  color:#c67a45;
  font-size:12px;
  font-weight:900;
  line-height:1;
}
.mobile-menu__footer .mobile-menu__wishlist .az-wishlist-count-badge.is-empty{
  background:#f4ede2;
  color:#9b8b7a;
}
@media(max-width:760px){
  .header-actions__wishlist .az-wishlist-count-badge{
    top:-5px;
    right:-5px;
    min-width:18px;
    height:18px;
    font-size:10px;
  }
}

/* Wishlist AJAX & Toast — v0.6.12.3 */
.az-product-card__wishlist.is-loading,
.az-product-wishlist.is-loading,
.az-wishlist-item__remove.is-loading{
  pointer-events:none;
  opacity:.68;
  cursor:progress;
}
.az-product-card__wishlist.is-loading::after,
.az-product-wishlist.is-loading::after,
.az-wishlist-item__remove.is-loading::after{
  content:"";
  width:14px;
  height:14px;
  border:2px solid currentColor;
  border-top-color:transparent;
  border-radius:999px;
  animation:az-wishlist-spin .72s linear infinite;
}
.az-product-card__wishlist.is-loading svg,
.az-product-wishlist.is-loading > span,
.az-wishlist-item__remove.is-loading > span{
  opacity:.35;
}
.az-wishlist-toast{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9999;
  max-width:min(360px,calc(100vw - 32px));
  padding:13px 16px;
  border:1px solid rgba(232,222,209,.92);
  border-radius:18px;
  background:#2f241c;
  color:#fff;
  box-shadow:0 18px 50px rgba(47,36,28,.22);
  font-size:14px;
  font-weight:800;
  line-height:1.45;
  opacity:0;
  transform:translateY(12px);
  transition:opacity 180ms ease,transform 180ms ease;
  pointer-events:none;
}
.az-wishlist-toast.is-visible{
  opacity:1;
  transform:translateY(0);
}
.az-wishlist-toast.is-success{background:#2f241c;color:#fff;}
.az-wishlist-toast.is-error{background:#8b3d32;color:#fff;}
@keyframes az-wishlist-spin{to{transform:rotate(360deg)}}
@media(max-width:640px){
  .az-wishlist-toast{
    right:12px;
    bottom:12px;
    left:12px;
    max-width:none;
    text-align:center;
  }
}


/* My Account Base — v0.6.13.0 (append-only, scoped) */
.az-account-route {
  background: #f8fafc;
}

.az-account-page {
  padding: 32px 0 64px;
}

.az-account-page__container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.az-account-hero {
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.az-account-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
}

.az-account-breadcrumb a {
  color: #475569;
  text-decoration: none;
}

.az-account-breadcrumb a:hover {
  color: #0f172a;
}

.az-account-hero__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.az-account-hero__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.az-account-hero__text {
  max-width: 680px;
  margin: 10px 0 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.az-account-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.az-account-sidebar__card,
.az-account-content__card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.az-account-sidebar__card {
  position: sticky;
  top: 112px;
  overflow: hidden;
  padding: 10px;
}

.az-account-content__card {
  min-height: 360px;
  padding: 28px;
}

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

.az-account-page .woocommerce-MyAccount-navigation-link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 18px;
  color: #475569;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.az-account-page .woocommerce-MyAccount-navigation-link a:hover,
.az-account-page .woocommerce-MyAccount-navigation-link.is-active a {
  background: #0f172a;
  color: #fff;
  transform: translateY(-1px);
}

.az-account-page .woocommerce-MyAccount-content {
  float: none;
  width: auto;
}

.az-account-page .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}

.az-account-page .woocommerce-MyAccount-content a {
  color: #0f172a;
  font-weight: 700;
}

.az-account-page .woocommerce-notices-wrapper,
.az-account-page .woocommerce-message,
.az-account-page .woocommerce-info,
.az-account-page .woocommerce-error {
  margin-bottom: 18px;
}

@media (max-width: 900px) {
  .az-account-page {
    padding: 20px 0 44px;
  }

  .az-account-hero {
    padding: 20px;
    border-radius: 24px;
  }

  .az-account-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .az-account-sidebar__card {
    position: static;
  }

  .az-account-page .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .az-account-content__card {
    padding: 22px;
    border-radius: 24px;
  }
}

@media (max-width: 560px) {
  .az-account-page__container {
    padding: 0 12px;
  }

  .az-account-hero {
    padding: 18px;
  }

  .az-account-page .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  .az-account-page .woocommerce-MyAccount-navigation-link a {
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .az-account-content__card {
    padding: 18px;
  }
}

/* My Account Navigation & Dashboard — v0.6.13.1 */
.az-account-page .az-account-nav__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.az-account-page .az-account-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 18px;
  color: #475569;
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.az-account-page .az-account-nav__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.az-account-page .az-account-nav__icon {
  flex: 0 0 auto;
  color: currentColor;
}

.az-account-page .az-account-nav__chevron {
  flex: 0 0 auto;
  opacity: 0.42;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.az-account-page .az-account-nav__link:hover {
  border-color: rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  color: #0f172a;
  transform: translateY(-1px);
}

.az-account-page .az-account-nav__link:hover .az-account-nav__chevron {
  opacity: 0.7;
  transform: translateX(2px);
}

.az-account-page .woocommerce-MyAccount-navigation-link.is-active .az-account-nav__link,
.az-account-page .woocommerce-MyAccount-navigation-link.is-active a {
  border-color: rgba(15, 23, 42, 0.12);
  background: #0f172a;
  color: #fff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
}

.az-account-page .woocommerce-MyAccount-navigation-link.is-active .az-account-nav__chevron {
  opacity: 0.9;
}

.az-account-dashboard {
  display: grid;
  gap: 22px;
}

.az-account-dashboard__welcome {
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 56%, #f8fafc 100%);
}

.az-account-dashboard__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: #c2410c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.az-account-dashboard__title {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.az-account-dashboard__text {
  max-width: 680px;
  margin: 0;
  color: #64748b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
}

.az-account-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.az-account-dashboard-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.az-account-dashboard-card:hover {
  border-color: rgba(234, 88, 12, 0.26);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.az-account-dashboard-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: #fff7ed;
  color: #ea580c;
}

.az-account-dashboard-card__content {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.az-account-dashboard-card__content strong {
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}

.az-account-dashboard-card__content small {
  color: #64748b;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.az-account-dashboard__footer {
  padding: 18px 20px;
  border-radius: 20px;
  background: #f8fafc;
  color: #64748b;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

.az-account-dashboard__footer p {
  margin: 0;
}

.az-account-dashboard__footer a {
  color: #0f172a;
  font-weight: 900;
}

@media (max-width: 900px) {
  .az-account-dashboard__grid {
    grid-template-columns: 1fr;
  }

  .az-account-dashboard-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .az-account-dashboard__welcome {
    padding: 20px;
    border-radius: 20px;
  }

  .az-account-dashboard__title {
    font-size: 24px;
  }

  .az-account-dashboard-card {
    padding: 16px;
    border-radius: 18px;
  }

  .az-account-dashboard-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }
}

/* My Account Orders — v0.6.13.2 (append-only, scoped) */
.az-account-page .az-account-orders {
  display: grid;
  gap: 18px;
}

.az-account-page .az-account-orders__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.az-account-page .az-account-orders__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a5b2f;
}

.az-account-page .az-account-orders__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 850;
  color: #1f2937;
}

.az-account-page .az-account-orders__count {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(138, 91, 47, 0.08);
  color: #8a5b2f;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.az-account-page .az-account-orders__table-wrap {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: #fff;
}

.az-account-page .az-account-orders-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

.az-account-page .az-account-orders-table__header {
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: #fbfaf8;
  color: #6b7280;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
}

.az-account-page .az-account-orders-table__row {
  transition: background 0.2s ease;
}

.az-account-page .az-account-orders-table__row:hover {
  background: rgba(138, 91, 47, 0.035);
}

.az-account-page .az-account-orders-table__cell {
  padding: 16px;
  border: 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.07);
  color: #374151;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}

.az-account-page .az-account-orders-table tbody tr:last-child .az-account-orders-table__cell {
  border-bottom: 0;
}

.az-account-page .az-account-order-number {
  color: #1f2937;
  font-weight: 850;
  text-decoration: none;
}

.az-account-page .az-account-order-number:hover {
  color: #8a5b2f;
}

.az-account-page .az-account-order-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
  color: #374151;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.az-account-page .az-account-order-status--completed {
  background: rgba(22, 163, 74, 0.1);
  color: #15803d;
}

.az-account-page .az-account-order-status--processing,
.az-account-page .az-account-order-status--on-hold {
  background: rgba(217, 119, 6, 0.12);
  color: #b45309;
}

.az-account-page .az-account-order-status--cancelled,
.az-account-page .az-account-order-status--failed,
.az-account-page .az-account-order-status--refunded {
  background: rgba(220, 38, 38, 0.1);
  color: #b91c1c;
}

.az-account-page .az-account-order-total {
  color: #111827;
  font-weight: 750;
}

.az-account-page .az-account-order-total .amount {
  color: #8a5b2f;
  font-weight: 900;
}

.az-account-page .az-account-order-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.az-account-page .az-account-order-action,
.az-account-page .az-account-orders-pagination__button,
.az-account-page .az-account-orders-empty__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(138, 91, 47, 0.22);
  border-radius: 999px;
  background: #fff;
  color: #8a5b2f;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.az-account-page .az-account-order-action:hover,
.az-account-page .az-account-orders-pagination__button:hover,
.az-account-page .az-account-orders-empty__button:hover {
  transform: translateY(-1px);
  background: #8a5b2f;
  color: #fff;
  box-shadow: 0 10px 24px rgba(138, 91, 47, 0.18);
}

.az-account-page .az-account-order-action--view {
  background: #8a5b2f;
  color: #fff;
}

.az-account-page .az-account-orders-pagination {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}

.az-account-page .az-account-orders-empty {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: #fbfaf8;
  color: #374151;
}

.az-account-page .az-account-orders-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(138, 91, 47, 0.1);
  color: #8a5b2f;
}

.az-account-page .az-account-orders-empty__content strong {
  display: block;
  margin-bottom: 6px;
  color: #1f2937;
  font-size: 18px;
  font-weight: 850;
}

.az-account-page .az-account-orders-empty__content p {
  margin: 0 0 14px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .az-account-page .az-account-orders__header {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .az-account-page .az-account-orders__count {
    width: fit-content;
  }

  .az-account-page .az-account-orders__table-wrap {
    border: 0;
    background: transparent;
  }

  .az-account-page .az-account-orders-table,
  .az-account-page .az-account-orders-table tbody,
  .az-account-page .az-account-orders-table tr,
  .az-account-page .az-account-orders-table td {
    display: block;
    width: 100%;
  }

  .az-account-page .az-account-orders-table thead {
    display: none;
  }

  .az-account-page .az-account-orders-table__row {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
  }

  .az-account-page .az-account-orders-table__cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0;
    border: 0;
    font-size: 14px;
    text-align: right;
  }

  .az-account-page .az-account-orders-table__cell::before {
    content: attr(data-title);
    color: #6b7280;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: left;
  }

  .az-account-page .woocommerce-orders-table__cell-order-actions::before {
    display: none;
  }

  .az-account-page .az-account-order-actions {
    width: 100%;
    justify-content: stretch;
  }

  .az-account-page .az-account-order-action {
    flex: 1;
  }

  .az-account-page .az-account-orders-empty {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}

/* AZeeMall My Account Addresses — v0.6.13.3 (append-only, scoped) */
.az-account-page .az-account-addresses {
  display: grid;
  gap: 18px;
}

.az-account-page .az-account-addresses__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.az-account-page .az-account-addresses__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: #8a5b2f;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.az-account-page .az-account-addresses__title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 900;
  line-height: 1.2;
}

.az-account-page .az-account-addresses__intro,
.az-account-page .az-account-addresses__notice {
  max-width: 680px;
  margin: 8px 0 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

.az-account-page .az-account-addresses__notice {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(138, 91, 47, 0.12);
  border-radius: 16px;
  background: rgba(138, 91, 47, 0.06);
  color: #6f4a27;
}

.az-account-page .az-account-addresses__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.az-account-page .az-account-address-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
}

.az-account-page .az-account-address-card__top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 16px;
}

.az-account-page .az-account-address-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(138, 91, 47, 0.1);
  color: #8a5b2f;
}

.az-account-page .az-account-address-card__title {
  margin: 0;
  color: #1f2937;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.az-account-page .az-account-address-card__hint {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
}

.az-account-page .az-account-address-card__body {
  flex: 1;
  padding: 16px;
  border-radius: 18px;
  background: #fbfaf8;
  color: #374151;
  font-size: 14px;
  line-height: 1.8;
}

.az-account-page .az-account-address-card__body address {
  margin: 0;
  font-style: normal;
}

.az-account-page .az-account-address-card__empty {
  display: grid;
  gap: 4px;
}

.az-account-page .az-account-address-card__empty strong {
  color: #1f2937;
  font-size: 15px;
  font-weight: 850;
}

.az-account-page .az-account-address-card__empty span {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
}

.az-account-page .az-account-address-card__edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  margin-top: 16px;
  padding: 0 16px;
  border: 1px solid rgba(138, 91, 47, 0.2);
  border-radius: 999px;
  background: #8a5b2f;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.az-account-page .az-account-address-card__edit:hover {
  transform: translateY(-1px);
  background: #744721;
  color: #fff;
  box-shadow: 0 14px 28px rgba(138, 91, 47, 0.18);
}

.az-account-page .woocommerce-address-fields {
  display: grid;
  gap: 18px;
}

.az-account-page .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.az-account-page .woocommerce-address-fields .form-row {
  width: 100%;
  margin: 0;
  padding: 0;
}

.az-account-page .woocommerce-address-fields .form-row-wide {
  grid-column: 1 / -1;
}

.az-account-page .woocommerce-address-fields label {
  display: block;
  margin-bottom: 7px;
  color: #374151;
  font-size: 13px;
  font-weight: 850;
}

.az-account-page .woocommerce-address-fields input.input-text,
.az-account-page .woocommerce-address-fields textarea,
.az-account-page .woocommerce-address-fields select,
.az-account-page .woocommerce-address-fields .select2-container .select2-selection--single {
  min-height: 48px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 14px;
  background: #fff;
  color: #1f2937;
  font-size: 14px;
  box-shadow: none;
}

.az-account-page .woocommerce-address-fields input.input-text,
.az-account-page .woocommerce-address-fields textarea,
.az-account-page .woocommerce-address-fields select {
  width: 100%;
  padding: 0 14px;
}

.az-account-page .woocommerce-address-fields textarea {
  min-height: 110px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.az-account-page .woocommerce-address-fields input.input-text:focus,
.az-account-page .woocommerce-address-fields textarea:focus,
.az-account-page .woocommerce-address-fields select:focus {
  border-color: rgba(138, 91, 47, 0.55);
  outline: none;
  box-shadow: 0 0 0 4px rgba(138, 91, 47, 0.1);
}

.az-account-page .woocommerce-address-fields button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #8a5b2f;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.az-account-page .woocommerce-address-fields button.button:hover {
  transform: translateY(-1px);
  background: #744721;
  color: #fff;
  box-shadow: 0 14px 28px rgba(138, 91, 47, 0.18);
}

@media (max-width: 900px) {
  .az-account-page .az-account-addresses__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .az-account-page .az-account-addresses__header {
    flex-direction: column;
    align-items: stretch;
  }

  .az-account-page .az-account-address-card {
    padding: 16px;
    border-radius: 20px;
  }

  .az-account-page .az-account-address-card__top {
    grid-template-columns: 1fr;
  }

  .az-account-page .az-account-address-card__edit {
    width: 100%;
  }

  .az-account-page .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}


/* My Account Details — v0.6.13.4 */
.az-account-page .az-account-details {
  display: grid;
  gap: 22px;
}

.az-account-page .az-account-details__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 0 0 4px;
}

.az-account-page .az-account-details__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #8a5b2f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.az-account-page .az-account-details__title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.25;
}

.az-account-page .az-account-details__intro {
  max-width: 620px;
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.8;
}

.az-account-page .az-account-details-form {
  display: grid;
  gap: 18px;
}

.az-account-page .az-account-details-form__section {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(138, 91, 47, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,247,242,0.62));
}

.az-account-page .az-account-details-form__section-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}

.az-account-page .az-account-details-form__section-head h3,
.az-account-page .az-account-details-form__section-head strong {
  display: block;
  margin: 0;
  color: #1f2937;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
}

.az-account-page .az-account-details-form__section-head p,
.az-account-page .az-account-details-form__section-head small {
  display: block;
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.az-account-page .az-account-details-form__icon {
  display: inline-flex;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(138, 91, 47, 0.1);
  color: #8a5b2f;
}

.az-account-page .az-account-details-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.az-account-page .az-account-details-form__field {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.az-account-page .az-account-details-form__field--wide,
.az-account-page .az-account-details-form .form-row-wide {
  grid-column: 1 / -1;
}

.az-account-page .az-account-details-form label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 8px;
  color: #374151;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
}

.az-account-page .az-account-details-form .required {
  color: #b45309;
  text-decoration: none;
}

.az-account-page .az-account-details-form input.input-text,
.az-account-page .az-account-details-form input[type="text"],
.az-account-page .az-account-details-form input[type="email"],
.az-account-page .az-account-details-form input[type="password"] {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 14px;
  background: #fff;
  color: #1f2937;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.az-account-page .az-account-details-form input.input-text:focus,
.az-account-page .az-account-details-form input[type="text"]:focus,
.az-account-page .az-account-details-form input[type="email"]:focus,
.az-account-page .az-account-details-form input[type="password"]:focus {
  border-color: rgba(138, 91, 47, 0.55);
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(138, 91, 47, 0.1);
}

.az-account-page .az-account-details-form__hint {
  display: block;
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}

.az-account-page .az-account-details-form__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.az-account-page .az-account-details-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #8a5b2f;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(138, 91, 47, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.az-account-page .az-account-details-form__submit:hover,
.az-account-page .az-account-details-form__submit:focus {
  transform: translateY(-1px);
  background: #744721;
  color: #fff;
  box-shadow: 0 20px 34px rgba(138, 91, 47, 0.22);
}

.az-account-page .az-account-details-form__submit:disabled,
.az-account-page .az-account-details-form__submit.disabled {
  cursor: not-allowed;
  transform: none;
  opacity: 0.62;
  box-shadow: none;
}

.az-account-page .woocommerce-notices-wrapper .woocommerce-message,
.az-account-page .woocommerce-notices-wrapper .woocommerce-error,
.az-account-page .woocommerce-notices-wrapper .woocommerce-info {
  border-radius: 18px;
}

@media (max-width: 768px) {
  .az-account-page .az-account-details-form__grid {
    grid-template-columns: 1fr;
  }

  .az-account-page .az-account-details-form__section {
    padding: 16px;
    border-radius: 20px;
  }

  .az-account-page .az-account-details-form__actions {
    justify-content: stretch;
  }

  .az-account-page .az-account-details-form__submit {
    width: 100%;
  }
}


/* My Account Mobile Polish — v0.6.13.5 (append-only, scoped) */
.az-account-page .az-account-content__card {
  overflow: hidden;
}

.az-account-page .az-account-nav__item.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

@media (max-width: 1024px) {
  .az-account-page .az-account-layout {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 20px;
  }

  .az-account-page .az-account-hero {
    padding: 28px;
  }

  .az-account-page .az-account-content__card,
  .az-account-page .az-account-sidebar__card {
    border-radius: 24px;
  }
}

@media (max-width: 860px) {
  .az-account-page {
    padding-top: 20px;
  }

  .az-account-page .az-account-page__container {
    width: min(100% - 28px, 1180px);
  }

  .az-account-page .az-account-hero {
    padding: 22px;
    border-radius: 24px;
    margin-bottom: 18px;
  }

  .az-account-page .az-account-hero__title {
    font-size: 26px;
    line-height: 1.25;
  }

  .az-account-page .az-account-hero__text {
    font-size: 14px;
    line-height: 1.75;
  }

  .az-account-page .az-account-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .az-account-page .az-account-sidebar {
    position: static;
    order: -1;
  }

  .az-account-page .az-account-sidebar__card {
    padding: 10px;
    border-radius: 22px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .az-account-page .az-account-nav__list {
    display: flex;
    gap: 8px;
    min-width: max-content;
  }

  .az-account-page .az-account-nav__item {
    flex: 0 0 auto;
  }

  .az-account-page .az-account-nav__link {
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 999px;
    white-space: nowrap;
  }

  .az-account-page .az-account-nav__label {
    gap: 8px;
    font-size: 13px;
  }

  .az-account-page .az-account-nav__icon {
    width: 16px;
    height: 16px;
  }

  .az-account-page .az-account-nav__chevron {
    display: none;
  }

  .az-account-page .az-account-content__card {
    padding: 18px;
    border-radius: 24px;
  }

  .az-account-page .az-account-dashboard__grid,
  .az-account-page .az-account-addresses__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .az-account-page .az-account-dashboard-card,
  .az-account-page .az-account-address-card {
    border-radius: 20px;
    padding: 16px;
  }

  .az-account-page .az-account-orders__header,
  .az-account-page .az-account-addresses__header,
  .az-account-page .az-account-details__header {
    gap: 10px;
    margin-bottom: 16px;
  }

  .az-account-page .az-account-orders__title,
  .az-account-page .az-account-addresses__title,
  .az-account-page .az-account-details__title {
    font-size: 22px;
    line-height: 1.3;
  }

  .az-account-page .az-account-orders-table,
  .az-account-page .az-account-orders-table thead,
  .az-account-page .az-account-orders-table tbody,
  .az-account-page .az-account-orders-table tr,
  .az-account-page .az-account-orders-table th,
  .az-account-page .az-account-orders-table td {
    display: block;
    width: 100%;
  }

  .az-account-page .az-account-orders-table thead {
    display: none;
  }

  .az-account-page .az-account-orders-table {
    border-collapse: separate;
    border-spacing: 0 12px;
  }

  .az-account-page .az-account-orders-table__row {
    padding: 14px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
  }

  .az-account-page .az-account-orders-table__cell {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 0 !important;
    border: 0 !important;
    text-align: right;
    font-size: 13px;
    line-height: 1.55;
  }

  .az-account-page .az-account-orders-table__cell::before {
    content: attr(data-title);
    flex: 0 0 auto;
    color: #6b7280;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
  }

  .az-account-page .az-account-orders-table__cell-order-actions {
    display: block !important;
  }

  .az-account-page .az-account-orders-table__cell-order-actions::before {
    display: block;
    margin-bottom: 8px;
    text-align: left;
  }

  .az-account-page .az-account-order-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .az-account-page .az-account-order-action,
  .az-account-page .az-account-orders-pagination__button,
  .az-account-page .az-account-address-card__edit,
  .az-account-page .az-account-details-form__submit {
    width: 100%;
    min-height: 46px;
  }

  .az-account-page .az-account-details-form__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .az-account-page .az-account-details-form__section {
    padding: 15px;
    border-radius: 20px;
  }

  .az-account-page .az-account-details-form input,
  .az-account-page .az-account-details-form select,
  .az-account-page .az-account-details-form textarea {
    min-height: 48px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .az-account-page .az-account-page__container {
    width: min(100% - 22px, 1180px);
  }

  .az-account-page .az-account-hero {
    padding: 18px;
    border-radius: 20px;
  }

  .az-account-page .az-account-breadcrumb {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .az-account-page .az-account-hero__title {
    font-size: 24px;
  }

  .az-account-page .az-account-content__card {
    padding: 14px;
    border-radius: 20px;
  }

  .az-account-page .az-account-sidebar__card {
    margin-inline: -2px;
    border-radius: 18px;
  }

  .az-account-page .az-account-nav__link {
    min-height: 42px;
    padding: 9px 11px;
  }

  .az-account-page .az-account-nav__label span:last-child {
    font-size: 12px;
  }

  .az-account-page .az-account-dashboard-card__title,
  .az-account-page .az-account-address-card__title {
    font-size: 15px;
  }

  .az-account-page .az-account-orders-empty,
  .az-account-page .az-account-address-card__empty {
    padding: 14px;
    border-radius: 18px;
  }
}

/* Auth Pages — v0.6.14.0 (append-only, scoped) */
.az-auth-route .az-auth-page {
  background: #f8f3ec;
  padding: 54px 0 72px;
}

.az-auth-route .az-auth-page__container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.az-auth-route .az-auth-hero {
  margin-bottom: 28px;
  padding: 28px;
  border: 1px solid #eadfce;
  border-radius: 28px;
  background: linear-gradient(135deg, #fffaf4 0%, #f2e5d2 100%);
}

.az-auth-route .az-auth-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
  color: #8b7358;
  font-size: 13px;
  font-weight: 700;
}

.az-auth-route .az-auth-breadcrumb a {
  color: #7b4f2d;
  text-decoration: none;
}

.az-auth-route .az-auth-hero__eyebrow,
.az-auth-route .az-auth-card__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: #c67a45;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.az-auth-route .az-auth-hero__title {
  margin: 0;
  color: #2f241c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.05;
}

.az-auth-route .az-auth-hero__text {
  max-width: 620px;
  margin: 12px 0 0;
  color: #7b6246;
  font-size: 16px;
  line-height: 1.75;
}

.az-auth-route .az-auth-shell {
  display: block;
}

.az-auth-route .az-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.az-auth-route--login .az-auth-card--register,
.az-auth-route--register .az-auth-card--login {
  opacity: .78;
}

.az-auth-route .az-auth-card {
  overflow: hidden;
  border: 1px solid #eadfce;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(47, 36, 28, .08);
}

.az-auth-route .az-auth-card.is-active {
  border-color: rgba(198, 122, 69, .35);
  box-shadow: 0 26px 64px rgba(198, 122, 69, .12);
}

.az-auth-route .az-auth-card__header {
  padding: 26px 26px 18px;
  border-bottom: 1px solid #f0e7dc;
  background: #fffaf4;
}

.az-auth-route .az-auth-card__title {
  margin: 0;
  color: #2f241c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  line-height: 1.12;
}

.az-auth-route .az-auth-card__text {
  margin: 10px 0 0;
  color: #7b6246;
  font-size: 14px;
  line-height: 1.65;
}

.az-auth-route .az-auth-form {
  display: grid;
  gap: 15px;
  padding: 24px 26px 26px;
}

.az-auth-route .az-auth-form .form-row {
  margin: 0;
  padding: 0;
}

.az-auth-route .az-auth-form label {
  display: block;
  margin: 0 0 8px;
  color: #2f241c;
  font-size: 13px;
  font-weight: 900;
}

.az-auth-route .az-auth-form input.input-text,
.az-auth-route .az-auth-form input[type="text"],
.az-auth-route .az-auth-form input[type="email"],
.az-auth-route .az-auth-form input[type="password"] {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #eadfce;
  border-radius: 16px;
  background: #faf7f2;
  color: #2f241c;
  font-size: 15px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.az-auth-route .az-auth-form input:focus {
  border-color: rgba(198, 122, 69, .6);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(198, 122, 69, .1);
}

.az-auth-route .az-auth-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px !important;
}

.az-auth-route .az-auth-remember {
  display: inline-flex !important;
  gap: 8px;
  align-items: center;
  margin: 0 !important;
  color: #7b6246 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.az-auth-route .az-auth-remember input {
  width: 16px;
  height: 16px;
  accent-color: #c67a45;
}

.az-auth-route .az-auth-submit,
.az-auth-route .woocommerce-button.az-auth-submit,
.az-auth-route .woocommerce-Button.az-auth-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #2f241c;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.az-auth-route .az-auth-submit:hover,
.az-auth-route .az-auth-submit:focus {
  background: #c67a45;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(198, 122, 69, .22);
}

.az-auth-route .az-auth-lost-password,
.az-auth-route .az-auth-switch,
.az-auth-route .az-auth-generated-password-note {
  margin: 0;
  color: #7b6246;
  font-size: 14px;
  line-height: 1.6;
}

.az-auth-route .az-auth-lost-password a,
.az-auth-route .az-auth-switch a {
  color: #c67a45;
  font-weight: 900;
  text-decoration: none;
}

.az-auth-route .woocommerce-privacy-policy-text {
  color: #7b6246;
  font-size: 13px;
  line-height: 1.65;
}

.az-auth-route .woocommerce-privacy-policy-text a {
  color: #c67a45;
  font-weight: 800;
  text-decoration: none;
}

.az-auth-route .woocommerce-notices-wrapper,
.az-auth-route .woocommerce-message,
.az-auth-route .woocommerce-info,
.az-auth-route .woocommerce-error {
  margin-bottom: 18px;
}

@media (max-width: 900px) {
  .az-auth-route .az-auth-grid {
    grid-template-columns: 1fr;
  }

  .az-auth-route--login .az-auth-card--register,
  .az-auth-route--register .az-auth-card--login {
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .az-auth-route .az-auth-page {
    padding: 28px 0 46px;
  }

  .az-auth-route .az-auth-page__container {
    width: min(100% - 24px, 1120px);
  }

  .az-auth-route .az-auth-hero {
    padding: 22px;
    border-radius: 22px;
  }

  .az-auth-route .az-auth-card {
    border-radius: 22px;
  }

  .az-auth-route .az-auth-card__header,
  .az-auth-route .az-auth-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .az-auth-route .az-auth-card__title {
    font-size: 30px;
  }

  .az-auth-route .az-auth-form__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .az-auth-route .az-auth-submit,
  .az-auth-route .woocommerce-button.az-auth-submit,
  .az-auth-route .woocommerce-Button.az-auth-submit {
    width: 100%;
  }
}


/* Auth Login UI + Customer Redirect UX — v0.6.14.1 (append-only, scoped) */
.az-auth-route .woocommerce-notices-wrapper,
.az-auth-route .woocommerce-error,
.az-auth-route .woocommerce-message,
.az-auth-route .woocommerce-info {
  margin: 0 0 18px;
  border-radius: 18px;
}

.az-auth-route .az-auth-shell .woocommerce {
  width: 100%;
}

.az-auth-route .az-auth-grid {
  align-items: stretch;
}

.az-auth-route .az-auth-card {
  position: relative;
  overflow: hidden;
}

.az-auth-route .az-auth-card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #111827, #7c3aed, #f59e0b);
  opacity: 0;
  transition: opacity .2s ease;
}

.az-auth-route .az-auth-card.is-active::before {
  opacity: 1;
}

.az-auth-route .az-auth-form .required {
  color: #dc2626;
  font-weight: 800;
}

.az-auth-route .az-auth-form input.input-text,
.az-auth-route .az-auth-form input[type="text"],
.az-auth-route .az-auth-form input[type="email"],
.az-auth-route .az-auth-form input[type="password"] {
  min-height: 52px;
  font-size: 15px;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.az-auth-route .az-auth-form input.input-text:hover,
.az-auth-route .az-auth-form input[type="text"]:hover,
.az-auth-route .az-auth-form input[type="email"]:hover,
.az-auth-route .az-auth-form input[type="password"]:hover {
  border-color: rgba(17, 24, 39, .22);
}

.az-auth-route .az-auth-form input.input-text:focus,
.az-auth-route .az-auth-form input[type="text"]:focus,
.az-auth-route .az-auth-form input[type="email"]:focus,
.az-auth-route .az-auth-form input[type="password"]:focus {
  border-color: rgba(124, 58, 237, .55);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, .10);
}

.az-auth-route .az-auth-form__actions {
  gap: 14px;
}

.az-auth-route .az-auth-remember {
  padding: 10px 0;
}

.az-auth-route .az-auth-submit,
.az-auth-route .woocommerce-button.az-auth-submit,
.az-auth-route .woocommerce-Button.az-auth-submit {
  min-height: 52px;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(17, 24, 39, .14);
}

.az-auth-route .az-auth-submit:active,
.az-auth-route .woocommerce-button.az-auth-submit:active,
.az-auth-route .woocommerce-Button.az-auth-submit:active {
  transform: translateY(1px);
}

.az-auth-route .az-auth-lost-password,
.az-auth-route .az-auth-switch {
  border-top: 1px solid rgba(17, 24, 39, .08);
  padding-top: 16px;
}

.az-auth-route .az-auth-card--login.is-active .az-auth-card__title,
.az-auth-route .az-auth-card--register.is-active .az-auth-card__title {
  color: #111827;
}

.az-auth-route .az-auth-card:not(.is-active) {
  background: rgba(255, 255, 255, .72);
}

.az-auth-route .az-auth-card:not(.is-active) .az-auth-form {
  opacity: .96;
}

@media (min-width: 901px) {
  .az-auth-route--login .az-auth-grid,
  .az-auth-route--register .az-auth-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 600px;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .az-auth-route .az-auth-hero__title {
    font-size: 36px;
    line-height: 1.15;
  }

  .az-auth-route .az-auth-hero__text {
    font-size: 15px;
  }

  .az-auth-route .az-auth-form input.input-text,
  .az-auth-route .az-auth-form input[type="text"],
  .az-auth-route .az-auth-form input[type="email"],
  .az-auth-route .az-auth-form input[type="password"] {
    min-height: 50px;
  }
}


/* Auth Register UI — v0.6.14.2 (append-only, scoped) */
.az-auth-route--login .az-auth-card--register,
.az-auth-route--register .az-auth-card--login {
  display: none !important;
}

.az-auth-route--register .az-auth-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 620px;
  margin-inline: auto;
}

.az-auth-route--register .az-auth-card--register {
  border-color: rgba(198, 122, 69, .18);
  box-shadow: 0 24px 70px rgba(47, 36, 28, .10);
}

.az-auth-route--register .az-auth-card--register::before {
  opacity: 1;
  background: linear-gradient(90deg, #c67a45, #e6b17e, #2f241c);
}

.az-auth-route .az-auth-benefits {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.az-auth-route .az-auth-benefits li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #5f4a36;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.az-auth-route .az-auth-benefits li::before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 999px;
  background: rgba(198, 122, 69, .14);
  box-shadow: inset 0 0 0 1px rgba(198, 122, 69, .22);
}

.az-auth-route .az-auth-benefits li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 6px;
  height: 9px;
  border-right: 2px solid #c67a45;
  border-bottom: 2px solid #c67a45;
  transform: rotate(45deg);
}

.az-auth-route .az-auth-form--register {
  gap: 18px;
}

.az-auth-route .az-auth-form--register .form-row {
  margin-bottom: 0;
}

.az-auth-route .az-auth-form--register label {
  color: #2f241c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.az-auth-route .az-auth-form--register input.input-text,
.az-auth-route .az-auth-form--register input[type="text"],
.az-auth-route .az-auth-form--register input[type="email"],
.az-auth-route .az-auth-form--register input[type="password"] {
  min-height: 54px;
  border-radius: 18px;
  background: #fff;
}

.az-auth-route .az-auth-form--register .az-auth-generated-password-note {
  padding: 14px 16px;
  border: 1px solid rgba(198, 122, 69, .18);
  border-radius: 18px;
  background: rgba(198, 122, 69, .08);
  color: #6f5338;
  font-size: 13px;
  font-weight: 800;
}

.az-auth-route .az-auth-form--register .woocommerce-privacy-policy-text {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(17, 24, 39, .035);
}

.az-auth-route .az-auth-form--register .az-auth-form__actions {
  display: block;
}

.az-auth-route .az-auth-form--register .az-auth-submit,
.az-auth-route .woocommerce-Button.woocommerce-form-register__submit.az-auth-submit {
  width: 100%;
  min-height: 54px;
  background: #c67a45;
  box-shadow: 0 16px 34px rgba(198, 122, 69, .24);
}

.az-auth-route .az-auth-form--register .az-auth-submit:hover,
.az-auth-route .woocommerce-Button.woocommerce-form-register__submit.az-auth-submit:hover,
.az-auth-route .az-auth-form--register .az-auth-submit:focus,
.az-auth-route .woocommerce-Button.woocommerce-form-register__submit.az-auth-submit:focus {
  background: #2f241c;
  box-shadow: 0 16px 34px rgba(47, 36, 28, .18);
}

.az-auth-route .az-auth-switch--login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}

@media (max-width: 640px) {
  .az-auth-route--register .az-auth-grid {
    max-width: none;
  }

  .az-auth-route .az-auth-benefits {
    margin-top: 14px;
  }

  .az-auth-route .az-auth-benefits li {
    font-size: 12.5px;
  }

  .az-auth-route .az-auth-form--register input.input-text,
  .az-auth-route .az-auth-form--register input[type="text"],
  .az-auth-route .az-auth-form--register input[type="email"],
  .az-auth-route .az-auth-form--register input[type="password"] {
    min-height: 52px;
  }

  .az-auth-route .az-auth-switch--login {
    flex-wrap: wrap;
  }
}

/* Auth Lost Password & Final Polish — v0.6.14.6 (append-only, scoped) */
.az-auth-route--lost-password .az-auth-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 600px;
  margin-inline: auto;
}

.az-auth-route--lost-password .az-auth-card--lost-password {
  border-color: rgba(198, 122, 69, .18);
  box-shadow: 0 24px 70px rgba(47, 36, 28, .10);
}

.az-auth-route--lost-password .az-auth-card--lost-password::before {
  opacity: 1;
  background: linear-gradient(90deg, #c67a45, #e6b17e, #2f241c);
}

.az-auth-route--lost-password .az-auth-card--lost-password form,
.az-auth-route--lost-password .az-auth-card--lost-password .woocommerce-ResetPassword {
  display: grid;
  gap: 18px;
  margin: 0;
}

.az-auth-route--lost-password .az-auth-card--lost-password p {
  margin: 0;
}

.az-auth-route--lost-password .az-auth-card--lost-password label,
.az-auth-route .woocommerce-ResetPassword label,
.az-auth-route .lost_reset_password label {
  display: block;
  margin-bottom: 8px;
  color: #2f241c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.az-auth-route--lost-password .az-auth-card--lost-password input.input-text,
.az-auth-route--lost-password .az-auth-card--lost-password input[type="text"],
.az-auth-route--lost-password .az-auth-card--lost-password input[type="email"],
.az-auth-route--lost-password .az-auth-card--lost-password input[type="password"],
.az-auth-route .woocommerce-ResetPassword input.input-text,
.az-auth-route .lost_reset_password input.input-text {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(47, 36, 28, .12);
  border-radius: 18px;
  background: #fff;
  color: #2f241c;
  font-size: 15px;
  font-weight: 750;
  outline: none;
  padding: 0 16px;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.az-auth-route--lost-password .az-auth-card--lost-password input:focus,
.az-auth-route .woocommerce-ResetPassword input:focus,
.az-auth-route .lost_reset_password input:focus {
  border-color: rgba(198, 122, 69, .55);
  box-shadow: 0 0 0 4px rgba(198, 122, 69, .12);
}

.az-auth-route--lost-password .az-auth-card--lost-password .woocommerce-Button,
.az-auth-route .woocommerce-ResetPassword .woocommerce-Button,
.az-auth-route .lost_reset_password .woocommerce-Button {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: #c67a45;
  color: #fff;
  box-shadow: 0 16px 34px rgba(198, 122, 69, .24);
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.az-auth-route--lost-password .az-auth-card--lost-password .woocommerce-Button:hover,
.az-auth-route .woocommerce-ResetPassword .woocommerce-Button:hover,
.az-auth-route .lost_reset_password .woocommerce-Button:hover,
.az-auth-route--lost-password .az-auth-card--lost-password .woocommerce-Button:focus,
.az-auth-route .woocommerce-ResetPassword .woocommerce-Button:focus,
.az-auth-route .lost_reset_password .woocommerce-Button:focus {
  background: #2f241c;
  box-shadow: 0 16px 34px rgba(47, 36, 28, .18);
}

.az-auth-route--lost-password .az-auth-card--lost-password .woocommerce-Button:active,
.az-auth-route .woocommerce-ResetPassword .woocommerce-Button:active,
.az-auth-route .lost_reset_password .woocommerce-Button:active {
  transform: translateY(1px);
}

.az-auth-route .woocommerce-notices-wrapper,
.az-auth-route .woocommerce-message,
.az-auth-route .woocommerce-error,
.az-auth-route .woocommerce-info {
  max-width: 760px;
  margin: 0 auto 18px;
}

.az-auth-route .woocommerce-error,
.az-auth-route .woocommerce-message,
.az-auth-route .woocommerce-info {
  border: 1px solid rgba(198, 122, 69, .16);
  border-radius: 20px;
  background: #fff;
  color: #2f241c;
  box-shadow: 0 16px 36px rgba(47, 36, 28, .07);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  padding: 16px 18px;
}
.az-auth-route .woocommerce-error {
  border-color: rgba(185, 28, 28, .18);
  background: rgba(254, 242, 242, .92);
  color: #7f1d1d;
}

.az-auth-route .woocommerce-message {
  border-color: rgba(22, 163, 74, .18);
  background: rgba(240, 253, 244, .92);
  color: #14532d;
}

.az-auth-route .az-auth-switch--login {
  margin-top: 18px;
}

.az-auth-route .az-auth-switch a,
.az-auth-route .az-auth-lost-password a {
  color: #c67a45;
  font-weight: 900;
  text-decoration: none;
}

.az-auth-route .az-auth-switch a:hover,
.az-auth-route .az-auth-lost-password a:hover {
  color: #2f241c;
}

@media (max-width: 640px) {
  .az-auth-route--lost-password .az-auth-grid {
    max-width: none;
  }

  .az-auth-route .woocommerce-error,
  .az-auth-route .woocommerce-message,
  .az-auth-route .woocommerce-info {
    border-radius: 18px;
    font-size: 13px;
    padding: 14px 15px;
  }

  .az-auth-route--lost-password .az-auth-card--lost-password input.input-text,
  .az-auth-route--lost-password .az-auth-card--lost-password input[type="text"],
  .az-auth-route--lost-password .az-auth-card--lost-password input[type="email"],
  .az-auth-route--lost-password .az-auth-card--lost-password input[type="password"],
  .az-auth-route .woocommerce-ResetPassword input.input-text,
  .az-auth-route .lost_reset_password input.input-text,
  .az-auth-route--lost-password .az-auth-card--lost-password .woocommerce-Button,
  .az-auth-route .woocommerce-ResetPassword .woocommerce-Button,
  .az-auth-route .lost_reset_password .woocommerce-Button {
    min-height: 52px;
  }
}

/* v0.6.14.7 — Cart remove + auto update fix, scoped to Cart only */
body.woocommerce-cart .az-cart-table .product-remove,
body.woocommerce-cart .az-cart-table .az-cart-item__remove {
  pointer-events: auto !important;
}

body.woocommerce-cart .az-cart-table .az-cart-item__remove {
  position: relative !important;
  z-index: 10 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  touch-action: manipulation !important;
}

body.woocommerce-cart .az-cart-table .az-cart-item__remove[aria-disabled="true"] {
  pointer-events: none !important;
  opacity: .55 !important;
}

body.woocommerce-cart .az-cart-table tr.az-cart-item.az-cart-item-is-removing {
  opacity: .56 !important;
  transform: scale(.995) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

body.woocommerce-cart form.woocommerce-cart-form.az-cart-is-updating .az-cart-table {
  cursor: progress;
}

body.woocommerce-cart button[name="update_cart"].az-cart-update-is-loading {
  opacity: .72 !important;
  cursor: wait !important;
}

/* Generic WordPress content templates — v0.7.0 */
.az-content-page{padding:clamp(48px,7vw,88px) 0}.az-content-page--woocommerce{padding-top:32px}.az-content-page__inner{max-width:980px}.az-content-page--woocommerce .az-content-page__inner{max-width:var(--az-container)}.az-entry{min-width:0}.az-entry__header{margin-bottom:32px}.az-entry__header--archive{padding-bottom:24px;border-bottom:1px solid var(--az-border)}.az-entry__title{margin:0;font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(40px,6vw,68px);font-weight:500;line-height:1.05;color:var(--az-text)}.az-entry__meta{margin:0 0 10px;color:var(--az-terracotta);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.az-entry__description,.az-entry__content,.az-post-card__excerpt{color:var(--az-muted);font-size:16px;line-height:1.8}.az-entry__content>*:first-child{margin-top:0}.az-entry__content>*:last-child{margin-bottom:0}.az-entry__content a{color:var(--az-terracotta);text-decoration:underline;text-underline-offset:3px}.az-entry__content img{border-radius:var(--az-radius-lg)}.az-entry__image{margin:0 0 32px}.az-entry__image img{width:100%;border-radius:var(--az-radius-lg)}.az-post-list{display:grid;gap:18px}.az-post-card{padding:28px;border:1px solid var(--az-border);border-radius:var(--az-radius-lg);background:var(--az-surface)}.az-post-card__title{margin:0 0 12px;font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(28px,4vw,38px);font-weight:500;line-height:1.15}.az-post-card__title a:hover{color:var(--az-terracotta)}.az-not-found{max-width:680px;padding:clamp(32px,6vw,64px);border:1px solid var(--az-border);border-radius:var(--az-radius-xl);background:var(--az-surface);text-align:center;margin-inline:auto}.az-not-found p:not(.az-entry__meta){margin:18px auto 28px;max-width:520px;color:var(--az-muted);line-height:1.7}.az-comments{margin-top:48px;padding-top:32px;border-top:1px solid var(--az-border)}.az-comments__title{font-family:"Cormorant Garamond",Georgia,serif;font-size:32px;font-weight:500}.comment-list{padding-inline-start:24px}@media(max-width:767px){.az-container{width:min(100% - 32px,var(--az-container))}.az-post-card{padding:22px}}


/* Unified shop controls — v0.7.0 */
.az-shop-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: -10px 0 26px;
}
.az-shop-controls__filter { display: none; }
.az-shop-controls__count .woocommerce-result-count,
.az-shop-controls__sort .woocommerce-ordering { margin: 0; }
.az-shop-controls__sort select {
  min-height: 44px;
  max-width: 100%;
  padding: 0 14px;
  border: 1px solid var(--az-border);
  border-radius: 12px;
  background: #fff;
  color: var(--az-text);
  font-size: 14px;
}
@media (max-width: 900px) {
  .az-shop-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
  }
  .az-shop-controls__filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 1px solid var(--az-border);
    border-radius: 14px;
    background: #fff;
    color: var(--az-text);
    font-size: 14px;
    font-weight: 700;
  }
  .az-shop-controls__count { display: none; }
  .az-shop-controls__sort select { width: 100%; min-height: 46px; }
}
/* Guest authentication visual scope — v0.10.6 */
body.az-auth-route {
  background:
    radial-gradient(circle at 10% 8%, rgba(198, 122, 69, .10), transparent 32rem),
    linear-gradient(180deg, #fbf8f3 0%, #f5eee5 100%);
}

body.az-auth-route .az-content-page,
body.az-auth-route .az-auth-page {
  min-height: calc(100vh - 170px);
  padding: clamp(34px, 6vw, 72px) 0 clamp(54px, 8vw, 96px);
  background: transparent;
}

body.az-auth-route .az-content-page__inner,
body.az-auth-route .az-auth-page__container {
  width: min(100% - 32px, 1120px);
  max-width: 1120px;
  margin-inline: auto;
}

body.az-auth-route .az-entry__content {
  color: #5f4a36;
  font-size: 15px;
  line-height: 1.65;
}

body.az-auth-route .az-entry__content a {
  text-decoration: none;
  text-underline-offset: 0;
}

.az-auth-inline-shell {
  width: min(100%, 680px);
  margin-inline: auto;
}

.az-auth-inline-shell .az-auth-grid {
  width: 100%;
}

.az-auth-route .az-auth-card {
  border: 1px solid rgba(87, 62, 38, .12);
  border-radius: 30px;
  background: rgba(255, 255, 255, .94);
  box-shadow:
    0 32px 90px rgba(47, 36, 28, .12),
    0 2px 0 rgba(255, 255, 255, .8) inset;
  backdrop-filter: blur(12px);
}

.az-auth-route .az-auth-card::before {
  height: 5px;
  background: linear-gradient(90deg, #2f241c 0%, #c67a45 52%, #e6b17e 100%);
  opacity: 1;
}

.az-auth-route .az-auth-card__header {
  position: relative;
  padding: clamp(26px, 5vw, 42px) clamp(22px, 5vw, 42px) 24px;
  border-bottom: 1px solid rgba(87, 62, 38, .09);
  background:
    radial-gradient(circle at 92% 10%, rgba(198, 122, 69, .14), transparent 12rem),
    linear-gradient(145deg, #fffdf9 0%, #fbf2e6 100%);
}

.az-auth-route .az-auth-card__header::after {
  content: "";
  position: absolute;
  top: 28px;
  right: clamp(22px, 5vw, 42px);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(198, 122, 69, .22);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(198, 122, 69, .18), rgba(255, 255, 255, .88));
  box-shadow: 0 12px 28px rgba(198, 122, 69, .14);
}

.az-auth-route .az-auth-card--login .az-auth-card__header::before,
.az-auth-route .az-auth-card--register .az-auth-card__header::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 41px;
  right: calc(clamp(22px, 5vw, 42px) + 14px);
  width: 18px;
  height: 18px;
  border: 2px solid #8a5a35;
  border-radius: 50%;
}

.az-auth-route .az-auth-card--login .az-auth-card__header::before {
  border-radius: 50% 50% 42% 42%;
  box-shadow: 0 15px 0 -5px #8a5a35;
}

.az-auth-route .az-auth-card--register .az-auth-card__header::before {
  box-shadow:
    -8px 10px 0 -5px #8a5a35,
    8px 10px 0 -5px #8a5a35;
}

.az-auth-route .az-auth-card__eyebrow {
  margin-bottom: 12px;
  color: #a96539;
  font-size: 11px;
  letter-spacing: .16em;
}

.az-auth-route .az-auth-card__title {
  max-width: calc(100% - 68px);
  color: #2f241c;
  font-size: clamp(38px, 7vw, 54px);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: .98;
}

.az-auth-route .az-auth-card__text {
  max-width: 500px;
  margin-top: 16px;
  color: #705b47;
  font-size: 15px;
  line-height: 1.7;
}

.az-auth-route .az-auth-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.az-auth-route .az-auth-benefits li {
  min-height: 76px;
  padding: 14px;
  border: 1px solid rgba(198, 122, 69, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .64);
  color: #5f4a36;
  font-size: 12px;
  line-height: 1.45;
}

.az-auth-route .az-auth-form {
  gap: 18px;
  padding: 28px clamp(22px, 5vw, 42px) clamp(30px, 5vw, 42px);
}

.az-auth-route .az-auth-form label {
  margin-bottom: 9px;
  color: #3b2d22;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: -.01em;
}

.az-auth-route .az-auth-form input.input-text,
.az-auth-route .az-auth-form input[type="text"],
.az-auth-route .az-auth-form input[type="email"],
.az-auth-route .az-auth-form input[type="password"] {
  min-height: 58px;
  padding: 0 17px;
  border: 1px solid rgba(87, 62, 38, .18);
  border-radius: 17px;
  background: #fff;
  color: #2f241c;
  box-shadow: 0 1px 0 rgba(47, 36, 28, .03) inset;
  font-size: 16px;
}

.az-auth-route .az-auth-form input.input-text:hover,
.az-auth-route .az-auth-form input[type="text"]:hover,
.az-auth-route .az-auth-form input[type="email"]:hover,
.az-auth-route .az-auth-form input[type="password"]:hover {
  border-color: rgba(198, 122, 69, .42);
}

.az-auth-route .az-auth-form input.input-text:focus,
.az-auth-route .az-auth-form input[type="text"]:focus,
.az-auth-route .az-auth-form input[type="email"]:focus,
.az-auth-route .az-auth-form input[type="password"]:focus {
  border-color: #c67a45;
  box-shadow: 0 0 0 4px rgba(198, 122, 69, .13);
}

.az-auth-route .az-auth-form__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.az-auth-route .az-auth-submit,
.az-auth-route .woocommerce-button.az-auth-submit,
.az-auth-route .woocommerce-Button.az-auth-submit {
  order: -1;
  width: 100%;
  min-height: 58px;
  border-radius: 17px;
  background: linear-gradient(135deg, #2f241c 0%, #49372a 100%);
  box-shadow: 0 16px 34px rgba(47, 36, 28, .20);
  font-size: 15px;
  letter-spacing: .01em;
}

.az-auth-route .az-auth-submit:hover,
.az-auth-route .az-auth-submit:focus,
.az-auth-route .woocommerce-button.az-auth-submit:hover,
.az-auth-route .woocommerce-button.az-auth-submit:focus,
.az-auth-route .woocommerce-Button.az-auth-submit:hover,
.az-auth-route .woocommerce-Button.az-auth-submit:focus {
  background: linear-gradient(135deg, #b66c3d 0%, #d58a52 100%);
  box-shadow: 0 18px 38px rgba(198, 122, 69, .28);
}

.az-auth-route .az-auth-remember {
  justify-content: flex-start;
  width: fit-content;
  padding: 0;
  color: #705b47;
}

.az-auth-route .az-auth-remember input {
  width: 18px;
  height: 18px;
  border-radius: 5px;
}

.az-auth-route .az-auth-lost-password,
.az-auth-route .az-auth-switch {
  padding-top: 17px;
  border-top: 1px solid rgba(87, 62, 38, .09);
  color: #705b47;
  font-size: 14px;
}

.az-auth-route .az-auth-lost-password a,
.az-auth-route .az-auth-switch a,
.az-auth-route .woocommerce-privacy-policy-text a {
  color: #a96539;
  font-weight: 900;
  text-decoration: none;
}

.az-auth-route .az-auth-lost-password a:hover,
.az-auth-route .az-auth-switch a:hover,
.az-auth-route .woocommerce-privacy-policy-text a:hover {
  color: #2f241c;
}

.az-auth-route .az-auth-generated-password-note,
.az-auth-route .woocommerce-privacy-policy-text {
  margin: 0;
  padding: 15px 16px;
  border: 1px solid rgba(198, 122, 69, .12);
  border-radius: 16px;
  background: #fff9f1;
  color: #705b47;
  font-size: 13px;
  line-height: 1.65;
}

.az-auth-route .show-password-input {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.az-auth-route .woocommerce-notices-wrapper,
.az-auth-route .woocommerce-error,
.az-auth-route .woocommerce-message,
.az-auth-route .woocommerce-info {
  width: min(100%, 680px);
}

@media (max-width: 720px) {
  body.az-auth-route .az-content-page,
  body.az-auth-route .az-auth-page {
    padding-top: 24px;
  }

  body.az-auth-route .az-content-page__inner,
  body.az-auth-route .az-auth-page__container {
    width: min(100% - 24px, 1120px);
  }

  .az-auth-route .az-auth-card {
    border-radius: 24px;
    box-shadow: 0 22px 58px rgba(47, 36, 28, .11);
  }

  .az-auth-route .az-auth-card__header {
    padding: 26px 22px 22px;
  }

  .az-auth-route .az-auth-card__header::after {
    top: 22px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 15px;
  }

  .az-auth-route .az-auth-card--login .az-auth-card__header::before,
  .az-auth-route .az-auth-card--register .az-auth-card__header::before {
    top: 33px;
    right: 32px;
    width: 16px;
    height: 16px;
  }

  .az-auth-route .az-auth-card__title {
    max-width: calc(100% - 58px);
    font-size: 38px;
  }

  .az-auth-route .az-auth-card__text {
    font-size: 14px;
  }

  .az-auth-route .az-auth-benefits {
    grid-template-columns: 1fr;
  }

  .az-auth-route .az-auth-benefits li {
    min-height: 0;
    padding: 11px 13px;
  }

  .az-auth-route .az-auth-form {
    padding: 24px 20px 26px;
  }

  .az-auth-route .az-auth-form input.input-text,
  .az-auth-route .az-auth-form input[type="text"],
  .az-auth-route .az-auth-form input[type="email"],
  .az-auth-route .az-auth-form input[type="password"],
  .az-auth-route .az-auth-submit,
  .az-auth-route .woocommerce-button.az-auth-submit,
  .az-auth-route .woocommerce-Button.az-auth-submit {
    min-height: 54px;
  }
}
/* AZeeMall order confirmation / Thank You page — v0.10.9 */
body.woocommerce-order-received .az-thankyou-page {
  padding: 56px 0 88px;
  background:
    radial-gradient(circle at 8% 4%, rgba(210, 151, 95, 0.12), transparent 30%),
    linear-gradient(180deg, #fbf7ef 0%, #f7f0e5 100%);
  color: #5f3b23;
}

body.woocommerce-order-received .az-thankyou-page__container {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

body.woocommerce-order-received .az-thankyou-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #9b7f6a;
  font-size: 13px;
  font-weight: 700;
}

body.woocommerce-order-received .az-thankyou-breadcrumb a {
  color: #7a492b;
  text-decoration: none;
}

body.woocommerce-order-received .az-thankyou-breadcrumb a:hover {
  color: #c67a45;
}

body.woocommerce-order-received .az-thankyou-hero__card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 28px 30px;
  border: 1px solid rgba(122, 73, 43, 0.14);
  border-radius: 28px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 22px 58px rgba(95, 59, 35, 0.09);
}

body.woocommerce-order-received .az-thankyou-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #e9f4e8;
  color: #477b48;
  box-shadow: inset 0 0 0 1px rgba(71, 123, 72, 0.12);
}

body.woocommerce-order-received .az-thankyou-hero__icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.woocommerce-order-received .az-thankyou-hero__copy {
  min-width: 0;
}

body.woocommerce-order-received .az-thankyou-hero__eyebrow {
  display: block;
  margin: 0 0 7px;
  color: #c67a45;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.woocommerce-order-received .az-thankyou-hero__title {
  margin: 0;
  color: #5f3b23;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

body.woocommerce-order-received .az-thankyou-hero__text {
  max-width: 720px;
  margin: 10px 0 0;
  color: #806d5e;
  font-size: 16px;
  line-height: 1.75;
}

body.woocommerce-order-received .az-thankyou-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 15px;
  border: 1px solid rgba(71, 123, 72, 0.16);
  border-radius: 999px;
  background: #f1f8f0;
  color: #477b48;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

body.woocommerce-order-received .az-thankyou-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin: 20px 0 0;
}

body.woocommerce-order-received .az-thankyou-summary__item {
  min-width: 0;
  padding: 18px 20px;
  border: 1px solid rgba(122, 73, 43, 0.12);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.88);
}

body.woocommerce-order-received .az-thankyou-summary__item--wide {
  grid-column: span 2;
}

body.woocommerce-order-received .az-thankyou-summary__item span {
  display: block;
  margin: 0 0 7px;
  color: #9a8170;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-order-received .az-thankyou-summary__item strong {
  display: block;
  min-width: 0;
  color: #5f3b23;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.woocommerce-order-received .az-thankyou-summary__item .woocommerce-Price-amount {
  color: inherit;
  font-weight: inherit;
}

body.woocommerce-order-received .az-thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 0;
}

body.woocommerce-order-received .az-thankyou-button,
body.woocommerce-order-received .az-thankyou-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0;
  padding: 13px 22px;
  border: 1px solid rgba(122, 73, 43, 0.2);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.9);
  color: #6d4328;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

body.woocommerce-order-received .az-thankyou-button:hover,
body.woocommerce-order-received .az-thankyou-actions .button:hover {
  border-color: rgba(122, 73, 43, 0.38);
  background: #fffdf9;
  color: #5f3b23;
  transform: translateY(-1px);
}

body.woocommerce-order-received .az-thankyou-button--primary,
body.woocommerce-order-received .az-thankyou-actions .button.alt {
  border-color: #7a492b;
  background: #7a492b;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(122, 73, 43, 0.18);
}

body.woocommerce-order-received .az-thankyou-button--primary:hover,
body.woocommerce-order-received .az-thankyou-actions .button.alt:hover {
  border-color: #63391f;
  background: #63391f;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(122, 73, 43, 0.24);
}

body.woocommerce-order-received .az-thankyou-button:focus-visible,
body.woocommerce-order-received .az-thankyou-actions .button:focus-visible {
  outline: 3px solid rgba(198, 122, 69, 0.28);
  outline-offset: 3px;
}

body.woocommerce-order-received .az-thankyou-content {
  display: grid;
  gap: 22px;
  margin: 34px 0 0;
}

body.woocommerce-order-received .az-thankyou-content > p,
body.woocommerce-order-received .az-thankyou-content > .woocommerce-notice,
body.woocommerce-order-received .az-thankyou-content > .woocommerce-message,
body.woocommerce-order-received .az-thankyou-content > .woocommerce-info {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(122, 73, 43, 0.12);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.9);
  color: #735f50;
  line-height: 1.7;
}

body.woocommerce-order-received .az-thankyou-content .woocommerce-order-details,
body.woocommerce-order-received .az-thankyou-content .woocommerce-customer-details {
  margin: 0;
  padding: 26px;
  border: 1px solid rgba(122, 73, 43, 0.13);
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 18px 44px rgba(95, 59, 35, 0.07);
}

body.woocommerce-order-received .az-thankyou-content .woocommerce-order-details__title,
body.woocommerce-order-received .az-thankyou-content .woocommerce-customer-details > h2,
body.woocommerce-order-received .az-thankyou-content .woocommerce-column__title {
  margin: 0 0 18px;
  color: #5f3b23;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

body.woocommerce-order-received .az-thankyou-content table.shop_table,
body.woocommerce-order-received .az-thankyou-content table.woocommerce-table {
  width: 100%;
  margin: 0;
  border: 1px solid rgba(122, 73, 43, 0.13);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 18px;
  background: #fffdf9;
  table-layout: fixed;
  overflow: hidden;
}

body.woocommerce-order-received .az-thankyou-content table.shop_table th,
body.woocommerce-order-received .az-thankyou-content table.shop_table td,
body.woocommerce-order-received .az-thankyou-content table.woocommerce-table th,
body.woocommerce-order-received .az-thankyou-content table.woocommerce-table td {
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid rgba(122, 73, 43, 0.1);
  color: #6f5a4b;
  font-size: 14px;
  line-height: 1.55;
  vertical-align: middle;
}

body.woocommerce-order-received .az-thankyou-content table.shop_table thead th,
body.woocommerce-order-received .az-thankyou-content table.woocommerce-table thead th {
  background: #f8f0e5;
  color: #5f3b23;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.woocommerce-order-received .az-thankyou-content table.shop_table th:first-child,
body.woocommerce-order-received .az-thankyou-content table.shop_table td:first-child,
body.woocommerce-order-received .az-thankyou-content table.woocommerce-table th:first-child,
body.woocommerce-order-received .az-thankyou-content table.woocommerce-table td:first-child {
  width: 68%;
  text-align: left;
}

body.woocommerce-order-received .az-thankyou-content table.shop_table th:last-child,
body.woocommerce-order-received .az-thankyou-content table.shop_table td:last-child,
body.woocommerce-order-received .az-thankyou-content table.woocommerce-table th:last-child,
body.woocommerce-order-received .az-thankyou-content table.woocommerce-table td:last-child {
  width: 32%;
  text-align: right;
}

body.woocommerce-order-received .az-thankyou-content table.shop_table tr:last-child th,
body.woocommerce-order-received .az-thankyou-content table.shop_table tr:last-child td,
body.woocommerce-order-received .az-thankyou-content table.woocommerce-table tr:last-child th,
body.woocommerce-order-received .az-thankyou-content table.woocommerce-table tr:last-child td {
  border-bottom: 0;
}

body.woocommerce-order-received .az-thankyou-content table.shop_table a,
body.woocommerce-order-received .az-thankyou-content table.woocommerce-table a {
  color: #b76835;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.woocommerce-order-received .az-thankyou-content table.shop_table tfoot th,
body.woocommerce-order-received .az-thankyou-content table.shop_table tfoot td,
body.woocommerce-order-received .az-thankyou-content table.woocommerce-table tfoot th,
body.woocommerce-order-received .az-thankyou-content table.woocommerce-table tfoot td {
  background: #fffaf3;
  color: #5f3b23;
  font-weight: 800;
}

body.woocommerce-order-received .az-thankyou-content table.shop_table tfoot tr:last-child th,
body.woocommerce-order-received .az-thankyou-content table.shop_table tfoot tr:last-child td,
body.woocommerce-order-received .az-thankyou-content table.woocommerce-table tfoot tr:last-child th,
body.woocommerce-order-received .az-thankyou-content table.woocommerce-table tfoot tr:last-child td {
  color: #7a492b;
  font-size: 16px;
  font-weight: 900;
}

body.woocommerce-order-received .az-thankyou-content .woocommerce-table__product-name .wc-item-meta,
body.woocommerce-order-received .az-thankyou-content .woocommerce-table__product-name dl.variation {
  margin: 7px 0 0;
  color: #927967;
  font-size: 12px;
}

body.woocommerce-order-received .az-thankyou-content .woocommerce-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin: 0;
}

body.woocommerce-order-received .az-thankyou-content .woocommerce-column {
  float: none;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.woocommerce-order-received .az-thankyou-content .woocommerce-column__title {
  margin-bottom: 12px;
  font-size: 20px;
}

body.woocommerce-order-received .az-thankyou-content address {
  min-height: 100%;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(122, 73, 43, 0.12);
  border-radius: 18px;
  background: #fffaf3;
  color: #6f5a4b;
  font-size: 14px;
  font-style: normal;
  line-height: 1.8;
}

body.woocommerce-order-received .az-thankyou-content address p {
  margin: 12px 0 0;
}

body.woocommerce-order-received .az-thankyou-content address a {
  color: #7a492b;
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

body.woocommerce-order-received .az-thankyou-alert {
  display: grid;
  gap: 4px;
  margin: 20px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(166, 67, 52, 0.2);
  border-radius: 16px;
  background: #fff3f0;
  color: #8a3e32;
  line-height: 1.6;
}

body.woocommerce-order-received .az-thankyou-page--failed .az-thankyou-hero__icon {
  background: #fff0ed;
  color: #a64334;
  box-shadow: inset 0 0 0 1px rgba(166, 67, 52, 0.13);
}

body.woocommerce-order-received .az-thankyou-page--failed .az-thankyou-status {
  border-color: rgba(166, 67, 52, 0.18);
  background: #fff3f0;
  color: #a64334;
}

/* Product category directory — v0.10.10 */
.az-category-directory-page {
  min-height: 60vh;
  background: var(--az-cream);
}

.home-categories--directory {
  padding-top: clamp(56px, 8vw, 104px);
  padding-bottom: clamp(72px, 9vw, 120px);
}

.home-categories--directory .section-heading h1 {
  margin: 0;
  color: var(--az-text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 6vw, 64px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.home-categories--directory .category-card {
  outline-offset: 4px;
}

.home-categories--directory .category-card:focus-visible {
  outline: 3px solid rgba(198, 122, 69, 0.55);
}
