/*
Theme Name: Doll.shop
Theme URI: https://doll.shop/
Author: Doll.shop
Description: Lichtgewicht WooCommerce-thema voor Doll.shop, gebaseerd op concept v2.12.
Version: 1.4.9
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: doll-shop
*/

:root {
  --cta: #c13a45;
  --cta-top: #c43b47;
  --cta-bottom: #be3542;
  --cta-hover-top: #b72f3c;
  --cta-hover-bottom: #aa2936;
}

.article__detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 8px;
}
.article__detail-grid figure,
.article__evidence {
  margin: 0;
}
.article__detail-grid img,
.article__evidence img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  background: var(--tint);
}
.article__detail-grid figcaption,
.article__evidence figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}
.article__evidence {
  max-width: 720px;
  margin: 24px auto;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
}
.article-author {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin: 34px 0 8px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.article-author__avatar,
.author-profile__avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #efe8e6;
  color: #6c4f4d;
  font-weight: 800;
}
.article-author p { margin: 0; }
.article-author .article-author__name { margin-bottom: 4px; color: var(--ink); font-weight: 700; }
.article-author__name a,
.article__author-link { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.author-profile {
  max-width: 920px;
  padding: 34px 0 56px;
}
.author-profile__head {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.author-profile__avatar { width: 72px; height: 72px; font-size: 1.2rem; }
.author-profile__head h1 { margin: 4px 0; }
.author-profile__head p { margin: 0; color: var(--muted); }
.author-profile__body { max-width: 760px; padding-top: 12px; }
@media (max-width: 639px) {
  .article__detail-grid { grid-template-columns: 1fr; gap: 22px; }
  .article__evidence { padding: 8px; }
  .article-author { grid-template-columns: 40px minmax(0, 1fr); padding: 15px 0; }
  .article-author__avatar { width: 40px; height: 40px; }
}

/* Keep mobile catalog controls below the sticky site header, including for logged-in admins. */
.header {
  top: var(--wp-admin--admin-bar--height, 0px);
}
.toolbar {
  top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-h));
  z-index: 20;
}
@media (min-width: 1024px) {
  .filters {
    z-index: auto;
  }
}

/* Information pages use the complete main-column width on desktop. */
.page-service-area .article__body,
.page-service-area .article__body > p,
.page-service-area .article__body > ul,
.page-service-area .article__body > ol {
  width: 100%;
  max-width: none;
}

.topbar .icon {
  color: #7ed39b;
  width: 15px;
  height: 15px;
}
.header__center {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}
.hero .eyebrow {
  display: block;
}
.hero {
  background: linear-gradient(180deg, #e9e0dc 0%, #f1eae6 55%, var(--page) 100%);
}
.hero__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1023px) {
  .hero__visual {
    display: none;
  }
}
.sr__thumb img {
  object-fit: contain;
}
.hero__proof .mark {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #1e7f4f;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 800;
}
.mark--wwk {
  overflow: hidden;
  border-radius: 50% !important;
  background-color: transparent !important;
  background-image: url("assets/images/webwinkelkeur-icon.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -999px;
}
.home-cat-media {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 2px;
}
.home-cat-media img,
.home-cat-media svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  vertical-align: bottom;
}
.spotlight__text > .small {
  margin-top: 12px;
}
.narrow {
  max-width: 820px;
}
.content-page > .container {
  padding-top: 24px;
}
.content-page .woocommerce {
  padding-block: 20px 40px;
}
.catalog-results {
  min-width: 0;
}
.woocommerce-ordering {
  margin: 0;
}
.woocommerce-ordering select {
  height: 44px;
  min-width: 220px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--surface);
  padding: 0 36px 0 12px;
  font: inherit;
  font-weight: 600;
  color: var(--ink);
}
.filter-submit {
  margin-top: 18px;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.pagination .current {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.category-video video {
  display: block;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16/9;
  object-fit: contain;
  background: #111;
  border-radius: var(--r);
}
body.has-overlay {
  overflow: hidden;
}
.pdp__media {
  min-width: 0;
  position: relative;
}
.pdp__title .muted {
  font-weight: 400;
}
.pdp__buy {
  font-family: var(--font-body);
  color: var(--body);
}
.pdp__brand {
  color: var(--muted);
}
.pdp__title,
.pdp__price .price,
.glance li b {
  color: var(--ink);
}
.pdp__free {
  color: var(--ok);
  font-weight: 600;
}
.pdp__rating .stars {
  color: var(--line-strong);
}
.pdp__price .price,
.pdp__price ins {
  font-size: inherit;
  text-decoration: none;
}
.pdp__price del {
  font-size: 0.8em;
  color: var(--muted);
  margin-right: 8px;
}
.ds-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 10px;
}
.ds-price__was,
.ds-price__now {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.ds-price small {
  color: var(--muted);
  font-size: 0.58em;
  font-weight: 600;
}
.ds-price del {
  color: var(--muted);
  font-size: 0.76em;
  font-weight: 600;
}
.ds-price ins {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}
.pdp__price .price {
  font-size: 2.1rem;
  line-height: 1.08;
}
.pdp__price .ds-price small {
  font-size: 0.72rem;
}
.pdp__price .ds-price del {
  margin-right: 0;
  font-size: 1.1rem;
}
.pdp__price .ds-price ins {
  font-size: 2.1rem;
}
.pdp__buy form.cart {
  position: static;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  background: none;
  gap: 8px;
  margin: 0;
  flex-wrap: nowrap;
}
.pdp__buy form.cart .quantity {
  display: none;
}
.pdp__buy form.cart input.qty {
  width: 100%;
  height: 52px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  padding: 0 8px;
  text-align: center;
  font: inherit;
}
.pdp__buy form.cart .single_add_to_cart_button {
  flex: 1;
  min-height: 52px;
  border: 0;
  border-radius: 6px;
  background-color: var(--cta);
  background-image: linear-gradient(180deg, var(--cta-top) 0%, var(--cta-bottom) 100%);
  color: #fff;
  font: inherit;
  font-weight: 700;
  padding: 0 20px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pdp__buy form.cart .single_add_to_cart_button:hover,
.pdp__buy form.cart .single_add_to_cart_button:focus-visible {
  background-color: #af2c38;
  background-image: linear-gradient(180deg, var(--cta-hover-top) 0%, var(--cta-hover-bottom) 100%);
  box-shadow: 0 5px 16px rgba(151, 37, 49, 0.18);
}
.pdp__buy form.cart .single_add_to_cart_button .icon {
  width: 19px;
  height: 19px;
  flex: none;
}
.pdp__buy form.cart .single_add_to_cart_button.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.pdp__buy .buy form.cart > .stock,
.pdp__buy .woocommerce-variation-availability .stock {
  margin: 0 0 3px;
  color: var(--warn);
  font-size: 0.88rem;
  font-weight: 650;
}
.pdp__buy form.variations_form {
  display: block;
}
.pdp__buy .variations {
  width: 100%;
  margin: 0 0 14px;
  border-collapse: collapse;
}
.pdp__buy .variations tbody,
.pdp__buy .variations tr,
.pdp__buy .variations th,
.pdp__buy .variations td {
  display: block;
  width: 100%;
}
.pdp__buy .variations th,
.pdp__buy .variations td {
  padding: 0;
  border: 0;
  text-align: left;
}
.pdp__buy .variations th {
  margin-bottom: 6px;
  font-weight: 700;
}
.pdp__buy .variations td.value {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 12px;
  position: relative;
}
.pdp__buy .variations td.value::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg);
  pointer-events: none;
}
.pdp__buy .variations select {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 50px;
  padding: 8px 48px 8px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.pdp__buy .variations select:hover {
  border-color: var(--line-strong);
  background-color: #fff;
}
.pdp__buy .variations select:focus-visible {
  outline: 0;
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(26, 25, 23, 0.1);
}
.pdp__buy .reset_variations {
  grid-column: 2;
  justify-self: end;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.85rem;
}
.pdp__buy .single_variation_wrap,
.pdp__buy .woocommerce-variation-add-to-cart {
  width: 100%;
}
.pdp__buy form.variations_form .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}
.pdp__buy .woocommerce-variation-price {
  margin-bottom: 10px;
  font-weight: 750;
}
.dss-bundle-offer {
  flex: 0 0 auto;
  min-width: 0;
  margin: 12px 0 18px;
  padding: 0;
  border: 0;
}
.dss-bundle-offer legend {
  padding: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
}
.dss-bundle-offer__intro {
  margin: 4px 0 11px;
  color: var(--muted);
  font-size: 0.84rem;
}
.dss-bundle-offer__items {
  display: grid;
  gap: 8px;
}
.dss-bundle-item {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 11px;
  min-height: 68px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  transition: border-color 160ms ease, background-color 160ms ease;
}
.dss-bundle-item:hover {
  border-color: var(--line-strong);
  background: var(--tint);
}
.dss-bundle-item img {
  display: block;
  width: 60px;
  height: auto;
  max-width: 100%;
  border-radius: 5px;
  background: var(--tint-2);
}
.dss-bundle-item > span {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.dss-bundle-item b {
  font-size: 0.88rem;
  line-height: 1.25;
}
.dss-bundle-item__price,
.cart-bundle-offer small {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
  color: var(--ink);
  line-height: 1.25;
}
.dss-bundle-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 7px;
}
.dss-bundle-price > span {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
}
.dss-bundle-price small {
  display: inline;
  color: var(--muted);
  font-size: 0.68rem;
}
.dss-bundle-item del,
.cart-bundle-offer del {
  color: var(--muted);
}
.dss-bundle-item ins,
.cart-bundle-offer ins {
  font-weight: 800;
  text-decoration: none;
}
.dss-bundle-item em,
.cart-bundle-offer em {
  color: var(--ok);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
}
.dss-bundle-item__add {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #d8d3cf;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}
.dss-bundle-item__add .icon {
  width: 18px;
  height: 18px;
  stroke-width: 1.7;
}
.dss-bundle-item__add:hover,
.dss-bundle-item__add:focus-visible {
  border-color: #aaa29d;
  background: #f5f3f1;
  color: var(--ink);
}
.dss-bundle-item__add.loading {
  opacity: 0.5;
  pointer-events: none;
}
.delivery {
  display: flex;
  align-items: center;
  gap: 10px;
}
.delivery > span {
  display: grid;
}
.delivery__note {
  color: var(--muted);
}
.product-description h2:first-child {
  margin-bottom: 10px;
}
.product-description p {
  max-width: 74ch;
}
.viewer3d {
  margin-top: 0;
  scroll-margin-top: 110px;
}
.pdp__media .gallery__bar {
  position: absolute;
  z-index: 5;
  top: 12px;
  right: 12px;
  display: block;
  margin: 0;
  pointer-events: none;
}
.pdp__media .gallery__3d {
  display: inline-flex;
  min-height: 40px;
  padding-inline: 13px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 3px 14px rgba(24, 23, 22, 0.12);
  backdrop-filter: blur(6px);
  pointer-events: auto;
}
.pdp__media .gallery__3d:hover {
  background: #fff;
}
.pdp__media .gallery__3d[aria-pressed="true"] {
  background: var(--ink);
  color: #fff;
}
.pdp__media.is-3d-active .gallery__more {
  display: none;
}
.viewer3d__stage {
  position: relative;
  width: 100%;
  height: clamp(420px, 68vh, 720px);
  min-height: 0;
  background: var(--tint);
  border-radius: var(--r);
  overflow: hidden;
}
.viewer3d model-viewer {
  width: 100%;
  height: 100%;
  display: block;
  --poster-color: transparent;
}
.viewer3d__status {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  color: var(--muted);
  text-align: center;
  pointer-events: none;
}
.viewer3d__status[hidden],
.viewer3d__status [hidden] {
  display: none;
}
.viewer3d__spinner {
  width: 30px;
  height: 30px;
  border: 3px solid var(--line-strong);
  border-top-color: var(--ink);
  border-radius: 50%;
  animation: dss-viewer-spin 700ms linear infinite;
}
@keyframes dss-viewer-spin {
  to { transform: rotate(360deg); }
}
@media (max-width: 760px) {
  .pdp__media .gallery__bar {
    top: 9px;
    right: 9px;
  }
  .pdp__media.is-3d-active .gallery__bar {
    right: 9px;
  }
  .pdp__media .gallery__3d {
    min-height: 38px;
    padding-inline: 11px;
    font-size: 0.78rem;
  }
  .pdp__media:not(.is-3d-active) .gallery__3d span:first-of-type {
    font-size: 0;
  }
  .pdp__media:not(.is-3d-active) .gallery__3d span:first-of-type::after {
    content: "3D";
    font-size: 0.78rem;
  }
}
.qstars {
  color: var(--star);
}
.woocommerce-Reviews .commentlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-Reviews .review {
  list-style: none;
}
.woocommerce-Reviews .review .comment_container {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
}
.woocommerce-Reviews .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.woocommerce-Reviews .meta {
  font-size: 0.8rem;
  color: var(--muted);
}
.woocommerce-Reviews .star-rating {
  color: var(--star);
}
.comment-respond {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.comment-respond h3 {
  margin-bottom: 14px;
}
.comment-form {
  display: grid;
  gap: 12px;
  max-width: 720px;
}
.comment-form p {
  margin: 0;
}
.comment-form label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 5px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea,
.comment-form select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--surface);
  font: inherit;
}
.comment-form .submit {
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-weight: 700;
}
.woocommerce-notices-wrapper {
  margin: 16px 0;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--ok);
  border-radius: var(--r);
  background: var(--surface);
  list-style: none;
}
.woocommerce-error {
  border-left-color: var(--accent);
}
.woocommerce table.shop_table {
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-weight: 700;
}
.woocommerce .input-text,
.woocommerce select {
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--surface);
  font: inherit;
}
.woocommerce form .form-row {
  margin: 0 0 12px;
}
.woocommerce form .form-row label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 5px;
}
.woocommerce-checkout-review-order,
.cart_totals {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--surface);
}
@media (min-width: 1024px) {
  .header__center {
    min-width: max-content;
  }
  .stickybar {
    transform: translateY(calc(-100% - var(--header-h)));
  }
  .stickybar.is-visible {
    transform: none;
  }
}
@media (max-width: 1023px) {
  .header__center {
    justify-self: center;
  }
  .filters__foot {
    display: flex;
  }
  .filters {
    width: 100%;
    max-width: 100vw;
  }
  .filters__foot .btn {
    min-width: 0;
    padding-inline: 10px;
  }
  .filters__body > .filter-submit {
    display: none;
  }
  .woocommerce-ordering select {
    min-width: 0;
    width: 100%;
  }
  .woocommerce-ordering {
    flex: 1;
  }
  .viewer3d__stage,
  .viewer3d model-viewer {
    min-height: 420px;
    height: 420px;
  }
}

