:root {
  --page: #ffffff;
  --text: #111111;
  --muted: #666666;
  --soft: #f6f6f6;
  --line: #e5e5e5;
  --black: #000000;
  --blue: #4167cf;
  --max: 1072px;
  --side: 64px;
  --font: Arial, Helvetica, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.product-gallery .thumbs img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

/* Checkout final polish v13 */
.checkout-order-card-v2 summary {
  cursor: pointer;
  list-style: none;
}

.checkout-order-card-v2 summary::-webkit-details-marker {
  display: none;
}

.checkout-order-body {
  border-top: 1px solid #e3e3e3;
}

.checkout-order-card-v2 .checkout-order-card-head {
  border-bottom: 0;
}

.checkout-order-card-v2[open] .checkout-order-card-head {
  border-bottom: 0;
}

.checkout-order-card-v2[open] .checkout-order-chevron {
  transform: rotate(180deg);
}

.checkout-order-chevron {
  display: inline-flex;
  transition: transform 180ms ease;
}

@media (min-width: 721px) {
  .checkout-order-card-v2 summary {
    cursor: default;
    pointer-events: none;
  }

  .checkout-order-chevron {
    display: none;
  }
}

.checkout-delivery-field img {
  position: absolute;
  left: 18px;
  bottom: 17px;
  width: 22px;
  height: 22px;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
}

.checkout-delivery-field select {
  padding-left: 56px !important;
}

.checkout-field:focus-within .field {
  border-color: #111 !important;
}

@media (max-width: 720px) {
  .checkout-sticky-confirm {
    grid-template-columns: auto minmax(0, 1fr) !important;
    min-height: 72px;
    gap: 18px !important;
    padding-top: 10px !important;
    padding-bottom: calc(10px + env(safe-area-inset-bottom)) !important;
  }

  .checkout-sticky-confirm > div {
    display: flex;
    min-width: max-content;
    align-items: baseline;
  }

  .checkout-sticky-confirm span {
    display: none !important;
  }

  .checkout-sticky-confirm strong {
    font-size: 24px !important;
    white-space: nowrap;
  }

  .checkout-sticky-confirm .black-btn {
    min-height: 52px !important;
    font-size: 16px !important;
  }

  .checkout-order-card-head {
    padding: 18px 20px !important;
  }

  .checkout-order-card-head h2,
  .checkout-order-card-head strong {
    font-size: 18px !important;
  }

  .footer-accordion-toggle {
    min-height: 54px !important;
  }

  .footer-accordion-panel {
    padding-bottom: 14px !important;
  }
}


/* Checkout redesign v2 */
.checkout-page-v2 {
  padding-bottom: 112px;
}

.checkout-page-v2 .checkout-page-head {
  display: grid;
  justify-content: start;
  gap: 18px;
  margin-bottom: 34px;
}

.checkout-back-link {
  display: inline-flex;
  color: #111;
  font-size: 14px;
  text-decoration: none;
}

.checkout-layout-v2 {
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 34px;
}

.checkout-design-v2 {
  display: grid;
  gap: 34px;
  padding: 0;
  border: 0;
}

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

.checkout-section h2 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.checkout-field {
  display: grid;
  gap: 8px;
  color: #333;
  font-size: 14px;
}

.checkout-field .field {
  min-height: 56px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #fff;
  padding: 0 18px;
  color: #111;
  font-size: 16px;
}

.checkout-field .field::placeholder {
  color: #777;
}

.checkout-select-field,
.checkout-search-field {
  position: relative;
}

.checkout-select-field::after {
  position: absolute;
  right: 18px;
  bottom: 21px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
}

.checkout-select-field select {
  appearance: none;
  padding-right: 48px;
}

.checkout-search-field::after {
  position: absolute;
  right: 18px;
  bottom: 17px;
  width: 18px;
  height: 18px;
  border: 2px solid #111;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.checkout-search-field::before {
  position: absolute;
  right: 15px;
  bottom: 16px;
  width: 9px;
  height: 2px;
  background: #111;
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
  transform-origin: right center;
}

.checkout-comment-field input {
  display: none;
}

.checkout-comment-field span {
  color: #111;
  font-size: 16px;
  font-weight: 500;
}

.checkout-nocall {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: -6px 0 0;
  color: #111;
  font-size: 15px;
}

.checkout-nocall input {
  width: 18px;
  height: 18px;
  accent-color: #111;
}

.checkout-nocall b,
.checkout-nocall em {
  display: block;
  font-style: normal;
}

.checkout-nocall b {
  font-weight: 500;
}

.checkout-nocall em {
  margin-top: 2px;
  color: #666;
}

.checkout-submit-main {
  display: block;
  width: 100%;
  min-height: 58px;
  margin-top: 2px;
}

.checkout-order-card-v2 {
  position: sticky;
  top: 104px;
  display: block;
  padding: 0;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  overflow: hidden;
}

.checkout-order-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid #e3e3e3;
}

.checkout-order-card-head h2,
.checkout-order-card-head strong {
  font-size: 20px;
  font-weight: 600;
}

.checkout-order-card-head h2 {
  margin: 0;
}

.checkout-order-card-head > span {
  font-size: 20px;
}

.checkout-order-card-v2 .checkout-order-items {
  padding: 22px 24px 4px;
}

.checkout-order-card-v2 .checkout-order-item {
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: start;
}

.checkout-order-card-v2 .checkout-order-item img {
  width: 72px;
  height: 92px;
}

.checkout-order-card-v2 .checkout-order-item strong {
  font-size: 14px;
  color: #111;
}

.checkout-order-totals {
  display: grid;
  gap: 16px;
  padding: 18px 24px 24px;
}

.checkout-order-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #333;
  font-size: 15px;
}

.checkout-order-grand {
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid #e3e3e3;
  color: #111 !important;
  font-size: 18px !important;
  font-weight: 600;
}

.checkout-security {
  margin: 24px 0 0;
  color: #555;
  font-size: 14px;
}

.checkout-sticky-confirm {
  display: none;
}

@media (max-width: 720px) {
  .checkout-page-v2 {
    padding: 28px 0 116px;
  }

  .checkout-page-v2 > .container {
    width: calc(100% - 48px);
  }

  .checkout-page-v2 .checkout-page-head {
    gap: 22px;
    margin-bottom: 32px;
  }

  .checkout-back-link {
    font-size: 16px;
  }

  .checkout-page-v2 .checkout-page-head h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.14;
  }

  .checkout-page-v2 .checkout-page-head p {
    margin-top: 8px;
    max-width: none;
    font-size: 16px;
    line-height: 1.45;
  }

  .checkout-layout-v2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .checkout-design-v2 {
    gap: 30px;
  }

  .checkout-section {
    gap: 14px;
  }

  .checkout-section h2 {
    font-size: 22px;
  }

  .checkout-field {
    font-size: 14px;
  }

  .checkout-field .field {
    min-height: 54px;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 16px;
  }

  .checkout-comment-field {
    margin-top: 4px;
  }

  .checkout-order-card-v2 {
    position: static;
    border-radius: 4px;
  }

  .checkout-order-card-head {
    padding: 18px 20px;
  }

  .checkout-order-card-head h2,
  .checkout-order-card-head strong {
    font-size: 20px;
  }

  .checkout-order-card-v2 .checkout-order-items {
    padding: 18px 20px 2px;
  }

  .checkout-order-card-v2 .checkout-order-item {
    grid-template-columns: 70px minmax(0, 1fr) auto;
    gap: 14px;
  }

  .checkout-order-card-v2 .checkout-order-item img {
    width: 70px;
    height: 92px;
  }

  .checkout-order-card-v2 .checkout-order-item em {
    grid-column: 3;
    align-self: center;
    color: #111;
    font-size: 15px;
  }

  .checkout-order-totals {
    padding: 16px 20px 20px;
  }

  .checkout-security {
    margin: 20px 0 0;
    font-size: 14px;
  }

  .checkout-sticky-confirm {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: minmax(0, 118px) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 14px 24px calc(14px + env(safe-area-inset-bottom));
    border-top: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, .06);
  }

  .checkout-sticky-confirm span {
    display: block;
    color: #333;
    font-size: 14px;
  }

  .checkout-sticky-confirm strong {
    display: block;
    color: #111;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.15;
  }

  .checkout-sticky-confirm .black-btn {
    min-height: 58px;
    padding: 0 16px;
    font-size: 17px;
  }
}


/* Mobile footer v4: compact accordion layout matching the reference */
.footer-accordion-toggle {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: #111;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

.footer-accordion-toggle i {
  display: none;
}

.footer-accordion-panel {
  display: grid;
  gap: 12px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
}

.footer-legal a {
  color: #666;
  font-size: 12px;
}

@media (min-width: 721px) {
  .footer-accordion-toggle {
    margin: 0 0 18px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    pointer-events: none;
  }

  .footer-accordion-panel {
    display: grid !important;
  }
}

@media (max-width: 720px) {
  .footer {
    margin-top: 0 !important;
    border-top: 1px solid #e1e1e1 !important;
    background: #fff !important;
  }

  .footer > .container {
    width: 100% !important;
    padding: 0 24px 22px !important;
  }

  .footer-top {
    display: block !important;
    padding: 34px 0 24px !important;
    border-bottom: 0 !important;
  }

  .footer-brand-block {
    display: none !important;
  }

  .footer-newsletter {
    gap: 13px !important;
  }

  .footer-newsletter h3 {
    margin: 0 !important;
    color: #111 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: .01em !important;
    text-transform: uppercase !important;
  }

  .footer-newsletter p {
    max-width: none !important;
    color: #666 !important;
    font-size: 15px !important;
    line-height: 1.42 !important;
  }

  .footer-newsletter form {
    grid-template-columns: minmax(0, 1fr) 132px !important;
    min-height: 52px !important;
    border-color: #d2d2d2 !important;
  }

  .footer-newsletter input {
    padding: 0 17px !important;
    font-size: 15px !important;
  }

  .footer-newsletter button {
    min-height: 52px !important;
    padding: 0 12px !important;
    border-left: 1px solid #111 !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 14px !important;
  }

  .footer-main {
    display: block !important;
    padding: 0 !important;
    border-top: 1px solid #dedede !important;
    border-bottom: 0 !important;
  }

  .footer-col,
  .footer-about,
  .footer-contact {
    display: block !important;
    grid-column: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #dedede !important;
  }

  .footer-accordion-toggle {
    display: flex !important;
    min-height: 62px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    pointer-events: auto !important;
  }

  .footer-accordion-toggle i {
    display: block !important;
    width: 13px !important;
    height: 13px !important;
    flex: 0 0 13px !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    transform: rotate(45deg) translateY(-2px) !important;
    transition: transform 180ms ease !important;
  }

  .footer-accordion.open .footer-accordion-toggle i {
    transform: rotate(-135deg) translateY(-2px) !important;
  }

  .footer-accordion-panel {
    display: none !important;
    gap: 10px !important;
    padding: 0 0 18px !important;
  }

  .footer-accordion.open .footer-accordion-panel {
    display: grid !important;
  }

  .footer a,
  .footer p {
    font-size: 14px !important;
    line-height: 1.48 !important;
  }

  .footer-contact-list {
    gap: 19px !important;
    max-width: none !important;
    padding: 0 0 22px !important;
  }

  .footer-contact-item {
    gap: 18px !important;
    align-items: flex-start !important;
    color: #111 !important;
    font-size: 15px !important;
    line-height: 1.42 !important;
  }

  .footer-contact-icon {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
    border: 0 !important;
    background: transparent !important;
  }

  .footer-contact-icon svg {
    width: 27px !important;
    height: 27px !important;
    stroke-width: 1.65 !important;
  }

  .footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 17px !important;
    padding: 26px 0 0 !important;
    border: 0 !important;
  }

  .footer-badges {
    display: none !important;
  }

  .footer-bottom p {
    order: 1 !important;
    padding: 0 !important;
    color: #666 !important;
    font-size: 13px !important;
    line-height: 1.38 !important;
    text-align: left !important;
  }

  .footer-legal {
    order: 2 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    justify-content: space-between !important;
    color: #666 !important;
  }

  .footer-legal a {
    display: inline-flex !important;
    color: #666 !important;
    font-size: 11px !important;
    line-height: 1.28 !important;
    white-space: nowrap !important;
  }

  .footer-legal a + a {
    border-left: 1px solid #d5d5d5 !important;
    padding-left: 7px !important;
    margin-left: 7px !important;
  }

  .payments {
    order: 3 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-items: center !important;
    justify-items: center !important;
    padding-top: 10px !important;
  }

  .pay-card {
    width: 100% !important;
    min-width: 0 !important;
    height: 34px !important;
    border: 0 !important;
    background: transparent !important;
  }

  .pay-card img {
    width: 100% !important;
    max-width: 78px !important;
    max-height: 31px !important;
    object-fit: contain !important;
  }
}


* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: clip;
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: var(--font);
  font-size: 14px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#app,
#app > *,
.container {
  min-width: 0;
  max-width: 100%;
}

body.locked {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

#app > * {
  animation: page-reveal 360ms var(--ease) both;
}

@keyframes page-reveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.promo-bar {
  display: none;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: #333;
  font-size: 11px;
  font-weight: 700;
}

.promo-bar[hidden] {
  display: none;
}

body:has(.admin-page) .promo-bar,
body:has(.admin-page) .site-header {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  height: 76px;
  align-items: center;
  padding: 0 var(--side);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.brand {
  width: 90px;
  flex: 0 0 auto;
}

.brand img {
  width: 90px;
  height: auto;
  aspect-ratio: auto;
}

.desktop-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 28px;
  color: #111;
  font-size: 12px;
  white-space: nowrap;
}

.desktop-nav a,
.nav-drop {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 6px 0;
  transition: color 180ms ease, opacity 180ms ease;
}

.desktop-nav a:hover,
.nav-drop:hover {
  opacity: 0.62;
}

.nav-drop::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 0 2px 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.catalog-menu {
  position: fixed;
  top: 76px;
  left: var(--catalog-left, 50%);
  z-index: 55;
  width: 197px;
  border: 1px solid var(--line);
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms var(--ease);
}

.info-menu {
  width: 218px;
}

.catalog-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (min-width: 721px) and (max-width: 1200px) {
  .site-header {
    padding: 0 28px;
  }

  .desktop-nav {
    gap: 16px;
    padding: 0 16px;
    font-size: 11px;
  }

  .header-actions {
    gap: 14px;
  }
}

@media (min-width: 721px) and (max-width: 980px) {
  .site-header {
    justify-content: center;
    height: 64px;
    padding: 0 16px;
  }

  .brand {
    position: absolute;
    left: 50%;
    width: 86px;
    transform: translateX(-50%);
  }

  .brand img {
    width: 86px;
  }

  .desktop-nav,
  .user-icon,
  .catalog-menu {
    display: none;
  }

  .burger {
    position: absolute;
    left: 16px;
    display: grid;
    gap: 6px;
  }

  .header-actions {
    position: absolute;
    right: 16px;
    gap: 14px;
  }
}

.catalog-menu-inner {
  display: grid;
  gap: 24px;
  padding: 32px 16px;
}

.catalog-menu a {
  display: block;
  color: #111;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.03em;
  transition: opacity 180ms ease;
}

.catalog-menu a:hover {
  opacity: 0.62;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.icon-btn {
  position: relative;
  display: grid;
  width: 22px;
  height: 22px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: #111;
  transition: opacity 180ms ease, transform 180ms var(--ease);
}

.icon-btn:hover {
  opacity: 0.68;
  transform: translateY(-1px);
}

.icon-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.burger {
  display: none;
}

.burger span {
  display: block;
  width: 16px;
  height: 1px;
  background: #111;
}

.cart-badge {
  position: absolute;
  right: -7px;
  top: -7px;
  display: grid;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  place-items: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.container {
  width: min(var(--max), calc(100vw - 2 * var(--side)));
  margin: 0 auto;
}

.hero {
  position: relative;
  height: 616px;
  overflow: hidden;
  background: #131523;
}

.hero-picture {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.hero-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-x, 50%) var(--hero-y, 58%);
  transform: scale(var(--hero-zoom, 1));
  transform-origin: var(--hero-x, 50%) var(--hero-y, 58%);
  transition: transform 420ms var(--ease), object-position 420ms var(--ease);
}

.hero::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  content: "";
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
}

.hero-card {
  min-width: 430px;
  padding: 42px 48px;
  background: rgba(0, 0, 0, 0.28);
}

.hero h1 {
  margin: 0 0 10px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.hero p {
  margin: 0 0 22px;
  font-size: 13px;
}

.outline-btn,
.black-btn,
.ghost-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-size: 12px;
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms var(--ease);
}

.outline-btn.light {
  border-color: rgba(255, 255, 255, 0.8);
  background: transparent;
  color: #fff;
}

.outline-btn:hover,
.black-btn {
  background: #111;
  color: #fff;
}

.black-btn:hover {
  background: #333;
  transform: translateY(-1px);
}

.outline-btn:disabled,
.black-btn:disabled {
  border-color: #cfcfcf;
  background: #e9e9e9;
  color: #777;
  cursor: not-allowed;
}

.ghost-btn {
  background: transparent;
}

.section {
  padding: 68px 0;
}

.section.compact {
  padding: 52px 0;
}

.collection-section {
  padding-top: 10px;
}

.collection-section .toolbar {
  margin-bottom: 34px;
}

.section-title {
  margin: 0 0 34px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.16;
}

.centered {
  text-align: center;
}

.mobile-only {
  display: none;
}

