:root {
  --ozooc-bg: #f4f2ee;
  --ozooc-paper: #fffdf9;
  --ozooc-ink: #111111;
  --ozooc-muted: #77736b;
  --ozooc-line: rgba(17,17,17,.28);
  --ozooc-soft-line: rgba(17,17,17,.12);
  --ozooc-accent: #6d563f;
  --ozooc-max: 1480px;
  --ozooc-gap: clamp(18px, 3vw, 48px);
}
body.ozooc-theme { background: var(--ozooc-bg); color: var(--ozooc-ink); -webkit-font-smoothing: antialiased; text-rendering: geometricPrecision; }
.ozooc-theme a { color: inherit; text-underline-offset: .18em; }
.ozooc-theme img { height: auto; }
.ozooc-theme .button,
.ozooc-theme button,
.ozooc-theme input[type="submit"],
.ozooc-theme .added_to_cart,
.ozooc-theme a.checkout-button { border: 1px solid var(--ozooc-ink) !important; background: transparent !important; color: var(--ozooc-ink) !important; border-radius: 0 !important; min-height: 58px; padding: 17px 28px !important; text-transform: uppercase; font-weight: 700; letter-spacing: -.04em; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.ozooc-theme .button:hover,
.ozooc-theme button:hover,
.ozooc-theme input[type="submit"]:hover,
.ozooc-theme .added_to_cart:hover,
.ozooc-theme a.checkout-button:hover { background: var(--ozooc-ink) !important; color: var(--ozooc-paper) !important; }
.ozooc-theme .woocommerce-notices-wrapper { max-width: var(--ozooc-max); margin: 18px auto; padding: 0 24px; }
.ozooc-theme .woocommerce-message,
.ozooc-theme .woocommerce-info,
.ozooc-theme .woocommerce-error { border: 1px solid var(--ozooc-ink); border-left-width: 8px; background: var(--ozooc-paper); color: var(--ozooc-ink); padding: 18px 22px; margin: 0 0 14px; list-style: none; box-shadow: none; }
.ozooc-theme .woocommerce-message::before,
.ozooc-theme .woocommerce-info::before,
.ozooc-theme .woocommerce-error::before { display: none; }
.ozooc-theme .woocommerce-error { border-left-color: #8e2f22; }
.ozooc-theme .woocommerce-info { border-left-color: var(--ozooc-accent); }
.ozooc-theme ul.products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(20px, 3vw, 42px); margin: 0; }
.ozooc-theme ul.products::before, .ozooc-theme ul.products::after { display: none !important; }
.ozooc-theme ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; border-top: 1px solid var(--ozooc-line); padding-top: 12px; }
.ozooc-theme ul.products li.product a img { aspect-ratio: 4 / 5; object-fit: cover; background: #ebe7df; margin: 0 0 14px; width: 100%; }
.ozooc-theme ul.products li.product .woocommerce-loop-product__title { font-size: clamp(17px, 1.25vw, 23px); font-weight: 700; line-height: .96; padding: 0; margin: 0 0 8px; letter-spacing: -.035em; }
.ozooc-theme ul.products li.product .price { color: var(--ozooc-ink); font-weight: 600; display: block; margin: 0 0 12px; }
.ozooc-theme ul.products li.product .button { width: 100%; min-height: 48px; padding: 12px 16px !important; }
.ozooc-theme.single-product div.product { max-width: var(--ozooc-max); margin: 0 auto; padding: clamp(28px, 5vw, 76px) 24px; display: grid; grid-template-columns: minmax(260px,.9fr) minmax(320px,1.45fr); gap: var(--ozooc-gap); align-items: start; }
.ozooc-theme.single-product div.product div.images { width: 100% !important; float: none !important; grid-column: 2; }
.ozooc-theme.single-product div.product div.summary { width: 100% !important; float: none !important; grid-column: 1; position: sticky; top: 96px; }
.ozooc-theme.single-product .product_title { font-size: clamp(48px, 7vw, 110px); line-height: .82; letter-spacing: -.085em; margin: 0 0 18px; }
.ozooc-theme.single-product .price { font-size: clamp(24px, 2.2vw, 38px); color: var(--ozooc-ink); font-weight: 700; margin: 0 0 34px; }
.ozooc-theme.single-product .woocommerce-product-details__short-description,
.ozooc-theme.single-product .woocommerce-tabs { border-top: 1px solid var(--ozooc-line); padding-top: 12px; margin-top: 28px; }
.ozooc-theme.single-product .woocommerce-product-details__short-description::before,
.ozooc-theme.single-product .woocommerce-tabs::before { content: 'DETAILS'; display: block; font-size: 11px; font-weight: 800; margin: 0 0 26px; }
.ozooc-theme.single-product form.cart { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(220px, .9fr); gap: 28px; align-items: end; border-top: 1px solid var(--ozooc-line); padding-top: 12px; margin-top: 34px; }
.ozooc-theme.single-product form.cart::before { content: 'QUANTITY'; grid-column: 1; display: block; font-size: 11px; font-weight: 800; }
.ozooc-theme.single-product form.cart .single_add_to_cart_button { grid-column: 2; min-height: 92px; font-size: clamp(20px, 2vw, 34px); }
.ozooc-theme.single-product .quantity input.qty { min-height: 48px; border: 0; border-bottom: 1px solid var(--ozooc-line); background: transparent; font-weight: 700; font-size: 24px; width: 100%; }
.ozooc-qty-choices { display: flex; gap: 11px; flex-wrap: wrap; border-bottom: 1px solid var(--ozooc-line); padding: 14px 0 22px; }
.ozooc-qty-choice { border: 0 !important; background: transparent !important; color: rgba(17,17,17,.35) !important; padding: 0 !important; min-height: auto !important; font-size: clamp(22px, 2vw, 34px); line-height: 1; font-weight: 800; cursor: pointer; }
.ozooc-qty-choice.is-active { color: var(--ozooc-ink) !important; }
.ozooc-theme .woocommerce-MyAccount-navigation { border-top: 1px solid var(--ozooc-line); }
.ozooc-theme .woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; margin: 0; }
.ozooc-theme .woocommerce-MyAccount-navigation li { border-bottom: 1px solid var(--ozooc-soft-line); }
.ozooc-theme .woocommerce-MyAccount-navigation a { display: block; padding: 14px 0; text-transform: uppercase; font-weight: 700; }
.ozooc-theme .woocommerce-MyAccount-content { border-top: 1px solid var(--ozooc-line); padding-top: 18px; }
@media (max-width: 900px) {
  .ozooc-theme ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ozooc-theme.single-product div.product { display: block; padding: 26px 16px 96px; }
  .ozooc-theme.single-product div.product div.summary { position: static; }
  .ozooc-theme.single-product form.cart { grid-template-columns: 1fr; gap: 16px; }
  .ozooc-theme.single-product form.cart .single_add_to_cart_button { grid-column: auto; min-height: 64px; }
}