:root {
  --ds-admin-bar: 0px;
}
.admin-bar {
  --ds-admin-bar: 32px;
}
body {
  overflow-x: clip;
}
.woocommerce-notices-wrapper {
  width: min(100% - 32px, 1240px);
  margin: 16px auto;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  list-style: none;
  padding: 14px 18px;
  border: 1px solid var(--line);
  background: #fff;
}
.woocommerce-error {
  border-color: #b42318;
}
.woocommerce form .form-row {
  margin: 0 0 16px;
}
.woocommerce form .form-row label {
  display: block;
  font-weight: 650;
  margin-bottom: 6px;
}
.woocommerce form input.input-text,
.woocommerce form textarea,
.woocommerce form select {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: #fff;
  font: inherit;
}
.woocommerce .quantity .qty {
  width: 72px;
  min-height: 48px;
  padding: 8px;
  border: 1px solid var(--line);
}
.woocommerce form.cart {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.woocommerce form.cart .button,
.woocommerce #place_order,
.woocommerce .checkout-button {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  background: var(--ink);
  color: #fff;
  font-weight: 750;
  cursor: pointer;
}
body.single-product .pdp__buy form.cart .single_add_to_cart_button {
  flex: 0 0 52px;
  align-self: stretch;
  width: 100%;
  height: 52px;
  min-height: 52px;
  max-height: 52px;
  padding: 0 20px;
  border-color: var(--cta);
  background-color: var(--cta);
  background-image: linear-gradient(180deg, var(--cta-top) 0%, var(--cta-bottom) 100%);
  color: #fff;
  font-size: 0.95rem;
  line-height: 1;
}
body.single-product .pdp__buy form.cart .single_add_to_cart_button:hover,
body.single-product .pdp__buy form.cart .single_add_to_cart_button:focus-visible {
  border-color: #aa2936;
  background-color: #af2c38;
  background-image: linear-gradient(180deg, var(--cta-hover-top) 0%, var(--cta-hover-bottom) 100%);
  color: #fff;
}
.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 14px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.woocommerce-checkout-review-order {
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 9px 12px;
  border: 1px solid var(--line);
}
.product-gallery-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.gallery figure {
  margin: 0;
  aspect-ratio: auto;
  align-self: start;
}
.sister img,
.cat__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cat__media.home-cat-media > img,
.cat__media.home-cat-media > svg {
  min-width: 0;
  object-fit: cover;
  object-position: center 28%;
}
.card__media > a > img,
.card__media > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 114%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.search-page__empty {
  min-height: 280px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
  padding: 32px 20px;
  text-align: center;
}
.search-page__empty p {
  margin: 0 0 8px;
  color: var(--muted);
}
@media (hover: hover) {
  .card:hover .card__media > a > img,
  .card:hover .card__media > img {
    transform: translate(-50%, -50%) scale(1.02);
  }
}
.card__add {
  z-index: 3;
  width: 40px;
  height: 40px;
  border-color: rgba(26, 25, 23, 0.12);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 3px 12px rgba(26, 25, 23, 0.1);
}
.card__add .icon {
  width: 19px;
  height: 19px;
  stroke-width: 1.8;
}
.card__add:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
  box-shadow: 0 5px 16px rgba(26, 25, 23, 0.18);
  transform: translateY(-1px);
}
.card__add.loading {
  opacity: 0.55;
  pointer-events: none;
}
.trustband__score {
  display: flex;
  align-items: center;
  gap: 12px;
}
.trustband__score .mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #1e7f4f;
  color: #fff;
  font-weight: 800;
}
.trustband__score b,
.trustband__score small {
  display: block;
}
.trustband__score small {
  color: var(--muted);
}
.cart[open],
.drawer[open] {
  display: flex;
}
.cart__body,
.cart .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
}
.cart__body {
  flex: 1;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}
.cart .widget_shopping_cart_content {
  height: 100%;
  min-height: 0;
}
.cart__head {
  min-height: 68px;
  padding: 10px 12px 10px 20px;
  background: var(--surface);
}
.cart__head h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 1.18rem;
  font-weight: 800;
}
.cart__head-count {
  display: inline-grid;
  place-items: center;
  min-width: 25px;
  height: 25px;
  padding: 0 6px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 0.72rem;
  line-height: 1;
}
.cart__head-count[hidden] {
  display: none;
}
.cart__loading {
  min-height: 220px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}