@media (min-width: 981px) and (max-width: 1200px) {
  :root {
    --side: 40px;
  }

  .hero {
    height: 560px;
  }

  .hero-card {
    min-width: 380px;
    padding: 34px 38px;
  }

  .section {
    padding: 56px 0;
  }

  .section.compact {
    padding: 44px 0;
  }

  .section-title {
    margin-bottom: 28px;
    font-size: 30px;
  }

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

  .grid.three {
    gap: 30px 18px;
  }
}

@media (min-width: 721px) and (max-width: 980px) {
  :root {
    --side: 20px;
  }

  .hero {
    height: 500px;
  }

  .hero-card {
    min-width: 0;
    width: min(520px, calc(100vw - 80px));
    padding: 30px 28px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .section {
    padding: 48px 0;
  }

  .section.compact {
    padding: 36px 0;
  }

  .section-title {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .grid,
  .grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }

  .page-hero {
    padding: 60px 0 32px;
  }

  .page-hero h1,
  .copy-block h1,
  .article-body h1,
  .contact-page h1,
  .policy-head h1 {
    font-size: 32px;
  }

  .copy-block {
    margin-top: 40px;
  }

  .copy-block p,
  .article-body p,
  .policy-head p {
    font-size: 15px;
    line-height: 1.68;
  }

  .article-body {
    margin: 48px auto;
  }
}

.eyebrow {
  margin: -14px 0 42px;
  color: var(--muted);
  font-size: 13px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px 20px;
}

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

.product-card {
  position: relative;
  min-width: 0;
  transition: transform 260ms var(--ease), opacity 260ms ease;
  will-change: transform;
}

.product-card a {
  display: block;
}

.product-image {
  position: relative;
  display: grid;
  min-height: 272px;
  place-items: center;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}

.product-image img {
  width: 100%;
  height: 100%;
  max-height: 272px;
  object-fit: var(--product-fit, contain);
  object-position: var(--product-x, 50%) var(--product-y, 50%);
  transform: scale(var(--product-zoom, 1));
  transform-origin: var(--product-x, 50%) var(--product-y, 50%);
  transition: transform 420ms var(--ease), object-position 240ms ease;
}

.product-title {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.price {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
  color: #111;
  font-size: 12px;
}

.price .old {
  color: #4a4a4a;
  text-decoration: line-through;
}

.product-card .price {
  gap: 7px;
}

.product-card .price span:not(.old) {
  color: #111;
  font-size: 13px;
  font-weight: 500;
}

.product-card .price .old {
  color: #9a9a9a;
  font-size: 11px;
  font-weight: 400;
}

.product-badges {
  position: absolute;
  left: 18px;
  top: 18px;
  right: auto;
  bottom: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
  max-width: calc(100% - 36px);
}

.sale {
  display: inline-flex;
  width: 41px;
  min-width: 41px;
  height: 41px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.badge-new {
  background: #111;
}

.badge-hit {
  background: #1f8f46;
}

.badge-gift {
  background: #7d4bd9;
}

.quick-add {
  position: absolute;
  right: 8px;
  top: 8px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  transform: translateY(3px);
  transition: opacity 180ms ease, transform 220ms var(--ease), background 180ms ease;
}

.quick-add:focus-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .product-card:hover {
    transform: translateY(-3px);
  }

  .product-card:hover .product-image img {
    transform: scale(var(--product-zoom-hover, 1.025));
  }

  .product-card:hover .quick-add {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (hover: none), (pointer: coarse) {
  .product-card:hover {
    transform: none;
  }

  .product-card:hover .product-image img {
    transform: scale(var(--product-zoom, 1));
  }

  .quick-add {
    display: none;
  }
}

.feature-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.mosaic-large,
.mosaic-stack a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f4f4f4;
}

.mosaic-large img {
  height: 521px;
  width: 100%;
  object-fit: cover;
  object-position: var(--banner-x, 50%) var(--banner-y, 50%);
  transform: scale(var(--banner-zoom, 1));
  transform-origin: var(--banner-x, 50%) var(--banner-y, 50%);
  transition: transform 520ms var(--ease);
}

.mosaic-stack {
  display: grid;
  gap: 20px;
}

.mosaic-stack img {
  width: 100%;
  height: 231px;
  object-fit: cover;
  object-position: var(--banner-x, 50%) var(--banner-y, 50%);
  transform: scale(var(--banner-zoom, 1));
  transform-origin: var(--banner-x, 50%) var(--banner-y, 50%);
  transition: transform 520ms var(--ease);
}

.mosaic-stack a:last-child img {
  height: 280px;
}

.mosaic-large:hover img,
.mosaic-stack a:hover img {
  transform: scale(var(--banner-zoom-hover, 1.025));
}

.mosaic-caption {
  position: absolute;
  left: 18px;
  bottom: 14px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.play::before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #111;
  content: "";
  transform: translateX(2px);
}

.info-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  padding: 70px 0 60px;
  text-align: center;
}

.info-strip img {
  height: 40px;
  margin: 0 auto 24px;
  object-fit: contain;
}

.info-strip p {
  max-width: 430px;
  margin: 0 auto;
  color: #333;
  font-size: 13px;
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 56px;
  color: #333;
  font-size: 12px;
}

.filters,
.sort {
  display: flex;
  align-items: center;
  gap: 18px;
}

.filter-btn,
.select-like {
  border: 0;
  background: transparent;
  color: #111;
  padding: 0;
  font-size: 12px;
}

.filter-btn.active {
  border-bottom: 1px solid #111;
}

.select-like.active {
  border-bottom: 1px solid #111;
}

.mobile-filter,
.mobile-product-count {
  display: none;
}

.filter-panel {
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0 !important;
  pointer-events: none;
  animation: none !important;
  transition: none !important;
}

.filter-panel.open {
  opacity: 1 !important;
  pointer-events: auto;
}

.filter-panel-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.24);
}

.filter-panel-card {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  width: min(386px, calc(100vw - 28px));
  height: 100%;
  gap: 24px;
  overflow-y: auto;
  padding: 28px;
  background: #fff;
  box-shadow: -20px 0 40px rgba(0, 0, 0, 0.08);
  transform: none !important;
  transition: none !important;
}

.filter-panel.open .filter-panel-card {
  transform: none !important;
}

.filter-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.filter-panel-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
}

.filter-panel-close {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 26px;
  line-height: 1;
}

.filter-panel-section {
  display: grid;
  gap: 10px;
}

.filter-panel-section h3 {
  margin: 0;
  color: #555;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.filter-choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-choice {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 0 12px;
  color: #111;
  font-size: 12px;
}

.filter-choice.active {
  border-color: #111;
  background: #111;
  color: #fff;
}

@media (min-width: 721px) and (max-width: 1100px) {
  .feature-mosaic,
  .info-strip,
  .about-images,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .mosaic-large img,
  .mosaic-stack img,
  .mosaic-stack a:last-child img {
    height: 360px;
  }

  .info-strip {
    gap: 42px;
    padding: 56px 0 50px;
  }

  .toolbar {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 14px 24px;
    margin-bottom: 36px;
  }

  .filters,
  .sort {
    flex-wrap: wrap;
    gap: 12px;
  }

  .about-images img,
  .blog-card img,
  .blog-card.wide img {
    height: 360px;
  }
}

.filter-panel-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 4px;
}

.page-hero {
  padding: 82px 0 40px;
}

.page-hero h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.18;
}

.breadcrumb {
  display: flex;
  min-width: 0;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0 0 18px;
  overflow: hidden;
  color: #666;
  font-size: 12px;
  white-space: nowrap;
}

.breadcrumb a,
.breadcrumb span:not(:last-child) {
  flex: 0 0 auto;
}

.breadcrumb span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-layout {
  display: grid;
  width: min(1320px, calc(100vw - 2 * var(--side)));
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 56px;
  padding: 28px 0 16px;
  align-items: start;
}

.product-layout > *,
.product-summary {
  min-width: 0;
  max-width: 100%;
}

.product-spec-section {
  padding: 0 0 44px;
}

@media (min-width: 721px) {
  .product-layout {
    padding-bottom: 0;
  }

  .section.compact.product-spec-section {
    padding: 16px 0 44px;
  }

  .product-spec-section .tabs {
    margin-top: 0;
  }
}

@media (min-width: 721px) and (max-width: 1180px) {
  .product-layout {
    width: min(960px, calc(100vw - 40px));
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 24px 0 18px;
  }

  .product-main-img {
    min-height: 440px;
  }

  .product-main-img img {
    max-height: 440px;
  }

  .product-thumbs {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    height: 96px;
  }

  .product-thumbs-arrow,
  .thumbs,
  .thumbs-track,
  .thumbs button {
    height: 96px;
  }

  .product-summary h1 {
    font-size: 28px;
  }

  .product-trust,
  .product-card-preset-premium-v31 .product-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.product-gallery {
  min-width: 0;
}

.product-main-img {
  position: relative;
  display: grid;
  min-height: 523px;
  place-items: center;
  overflow: hidden;
  outline: 0;
  touch-action: pan-y;
}

.product-main-img img {
  max-height: 523px;
  object-fit: var(--product-fit, contain);
  object-position: var(--product-x, 50%) var(--product-y, 50%);
  transform: scale(var(--product-zoom, 1));
  transform-origin: var(--product-x, 50%) var(--product-y, 50%);
}

.product-main-img img.photo-changing {
  animation: product-photo-in 140ms ease-out;
}

.product-main-img:focus-visible {
  box-shadow: inset 0 0 0 1px #111;
}

.product-gallery-count {
  position: absolute;
  right: 0;
  bottom: 12px;
  display: inline-flex;
  min-width: 46px;
  height: 24px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .82);
  color: #111;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

@keyframes product-photo-in {
  from { opacity: .88; }
  to { opacity: 1; }
}

.product-thumbs {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  align-items: stretch;
  height: 131px;
  margin-top: 0;
}

.product-thumbs-arrow {
  position: relative;
  display: grid;
  width: 28px;
  height: 131px;
  min-width: 0;
  padding: 0;
  place-items: center;
  border: 0;
  background: #fff;
  color: #111;
  cursor: pointer;
  transition: opacity 160ms ease;
}

.product-thumbs-arrow::before {
  width: 9px;
  height: 9px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
}

.product-thumbs-arrow-prev::before {
  transform: rotate(-135deg);
}

.product-thumbs-arrow-next::before {
  transform: rotate(45deg);
}

.product-thumbs-arrow:disabled {
  color: #b7b7b7;
  cursor: default;
}

.product-thumbs-arrow:not(:disabled):hover {
  opacity: .62;
}

.product-thumbs-arrow[hidden] {
  display: none;
}

.product-thumbs-no-arrows {
  grid-template-columns: minmax(0, 1fr);
}

.thumbs {
  min-width: 0;
  height: 131px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.thumbs::-webkit-scrollbar {
  display: none;
}

.thumbs-track {
  display: grid;
  grid-auto-columns: 25%;
  grid-auto-flow: column;
  gap: 0;
  height: 131px;
}

.thumbs button {
  display: grid;
  width: 100%;
  height: 131px;
  min-width: 0;
  padding: 0;
  place-items: center;
  border: 0;
  background: #fff;
  overflow: hidden;
  scroll-snap-align: center;
  transition: opacity 160ms ease;
}

.thumbs button.active {
  box-shadow: inset 0 -2px 0 #111;
}

.thumbs button:not(.active):hover {
  opacity: .68;
}

.thumbs button:focus-visible {
  outline: 1px solid #111;
  outline-offset: -1px;
}

.thumbs img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  transform: none !important;
  transform-origin: 50% 50% !important;
}

.product-brand {
  margin: 28px 0 8px;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: lowercase;
}

.product-brand-logo {
  line-height: 0;
}

.product-brand-logo img {
  display: block;
  width: 78px;
  height: auto;
  filter: invert(1);
}

.product-summary h1 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.product-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 0 0 16px;
  color: #111;
  font-size: 13px;
  line-height: 1.2;
}

.product-rating-score {
  display: flex;
  gap: 12px;
  align-items: center;
}

.product-rating-stars {
  color: #111;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.product-rating-score strong {
  font-size: 13px;
  font-weight: 500;
}

.product-rating-dot,
.product-rating-reviews {
  color: #111;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

button.product-rating-reviews {
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0;
  background: transparent;
  line-height: inherit;
}

button.product-rating-reviews:hover,
button.product-rating-reviews:focus-visible {
  border-bottom-color: currentColor;
}

.product-original {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  border-radius: 2px;
  padding: 0 9px;
  background: #f4f4f4;
  color: #333;
  font-size: 11.5px;
  font-weight: 500;
  white-space: nowrap;
}

.product-summary .price {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}

.product-summary .price .old {
  margin-right: 12px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
}

.product-summary .price-discount {
  display: inline-flex;
  min-width: 36px;
  min-height: 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 0;
  padding: 0 4px;
  background: #fff;
  color: #111;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  transform: none;
}

@media (max-width: 720px) {
  .product-summary .price-discount {
    min-width: 34px;
    min-height: 20px;
    padding: 0 3px;
    font-size: 9px;
  }
}

.product-short {
  max-width: 560px;
  margin: 0 0 18px;
  color: #444;
  font-size: 14px;
  line-height: 1.7;
}

.stock {
  display: grid;
  gap: 5px;
  align-items: start;
  margin: 0 0 18px;
  font-size: 12px;
}

.stock-available,
.stock-shipping {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.stock-available {
  color: #1d6b31;
  font-weight: 500;
}

.stock-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #2a9d45;
}

.stock-shipping {
  color: #333;
  font-weight: 500;
}

.stock-time {
  color: #555;
  font-weight: 400;
}

.stock-truck {
  display: inline-flex;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: #333;
}

.stock-truck img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.stock.low {
  color: #a36a00;
}

.stock.out {
  color: #9b1c1c;
}

.product-color {
  display: grid;
  gap: 10px;
  margin: 2px 0 20px;
  color: #333;
  font-size: 12px;
}

.product-card-preset-conversion-v34 .product-color {
  margin-bottom: 10px;
}

.product-variant-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: start;
}

.product-variant-meta > span {
  display: grid;
  gap: 2px;
}

.product-variant-meta small {
  color: #666;
  font-size: 10px;
  line-height: 1.2;
}

.product-color strong {
  color: #111;
  font-size: 13px;
  font-weight: 600;
}

.product-color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.product-color-option {
  position: relative;
  display: grid;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  place-items: center;
  background: transparent;
  transition: transform 180ms ease;
}

.product-color-option:hover {
  transform: translateY(-1px);
}

.product-color-option.active {
  transform: none;
}

.product-color-option:focus-visible {
  outline: 2px solid rgba(65, 103, 207, .35);
  outline-offset: 3px;
}

.product-color-option i {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.product-color-option i::before {
  display: none;
  content: none;
}

.product-color-option i::after {
  display: none;
  content: none;
}

.product-color-options.metallic .product-color-option i::before,
.product-color-options.metallic .product-color-option i::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  pointer-events: none;
}

.product-color-options.metallic .product-color-option i::before {
  background: linear-gradient(115deg, rgba(255, 255, 255, .2), transparent 38%, rgba(255, 255, 255, .08) 70%, transparent);
}

.product-color-options.metallic .product-color-option i::after {
  display: none;
}

.product-color-option:hover i {
  border-color: #8d8d8d;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .10);
}

.product-color-option.active i {
  box-shadow:
    0 0 0 3px #fff,
    0 0 0 5px #111,
    0 3px 8px rgba(0, 0, 0, .12);
}

.product-color-options.soft-metallic .product-color-option.active i {
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, .14),
    0 0 0 5px #fff,
    0 0 0 7px #2f2f2f,
    0 4px 10px rgba(0, 0, 0, .1);
}

.product-color-options.soft-metallic .product-color-option i {
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, .14),
    0 4px 10px rgba(0, 0, 0, .1);
}

.product-color-options.soft-metallic .product-color-option i::before,
.product-color-options.soft-metallic .product-color-option i::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  pointer-events: none;
}

.product-color-options.soft-metallic .product-color-option i::before {
  background: repeating-linear-gradient(var(--brush-angle), rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .1) .14px, rgba(0, 0, 0, .035) .26px, transparent .42px, transparent .82px);
  mix-blend-mode: soft-light;
  opacity: .28;
}

.product-color-options.soft-metallic .product-color-option i::after {
  background: radial-gradient(ellipse at 42% 42%, rgba(255, 255, 255, .28), transparent 54%);
  opacity: .5;
}

.product-commerce-info {
  display: grid;
  gap: 14px;
  margin: 20px 0 20px;
}

.product-info-group {
  display: grid;
  gap: 10px;
}

.product-info-group h2 {
  margin: 0;
  color: #111;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.product-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-info-item {
  display: grid;
  min-width: 0;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #111;
  line-height: 1.25;
}

.product-info-item strong,
.product-info-item small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.product-info-item strong {
  font-size: 11px;
  font-weight: 500;
}

.product-info-item small {
  margin-top: 1px;
  color: #777;
  font-size: 11px;
}

.product-info-icon {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  color: #111;
}

.product-info-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.05;
}