/* Ozooc synchronized single-product story layout */
.ozooc-theme.single-product .ozooc-product-sync {
  --ozooc-product-top: clamp(72px, 9vh, 118px);
  --ozooc-product-bottom: clamp(96px, 12vh, 150px);
  --ozooc-copy-width: minmax(280px, 0.76fr);
  --ozooc-gallery-width: minmax(420px, 1.24fr);
  max-width: var(--ozooc-max);
  min-height: var(--ozooc-scroll-height, 100vh);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 44px) clamp(20px, 5vw, 76px) var(--ozooc-product-bottom);
  display: grid;
  grid-template-columns: var(--ozooc-copy-width) var(--ozooc-gallery-width);
  grid-template-rows: 1fr auto;
  gap: clamp(26px, 5vw, 92px) clamp(40px, 8vw, 132px);
  align-items: start;
  background: #fff;
}
.ozooc-theme.single-product .ozooc-product-sync::before,
.ozooc-theme.single-product .ozooc-product-sync::after { display: none !important; }
.ozooc-product-sync__copy,
.ozooc-product-sync__gallery {
  position: sticky;
  top: var(--ozooc-product-top);
  height: calc(100vh - var(--ozooc-product-top) - var(--ozooc-product-bottom));
  min-height: 480px;
  overflow: hidden;
}
.ozooc-product-sync__copy { grid-column: 1; grid-row: 1 / span 2; }
.ozooc-product-sync__gallery { grid-column: 2; grid-row: 1; }
.ozooc-product-sync__track { will-change: transform; transition: transform .08s linear; }
.ozooc-product-sync__overline {
  margin: 0 0 12px;
  color: rgba(17,17,17,.45);
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -.035em;
}
.ozooc-product-sync__title {
  margin: 0 0 16px;
  font-size: clamp(40px, 6.9vw, 104px);
  line-height: .86;
  letter-spacing: -.09em;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  max-width: 100%;
}
.ozooc-product-sync__price {
  margin: 0 0 clamp(40px, 8vh, 96px);
  font-size: clamp(24px, 2.3vw, 40px);
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 500;
}
.ozooc-product-sync__price .price { margin: 0; font: inherit; }
.ozooc-product-section {
  border-top: 1px solid var(--ozooc-ink);
  padding-top: 8px;
  margin: 0 0 clamp(28px, 5vh, 54px);
  max-width: 330px;
}
.ozooc-product-section h2 {
  margin: 0 0 24px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -.035em;
  font-weight: 800;
}
.ozooc-product-section p,
.ozooc-product-facts dd {
  margin: 0 0 16px;
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 600;
}
.ozooc-product-facts { margin: 0; display: grid; gap: 22px; }
.ozooc-product-facts div { display: grid; grid-template-columns: 116px 1fr; gap: 34px; align-items: start; }
.ozooc-product-facts dt {
  margin: 0;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -.05em;
  font-weight: 800;
}
.ozooc-product-downloads { display: grid; gap: 8px; justify-items: start; }
.ozooc-product-downloads a {
  min-width: 118px;
  border: 1px solid var(--ozooc-ink);
  border-radius: 999px;
  padding: 9px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  transition: background .18s ease, color .18s ease;
}
.ozooc-product-downloads a:hover { background: var(--ozooc-ink); color: #fff; }
.ozooc-product-media {
  min-height: min(58vh, 640px);
  margin: 0 0 clamp(52px, 11vh, 120px);
  display: grid;
  place-items: center;
  background: #fff;
}
.ozooc-product-media.is-primary { min-height: min(62vh, 700px); }
.ozooc-product-media img {
  display: block;
  width: min(100%, 680px);
  max-height: 68vh;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.ozooc-product-media.is-placeholder { background: #f4f4f4; }
.ozooc-product-sync__purchase {
  grid-column: 2;
  grid-row: 2;
  position: sticky;
  bottom: clamp(18px, 4vh, 42px);
  z-index: 20;
  align-self: end;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
  padding-top: 10px;
}
.ozooc-product-sync__purchase form.cart {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, .9fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
  border: 0;
  padding: 0;
  margin: 0;
}
.ozooc-product-sync__purchase form.cart::before {
  content: 'ADET';
  grid-column: 1;
  display: block;
  border-top: 1px solid var(--ozooc-ink);
  padding-top: 8px;
  margin-bottom: -6px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
}
.ozooc-product-sync__purchase .quantity { grid-column: 1; }
.ozooc-product-sync__purchase .single_add_to_cart_button {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: clamp(92px, 12vw, 118px);
  border-radius: 0 !important;
  font-size: clamp(24px, 2.4vw, 38px);
  letter-spacing: -.055em;
}
.ozooc-product-sync__purchase .ozooc-qty-choices {
  border: 0;
  padding: 12px 0 0;
  gap: 10px;
}
.ozooc-product-sync__purchase .ozooc-qty-choice {
  font-size: clamp(24px, 2.25vw, 34px);
  font-weight: 500;
  color: rgba(17,17,17,.48) !important;
}
.ozooc-product-sync__purchase .ozooc-qty-choice.is-active { color: var(--ozooc-ink) !important; }
.ozooc-theme.single-product .related.products,
.ozooc-theme.single-product .upsells.products {
  max-width: var(--ozooc-max);
  margin: 0 auto;
  padding: 72px clamp(20px, 5vw, 76px);
}
@media (min-width: 901px) {
  .ozooc-theme.single-product div.product:not(.ozooc-product-sync) { display: block; }
  .ozooc-theme.single-product .ozooc-product-sync div.summary,
  .ozooc-theme.single-product .ozooc-product-sync div.images { display: none !important; }
}
@media (max-width: 900px) {
  .ozooc-theme.single-product .ozooc-product-sync {
    display: block;
    min-height: auto;
    padding: 24px 16px 110px;
  }
  .ozooc-product-sync__copy,
  .ozooc-product-sync__gallery {
    position: static;
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  .ozooc-product-sync__track { transform: none !important; }
  .ozooc-product-sync__gallery { margin: 34px 0; }
  .ozooc-product-media { min-height: 0; margin-bottom: 36px; }
  .ozooc-product-media img { max-height: none; }
  .ozooc-product-section { max-width: none; }
  .ozooc-product-sync__purchase {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--ozooc-ink);
  }
  .ozooc-product-sync__purchase form.cart { grid-template-columns: 1fr auto; gap: 12px; }
  .ozooc-product-sync__purchase form.cart::before { display: none; }
  .ozooc-product-sync__purchase .ozooc-qty-choices { gap: 7px; padding: 0; }
  .ozooc-product-sync__purchase .ozooc-qty-choice { font-size: 20px; }
  .ozooc-product-sync__purchase .single_add_to_cart_button {
    grid-column: 2;
    grid-row: 1;
    min-height: 52px;
    font-size: 16px;
    padding: 12px 18px !important;
    border-radius: 999px !important;
  }
}


/* Stool 01 layout stabilization: purchase belongs to text rail; gallery remains clean on right. */
.ozooc-product-sync .ozooc-product-sync__purchase {
  position: static;
  width: auto;
  z-index: auto;
  background: transparent;
  border-top: 1px solid var(--ozooc-ink);
  box-shadow: none;
  backdrop-filter: none;
  padding: 8px 0 0;
  margin: 0 0 clamp(36px, 7vh, 74px);
}
.ozooc-product-sync .ozooc-product-sync__purchase form.cart {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  border: 0;
  padding: 0;
  margin: 0;
}
.ozooc-product-sync .ozooc-product-sync__purchase form.cart::before {
  content: 'ADET';
  display: block;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
}
.ozooc-product-sync .ozooc-product-sync__purchase .quantity,
.ozooc-product-sync .ozooc-product-sync__purchase .single_add_to_cart_button {
  grid-column: auto;
  grid-row: auto;
}
.ozooc-product-sync .ozooc-product-sync__purchase .single_add_to_cart_button {
  width: 100%;
  min-height: 74px;
  font-size: clamp(20px, 2vw, 30px);
}
.ozooc-product-sync .ozooc-product-sync__purchase .ozooc-qty-choices {
  border: 0;
  padding: 4px 0 0;
}
@media (min-width: 901px) {
  .ozooc-theme.single-product .ozooc-product-sync {
    grid-template-rows: 1fr;
    padding-bottom: clamp(80px, 10vh, 132px);
  }
}
@media (max-width: 900px) {
  .ozooc-product-sync .ozooc-product-sync__purchase {
    position: static;
    border-top: 1px solid var(--ozooc-ink);
    padding: 8px 0 0;
    margin-bottom: 32px;
  }
}


/* Keep purchase visible inside the left product rail on desktop. */
@media (min-width: 901px) {
  .ozooc-product-sync .ozooc-product-sync__purchase {
    margin-bottom: clamp(28px, 5vh, 52px);
  }
  .ozooc-product-sync .ozooc-product-sync__purchase form.cart {
    gap: 10px;
  }
  .ozooc-product-sync .ozooc-product-sync__purchase .ozooc-qty-choices {
    flex-wrap: nowrap;
    gap: 7px;
    padding-top: 2px;
  }
  .ozooc-product-sync .ozooc-product-sync__purchase .ozooc-qty-choice {
    font-size: clamp(18px, 1.45vw, 24px);
  }
  .ozooc-product-sync .ozooc-product-sync__purchase .single_add_to_cart_button {
    min-height: 58px;
    font-size: clamp(18px, 1.65vw, 25px);
  }
}


/* Prevent Woo purchase controls from overflowing the narrow text rail. */
.ozooc-product-sync .ozooc-product-sync__purchase form.cart,
.ozooc-product-sync .ozooc-product-sync__purchase .quantity,
.ozooc-product-sync .ozooc-product-sync__purchase .ozooc-qty-choices,
.ozooc-product-sync .ozooc-product-sync__purchase .single_add_to_cart_button {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
.ozooc-product-sync .ozooc-product-sync__purchase .ozooc-qty-choices {
  justify-content: space-between;
}
.ozooc-product-sync .ozooc-product-sync__purchase .ozooc-qty-choice {
  flex: 0 0 auto;
}
@media (min-width: 901px) {
  .ozooc-product-sync .ozooc-product-sync__purchase .single_add_to_cart_button {
    min-height: 58px !important;
    padding: 12px 18px !important;
  }
}


/* Hard override legacy single-product form grid inside Ozooc custom rail. */
.ozooc-theme.single-product .ozooc-product-sync .ozooc-product-sync__purchase form.cart {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
}
.ozooc-theme.single-product .ozooc-product-sync .ozooc-product-sync__purchase form.cart::before,
.ozooc-theme.single-product .ozooc-product-sync .ozooc-product-sync__purchase .quantity,
.ozooc-theme.single-product .ozooc-product-sync .ozooc-product-sync__purchase .ozooc-qty-choices,
.ozooc-theme.single-product .ozooc-product-sync .ozooc-product-sync__purchase .single_add_to_cart_button {
  grid-column: 1 !important;
  grid-row: auto !important;
  width: 100% !important;
  max-width: 100% !important;
}


/* Ozooc core header/footer and full-width product layout revision. */
.ozooc-theme .site-header,
.ozooc-theme .site-footer,
.ozooc-theme .page-header { display: none !important; }
.ozooc-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 3.5vw, 56px);
  background: rgba(244,242,238,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(17,17,17,.12);
}
.admin-bar .ozooc-site-header { top: 32px; }
.ozooc-site-logo {
  text-decoration: none;
  font-weight: 900;
  font-size: clamp(24px, 3.2vw, 52px);
  line-height: .78;
  letter-spacing: -.12em;
  text-transform: uppercase;
}

.ozooc-site-logo__img {
  display: block;
  width: clamp(92px, 10vw, 158px);
  max-height: 32px;
  object-fit: contain;
}
.ozooc-site-footer__brand-logo {
  display: block;
  width: min(58vw, 720px);
  height: auto;
  max-height: 180px;
  object-fit: contain;
}

.ozooc-site-nav { display: flex; align-items: center; gap: clamp(14px, 2.2vw, 34px); }
.ozooc-site-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -.035em;
}
.ozooc-site-footer {
  padding: clamp(44px, 8vw, 120px) clamp(18px, 3.5vw, 56px) clamp(24px, 5vw, 70px);
  background: var(--ozooc-ink);
  color: var(--ozooc-bg);
}
.ozooc-site-footer__brand {
  font-size: clamp(72px, 18vw, 270px);
  line-height: .72;
  letter-spacing: -.14em;
  font-weight: 900;
  text-transform: uppercase;
}
.ozooc-site-footer__meta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}
.ozooc-site-footer a { color: inherit; text-decoration: none; }
.ozooc-theme.single-product .ozooc-site-main,
.ozooc-theme.single-product .site-main,
.ozooc-theme.single-product main { width: 100%; max-width: none; }
.ozooc-theme.single-product .woocommerce-breadcrumb {
  max-width: none;
  margin: 0;
  padding: 16px clamp(18px, 3.5vw, 56px) 0;
  font-size: 11px;
  text-transform: uppercase;
}
.ozooc-theme.single-product .ozooc-product-sync {
  --ozooc-product-top: clamp(84px, 11vh, 128px);
  --ozooc-product-bottom: clamp(26px, 5vh, 64px);
  --ozooc-copy-width: minmax(310px, 34vw);
  --ozooc-gallery-width: minmax(520px, 1fr);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(22px, 3vw, 48px) clamp(18px, 3.5vw, 56px) clamp(80px, 10vh, 140px);
  grid-template-columns: var(--ozooc-copy-width) var(--ozooc-gallery-width);
  gap: clamp(34px, 5vw, 92px);
  background: #fff;
}
.ozooc-theme.single-product .ozooc-product-sync__copy,
.ozooc-theme.single-product .ozooc-product-sync__gallery {
  height: calc(100vh - var(--ozooc-product-top) - var(--ozooc-product-bottom));
  min-height: 560px;
}
.ozooc-theme.single-product .ozooc-product-section { max-width: min(470px, 100%); }
.ozooc-theme.single-product .ozooc-product-sync__title {
  font-size: clamp(40px, 6.9vw, 104px);
  line-height: .86;
  white-space: nowrap;
  max-width: 100%;
}
.ozooc-theme.single-product .ozooc-product-media {
  min-height: auto;
  margin-bottom: clamp(28px, 5vh, 62px);
  justify-items: center;
}
.ozooc-theme.single-product .ozooc-product-media.is-primary {
  min-height: auto;
  margin-bottom: clamp(18px, 3vh, 34px);
}
.ozooc-theme.single-product .ozooc-product-media.is-primary img {
  max-height: min(46vh, 520px);
}
.ozooc-theme.single-product .ozooc-product-media:not(.is-primary) img {
  max-height: min(66vh, 720px);
}
.ozooc-theme.single-product .ozooc-product-media img {
  width: min(100%, 920px);
  object-fit: contain;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase {
  position: static !important;
  width: 100% !important;
  max-width: min(720px, 100%) !important;
  margin: 0 auto clamp(52px, 8vh, 96px) !important;
  padding: 10px 0 0 !important;
  border-top: 1px solid var(--ozooc-ink);
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase form.cart {
  display: grid !important;
  grid-template-columns: minmax(220px, .86fr) minmax(260px, 1fr) !important;
  gap: clamp(20px, 3.5vw, 58px) !important;
  align-items: end;
  width: 100% !important;
  max-width: 100% !important;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase form.cart::before {
  content: 'ADET';
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: block;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .quantity {
  grid-column: 1 !important;
  grid-row: 2 !important;
  width: 100% !important;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .ozooc-qty-choices {
  width: 100% !important;
  max-width: 100% !important;
  padding: 4px 0 0 !important;
  gap: 8px;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .ozooc-qty-choice {
  font-size: clamp(22px, 2.2vw, 36px);
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .single_add_to_cart_button {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: clamp(86px, 10vw, 118px) !important;
  font-size: clamp(25px, 3vw, 48px) !important;
  padding: 14px 22px !important;
}
@media (max-width: 900px) {
  .admin-bar .ozooc-site-header { top: 0; }
  .ozooc-site-header { position: static; grid-template-columns: 1fr; gap: 16px; }
  .ozooc-site-nav { justify-content: space-between; }
  .ozooc-theme.single-product .ozooc-product-sync { display: block; padding: 24px 16px 110px; }
  .ozooc-theme.single-product .ozooc-product-sync__copy,
  .ozooc-theme.single-product .ozooc-product-sync__gallery { height: auto; min-height: 0; }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase form.cart { grid-template-columns: 1fr !important; gap: 12px !important; }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .single_add_to_cart_button { grid-column: 1 !important; grid-row: auto !important; min-height: 58px !important; font-size: 18px !important; }
}


/* Correct compact numeric quantity controls under featured image. */
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .ozooc-qty-choices {
  gap: clamp(8px, 1.05vw, 16px) !important;
  justify-content: flex-start !important;
  align-items: center;
  overflow: hidden;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .ozooc-qty-choice {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: .86 !important;
  font-size: clamp(22px, 2vw, 34px) !important;
  background: transparent !important;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .single_add_to_cart_button {
  overflow: hidden;
  white-space: normal;
}


/* Stronger purchase grouping under featured image. */
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase {
  border-top-color: rgba(17,17,17,.7);
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .quantity {
  border-bottom: 1px solid rgba(17,17,17,.35);
  padding-bottom: 10px;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .ozooc-qty-choice {
  color: rgba(17,17,17,.52) !important;
  transition: color .16s ease, transform .16s ease;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .ozooc-qty-choice:hover,
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .ozooc-qty-choice.is-active {
  color: var(--ozooc-ink) !important;
  transform: translateY(-1px);
}


/* In-product breadcrumb and toast notices. */
.ozooc-theme.single-product .woocommerce-breadcrumb {
  display: none !important;
}
.ozooc-product-sync__overline {
  display: none !important;
}
.ozooc-product-sync__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 clamp(34px, 5.4vh, 72px);
  font-size: 10px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.035em;
  text-transform: uppercase;
  color: rgba(17,17,17,.56);
}
.ozooc-product-sync__crumb a {
  color: inherit;
  text-decoration: none;
}
.ozooc-product-sync__crumb a:hover {
  color: var(--ozooc-ink);
}
.ozooc-product-sync__crumb span:last-child {
  color: var(--ozooc-ink);
}
.ozooc-theme.single-product .ozooc-product-sync__title {
  margin-top: 0 !important;
}
.ozooc-theme.single-product .woocommerce-notices-wrapper {
  position: fixed !important;
  top: clamp(76px, 9vh, 112px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 9999 !important;
  width: min(920px, calc(100vw - 32px)) !important;
  max-width: calc(100vw - 32px) !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
}
.admin-bar.ozooc-theme.single-product .woocommerce-notices-wrapper {
  top: calc(clamp(76px, 9vh, 112px) + 32px) !important;
}
.ozooc-theme.single-product .woocommerce-message,
.ozooc-theme.single-product .woocommerce-info,
.ozooc-theme.single-product .woocommerce-error {
  position: relative !important;
  margin: 0 0 10px !important;
  width: 100% !important;
  pointer-events: auto !important;
  background: rgba(244,242,238,.96) !important;
  color: var(--ozooc-ink) !important;
  border: 1px solid var(--ozooc-ink) !important;
  border-left: 6px solid var(--ozooc-ink) !important;
  box-shadow: 0 18px 60px rgba(17,17,17,.16) !important;
  backdrop-filter: blur(14px);
  animation: ozoocToastIn .28s ease both;
}
.ozooc-theme.single-product .woocommerce-error {
  border-left-color: #9a1d1d !important;
}
.ozooc-theme.single-product .ozooc-toast-notice.is-hiding {
  animation: ozoocToastOut .38s ease both !important;
}
@keyframes ozoocToastIn {
  from { opacity: 0; transform: translate3d(0, -14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes ozoocToastOut {
  from { opacity: 1; transform: translate3d(0, 0, 0); }
  to { opacity: 0; transform: translate3d(0, -14px, 0); }
}
@media (max-width: 782px) {
  .admin-bar.ozooc-theme.single-product .woocommerce-notices-wrapper { top: 76px !important; }
}

/* Ozooc 1440 layout and i18n-safe purchase controls */
:root {
  --ozooc-max: 1440px;
  --ozooc-page-pad: clamp(24px, 3.3vw, 56px);
  --ozooc-container-x: max(var(--ozooc-page-pad), calc((100vw - var(--ozooc-max)) / 2 + var(--ozooc-page-pad)));
  --ozooc-product-gap: clamp(48px, 6vw, 92px);
}
.ozooc-site-header,
.ozooc-site-footer {
  padding-left: var(--ozooc-container-x) !important;
  padding-right: var(--ozooc-container-x) !important;
  box-sizing: border-box;
}
.ozooc-theme .woocommerce-notices-wrapper,
.ozooc-theme.single-product .related.products,
.ozooc-theme.single-product .upsells.products,
.ozooc-theme.single-product div.product {
  max-width: var(--ozooc-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}
.ozooc-theme.single-product .ozooc-product-sync {
  width: 100% !important;
  max-width: var(--ozooc-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  padding-left: var(--ozooc-page-pad) !important;
  padding-right: var(--ozooc-page-pad) !important;
  grid-template-columns: minmax(330px, .72fr) minmax(560px, 1.28fr) !important;
  column-gap: var(--ozooc-product-gap) !important;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-top: 1px solid rgba(17,17,17,.72) !important;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase form.cart {
  grid-template-columns: minmax(250px, .78fr) minmax(330px, 1fr) !important;
  column-gap: clamp(28px, 4.2vw, 72px) !important;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase form.cart::before,
.ozooc-product-sync .ozooc-product-sync__purchase form.cart::before,
.ozooc-product-sync__purchase form.cart::before,
.ozooc-theme.single-product form.cart::before {
  content: none !important;
  display: none !important;
}
.ozooc-purchase-label {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: block;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -.035em;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .quantity {
  grid-column: 1 !important;
  grid-row: 2 !important;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .single_add_to_cart_button {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  justify-self: stretch;
}
.ozooc-theme.single-product .ozooc-product-media.is-primary img {
  max-height: min(48vh, 540px);
}
@media (min-width: 1441px) {
  body.ozooc-theme { background: var(--ozooc-bg); }
  .ozooc-theme.single-product .ozooc-product-sync { background: #fff; }
}
@media (max-width: 1180px) and (min-width: 901px) {
  .ozooc-theme.single-product .ozooc-product-sync {
    grid-template-columns: minmax(300px, .76fr) minmax(480px, 1.24fr) !important;
    column-gap: clamp(36px, 4.8vw, 64px) !important;
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase form.cart {
    grid-template-columns: minmax(220px, .8fr) minmax(280px, 1fr) !important;
    column-gap: clamp(24px, 3vw, 44px) !important;
  }
}
@media (max-width: 900px) {
  :root { --ozooc-page-pad: 16px; }
  .ozooc-theme.single-product .ozooc-product-sync {
    display: block !important;
    max-width: none !important;
    padding-left: var(--ozooc-page-pad) !important;
    padding-right: var(--ozooc-page-pad) !important;
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase form.cart {
    grid-template-columns: 1fr !important;
  }
  .ozooc-purchase-label,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .quantity,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase .single_add_to_cart_button {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

/* Ozooc full-bleed visual background fix */
html,
body.ozooc-theme.single-product {
  background: #fff !important;
}
.ozooc-theme.single-product .ozooc-site-main,
.ozooc-theme.single-product main,
.ozooc-theme.single-product .ozooc-product-sync {
  background: transparent !important;
}
@media (min-width: 1441px) {
  body.ozooc-theme.single-product { background: #fff !important; }
  .ozooc-theme.single-product .ozooc-product-sync { background: transparent !important; }
}

/* Keep single product page edges the same white as the main product canvas. */
html:has(body.ozooc-theme.single-product),
body.ozooc-theme.single-product,
.ozooc-theme.single-product #page,
.ozooc-theme.single-product .site,
.ozooc-theme.single-product .site-main,
.ozooc-theme.single-product .ozooc-site-main,
.ozooc-theme.single-product main,
.ozooc-theme.single-product .content-area,
.ozooc-theme.single-product .site-content {
  background: #fff !important;
}

/* Ozooc global Helvetica typography */
body.ozooc-theme,
.ozooc-theme button,
.ozooc-theme input,
.ozooc-theme textarea,
.ozooc-theme select,
.ozooc-theme .elementor-widget,
.ozooc-theme .elementor-heading-title {
  font-family: Helvetica, Arial, sans-serif !important;
}

/* Ozooc transparent centered box-logo header */
.ozooc-site-header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 100 !important;
  width: 100% !important;
  min-height: clamp(58px, 8vh, 82px) !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  place-items: center !important;
  padding: clamp(12px, 2.2vw, 22px) clamp(18px, 4vw, 56px) clamp(10px, 1.8vw, 18px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  pointer-events: none;
}
.admin-bar .ozooc-site-header { top: auto !important; }
.ozooc-site-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-decoration: none !important;
  pointer-events: auto;
}
.ozooc-site-logo__img {
  display: block !important;
  width: clamp(46px, 4.8vw, 68px) !important;
  max-width: 68px !important;
  max-height: 68px !important;
  height: auto !important;
  object-fit: contain !important;
}
.ozooc-site-nav { display: none !important; }
@media (max-width: 782px) {
  .admin-bar .ozooc-site-header { top: auto !important; }
  .ozooc-site-header { min-height: 70px !important; padding-top: 14px !important; }
  .ozooc-site-logo__img { width: 50px !important; }
}

/* Ozooc final no-sticky-header no-scroll-stage correction */
.ozooc-site-header {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 100 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(14px, 2.4vw, 26px) clamp(18px, 4vw, 56px) 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  pointer-events: none;
}
.admin-bar .ozooc-site-header { top: 32px !important; }
.ozooc-site-logo { pointer-events: auto; }
.ozooc-site-logo__img {
  width: clamp(46px, 4.8vw, 68px) !important;
  max-width: 68px !important;
  max-height: 68px !important;
}
.ozooc-site-nav { display: none !important; }
.ozooc-theme.single-product .ozooc-product-sync {
  min-height: auto !important;
  padding-top: clamp(96px, 12vh, 132px) !important;
  padding-bottom: clamp(42px, 7vh, 88px) !important;
  overflow: visible !important;
}
.ozooc-theme.single-product .ozooc-product-sync__copy,
.ozooc-theme.single-product .ozooc-product-sync__gallery {
  height: auto !important;
  min-height: 0 !important;
}
.ozooc-theme.single-product .ozooc-product-sync__track {
  will-change: transform;
  transition: transform .12s linear;
}
.ozooc-theme.single-product .ozooc-product-media,
.ozooc-theme.single-product .ozooc-product-media.is-primary {
  height: auto !important;
  min-height: 0 !important;
  margin-bottom: clamp(28px, 5vh, 60px) !important;
  overflow: visible !important;
}
.ozooc-theme.single-product .ozooc-product-media img,
.ozooc-theme.single-product .ozooc-product-media.is-primary img,
.ozooc-theme.single-product .ozooc-product-media:not(.is-primary) img {
  width: min(100%, 920px) !important;
  height: auto !important;
  max-height: min(74vh, 820px) !important;
  object-fit: contain !important;
}
@media (max-width: 782px) {
  .admin-bar .ozooc-site-header { top: 46px !important; }
  .ozooc-site-header { padding-top: 14px !important; }
  .ozooc-site-logo__img { width: 50px !important; }
}



/* Ozooc synchronized ratio slide refinement */
.ozooc-theme.single-product .ozooc-product-sync__track {
  will-change: transform;
  transition: transform .12s linear;
}
@media (max-width: 900px), (prefers-reduced-motion: reduce) {
  .ozooc-theme.single-product .ozooc-product-sync__track {
    transform: none !important;
  }
}

/* Ozooc synchronized previous-flow restore */
.ozooc-theme.single-product .ozooc-product-sync {
  --ozooc-product-top: clamp(68px, 8.5vh, 104px);
  --ozooc-product-bottom: clamp(82px, 11vh, 132px);
  min-height: var(--ozooc-scroll-height, 100vh) !important;
  padding-top: clamp(86px, 11vh, 124px) !important;
  padding-bottom: var(--ozooc-product-bottom) !important;
  overflow: visible !important;
}
.ozooc-theme.single-product .ozooc-product-sync__copy,
.ozooc-theme.single-product .ozooc-product-sync__gallery {
  position: sticky !important;
  top: var(--ozooc-product-top) !important;
  height: calc(100vh - var(--ozooc-product-top) - var(--ozooc-product-bottom)) !important;
  min-height: 500px !important;
  overflow: hidden !important;
}
.ozooc-theme.single-product .ozooc-product-sync__track {
  will-change: transform;
  transition: transform .06s linear;
}
.ozooc-theme.single-product .ozooc-product-media,
.ozooc-theme.single-product .ozooc-product-media.is-primary {
  height: auto !important;
  min-height: min(58vh, 640px) !important;
  margin-bottom: clamp(52px, 11vh, 120px) !important;
  overflow: visible !important;
}
.ozooc-theme.single-product .ozooc-product-media.is-primary {
  min-height: min(62vh, 700px) !important;
}
.ozooc-theme.single-product .ozooc-product-media img,
.ozooc-theme.single-product .ozooc-product-media.is-primary img,
.ozooc-theme.single-product .ozooc-product-media:not(.is-primary) img {
  width: min(100%, 760px) !important;
  height: auto !important;
  max-height: 68vh !important;
  object-fit: contain !important;
}
@media (max-width: 900px), (prefers-reduced-motion: reduce) {
  .ozooc-theme.single-product .ozooc-product-sync {
    min-height: auto !important;
  }
  .ozooc-theme.single-product .ozooc-product-sync__copy,
  .ozooc-theme.single-product .ozooc-product-sync__gallery {
    position: static !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
  .ozooc-theme.single-product .ozooc-product-sync__track {
    transform: none !important;
  }
}

/* Ozooc remove viewport bars while keeping synchronized flow */
.ozooc-theme.single-product .ozooc-product-sync {
  --ozooc-product-top: 0px;
  --ozooc-product-bottom: 0px;
  padding-bottom: 0 !important;
}
.ozooc-theme.single-product .ozooc-product-sync__copy,
.ozooc-theme.single-product .ozooc-product-sync__gallery {
  top: 0 !important;
  height: 100dvh !important;
  min-height: 0 !important;
  overflow: hidden !important;
}
@supports not (height: 100dvh) {
  .ozooc-theme.single-product .ozooc-product-sync__copy,
  .ozooc-theme.single-product .ozooc-product-sync__gallery {
    height: 100vh !important;
  }
}
@media (max-width: 900px), (prefers-reduced-motion: reduce) {
  .ozooc-theme.single-product .ozooc-product-sync__copy,
  .ozooc-theme.single-product .ozooc-product-sync__gallery {
    height: auto !important;
    min-height: 0 !important;
  }
}

/* Ozooc gallery fills viewport behind floating nav */
@media (min-width: 901px) {
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary {
    height: 100dvh !important;
    min-height: 100dvh !important;
    margin-bottom: 0 !important;
    overflow: hidden !important;
    display: grid !important;
    place-items: stretch !important;
    background: transparent !important;
  }
  @supports not (height: 100dvh) {
    .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media,
    .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary {
      height: 100vh !important;
      min-height: 100vh !important;
    }
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media img,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary img,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media:not(.is-primary) img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

/* Ozooc no-bars strong synchronized parallax */
.ozooc-theme.single-product .ozooc-product-sync {
  min-height: auto !important;
  padding-top: clamp(96px, 12vh, 132px) !important;
  padding-bottom: clamp(42px, 7vh, 88px) !important;
  overflow: visible !important;
}
.ozooc-theme.single-product .ozooc-product-sync__copy,
.ozooc-theme.single-product .ozooc-product-sync__gallery {
  position: static !important;
  top: auto !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}
.ozooc-theme.single-product .ozooc-product-sync__track {
  will-change: transform;
  transition: transform .08s linear;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media,
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary {
  height: auto !important;
  min-height: 0 !important;
  margin-bottom: clamp(28px, 5vh, 60px) !important;
  overflow: visible !important;
  display: grid !important;
  place-items: center !important;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media img,
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary img,
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media:not(.is-primary) img {
  width: min(100%, 920px) !important;
  height: auto !important;
  max-height: min(74vh, 820px) !important;
  object-fit: contain !important;
}
@media (max-width: 900px), (prefers-reduced-motion: reduce) {
  .ozooc-theme.single-product .ozooc-product-sync__track {
    transform: none !important;
  }
}

/* Ozooc minimized-1px strong scroll stage */
@media (min-width: 901px) {
  .ozooc-theme.single-product .ozooc-product-sync {
    --ozooc-product-top: 1px;
    --ozooc-product-bottom: 1px;
    min-height: var(--ozooc-scroll-height, 100dvh) !important;
    padding-top: clamp(86px, 11vh, 124px) !important;
    padding-bottom: 1px !important;
    overflow: visible !important;
  }
  .ozooc-theme.single-product .ozooc-product-sync__copy,
  .ozooc-theme.single-product .ozooc-product-sync__gallery {
    position: sticky !important;
    top: 1px !important;
    height: calc(100dvh - 2px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }
  @supports not (height: 100dvh) {
    .ozooc-theme.single-product .ozooc-product-sync__copy,
    .ozooc-theme.single-product .ozooc-product-sync__gallery {
      height: calc(100vh - 2px) !important;
    }
  }
  .ozooc-theme.single-product .ozooc-product-sync__track {
    will-change: transform;
    transition: transform .055s linear;
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary {
    height: 100dvh !important;
    min-height: 100dvh !important;
    margin-bottom: 0 !important;
    overflow: hidden !important;
    display: grid !important;
    place-items: stretch !important;
    background: transparent !important;
  }
  @supports not (height: 100dvh) {
    .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media,
    .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary {
      height: 100vh !important;
      min-height: 100vh !important;
    }
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media img,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary img,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media:not(.is-primary) img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}
@media (max-width: 900px), (prefers-reduced-motion: reduce) {
  .ozooc-theme.single-product .ozooc-product-sync {
    min-height: auto !important;
  }
  .ozooc-theme.single-product .ozooc-product-sync__copy,
  .ozooc-theme.single-product .ozooc-product-sync__gallery {
    position: static !important;
    top: auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
  .ozooc-theme.single-product .ozooc-product-sync__track {
    transform: none !important;
  }
}

/* Ozooc purchase visibility and footer safe-space */
.ozooc-site-footer {
  padding-top: max(clamp(56px, 9vh, 118px), 1px) !important;
}
.ozooc-product-sync__gallery,
.ozooc-product-sync__track {
  position: relative;
}
.ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase {
  position: absolute !important;
  z-index: 30;
  left: 50% !important;
  right: auto !important;
  top: clamp(280px, 50dvh, 340px) !important;
  bottom: auto !important;
  width: min(720px, 92%) !important;
  max-width: min(720px, 92%) !important;
  margin: 0 !important;
  transform: translateX(-50%);
  padding: 10px 0 0 !important;
  border-top: 1px solid var(--ozooc-ink);
  background: rgba(255,255,255,.82) !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.ozooc-top-purchase {
  position: fixed;
  z-index: 8800;
  top: clamp(10px, 2vh, 18px);
  left: 50%;
  width: min(980px, calc(100vw - 32px));
  min-height: 42px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  padding: 7px 8px 7px 18px;
  border: 1px solid rgba(17,17,17,.18);
  border-radius: 999px;
  background: rgba(242,242,239,.88);
  color: #0b0b0b;
  box-shadow: 0 14px 42px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.42);
  backdrop-filter: blur(18px) saturate(1.14);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
  transform: translate3d(-50%, calc(-100% - 24px), 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform .24s ease, opacity .2s ease, visibility .2s ease;
}
.ozooc-top-purchase.is-visible {
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ozooc-top-purchase__identity {
  display: flex;
  align-items: baseline;
  gap: clamp(10px, 1.6vw, 22px);
  min-width: 0;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -.055em;
}
.ozooc-top-purchase__identity strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(13px, 1.1vw, 16px);
}
.ozooc-top-purchase__identity span {
  white-space: nowrap;
  font-size: clamp(12px, 1vw, 15px);
}
.ozooc-top-purchase__identity .price { font: inherit; margin: 0; }
.ozooc-top-purchase__qty {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.ozooc-top-purchase__qty button,
.ozooc-top-purchase__button {
  appearance: none;
  border: 1px solid rgba(17,17,17,.28);
  border-radius: 999px;
  background: transparent;
  color: #0b0b0b;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.ozooc-top-purchase__qty button {
  width: 24px;
  height: 24px;
  padding: 0;
}
.ozooc-top-purchase__qty button.is-active {
  background: #0b0b0b;
  color: #fff;
}
.ozooc-top-purchase__button {
  min-height: 28px;
  padding: 8px 18px;
  background: #0b0b0b;
  color: #fff;
  border-color: #0b0b0b;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .ozooc-top-purchase {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    border-radius: 20px;
    gap: 8px 12px;
    padding: 9px 10px;
  }
  .ozooc-top-purchase__identity { grid-column: 1 / -1; }
  .ozooc-top-purchase__qty { overflow-x: auto; max-width: 54vw; }
  .ozooc-top-purchase__button { padding-inline: 14px; }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none;
  }
}

/* Ozooc sticky original purchase control */
.ozooc-top-purchase { display: none !important; }
@media (min-width: 901px) {
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary {
    height: clamp(260px, 46dvh, 360px) !important;
    min-height: clamp(260px, 46dvh, 360px) !important;
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: min(720px, 100%) !important;
    max-width: min(720px, 100%) !important;
    margin: 0 auto clamp(40px, 7vh, 84px) !important;
    padding: 10px 0 0 !important;
    border-top: 1px solid var(--ozooc-ink);
    background: rgba(255,255,255,.84) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform .26s ease, opacity .2s ease, box-shadow .2s ease;
  }
  .ozooc-product-sync__purchase-identity {
    display: none;
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase.is-stuck {
    position: fixed !important;
    z-index: 8900;
    top: auto;
    left: 50% !important;
    width: min(980px, calc(100vw - 32px)) !important;
    max-width: min(980px, calc(100vw - 32px)) !important;
    margin: 0 !important;
    padding: 7px 8px 7px 18px !important;
    border: 1px solid rgba(17,17,17,.18) !important;
    border-radius: 999px;
    background: rgba(242,242,239,.90) !important;
    box-shadow: 0 14px 42px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.42);
    transform: translate3d(-50%, -16px, 0) !important;
    opacity: 0;
    animation: ozooc-sticky-purchase-in .28s ease forwards;
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase.is-stuck .ozooc-product-sync__purchase-identity {
    display: flex;
    align-items: baseline;
    gap: clamp(10px, 1.6vw, 22px);
    min-width: 0;
    padding: 8px 16px;
    border-radius: 999px;
    background: #0b0b0b;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -.055em;
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase.is-stuck .ozooc-product-sync__purchase-identity strong {
    max-width: min(28vw, 260px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(12px, 1vw, 15px);
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase.is-stuck .ozooc-product-sync__purchase-identity span,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase.is-stuck .ozooc-product-sync__purchase-identity .price {
    margin: 0;
    white-space: nowrap;
    font: inherit;
    font-size: clamp(12px, 1vw, 15px);
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase.is-stuck form.cart {
    display: grid !important;
    grid-template-columns: auto auto auto !important;
    align-items: center !important;
    gap: clamp(10px, 1.5vw, 20px) !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase.is-stuck .ozooc-purchase-label {
    display: none !important;
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase.is-stuck .quantity {
    width: 1px !important;
    min-width: 1px !important;
    overflow: hidden;
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase.is-stuck .ozooc-qty-choices {
    grid-column: auto !important;
    display: inline-flex !important;
    gap: 3px !important;
  }
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase.is-stuck .single_add_to_cart_button {
    min-height: 30px !important;
    height: 30px !important;
    padding: 8px 18px !important;
    border-radius: 999px !important;
    white-space: nowrap;
  }
}
@keyframes ozooc-sticky-purchase-in {
  from { opacity: 0; transform: translate3d(-50%, -16px, 0); }
  to { opacity: 1; transform: translate3d(-50%, 0, 0); }
}
@media (max-width: 900px) {
  .ozooc-product-sync__purchase-identity { display: none !important; }
}

/* Ozooc body-docked sticky purchase overrides */
@media (min-width: 901px) {
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck {
    position: fixed !important;
    z-index: 8900;
    top: auto;
    left: 50% !important;
    width: min(980px, calc(100vw - 32px)) !important;
    max-width: min(980px, calc(100vw - 32px)) !important;
    margin: 0 !important;
    padding: 7px 8px 7px 18px !important;
    border: 1px solid rgba(17,17,17,.18) !important;
    border-radius: 999px;
    background: rgba(242,242,239,.90) !important;
    box-shadow: 0 14px 42px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.42);
    backdrop-filter: blur(18px) saturate(1.14);
    -webkit-backdrop-filter: blur(18px) saturate(1.14);
    transform: translate3d(-50%, -16px, 0) !important;
    opacity: 0;
    animation: ozooc-sticky-purchase-in .28s ease forwards;
  }
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .ozooc-product-sync__purchase-identity {
    display: flex !important;
    align-items: baseline;
    gap: clamp(10px, 1.6vw, 22px);
    min-width: 0;
    padding: 8px 16px;
    border-radius: 999px;
    background: #0b0b0b;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -.055em;
  }
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .ozooc-product-sync__purchase-identity strong {
    max-width: min(28vw, 260px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(12px, 1vw, 15px);
  }
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .ozooc-product-sync__purchase-identity span,
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .ozooc-product-sync__purchase-identity .price {
    margin: 0;
    white-space: nowrap;
    font: inherit;
    font-size: clamp(12px, 1vw, 15px);
  }
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck form.cart {
    display: grid !important;
    grid-template-columns: auto auto auto !important;
    align-items: center !important;
    gap: clamp(10px, 1.5vw, 20px) !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
  }
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .ozooc-purchase-label {
    display: none !important;
  }
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .quantity {
    width: 1px !important;
    min-width: 1px !important;
    overflow: hidden;
  }
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .ozooc-qty-choices {
    grid-column: auto !important;
    display: inline-flex !important;
    gap: 3px !important;
  }
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .single_add_to_cart_button {
    min-height: 30px !important;
    height: 30px !important;
    padding: 8px 18px !important;
    border-radius: 999px !important;
    white-space: nowrap;
  }
}

/* Ozooc compact sticky purchase sizing */
@media (min-width: 901px) {
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: clamp(12px, 2vw, 28px) !important;
    min-height: 44px !important;
    height: auto !important;
  }
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck form.cart {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(10px, 1.5vw, 20px) !important;
    width: auto !important;
    height: auto !important;
  }
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck form.cart::before,
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .ozooc-purchase-label,
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .quantity {
    display: none !important;
  }
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .ozooc-qty-choices {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 3px !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
  }
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .ozooc-qty-choice {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    display: inline-grid !important;
    place-items: center !important;
    border: 1px solid rgba(17,17,17,.28) !important;
    border-radius: 999px !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    color: rgba(17,17,17,.48) !important;
  }
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .ozooc-qty-choice.is-active {
    background: #0b0b0b !important;
    color: #fff !important;
    border-color: #0b0b0b !important;
  }
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .single_add_to_cart_button {
    width: auto !important;
    min-width: 128px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
  }
}



/* Ozooc sticky purchase viewport-position fix */
@media (min-width: 901px) {
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck {
    position: fixed !important;
    top: 12px !important;
    transform: translate3d(-50%, calc(-1 * var(--ozooc-sticky-scroll-shift, 0px)), 0) !important;
    opacity: 1 !important;
    animation: ozooc-sticky-purchase-fade-in .22s ease both !important;
  }
}
@keyframes ozooc-sticky-purchase-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Ozooc sticky quantity parent visibility fix */
@media (min-width: 901px) {
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .quantity {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }
  body.ozooc-theme.single-product > .ozooc-product-sync__purchase.is-stuck .quantity input.qty {
    display: none !important;
  }
}

/* Ozooc gallery spacing/content-fit refinement */
@media (min-width: 901px) {
  :root {
    --ozooc-product-gap: clamp(72px, 8vw, 132px);
  }

  .ozooc-theme.single-product .ozooc-product-sync {
    grid-template-columns: minmax(330px, .68fr) minmax(560px, 1.32fr) !important;
    column-gap: var(--ozooc-product-gap) !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary {
    margin-bottom: clamp(36px, 6vh, 72px) !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary {
    height: clamp(430px, 68dvh, 680px) !important;
    min-height: clamp(430px, 68dvh, 680px) !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media:not(.is-primary) img {
    object-fit: contain !important;
    object-position: center center !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase {
    margin-bottom: clamp(44px, 7vh, 88px) !important;
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
  :root {
    --ozooc-product-gap: clamp(46px, 5.5vw, 76px);
  }

  .ozooc-theme.single-product .ozooc-product-sync {
    grid-template-columns: minmax(300px, .74fr) minmax(480px, 1.26fr) !important;
  }
}

@media (max-width: 900px) {
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary {
    margin-bottom: 34px !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }
}


/* Ozooc gallery full-image containment patch */
@media (min-width: 901px) {
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary {
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media img,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary img,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media:not(.is-primary) img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary img {
    height: 100% !important;
  }
}


/* Ozooc definite gallery image bounds: no cropping on tall product shots */
@media (min-width: 901px) {
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: clamp(430px, 68dvh, 680px) !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media:not(.is-primary) img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: min(72dvh, 820px) !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}


/* Ozooc title fit + tighter gallery vertical rhythm */
@media (min-width: 901px) {
  .ozooc-theme.single-product .ozooc-product-sync__title {
    font-size: clamp(58px, 5.55vw, 84px) !important;
    line-height: .9 !important;
    letter-spacing: -.095em !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary {
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: clamp(18px, 3vh, 34px) !important;
    overflow: visible !important;
    display: grid !important;
    place-items: center !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary {
    min-height: clamp(430px, 68dvh, 680px) !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media:not(.is-primary) {
    min-height: 0 !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media img,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary img,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media:not(.is-primary) img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary img {
    max-height: clamp(430px, 68dvh, 680px) !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media:not(.is-primary) img {
    max-height: min(72dvh, 680px) !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase {
    margin-bottom: clamp(20px, 3.5vh, 42px) !important;
  }
}


/* Ozooc mobile product sequence: featured image, name/price, cart, details, gallery */
.ozooc-product-media--mobile-featured,
.ozooc-product-sync__purchase--mobile {
  display: none !important;
}

@media (max-width: 900px) {
  .ozooc-theme.single-product .ozooc-product-sync {
    padding-top: clamp(82px, 14vh, 118px) !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__copy {
    margin-bottom: 28px !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__crumb {
    margin-bottom: 22px !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__title {
    margin-bottom: 12px !important;
    font-size: clamp(52px, 18vw, 86px) !important;
    line-height: .88 !important;
    white-space: nowrap !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__price {
    margin-bottom: 18px !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__copy .ozooc-product-media--mobile-featured {
    display: grid !important;
    margin: 0 0 24px !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
    place-items: center !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__copy .ozooc-product-media--mobile-featured img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: min(58vh, 560px) !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__copy .ozooc-product-sync__purchase--mobile {
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 32px !important;
    padding: 10px 0 0 !important;
    border-top: 1px solid var(--ozooc-ink) !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__copy .ozooc-product-sync__purchase--mobile form.cart {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__copy .ozooc-product-sync__purchase--mobile .ozooc-purchase-label,
  .ozooc-theme.single-product .ozooc-product-sync__copy .ozooc-product-sync__purchase--mobile .quantity,
  .ozooc-theme.single-product .ozooc-product-sync__copy .ozooc-product-sync__purchase--mobile .single_add_to_cart_button {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__copy .ozooc-product-sync__purchase--mobile .ozooc-qty-choices {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__copy .ozooc-product-sync__purchase--mobile .ozooc-qty-choice {
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__copy .ozooc-product-sync__purchase--mobile .single_add_to_cart_button {
    min-height: 58px !important;
    font-size: 18px !important;
    border-radius: 0 !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery {
    margin-top: 24px !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media.is-primary,
  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-sync__purchase:not(.ozooc-product-sync__purchase--mobile) {
    display: none !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__gallery .ozooc-product-media:not(.is-primary) {
    display: grid !important;
    margin-bottom: 24px !important;
    place-items: center !important;
  }
}


/* Ozooc mobile first-viewport balance */
@media (max-width: 900px) {
  .ozooc-theme.single-product .ozooc-product-sync__copy .ozooc-product-media--mobile-featured img {
    max-height: min(42vh, 360px) !important;
  }
}


/* Ozooc mobile purchase clear of floating nav in first viewport */
@media (max-width: 900px) {
  .ozooc-theme.single-product .ozooc-product-sync__copy .ozooc-product-media--mobile-featured img {
    max-height: min(38vh, 320px) !important;
  }
}


/* Ozooc mobile logo/image spacing refinement */
@media (max-width: 900px) {
  .ozooc-site-header {
    padding-top: clamp(20px, 5.2vw, 30px) !important;
  }

  .admin-bar .ozooc-site-header {
    top: 46px !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync {
    padding-top: clamp(62px, 9vh, 84px) !important;
  }

  .ozooc-theme.single-product .ozooc-product-sync__copy .ozooc-product-media--mobile-featured {
    margin-top: 0 !important;
    margin-bottom: 22px !important;
  }
}


/* Ozooc mobile notices + cart/checkout system styling */
.ozooc-theme.woocommerce-cart .page-content,
.ozooc-theme.woocommerce-checkout .page-content {
  width: min(var(--ozooc-max), 100%);
  margin: 0 auto;
  padding: clamp(92px, 12vh, 136px) var(--ozooc-page-pad, clamp(24px, 3.3vw, 56px)) clamp(120px, 14vh, 180px);
  box-sizing: border-box;
}

.ozooc-theme.woocommerce-cart .wp-block-woocommerce-cart,
.ozooc-theme.woocommerce-checkout .wp-block-woocommerce-checkout {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  font-family: Helvetica, Arial, sans-serif !important;
}

.ozooc-theme.woocommerce-cart .wp-block-woocommerce-cart::before,
.ozooc-theme.woocommerce-checkout .wp-block-woocommerce-checkout::before {
  display: block;
  margin: 0 0 clamp(28px, 5vw, 58px);
  font-size: clamp(54px, 10vw, 132px);
  line-height: .82;
  letter-spacing: -.105em;
  font-weight: 900;
  text-transform: uppercase;
}
.ozooc-theme.woocommerce-cart .wp-block-woocommerce-cart::before { content: 'Cart'; }
.ozooc-theme.woocommerce-checkout .wp-block-woocommerce-checkout::before { content: 'Checkout'; }

.ozooc-theme.woocommerce-cart .wc-block-components-sidebar-layout,
.ozooc-theme.woocommerce-checkout .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) !important;
  gap: clamp(34px, 6vw, 92px) !important;
  align-items: start !important;
}

.ozooc-theme.woocommerce-cart .wc-block-components-main,
.ozooc-theme.woocommerce-checkout .wc-block-components-main,
.ozooc-theme.woocommerce-cart .wc-block-components-sidebar,
.ozooc-theme.woocommerce-checkout .wc-block-components-sidebar,
.ozooc-theme.woocommerce-cart .wc-block-components-totals-wrapper,
.ozooc-theme.woocommerce-checkout .wc-block-components-totals-wrapper,
.ozooc-theme.woocommerce-cart .wc-block-components-panel,
.ozooc-theme.woocommerce-checkout .wc-block-components-panel,
.ozooc-theme.woocommerce-checkout .wc-block-components-checkout-step {
  border-color: rgba(17,17,17,.24) !important;
}

.ozooc-theme.woocommerce-cart .wc-block-cart-items,
.ozooc-theme.woocommerce-cart .wc-block-components-sidebar,
.ozooc-theme.woocommerce-checkout .wc-block-components-sidebar,
.ozooc-theme.woocommerce-checkout .wc-block-components-checkout-step {
  border-top: 1px solid var(--ozooc-ink) !important;
  padding-top: 12px !important;
}

.ozooc-theme.woocommerce-cart .wc-block-components-title,
.ozooc-theme.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block,
.ozooc-theme.woocommerce-checkout .wc-block-components-title,
.ozooc-theme.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary__button-text,
.ozooc-theme.woocommerce-cart h2,
.ozooc-theme.woocommerce-checkout h2 {
  color: var(--ozooc-ink) !important;
  font-size: clamp(18px, 2vw, 28px) !important;
  line-height: .95 !important;
  letter-spacing: -.055em !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.ozooc-theme.woocommerce-cart table,
.ozooc-theme.woocommerce-cart th,
.ozooc-theme.woocommerce-cart td {
  border-color: rgba(17,17,17,.18) !important;
}
.ozooc-theme.woocommerce-cart th,
.ozooc-theme.woocommerce-cart .wc-block-cart-items__header span,
.ozooc-theme.woocommerce-checkout .wc-block-components-totals-item__label,
.ozooc-theme.woocommerce-checkout .wc-block-components-order-summary-item__quantity,
.ozooc-theme.woocommerce-cart .wc-block-components-totals-item__label {
  font-size: 10px !important;
  line-height: 1 !important;
  letter-spacing: -.035em !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
}

.ozooc-theme.woocommerce-cart .wc-block-components-product-name,
.ozooc-theme.woocommerce-checkout .wc-block-components-product-name {
  color: var(--ozooc-ink) !important;
  text-decoration: none !important;
  font-size: clamp(20px, 2.6vw, 38px) !important;
  line-height: .9 !important;
  letter-spacing: -.075em !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.ozooc-theme.woocommerce-cart .wc-block-cart-item__image img,
.ozooc-theme.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  border-radius: 0 !important;
  background: #fff !important;
  object-fit: contain !important;
  mix-blend-mode: multiply;
}

.ozooc-theme.woocommerce-cart .wc-block-components-product-metadata,
.ozooc-theme.woocommerce-checkout .wc-block-components-product-metadata,
.ozooc-theme.woocommerce-cart .wc-block-components-product-metadata p,
.ozooc-theme.woocommerce-checkout .wc-block-components-product-metadata p,
.ozooc-theme.woocommerce-checkout .wc-block-components-checkout-step__description,
.ozooc-theme.woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
  color: rgba(17,17,17,.62) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  letter-spacing: -.03em !important;
}

.ozooc-theme.woocommerce-cart .wc-block-components-quantity-selector,
.ozooc-theme.woocommerce-checkout .wc-block-components-quantity-selector {
  border: 1px solid rgba(17,17,17,.34) !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background: transparent !important;
}
.ozooc-theme.woocommerce-cart .wc-block-components-quantity-selector__button,
.ozooc-theme.woocommerce-checkout .wc-block-components-quantity-selector__button,
.ozooc-theme.woocommerce-cart .wc-block-components-quantity-selector__input,
.ozooc-theme.woocommerce-checkout .wc-block-components-quantity-selector__input {
  min-height: 34px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--ozooc-ink) !important;
  font-weight: 800 !important;
}

.ozooc-theme.woocommerce-cart .wc-block-cart-item__remove-link {
  color: rgba(17,17,17,.62) !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}

.ozooc-theme.woocommerce-cart .wc-block-components-button,
.ozooc-theme.woocommerce-checkout .wc-block-components-button,
.ozooc-theme.woocommerce-cart .wc-block-cart__submit-button,
.ozooc-theme.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  min-height: 62px !important;
  border: 1px solid var(--ozooc-ink) !important;
  border-radius: 0 !important;
  background: var(--ozooc-ink) !important;
  color: #fff !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  font-size: clamp(15px, 1.4vw, 18px) !important;
  line-height: 1 !important;
  letter-spacing: -.04em !important;
  font-weight: 900 !important;
}
.ozooc-theme.woocommerce-cart .wc-block-components-button:hover,
.ozooc-theme.woocommerce-checkout .wc-block-components-button:hover {
  background: transparent !important;
  color: var(--ozooc-ink) !important;
}

.ozooc-theme.woocommerce-checkout input,
.ozooc-theme.woocommerce-checkout select,
.ozooc-theme.woocommerce-checkout textarea,
.ozooc-theme.woocommerce-cart input,
.ozooc-theme.woocommerce-cart select,
.ozooc-theme.woocommerce-cart textarea,
.ozooc-theme.woocommerce-checkout .wc-block-components-text-input input,
.ozooc-theme.woocommerce-checkout .wc-blocks-components-select__select {
  border: 1px solid rgba(17,17,17,.34) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ozooc-ink) !important;
  box-shadow: none !important;
  min-height: 54px !important;
  font-family: Helvetica, Arial, sans-serif !important;
}
.ozooc-theme.woocommerce-checkout label,
.ozooc-theme.woocommerce-checkout .wc-block-components-text-input label,
.ozooc-theme.woocommerce-checkout .wc-blocks-components-select__label {
  color: rgba(17,17,17,.66) !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  letter-spacing: -.025em !important;
  font-weight: 900 !important;
}
.ozooc-theme.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border-radius: 0 !important;
}

.ozooc-theme.woocommerce-cart .wc-block-components-totals-item__value,
.ozooc-theme.woocommerce-checkout .wc-block-components-totals-item__value,
.ozooc-theme.woocommerce-cart .wc-block-components-formatted-money-amount,
.ozooc-theme.woocommerce-checkout .wc-block-components-formatted-money-amount {
  color: var(--ozooc-ink) !important;
  font-weight: 900 !important;
  letter-spacing: -.045em !important;
}

.ozooc-theme.woocommerce-cart .wc-block-components-notices,
.ozooc-theme.woocommerce-checkout .wc-block-components-notices,
.ozooc-theme.woocommerce-cart .woocommerce-notices-wrapper,
.ozooc-theme.woocommerce-checkout .woocommerce-notices-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
}

.ozooc-theme .woocommerce-message,
.ozooc-theme .woocommerce-info,
.ozooc-theme .woocommerce-error,
.ozooc-theme .wc-block-components-notice-banner {
  border: 1px solid var(--ozooc-ink) !important;
  border-left-width: 6px !important;
  border-radius: 0 !important;
  background: rgba(244,242,238,.96) !important;
  color: var(--ozooc-ink) !important;
  box-shadow: 0 16px 44px rgba(17,17,17,.10) !important;
  font-family: Helvetica, Arial, sans-serif !important;
}
.ozooc-theme .woocommerce-message .button,
.ozooc-theme .woocommerce-info .button,
.ozooc-theme .wc-block-components-notice-banner__content .button,
.ozooc-theme .wc-block-components-notice-banner__content a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 10px 18px !important;
  margin: 8px 0 0 !important;
  border: 1px solid var(--ozooc-ink) !important;
  background: transparent !important;
  color: var(--ozooc-ink) !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  float: none !important;
}

@media (max-width: 900px) {
  .ozooc-theme.woocommerce-cart .page-content,
  .ozooc-theme.woocommerce-checkout .page-content {
    padding: 92px 16px 128px !important;
  }

  .ozooc-theme.woocommerce-cart .wp-block-woocommerce-cart::before,
  .ozooc-theme.woocommerce-checkout .wp-block-woocommerce-checkout::before {
    margin-bottom: 26px !important;
    font-size: clamp(54px, 18vw, 86px) !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-components-sidebar-layout,
  .ozooc-theme.woocommerce-checkout .wc-block-components-sidebar-layout {
    display: block !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-components-sidebar,
  .ozooc-theme.woocommerce-checkout .wc-block-components-sidebar {
    margin-top: 34px !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-items,
  .ozooc-theme.woocommerce-cart .wc-block-cart-items tbody,
  .ozooc-theme.woocommerce-cart .wc-block-cart-items tr,
  .ozooc-theme.woocommerce-cart .wc-block-cart-items td {
    display: block !important;
    width: 100% !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-items thead {
    display: none !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-items__row {
    padding: 0 0 28px !important;
    margin: 0 0 28px !important;
    border-bottom: 1px solid rgba(17,17,17,.22) !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-item__image {
    padding: 0 0 18px !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-item__image img {
    width: min(100%, 260px) !important;
    height: auto !important;
    max-height: 280px !important;
    object-fit: contain !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-item__product,
  .ozooc-theme.woocommerce-cart .wc-block-cart-item__total {
    padding: 0 !important;
  }

  .ozooc-theme .woocommerce-notices-wrapper {
    position: fixed !important;
    top: 82px !important;
    left: 12px !important;
    right: 12px !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    z-index: 9999 !important;
    pointer-events: none !important;
  }

  .ozooc-theme .woocommerce-message,
  .ozooc-theme .woocommerce-info,
  .ozooc-theme .woocommerce-error,
  .ozooc-theme .wc-block-components-notice-banner {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 14px 14px 16px !important;
    margin: 0 0 10px !important;
    font-size: 15px !important;
    line-height: 1.22 !important;
    letter-spacing: -.035em !important;
    pointer-events: auto !important;
  }

  .ozooc-theme .woocommerce-message .button,
  .ozooc-theme .woocommerce-info .button,
  .ozooc-theme .wc-block-components-notice-banner__content .button,
  .ozooc-theme .wc-block-components-notice-banner__content a {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 46px !important;
    margin-top: 12px !important;
    font-size: 14px !important;
  }
}


/* Ozooc cart/checkout desktop width + Woo blocks repair */
@media (min-width: 901px) {
  .ozooc-theme.woocommerce-cart .ozooc-site-main,
  .ozooc-theme.woocommerce-checkout .ozooc-site-main,
  .ozooc-theme.woocommerce-cart main,
  .ozooc-theme.woocommerce-checkout main,
  .ozooc-theme.woocommerce-cart .site-main,
  .ozooc-theme.woocommerce-checkout .site-main {
    width: 100% !important;
    max-width: none !important;
  }

  .ozooc-theme.woocommerce-cart .page-content,
  .ozooc-theme.woocommerce-checkout .page-content {
    width: 100% !important;
    max-width: min(1560px, calc(100vw - 96px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-components-sidebar-layout,
  .ozooc-theme.woocommerce-checkout .wc-block-components-sidebar-layout {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 480px) !important;
    column-gap: clamp(56px, 7vw, 128px) !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-components-main,
  .ozooc-theme.woocommerce-checkout .wc-block-components-main {
    width: 100% !important;
    max-width: none !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-components-sidebar,
  .ozooc-theme.woocommerce-checkout .wc-block-components-sidebar {
    width: 100% !important;
    max-width: none !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-items__row {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr) minmax(130px, auto) !important;
    column-gap: 24px !important;
    align-items: start !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-item__image,
  .ozooc-theme.woocommerce-cart .wc-block-cart-item__product,
  .ozooc-theme.woocommerce-cart .wc-block-cart-item__total {
    width: auto !important;
    max-width: none !important;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-item__image img {
    width: 96px !important;
    height: 96px !important;
    object-fit: contain !important;
  }
}

.ozooc-theme.woocommerce-cart .wc-block-components-product-name,
.ozooc-theme.woocommerce-checkout .wc-block-components-product-name,
.ozooc-theme.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  display: block !important;
  max-width: 100% !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  white-space: normal !important;
  font-size: clamp(18px, 1.8vw, 28px) !important;
  line-height: .95 !important;
  letter-spacing: -.065em !important;
}

.ozooc-theme.woocommerce-checkout .wc-block-components-order-summary-item {
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: start !important;
}

.ozooc-theme.woocommerce-checkout .wc-block-components-order-summary-item__image {
  width: 76px !important;
  max-width: 76px !important;
}

.ozooc-theme.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  width: 76px !important;
  height: 76px !important;
  object-fit: contain !important;
}

.ozooc-theme.woocommerce-checkout .wc-block-components-order-summary-item__description {
  min-width: 0 !important;
  width: auto !important;
}

.ozooc-theme.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  white-space: nowrap !important;
  text-align: right !important;
}

.ozooc-theme.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  font-size: clamp(18px, 1.5vw, 24px) !important;
}

.ozooc-theme.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.ozooc-theme.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata__description {
  display: none !important;
}

.ozooc-theme.woocommerce-cart .wc-block-components-product-metadata__description,
.ozooc-theme.woocommerce-cart .wc-block-components-product-metadata__description p {
  max-width: 360px !important;
}

.ozooc-theme.woocommerce-cart .wc-block-cart__submit-button,
.ozooc-theme.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  width: 100% !important;
  text-align: center !important;
  white-space: normal !important;
}

@media (max-width: 900px) {
  .ozooc-theme.woocommerce-cart .page-content,
  .ozooc-theme.woocommerce-checkout .page-content {
    width: 100% !important;
    max-width: none !important;
  }

  .ozooc-theme.woocommerce-checkout .wc-block-components-order-summary-item {
    grid-template-columns: 68px minmax(0, 1fr) !important;
  }

  .ozooc-theme.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    grid-column: 2 !important;
    text-align: left !important;
  }

  .ozooc-theme.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name,
  .ozooc-theme.woocommerce-cart .wc-block-components-product-name {
    font-size: 24px !important;
    line-height: .94 !important;
  }
}


/* Ozooc cart table repair: prevent product/title/total overlap */
@media (min-width: 901px) {
  .ozooc-theme.woocommerce-cart .wc-block-cart-items {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-items thead,
  .ozooc-theme.woocommerce-cart .wc-block-cart-items tbody {
    display: table-header-group !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-items tbody {
    display: table-row-group !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-items tr,
  .ozooc-theme.woocommerce-cart .wc-block-cart-items__row {
    display: table-row !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-items th,
  .ozooc-theme.woocommerce-cart .wc-block-cart-items td {
    display: table-cell !important;
    box-sizing: border-box !important;
    vertical-align: top !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-items__header-image,
  .ozooc-theme.woocommerce-cart .wc-block-cart-item__image {
    width: 128px !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-items__header-total,
  .ozooc-theme.woocommerce-cart .wc-block-cart-item__total {
    width: 160px !important;
    text-align: right !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-items__header-product,
  .ozooc-theme.woocommerce-cart .wc-block-cart-item__product {
    width: auto !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-item__wrap {
    width: 100% !important;
    max-width: none !important;
    display: block !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name {
    display: block !important;
    width: fit-content !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price {
    display: block !important;
    white-space: nowrap !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-item__quantity {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 16px !important;
  }
}


/* Ozooc Woo blocks controls repair: quantity, remove, checkbox/radio */
.ozooc-theme.woocommerce-cart .wc-block-components-quantity-selector {
  width: 152px !important;
  min-width: 152px !important;
  height: 54px !important;
  display: grid !important;
  grid-template-columns: 44px 64px 44px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  border: 1px solid rgba(17,17,17,.34) !important;
  border-radius: 999px !important;
  background: transparent !important;
}

.ozooc-theme.woocommerce-cart .wc-block-components-quantity-selector__button,
.ozooc-theme.woocommerce-cart .wc-block-components-quantity-selector__input {
  position: static !important;
  display: grid !important;
  place-items: center !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: auto !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ozooc-ink) !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-align: center !important;
}

.ozooc-theme.woocommerce-cart .wc-block-components-quantity-selector__button--minus { order: 1 !important; }
.ozooc-theme.woocommerce-cart .wc-block-components-quantity-selector__input { order: 2 !important; grid-column: auto !important; }
.ozooc-theme.woocommerce-cart .wc-block-components-quantity-selector__button--plus { order: 3 !important; }

.ozooc-theme.woocommerce-cart .wc-block-cart-item__remove-link {
  width: 54px !important;
  min-width: 54px !important;
  height: 54px !important;
  min-height: 54px !important;
  display: inline-grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--ozooc-ink) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ozooc-ink) !important;
  box-shadow: none !important;
  line-height: 1 !important;
}

.ozooc-theme.woocommerce-cart .wc-block-cart-item__remove-link svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
}

.ozooc-theme.woocommerce-cart .wc-block-cart-item__quantity {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.ozooc-theme.woocommerce-checkout .wc-block-components-checkbox,
.ozooc-theme.woocommerce-checkout .wc-block-components-radio-control__option {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.ozooc-theme.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],
.ozooc-theme.woocommerce-checkout .wc-block-components-radio-control__input[type=radio] {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: relative !important;
  inset: auto !important;
  flex: 0 0 auto !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  max-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(17,17,17,.42) !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.ozooc-theme.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border-radius: 0 !important;
}

.ozooc-theme.woocommerce-checkout .wc-block-components-radio-control__input[type=radio] {
  border-radius: 999px !important;
}

.ozooc-theme.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked::after {
  content: '';
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--ozooc-ink);
  border-bottom: 2px solid var(--ozooc-ink);
  transform: rotate(-45deg) translate(1px, -1px);
}

.ozooc-theme.woocommerce-checkout .wc-block-components-radio-control__input[type=radio]:checked::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ozooc-ink);
}

.ozooc-theme.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__mark,
.ozooc-theme.woocommerce-checkout .wc-block-components-radio-control__input[type=radio] + svg,
.ozooc-theme.woocommerce-checkout .wc-block-components-radio-control__input[type=radio] ~ svg {
  display: none !important;
}

.ozooc-theme.woocommerce-checkout .wc-block-components-checkbox__label,
.ozooc-theme.woocommerce-checkout .wc-block-components-radio-control__label,
.ozooc-theme.woocommerce-checkout .wc-block-components-radio-control__description,
.ozooc-theme.woocommerce-checkout .wc-block-components-radio-control__secondary-label {
  position: static !important;
  margin: 0 !important;
  transform: none !important;
}

@media (max-width: 900px) {
  .ozooc-theme.woocommerce-cart .wc-block-components-quantity-selector {
    width: 144px !important;
    min-width: 144px !important;
    grid-template-columns: 42px 60px 42px !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart-item__remove-link {
    width: 52px !important;
    min-width: 52px !important;
  }
}


/* Ozooc button finishing: no underline on commerce CTA text */
.ozooc-theme.woocommerce-cart .wc-block-components-button,
.ozooc-theme.woocommerce-checkout .wc-block-components-button,
.ozooc-theme.woocommerce-cart .wc-block-cart__submit-button,
.ozooc-theme.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.ozooc-theme.woocommerce-cart .wc-block-components-button__text,
.ozooc-theme.woocommerce-checkout .wc-block-components-button__text {
  text-decoration: none !important;
}


/* Ozooc cart/checkout 1440 container + clean empty-cart state */
:root {
  --ozooc-commerce-max: 1440px;
}

.ozooc-theme.woocommerce-cart .page-content,
.ozooc-theme.woocommerce-checkout .page-content {
  width: 100% !important;
  max-width: var(--ozooc-commerce-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--ozooc-page-pad, clamp(24px, 3.3vw, 56px)) !important;
  padding-right: var(--ozooc-page-pad, clamp(24px, 3.3vw, 56px)) !important;
  box-sizing: border-box !important;
}

@media (min-width: 901px) {
  .ozooc-theme.woocommerce-cart .page-content,
  .ozooc-theme.woocommerce-checkout .page-content {
    max-width: var(--ozooc-commerce-max) !important;
    padding-left: var(--ozooc-page-pad, 48px) !important;
    padding-right: var(--ozooc-page-pad, 48px) !important;
  }
}

.ozooc-theme.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  min-height: clamp(420px, 58vh, 650px) !important;
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  gap: 18px !important;
  text-align: center !important;
  border-top: 1px solid var(--ozooc-ink) !important;
  border-bottom: 1px solid rgba(17,17,17,.18) !important;
  padding: clamp(54px, 8vw, 96px) 16px !important;
}

.ozooc-theme.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-separator,
.ozooc-theme.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title),
.ozooc-theme.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.ozooc-theme.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid,
.ozooc-theme.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  display: none !important;
}

.ozooc-theme.woocommerce-cart .wc-block-cart__empty-cart__title {
  margin: 0 !important;
  max-width: 620px !important;
  display: grid !important;
  justify-items: center !important;
  gap: 22px !important;
  color: var(--ozooc-ink) !important;
  font-size: clamp(24px, 3vw, 42px) !important;
  line-height: .94 !important;
  letter-spacing: -.07em !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.ozooc-theme.woocommerce-cart .wc-block-cart__empty-cart__title::before {
  content: '' !important;
  display: block !important;
  width: clamp(76px, 9vw, 118px) !important;
  height: clamp(76px, 9vw, 118px) !important;
  margin: 0 auto clamp(8px, 1.2vw, 16px) !important;
  background: var(--ozooc-ink) !important;
  border-radius: 999px !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpath fill='black' d='M60 8a52 52 0 1 0 0 104A52 52 0 0 0 60 8Zm-20 31a7 7 0 1 1 0 14 7 7 0 0 1 0-14Zm40 0a7 7 0 1 1 0 14 7 7 0 0 1 0-14ZM37 77c7-11 17-16 29-14 9 1 16 6 22 13l-8 8c-5-6-10-9-16-10-8-1-14 2-19 9l-8-6Zm-4-18c7 9 11 16 11 22a10 10 0 1 1-20 0c0-6 4-13 9-22Z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpath fill='black' d='M60 8a52 52 0 1 0 0 104A52 52 0 0 0 60 8Zm-20 31a7 7 0 1 1 0 14 7 7 0 0 1 0-14Zm40 0a7 7 0 1 1 0 14 7 7 0 0 1 0-14ZM37 77c7-11 17-16 29-14 9 1 16 6 22 13l-8 8c-5-6-10-9-16-10-8-1-14 2-19 9l-8-6Zm-4-18c7 9 11 16 11 22a10 10 0 1 1-20 0c0-6 4-13 9-22Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ozooc-theme.woocommerce-cart .wc-block-cart__empty-cart__title::after {
  content: 'Return to the product page to choose your OZOOC piece.' !important;
  display: block !important;
  max-width: 360px !important;
  margin: 0 auto !important;
  color: rgba(17,17,17,.62) !important;
  font-size: clamp(13px, 1.1vw, 16px) !important;
  line-height: 1.18 !important;
  letter-spacing: -.035em !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

@media (max-width: 900px) {
  .ozooc-theme.woocommerce-cart .page-content,
  .ozooc-theme.woocommerce-checkout .page-content {
    max-width: none !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .ozooc-theme.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    min-height: 440px !important;
    padding-top: 42px !important;
    padding-bottom: 54px !important;
  }

  .ozooc-theme.woocommerce-cart .wc-block-cart__empty-cart__title {
    font-size: clamp(24px, 7.4vw, 34px) !important;
  }
}


/* Ozooc product/footer breathing space */
.ozooc-theme.single-product .ozooc-product-sync {
  margin-bottom: clamp(72px, 10vh, 140px) !important;
}

@media (max-width: 900px) {
  .ozooc-theme.single-product .ozooc-product-sync {
    margin-bottom: 72px !important;
  }
}


/* Ozooc header actions, slide cart, and full-page search */
.ozooc-overlay-open {
  overflow: hidden !important;
}

.ozooc-site-header__inner {
  width: min(1440px, 100%);
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 18px;
  pointer-events: none;
}

.ozooc-site-header .ozooc-site-logo {
  grid-column: 2;
}

.ozooc-site-action {
  pointer-events: auto;
  appearance: none;
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px;
  padding: 7px 10px !important;
  border: 1px solid rgba(17,17,17,.18) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.62) !important;
  color: var(--ozooc-ink) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 10px !important;
  line-height: 1 !important;
  letter-spacing: -.035em !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  cursor: pointer;
}

.ozooc-site-action--search { justify-self: start; }
.ozooc-site-action--cart { justify-self: end; }
.ozooc-site-action svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.ozooc-site-action__count {
  min-width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--ozooc-ink);
  color: #fff;
  font-style: normal;
  font-size: 10px;
}

.ozooc-overlay__close {
  appearance: none;
  position: absolute;
  top: clamp(18px, 3vw, 44px);
  right: clamp(18px, 3vw, 44px);
  z-index: 5;
  width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  cursor: pointer;
}
.ozooc-overlay__close::before,
.ozooc-overlay__close::after {
  content: '';
  position: absolute;
  left: 4px;
  right: 4px;
  top: 50%;
  height: 1px;
  background: currentColor;
}
.ozooc-overlay__close::before { transform: rotate(45deg); }
.ozooc-overlay__close::after { transform: rotate(-45deg); }
.ozooc-overlay__eyebrow {
  margin: 0 0 14px;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.ozooc-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: clamp(24px, 5vw, 80px);
  background: rgba(6,6,6,.96);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}
.ozooc-search-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.ozooc-search-overlay__inner {
  width: min(1120px, 100%);
}
.ozooc-search-form__input {
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 0 clamp(14px, 2vw, 24px) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.74) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  outline: 0 !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: clamp(52px, 10vw, 148px) !important;
  line-height: .85 !important;
  letter-spacing: -.105em !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}
.ozooc-search-form__input::placeholder { color: rgba(255,255,255,.34); }
.ozooc-search-results {
  margin-top: clamp(24px, 4vw, 54px);
  max-width: 880px;
  color: rgba(255,255,255,.72);
}
.ozooc-search-results ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.ozooc-search-results a {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: #fff;
  text-decoration: none;
}
.ozooc-search-results span {
  color: rgba(255,255,255,.48);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.ozooc-search-results strong {
  font-size: clamp(20px, 2vw, 34px);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 900;
  text-transform: uppercase;
}

.ozooc-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  visibility: hidden;
}
.ozooc-cart-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}
.ozooc-cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17,17,17,.22);
  opacity: 0;
  transition: opacity .24s ease;
}
.ozooc-cart-drawer.is-open .ozooc-cart-drawer__backdrop { opacity: 1; }
.ozooc-cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(760px, calc(100vw - 28px));
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(26px, 4vw, 54px);
  background: #fff;
  color: var(--ozooc-ink);
  box-shadow: -24px 0 80px rgba(0,0,0,.16);
  transform: translateX(102%);
  transition: transform .32s cubic-bezier(.22,.8,.24,1);
  overflow: hidden;
}
.ozooc-cart-drawer.is-open .ozooc-cart-drawer__panel { transform: translateX(0); }
.ozooc-cart-drawer__close { color: var(--ozooc-ink) !important; }
.ozooc-cart-drawer__head {
  padding-right: 54px;
  border-bottom: 1px solid var(--ozooc-ink);
  padding-bottom: 18px;
}
.ozooc-cart-drawer__head h2 {
  margin: 0;
  font-size: clamp(46px, 7vw, 96px);
  line-height: .82;
  letter-spacing: -.105em;
  font-weight: 900;
  text-transform: uppercase;
}
.ozooc-cart-drawer__body {
  overflow: auto;
  padding: 26px 0;
}
.ozooc-cart-drawer__empty {
  min-height: 260px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  color: rgba(17,17,17,.64);
}
.ozooc-cart-drawer__empty span {
  width: 72px;
  height: 72px;
  border: 1px solid var(--ozooc-ink);
  border-radius: 999px;
}
.ozooc-cart-drawer__empty strong {
  margin-top: 20px;
  color: var(--ozooc-ink);
  font-size: 26px;
  line-height: .95;
  letter-spacing: -.06em;
  text-transform: uppercase;
}
.ozooc-cart-item {
  display: grid;
  grid-template-columns: 112px minmax(0,1fr) auto;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(17,17,17,.18);
}
.ozooc-cart-item.is-loading { opacity: .48; pointer-events: none; }
.ozooc-cart-item__image img {
  width: 112px !important;
  height: 112px !important;
  object-fit: contain !important;
  mix-blend-mode: multiply;
}
.ozooc-cart-item__name {
  display: block;
  color: var(--ozooc-ink);
  text-decoration: none;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: .9;
  letter-spacing: -.075em;
  font-weight: 900;
  text-transform: uppercase;
}
.ozooc-cart-item__price,
.ozooc-cart-item__subtotal {
  color: rgba(17,17,17,.68);
  font-weight: 800;
  letter-spacing: -.04em;
}
.ozooc-cart-item__subtotal { white-space: nowrap; text-align: right; }
.ozooc-cart-item__controls {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.ozooc-cart-item__controls button {
  min-height: 0 !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--ozooc-ink) !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}
.ozooc-cart-item__controls span {
  min-width: 22px;
  text-align: center;
  font-weight: 900;
}
.ozooc-cart-drawer__foot {
  border-top: 1px solid var(--ozooc-ink);
  padding-top: 18px;
}
.ozooc-cart-drawer__subtotal {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 900;
  text-transform: uppercase;
}
.ozooc-cart-drawer__checkout {
  min-height: clamp(78px, 10vw, 128px);
  display: grid;
  place-items: center;
  background: var(--ozooc-ink);
  color: #fff !important;
  text-decoration: none;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -.075em;
  font-weight: 900;
  text-transform: uppercase;
}
.ozooc-cart-drawer__cart-link {
  display: block;
  margin-top: 14px;
  color: var(--ozooc-ink);
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .ozooc-site-header__inner {
    width: 100%;
    max-width: none;
  }
  .ozooc-site-action span:not(.ozooc-site-action__count) {
    display: none;
  }
  .ozooc-site-action {
    min-width: 42px !important;
    min-height: 42px !important;
    justify-content: center;
    padding: 0 !important;
  }
  .ozooc-site-action__count {
    position: absolute;
    transform: translate(15px, -13px);
  }
  .ozooc-search-form__input {
    font-size: clamp(44px, 15vw, 76px) !important;
  }
  .ozooc-search-results a {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .ozooc-cart-drawer__panel {
    width: min(100vw, 430px);
    padding: 24px 18px 28px;
  }
  .ozooc-cart-item {
    grid-template-columns: 82px minmax(0,1fr);
    gap: 16px;
  }
  .ozooc-cart-item__subtotal {
    grid-column: 2;
    text-align: left;
  }
  .ozooc-cart-item__image img {
    width: 82px !important;
    height: 82px !important;
  }
}


/* Ozooc search overlay final contrast */
.ozooc-search-overlay {
  background: #050505 !important;
}
.ozooc-search-overlay .ozooc-overlay__close {
  color: #fff !important;
}


/* Hide native search cancel icon; custom top-right close is used */
.ozooc-search-form__input::-webkit-search-cancel-button,
.ozooc-search-form__input::-webkit-search-decoration {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: none !important;
}