.cart__loading span {
  width: 18px;
  height: 18px;
  border: 2px solid var(--line-strong);
  border-top-color: var(--ink);
  border-radius: 50%;
  animation: cart-loading 0.7s linear infinite;
}
@keyframes cart-loading {
  to { transform: rotate(360deg); }
}
.cart .woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 10px 18px 4px;
  overflow: auto;
  flex: 1;
  min-height: 0;
  order: 0;
}
.cart .woocommerce-mini-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 34px;
  grid-template-rows: auto auto 1fr;
  column-gap: 12px;
  padding: 14px 0;
  border-bottom: 0;
}
.cart .woocommerce-mini-cart-item > a:not(.remove) {
  display: contents;
  color: var(--ink);
}
.cart .woocommerce-mini-cart-item img {
  grid-column: 1;
  grid-row: 1 / span 3;
  width: 72px;
  height: 96px;
  border-radius: 6px;
  background: var(--tint);
  object-fit: cover;
  object-position: center top;
}
.cart .cart-item-name {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  padding-top: 2px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.cart .woocommerce-mini-cart-item > a:hover .cart-item-name,
.cart .woocommerce-mini-cart-item > a:focus-visible .cart-item-name {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cart .remove {
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1;
  transition: border-color 0.18s, color 0.18s, background 0.18s;
}
.cart .remove:hover,
.cart .remove:focus-visible {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.cart .woocommerce-mini-cart-item dl.variation {
  grid-column: 2 / 4;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 6px;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}
.cart .woocommerce-mini-cart-item dl.variation dt,
.cart .woocommerce-mini-cart-item dl.variation dd,
.cart .woocommerce-mini-cart-item dl.variation p {
  margin: 0;
  padding: 0;
}
.cart .woocommerce-mini-cart-item .quantity {
  grid-column: 2 / 4;
  grid-row: 3;
  align-self: start;
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.8rem;
  flex-wrap: wrap;
}
.cart .woocommerce-mini-cart-item .quantity strong {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 700;
}
.cart .cart-item-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 7px;
}
.cart .cart-item-price > span {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
}
.cart .cart-item-price small {
  color: var(--muted);
  font-size: 0.62rem;
}
.cart .cart-item-price del {
  color: var(--muted);
  font-size: 0.74rem;
}
.cart .cart-item-price strong {
  color: var(--ink);
  font-size: 0.88rem;
}
.cart .cart-item-saving {
  flex-basis: 100%;
  margin-top: 1px;
  color: #a43c31;
  font-size: 0.7rem;
  font-weight: 750;
  line-height: 1.2;
}
.cart .woocommerce-mini-cart__buttons {
  display: none;
}
.cart .woocommerce-mini-cart__total {
  display: none;
}
.cart .woocommerce-mini-cart__total strong {
  font-weight: 600;
}
.cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-weight: 800;
}
.cart-item-bundle-offers {
  grid-column: 1 / -1;
  grid-row: 4;
  display: grid;
  gap: 0;
  position: relative;
  margin: 12px 0 0 13px;
  padding: 3px 0 0 14px;
  border-left: 2px solid #cfe2d5;
  background: transparent;
}
.cart-item-bundle-offers::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 13px;
  border-top: 2px solid #cfe2d5;
}
.cart-item-bundle-offers__title {
  display: block;
  align-items: center;
  margin: -5px 0 3px;
  color: #42443f;
  font-size: 0.69rem;
  font-weight: 800;
  line-height: 1.25;
}
.cart-item-bundle-offers__title::before {
  content: none;
}
.cart-item-bundle-offer {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 48px;
  padding: 6px 0;
}
.cart-item-bundle-offer + .cart-item-bundle-offer {
  border-top: 1px solid rgba(26, 25, 23, 0.08);
}
.cart .woocommerce-mini-cart-item .cart-item-bundle-offer > img {
  grid-column: auto;
  grid-row: auto;
  width: 40px;
  height: 42px;
  border-radius: 4px;
  background: var(--surface);
  object-fit: contain;
  object-position: center;
}
.cart-item-bundle-offer > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.cart-item-bundle-offer b {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.75rem;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cart-item-bundle-offer .dss-bundle-item__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 7px;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.2;
}
.cart-item-bundle-offer .dss-bundle-price {
  display: inline-flex;
  gap: 3px 6px;
}
.cart-item-bundle-offer .dss-bundle-price > span {
  display: inline-flex;
  gap: 2px;
}
.cart-item-bundle-offer .dss-bundle-price small {
  display: inline;
  font-size: 0.59rem;
}
.cart-item-bundle-offer del {
  color: var(--muted);
  font-size: 0.64rem;
}
.cart-item-bundle-offer ins {
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 750;
  text-decoration: none;
}
.cart-item-bundle-offer em {
  color: var(--ok);
  font-size: 0.63rem;
  font-style: normal;
  font-weight: 750;
}
.cart-item-bundle-offer__add {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(18, 107, 67, 0.24);
  border-radius: 6px;
  background: #eef7f1;
  color: var(--ok);
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}
.cart-item-bundle-offer__add .icon {
  width: 15px;
  height: 15px;
}
.cart-item-bundle-offer__add:hover,
.cart-item-bundle-offer__add:focus-visible {
  border-color: var(--ok);
  background: var(--ok);
  color: #fff;
}
.cart-item-bundle-offer__add.loading {
  opacity: 0.5;
  pointer-events: none;
}
.cart .woocommerce-mini-cart-item.dss-bundle-child {
  grid-template-columns: 46px minmax(0, 1fr) 28px;
  grid-template-rows: auto auto auto;
  column-gap: 9px;
  min-height: 0;
  margin: 1px 0 3px 7px;
  padding: 7px 7px 7px 9px;
  border-left: 2px solid var(--ok);
  border-radius: 0 6px 6px 0;
  background: #f5f7f5;
}
.cart .woocommerce-mini-cart-item.dss-bundle-child img {
  grid-row: 1 / span 3;
  width: 46px;
  height: 58px;
  border-radius: 4px;
  object-fit: contain;
}
.cart .woocommerce-mini-cart-item.dss-bundle-child .cart-item-name {
  padding-top: 0;
  font-size: 0.8rem;
  line-height: 1.2;
}
.cart .woocommerce-mini-cart-item.dss-bundle-child .remove {
  width: 26px;
  height: 26px;
  font-size: 0.98rem;
}
.cart .woocommerce-mini-cart-item.dss-bundle-child dl.variation {
  grid-column: 2;
  margin-top: 1px;
  gap: 1px 4px;
  font-size: 0.66rem;
  line-height: 1.2;
}
.cart .woocommerce-mini-cart-item.dss-bundle-child .quantity {
  grid-column: 2 / 4;
  margin-top: 1px;
  gap: 3px;
  font-size: 0.68rem;
  line-height: 1.15;
}
.cart .woocommerce-mini-cart-item.dss-bundle-child .quantity strong {
  font-size: 0.75rem;
}
.cart .woocommerce-mini-cart-item.dss-bundle-child .cart-item-bundle-offers {
  margin: 8px 0 0 4px;
  padding: 3px 0 0 12px;
  border-top: 0;
  border-radius: 0;
  background: transparent;
}

.card__price .ds-price {
  gap: 3px 7px;
}
.card__price .ds-price small {
  font-size: 0.62rem;
}
.card__price .ds-price del {
  font-size: 0.8rem;
}
.card__price .ds-price ins {
  font-size: 1.05rem;
}
.stickybar__info .ds-price {
  justify-content: flex-end;
  gap: 2px 6px;
}
.stickybar__info .ds-price small {
  font-size: 0.58rem;
}
.stickybar__info .ds-price del {
  font-size: 0.72rem;
}
.image-lightbox__price .ds-price {
  gap: 2px 6px;
}