.product-info-icon-brand {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.product-info-icon-crypto {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.product-assurance {
  display: grid;
  gap: 8px;
  margin: 14px 0 16px;
  padding: 13px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #222;
  font-size: 12px;
  line-height: 1.35;
}

.product-assurance span {
  display: block;
  font-weight: 500;
}

.product-card-preset-conversion-v34 .product-assurance.rich {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 10px 0 8px;
  padding: 0;
  border: 0;
}

.product-card-preset-conversion-v34 .product-assurance.rich span {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 30px auto;
  gap: 8px;
  align-content: start;
  justify-items: center;
  color: #111;
  min-width: 0;
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
}

.product-card-preset-conversion-v34 .product-assurance.rich b {
  font-weight: 400;
}

.product-card-preset-conversion-v34 .product-assurance.rich i,
.product-commerce-info.rich i,
.product-actions .btn-icon {
  display: inline-grid;
  place-items: center;
  color: #111;
}

.product-card-preset-conversion-v34 .product-assurance.rich i {
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.product-card-preset-conversion-v34 .product-assurance.rich svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.product-card-preset-conversion-v34 .product-commerce-info.rich {
  margin-bottom: 30px;
}

.product-card-preset-conversion-v34 .product-short {
  margin-bottom: 16px;
}

.product-commerce-info.rich {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  margin: 6px 0 30px;
  padding: 4px 0;
  border-bottom: 0;
}

.product-commerce-info.rich .product-commerce-group {
  min-width: 0;
}

.product-commerce-info.rich .product-commerce-delivery {
  padding-left: 0;
  border-left: 0;
}

.product-commerce-info.rich .product-commerce-group > strong {
  display: block;
  margin-bottom: 7px;
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.product-commerce-info.rich .product-payment-marks,
.product-commerce-info.rich .product-delivery-options {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 7px 13px;
  align-items: center;
  overflow: visible;
}

.product-commerce-info.rich .product-payment-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  flex: 0 0 auto;
}

.product-commerce-info.rich .product-payment-logo img {
  display: block;
  width: 100%;
  height: 15px;
  object-fit: contain;
}

.product-commerce-info.rich .product-payment-visa {
  width: 42px;
}

.product-commerce-info.rich .product-payment-master {
  width: 26px;
}

.product-commerce-info.rich .product-payment-apple {
  width: 44px;
}

.product-commerce-info.rich .product-payment-google {
  width: 46px;
}

.product-commerce-info.rich .product-payment-usdt {
  width: 18px;
}

.product-commerce-info.rich .product-payment-cash-logo {
  width: 24px;
}

.product-payment-cash-mobile {
  display: none;
  order: 5;
  align-items: center;
  height: 16px;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.product-commerce-info.rich .product-payment-usdt {
  display: none;
}

.product-commerce-info.rich .product-payment-visa { order: 1; }
.product-commerce-info.rich .product-payment-master { order: 2; }
.product-commerce-info.rich .product-payment-apple { order: 3; }
.product-commerce-info.rich .product-payment-google { order: 4; }

.product-commerce-info.rich .product-delivery-options {
  gap: 7px 16px;
}

.product-commerce-info.rich .product-delivery-options > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.product-commerce-info.rich .product-delivery-options i {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
}

.product-commerce-info.rich .product-delivery-options img {
  display: block;
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.product-commerce-info.rich .delivery-icon-nova img {
  width: 14px;
  height: 14px;
}

.product-commerce-info.rich .delivery-icon-courier img {
  width: 15px;
  height: 15px;
}

.product-commerce-info.rich .delivery-icon-pickup img {
  width: 15px;
  height: 15px;
}

.product-commerce-info.rich .product-delivery-options svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.product-card-preset-conversion-v34-commerce .product-commerce-info.compact {
  gap: 16px;
  margin: 16px 0 16px;
}

.product-card-preset-conversion-v34-commerce .product-commerce-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.product-card-preset-conversion-v34-commerce .product-commerce-label {
  display: block;
}

.product-card-preset-conversion-v34-commerce .product-commerce-label strong {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .01em;
}

.product-card-preset-conversion-v34-commerce .product-payment-marks,
.product-card-preset-conversion-v34-commerce .product-delivery-options {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}

.product-card-preset-conversion-v34-commerce .product-payment-marks > span {
  display: inline-flex;
  min-width: 0;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #555;
  white-space: nowrap;
}

.product-card-preset-conversion-v34-commerce .product-payment-cash {
  color: #555 !important;
  font-size: 12px;
  font-weight: 500;
}

.product-card-preset-conversion-v34-commerce .product-payment-logo img {
  display: block;
  width: 100%;
  height: 16px;
  object-fit: contain;
}

.product-card-preset-conversion-v34-commerce .product-payment-visa {
  width: 49px;
}

.product-card-preset-conversion-v34-commerce .product-payment-master {
  width: 21px;
}

.product-card-preset-conversion-v34-commerce .product-payment-apple {
  width: 38px;
}

.product-card-preset-conversion-v34-commerce .product-payment-google {
  width: 40px;
}

.product-card-preset-conversion-v34-commerce .product-payment-usdt {
  width: 16px;
}

.product-card-preset-conversion-v34-commerce .product-payment-cash-logo {
  width: 26px;
}

.product-card-preset-conversion-v34-commerce .product-delivery-options > span {
  display: inline-flex;
  align-items: center;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.product-card-preset-conversion-v34-commerce .product-assurance {
  grid-template-columns: 1fr;
  gap: 8px;
}

.product-card-preset-conversion-v34-commerce .product-assurance span {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.product-card-preset-conversion-v34 .product-trust {
  gap: 14px;
  margin: 18px 0 18px;
  padding: 14px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.product-card-preset-conversion-v34 .trust-item {
  min-height: 32px;
  grid-template-columns: 24px minmax(0, 1fr);
  grid-template-rows: auto;
  column-gap: 9px;
  align-content: center;
}

.product-card-preset-conversion-v34 .trust-icon {
  width: 24px;
  height: 24px;
  grid-row: auto;
}

.product-card-preset-conversion-v34 .trust-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: .95;
}

.product-card-preset-conversion-v34 .trust-item strong {
  align-self: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

.product-post-trust {
  padding: 0;
}

.product-post-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.product-post-trust .trust-item {
  min-height: 42px;
  grid-template-columns: 1fr;
  grid-template-rows: 30px auto auto;
  gap: 7px;
  justify-items: center;
  align-content: center;
  text-align: center;
}

.product-post-trust .trust-icon {
  grid-row: auto;
}

.product-post-trust .trust-icon svg {
  stroke-width: .95;
}

.product-post-trust .trust-item strong {
  font-size: 12px;
  font-weight: 500;
  align-self: start;
}

.product-post-trust .trust-item span:last-child {
  align-self: start;
  color: #666;
  font-size: 12px;
}

.product-recommendations > .container {
  width: min(1200px, calc(100vw - 2 * var(--side)));
}

.product-recommendations .product-image {
  min-height: 292px;
}

.product-recommendations .product-image img {
  max-height: 292px;
}

.product-summary .price.currency-price-in {
  animation: currency-price-in 180ms ease-out;
}

@keyframes currency-price-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-summary .price.currency-price-in,
  .product-main-img img.photo-changing {
    animation: none;
  }
}

.buy-row {
  display: flex;
  align-items: end;
  gap: 16px;
  margin-bottom: 14px;
}

.qty-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
}

.qty {
  display: inline-grid;
  grid-template-columns: repeat(3, 44px);
  height: 44px;
  border: 1px solid var(--line);
  margin-bottom: 0;
  overflow: hidden;
}

.qty button,
.qty span {
  display: grid;
  width: 44px;
  min-width: 0;
  height: 44px;
  place-items: center;
  border: 0;
  background: #fff;
  color: #111;
  line-height: 1;
}

.product-actions {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.product-actions .outline-btn,
.product-actions .black-btn {
  min-height: 52px;
  font-size: 13px;
}

.product-actions .outline-btn {
  gap: 14px;
}

.product-actions .btn-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.product-actions .btn-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.product-actions .black-btn {
  min-height: 56px;
}

.product-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.trust-item {
  display: grid;
  min-width: 0;
  min-height: 58px;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-content: center;
  text-align: left;
}

.trust-icon {
  display: grid;
  width: 30px;
  height: 30px;
  grid-row: 1 / span 2;
  place-items: center;
}

.trust-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: #111;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: .95;
}

.trust-item strong {
  align-self: end;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

.trust-item span:last-child {
  align-self: start;
  color: #5f5f5f;
  font-size: 11px;
  line-height: 1.25;
}

/* Frozen visual baseline for the admin-selectable Premium v31 preset. */
.product-card-preset-premium-v31 .product-brand-logo img { width: 78px; }
.product-card-preset-premium-v31 .product-summary h1 { margin-bottom: 12px; font-size: 30px; line-height: 1.14; }
.product-card-preset-premium-v31 .product-rating { margin-bottom: 16px; }
.product-card-preset-premium-v31 .product-summary .price { margin-bottom: 16px; font-size: 24px; }
.product-card-preset-premium-v31 .product-short { margin-bottom: 18px; font-size: 14px; line-height: 1.7; }
.product-card-preset-premium-v31 .product-color-options { gap: 10px; }
.product-card-preset-premium-v31 .product-color-option { width: 40px; height: 40px; }
.product-card-preset-premium-v31 .product-color-option i { width: 30px; height: 30px; }
.product-card-preset-premium-v31 .product-color-options.soft-metallic .product-color-option.active i {
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, .14),
    0 0 0 5px #fff,
    0 0 0 7px #2f2f2f,
    0 4px 10px rgba(0, 0, 0, .1);
}
.product-card-preset-premium-v31 .product-actions .outline-btn,
.product-card-preset-premium-v31 .product-actions .black-btn { min-height: 52px; }
.product-card-preset-premium-v31 .product-trust { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }

@media (max-width: 700px) {
  .product-card-preset-premium-v31 .product-summary h1 { margin-bottom: 12px; font-size: 24px; line-height: 1.2; }
  .product-card-preset-premium-v31 .product-summary .price { font-size: 20px; }
  .product-card-preset-premium-v31 .product-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 46px;
  margin: 14px 0 38px;
}

.tabs button {
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  padding: 0 0 8px;
}

.tabs button.active {
  border-color: #111;
}

.tab-panel {
  display: none;
  max-width: 100%;
  min-width: 0;
}

.tab-panel.active {
  display: block;
  animation: editor-reveal 220ms var(--ease) both;
}

.specs {
  width: min(680px, 100%);
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 12px;
}

.product-description {
  max-width: 680px;
  margin: -10px auto 28px;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.product-description.rich-description {
  max-width: 920px;
  text-align: left;
}

.product-description h2,
.product-description h3 {
  color: #111;
  font-weight: 400;
  line-height: 1.2;
}

.product-description h2 {
  margin: 34px 0 18px;
  font-size: 28px;
  text-align: center;
}

.product-description h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.product-description p {
  margin: 0 0 18px;
}

.product-description ul {
  margin: 0 0 24px;
  padding-left: 20px;
}

.product-description li {
  margin: 8px 0;
}

.dyvo-product-description .desc-text p,
.dyvo-product-description .desc_text p,
.dyvo-product-description .desc-text li,
.dyvo-product-description .desc_text li,
.dyvo-product-description .description-preview > p,
.dyvo-product-description .description-preview > ul li {
  text-align: left !important;
}

.product-description img {
  width: 100%;
  height: auto;
  border-radius: 0 !important;
}

.product-description video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  background: #f3f3f3;
}

.product-seo-faq {
  width: min(820px, 100%);
  margin: 36px auto 8px;
  text-align: left;
}

.product-description .product-seo-faq h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

.product-faq-list {
  border-top: 1px solid #e3e3e3;
}

.product-faq-item {
  border-bottom: 1px solid #e3e3e3;
  background: #fff;
}

.product-faq-item[open] {
  background: #fcfcfc;
}

.product-faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  cursor: pointer;
  list-style: none;
}

.product-faq-item summary::-webkit-details-marker {
  display: none;
}

.product-description .product-faq-item h3 {
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.product-faq-item summary span {
  position: relative;
  width: 14px;
  height: 14px;
  justify-self: end;
}

.product-faq-item summary span::before,
.product-faq-item summary span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 1.5px;
  background: #111;
  content: "";
  transform: translate(-50%, -50%);
}

.product-faq-item summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.product-faq-item[open] summary span::after {
  display: none;
}

.product-faq-answer {
  max-width: 760px;
  padding: 0 18px 16px;
}

.product-description .product-faq-answer p {
  margin: 0;
  color: #444;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

.deferred-video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #f3f3f3;
}

.deferred-video img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 !important;
}

.deferred-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  background: rgba(0,0,0,.92);
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 28px rgba(0,0,0,.14);
}

.deferred-video-play::before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  content: "";
  transform: translateX(2px);
}

.product-description [hidden] {
  display: none !important;
}

.description-preview {
  position: relative;
}

.description-preview::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 190px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 86%);
  content: "";
}

.description-preview.expanded::after {
  display: none;
}

.description-fade-sample {
  position: relative;
  max-height: 360px;
  overflow: hidden;
  color: #333;
}

.description-fade-sample .desc_images img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f3f3f3;
}

.prod-descript {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin: 34px 0;
}

.prod_descript {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin: 34px 0;
}

.prod-descript.reverse .desc-media {
  order: -1;
}

.desc-text,
.desc-media,
.desc_text,
.desc_images {
  min-width: 0;
}

.description-more-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: -48px 0 0;
}

.description-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 28px;
  border: 1px solid #111;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 12px;
  transition: background 220ms ease, color 220ms ease, transform 220ms var(--ease);
}

.description-more-btn span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  font-size: 0;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms var(--ease);
}

.description-more-btn:hover {
  background: #333;
  color: #fff;
  transform: translateY(-1px);
}

.description-more-btn:hover span {
  transform: translateY(1px) rotate(45deg);
}

.kit-panel {
  max-width: 680px;
  margin: 0 auto;
}

.kit-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
}

.product-kit-feature-panel {
  max-width: 100%;
}

.product-kit-feature h2 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

.product-kit-feature p {
  margin: 0 0 24px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.product-kit-feature img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 720px) {
  .product-kit-feature h2 {
    font-size: 22px;
  }

  .product-kit-feature p {
    margin-bottom: 18px;
    font-size: 14px;
  }
}

.specs th,
.specs td {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.specs th {
  width: 240px;
  font-weight: 400;
}

.specs td {
  white-space: pre-line;
}

.cart-page,
.checkout-page {
  padding: 76px 0 70px;
  background: #fff;
}

.cart-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 56px;
}

.cart-head h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1;
}

.cart-head p {
  margin: 12px 0 0;
  max-width: 420px;
  color: var(--muted);
  font-size: 13px;
}

.cart-continue,
.checkout-edit {
  display: inline-flex;
  color: #111;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-shell,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 56px;
  align-items: start;
}

.cart-table {
  width: 100%;
  min-width: 0;
}

.cart-row,
.cart-table-head {
  display: grid;
  grid-template-columns: 1fr 300px 28px;
  gap: 20px;
  align-items: center;
}

.cart-table-head {
  margin-bottom: 42px;
  color: #555;
  font-size: 11px;
  text-transform: uppercase;
}

.cart-row {
  padding: 0 0 40px;
  margin-bottom: 38px;
}

.cart-row > * {
  min-width: 0;
}

.cart-row-total {
  font-size: 13px;
  white-space: nowrap;
}

.cart-row-controls {
  display: grid;
  grid-template-columns: 180px minmax(82px, 1fr);
  gap: 20px;
  align-items: center;
}

.cart-row-total {
  justify-self: end;
  font-weight: 500;
}

.cart-product {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-width: 0;
}

.cart-product > div {
  min-width: 0;
}

.cart-product-image-link {
  display: block;
}

.cart-product img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.cart-product h3 {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 400;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cart-product h3 a {
  text-decoration: none;
}

.cart-product h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-product p {
  margin: 0;
  color: #555;
  font-size: 12px;
}

.remove {
  border: 0;
  background: transparent;
  color: #333;
  font-size: 22px;
  line-height: 1;
}

.cart-summary-card {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 16px;
  padding: 26px 0 0;
  border-top: 1px solid #111;
  background: #fff;
}

.cart-summary-card h2,
.checkout-order h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}

.summary-line,
.summary-total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
}

.summary-line.muted,
.cart-summary-card p {
  color: var(--muted);
}

.summary-total {
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 15px;
}

.cart-summary-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.cart-checkout,
.checkout {
  width: 100%;
}

.cart-main-column,
.cart-side-column {
  min-width: 0;
}

.cart-delivery-progress,
.cart-promo-box {
  width: 100%;
  background: #fff;
  color: #111;
}

.cart-delivery-progress {
  display: grid;
  gap: 12px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.cart-delivery-progress-head,
.cart-promo-row {
  display: grid;
  grid-template-columns: 28px 1fr 20px;
  gap: 12px;
  align-items: center;
  text-align: left;
  font-size: 14px;
}

.cart-promo-row {
  width: 100%;
  border: 0;
  background: #fff;
  color: #111;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
}

.cart-promo-row::-webkit-details-marker {
  display: none;
}

.cart-promo-box[open] .cart-chevron {
  transform: rotate(90deg);
}

.cart-promo-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  padding: 0 0 22px 40px;
}

.cart-promo-form .field {
  min-height: 40px;
}

.cart-promo-form .black-btn,
.cart-promo-form .ghost-btn {
  min-height: 40px;
  padding: 0 14px;
}

.cart-discount-line {
  color: #16773a;
}

.cart-line-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
}

.cart-line-icon svg,
.cart-trust-item svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-chevron {
  justify-self: end;
  font-size: 24px;
  line-height: 1;
}

.cart-progress-track {
  position: relative;
  height: 4px;
  overflow: hidden;
  background: #e8e8e8;
}

.cart-progress-track i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background: #2e9e46;
}

.cart-delivery-progress.completed .cart-delivery-progress-head {
  color: #2f8f45;
}

.cart-trust-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.cart-trust-item {
  display: grid;
  gap: 8px;
  align-content: start;
  justify-items: center;
  color: #111;
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
}

.cart-trust-item span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.cart-trust-item b {
  font-weight: 400;
}

.cart-recommendations {
  padding: 0 0 76px;
  background: #fff;
}

.cart-recommendations-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  color: #111;
  font-size: 28px;
  line-height: 1.12;
}

.cart-recommendations-head span:last-child {
  font-size: 34px;
  line-height: 1;
}

.cart-sticky-checkout {
  display: none;
}

@media (max-width: 1100px) {
  .cart-shell,
  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cart-table-head {
    display: none;
  }

  .cart-row {
    position: relative;
    display: block;
    min-height: 164px;
    padding: 0 0 28px 176px;
    margin-bottom: 24px;
    overflow: visible;
  }

  .cart-product {
    display: block;
  }

  .cart-product > div {
    min-height: 0;
    padding-top: 8px;
  }

  .cart-product h3 {
    padding-right: 32px;
    white-space: normal;
  }

  .cart-product-image-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 148px;
  }

  .cart-product img {
    width: 100%;
    height: 164px;
    object-fit: contain;
  }

  .cart-row-controls {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    width: 100%;
    margin-top: 12px;
    padding-top: 0;
  }

  .cart-row .qty {
    flex: 0 0 auto;
    width: auto;
    height: 38px;
  }

  .cart-row .qty button,
  .cart-row .qty span {
    width: 38px;
    height: 38px;
  }

  .cart-row-total {
    grid-column: 3;
    margin-left: auto;
  }

  .cart-row .remove {
    position: absolute;
    top: 8px;
    right: 0;
  }

  .cart-summary-card,
  .checkout-order {
    position: static;
    top: auto;
  }
}

.checkout-form {
  max-width: none;
  margin: 0;
  padding: 32px;
  border: 1px solid var(--line);
  background: #fff;
}

.checkout-head {
  margin-bottom: 22px;
}

.checkout-head h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 400;
}

.checkout-head p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

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

.checkout-agree {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 18px 0;
  color: #333;
  font-size: 12px;
}

.checkout-agree a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.checkout-order {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 22px;
  padding: 26px;
  border: 1px solid var(--line);
  background: #fff;
}

.checkout-order-items {
  display: grid;
  gap: 18px;
}

.checkout-order-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 14px;
  align-items: center;
}

.checkout-order-item img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.checkout-order-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.checkout-order-item span,
.checkout-order-item em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.checkout-order .cart-summary-card {
  position: static;
  top: auto;
  padding-top: 22px;
  border-top-color: var(--line);
}

@media (min-width: 721px) and (max-width: 1100px) {
  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .checkout-order {
    position: static;
    top: auto;
  }
}

@media (min-width: 721px) and (max-width: 920px) {
  .checkout-grid {
    grid-template-columns: 1fr;
  }
}

.about-images,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.about-page {
  padding-top: 72px;
}

.about-images img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.copy-block {
  max-width: 920px;
  margin: 54px auto 0;
  text-align: center;
}

.copy-block h1 {
  margin: 0 0 28px;
  font-size: 42px;
  font-weight: 400;
  text-align: left;
}

.copy-block h2 {
  margin: 52px 0 18px;
  font-size: 28px;
  font-weight: 400;
}

.copy-block p {
  margin: 0 0 18px;
  color: #444;
  font-size: 17px;
  line-height: 1.75;
  text-align: left;
}

.promise-band {
  padding: 72px 0;
  background: #050505;
  color: #fff;
  text-align: center;
}

.promise-band h2 {
  margin: 0 0 26px;
  font-size: 28px;
  font-weight: 400;
}

.promise-band p {
  max-width: 720px;
  margin: 0 auto 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.75;
}

.blog-card img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.blog-card.wide {
  grid-column: 1 / -1;
  background: #f3f3f3;
  text-align: center;
}

.blog-card.wide img {
  height: 464px;
}

.blog-wide-copy {
  max-width: 650px;
  margin: 0 auto;
  padding: 28px 16px 34px;
}

.blog-card:not(.wide) {
  background: #f3f3f3;
}

.blog-card:not(.wide) h2,
.blog-card:not(.wide) p {
  padding-inline: 24px;
}

.blog-card:not(.wide) p:last-child {
  padding-bottom: 26px;
}

.blog-card h2 {
  margin: 26px 0 12px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.25;
}

.blog-date {
  margin: 0 0 20px;
  color: #666;
  font-size: 12px;
}

.blog-card p {
  margin: 0;
  color: #444;
}

.article-hero img {
  width: 100%;
  height: 715px;
  object-fit: cover;
}

.article-body {
  max-width: 700px;
  margin: 70px auto;
}

.article-body h1 {
  margin: 0 0 14px;
  font-size: 42px;
  font-weight: 400;
}

.article-body h2 {
  margin: 30px 0 12px;
  font-size: 15px;
  font-weight: 400;
}

.article-body p {
  color: #333;
  font-size: 17px;
  line-height: 1.75;
}

.share-line,
.article-body .blog-date {
  font-size: 12px;
}

.text-link {
  border-bottom: 1px solid currentColor;
}

.article-back {
  margin-top: 64px;
  text-align: center;
}

.article-body img {
  width: 100%;
  margin: 42px 0;
}

.contact-page {
  width: min(512px, calc(100vw - 2 * var(--side)));
  padding: 72px 0 78px;
}

.contact-page h1 {
  margin: 0 0 34px;
  font-size: 42px;
  font-weight: 400;
}

.contact-hours {
  margin-bottom: 58px;
}

.contact-hours h2 {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 700;
}

.contact-hours p {
  margin: 0;
  color: #333;
  font-size: 12px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form .black-btn {
  justify-self: start;
  min-width: 106px;
}

@media (min-width: 721px) and (max-width: 980px) {
  .contact-two,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .policy-grid {
    gap: 28px;
  }
}

.policy-page {
  padding: 76px 0 82px;
}

.policy-head {
  max-width: 760px;
  margin-bottom: 54px;
}

.policy-head .eyebrow {
  margin: 0 0 14px;
  text-align: left;
}

.policy-head h1 {
  margin: 0 0 20px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.16;
}

.policy-head p {
  margin: 0;
  color: #333;
  font-size: 17px;
  line-height: 1.7;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 48px;
}

.policy-card {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.policy-card h2 {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 400;
}

.policy-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  color: #444;
  font-size: 14px;
  line-height: 1.65;
}

.policy-note {
  max-width: 820px;
  margin-top: 42px;
  padding: 22px 24px;
  border-left: 2px solid #111;
  background: var(--soft);
  color: #333;
  font-size: 14px;
  line-height: 1.7;
}

.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.field {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #bcbcbc;
  background: #fff;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.field:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

textarea.field {
  min-height: 160px;
  padding-top: 14px;
  resize: vertical;
}

.range-field {
  min-height: 34px;
  padding: 0;
  border: 0;
  accent-color: #111;
  box-shadow: none;
}

.file-field {
  padding: 12px;
  background: #fafafa;
}

.thanks-hero {
  position: relative;
  display: grid;
  height: 493px;
  place-items: center;
  overflow: hidden;
  background: #999;
}

.thanks-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thanks-hero::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  content: "";
}

.thanks-panel {
  position: absolute;
  z-index: 1;
  width: min(574px, calc(100vw - 40px));
  padding: 30px 28px 26px;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  text-align: center;
}

.thanks-panel h1 {
  margin: 0 0 16px;
  font-size: 34px;
  font-weight: 400;
}

.thanks-panel p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.9);
}

.footer {
  margin-top: 42px;
  padding: 0;
  border-top: 1px solid #e6e6e6;
  background: #fff;
  color: #111;
}

.footer > .container {
  position: relative;
  overflow: visible;
  padding: 62px 0 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer > .container::before {
  display: none;
}

.footer > .container > * {
  position: relative;
  z-index: 1;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: 56px;
  align-items: start;
  padding: 0 0 42px;
  border-bottom: 1px solid #dcdcdc;
}

.footer-brand-block {
  max-width: 560px;
}

.footer-top > *,
.footer-main > *,
.footer-bottom > * {
  min-width: 0;
}

.footer-logo-link {
  display: inline-flex;
  margin-bottom: 24px;
}

.footer-logo-link img {
  display: block;
  width: 88px;
  height: auto;
}

.footer-brand-block p,
.footer-newsletter p {
  max-width: 520px;
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

.footer-newsletter {
  display: grid;
  min-width: 0;
  gap: 14px;
  align-content: start;
  max-width: none;
}

.footer-newsletter form {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) 178px;
  min-height: 58px;
  padding: 0;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.footer-newsletter input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: #111;
  padding: 0 22px;
  outline: 0;
  font-size: 16px;
}

.footer-newsletter input::placeholder {
  color: #777;
}

.footer-newsletter button {
  min-width: 0;
  border: 0;
  border-left: 1px solid #cfcfcf;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: none;
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 52px;
  padding: 46px 0 52px;
  border-bottom: 1px solid #dcdcdc;
}

.footer h3 {
  margin: 0 0 18px;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer a,
.footer p {
  display: block;
  margin: 0;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 1.62;
}

.footer-col {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer a {
  transition: color 180ms ease, transform 180ms ease;
}

.footer a:hover {
  color: #111;
  transform: translateX(2px);
}

.footer .footer-logo-link {
  display: inline-flex;
  width: max-content;
  margin-bottom: 24px;
  color: #111;
}

.footer .footer-logo-link:hover {
  transform: none;
}

.footer-contact {
  grid-column: auto;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.footer-contact-list {
  display: grid;
  max-width: 720px;
  gap: 14px;
}

.footer-contact-item {
  display: flex !important;
  gap: 16px;
  align-items: flex-start;
  color: #333 !important;
}

.footer-contact-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  background: #fff;
  color: #111;
  box-shadow: none;
}

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

.social {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

.social button {
  display: inline-flex;
  min-width: 0;
  width: 32px;
  height: 32px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  padding: 0;
  font-size: 0;
  font-weight: 400;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.social button svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
}

.social button:hover {
  border-color: transparent;
  background: transparent;
  color: #555;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 0 0 26px;
}

.footer-bottom p {
  grid-column: 1;
  grid-row: 2;
  padding-top: 0;
  border-top: 0;
  color: #666;
  font-size: 12px;
  text-align: left;
}

.footer-badges {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 34px 0 38px;
  border-bottom: 1px solid #dcdcdc;
}

.footer-badges > span {
  display: grid;
  min-height: auto;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: start;
  align-content: start;
  gap: 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #555;
  padding: 0 28px 0 0;
  font-size: 12px;
  line-height: 1.42;
}

.footer-badges > span + span {
  border-left: 1px solid #dcdcdc;
  padding-left: 42px;
}

.footer-badges > span > svg,
.footer-badges .footer-badge-icon {
  display: block;
  width: 36px;
  height: 36px;
  color: #111;
  object-fit: contain;
}

.footer-badges > span > span {
  display: grid;
  gap: 6px;
}

.footer-badges strong {
  display: block;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}

.footer-badges small {
  display: block;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}

@media (min-width: 981px) and (max-width: 1200px) {
  .footer > .container {
    padding: 52px 0 36px;
  }

  .footer-top {
    gap: 38px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  }

  .footer-logo-link img {
    width: 82px;
  }

  .footer-newsletter form {
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .footer-main {
    gap: 36px 24px;
    padding: 40px 0 44px;
  }
}

@media (min-width: 721px) and (max-width: 980px) {
  .footer > .container {
    padding: 44px 0 32px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 30px;
  }

  .footer-newsletter form {
    grid-template-columns: minmax(0, 1fr) 140px;
    min-height: 50px;
  }

  .footer-newsletter input {
    padding: 0 16px;
    font-size: 14px;
  }

  .footer-newsletter button {
    font-size: 12px;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
    padding: 32px 0 36px;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-bottom p,
  .payments {
    grid-column: 1;
    grid-row: auto;
  }

  .footer-badges {
    gap: 12px;
    padding: 28px 0 30px;
  }

  .footer-badges > span {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding-right: 12px;
  }

  .footer-badges > span + span {
    padding-left: 16px;
  }

  .footer-badges > span > svg,
  .footer-badges .footer-badge-icon {
    width: 28px;
    height: 28px;
  }

  .footer-badges strong {
    font-size: 12px;
  }

  .footer-badges small {
    font-size: 11px;
    line-height: 1.45;
  }
}

.payments {
  display: flex;
  grid-column: 2;
  grid-row: 2;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-end;
  color: #555;
  font-size: 12px;
  line-height: 1.4;
}

.pay-card {
  display: inline-flex;
  width: auto;
  min-width: 0;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pay-card img {
  display: block;
  width: 100%;
  max-width: none;
  height: 28px;
  object-fit: contain;
}

.pay-visa {
  width: 62px;
}

.pay-master {
  width: 38px;
}

.pay-apple {
  width: 68px;
}

.pay-google {
  width: 72px;
}

.locale {
  display: flex;
  gap: 22px;
}

.locale label {
  display: grid;
  gap: 8px;
  color: #555;
  font-size: 11px;
}

.locale select {
  height: 44px;
  min-width: 132px;
  border: 1px solid #bbb;
  background: #fff;
  padding: 0 12px;
  font-size: 12px;
}

.empty-line {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
}

.muted {
  margin: 0;
  color: var(--muted);
}

.admin-page {
  min-height: 100vh;
  padding: 0;
  background: #f6f7f8;
}

.admin-product-page {
  min-height: 100vh;
  padding: 0;
  background: #f6f7f8;
}

.admin-shell {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr);
  gap: 0;
  align-items: start;
  padding: 0;
}

.admin-product-page .admin-shell {
  width: 100%;
  max-width: none;
  grid-template-columns: 232px minmax(0, 1fr);
  gap: 0;
  padding: 0;
}

.admin-login-page {
  display: grid;
  align-items: center;
}

.admin-login-shell {
  display: grid;
  justify-content: center;
}

.admin-login-card {
  width: min(460px, 100%);
  margin: 0;
}

.admin-login-card h1 {
  margin: 0;
  font-size: 34px;
  font-weight: 400;
}

.admin-login-card .black-btn {
  width: 100%;
  margin-top: 12px;
}

.admin-login-error {
  min-height: 20px;
  margin: 10px 0 0;
  color: #a32929;
  font-size: 12px;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  display: grid;
  gap: 8px;
  min-height: 100vh;
  align-content: start;
  padding: 28px 22px;
  border: 0;
  border-right: 1px solid #e6e8eb;
  background: #fff;
}

.admin-product-page .admin-sidebar {
  top: 0;
  min-height: 100vh;
  align-content: start;
  padding: 28px 22px;
  border-width: 0 1px 0 0;
  border-color: #e6e8eb;
  background: #fff;
}

.admin-product-page .admin-brand {
  width: 86px;
  margin-bottom: 34px;
}

.admin-product-page .admin-sidebar a,
.admin-product-page .admin-sidebar button {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  color: #202124;
  font-size: 13px;
}

.admin-product-page .admin-nav-link.active {
  border-left: 2px solid #111;
  background: #f4f5f6;
  font-weight: 600;
}

.admin-brand {
  width: 86px;
  margin-bottom: 34px;
}

.admin-sidebar a,
.admin-sidebar button,
.admin-import-btn {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: #202124;
  cursor: pointer;
  text-align: left;
  font-size: 13px;
}

.admin-nav-link {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.admin-nav-link.active {
  border-left: 2px solid #111;
  background: #f4f5f6;
  font-weight: 700;
}

.admin-nav-link b {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1f1ee;
  color: #111;
  font-size: 11px;
  font-weight: 400;
}

.admin-main {
  min-width: 0;
  padding: 28px 32px 56px;
}

.admin-product-page .admin-main {
  padding: 0 32px 56px;
}

.admin-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.admin-head-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-head h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 400;
}

.admin-save-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin: -18px 0 18px;
  padding: 12px 0;
  background: rgba(245, 245, 243, 0.94);
  backdrop-filter: blur(14px);
}

.admin-product-page .admin-save-bar {
  min-height: 72px;
  margin: 0 -32px 12px;
  padding: 12px 32px;
  border-bottom: 1px solid #e4e7eb;
  background: rgba(255, 255, 255, 0.94);
}

.admin-save-bar > span {
  margin-left: auto;
  color: #1b8f42;
  font-size: 12px;
}

.admin-save-bar > span[data-save-status="saving"],
.admin-save-bar > span[data-save-status="waiting"] {
  color: #777;
}

.admin-save-bar > span[data-save-status="error"] {
  color: #a32929;
}

.admin-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.admin-kpis a,
.admin-card {
  border: 1px solid #deded9;
  background: #fff;
}

.admin-kpis a {
  color: #111;
  padding: 18px;
  transition: transform 240ms var(--ease), box-shadow 240ms ease;
}

.admin-kpis a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.05);
}

.admin-kpis strong {
  display: block;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 400;
}

.admin-kpis span {
  color: var(--muted);
  font-size: 12px;
}

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

.admin-shortcuts a,
.admin-shortcuts button,
.admin-shortcuts label {
  display: grid;
  gap: 8px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid var(--line);
  background: #fbfbf9;
  color: #111;
  align-content: start;
  text-align: left;
  cursor: pointer;
  font: inherit;
  transition: transform 240ms var(--ease), border-color 240ms ease, box-shadow 240ms ease;
}

.admin-shortcuts a:hover,
.admin-shortcuts button:hover,
.admin-shortcuts label:hover {
  transform: translateY(-2px);
  border-color: #111;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.05);
}

.admin-shortcuts strong {
  font-size: 15px;
  font-weight: 400;
}

.admin-shortcuts span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.admin-work-grid,
.admin-health-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.admin-work-grid > div,
.admin-health-grid a {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 112px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #fbfbfb;
}

.admin-work-grid a {
  color: #111;
  font-size: 12px;
}

.admin-health-grid strong {
  font-size: 28px;
  font-weight: 500;
}

.admin-health-grid span {
  color: var(--muted);
  font-size: 12px;
}

.admin-card {
  margin-top: 18px;
  padding: 22px;
}

.admin-product-page .admin-card {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.admin-product-page .admin-card-head {
  display: none;
}

.admin-card-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.admin-card-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
}

.admin-card-head span {
  color: var(--muted);
  font-size: 12px;
}

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

.admin-field {
  display: grid;
  min-width: 0;
  gap: 7px;
  color: #333;
  font-size: 12px;
}

.admin-field span {
  color: #555;
}

.admin-add-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.admin-add-form .black-btn {
  justify-self: start;
}

.admin-media-editor {
  display: grid;
  gap: 18px;
}

.admin-hero-preview,
.admin-banner-preview,
.admin-crop-preview {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f3f3f3;
}

.admin-hero-preview {
  height: 320px;
}

.admin-hero-preview::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.admin-hero-preview-copy {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  gap: 6px;
  color: #fff;
}

.admin-hero-preview-copy strong {
  font-size: 28px;
  font-weight: 400;
}

.admin-hero-preview-copy span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.admin-banner-list {
  display: grid;
  gap: 14px;
}

.admin-banner-item {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #fbfbfb;
}

.admin-banner-preview,
.admin-crop-preview {
  display: grid;
  min-height: 180px;
  place-items: center;
}

.admin-banner-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--banner-x, 50%) var(--banner-y, 50%);
  transform: scale(var(--banner-zoom, 1));
  transform-origin: var(--banner-x, 50%) var(--banner-y, 50%);
}

.admin-crop-panel {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #fff;
}

.admin-crop-preview img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: var(--product-fit, contain);
  object-position: var(--product-x, 50%) var(--product-y, 50%);
  transform: scale(var(--product-zoom, 1));
  transform-origin: var(--product-x, 50%) var(--product-y, 50%);
}