.wc-block-components-product-price__regular {
  color: var(--muted);
  font-size: 0.85em;
}
.wc-block-components-product-price__value.is-discounted {
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 760px) {
  .pdp__price .price,
  .pdp__price .ds-price ins {
    font-size: 1.9rem;
  }
  .cart-item-bundle-offers {
    margin-left: 8px;
    padding-left: 12px;
  }
}
.cart .woocommerce-mini-cart-item.dss-bundle-child .cart-item-bundle-offer > img {
  grid-column: auto;
  grid-row: auto;
  width: 38px;
  height: 42px;
}
.cart__shipping-banner {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  order: -1;
  padding: 11px 18px;
  border-bottom: 1px solid #e3ece6;
  background: #f5faf7;
  color: var(--ink);
  font-size: 0.78rem;
  line-height: 1.3;
}
.cart__shipping-check {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #dcefe3;
  color: var(--ok);
}
.cart__shipping-check .icon {
  width: 13px;
  height: 13px;
  stroke-width: 2.25;
}
.cart__shipping-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.cart__shipping-copy > strong {
  color: #126b43;
  font-size: 0.82rem;
  font-weight: 750;
}
.cart__shipping-copy small {
  color: #53645b;
  font-size: 0.71rem;
  line-height: 1.35;
}
.cart__shipping-copy small b {
  color: #174c35;
  font-weight: 800;
}
.cart__progress {
  width: 100%;
  height: 4px;
  margin-top: 6px;
  border-radius: 3px;
  background: rgba(18, 107, 67, 0.14);
  overflow: hidden;
}
.cart__progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--ok);
}
.cart__summary {
  display: grid;
  gap: 9px;
  order: 2;
  padding: 13px 18px 12px;
  border-top: 1px solid var(--line);
  background: #f8f9f8;
}
.cart__summary > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  color: #464541;
  font-size: 0.8rem;
  line-height: 1.3;
}
.cart__summary > div strong {
  color: var(--ink);
  font-weight: 650;
  white-space: nowrap;
}
.cart__summary .cart__summary-saving,
.cart__summary .cart__summary-saving strong {
  color: #ad2f3b;
  font-weight: 800;
}
.cart__summary strong.is-free {
  color: var(--ok);
  font-weight: 800;
}
.cart__summary .cart__summary-total {
  margin-top: 2px;
  padding-top: 11px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
}
.cart__summary .cart__summary-total strong {
  font-size: 1.12rem;
  font-weight: 850;
}
.cart__summary > small {
  margin-top: -6px;
  color: var(--muted);
  font-size: 0.67rem;
  text-align: right;
}
.cart__after {
  display: grid;
  gap: 8px;
  order: 3;
  padding: 0 18px max(14px, env(safe-area-inset-bottom));
  background: #f8f9f8;
}
.cart__after .btn {
  min-height: 50px;
  border-color: var(--cta);
  background-color: var(--cta);
  background-image: linear-gradient(180deg, var(--cta-top) 0%, var(--cta-bottom) 100%);
  box-shadow: none;
}
.cart__after .btn:hover,
.cart__after .btn:focus-visible {
  border-color: #aa2936;
  background-color: #af2c38;
  background-image: linear-gradient(180deg, var(--cta-hover-top) 0%, var(--cta-hover-bottom) 100%);
}
.stickybar .btn--primary {
  border-color: var(--cta);
  background-color: var(--cta);
  background-image: linear-gradient(180deg, var(--cta-top) 0%, var(--cta-bottom) 100%);
  color: #fff;
}
.stickybar .btn--primary:hover,
.stickybar .btn--primary:focus-visible {
  border-color: #aa2936;
  background-color: #af2c38;
  background-image: linear-gradient(180deg, var(--cta-hover-top) 0%, var(--cta-hover-bottom) 100%);
}
.cart__after p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}
.cart__after p .icon {
  width: 14px;
  height: 14px;
  color: var(--ok);
}
@media (max-width: 760px) {
  .cart__head {
    min-height: 64px;
    padding-left: 16px;
  }
  .cart__shipping-banner {
    padding: 10px 16px;
  }
  .cart .woocommerce-mini-cart {
    padding-inline: 16px;
  }
  .cart__summary {
    padding-inline: 16px;
  }
  .cart__after {
    padding-inline: 16px;
  }
}
.product-filters {
  display: grid;
  gap: 0;
}
.filter-submit {
  margin-top: 16px;
  width: 100%;
}
.category-video {
  margin: 0 0 28px;
}
.category-video video {
  display: block;
  width: 100%;
  max-height: 640px;
  background: #111;
}
.dss-model-variants {
  margin-top: 42px;
}
.gallery__more {
  display: none;
}
.stickybar__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.review__content > :last-child {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .gallery figure:first-child {
    aspect-ratio: auto;
  }
  .gallery:not(.is-expanded) > figure:nth-child(n + 6) {
    display: none;
  }
  .gallery__more {
    display: flex;
    width: 100%;
    min-height: 52px;
    margin-top: 14px;
    padding-inline: 16px;
    border-color: var(--line-strong);
    background: var(--surface);
    color: var(--ink);
    font-weight: 700;
    white-space: normal;
  }
  .gallery__more .icon {
    width: 20px;
    height: 20px;
  }
  .gallery__more-count {
    min-width: 28px;
    padding: 2px 7px;
    border-radius: 999px;
    background: var(--tint-2);
    color: var(--muted);
    font-size: 0.75rem;
  }
  .gallery__more.is-expanded .gallery__more-count {
    display: none;
  }
}
.recent-orders[hidden] {
  display: none !important;
}
.review-form-wrap {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.comment-form-rating select {
  max-width: 180px;
}
.comment-form {
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
}
.comment-form > * {
  min-width: 0;
  max-width: 100%;
}
.comment-form-rating .stars {
  display: block;
  width: auto;
  max-width: 100%;
  font-size: 0;
  letter-spacing: 0;
}
.comment-form-rating .stars::before,
.comment-form-rating .stars::after {
  content: none;
}
.comment-form-rating .stars span {
  display: flex;
  width: auto;
  max-width: 100%;
  gap: 2px;
}
.comment-form-rating .stars a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 38px;
  font-size: 0;
  color: var(--line-strong);
}
.comment-form-rating .stars a::before {
  content: "★";
  font-size: 1.55rem;
  line-height: 1;
}
.comment-form-rating .stars a:hover,
.comment-form-rating .stars a:has(~ a:hover),
.comment-form-rating .stars a[aria-checked="true"],
.comment-form-rating .stars a:has(~ a[aria-checked="true"]) {
  color: var(--star);
}
.card__stock {
  width: max-content;
  max-width: 100%;
  margin-top: 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1.3;
}
.card__stock .dot {
  box-shadow: none;
}
.card__stock.is-order {
  border: 0;
  background: transparent;
  color: var(--warn);
}
.card__stock.is-order .dot {
  background: var(--warn);
  box-shadow: none;
}
.pdp__buy > .stock {
  width: max-content;
  padding: 5px 9px;
  border: 1px solid rgba(31, 122, 72, 0.14);
  border-radius: 6px;
  background: var(--ok-soft);
}
.pdp__buy > .stock.is-order {
  border-color: rgba(138, 90, 0, 0.14);
  background: var(--warn-soft);
  color: var(--warn);
}
.glance {
  gap: 9px;
}
.glance li {
  position: relative;
  min-height: 76px;
  padding: 11px 13px;
  border-color: #e4e0dc;
  background: #faf9f8;
  box-shadow: none;
}
.glance li span {
  margin-bottom: 4px;
  color: #756e69;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.25;
}
.glance li b {
  font-size: 0.94rem;
  line-height: 1.28;
}
.glance .swatch {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(26, 25, 23, 0.16);
  border-radius: 50%;
  flex: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
@media (hover: hover) {
  .glance li {
    transition: border-color 160ms ease, background-color 160ms ease;
  }
  .glance li:hover {
    border-color: #d2ccc7;
    background: #fff;
  }
}
@media (max-width: 520px) {
  .glance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .glance li {
    min-height: 72px;
  }
}
@media (min-width: 1024px) {
  .header__center .logo {
    transform: translateX(-10px);
  }
}
@media (max-width: 1023px) {
  .gallery {
    align-items: flex-start;
  }
  .gallery.is-height-managed {
    overflow-y: hidden;
    transition: height 220ms ease;
  }
  .gallery figure {
    height: max-content;
    aspect-ratio: auto;
  }
  .gallery figure img,
  .gallery figure svg {
    width: 100%;
    height: auto;
    max-height: none;
  }
}

/* Compact mobile navigation */
.drawer {
  width: min(94vw, 368px);
  background: var(--surface);
  isolation: isolate;
}
.drawer__head {
  min-height: 60px;
  padding: 5px 10px 5px 20px;
  background: var(--surface);
}
.drawer__head .icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--tint);
}
.drawer__head .icon-btn:hover,
.drawer__head .icon-btn:focus-visible {
  background: var(--line);
}
.drawer__logo {
  width: 122px;
  height: 40px;
  display: flex;
  align-items: center;
  color: var(--brand);
  opacity: 1;
  filter: none;
}
.drawer__logo-mark {
  display: block;
  width: 122px;
  height: auto;
  aspect-ratio: 2400 / 792;
  fill: currentColor;
}
.drawer__logo:focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}
.drawer__body {
  display: flex;
  flex-direction: column;
  padding: 14px 18px 0;
}
.drawer__search {
  margin: 0 0 3px;
  padding: 0;
  border: 0;
  background: transparent;
}
.drawer__searchbox {
  height: 44px;
  padding-inline: 13px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f4f3f1;
  box-shadow: none;
}
.drawer__searchbox:focus-within {
  border-color: var(--ink);
  background: var(--surface);
  box-shadow: 0 0 0 3px rgba(26,25,23,.07);
}
.drawer__searchbox .icon {
  width: 19px;
  height: 19px;
}
.drawer__search small {
  display: none;
}
.drawer__group {
  margin-top: 20px;
}
.drawer__group--shop {
  margin-top: 17px;
}
.drawer__group--service {
  margin-top: 19px;
  padding-top: 0;
  border-top: 0;
}
.drawer__group h2 {
  margin: 0 8px 5px;
  font-size: 0.67rem;
  color: #77716d;
}
.drawer__nav a {
  min-height: 44px;
  padding: 0 8px;
  border: 0;
  border-radius: 7px;
  font-size: 0.98rem;
  transition: background-color 140ms ease, color 140ms ease;
}
.drawer__nav a:hover,
.drawer__nav a:focus-visible {
  background: var(--tint);
  outline: 0;
}
.drawer__nav a:focus-visible {
  box-shadow: inset 0 0 0 2px var(--ink);
}
.drawer__nav a .icon {
  width: 16px;
  height: 16px;
  color: #918b86;
}
.drawer__nav--compact a {
  min-height: 42px;
  color: var(--body);
  font-size: 0.93rem;
}
.drawer__group--account {
  margin-top: 7px;
}
.drawer__group--account .drawer__nav a {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding-inline: 10px 7px;
  background: var(--tint);
  font-weight: 650;
}
.drawer__lead-icon {
  width: 19px !important;
  height: 19px !important;
  color: var(--ink) !important;
}
.drawer__utility {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 6px;
  margin-top: auto;
  margin-inline: -18px;
  padding: 10px 18px max(10px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: #f7f6f4;
}
.drawer__account {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 9px;
  border-radius: 7px;
  color: var(--ink);
  background: var(--surface);
  box-shadow: inset 0 0 0 1px var(--line);
  font-size: 0.86rem;
  font-weight: 650;
}
.drawer__account .drawer__utility-chevron {
  display: none;
}
.drawer__account:hover,
.drawer__account:focus-visible,
.drawer__language summary:hover,
.drawer__language summary:focus-visible {
  box-shadow: inset 0 0 0 1.5px var(--ink);
  outline: 0;
}
.drawer__utility-icon {
  width: 18px;
  height: 18px;
}
.drawer__utility-chevron {
  width: 14px;
  height: 14px;
  color: var(--muted);
}
.drawer__language summary {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto 14px;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 8px;
  list-style: none;
  color: var(--ink);
  cursor: pointer;
  border-radius: 7px;
  background: var(--surface);
  box-shadow: inset 0 0 0 1px var(--line);
}
.drawer__language summary::-webkit-details-marker {
  display: none;
}
.drawer__language summary > span {
  font-size: 0.86rem;
  font-weight: 600;
}
.drawer__language summary strong {
  color: var(--muted);
  font-size: 0.74rem;
}
.drawer__language summary .drawer__utility-chevron {
  transition: transform 160ms ease;
}
.drawer__language[open] summary .drawer__utility-chevron {
  transform: rotate(-90deg);
}
.drawer__language-list {
  position: absolute;
  right: 18px;
  bottom: calc(100% + 8px);
  left: 18px;
  z-index: 3;
  display: grid;
  max-height: min(45dvh, 304px);
  padding: 6px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--sh-2);
}
.drawer__language-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  padding: 0 10px;
  border-radius: 6px;
  color: var(--body);
  font-size: 0.86rem;
}
.drawer__language-list a[aria-current] {
  color: var(--ink);
  background: var(--tint);
  font-weight: 650;
}
.drawer__language-list a:hover,
.drawer__language-list a:focus-visible {
  background: var(--tint);
  outline: 0;
}
.drawer__language-list small {
  color: var(--muted);
  font-size: 0.68rem;
}
.drawer.is-searching .drawer__utility {
  display: grid;
}

/* Homepage category crops */
.home-cat-media {
  overflow: hidden;
}
.cat--masturbators .home-cat-media img,
.cat--masturbators .home-cat-media svg,
.cat--accessories .home-cat-media img,
.cat--accessories .home-cat-media svg {
  object-fit: cover;
  object-position: center 28%;
  transform: none;
  transform-origin: center;
}