.admin-products {
  display: grid;
  gap: 10px;
}

.admin-toolbar {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin: 14px 0;
}

.admin-toolbar-group {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.admin-toolbar .field {
  max-width: 460px;
}

.admin-toolbar-meta {
  color: var(--muted);
  font-size: 12px;
}

.admin-toolbar-meta strong {
  color: var(--text);
}

.admin-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.admin-products-empty {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #fbfbfb;
}

.admin-product-row {
  display: grid;
  grid-template-columns: auto 72px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  background: #fbfbfb;
  transition: transform 240ms var(--ease), box-shadow 240ms ease, border-color 180ms ease;
}

.admin-product-row:hover {
  border-color: #d4d4d4;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.055);
  transform: translateY(-2px);
}

.admin-product-row.is-selected {
  border-color: #111;
  background: #f6f6f6;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.045);
}

.admin-product-select {
  display: grid;
  gap: 4px;
  place-items: center;
  align-self: stretch;
  justify-self: center;
  min-width: 56px;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.admin-product-select input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--blue);
}

.admin-product-row-copy {
  min-width: 0;
}

.admin-product-row-copy strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-product-row-copy p {
  margin: 5px 0 8px;
  color: var(--muted);
  font-size: 12px;
}

.admin-row-pills,
.admin-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.admin-product-actions {
  justify-content: flex-end;
}

.admin-quick-edit {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 220px;
}

.admin-quick-edit label {
  display: grid;
  gap: 4px;
  min-width: 96px;
  color: var(--muted);
  font-size: 11px;
}

.admin-quick-edit input {
  width: 100%;
  min-height: 34px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 0 9px;
  font: inherit;
}

.admin-product-editor {
  display: grid;
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  animation: editor-reveal 280ms var(--ease) both;
}

@keyframes editor-reveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.admin-product-top {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.admin-product-top p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.admin-product-dashboard {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
}

.admin-product-page .admin-product-dashboard {
  gap: 20px;
  margin: 10px 0 20px;
  padding: 22px 24px;
  border-color: #e1e5ea;
}

.admin-product-titlebar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

.admin-product-titlebar h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
}

.admin-product-page .admin-product-titlebar h2 {
  font-size: 23px;
  line-height: 1.25;
}

.admin-product-titlebar p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.admin-product-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--line);
}

.admin-product-page .admin-product-metrics {
  grid-template-columns: 1.15fr repeat(4, minmax(130px, 1fr));
  border-color: #dfe4ea;
  background: #dfe4ea;
}

.admin-product-metric {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 2px 10px;
  align-items: center;
  min-height: 68px;
  padding: 12px;
  background: #fff;
}

.admin-product-page .admin-product-metric {
  min-height: 82px;
  padding: 15px 18px;
}

.publish-checklist {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  background: #fbfbfb;
}

.publish-checklist strong {
  font-size: 13px;
  font-weight: 500;
}

.publish-checklist div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.publish-checklist span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 12px;
}

.publish-checklist span.ok {
  color: #147a35;
}

.publish-checklist span.warn {
  color: #9b6a00;
}

.admin-product-metric b {
  grid-row: span 2;
  width: 22px;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.admin-product-metric strong {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.admin-product-metric span {
  color: var(--muted);
  font-size: 11px;
}

.admin-editor-tabs {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
}

.admin-product-page .admin-editor-tabs {
  gap: 0;
  margin-bottom: 20px;
  border-bottom-color: #dfe4ea;
}

.admin-editor-tabs button {
  position: relative;
  flex: 0 0 auto;
  padding: 12px 0 13px;
  border: 0;
  background: transparent;
  color: #666;
  font-size: 13px;
}

.admin-product-page .admin-editor-tabs button {
  min-height: 44px;
  padding: 0 16px;
  font-size: 12px;
}

.admin-editor-tabs button.active {
  color: #111;
}

.admin-editor-tabs button.active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #111;
  content: "";
}

.admin-editor-tabs span {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  border-radius: 999px;
  background: #efefed;
  font-size: 11px;
}

.admin-editor-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
}

.admin-product-page .admin-editor-layout {
  grid-template-columns: minmax(720px, 1fr) 362px;
  gap: 18px;
}

.admin-editor-panels {
  min-width: 0;
}

.admin-tab-panel {
  display: none;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
}

.admin-product-page .admin-tab-panel {
  padding: 22px;
  border-color: #e1e5ea;
}

.admin-tab-panel.active {
  display: grid;
  gap: 16px;
}

.admin-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.admin-product-page .admin-product-grid {
  gap: 14px 18px;
}

.admin-section-title {
  margin: 0 0 18px;
  color: #111;
  font-size: 15px;
  font-weight: 600;
}

.admin-product-page .admin-field {
  gap: 8px;
}

.admin-product-page .admin-field span {
  color: #5d6673;
  font-size: 12px;
}

.admin-product-page .field {
  min-height: 42px;
  border-color: #dfe4ea;
  background: #fff;
}

.span-2 {
  grid-column: span 2;
}

.admin-thumb {
  width: 72px;
  height: 72px;
  object-fit: var(--product-fit, contain);
  object-position: var(--product-x, 50%) var(--product-y, 50%);
  transform: scale(var(--product-zoom, 1));
  transform-origin: var(--product-x, 50%) var(--product-y, 50%);
  background: #fff;
}

.admin-checks {
  display: grid;
  gap: 8px;
  color: #333;
  font-size: 12px;
}

.admin-checks.horizontal {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.admin-checks label {
  display: flex;
  gap: 8px;
  align-items: center;
}

.admin-inline-edit {
  position: relative;
}

.admin-inline-edit b {
  position: absolute;
  right: 10px;
  bottom: 12px;
  color: #777;
  font-size: 13px;
  font-weight: 400;
}

.admin-option-pills,
.admin-quality-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-option-pills label,
.admin-quality-grid span,
.admin-image-quality span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  background: #fbfbfb;
  color: #333;
  font-size: 12px;
}

.admin-product-page .admin-option-pills {
  padding: 8px;
  border: 1px solid #e1e5ea;
  background: #fff;
}

.admin-product-page .admin-checks.horizontal {
  gap: 20px;
  padding: 10px 0 0;
}

.admin-card-mini-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.admin-card-mini-head strong {
  font-size: 15px;
  font-weight: 500;
}

.admin-card-mini-head .field {
  max-width: 260px;
}

.admin-structured-list,
.admin-gallery-list,
.admin-reviews-list,
.admin-history {
  display: grid;
  gap: 10px;
}

.admin-structured-row,
.admin-gallery-row,
.admin-review-row {
  display: grid;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  background: #fbfbfb;
}

.admin-structured-row {
  grid-template-columns: 22px minmax(0, 1fr) minmax(0, 1fr) auto;
}

[data-admin-list="kit"] .admin-structured-row {
  grid-template-columns: 22px minmax(0, 1fr) auto;
}

.admin-gallery-row {
  grid-template-columns: 22px 74px minmax(0, 1fr) auto;
}

.admin-gallery-row img {
  width: 74px;
  height: 74px;
  object-fit: var(--product-fit, contain);
  object-position: var(--product-x, 50%) var(--product-y, 50%);
  transform: scale(var(--product-zoom, 1));
  transform-origin: var(--product-x, 50%) var(--product-y, 50%);
  background: #fff;
}

.compact-file {
  margin-top: 8px;
  min-height: 36px;
  padding: 7px;
  font-size: 11px;
}

.admin-drag {
  color: #999;
  cursor: grab;
  font-size: 16px;
  line-height: 1;
}

.admin-image-quality {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 0;
}

.admin-image-quality span {
  min-height: 24px;
  padding: 4px 7px;
  font-size: 11px;
}

.admin-image-quality span.ok {
  border-color: #b9e4c2;
  color: #167a36;
}

.admin-image-quality span.warn {
  border-color: #f2d6a8;
  color: #9a6400;
}

.admin-add-row {
  justify-self: start;
}

.field.field-error {
  border-color: #c93636;
  color: #8b1d1d;
}

[data-field-error] {
  color: var(--muted);
}

.field.field-error + [data-field-error] {
  color: #a32929;
}

.danger-btn {
  border-color: #d8b8b8 !important;
  color: #9b1c1c !important;
}

.danger-action-btn {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #9b1c1c;
  background: #9b1c1c;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
}

.admin-confirm-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(17, 17, 17, 0.34);
}

.admin-confirm-modal {
  width: min(460px, 100%);
  border: 1px solid #dfe3e7;
  background: #fff;
  padding: 22px;
}

.admin-confirm-modal h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
}

.admin-confirm-modal p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.admin-new-color-modal .admin-form-grid {
  margin-top: 18px;
}

.admin-confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 22px;
}

.admin-review-row {
  align-items: start;
}

.admin-review-stars {
  color: #111;
  font-size: 13px;
  letter-spacing: 1px;
}

.admin-live-aside {
  position: sticky;
  top: 74px;
  display: grid;
  gap: 12px;
}

.admin-product-page .admin-live-aside {
  top: 92px;
}

.admin-live-card {
  padding: 16px;
  border: 1px solid var(--line);
  background: #fff;
}

.admin-product-page .admin-live-card {
  padding: 22px;
  border-color: #e1e5ea;
}

.admin-live-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.admin-live-head strong {
  font-size: 13px;
  font-weight: 500;
}

.admin-live-product {
  display: grid;
  gap: 12px;
}

.admin-product-page .admin-live-product {
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px 18px;
  align-items: start;
}

.admin-live-product img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: var(--product-fit, contain);
  object-position: var(--product-x, 50%) var(--product-y, 50%);
  transform: scale(var(--product-zoom, 1));
  transform-origin: var(--product-x, 50%) var(--product-y, 50%);
  border: 1px solid var(--line);
  background: #fbfbfb;
}

.admin-product-page .admin-live-product img {
  grid-row: span 6;
  aspect-ratio: 1 / 2.05;
  border-color: #e1e5ea;
}

.admin-live-product strong {
  font-size: 14px;
  line-height: 1.45;
}

.admin-product-page .admin-live-product strong {
  font-size: 13px;
  font-weight: 600;
}

.admin-live-product p {
  margin: 0;
  font-size: 18px;
}

.admin-product-page .admin-live-product p {
  font-size: 18px;
  font-weight: 600;
}

.admin-preview-command {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  background: #111;
  color: #fff;
  font-size: 13px;
}

.admin-live-product s {
  margin-left: 6px;
  color: var(--muted);
  font-size: 13px;
}

.admin-live-product ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: #555;
  font-size: 12px;
  list-style: none;
}

.admin-live-product small {
  color: #333;
}

.admin-command {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: start;
  justify-content: center;
  padding: 9vh 20px 20px;
  background: rgba(17, 17, 17, 0.28);
}

.admin-command:not([hidden]),
.admin-command.open {
  display: flex;
}

.admin-command-panel {
  width: min(720px, 100%);
  border: 1px solid #dfe3e7;
  background: #fff;
}

.admin-command-panel input {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0 18px;
  font: inherit;
  font-size: 16px;
  outline: 0;
}

.admin-command-results {
  display: grid;
  max-height: 55vh;
  overflow: auto;
}

.admin-command-results a,
.admin-command-results p {
  display: grid;
  gap: 4px;
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
  color: #111;
}

.admin-command-results a:hover {
  background: #f7f7f5;
}

.admin-command-results strong {
  font-size: 13px;
  font-weight: 500;
}

.admin-command-results span,
.admin-command-results p {
  color: var(--muted);
  font-size: 12px;
}

.admin-seo-panel {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  background: #fbfbfb;
}

.admin-seo-panel.compact {
  grid-template-columns: 86px minmax(0, 1fr);
  padding: 0;
  border: 0;
  background: transparent;
}

.admin-seo-score {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  align-content: center;
  border: 6px solid #21b34b;
  border-radius: 50%;
  background: #fff;
}

.admin-seo-score strong {
  font-size: 22px;
  font-weight: 500;
}

.admin-seo-score span {
  color: var(--muted);
  font-size: 11px;
}

.admin-seo-checks {
  display: grid;
  gap: 8px;
  color: #333;
  font-size: 12px;
}

.admin-seo-checks .ok {
  color: #159447;
}

.admin-seo-checks .warn {
  color: #c47a00;
}

.admin-history p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line);
  background: #fbfbfb;
  font-size: 13px;
}

.admin-list {
  display: grid;
  gap: 10px;
}

.admin-list-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #fbfbfb;
}

.admin-list-row p {
  margin: 6px 0 0;
  color: #555;
  font-size: 12px;
  line-height: 1.5;
}

.compact-row {
  align-items: center;
}

.small-field {
  width: 150px;
  margin-top: 10px;
}

.admin-pill {
  align-self: start;
  padding: 6px 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: #333;
  font-size: 12px;
}

.admin-pill.danger {
  border-color: #f0cccc;
  background: #fff5f5;
  color: #9b1c1c;
}

.admin-pill.warning {
  border-color: #ead7a7;
  background: #fff8e8;
  color: #8a5a00;
}

.admin-pill.success {
  border-color: #bfe8cb;
  background: #effaf2;
  color: #147a35;
}

.visitor-kpis {
  margin-bottom: 18px;
}

.visitor-session {
  display: block;
}

.visitor-session summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  cursor: pointer;
  list-style: none;
}

.visitor-session summary::-webkit-details-marker {
  display: none;
}

.visitor-session-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 12px 0;
  color: #555;
  font-size: 12px;
}

.visitor-events {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.visitor-event {
  display: grid;
  grid-template-columns: 138px 76px minmax(0, 1fr);
  gap: 10px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 12px;
}

.visitor-event p {
  margin: 0;
  overflow-wrap: anywhere;
}

.drawer,
.search-panel {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.drawer.open,
.search-panel.open {
  opacity: 1;
  pointer-events: auto;
}

.drawer-panel {
  box-sizing: border-box;
  width: min(336px, calc(100vw - 40px));
  height: 100vh;
  max-height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 24px 26px max(28px, env(safe-area-inset-bottom));
  background: #fff;
  transform: translateX(-100%);
  transition: transform 260ms var(--ease);
  -webkit-overflow-scrolling: touch;
}

.drawer.open .drawer-panel {
  transform: translateX(0);
}

.drawer-panel a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  line-height: 1.25;
}

.drawer-section {
  display: grid;
  padding: 8px 0 18px;
}

.drawer-section + .drawer-section {
  margin-top: 10px;
}

.drawer-title {
  margin: 0;
  padding: 16px 0 8px;
  color: #777;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.drawer-close {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  width: 34px;
  height: 34px;
  margin-left: auto;
  place-items: center;
  border: 0;
  background: #fff;
}

.drawer-close svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #111;
  stroke-width: 1.6;
  stroke-linecap: round;
}

.search-panel {
  display: grid;
  align-items: start;
  padding-top: 86px;
}

.search-box {
  display: flex;
  width: min(720px, calc(100vw - 32px));
  min-height: 62px;
  margin: 0 auto;
  align-items: center;
  gap: 14px;
  padding: 10px;
  background: #fff;
}

.search-box input {
  flex: 1;
  min-width: 0;
  height: 42px;
  border: 0;
  border-bottom: 1px solid var(--line);
  outline: 0;
  font-size: 18px;
}

.search-submit {
  height: 42px;
  border: 0;
  background: #111;
  color: #fff;
  padding: 0 24px;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  padding: 13px 18px;
  background: #111;
  color: #fff;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.empty-state {
  padding: 80px 0;
  text-align: center;
}

@media (max-width: 720px) {
  :root {
    --side: 13px;
  }

  body {
    font-size: 13px;
  }

  .promo-bar {
    display: flex;
  }

  .site-header {
    height: 73px;
    justify-content: center;
    padding: 0 13px;
  }

  .brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .desktop-nav,
  .user-icon {
    display: none;
  }

  .catalog-menu {
    display: none;
  }

  .burger {
    position: absolute;
    left: 13px;
    display: grid;
    gap: 6px;
  }

  .header-actions {
    position: absolute;
    right: 13px;
    gap: 16px;
  }

  .container {
    width: calc(100% - 26px);
  }

  .hero {
    height: 398px;
  }

  .hero-picture img {
    object-position: var(--hero-mobile-x, 50%) var(--hero-mobile-y, 0);
    transform: scale(var(--hero-mobile-zoom, 1));
    transform-origin: var(--hero-mobile-x, 50%) var(--hero-mobile-y, 0);
  }

  .hero-card {
    min-width: 0;
    width: 100%;
    padding: 0 20px;
    background: transparent;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 12px;
  }

  .section {
    padding: 46px 0;
  }

  .section-title {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 1.2;
  }

  .mobile-only {
    display: block;
  }

  .eyebrow {
    max-width: 280px;
    margin: -12px auto 34px;
    font-size: 12px;
  }

  .grid,
  .grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 10px;
  }

  .product-image {
    min-height: 170px;
  }

  .product-image img {
    max-height: 170px;
  }

  .product-recommendations > .container {
    width: calc(100% - 26px);
  }

  .product-recommendations .product-image {
    min-height: 184px;
  }

  .product-recommendations .product-image img {
    max-height: 184px;
  }

  .product-title,
  .price {
    font-size: 11px;
  }

  .sale {
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 8px;
  }

  .feature-mosaic {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mosaic-large img {
    height: 294px;
  }

  .mosaic-stack {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mosaic-stack img,
  .mosaic-stack a:last-child img {
    height: 186px;
  }

  .info-strip {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 46px 0;
  }

  .toolbar {
    justify-content: space-between;
    margin-bottom: 42px;
    align-items: flex-start;
    gap: 16px;
  }

  .filters {
    min-width: 0;
  }

  .filters > span,
  .filters .filter-btn:not(.mobile-filter),
  .sort {
    display: none;
  }

  .mobile-filter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }

  .mobile-filter svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-product-count {
    display: inline-flex;
    flex: 0 0 auto;
    color: #333;
    font-size: 12px;
    white-space: nowrap;
  }

  .filter-panel-card {
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 22px 13px 18px;
  }

  .filter-panel-actions {
    position: sticky;
    bottom: -18px;
    margin-right: -13px;
    margin-left: -13px;
    padding: 12px 13px 0;
    background: #fff;
  }

  .page-hero {
    padding: 36px 0 22px;
  }

  .page-hero h1,
  .cart-head h1,
  .article-body h1,
  .thanks-panel h1,
  .contact-page h1,
  .copy-block h1 {
    font-size: 24px;
  }

  .breadcrumb {
    margin-bottom: 18px;
    overflow: hidden;
    white-space: nowrap;
  }

  .product-layout {
    width: calc(100% - 26px);
    min-width: 0;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 22px 0 18px;
  }

  .product-main-img {
    min-height: 350px;
  }

  .product-main-img img {
    max-height: 350px;
  }

  .product-gallery-count {
    right: 8px;
    bottom: 8px;
    min-width: 42px;
    height: 22px;
    font-size: 10px;
  }

  .product-thumbs {
    display: block;
    height: 82px;
  }

  .thumbs {
    height: 82px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .thumbs-track {
    grid-auto-columns: 74px;
    height: 82px;
  }

  .thumbs button {
    height: 82px;
  }

  .product-thumbs-arrow {
    display: none;
  }

  .product-brand {
    margin: 0 0 8px;
  }

  .product-summary h1 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.2;
    word-break: break-word;
  }

  .product-summary .price {
    font-size: 20px;
  }

  .product-rating {
    flex-wrap: wrap;
    gap: 10px;
  }

  .product-rating-score {
    gap: 9px;
  }

  .product-rating-stars {
    letter-spacing: 1.4px;
  }

  .product-original {
    min-height: 20px;
    border-radius: 2px;
    padding: 0 9px;
    background: #f4f4f4;
    color: #333;
    font-size: 11.5px;
    white-space: nowrap;
  }

  .product-original::before {
    content: none;
  }

  .product-original-brand {
    display: none;
  }

  .product-card-preset-conversion-v34 .product-color {
    margin-bottom: 8px;
  }

  .product-commerce-info {
    gap: 14px;
    margin: 20px 0;
  }

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

  .product-info-item {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
  }

  .product-info-icon {
    width: 24px;
    height: 24px;
  }

  .product-info-icon svg {
    width: 23px;
    height: 23px;
  }

  .product-card-preset-conversion-v34 .product-assurance.rich {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px;
    margin: 10px 0 8px;
    padding: 0;
  }

  .product-card-preset-conversion-v34 .product-assurance.rich span {
    grid-template-columns: 1fr;
    grid-template-rows: 22px auto;
    gap: 3px;
    justify-items: center;
    font-size: 7px;
    line-height: 1.15;
    text-align: center;
  }

  .product-card-preset-conversion-v34 .product-assurance.rich i {
    width: 22px;
    height: 22px;
  }

  .product-card-preset-conversion-v34 .product-assurance.rich svg {
    width: 15px;
    height: 15px;
  }

  .product-card-preset-conversion-v34 .product-assurance.rich b {
    font-size: 7px;
    font-weight: 400;
    line-height: 1.15;
  }

  .product-commerce-info.rich {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 6px 0 22px;
    padding: 3px 0;
  }

  .product-commerce-info.rich .product-commerce-delivery {
    padding-left: 0;
    padding-top: 6px;
    border-left: 0;
    border-top: 0;
  }

  .product-commerce-info.rich .product-commerce-group > strong {
    margin-bottom: 7px;
    font-size: 13px;
  }

  .product-commerce-info.rich .product-payment-marks {
    gap: 6px 11px;
  }

  .product-commerce-info.rich .product-payment-usdt {
    display: none;
  }

  .product-commerce-info.rich .product-payment-visa { order: 1; }
  .product-commerce-info.rich .product-payment-master { order: 2; }
  .product-commerce-info.rich .product-payment-apple { order: 3; }
  .product-commerce-info.rich .product-payment-google { order: 4; }

  .product-commerce-info.rich .product-payment-cash-mobile {
    display: none;
    order: 5;
    align-items: center;
    height: 16px;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
  }

  .product-commerce-info.rich .product-payment-visa {
    width: 41px;
  }

  .product-commerce-info.rich .product-payment-master {
    width: 25px;
  }

  .product-commerce-info.rich .product-payment-apple {
    width: 43px;
  }

  .product-commerce-info.rich .product-payment-google {
    width: 44px;
  }

  .product-commerce-info.rich .product-payment-usdt {
    width: 18px;
  }

  .product-commerce-info.rich .product-payment-cash-logo {
    width: 24px;
  }

.product-commerce-info.rich .product-payment-logo img {
  height: 13.5px;
}

  .product-commerce-info.rich .product-delivery-options {
    gap: 7px 14px;
  }

  .product-commerce-info.rich .product-delivery-options > span {
    font-size: 12px;
  }

  .product-card-preset-conversion-v34-commerce .product-commerce-info.compact {
    gap: 10px;
    margin: 14px 0;
  }

  .product-card-preset-conversion-v34-commerce .product-commerce-row {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
  }

  .product-card-preset-conversion-v34-commerce .product-payment-marks,
  .product-card-preset-conversion-v34-commerce .product-delivery-options {
    gap: 5px 10px;
  }

  .product-card-preset-conversion-v34-commerce .product-payment-marks {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    justify-content: start;
  }

  .product-card-preset-conversion-v34-commerce .product-payment-cash {
    display: inline-flex !important;
    font-size: 10px;
  }

  .product-card-preset-conversion-v34-commerce .product-payment-visa {
    width: 49px;
  }

  .product-card-preset-conversion-v34-commerce .product-payment-master {
    width: 21px;
  }

  .product-card-preset-conversion-v34-commerce .product-payment-apple {
    width: 38px;
  }

  .product-card-preset-conversion-v34-commerce .product-payment-google {
    width: 40px;
  }

  .product-card-preset-conversion-v34-commerce .product-payment-usdt {
    width: 16px;
  }

  .product-card-preset-conversion-v34-commerce .product-payment-cash-logo {
    width: 26px;
  }

  .product-card-preset-conversion-v34-commerce .product-payment-marks > span {
    height: 18px;
  }

  .product-card-preset-conversion-v34-commerce .product-payment-logo img {
    height: 16px;
  }

  .product-card-preset-conversion-v34-commerce .product-delivery-options > span {
    font-size: 11px;
  }

  .product-card-preset-conversion-v34-commerce .product-delivery-options {
    column-gap: 14px;
  }

  .product-card-preset-conversion-v34 .product-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    margin-top: 10px;
  }

  .product-post-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 14px 0;
  }

  .product-post-trust .trust-item {
    min-height: 88px;
    grid-template-columns: 1fr;
    grid-template-rows: 28px auto auto;
    gap: 5px;
    align-content: start;
    justify-items: center;
    padding: 0 10px;
    text-align: center;
  }

  .section.compact.product-spec-section {
    padding: 8px 0 0;
  }

  .product-post-trust .trust-item + .trust-item {
    border-left: 1px solid #e7e7e7;
  }

  .product-post-trust .trust-icon {
    width: 28px;
    height: 28px;
    grid-row: auto;
  }

  .product-post-trust .trust-icon svg {
    width: 24px;
    height: 24px;
  }

  .product-post-trust .trust-item strong {
    align-self: start;
    font-size: 11px;
    line-height: 1.25;
  }

  .product-post-trust .trust-item span:last-child {
    align-self: start;
    font-size: 10px;
    line-height: 1.3;
  }

  .product-actions .outline-btn,
  .product-actions .black-btn {
    min-height: 52px;
  }

  .product-actions .black-btn {
    min-height: 60px;
  }

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

  .product-card-preset-conversion-v34 .trust-item {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 22px auto;
    gap: 4px;
    align-content: start;
    justify-items: center;
    padding: 0;
    text-align: center;
  }

  .product-card-preset-conversion-v34 .trust-icon {
    width: 22px;
    height: 22px;
    grid-row: auto;
    border: 1px solid var(--line);
    border-radius: 50%;
  }

  .product-card-preset-conversion-v34 .trust-icon svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.8;
  }

  .product-card-preset-conversion-v34 .trust-item strong {
    align-self: start;
    font-size: 7px;
    font-weight: 400;
    line-height: 1.15;
  }

  .product-description.rich-description {
    max-width: 100%;
    margin-bottom: 0;
    text-align: left;
  }

  .description-preview::after {
    height: 112px;
  }

  .description-fade-sample {
    max-height: 280px;
  }

  .section.compact.product-recommendations {
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .product-recommendations .centered {
    margin-bottom: 0;
  }

  .product-recommendations + .footer {
    margin-top: 0;
  }

  .product-description h2 {
    font-size: 22px;
  }

  .product-description h3 {
    font-size: 18px;
  }

  .product-seo-faq {
    margin-top: 24px;
  }

  .product-description .product-seo-faq h2 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.2;
  }

  .product-faq-item summary {
    grid-template-columns: minmax(0, 1fr) 16px;
    gap: 10px;
    min-height: 42px;
    padding: 0 12px;
  }

  .product-description .product-faq-item h3 {
    font-size: 13px;
    line-height: 1.25;
  }

  .product-faq-item summary span {
    width: 12px;
    height: 12px;
  }

  .product-faq-item summary span::before,
  .product-faq-item summary span::after {
    width: 10px;
  }

  .product-faq-answer {
    padding: 0 12px 12px;
  }

  .product-description .product-faq-answer p {
    font-size: 12px;
    line-height: 1.45;
  }

  .prod-descript {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 28px 0;
  }

  .prod_descript {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 28px 0;
  }

  .product-spec-section.product-category-dryers .prod-descript,
  .product-spec-section.product-category-dryers .prod_descript,
  .dyvo-product-description .prod-descript,
  .dyvo-product-description .prod_descript {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 12px;
    margin: 22px 0;
  }

  .product-spec-section.product-category-dryers .prod-descript.reverse .desc-media,
  .dyvo-product-description .prod-descript.reverse .desc-media {
    order: -1;
  }

  .product-spec-section.product-category-dryers .desc-text h3,
  .product-spec-section.product-category-dryers .desc_text h3,
  .dyvo-product-description .desc-text h3,
  .dyvo-product-description .desc_text h3 {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.25;
  }

  .product-spec-section.product-category-dryers .desc-text p,
  .product-spec-section.product-category-dryers .desc_text p,
  .product-spec-section.product-category-dryers .desc-text li,
  .product-spec-section.product-category-dryers .desc_text li,
  .dyvo-product-description .desc-text p,
  .dyvo-product-description .desc_text p,
  .dyvo-product-description .desc-text li,
  .dyvo-product-description .desc_text li {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left !important;
  }

  .product-spec-section.product-category-dryers .desc-text ul,
  .product-spec-section.product-category-dryers .desc_text ul,
  .dyvo-product-description .desc-text ul,
  .dyvo-product-description .desc_text ul {
    margin-bottom: 10px;
    padding-left: 16px;
  }

  .product-spec-section.product-category-dryers .desc-media img,
  .product-spec-section.product-category-dryers .desc_images img,
  .product-spec-section.product-category-dryers .deferred-video,
  .dyvo-product-description .desc-media img,
  .dyvo-product-description .desc_images img,
  .dyvo-product-description .deferred-video {
    border-radius: 0;
  }

  .dyvo-product-description .description-preview > p,
  .dyvo-product-description .description-preview > ul li {
    text-align: left !important;
  }

  .dyvo-product-description section.prod_descript:has(> .desc_text + .desc_text) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .dyvo-product-description section.prod_descript:has(> .desc_text + .desc_text) > .desc_text {
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-self: stretch;
  }

  .dyvo-product-description section.prod_descript:has(> .desc_text + .desc_text) > .desc_text > p {
    display: none;
  }

  .prod-descript.reverse .desc-media {
    order: 0;
  }

  .tabs {
    gap: 30px;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .specs th,
  .specs td {
    display: block;
    width: 100%;
    padding: 4px 0;
  }

  .specs tr {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }

  .specs th,
  .specs td {
    border: 0;
  }

  .cart-page,
  .checkout-page {
    padding: 48px 0 44px;
  }

  .cart-head {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 44px;
  }

  .cart-head h1 {
    font-size: 34px;
  }

  .cart-head p {
    margin-top: 8px;
    font-size: 12px;
  }

  .cart-shell,
  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cart-table-head {
    display: none;
  }

  .cart-row {
    position: relative;
    display: block;
    min-height: 184px;
    padding: 0 0 32px 200px;
    margin-bottom: 26px;
    overflow: visible;
  }

  .cart-product {
    display: block;
  }

  .cart-product > div {
    min-height: 0;
    padding-top: 12px;
  }

  .cart-product h3 {
    max-width: 100%;
    padding-right: 34px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.45;
    white-space: normal;
  }

  .cart-product p {
    font-size: 17px;
    line-height: 1.45;
  }

  .cart-product-image-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 168px;
  }

  .cart-product img {
    width: 100%;
    height: clamp(184px, 36vw, 250px);
    object-fit: contain;
  }

  .cart-row-controls {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(8px, 2vw, 14px);
    align-items: center;
    width: 100%;
    margin-top: 12px;
    padding-top: 0;
  }

  .cart-row .qty {
    flex: 0 0 auto;
    width: auto;
    height: 38px;
  }

  .cart-row .qty button,
  .cart-row .qty span {
    width: 38px;
    height: 38px;
    font-size: 15px;
    line-height: 1;
  }

  .cart-row-total {
    grid-column: 3;
    margin-left: auto;
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
  }

  .cart-row .remove {
    position: absolute;
    top: 12px;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 30px;
    z-index: 1;
  }

  .cart-delivery-progress {
    padding: 22px 0;
  }

  .cart-delivery-progress-head,
  .cart-promo-row {
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    gap: 24px;
    font-size: 20px;
    line-height: 1.35;
  }

  .cart-promo-row {
    padding: 28px 0;
  }

  .cart-promo-form {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-left: 66px;
  }

  .cart-promo-form .ghost-btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .cart-line-icon {
    width: 42px;
    height: 42px;
  }

  .cart-line-icon svg {
    width: 30px;
    height: 30px;
  }

  .cart-progress-track {
    width: 100%;
    margin-left: 0;
  }

  .cart-summary-card,
  .checkout-order,
  .checkout,
  .checkout-form {
    width: 100%;
    min-width: 0;
  }

  .cart-summary-card,
  .checkout-order {
    position: static;
    top: auto;
  }

  .cart-summary-card {
    gap: 14px;
    padding-top: 34px;
  }

  .cart-summary-card p {
    display: none;
  }

  .cart-summary-card h2 {
    display: block;
    margin-bottom: 12px;
    font-size: 27px;
  }

  .summary-line {
    font-size: 19px;
  }

  .summary-line,
  .summary-total {
    align-items: flex-start;
  }

  .summary-line span:last-child,
  .summary-total strong {
    max-width: 160px;
    text-align: right;
  }

  .summary-total {
    margin-top: 12px;
    padding-top: 28px;
    font-size: 21px;
  }

  .summary-total strong {
    font-size: 31px;
  }

  .cart-trust-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .cart-trust-item {
    justify-items: center;
    text-align: center;
    font-size: 10px;
  }

  .cart-trust-item span {
    width: 34px;
    height: 34px;
  }

  .cart-checkout {
    min-height: 66px;
    margin-top: 10px;
    font-size: 18px;
  }

  .cart-recommendations {
    padding-bottom: 128px;
  }

  .cart-recommendations-head {
    margin-bottom: 28px;
    font-size: 25px;
  }

  .cart-recommendations-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(192px, 23vw);
    grid-template-columns: none;
    gap: 16px;
    margin-right: calc(var(--side) * -1);
    padding-right: var(--side);
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .cart-recommendations-grid .product-card {
    scroll-snap-align: start;
    border: 1px solid var(--line);
    padding: 14px 14px 18px;
  }

  .cart-recommendations-grid .product-image {
    min-height: 132px;
    margin-bottom: 16px;
  }

  .cart-recommendations-grid .product-image img {
    max-height: 132px;
  }

  .cart-recommendations-grid .product-title {
    min-height: 42px;
    font-size: 15px;
    line-height: 1.35;
  }

  .cart-recommendations-grid .price {
    margin-top: 16px;
    font-size: 17px;
    font-weight: 500;
  }

  .cart-recommendations-grid .quick-add {
    right: 14px;
    top: auto;
    bottom: 14px;
    display: grid;
    width: 40px;
    height: 40px;
    border-radius: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .cart-sticky-checkout {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(132px, 44%);
    gap: 14px;
    align-items: center;
    padding: 12px var(--side) calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
  }

  .cart-sticky-checkout span {
    display: block;
    color: var(--muted);
    font-size: 11px;
  }

  .cart-sticky-checkout strong {
    display: block;
    margin-top: 2px;
    color: #111;
    font-size: 18px;
    font-weight: 500;
  }

  .cart-sticky-checkout .black-btn {
    min-height: 46px;
    padding: 0 14px;
    white-space: nowrap;
  }

  @media (max-width: 520px) {
    .cart-page {
      padding: 18px 0 20px;
    }

    .cart-head {
      gap: 6px;
      margin-bottom: 20px;
    }

    .cart-head h1 {
      font-size: 22px;
      line-height: 1.12;
    }

    .cart-continue {
      font-size: 11px;
    }

    .cart-shell {
      gap: 16px;
    }

    .cart-row {
      min-height: 124px;
      padding-left: 126px;
      padding-bottom: 16px;
      margin-bottom: 0;
    }

    .cart-product > div {
      padding-top: 0;
    }

    .cart-product h3 {
      padding-right: 22px;
      margin-bottom: 6px;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.4;
    }

    .cart-product p {
      font-size: 11px;
      line-height: 1.35;
    }

    .cart-product-image-link {
      width: 104px;
    }

    .cart-product img {
      height: clamp(124px, 36vw, 146px);
    }

    .cart-row-controls {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      gap: 8px;
      margin-top: 10px;
      padding-top: 0;
    }

    .cart-row .qty {
      height: 34px;
    }

    .cart-row .qty button,
    .cart-row .qty span {
      width: 34px;
      height: 34px;
      font-size: 14px;
    }

    .cart-row-total {
      font-size: 13px;
      font-weight: 500;
    }

    .cart-row .remove {
      top: 0;
      font-size: 22px;
    }

    .cart-delivery-progress {
      padding: 14px 0;
    }

    .cart-delivery-progress-head,
    .cart-promo-row {
      grid-template-columns: 24px minmax(0, 1fr) 16px;
      gap: 12px;
      font-size: 12px;
      line-height: 1.42;
    }

    .cart-promo-row {
      padding: 14px 0;
    }

    .cart-promo-form {
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 8px;
      padding: 0 0 14px 36px;
    }

    .cart-promo-form .field,
    .cart-promo-form .black-btn,
    .cart-promo-form .ghost-btn {
      min-height: 34px;
      font-size: 11px;
    }

    .cart-promo-form .black-btn,
    .cart-promo-form .ghost-btn {
      padding: 0 10px;
    }

    .cart-line-icon {
      width: 24px;
      height: 24px;
    }

    .cart-line-icon svg {
      width: 21px;
      height: 21px;
    }

    .cart-progress-track {
      width: 100%;
      height: 3px;
      margin-left: 0;
    }

    .cart-summary-card {
      padding-top: 18px;
      gap: 10px;
    }

    .cart-summary-card h2 {
      margin-bottom: 8px;
      font-size: 18px;
    }

    .summary-line {
      font-size: 12px;
    }

    .summary-total {
      margin-top: 2px;
      padding-top: 14px;
      font-size: 13px;
    }

    .summary-total strong {
      font-size: 18px;
      font-weight: 500;
    }

    .cart-checkout {
      min-height: 42px;
      margin-top: 2px;
      font-size: 12px;
    }

    .cart-trust-strip {
      gap: 4px;
      margin-top: 10px;
    }

    .cart-trust-item {
      font-size: 8px;
      line-height: 1.25;
    }

    .cart-trust-item span {
      width: 22px;
      height: 22px;
    }

    .cart-trust-item svg {
      width: 15px;
      height: 15px;
    }

    .cart-recommendations {
      padding-bottom: 82px;
    }

    .cart-recommendations-head {
      margin-bottom: 14px;
      font-size: 16px;
    }

    .cart-recommendations-grid {
      grid-auto-flow: row;
      grid-auto-columns: auto;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin-right: 0;
      padding-right: 0;
      overflow: visible;
    }

    .cart-recommendations-grid .product-card {
      padding: 8px 7px 10px;
    }

    .cart-recommendations-grid .product-image {
      min-height: 76px;
      margin-bottom: 8px;
    }

    .cart-recommendations-grid .product-image img {
      max-height: 76px;
    }

    .cart-recommendations-grid .product-title {
      min-height: 30px;
      font-size: 8.5px;
      line-height: 1.35;
    }

    .cart-recommendations-grid .price {
      margin-top: 8px;
      padding-right: 24px;
      font-size: 10px;
      font-weight: 500;
    }

    .cart-recommendations-grid .product-badges {
      display: none;
    }

    .cart-recommendations-grid .quick-add {
      right: 6px;
      bottom: 8px;
      width: 24px;
      height: 24px;
      font-size: 16px;
    }

    .cart-sticky-checkout {
      grid-template-columns: minmax(0, 1fr) minmax(136px, 42%);
      gap: 10px;
      padding-top: 10px;
      padding-bottom: calc(10px + env(safe-area-inset-bottom));
    }

    .cart-sticky-checkout strong {
      font-size: 16px;
    }

    .cart-sticky-checkout .black-btn {
      min-height: 44px;
      font-size: 13px;
    }
  }

  @media (max-width: 430px) {
    .cart-head h1 {
      font-size: 20px;
    }

    .cart-row {
      min-height: 118px;
      padding-left: 116px;
    }

    .cart-product h3 {
      font-size: 11px;
      font-weight: 500;
      line-height: 1.35;
    }

    .cart-product p {
      font-size: 10px;
    }

    .cart-product-image-link {
      width: 96px;
    }

    .cart-product img {
      height: 118px;
    }

    .cart-row-controls {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      gap: 6px;
      margin-top: 8px;
      padding-top: 0;
    }

    .cart-row .qty {
      height: 32px;
    }

    .cart-row .qty button,
    .cart-row .qty span {
      width: 32px;
      height: 32px;
      font-size: 13px;
    }

    .cart-row-total {
      font-size: 12px;
      font-weight: 500;
    }
  }

  .checkout-form {
    padding: 18px;
  }

  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .checkout-order {
    padding: 18px;
  }

  .checkout-order-item {
    grid-template-columns: 58px 1fr;
  }

  .checkout-order-item em {
    grid-column: 2;
  }

  .about-images,
  .blog-grid,
  .contact-two {
    grid-template-columns: 1fr;
  }

  .about-images img,
  .blog-card img,
  .blog-card.wide img,
  .article-hero img {
    height: 250px;
  }

  .copy-block {
    margin-top: 34px;
    text-align: left;
  }

  .about-page {
    padding-top: 38px;
  }

  .copy-block h2 {
    margin-top: 34px;
    font-size: 22px;
  }

  .copy-block p,
  .article-body p {
    font-size: 14px;
    line-height: 1.65;
  }

  .article-body {
    margin: 36px auto;
  }

  .contact-page {
    padding: 38px 0 48px;
  }

  .policy-page {
    padding: 40px 0 52px;
  }

  .policy-head {
    margin-bottom: 36px;
  }

  .policy-head h1 {
    font-size: 24px;
  }

  .policy-head p,
  .policy-card ul,
  .policy-note {
    font-size: 13px;
  }

  .policy-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .policy-card h2 {
    font-size: 20px;
  }

  .policy-actions {
    display: grid;
  }

  .contact-hours {
    margin-bottom: 34px;
  }

  .thanks-hero {
    height: 398px;
  }

  .thanks-panel {
    padding: 26px 20px;
  }

  .footer {
    margin-top: 28px;
    padding: 0;
  }

  .footer > .container {
    width: calc(100% - 26px);
    padding: 38px 0 28px;
    border-radius: 0;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-top {
    gap: 22px;
    padding-bottom: 30px;
  }

  .footer-logo-link img {
    width: 82px;
  }

  .footer-brand-block p,
  .footer-newsletter p {
    font-size: 13px;
    line-height: 1.52;
  }

  .footer h3 {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .footer-newsletter form {
    grid-template-columns: minmax(0, 1fr) 118px;
    min-height: 46px;
    padding: 0;
  }

  .footer-newsletter input {
    padding: 0 14px;
    font-size: 13px;
  }

  .footer-newsletter button {
    min-height: 46px;
    padding: 0 12px;
    font-size: 11px;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
    padding: 30px 0 34px;
  }

  .footer-about {
    display: none;
  }

  .footer-col {
    gap: 8px;
  }

  .footer a,
  .footer p {
    font-size: 12px;
    line-height: 1.48;
  }

  .footer-contact {
    grid-column: 1 / -1;
    padding-top: 0;
  }

  .footer-contact-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .social {
    gap: 8px;
    margin-top: 14px;
  }

  .social button {
    width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 0;
    font-size: 0;
  }

  .social button svg {
    width: 22px;
    height: 22px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 0 28px;
  }

  .footer-bottom p,
  .payments {
    grid-column: 1;
    grid-row: auto;
  }

  .footer-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 22px 0 18px;
  }

  .footer-badges > span {
    min-height: 64px;
    grid-template-columns: 1fr;
    gap: 8px;
    align-content: start;
    padding: 0 8px;
    border-left: 0;
  }

  .footer-badges > span + span {
    border-left: 1px solid #dcdcdc;
    padding-left: 14px;
  }

  .footer-badges > span > svg,
  .footer-badges .footer-badge-icon {
    width: 24px;
    height: 24px;
  }

  .footer-badges strong {
    display: block;
    font-size: 11px;
    line-height: 1.25;
  }

  .footer-badges small {
    font-size: 11px;
  }

  .payments {
    gap: 8px;
  }

  .pay-card {
    min-width: 0;
    height: 34px;
    border-radius: 0;
  }

  .pay-visa {
    width: 54px;
  }

  .pay-master {
    width: 34px;
  }

  .pay-apple {
    width: 62px;
  }

  .pay-google {
    width: 66px;
  }

  .admin-page {
    min-height: calc(100vh - 97px);
    padding: 22px 0 46px;
  }

  .admin-shell,
  .admin-kpis,
  .admin-work-grid,
  .admin-health-grid,
  .admin-shortcuts,
  .admin-form-grid,
  .admin-add-form,
  .admin-banner-item,
  .admin-crop-panel,
  .admin-product-top,
  .admin-product-grid,
  .admin-quick-edit,
  .admin-list-row {
    grid-template-columns: 1fr;
  }

  .span-2 {
    grid-column: auto;
  }

  .admin-sidebar {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }

  .admin-brand {
    grid-column: 1 / -1;
  }

  .admin-head {
    display: grid;
    align-items: start;
  }

  .admin-head-actions {
    justify-content: stretch;
  }

  .admin-save-bar {
    display: grid;
    top: 0;
  }

  .admin-save-bar > span {
    margin-left: 0;
  }

  .admin-head-actions .black-btn,
  .admin-head-actions .ghost-btn {
    width: 100%;
  }

  .admin-head h1 {
    font-size: 28px;
  }

  .admin-card {
    padding: 16px;
  }

  .admin-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-toolbar .field {
    max-width: none;
  }

  .admin-toolbar-actions {
    justify-content: flex-start;
  }

  .admin-card-head {
    display: grid;
  }

  .admin-product-titlebar,
  .admin-card-mini-head,
  .admin-history p {
    display: grid;
  }

  .admin-product-metrics,
  .admin-editor-layout,
  .admin-seo-panel,
  .admin-seo-panel.compact,
  .admin-structured-row,
  [data-admin-list="kit"] .admin-structured-row,
  .admin-gallery-row {
    grid-template-columns: 1fr;
  }

  .admin-product-row {
    grid-template-columns: auto 1fr;
    align-items: start;
  }

  .admin-product-row > .admin-thumb {
    grid-column: 2;
    width: 100%;
    height: 150px;
  }

  .admin-product-select {
    grid-column: 1;
    grid-row: 1 / span 3;
    justify-self: start;
    align-self: start;
    min-width: 48px;
  }

  .admin-product-row-copy {
    grid-column: 2;
  }

  .admin-product-actions {
    grid-column: 2;
    justify-content: flex-start;
  }

  .admin-live-aside {
    position: static;
  }

  .admin-tab-panel {
    padding: 14px;
  }

  .admin-gallery-row img {
    width: 100%;
    height: 160px;
  }

  .admin-hero-preview {
    height: 240px;
  }

  .admin-hero-preview-copy {
    left: 18px;
    bottom: 18px;
  }

  .admin-hero-preview-copy strong {
    font-size: 22px;
  }

  .admin-banner-preview,
  .admin-crop-preview {
    min-height: 220px;
  }

  .admin-thumb {
    width: 100%;
    height: 120px;
  }

  .admin-product-row {
    grid-template-columns: auto 92px minmax(0, 1fr);
    align-items: start;
  }

  .admin-product-select {
    min-width: 42px;
  }

  .admin-product-row .admin-thumb {
    width: 92px;
    height: 92px;
  }

  .admin-product-row-copy {
    grid-column: 3;
  }

  .admin-product-actions {
    grid-column: 3;
    justify-content: stretch;
  }

  .admin-product-actions .black-btn,
  .admin-product-actions .ghost-btn {
    flex: 1 1 140px;
  }

  .small-field {
    width: 100%;
  }

  .search-box {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .search-submit {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .footer > .container {
    padding: 34px 0 26px;
  }

  .footer-logo-link img {
    width: 74px;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 22px;
  }

  .footer-newsletter {
    gap: 12px;
  }

  .footer-newsletter form {
    grid-template-columns: minmax(0, 1fr) 108px;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-contact-item {
    gap: 11px;
  }

  .social button {
    width: 30px;
    height: 30px;
    min-height: 34px;
    padding: 0;
    font-size: 0;
  }

  .social button svg {
    width: 22px;
    height: 22px;
  }

  .footer-badges {
    max-width: none;
    gap: 8px;
  }

  .footer-badges > span {
    min-height: 64px;
    align-content: center;
    padding: 0 6px;
    justify-content: start;
  }

  .footer-badges > span + span {
    padding-left: 10px;
  }

  .footer-badges small {
    display: none;
  }

  .pay-card {
    min-width: 0;
    height: 34px;
  }
}

@media (max-width: 350px) {
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-newsletter form {
    grid-template-columns: 1fr;
  }

  .footer-newsletter button {
    border-left: 0;
    border-top: 1px solid #cfcfcf;
    min-height: 42px;
  }
}

.product-reviews {
  color: #111;
  scroll-margin-top: 96px;
  max-width: 100%;
  overflow-x: clip;
}

.reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.reviews-head h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}

.review-write-btn,
.review-more {
  min-height: 46px;
  border: 1px solid #111;
  border-radius: 0;
  padding: 0 24px;
  background: #fff;
  color: #111;
}

.review-compose {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 16px;
  margin-bottom: 26px;
  padding: 22px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.review-compose[hidden] {
  display: none;
}

.review-compose label {
  display: grid;
  gap: 7px;
  font-size: 12px;
}

.review-compose input,
.review-compose select,
.review-compose textarea {
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 0;
  padding: 10px 12px;
  background: #fff;
  color: #111;
}

.review-compose-message,
.review-compose-actions {
  grid-column: 1 / -1;
}

.review-compose-actions {
  display: flex;
  gap: 10px;
}

.reviews-summary {
  display: grid;
  grid-template-columns: 180px minmax(240px, 1.15fr) 190px minmax(220px, .9fr);
  align-items: stretch;
  margin-bottom: 34px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 34px;
}

.reviews-summary > * {
  min-width: 0;
  padding: 10px 26px;
}

.reviews-summary > :first-child {
  padding-left: 0;
}

.reviews-summary > * + * {
  border-left: 1px solid #ddd;
}

@media (min-width: 721px) and (max-width: 1180px) {
  .reviews-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 28px;
    padding-bottom: 28px;
  }

  .reviews-summary > *,
  .reviews-summary > :first-child {
    padding: 20px 20px 20px 0;
  }

  .reviews-summary > * + * {
    border-left: 0;
  }

  .reviews-summary > :nth-child(even) {
    padding-right: 0;
    padding-left: 20px;
  }

  .reviews-summary > :nth-child(n + 3) {
    border-top: 1px solid #ddd;
    padding-top: 24px;
  }
}

.reviews-score {
  display: grid;
  align-content: center;
  gap: 12px;
}

.reviews-score > strong {
  font-size: 72px;
  font-weight: 500;
  line-height: .9;
}

.review-stars {
  display: inline-flex;
  color: #111;
  font-size: 18px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.reviews-score > span:last-child {
  color: #666;
  font-size: 12px;
}

.reviews-histogram {
  display: grid;
  align-content: center;
  gap: 15px;
}

.histogram-row {
  display: grid;
  grid-template-columns: 34px minmax(80px, 1fr) 30px;
  gap: 12px;
  align-items: center;
  font-size: 12px;
}

.histogram-row i {
  display: block;
  height: 5px;
  overflow: hidden;
  background: #e8e8e8;
}

.histogram-row b {
  display: block;
  height: 100%;
  background: #111;
}

.histogram-row em {
  font-style: normal;
}

.reviews-recommend {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.recommend-ring {
  position: relative;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#111 0 97%, #e7e7e7 97% 100%);
}

.recommend-ring::before {
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.recommend-ring strong {
  position: relative;
  z-index: 1;
  font-size: 26px;
  font-weight: 500;
}

.reviews-recommend p {
  margin: 12px 0 18px;
  font-size: 13px;
}

.reviews-recommend small {
  color: #777;
  font-size: 10px;
  white-space: nowrap;
}

.reviews-strengths {
  display: grid;
  align-content: center;
  gap: 18px;
  margin: 0;
  list-style: none;
}

.reviews-strengths li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
}

.reviews-strengths li span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid #111;
  border-radius: 50%;
  font-size: 10px;
}

.reviews-toolbar {
  margin-bottom: 34px;
}

.reviews-toolbar > p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
  color: #666;
  font-size: 12px;
}

.reviews-toolbar > p strong {
  color: #111;
}

.review-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.review-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.review-filters button {
  min-height: 40px;
  border: 1px solid #bbb;
  border-radius: 0;
  padding: 0 14px;
  background: #fff;
  color: #111;
  font-size: 11px;
}

.review-filters button.active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.reviews-photos {
  margin-bottom: 42px;
}

.reviews-photos h3 {
  margin: 0 0 16px;
  color: #666;
  font-size: 12px;
  font-weight: 400;
}

.reviews-photo-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 11px;
}

.reviews-photo-strip button,
.review-images button {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #f4f4f4;
}

.reviews-photo-strip button {
  aspect-ratio: 1;
}

.reviews-photo-strip img,
.review-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-photo-strip button > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, .66);
  color: #fff;
  font-size: 28px;
}