/* Account and empty cart */
.account-page-head {
  max-width: none;
  margin: 18px 0 28px;
  padding: 24px 28px 26px;
  border-left: 4px solid var(--brand);
  background: var(--brand-soft);
}
.account-page-head .eyebrow {
  display: block;
  margin-bottom: 8px;
}
.account-page-head h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
}
.account-page-head p {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--muted);
}
.woocommerce-account .content-page .woocommerce {
  padding-top: 0;
}
.woocommerce-account .woocommerce-notices-wrapper {
  width: 100%;
  margin: 0 0 18px;
}
.woocommerce-account .content-page > .container {
  width: min(100% - 2 * var(--gutter), var(--container));
}
.account-login-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(26, 25, 23, 0.06);
}
.account-login-intro {
  padding: 34px 32px;
  background: var(--brand-soft);
}
.account-login-intro .eyebrow {
  display: block;
  margin-bottom: 10px;
}
.account-login-intro > p {
  max-width: 34ch;
  margin: 0;
  color: var(--body);
  font-size: 1.03rem;
  line-height: 1.6;
}
.account-login-intro ul {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.account-login-intro li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-weight: 650;
}
.account-login-intro li .icon {
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  padding: 7px;
  border-radius: 6px;
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.72);
}
.account-login-main {
  min-width: 0;
  padding: 32px 34px 34px;
}
.account-login-main > h2,
.account-login-main .u-column1 > h2,
.account-login-main .u-column2 > h2 {
  margin: 0 0 20px;
  font-size: 1.45rem;
}
.woocommerce-account .account-login-main .woocommerce-form-login,
.woocommerce-account .account-login-main .woocommerce-form-register {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.account-login-main .input-text {
  width: 100%;
  min-height: 50px;
}
.account-login-main .form-row:has(.woocommerce-form-login__submit) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}
.account-login-main .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  font-size: 0.86rem;
  font-weight: 500;
}
.account-login-main .woocommerce-form-login__rememberme input {
  width: 18px;
  height: 18px;
  margin: 0;
}
.account-login-main .lost_password {
  margin: 14px 0 0;
  text-align: right;
}
.account-login-main .lost_password a {
  color: var(--brand-deep);
  font-size: 0.86rem;
  font-weight: 650;
}
.account-login-main .col2-set {
  display: grid;
  gap: 32px;
}
.woocommerce-account .content-page .woocommerce:has(.woocommerce-MyAccount-navigation) {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  position: sticky;
  top: calc(var(--header-h) + 18px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: block;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li + li {
  border-top: 1px solid var(--line);
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 34px 10px 14px;
  border: 0;
  color: var(--body);
  font-size: 0.9rem;
  font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation a::after {
  content: "›";
  position: absolute;
  right: 14px;
  color: var(--muted);
  font-size: 1.15rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: var(--tint);
  color: var(--ink);
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: var(--ink);
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a::after {
  color: rgba(255, 255, 255, 0.7);
}
.woocommerce-account .woocommerce-MyAccount-content {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.woocommerce-account .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content > :last-child {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.woocommerce-account .woocommerce-Address-title a {
  font-size: 0.85rem;
  font-weight: 700;
}
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
  max-width: 540px;
  margin: 0 auto;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.woocommerce-account .woocommerce > h2 {
  margin-bottom: 14px;
}
.woocommerce-account .woocommerce form .show-password-input {
  top: 0.85em;
}
.cart-empty-state {
  max-width: 620px;
  margin: 10px auto 42px;
  padding: 46px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  text-align: center;
}
.cart-empty-state__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--tint);
  color: var(--ink);
}
.cart-empty-state__icon .icon {
  width: 28px;
  height: 28px;
}
.cart-empty-state h2 {
  margin: 0 0 8px;
  font-size: 1.55rem;
}
.cart-empty-state p {
  margin: 0 auto 22px;
  color: var(--muted);
}
.wp-block-woocommerce-empty-cart-block {
  padding-bottom: 36px;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  position: relative;
  max-width: 620px;
  min-height: 190px;
  margin: 10px auto 38px;
  padding: 112px 28px 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  font-size: 1.55rem;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  border-radius: 50%;
  background: var(--tint);
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::after {
  top: 52px;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: 0 0 0 -13px;
  font-size: 26px;
  line-height: 1;
}
.wp-block-woocommerce-empty-cart-block > .wp-block-separator {
  width: 64px;
  margin: 0 auto 34px;
  border-top: 1px solid var(--line-strong);
  color: transparent;
}
.wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title) {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  gap: 16px;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
  max-width: none !important;
  padding: 0 0 16px;
  border: 0;
  text-align: left;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image {
  overflow: hidden;
  border-radius: 6px;
  background: var(--tint);
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
  color: var(--ink);
  font-weight: 700;
}
.cart .woocommerce-mini-cart__empty-message {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  margin: 0;
  padding: 32px;
  color: var(--muted);
  text-align: center;
}
.cart .woocommerce-mini-cart__empty-message::before {
  content: "";
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--tint);
  box-shadow: inset 0 0 0 16px var(--surface);
}
@media (max-width: 760px) {
  .account-page-head {
    margin: 8px 0 18px;
    padding: 19px 18px 20px;
  }
  .account-page-head h1 {
    font-size: 2rem;
  }
  .woocommerce-account .content-page .woocommerce:has(.woocommerce-MyAccount-navigation) {
    display: block;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: static;
    margin: 0 -16px 18px;
    border-width: 1px 0;
    border-radius: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation::-webkit-scrollbar {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    width: max-content;
    padding: 8px 16px;
    gap: 6px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li + li {
    border: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation a {
    min-height: 38px;
    padding: 7px 11px;
    border: 1px solid var(--line);
    border-radius: 6px;
    white-space: nowrap;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation a::after {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-form-login,
  .woocommerce-account .woocommerce-form-register {
    padding: 18px;
  }
  .account-login-layout {
    display: block;
  }
  .account-login-intro {
    padding: 20px 18px;
  }
  .account-login-intro > p {
    font-size: 0.94rem;
    line-height: 1.5;
  }
  .account-login-intro ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 17px;
  }
  .account-login-intro li {
    align-items: flex-start;
    gap: 6px;
    font-size: 0.72rem;
    line-height: 1.25;
  }
  .account-login-intro li .icon {
    width: 15px;
    height: 15px;
    padding: 5px;
  }
  .account-login-main {
    padding: 22px 18px 24px;
  }
  .account-login-main > h2,
  .account-login-main .u-column1 > h2,
  .account-login-main .u-column2 > h2 {
    margin-bottom: 16px;
    font-size: 1.25rem;
  }
  .woocommerce-account .account-login-main .woocommerce-form-login,
  .woocommerce-account .account-login-main .woocommerce-form-register {
    padding: 0;
  }
  .account-login-main .form-row:has(.woocommerce-form-login__submit) {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
  }
  .account-login-main .woocommerce-form-login__submit {
    width: 100%;
  }
  .account-login-main .lost_password {
    text-align: left;
  }
  .cart-empty-state {
    padding: 36px 20px;
  }
  .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
    min-height: 170px;
    padding: 104px 20px 28px;
    font-size: 1.35rem;
  }
  .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
    width: auto !important;
  }
}

/* Catalog controls and image preview */
.fgroup > summary {
  padding-block: 11px;
}
.fgroup__body {
  gap: 0;
  padding-bottom: 10px;
}
.fopt {
  position: relative;
  min-height: 33px;
  padding-right: 34px;
  gap: 8px;
  font-size: 0.88rem;
}
.fopt__label {
  min-width: 0;
}
.fopt .count {
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  min-width: 2ch;
  text-align: right;
  transform: translateY(-50%);
}
.fopt input,
.fopt .swatch {
  width: 16px;
  height: 16px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 34px 0 8px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--body);
  font-weight: 650;
  line-height: 1;
}
.pagination a.page-numbers:hover {
  border-color: var(--ink);
  background: var(--tint);
  color: var(--ink);
}
.pagination .page-numbers.current {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.pagination .prev,
.pagination .next {
  width: 40px;
  min-width: 40px;
  padding: 0;
  font-size: 1.35rem;
}
.pagination .dots {
  min-width: 28px;
  padding: 0;
  border-color: transparent;
  background: transparent;
}
.card__zoom {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}
.card__zoom img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
  transform: translateX(-50%);
}
.card__zoom:hover img {
  transform: translateX(-50%) scale(1.015);
}
@media (hover: hover) {
  .card:hover .card__media .card__zoom img {
    transform: translateX(-50%) scale(1.015);
  }
}
.image-lightbox {
  box-sizing: border-box;
  width: min(calc(100vw - 24px), 1600px);
  height: min(calc(100dvh - 24px), 1100px);
  max-width: none;
  max-height: none;
  padding: 0;
  border: 0;
  margin: auto;
  border-radius: 8px;
  background: #151513;
  box-shadow: var(--sh-3);
  overflow: hidden;
}
.image-lightbox::backdrop {
  background: rgba(8, 8, 7, 0.92);
}
.image-lightbox[open] {
  display: grid;
  place-items: center;
}
.image-lightbox figure {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 8px;
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}
.image-lightbox img {
  position: absolute;
  inset: 8px;
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.image-lightbox img.is-dragging {
  transition: none;
}
.image-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.94);
}
.image-lightbox__product {
  display: none;
}
.image-lightbox figcaption {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  min-width: 58px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(21, 21, 19, 0.82);
  color: #fff;
  text-align: center;
  font-size: 0.82rem;
  backdrop-filter: blur(6px);
}
.image-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
}
.image-lightbox__nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.04);
}
.image-lightbox__nav .icon {
  width: 22px;
  height: 22px;
}
.image-lightbox__prev {
  left: 14px;
}
.image-lightbox__prev .icon {
  transform: rotate(180deg);
}
.image-lightbox__next {
  right: 14px;
}
@media (max-width: 640px) {
  .image-lightbox {
    inset: 0;
    width: 100vw;
    height: 100dvh;
    margin: 0;
    border-radius: 0;
  }
  .image-lightbox figure {
    padding: 0;
  }
  .image-lightbox__product {
    position: absolute;
    inset: 0 0 auto;
    z-index: 4;
    display: grid;
    gap: 4px;
    min-height: 116px;
    padding: max(15px, env(safe-area-inset-top)) 68px 42px max(16px, env(safe-area-inset-left));
    color: #fff;
    background: linear-gradient(to bottom, rgba(15, 15, 14, 0.88), rgba(15, 15, 14, 0));
    pointer-events: none;
  }
  .image-lightbox__product strong {
    max-width: 100%;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .image-lightbox__product > div {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.86rem;
  }
  .image-lightbox__price {
    font-weight: 700;
  }
  .image-lightbox__stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .image-lightbox__stock .dot {
    width: 8px;
    height: 8px;
  }
  .image-lightbox img {
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .image-lightbox__close {
    top: max(10px, env(safe-area-inset-top));
    right: max(10px, env(safe-area-inset-right));
  }
  .image-lightbox__nav {
    top: auto;
    bottom: max(14px, env(safe-area-inset-bottom));
    transform: none;
  }
  .image-lightbox__nav:hover {
    transform: scale(1.04);
  }
  .image-lightbox figcaption {
    bottom: max(18px, calc(env(safe-area-inset-bottom) + 4px));
  }
}
.gallery__zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
}
.gallery__zoom img {
  display: block;
  width: 100%;
  height: auto;
}

/* Honest review summary */
.trust__grid {
  align-items: stretch;
  width: min(calc(100% - 2 * var(--gutter)), var(--container));
  margin-inline: auto;
}
.trust__summary {
  display: flex;
  flex-direction: column;
}
.trust__summary .score {
  margin-top: 4px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust__summary .platforms {
  margin-top: auto;
  padding-top: 18px;
}
.trust .platform {
  flex: 1 1 180px;
  min-height: 50px;
  background: var(--surface);
}
.trust__grid--summary {
  width: min(calc(100% - 2 * var(--gutter)), var(--container));
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 1024px) {
  .trust__grid {
    grid-template-columns: minmax(400px, 0.85fr) minmax(0, 1.15fr);
    gap: 48px;
  }
  .trust__grid--summary {
    grid-template-columns: minmax(0, 1fr);
  }
  .trust__grid--summary .trust__summary {
    display: grid;
    grid-template-columns: minmax(360px, 0.8fr) minmax(440px, 1.2fr);
    column-gap: 64px;
    align-items: end;
  }
  .trust__grid--summary .trust__summary > .eyebrow,
  .trust__grid--summary .trust__summary > h2,
  .trust__grid--summary .trust__intro {
    grid-column: 1 / -1;
  }
  .trust__grid--summary .trust__summary .score {
    margin: 0;
  }
  .trust__grid--summary .trust__summary .platforms {
    align-self: stretch;
    margin: 0;
    padding: 0;
  }
}

.brand-vs {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 40px;
  align-items: center;
  padding: 32px;
  border-left: 4px solid var(--ink);
  background: var(--tint-2);
}
.brand-vs h2 {
  margin: 6px 0 10px;
}
.brand-vs p {
  max-width: 760px;
  margin: 0 0 20px;
}
.brand-vs .spotlight__usps {
  margin: 0;
}
.brand-vs .spotlight__usps li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(26, 25, 23, 0.1);
  background: transparent;
}
.brand-vs .spotlight__usps li:last-child {
  border-bottom: 0;
}
.shop-review-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.shop-review-overview .platform {
  min-height: 70px;
  justify-content: flex-start;
  background: var(--tint-2);
  cursor: default;
}
.shop-review-overview .platform span:last-child {
  display: grid;
  gap: 3px;
}
.shop-review-overview .platform small {
  color: var(--muted);
}
.shop-review-note {
  margin: 0;
  padding: 16px 18px;
  border-left: 3px solid var(--ink);
  background: var(--tint-2);
}
.pdp-brand-nudge {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 14px;
  margin: 18px 0 20px;
  padding: 16px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface);
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}
.pdp-brand-nudge:hover {
  color: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 5px 18px rgba(26, 25, 23, 0.08);
}
.pdp-brand-nudge__mark {
  width: 84px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 8px 7px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #faf9f8;
}
.pdp-brand-nudge__mark img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.82;
}
.pdp-brand-nudge > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.pdp-brand-nudge b {
  line-height: 1.28;
}
.pdp-brand-nudge small {
  color: var(--muted);
  line-height: 1.4;
}
.pdp-brand-nudge > .icon {
  color: var(--muted);
}