.reviews-list {
  border-bottom: 1px solid #ddd;
}

.review-row {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 34px;
  padding: 30px 0;
  border-top: 1px solid #ddd;
}

.review-row[hidden],
.review-images:empty {
  display: none;
}

.review-author {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.review-avatar {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #eee;
  font-size: 18px;
}

.review-author > div {
  display: grid;
  gap: 8px;
}

.review-author strong,
.review-content > strong {
  font-size: 13px;
  font-weight: 600;
}

.review-verified {
  color: #169c45;
  font-size: 10px;
}

.review-author small {
  margin-top: 14px;
  color: #666;
  font-size: 11px;
  line-height: 1.6;
}

.review-content-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 14px;
}

.review-content-head .review-stars {
  font-size: 15px;
}

.review-content-head button {
  border: 0;
  background: transparent;
  color: #666;
  font-size: 11px;
}

.review-content p {
  margin: 12px 0 18px;
  color: #666;
  font-size: 12px;
  line-height: 1.6;
}

.review-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.review-images button {
  width: 78px;
  height: 78px;
}

.reviews-empty {
  padding: 36px 0;
  border-top: 1px solid #ddd;
  color: #666;
  text-align: center;
}

.review-more {
  display: block;
  min-width: 280px;
  margin: 26px auto 0;
}

.review-more:disabled {
  border-color: #ccc;
  color: #777;
  cursor: default;
}

.review-lightbox {
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 42px 18px 18px;
  border: 1px solid #111;
  border-radius: 0;
  background: #fff;
}

.review-lightbox::backdrop {
  background: rgba(0, 0, 0, .55);
}

.review-lightbox > button {
  position: absolute;
  top: 5px;
  right: 8px;
  border: 0;
  background: transparent;
  font-size: 28px;
}

.review-lightbox img {
  width: 100%;
  max-height: calc(100vh - 100px);
  object-fit: contain;
}

@media (max-width: 720px) {
  .product-reviews,
  .product-reviews * {
    min-width: 0;
  }

  .product-spec-section .tabs {
    justify-content: flex-start;
    gap: 28px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .product-spec-section .tabs::-webkit-scrollbar {
    display: none;
  }

  .reviews-head {
    display: grid;
    gap: 14px;
  }

  .reviews-head h2 {
    font-size: 21px;
  }

  .review-write-btn {
    width: 100%;
  }

  .review-compose {
    grid-template-columns: 1fr;
  }

  .review-compose-message,
  .review-compose-actions {
    grid-column: auto;
  }

  .reviews-summary {
    grid-template-columns: 1fr;
    padding-bottom: 24px;
  }

  .reviews-summary > *,
  .reviews-summary > :first-child {
    padding: 24px 0;
  }

  .reviews-summary > * + * {
    border-top: 1px solid #ddd;
    border-left: 0;
  }

  .reviews-score {
    justify-items: start;
  }

  .reviews-score > strong {
    font-size: 64px;
  }

  .reviews-recommend {
    justify-items: start;
    text-align: left;
  }

  .reviews-strengths {
    padding-left: 0;
  }

  .review-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .review-filters {
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 4px;
  }

  .review-filters button {
    flex: 1 1 calc(50% - 6px);
    padding: 0 10px;
  }

  .reviews-photo-strip {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
    overflow-x: visible;
  }

  .review-row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px 0;
  }

  .review-author {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .review-avatar {
    width: 42px;
    height: 42px;
  }

  .review-author small {
    margin-top: 2px;
  }

  .review-content-head {
    align-items: flex-start;
  }

  .review-images {
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .review-images button {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
  }

  .review-more {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

/* Checkout redesign v2 final override */
.checkout-page-v2 .checkout-page-head{display:grid;justify-content:start;gap:18px;margin-bottom:34px}
.checkout-back-link{display:inline-flex;color:#111;font-size:14px;text-decoration:none}
.checkout-layout-v2{grid-template-columns:minmax(0,1fr)390px;gap:34px}
.checkout-design-v2{display:grid;gap:34px;padding:0!important;border:0!important;background:#fff}
.checkout-section{display:grid;gap:16px}
.checkout-section h2{margin:0 0 4px;font-size:22px;font-weight:500;line-height:1.2}
.checkout-field{display:grid;gap:8px;color:#333;font-size:14px}
.checkout-field .field{min-height:56px;border:1px solid #d4d4d4;border-radius:4px;background:#fff;padding:0 18px;color:#111;font-size:16px}
.checkout-select-field,.checkout-search-field{position:relative}
.checkout-select-field select{appearance:none;padding-right:48px}
.checkout-delivery-field img{position:absolute;left:18px;bottom:17px;width:22px;height:22px;object-fit:contain;z-index:1;pointer-events:none}.checkout-delivery-field select{padding-left:56px!important}
.checkout-select-field:after{position:absolute;right:18px;bottom:21px;width:8px;height:8px;border-right:2px solid #111;border-bottom:2px solid #111;content:"";pointer-events:none;transform:rotate(45deg)}
.checkout-search-field:after{position:absolute;right:18px;bottom:17px;width:18px;height:18px;border:2px solid #111;border-radius:50%;content:"";pointer-events:none}
.checkout-search-field:before{position:absolute;right:15px;bottom:16px;width:9px;height:2px;background:#111;content:"";pointer-events:none;transform:rotate(45deg);transform-origin:right center}
.checkout-comment-field input{display:none}
.checkout-comment-field span{color:#111;font-size:16px;font-weight:500}
.checkout-nocall{display:grid!important;grid-template-columns:20px minmax(0,1fr);gap:12px;align-items:start;margin:-6px 0 0;color:#111;font-size:15px}
.checkout-nocall input{width:18px;height:18px;accent-color:#111}.checkout-nocall b,.checkout-nocall em{display:block;font-style:normal}.checkout-nocall b{font-weight:500}.checkout-nocall em{margin-top:2px;color:#666}
.checkout-submit-main{display:block;width:100%;min-height:58px;margin-top:2px}
.checkout-order-card-v2{position:sticky;top:104px;display:block;padding:0!important;border:1px solid #d6d6d6;border-radius:4px;overflow:hidden;background:#fff}
.checkout-order-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:14px;align-items:center;padding:22px 24px;border-bottom:1px solid #e3e3e3}
.checkout-order-card-head h2,.checkout-order-card-head strong{font-size:20px;font-weight:600}.checkout-order-card-head h2{margin:0}
.checkout-order-card-v2 .checkout-order-items{padding:22px 24px 4px}.checkout-order-card-v2 .checkout-order-item{grid-template-columns:72px minmax(0,1fr) auto;align-items:start}.checkout-order-card-v2 .checkout-order-item img{width:72px;height:92px}
.checkout-order-totals{display:grid;gap:16px;padding:18px 24px 24px}.checkout-order-totals>div{display:flex;justify-content:space-between;gap:20px;color:#333;font-size:15px}.checkout-order-grand{margin-top:6px;padding-top:18px;border-top:1px solid #e3e3e3;color:#111!important;font-size:18px!important;font-weight:600}
.checkout-security{margin:24px 0 0;color:#555;font-size:14px}.checkout-sticky-confirm{display:none}
@media(max-width:720px){.checkout-submit-main{display:none!important}.checkout-page-v2{padding:28px 0 116px!important}.checkout-page-v2>.container{width:calc(100% - 48px)!important}.checkout-page-v2 .checkout-page-head{gap:22px;margin-bottom:32px}.checkout-back-link{font-size:16px}.checkout-page-v2 .checkout-page-head h1{font-size:30px!important;font-weight:500;line-height:1.14}.checkout-page-v2 .checkout-page-head p{margin-top:8px;max-width:none;font-size:16px!important;line-height:1.45}.checkout-layout-v2{display:grid;grid-template-columns:1fr!important;gap:28px}.checkout-design-v2{gap:30px;padding:0!important}.checkout-section{gap:14px}.checkout-section h2{font-size:22px}.checkout-field .field{min-height:54px;border-radius:4px;padding:0 16px;font-size:16px}.checkout-order-card-v2{position:static;border-radius:4px}.checkout-order-card-head{padding:18px 20px}.checkout-order-card-v2 .checkout-order-items{padding:18px 20px 2px}.checkout-order-card-v2 .checkout-order-item{grid-template-columns:70px minmax(0,1fr) auto;gap:14px}.checkout-order-card-v2 .checkout-order-item img{width:70px;height:92px}.checkout-order-card-v2 .checkout-order-item em{grid-column:3;align-self:center;color:#111;font-size:15px}.checkout-order-totals{padding:16px 20px 20px}.checkout-security{margin:20px 0 0;font-size:14px}.checkout-sticky-confirm{position:fixed;left:0;right:0;bottom:0;z-index:80;display:grid;grid-template-columns:minmax(0,118px) minmax(0,1fr);gap:18px;align-items:center;padding:14px 24px calc(14px + env(safe-area-inset-bottom));border-top:1px solid #ddd;background:#fff;box-shadow:0 -10px 30px rgba(0,0,0,.06)}.checkout-sticky-confirm span{display:block;color:#333;font-size:14px}.checkout-sticky-confirm strong{display:block;color:#111;font-size:24px;font-weight:500;line-height:1.15}.checkout-sticky-confirm .black-btn{min-height:58px;padding:0 16px;font-size:17px}}
@media(max-width:720px){.checkout-page-v2{padding:28px 0 116px!important}.checkout-page-v2>.container{width:calc(100% - 48px)!important}.checkout-page-v2 .checkout-page-head{gap:22px;margin-bottom:32px}.checkout-back-link{font-size:16px}.checkout-page-v2 .checkout-page-head h1{font-size:30px!important;font-weight:500;line-height:1.14}.checkout-page-v2 .checkout-page-head p{margin-top:8px;max-width:none;font-size:16px!important;line-height:1.45}.checkout-layout-v2{display:grid;grid-template-columns:1fr!important;gap:28px}.checkout-design-v2{gap:30px;padding:0!important}.checkout-section{gap:14px}.checkout-section h2{font-size:22px}.checkout-field .field{min-height:54px;border-radius:4px;padding:0 16px;font-size:16px}.checkout-order-card-v2{position:static;border-radius:4px}.checkout-order-card-head{padding:18px 20px}.checkout-order-card-v2 .checkout-order-items{padding:18px 20px 2px}.checkout-order-card-v2 .checkout-order-item{grid-template-columns:70px minmax(0,1fr) auto;gap:14px}.checkout-order-card-v2 .checkout-order-item img{width:70px;height:92px}.checkout-order-card-v2 .checkout-order-item em{grid-column:3;align-self:center;color:#111;font-size:15px}.checkout-order-totals{padding:16px 20px 20px}.checkout-security{margin:20px 0 0;font-size:14px}.checkout-sticky-confirm{position:fixed;left:0;right:0;bottom:0;z-index:80;display:grid;grid-template-columns:minmax(0,118px) minmax(0,1fr);gap:18px;align-items:center;padding:14px 24px calc(14px + env(safe-area-inset-bottom));border-top:1px solid #ddd;background:#fff;box-shadow:0 -10px 30px rgba(0,0,0,.06)}.checkout-sticky-confirm span{display:block;color:#333;font-size:14px}.checkout-sticky-confirm strong{display:block;color:#111;font-size:24px;font-weight:500;line-height:1.15}.checkout-sticky-confirm .black-btn{min-height:58px;padding:0 16px;font-size:17px}}


/* Checkout final polish v13 - last override */

/* Checkout choice cards v14 */
.checkout-choice-group {
  display: grid;
  gap: 10px;
}

.checkout-choice {
  display: block;
  cursor: pointer;
}

.checkout-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkout-choice span {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 14px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #fff;
  padding: 0 46px 0 18px;
  color: #111;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.checkout-choice span::after {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 1.5px solid #b8b8b8;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.checkout-choice input:checked + span {
  border-color: #111;
  box-shadow: inset 0 0 0 1px #111;
}

.checkout-choice input:checked + span::after {
  border-color: #111;
  background: radial-gradient(circle at center, #111 0 42%, transparent 46%);
}

.checkout-choice input:focus-visible + span {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0,0,0,.08), inset 0 0 0 1px #111;
}

.checkout-choice img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  object-fit: contain;
}

.checkout-choice-group-payment .checkout-choice img {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
}

@media (max-width: 720px) {
  .checkout-choice-group {
    gap: 9px;
  }

  .checkout-choice span {
    min-height: 54px;
    padding-left: 16px;
    font-size: 16px;
  }
}

.checkout-order-card-v2 summary{cursor:pointer;list-style:none}.checkout-order-card-v2 summary::-webkit-details-marker{display:none}.checkout-order-body{border-top:1px solid #e3e3e3}.checkout-order-card-v2 .checkout-order-card-head{border-bottom:0}.checkout-order-card-v2[open] .checkout-order-chevron{transform:rotate(180deg)}.checkout-order-chevron{display:inline-flex;transition:transform 180ms ease}.checkout-field:focus-within .field{border-color:#111!important}.checkout-delivery-field img{position:absolute;left:18px;bottom:17px;width:22px;height:22px;object-fit:contain;z-index:1;pointer-events:none}.checkout-delivery-field select{padding-left:56px!important}
@media(max-width:720px){.checkout-sticky-confirm{grid-template-columns:auto minmax(0,1fr)!important;min-height:72px;gap:18px!important;padding-top:10px!important;padding-bottom:calc(10px + env(safe-area-inset-bottom))!important}.checkout-sticky-confirm>div{display:flex;min-width:max-content;align-items:baseline}.checkout-sticky-confirm span{display:none!important}.checkout-sticky-confirm strong{font-size:24px!important;white-space:nowrap}.checkout-sticky-confirm .black-btn{min-height:52px!important;font-size:16px!important}.checkout-order-card-head{padding:18px 20px!important}.checkout-order-card-head h2,.checkout-order-card-head strong{font-size:18px!important}.footer-accordion-toggle{min-height:54px!important}.footer-accordion-panel{padding-bottom:14px!important}}


/* Checkout progressive lock v15 */
.checkout-section.is-locked{position:relative;opacity:.42;filter:grayscale(.15)}
.checkout-section.is-locked:after{position:absolute;inset:-4px;content:"";z-index:2;cursor:not-allowed}
.checkout-section.is-locked h2:after{content:" — заповніть попередній крок";color:#777;font-size:12px;font-weight:400;text-transform:none}
.checkout-choice input:disabled+span,.checkout-field .field:disabled{background:#f7f7f7;color:#888;cursor:not-allowed}
.checkout-sticky-confirm .black-btn:disabled,.checkout-sticky-confirm .black-btn.is-disabled,.checkout-submit-main:disabled{border-color:#d6d6d6!important;background:#d6d6d6!important;color:#777!important;cursor:not-allowed!important}
@media(max-width:720px){.checkout-section.is-locked h2:after{display:block;margin-top:4px;font-size:11px}.checkout-section.is-locked{opacity:.5}}


/* Checkout locked section hint v16 */
.checkout-section.is-nudged{animation:checkout-nudge 220ms ease both}
@keyframes checkout-nudge{0%,100%{transform:translateX(0)}35%{transform:translateX(-4px)}70%{transform:translateX(4px)}}