/* Knowledge base on mobile */
@media (max-width: 639px) {
  .page-hub:not(.page-service-hub) .content-page > .container,
  .page-kb .content-page > .container {
    padding-top: 16px;
  }
  .page-hub:not(.page-service-hub) .content-page > .container > .container,
  .page-kb .content-page > .container > .container {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
  .page-hub:not(.page-service-hub) .kbhead {
    gap: 12px;
    padding: 4px 0 12px;
  }
  .page-hub:not(.page-service-hub) .kbgrid {
    gap: 12px;
    margin-top: 12px;
  }
  .page-hub:not(.page-service-hub) .kbcard__body {
    padding: 14px 14px 16px;
  }
  .page-hub:not(.page-service-hub) .kbcta,
  .page-kb .kbcta {
    margin-top: 28px;
    padding: 18px 16px;
  }
  .page-kb .article {
    gap: 18px;
  }
}

/* Service pages */
.page-service-area .content-page {
  background: var(--page);
}
.page-service-area .content-page > .container > .container {
  width: 100%;
  max-width: none;
}
.page-service-hub .kbhead {
  margin-top: 8px;
  padding: 24px;
  border-left: 4px solid var(--brand);
  border-radius: 6px;
  background: var(--brand-soft);
}
.page-service-hub .guarantee {
  border-color: var(--line);
  background: var(--surface);
}
.page-service-hub .guarantee .icon {
  color: var(--brand);
}
.page-service-area .svccard > .icon {
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  padding: 8px;
  border-radius: 6px;
  color: var(--brand-deep);
  background: var(--brand-soft);
}
.page-service-area .svccard:hover {
  border-color: var(--brand);
  box-shadow: 0 4px 16px rgba(74, 59, 57, 0.08);
}
.page-service-area .article__main {
  width: 100%;
  max-width: none;
  border-top: 0;
}
.page-service-area .article__head {
  margin-bottom: 28px;
  padding: 24px 28px 26px;
  border-left: 4px solid var(--brand);
  background: var(--brand-soft);
}
.page-service-area .article__head h1 {
  max-width: 22ch;
}
.page-service-area .article__lead {
  max-width: 78ch;
  color: var(--body);
}
.page-service-area .article__meta {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.page-service-area .article__body > p,
.page-service-area .article__body > ul,
.page-service-area .article__body > ol {
  width: 100%;
  max-width: none;
}
.page-service-area .tablewrap,
.page-service-area .article__body > table {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-service-area .article {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .page-service-area .article__head {
    padding: 22px 20px 24px;
  }
}
.page-service-area .svc__body h2 {
  padding-left: 12px;
  border-left: 3px solid var(--brand);
}
.page-service-area .svc__body a:not(.btn) {
  color: var(--brand-deep);
  text-decoration-color: var(--brand);
}
.page-service-area .kbcta {
  border-color: var(--line);
  background: var(--tint);
}
.page-contact .content-page > .container {
  padding-top: 0;
}
.page-contact .content-page > .container > .container {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}
.page-contact .plp-head {
  margin: 8px 0 30px;
  padding: 28px 30px;
  border-left: 4px solid var(--brand);
  border-radius: 6px;
  background: var(--brand-soft);
}
.page-contact .plp-head h1 {
  margin-bottom: 8px;
}
.page-contact .contact {
  grid-template-columns: 1fr;
  gap: 28px;
}
.page-contact .contact__channels {
  gap: 10px;
}
.page-contact .channel {
  position: relative;
  gap: 13px;
  padding: 15px 16px;
  border-color: var(--line);
  box-shadow: none;
}
.page-contact .channel > .icon {
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  padding: 8px;
  border-radius: 6px;
  color: var(--brand-deep);
  background: var(--brand-soft);
}
.page-contact .channel--wa {
  border-left: 3px solid #218653;
}
.page-contact .channel:not(.channel--static):hover {
  border-color: var(--brand);
  box-shadow: 0 4px 14px rgba(26, 25, 23, 0.06);
}
.page-contact .contactform {
  padding: 28px 30px 30px;
  border-color: var(--line-strong);
  box-shadow: 0 8px 24px rgba(26, 25, 23, 0.05);
}
.page-contact .contactform .section__head {
  margin-bottom: 22px;
}
.page-contact .contactform .field input,
.page-contact .contactform .field textarea,
.page-contact .contactform .field .select {
  background: var(--surface);
}
.page-contact .contactform form > .small.muted:last-child {
  display: none;
}
.page-contact .contact + .section {
  margin-top: 44px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}
@media (min-width: 1024px) {
  .page-contact .contact {
    grid-template-columns: minmax(300px, 4fr) minmax(0, 7fr);
    gap: 40px;
  }
}
@media (max-width: 639px) {
  .page-contact .plp-head {
    margin-bottom: 22px;
    padding: 22px 20px;
  }
  .page-contact .contactform {
    padding: 22px 18px 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cart__loading span {
    animation: none;
  }
}
.filters__body.is-updating,
.catalog-results[aria-busy="true"] {
  opacity: 0.58;
  pointer-events: none;
}
.filters__body,
.catalog-results {
  transition: opacity 0.16s ease;
}
@media (max-width: 767px) {
  .brand-vs,
  .shop-review-overview {
    grid-template-columns: 1fr;
  }
  .brand-vs {
    gap: 24px;
    padding: 24px 20px;
  }
}
@media (max-width: 1023px) {
  .header__right > .lang {
    display: none;
  }
}
@media (max-width: 560px) {
  .pdp-brand-nudge {
    grid-template-columns: 68px minmax(0, 1fr) 18px;
    padding: 14px;
  }
  .pdp-brand-nudge__mark {
    width: 68px;
    height: 46px;
    padding: 8px 6px;
  }
}
/* Visual brand cards */
.brands a {
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.brand__visual {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--tint-2);
}
.brand__visual > span {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid var(--surface);
}
.brand__visual > span:last-child {
  border-right: 0;
}
.brand__visual img,
.brand__visual svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.brand__body {
  display: flex !important;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px 16px;
}
.brands a:hover .brand__visual img,
.brands a:hover .brand__visual svg {
  transform: scale(1.02);
}

/* Empty carts contain text, not decorative placeholders */
.cart .woocommerce-mini-cart__empty-message {
  min-height: 220px;
}
.cart .woocommerce-mini-cart__empty-message::before {
  display: none;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  min-height: 0;
  padding: 38px 24px;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::before,
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::after {
  display: none;
}

@media (min-width: 1024px) {
  .header__center .logo {
    transform: translateX(-18px);
  }
}
.score__ring b {
  transform: translateY(7px);
}
.trust .subs li {
  margin-inline: -6px;
  padding: 4px 6px;
  border-radius: 6px;
  transition: background-color 180ms ease;
}
.trust .subs li:hover {
  background: var(--tint);
}
.trust .subs .bar i {
  transition: width 600ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms ease;
}
.trust .subs li:hover .bar i {
  background: var(--ok);
}
.trust .platform,
.trust .review {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.trust .platform:hover,
.trust .review:hover {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  box-shadow: var(--sh-1);
}
.has-scroll-motion .scroll-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease var(--reveal-delay, 0ms), transform 600ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}
.has-scroll-motion .scroll-reveal.is-revealed {
  opacity: 1;
  transform: none;
}
.has-scroll-motion .page-home .trust__grid > .scroll-reveal {
  transform: translateY(8px);
  transition-duration: 420ms;
}
.has-scroll-motion .page-home .trust__grid > .scroll-reveal.is-revealed {
  transform: none;
}
.has-scroll-motion .page-plp .scroll-reveal {
  opacity: 0.9;
  transform: translateY(6px);
  transition-duration: 340ms;
}
.has-scroll-motion .page-plp .scroll-reveal.is-revealed {
  opacity: 1;
  transform: none;
}

/* Keep the sticky purchase controls on the same content line as the page. */
.stickybar {
  display: block;
}
.stickybar__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
@media (min-width: 1024px) {
  .stickybar__inner {
    width: min(100%, var(--container));
    margin-inline: auto;
    gap: 16px;
  }
}
.has-scroll-motion .hero__visual {
  transform: translateY(var(--hero-scroll, 0));
  will-change: transform;
}
.has-scroll-motion .page-home .hero,
.page-home.has-scroll-motion .hero {
  overflow: clip;
}
.has-scroll-motion .trust:not(.is-review-active) .subs .bar i {
  width: 0;
}
.has-scroll-motion .trust.is-review-active .subs li:nth-child(2) .bar i {
  transition-delay: 50ms;
}
.has-scroll-motion .trust.is-review-active .subs li:nth-child(3) .bar i {
  transition-delay: 100ms;
}
.has-scroll-motion .trust.is-review-active .subs li:nth-child(4) .bar i {
  transition-delay: 150ms;
}
@media (prefers-reduced-motion: reduce) {
  .score__ring b,
  .trust .platform,
  .trust .review,
  .trust .subs .bar i {
    transition: none;
  }
  .trust .platform:hover,
  .trust .review:hover {
    transform: none;
  }
}
.site-main-content {
  min-height: 45vh;
}
.no-products {
  padding: 48px 0;
  text-align: center;
}
.pagination {
  margin: 30px 0;
}
.pagination .page-numbers {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
}
.pagination a,
.pagination span {
  display: grid;
  place-items: center;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid var(--line);
}
.pagination .current {
  background: var(--ink);
  color: #fff;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 782px) {
  .admin-bar {
    --ds-admin-bar: 46px;
  }
}
@media (max-width: 760px) {
  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }
  .woocommerce table.shop_table {
    font-size: 0.9rem;
  }
}

/* Keep catalog pagination authoritative over legacy compatibility rules. */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 34px 0 8px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.pagination .page-numbers {
  display: grid;
  place-items: center;
  gap: 0;
  min-width: 40px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--body);
  font-weight: 650;
  line-height: 1;
}
.pagination .page-numbers.current {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.pagination .dots {
  width: 28px;
  min-width: 28px;
  border-color: transparent;
  background: transparent;
}

/* Checkout */
.checkout-header {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.checkout-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.checkout-header__logo {
  width: 154px;
}
.checkout-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.checkout-header .lang > summary {
  height: 38px;
  min-width: 42px;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: var(--surface);
}
.checkout-header .lang[open] > summary,
.checkout-header .lang > summary:hover {
  border-color: var(--line-strong);
  background: var(--tint);
}
.checkout-header .lang__menu {
  top: calc(100% + 6px);
  max-height: min(70vh, 520px);
  overflow-y: auto;
}
.checkout-header__secure {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-deep);
  font-size: 0.88rem;
  font-weight: 700;
}
.checkout-header__secure .icon {
  width: 19px;
  height: 19px;
}
.woocommerce-checkout .site-main-content {
  background: var(--zebra);
}
.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto !important;
  padding-block: 40px 56px;
}
.woocommerce-checkout .wc-block-components-sidebar-layout {
  gap: 20px;
}
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__main {
  width: calc(66.6667% - 10px);
}
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__sidebar {
  width: calc(33.3333% - 10px);
}
.woocommerce-checkout .wc-block-checkout__main,
.woocommerce-checkout .wc-block-checkout__sidebar {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.woocommerce-checkout .wc-block-checkout__main {
  padding: 0 !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar {
  align-self: start;
  top: calc(var(--ds-admin-bar) + 20px);
  padding: 0 !important;
}
.woocommerce-checkout .wc-block-components-checkout-step {
  margin: 0 0 24px;
  padding: 0;
  border-bottom: 0;
}
.woocommerce-checkout .wc-block-components-checkout-step__heading {
  margin-bottom: 14px;
}
.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 750;
  line-height: 1.25;
}
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
.woocommerce-checkout .wc-block-components-address-form select {
  border-color: var(--line-strong);
  border-radius: var(--r-sm);
  background: var(--surface);
}
.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus,
.woocommerce-checkout .wc-block-components-address-form select:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 1px var(--ink);
  outline: 0;
}
.woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
  color: var(--muted);
  font-size: 0.82rem;
}
.woocommerce-checkout .wc-block-checkout__payment-method {
  margin-bottom: 20px;
}
.woocommerce-checkout .wc-block-checkout__payment-method [hidden],
.woocommerce-checkout #payment [hidden] {
  display: none !important;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-sm);
  background: var(--surface);
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked::after,
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option::after,
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option::after {
  display: none !important;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0 !important;
  background: var(--surface);
  box-shadow: none !important;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child {
  border-bottom: 0;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  background: var(--tint);
  box-shadow: inset 3px 0 0 var(--brand-deep) !important;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 10px 14px 10px 44px;
  border: 0;
  background: transparent;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__input {
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option-layout,
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__label-group {
  width: 100%;
  min-width: 0;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__label-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__label {
  width: 100%;
  min-width: 0;
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--body);
  font-size: 0.9rem;
  line-height: 1.35;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__label img {
  width: auto !important;
  height: auto !important;
  max-width: 48px !important;
  max-height: 26px !important;
  flex: 0 0 auto;
  margin: 0 0 0 auto !important;
  object-fit: contain;
  object-position: center;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__label > span:last-child:has(img) {
  min-width: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__secondary-label {
  min-width: 52px;
  flex: 0 0 52px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__secondary-label img,
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-payment-method-icon {
  width: auto !important;
  height: auto !important;
  max-width: 48px !important;
  max-height: 26px !important;
  margin: 0 !important;
  object-fit: contain;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
  margin: 0;
  padding: 0 14px 12px 44px;
  color: var(--muted);
  font-size: 0.82rem;
}
@media (min-width: 782px) {
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control {
    overflow: hidden;
    border: 1px solid var(--line-strong);
    border-radius: var(--r-sm);
    background: var(--surface);
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control--highlight-checked::after,
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option::after {
    display: none !important;
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option,
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option--checked-option-highlighted {
    min-height: 54px;
    padding: 10px 14px 10px 44px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option--checked-option-highlighted {
    background: var(--tint);
    box-shadow: inset 3px 0 0 var(--brand-deep);
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__input {
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__label-group {
    align-items: center;
    gap: 16px;
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__label {
    color: var(--body);
    font-size: 0.9rem;
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__secondary-label {
    flex: 0 0 auto;
    padding: 0;
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 700;
    text-align: right;
  }
}
.woocommerce-checkout .wc-block-components-notice-banner {
  border-radius: var(--r-sm);
  font-size: 0.88rem;
}
.woocommerce-checkout .wc-block-checkout__terms {
  margin: 0 0 16px;
  padding: 14px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  min-height: 52px;
  border: 1px solid var(--ink);
  border-radius: var(--r-sm);
  background: var(--ink);
  color: #fff;
  font-weight: 750;
  transition: background-color 160ms ease, border-color 160ms ease;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover:not(:disabled) {
  border-color: var(--brand-deep);
  background: var(--brand-deep);
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
  margin: 0;
  padding: 0 0 12px;
  border: 0 !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block,
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-wrapper {
  border: 0 !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-wrapper {
  padding-block: 7px;
}
.woocommerce-checkout .wc-block-components-order-summary-item {
  padding: 12px 0;
}
.woocommerce-checkout .wc-block-components-order-summary-item__image {
  width: 60px;
  min-width: 60px;
}
.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  width: 60px;
  height: 74px;
  border-radius: var(--r-sm);
  background: var(--tint);
  object-fit: cover;
}
.woocommerce-checkout .wc-block-components-order-summary-item__description {
  padding: 2px 8px 4px 10px;
}
.woocommerce-checkout .wc-block-components-product-name {
  color: var(--ink);
  font-weight: 700;
  line-height: 1.3;
}
.woocommerce-checkout .wc-block-components-product-metadata__description {
  display: none;
}
.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices,
.woocommerce-checkout .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge {
  display: none;
}
.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  align-self: flex-start;
  color: var(--ink);
  font-weight: 750;
}
.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  display: none;
}
.woocommerce-checkout .wc-block-components-totals-wrapper {
  padding: 8px 0;
  border-color: var(--line);
}
.woocommerce-checkout .wc-block-components-totals-wrapper:empty {
  display: none;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block {
  padding-bottom: 0;
}
.woocommerce-checkout .wc-block-components-totals-footer-item {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 750;
}
.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
  color: var(--body);
  font-weight: 650;
}

/* Classic checkout fallback */
.woocommerce-checkout form.checkout:not(.wc-block-checkout__form) {
  width: min(100%, 1080px);
  margin: 40px auto 56px;
}
.woocommerce-checkout form.checkout:not(.wc-block-checkout__form) .col2-set,
.woocommerce-checkout form.checkout:not(.wc-block-checkout__form) .woocommerce-checkout-review-order {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.woocommerce-checkout form.checkout:not(.wc-block-checkout__form) .col2-set {
  padding: 0;
}
.checkout-footer {
  border-top: 1px solid var(--line);
  background: var(--surface);
}
.checkout-footer__inner {
  min-height: 96px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: center;
  gap: 8px 32px;
  padding-block: 20px;
}
.checkout-footer__assurance {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
}
.checkout-footer__assurance .icon {
  width: 22px;
  height: 22px;
  color: var(--brand-deep);
}
.checkout-footer__assurance span {
  display: grid;
  gap: 2px;
}
.checkout-footer__assurance small,
.checkout-footer__copyright {
  color: var(--muted);
}
.checkout-footer__links {
  display: flex;
  gap: 20px;
  font-size: 0.8rem;
}
.checkout-footer__links a {
  color: var(--body);
}
.checkout-footer__copyright {
  grid-column: 2;
  font-size: 0.72rem;
  text-align: right;
}

@media (max-width: 781px) {
  .woocommerce-checkout .site-main-content {
    background: var(--surface);
  }
  .woocommerce-checkout .site-main-content > .container {
    padding-inline: 16px;
  }
  .checkout-header__inner {
    min-height: 62px;
  }
  .checkout-header__logo {
    width: 126px;
  }
  .checkout-header__secure {
    max-width: 150px;
    justify-content: flex-end;
    font-size: 0.75rem;
    line-height: 1.25;
    text-align: right;
  }
  .checkout-header__actions {
    gap: 8px;
  }
  .checkout-header .lang > summary {
    height: 36px;
    min-width: 40px;
    padding-inline: 6px;
  }
  .checkout-header .lang__menu {
    right: -8px;
    min-width: 180px;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout {
    padding-block: 16px 28px;
  }
  .woocommerce-checkout .wc-block-components-sidebar-layout {
    gap: 16px;
  }
  .woocommerce-checkout .wc-block-checkout__main,
  .woocommerce-checkout .wc-block-checkout__sidebar {
    width: 100% !important;
  }
  .woocommerce-checkout .wc-block-checkout__main {
    padding: 0 !important;
  }
  .woocommerce-checkout .wc-block-checkout__sidebar {
    display: none;
  }
  .woocommerce-checkout .wc-block-checkout__form {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-express-payment-block {
    order: 5;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-contact-information-block {
    order: 10;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-shipping-address-block {
    order: 20;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-billing-address-block {
    order: 21;
  }
  .woocommerce-checkout .wc-block-checkout__actions,
  .woocommerce-checkout .wc-block-checkout__actions > div:first-child,
  .woocommerce-checkout .checkout-order-summary-block-fill-wrapper,
  .woocommerce-checkout .checkout-order-summary-block-fill,
  .woocommerce-checkout .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-totals-block {
    display: contents !important;
  }
  .woocommerce-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-checkout-step__heading {
    order: 30;
    margin: 0;
    padding: 11px 12px 4px;
    border: 0;
    border-radius: var(--r-sm) var(--r-sm) 0 0;
    background: var(--tint);
  }
  .woocommerce-checkout .checkout-order-summary-block-fill-wrapper .wp-block-woocommerce-checkout-order-summary-cart-items-block {
    order: 31;
    margin: 0;
    padding: 0 12px 3px;
    background: var(--tint);
  }
  .woocommerce-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-order-summary {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .woocommerce-checkout .checkout-order-summary-block-fill-wrapper .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    order: 32;
    margin: 0;
    padding: 3px 12px 5px;
    border: 0;
    background: var(--tint);
  }
  .woocommerce-checkout .checkout-order-summary-block-fill-wrapper .wp-block-woocommerce-checkout-order-summary-subtotal-block {
    display: none !important;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-shipping-method-block,
  .woocommerce-checkout .wp-block-woocommerce-checkout-shipping-methods-block,
  .woocommerce-checkout .wp-block-woocommerce-checkout-pickup-options-block {
    order: 34;
    margin: 0;
    padding: 4px 12px 2px;
    border: 0 !important;
    background: var(--tint);
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-shipping-method-block:empty,
  .woocommerce-checkout .wp-block-woocommerce-checkout-pickup-options-block:empty {
    display: none;
  }
  .woocommerce-checkout .checkout-order-summary-block-fill-wrapper .wp-block-woocommerce-checkout-order-summary-shipping-block {
    display: none;
  }
  .woocommerce-checkout .checkout-order-summary-block-fill-wrapper .wp-block-woocommerce-checkout-order-summary-fee-block,
  .woocommerce-checkout .checkout-order-summary-block-fill-wrapper .wp-block-woocommerce-checkout-order-summary-discount-block,
  .woocommerce-checkout .checkout-order-summary-block-fill-wrapper .wp-block-woocommerce-checkout-order-summary-taxes-block {
    order: 36;
    margin: 0;
    padding-inline: 12px;
    background: var(--tint);
  }
  .woocommerce-checkout .checkout-order-summary-block-fill > .wc-block-components-totals-wrapper:not([class*="wp-block-woocommerce-"]) {
    order: 37;
    margin: 0 0 8px;
    padding: 5px 12px 10px;
    border: 0 !important;
    border-radius: 0 0 var(--r-sm) var(--r-sm);
    background: var(--tint);
  }
  .woocommerce-checkout .checkout-order-summary-block-fill-wrapper .wc-block-components-totals-wrapper {
    border: 0 !important;
  }
  .woocommerce-checkout .checkout-order-summary-block-fill-wrapper .wp-block-woocommerce-checkout-order-summary-totals-block,
  .woocommerce-checkout .checkout-order-summary-block-fill-wrapper [class*="wp-block-woocommerce-checkout-order-summary-"] {
    border: 0 !important;
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option {
    margin: 0;
    padding: 4px 12px 2px;
    border: 0 !important;
    background: var(--tint);
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-checkout-step__heading {
    margin: 0;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-payment-block {
    order: 50;
    margin-top: 0;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-additional-information-block {
    order: 55;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-terms-block {
    order: 60;
  }
  .woocommerce-checkout .wc-block-checkout__actions_row {
    order: 70;
  }
  .woocommerce-checkout .wc-block-checkout__actions > .wc-block-components-notices,
  .woocommerce-checkout .wc-block-checkout__actions > .wc-block-components-notices__snackbar {
    order: 69;
  }
  .woocommerce-checkout .wc-block-components-checkout-step {
    margin-bottom: 8px;
    padding-bottom: 5px;
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option.wp-block-woocommerce-checkout-shipping-methods-block {
    margin-bottom: 0;
    padding-bottom: 2px;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-shipping-address-block,
  .woocommerce-checkout .wp-block-woocommerce-checkout-billing-address-block {
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
  .woocommerce-checkout .wc-block-components-checkout-step__heading {
    margin-bottom: 10px;
  }
  .woocommerce-checkout .wc-block-components-checkout-step__title,
  .woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
    font-size: 1rem;
    line-height: 1.25;
  }
  .woocommerce-checkout .wc-block-components-checkout-step__description {
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.45;
  }
  .woocommerce-checkout .wc-block-components-text-input input,
  .woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
  .woocommerce-checkout .wc-block-components-address-form select {
    min-height: 48px;
  }
  .woocommerce-checkout .wc-block-components-order-summary-item__image,
  .woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 48px;
  }
  .woocommerce-checkout .wc-block-components-order-summary-item__image {
    min-width: 48px;
    margin-top: 0;
    padding-bottom: 0;
  }
  .woocommerce-checkout .wc-block-components-order-summary-item__image img {
    height: 58px;
  }
  .woocommerce-checkout .wc-block-components-order-summary-item {
    min-height: 0;
    padding: 4px 0;
    border-bottom: 0;
    align-items: center;
  }
  .woocommerce-checkout .wc-block-components-order-summary-item:last-child {
    border-bottom: 0;
  }
  .woocommerce-checkout .wc-block-components-order-summary-item__description {
    padding: 0 8px 0 9px;
    align-self: center;
  }
  .woocommerce-checkout .wc-block-components-product-name {
    font-size: 0.88rem;
    line-height: 1.25;
  }
  .woocommerce-checkout .wc-block-components-product-metadata {
    margin-top: 3px;
    color: var(--muted);
    font-size: 0.72rem;
    line-height: 1.35;
  }
  .woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    font-size: 0.88rem;
    align-self: center;
    padding-top: 0;
    position: relative;
    top: -2px;
  }
  .woocommerce-checkout .wc-block-components-totals-item {
    padding-block: 2px;
  }
  .woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-totals-coupon,
  .woocommerce-checkout .checkout-order-summary-block-fill .wc-block-components-totals-item {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-checkout .wc-block-components-totals-item__label,
  .woocommerce-checkout .wc-block-components-totals-item__value {
    font-size: 0.86rem;
  }
  .woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  .woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1rem;
  }
  .woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 750;
  }
  .woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-weight: 800;
  }
  .woocommerce-checkout .wc-block-components-radio-control {
    border: 0;
    border-radius: 0;
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control--highlight-checked::after,
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option::after {
    display: none !important;
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 0;
    box-shadow: none;
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package {
    gap: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-checkout-step__content > *,
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-checkout-step__container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .woocommerce-checkout .wc-block-components-radio-control__option {
    min-height: 46px;
    padding: 11px 4px 11px 34px;
    border-bottom: 1px solid var(--line);
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    min-height: 34px;
    padding: 3px 0 3px 44px;
    border: 0;
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__input {
    left: 2px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option-layout {
    justify-content: center;
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__label-group {
    align-items: center;
    min-height: 28px;
  }
  .woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__secondary-label {
    padding-left: 16px;
    color: var(--ink);
    font-weight: 650;
  }
  .woocommerce-checkout .wc-block-components-radio-control__option:last-child {
    border-bottom: 0;
  }
  .woocommerce-checkout .wc-block-components-radio-control__input {
    left: 4px;
  }
  .woocommerce-checkout .wc-block-components-radio-control__label,
  .woocommerce-checkout .wc-block-components-radio-control__secondary-label {
    font-size: 0.84rem;
    line-height: 1.35;
  }
  .woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
    padding-block: 2px;
    font-size: 0.8rem;
  }
  .woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    box-shadow: none;
  }
  .woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child {
    border-bottom: 0;
  }
  .woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    min-height: 54px;
    padding: 10px 12px 10px 44px;
  }
  .woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__input {
    left: 14px;
  }
  .woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__label {
    gap: 8px;
    font-size: 0.84rem;
  }
  .woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__label img,
  .woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__secondary-label img,
  .woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-payment-method-icon {
    max-width: 42px !important;
    max-height: 24px !important;
  }
  .woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
    padding: 0 12px 12px 44px;
    color: var(--muted);
    font-size: 0.78rem;
  }
  .woocommerce-checkout .wc-block-checkout__terms {
    padding-top: 4px;
    line-height: 1.5;
  }
  .woocommerce-checkout .wc-block-components-checkout-place-order-button {
    width: 100%;
    min-height: 54px;
  }
  .woocommerce-checkout .wc-block-checkout__actions {
    margin-bottom: 20px;
  }
  .woocommerce-checkout form.checkout:not(.wc-block-checkout__form) {
    margin-block: 24px 40px;
  }
  .woocommerce-checkout form.checkout:not(.wc-block-checkout__form) .col2-set {
    padding: 0;
  }
  .checkout-footer__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 16px;
    padding-block: 22px;
  }
  .checkout-footer__links {
    gap: 14px;
    flex-wrap: wrap;
  }
  .checkout-footer__copyright {
    grid-column: 1;
    text-align: left;
  }
}
