:root {
  --color-ink: #132a2a;
  --color-ink-soft: #4b6461;
  --color-bg: #f7f1e6;
  --color-surface: #fffdf8;
  --color-surface-strong: #f1e2cf;
  --color-line: rgba(19, 42, 42, 0.1);
  --color-accent: #ca6b3d;
  --color-accent-strong: #a84f24;
  --color-accent-soft: rgba(202, 107, 61, 0.14);
  --color-highlight: #1f6a66;
  --shadow-soft: 0 20px 55px rgba(19, 42, 42, 0.08);
  --shadow-card: 0 18px 40px rgba(19, 42, 42, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --shell: min(1180px, calc(100vw - 32px));
  --liquid-glass-fill:
    linear-gradient(180deg, rgba(255, 251, 245, 0.26) 0%, rgba(239, 244, 252, 0.13) 42%, rgba(218, 228, 245, 0.07) 100%);
  --liquid-glass-caustic:
    radial-gradient(circle at 22% 18%, rgba(255, 250, 244, 0.54) 0%, rgba(255, 255, 255, 0.2) 18%, rgba(145, 205, 255, 0.22) 32%, rgba(255, 122, 196, 0.1) 42%, rgba(255, 255, 255, 0.04) 58%, rgba(255, 255, 255, 0.08) 100%);
  --liquid-glass-tint:
    radial-gradient(circle at 18% 26%, rgba(91, 193, 255, 0.24) 0%, rgba(91, 193, 255, 0.09) 24%, rgba(91, 193, 255, 0) 52%),
    radial-gradient(circle at 82% 72%, rgba(255, 122, 196, 0.2) 0%, rgba(255, 122, 196, 0.08) 22%, rgba(255, 122, 196, 0) 48%);
  --liquid-glass-edge: rgba(255, 249, 244, 0.38);
  --liquid-glass-text: rgba(255, 248, 242, 0.96);
  --liquid-glass-text-soft: rgba(255, 244, 236, 0.8);
  --liquid-glass-active:
    radial-gradient(circle at 20% 24%, rgba(255, 250, 244, 0.42) 0%, rgba(159, 218, 255, 0.22) 28%, rgba(255, 255, 255, 0.1) 52%, rgba(255, 255, 255, 0.05) 100%),
    linear-gradient(180deg, rgba(255, 251, 246, 0.28) 0%, rgba(224, 236, 255, 0.12) 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Vazirmatn", "IRANSansX", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(202, 107, 61, 0.18), transparent 34%),
    linear-gradient(180deg, #f8f0df 0%, #f7f1e6 42%, #fbfaf6 100%);
  color: var(--color-ink);
  line-height: 1.8;
  direction: rtl;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 18, 18, 0.34);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 20;
}

body.menu-open .site-overlay {
  opacity: 1;
  pointer-events: auto;
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(19, 42, 42, 0.96);
  color: #f7f1e6;
}

.topbar-inner,
.footer-bottom,
.shop-toolbar,
.meta-row,
.hero-actions,
.section-heading,
.topbar-links,
.header-tools,
.footer-cta__inner,
.footer-cta__actions,
.product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topbar-inner {
  min-height: 48px;
  font-size: 0.94rem;
}

.topbar-copy {
  margin: 0;
}

.topbar-links a {
  color: rgba(247, 241, 230, 0.88);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 18px 0 12px;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.main-header {
  min-height: 88px;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  grid-template-areas: "account nav brand";
  align-items: center;
  gap: 22px;
  position: relative;
  direction: ltr;
}

.brand-block,
.brand-copy {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-title {
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.96);
}

.custom-logo-link img,
.site-logo img {
  max-height: 42px;
  width: auto;
  filter: drop-shadow(0 8px 18px rgba(12, 18, 28, 0.12));
}

.menu-toggle,
.mobile-close {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.liquidGlass-filter {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.liquidGlass-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12), 0 0 12px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.liquidGlass-effect {
  position: absolute;
  inset: 0;
  z-index: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  filter: url(#glass-distortion);
  overflow: hidden;
}

.liquidGlass-tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
}

.liquidGlass-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  box-shadow:
    inset 2px 2px 1px 0 rgba(255, 255, 255, 0.5),
    inset -1px -1px 1px 1px rgba(255, 255, 255, 0.5);
}

.liquidGlass-text {
  position: relative;
  z-index: 3;
  width: 100%;
}

.menu-toggle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.26);
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 10px 30px rgba(10, 18, 30, 0.08);
  position: relative;
  overflow: hidden;
}

.menu-toggle::before,
.menu-toggle::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu-toggle::before {
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.menu-toggle::after {
  top: 7%;
  left: 10%;
  width: 62%;
  height: 34%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 46%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.75;
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 2px;
  margin-inline: auto;
  border-radius: 999px;
  background: #fff;
}

.menu-list,
.mobile-menu-list,
.footer-menu,
.footer-contact,
.woocommerce .products,
.value-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-list {
  display: flex;
  direction: rtl;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  min-height: 58px;
  border-radius: 999px;
  position: relative;
}

.menu-list::selection,
.tool-link--account::selection,
.menu-toggle::selection {
  background: transparent;
}

.menu-list li {
  position: relative;
  z-index: 1;
}

.menu-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  color: rgba(72, 58, 42, 0.92);
  font-weight: 700;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease,
    filter 0.2s ease;
}

.menu-list .current-menu-item > a,
.menu-list a:hover,
.text-link,
.tool-link:hover {
  color: rgba(40, 30, 20, 0.98);
}

.menu-list .current-menu-item > a,
.menu-list a:hover {
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 6px 18px rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
  filter: saturate(1.08);
}

.menu-list .current-menu-item > a {
  color: rgba(255, 255, 255, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 10px 24px rgba(255, 255, 255, 0.12);
}

.search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  min-width: min(340px, 100%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--color-line);
}

.search-form label {
  flex: 1;
}

.search-field,
.search-submit,
.button,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea,
select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1px solid var(--color-line);
  background: #fff;
  border-radius: 999px;
  padding: 12px 16px;
  color: var(--color-ink);
}

textarea,
.woocommerce form .form-row textarea {
  border-radius: 22px;
  min-height: 140px;
}

.search-field {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0 8px;
}

.search-field:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(31, 106, 102, 0.18);
  outline-offset: 0;
}

.search-submit,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button,
.search-submit,
.tool-link--accent,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-strong) 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(168, 79, 36, 0.22);
}

.button:hover,
.search-submit:hover,
.tool-link--accent:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-2px);
}

.button--ghost,
.tool-link,
.woocommerce .woocommerce-breadcrumb,
.text-link {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.button--ghost {
  color: var(--color-ink);
  border: 1px solid var(--color-line);
  background: rgba(255, 255, 255, 0.65);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  direction: rtl;
  justify-content: flex-start;
  flex: 0 0 auto;
  align-self: center;
}

.header-tools--menu {
  grid-column: 1;
  display: none;
}

.header-tools--account {
  grid-area: account;
  justify-self: start;
  position: relative;
  z-index: 2;
}

.tool-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: rgba(72, 58, 42, 0.96);
}

.brand-block {
  direction: rtl;
  text-align: right;
  flex: 0 0 auto;
  align-self: center;
  grid-area: brand;
  justify-self: end;
}

.brand-copy {
  justify-content: flex-end;
}

.primary-nav {
  grid-area: nav;
  justify-self: center;
  width: 100%;
  max-width: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-inline: 12px;
}

.liquidGlass-wrapper--nav {
  width: 100%;
  border-radius: 999px;
}

.liquidGlass-wrapper--nav .liquidGlass-effect,
.liquidGlass-wrapper--nav .liquidGlass-tint,
.liquidGlass-wrapper--nav .liquidGlass-shine,
.liquidGlass-wrapper--nav .liquidGlass-text {
  border-radius: inherit;
}

.tool-link--account {
  min-height: 58px;
  padding: 0;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  justify-self: start;
  width: auto;
  overflow: hidden;
}

.tool-link--account::before,
.tool-link--account::after {
  content: none;
}

.tool-link--account:hover {
  transform: translateY(-1px);
}

.liquidGlass-wrapper--button,
.liquidGlass-wrapper--button .liquidGlass-effect,
.liquidGlass-wrapper--button .liquidGlass-tint,
.liquidGlass-wrapper--button .liquidGlass-shine,
.liquidGlass-wrapper--button .liquidGlass-text {
  border-radius: 999px;
}

.liquidGlass-wrapper--button {
  display: inline-flex;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12), 0 0 12px rgba(0, 0, 0, 0.05);
}

.liquidGlass-wrapper--button .liquidGlass-tint {
  background: rgba(255, 255, 255, 0.5);
}

.liquidGlass-wrapper--button .liquidGlass-shine {
  box-shadow:
    inset 2px 2px 1px 0 rgba(255, 255, 255, 0.5),
    inset -1px -1px 1px 1px rgba(255, 255, 255, 0.5);
}

.liquidGlass-wrapper--button .liquidGlass-text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 10px 14px;
}

.tool-link__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  gap: 10px;
  white-space: nowrap;
  padding: 0 18px;
  border-radius: 999px;
  color: rgba(78, 60, 40, 0.98);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
  line-height: 1;
  text-align: center;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease,
    filter 0.2s ease;
}

.tool-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.tool-link__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.tool-link--account:hover .tool-link__label {
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 6px 18px rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
  filter: saturate(1.08);
}

.mobile-panel {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(320px, 86vw);
  transform: translateX(105%);
  transition: transform 0.24s ease;
  z-index: 25;
}

.mobile-panel__inner {
  height: 100%;
  padding: 24px;
  background: rgba(17, 27, 40, 0.74);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  box-shadow: var(--shadow-card);
}

body.menu-open .mobile-panel {
  transform: translateX(0);
}

.mobile-panel__header,
.mobile-panel__meta,
.contact-grid,
.faq-list,
.testimonial-stack {
  display: grid;
  gap: 14px;
}

.mobile-panel__header {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 24px;
}

.mobile-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
}

.mobile-menu-list a,
.mobile-panel__meta a {
  display: block;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.mobile-bottom-nav {
  position: fixed;
  right: 50%;
  bottom: calc(14px + env(safe-area-inset-bottom));
  transform: translateX(50%);
  width: min(calc(100vw - 24px), 430px);
  z-index: 45;
  display: none;
}

.mobile-bottom-nav__inner {
  width: 100%;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 16px 40px rgba(19, 42, 42, 0.18),
    0 4px 14px rgba(255, 255, 255, 0.16);
}

.liquidGlass-wrapper--mobile-nav .liquidGlass-effect,
.liquidGlass-wrapper--mobile-nav .liquidGlass-tint,
.liquidGlass-wrapper--mobile-nav .liquidGlass-shine,
.liquidGlass-wrapper--mobile-nav .liquidGlass-text {
  border-radius: inherit;
}

.liquidGlass-wrapper--mobile-nav .liquidGlass-effect {
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
}

.liquidGlass-wrapper--mobile-nav .liquidGlass-tint {
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.34) 0%, rgba(242, 232, 221, 0.22) 100%),
    var(--liquid-glass-tint);
}

.liquidGlass-wrapper--mobile-nav .liquidGlass-shine {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    inset 0 -1px 0 rgba(255, 255, 255, 0.22),
    inset 1px 0 0 rgba(255, 255, 255, 0.2),
    inset -1px 0 0 rgba(255, 255, 255, 0.18);
}

.mobile-bottom-nav__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  padding: 10px 8px;
}

.mobile-bottom-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 72px;
  padding: 10px 4px 8px;
  border-radius: 22px;
  color: rgba(72, 58, 42, 0.82);
  text-align: center;
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.mobile-bottom-nav__item:hover,
.mobile-bottom-nav__item.is-active {
  color: rgba(34, 30, 22, 0.98);
  background: rgba(255, 255, 255, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 8px 18px rgba(19, 42, 42, 0.08);
  transform: translateY(-1px);
}

.mobile-bottom-nav__item.is-active {
  background: var(--liquid-glass-active);
}

.mobile-bottom-nav__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-bottom-nav__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.mobile-bottom-nav__label {
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.site-main {
  overflow: clip;
}

.hero-section,
.page-hero {
  position: relative;
  padding: 72px 0 28px;
}

.hero-section::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 18px 24px auto;
  height: 280px;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(31, 106, 102, 0.18), rgba(202, 107, 61, 0.1));
  z-index: -1;
}

.hero-grid,
.split-layout,
.footer-grid,
.content-shell,
.hero-card--stats,
.feature-grid,
.category-grid,
.product-grid,
.post-grid {
  display: grid;
  gap: 24px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: center;
}

.hero-copy h1,
.page-hero h1,
.section-heading h2,
.footer-cta h2,
.split-card h2,
.prose-card h2,
.woocommerce div.product .product_title {
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.hero-copy h1,
.page-hero h1 {
  font-size: clamp(2.1rem, 4vw, 4.6rem);
}

.hero-copy p,
.page-hero p,
.section-heading p,
.feature-card p,
.category-card p,
.product-card p,
.prose-card p,
.empty-card p,
.footer-copy,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-product-details__short-description {
  color: var(--color-ink-soft);
}

.hero-badge,
.section-kicker,
.product-card__badge,
.category-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--color-highlight);
  font-size: 0.88rem;
  font-weight: 800;
}

.hero-copy > * + *,
.page-hero > * + *,
.prose-card > * + * {
  margin-top: 18px;
}

.hero-card,
.feature-card,
.category-card,
.product-card,
.post-card,
.empty-card,
.split-card,
.prose-card,
.contact-card,
.faq-item,
.testimonial-card,
.footer-widget,
.woocommerce ul.products li.product,
.woocommerce div.product,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce .cart_totals,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-cart-form,
.woocommerce-checkout-review-order {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.hero-card,
.split-card,
.prose-card,
.woocommerce div.product,
.woocommerce-cart-form,
.woocommerce-checkout-review-order,
.woocommerce .cart_totals,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 28px;
}

.hero-card--large {
  min-height: 260px;
  background: linear-gradient(160deg, rgba(19, 42, 42, 0.96), rgba(31, 106, 102, 0.9));
  color: #f8f0df;
}

.hero-card--large p,
.hero-card--large li,
.hero-card--large .section-kicker {
  color: rgba(248, 240, 223, 0.84);
}

.hero-card--large ul {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.hero-card--large li + li {
  margin-top: 10px;
}

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

.hero-card--stats div {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--color-line);
}

.hero-card--stats strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.8rem;
}

.section-block {
  padding: 28px 0 42px;
}

.section-block--muted {
  background: linear-gradient(180deg, rgba(255,255,255,0.3), rgba(255,255,255,0));
}

.section-heading {
  margin-bottom: 24px;
}

.feature-grid,
.category-grid,
.product-grid,
.post-grid,
.footer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-grid,
.product-grid,
.post-grid,
.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-grid {
  padding: 34px 0;
  gap: 22px;
}

.feature-card,
.category-card,
.product-card,
.post-card,
.empty-card,
.contact-card,
.testimonial-card,
.faq-item {
  padding: 24px;
}

.feature-card,
.category-card,
.contact-card {
  position: relative;
  overflow: hidden;
}

.feature-card::after,
.category-card::after,
.contact-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(202, 107, 61, 0.08);
  inset: auto auto -50px -30px;
}

.product-card,
.post-card {
  display: flex;
  flex-direction: column;
}

.product-card__media,
.post-card__media,
.article-cover {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(31,106,102,0.12), rgba(202,107,61,0.12));
}

.product-card__media {
  min-height: 220px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: var(--color-highlight);
}

.post-card__media img,
.article-cover img,
.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__body,
.post-card__body {
  display: grid;
  gap: 14px;
  padding-top: 18px;
}

.product-card__footer strong,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: var(--color-accent-strong);
  font-size: 1.1rem;
  font-weight: 800;
}

.split-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.faq-item {
  width: 100%;
  text-align: right;
  border: 1px solid rgba(19, 42, 42, 0.08);
  cursor: pointer;
}

.faq-item__question {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
}

.faq-item__answer {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.24s ease, margin-top 0.24s ease;
  color: var(--color-ink-soft);
}

.faq-item[aria-expanded="true"] .faq-item__answer {
  max-height: 200px;
  margin-top: 14px;
}

.page-hero--compact {
  padding-bottom: 16px;
}

.content-shell {
  grid-template-columns: minmax(0, 1fr);
}

.prose-card {
  max-width: 860px;
}

.prose-card ul,
.prose-card ol,
.value-list {
  padding-inline-start: 18px;
}

.value-list li + li,
.footer-contact li + li,
.footer-menu li + li {
  margin-top: 10px;
}

.placeholder-box {
  padding: 20px;
  border-radius: 20px;
  background: var(--color-surface-strong);
  border: 1px dashed rgba(19, 42, 42, 0.18);
}

.footer-cta {
  padding-top: 36px;
}

.footer-cta__inner {
  padding: 30px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(19, 42, 42, 0.96), rgba(31, 106, 102, 0.88));
  color: #f8f0df;
}

.site-footer {
  padding-bottom: 26px;
}

.footer-title {
  margin: 0 0 14px;
  font-size: 1.08rem;
}

.footer-copy,
.footer-contact {
  margin: 0;
}

.footer-bottom {
  padding-top: 16px;
  border-top: 1px solid var(--color-line);
  color: var(--color-ink-soft);
  font-size: 0.94rem;
}

.text-link {
  font-weight: 800;
}

.entry-content a,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-MyAccount-navigation-link a {
  color: var(--color-accent-strong);
}

.pagination,
.nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.page-numbers {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--color-line);
}

.page-numbers.current {
  background: var(--color-accent);
  color: #fff;
}

.shop-shell {
  padding-bottom: 36px;
}

.shop-toolbar {
  margin-bottom: 24px;
  padding: 16px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--color-line);
}

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

.woocommerce ul.products li.product {
  margin: 0;
  padding: 20px;
  width: 100% !important;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 16px;
  border-radius: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.1rem;
  padding: 0;
}

.woocommerce div.product {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
}

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

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  gap: 12px;
  padding: 0;
}

.woocommerce-tabs ul.tabs li {
  border: 0;
  background: var(--color-surface-strong);
  border-radius: 999px;
  padding: 10px 18px;
}

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

.woocommerce table.shop_table,
.woocommerce .quantity .qty,
.select2-container--default .select2-selection--single {
  border-radius: 18px;
}

.woocommerce .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  margin-top: 24px;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(19, 42, 42, 0.04);
}

@media (max-width: 1080px) {
  .main-header {
    grid-template-columns: max-content 1fr max-content;
    grid-template-areas: "menu . brand";
    gap: 14px;
    min-height: auto;
  }

  .primary-nav {
    display: none;
  }

  .header-tools--menu {
    display: flex;
  }

  .header-tools--account {
    display: none;
  }

  .menu-toggle,
  .mobile-close {
    display: inline-flex;
  }

  .brand-block {
    align-self: center;
  }

  .header-tools {
    align-self: center;
  }

  .hero-grid,
  .split-layout,
  .woocommerce div.product,
  .footer-cta__inner,
  .footer-bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-grid,
  .category-grid,
  .product-grid,
  .post-grid,
  .footer-grid,
  .woocommerce .products,
  .hero-card--stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  :root {
    --shell: min(100vw - 24px, 100%);
  }

  body {
    padding-bottom: 108px;
  }

  .topbar-inner,
  .section-heading,
  .topbar-links,
  .hero-actions,
  .footer-cta__actions,
  .shop-toolbar,
  .meta-row,
  .footer-bottom,
  .product-card__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .topbar-copy {
    text-align: center;
  }

  .site-header {
    padding: 0;
    background: none;
    position: relative;
  }

  .main-header,
  .mobile-panel,
  .site-overlay {
    display: none;
  }

  .main-header {
    grid-template-columns: max-content 1fr max-content;
    justify-content: space-between;
  }

  .header-tools {
    flex-direction: row;
    align-items: center;
  }

  .brand-copy {
    gap: 10px;
  }

  .tool-link--account {
    min-height: 50px;
  }

  .liquidGlass-wrapper--button .liquidGlass-text {
    min-height: 50px;
    padding-inline: 12px;
  }

  .tool-link__label {
    padding-inline: 16px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .mobile-bottom-nav {
    display: block;
  }

  .feature-grid,
  .category-grid,
  .product-grid,
  .post-grid,
  .footer-grid,
  .contact-grid,
  .woocommerce .products,
  .hero-card--stats {
    grid-template-columns: 1fr;
  }

  .hero-section,
  .page-hero {
    padding-top: 42px;
  }

  .hero-section::before,
  .page-hero::before {
    inset: 12px 12px auto;
    height: 220px;
    border-radius: 28px;
  }

  .hero-copy h1,
  .page-hero h1 {
    font-size: 2rem;
  }

  .hero-card,
  .feature-card,
  .category-card,
  .product-card,
  .post-card,
  .empty-card,
  .split-card,
  .prose-card,
  .contact-card,
  .faq-item,
  .testimonial-card,
  .footer-widget,
  .woocommerce ul.products li.product,
  .woocommerce div.product,
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error,
  .woocommerce .cart_totals,
  .woocommerce form.checkout,
  .woocommerce form.login,
  .woocommerce form.register,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-cart-form,
  .woocommerce-checkout-review-order {
    padding: 20px;
    border-radius: 20px;
  }

  .footer-cta__inner {
    padding: 22px;
  }

  .search-form {
    min-width: 100%;
  }

  .site-footer {
    padding-bottom: 120px;
  }
}

.landing-hero {
  position: relative;
  min-height: 720px;
  padding-top: 90px;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}

.landing-hero::after {
  content: "";
  position: absolute;
  left: -8vw;
  right: -8vw;
  bottom: -58px;
  height: 420px;
  z-index: -1;
  background: #e9e9e9;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.landing-hero__stage {
  width: min(1180px, calc(100vw - 28px));
  height: 360px;
  margin-inline: auto;
  position: relative;
}

.landing-hero__item {
  position: absolute;
  top: 50%;
  width: 230px;
  height: 230px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: grab;
  transform: translate(-50%, -50%) scale(0.82);
  transition: left 0.65s ease, transform 0.65s ease, opacity 0.35s ease;
}

.landing-hero__item:active {
  cursor: grabbing;
}

.landing-hero__item:nth-child(1) {
  left: 14%;
}

.landing-hero__item:nth-child(2) {
  left: 50%;
}

.landing-hero__item:nth-child(3) {
  left: 86%;
}

.landing-hero__item.is-active {
  left: 50%;
  width: 500px;
  height: 330px;
  z-index: 3;
  transform: translate(-50%, -50%) scale(1);
}

.landing-hero__item:not(.is-active) {
  opacity: 0.9;
}

.landing-hero__media,
.landing-hero__media model-viewer,
.landing-hero__media img {
  width: 100%;
  height: 100%;
}

.landing-hero__media {
  display: block;
  filter: drop-shadow(0 30px 38px rgba(0, 0, 0, 0.14));
}

.landing-hero__media model-viewer {
  --poster-color: transparent;
  background: transparent;
}

.landing-hero__media img {
  object-fit: contain;
}

.landing-hero__placeholder {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f5f5f5, #d9d9d9);
  color: #222;
  font-weight: 800;
}

.landing-hero__content {
  position: relative;
  min-height: 190px;
  text-align: center;
}

.landing-hero__copy {
  width: min(430px, 100%);
  margin-inline: auto;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
  position: absolute;
  inset: 0 0 auto;
}

.landing-hero__copy.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.landing-hero__copy h1,
.landing-title {
  margin: 0;
  color: #050505;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.landing-hero__copy p {
  margin: 22px 0 0;
  color: #333;
  font-size: 0.95rem;
  line-height: 2;
}

.landing-section {
  background: #e9e9e9;
  padding: 30px 0 70px;
}

.landing-divider {
  width: min(530px, 74vw);
  height: 3px;
  margin: 0 auto 26px;
  background: #545454;
  border-radius: 999px;
}

.landing-title {
  text-align: center;
  margin-bottom: 44px;
}

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

.reason-card {
  min-height: 178px;
  border-radius: 18px;
  overflow: hidden;
  background: #d9d9d9;
  position: relative;
  box-shadow: none;
}

.reason-card img {
  width: 100%;
  height: 100%;
  min-height: 178px;
  object-fit: cover;
}

.reason-card__body {
  position: absolute;
  inset: auto 0 0;
  padding: 38px 22px 18px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62));
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.reason-card:hover .reason-card__body,
.reason-card:focus-within .reason-card__body {
  opacity: 1;
  transform: translateY(0);
}

.reason-card__body h3,
.reason-card__body p {
  margin: 0;
}

.reason-card__body p {
  margin-top: 6px;
  font-size: 0.88rem;
  line-height: 1.8;
}

.landing-section--products {
  padding-bottom: 0;
}

.product-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 70px;
}

.product-tab {
  min-width: 110px;
  min-height: 50px;
  padding: 10px 24px;
  border: 0;
  border-radius: 16px;
  color: #222;
  background: #d9d9d9;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.product-tab.is-active,
.product-tab:hover {
  background: #c8c8c8;
  transform: translateY(-2px);
}

.explore-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: clamp(230px, 24vw, 360px);
  grid-auto-flow: dense;
  background: #d0d0d0;
}

.explore-card {
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #d8d8d8;
}

.explore-card:nth-child(odd) {
  background: #c9c9c9;
}

.explore-card--tall {
  grid-row: span 2;
}

.explore-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.explore-card:hover img {
  transform: scale(1.05);
}

.explore-card__overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 44px 22px 20px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.66));
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.explore-card:hover .explore-card__overlay,
.explore-card:focus .explore-card__overlay {
  opacity: 1;
  transform: translateY(0);
}

.explore-card__overlay strong,
.explore-card__overlay small {
  display: block;
}

.explore-card__overlay small {
  margin-top: 4px;
}

.explore-card.is-hidden {
  display: none;
}

.explore-empty {
  margin: 0 auto;
  max-width: 760px;
  padding: 28px;
  border-radius: 18px;
  text-align: center;
  color: #333;
  background: #dedede;
}

.explore-empty p {
  margin: 0;
  line-height: 2;
}

@media (max-width: 1080px) {
  .landing-hero__item.is-active {
    width: 420px;
  }

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

@media (max-width: 720px) {
  .landing-hero {
    min-height: 650px;
    padding-top: 28px;
  }

  .landing-hero__stage {
    height: 320px;
  }

  .landing-hero__item {
    width: 130px;
    height: 150px;
  }

  .landing-hero__item.is-active {
    width: min(330px, 88vw);
    height: 260px;
  }

  .landing-hero__item:nth-child(1) {
    left: 13%;
  }

  .landing-hero__item:nth-child(3) {
    left: 87%;
  }

  .reason-grid {
    grid-template-columns: 1fr;
  }

  .product-tabs {
    margin-bottom: 34px;
  }

  .explore-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: clamp(190px, 50vw, 280px);
  }

  .explore-card--tall {
    grid-row: span 1;
  }
}

body.home,
body.front-page {
  background: #fff;
}

body.home .site-header,
body.front-page .site-header {
  background: transparent;
  box-shadow: none;
}

.cheft-obj-viewer {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  cursor: grab;
}

.cheft-obj-viewer:active {
  cursor: grabbing;
}

.cheft-obj-viewer canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.cheft-obj-viewer.has-error {
  display: grid;
  place-items: center;
  color: #555;
  background: #dedede;
  border-radius: 24px;
}

/* Cheft single product UI */
body.single-product {
  background: #fff;
}

body.single-product .topbar,
body.single-product .site-footer {
  display: none;
}

body.single-product .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  display: block;
  padding: 18px 0 0;
  background: transparent;
  box-shadow: none;
}

body.single-product .main-header {
  width: min(1180px, calc(100vw - 120px));
  min-height: 58px;
  margin-inline: auto;
}

body.single-product .liquidGlass-wrapper--nav,
body.single-product .tool-link--account {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 24px rgba(30, 34, 40, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.single-product .site-title,
body.single-product .menu-list a,
body.single-product .tool-link {
  color: rgba(39, 42, 48, 0.82);
}

.cheft-product-page {
  --cheft-navy: #071426;
  --cheft-ink: #42464f;
  --cheft-muted: #70757f;
  --cheft-line: rgba(18, 24, 38, 0.08);
  --cheft-soft: #f7f8fa;
  --cheft-card: rgba(229, 229, 229, 0.64);
  --cheft-danger: #ef6975;
  --cheft-blue: #3154e7;
  color: var(--cheft-ink);
  direction: rtl;
  background: #fff;
  font-size: 14px;
}

.woocommerce div.product.cheft-product-page {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

.cheft-product-page button,
.cheft-product-page input,
.cheft-product-page textarea,
.cheft-product-page select {
  font-family: inherit;
}

.cheft-product-hero {
  height: 560px;
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background: #d6d5d2 var(--cheft-product-bg, none) center top / cover no-repeat;
}

.cheft-product-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69%, #fff 99%);
  pointer-events: none;
}

.cheft-product-hero__inner {
  position: relative;
  width: min(1180px, calc(100vw - 132px));
  height: 560px;
  min-height: 560px;
  margin-inline: auto;
  direction: rtl;
}

.cheft-product-card-wrap {
  position: absolute;
  left: 0;
  top: 170px;
  z-index: 5;
  width: 292px;
  direction: rtl;
}

.cheft-product-card {
  width: 292px;
  min-height: 243px;
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr);
  align-content: start;
  column-gap: 10px;
  row-gap: 0;
  padding: 18px 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  background: var(--cheft-card);
  box-shadow: 0 18px 42px rgba(25, 28, 35, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px) saturate(135%);
  -webkit-backdrop-filter: blur(10px) saturate(135%);
}

.cheft-product-card__head {
  grid-column: 1 / -1;
  margin-bottom: 13px;
  text-align: right;
  direction: rtl;
}

.cheft-product-card h1 {
  margin: 0 0 5px;
  color: #454851;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.04em;
  text-align: right;
  white-space: nowrap;
}

.cheft-product-price {
  display: block;
}

.cheft-product-rating,
.cheft-quantity,
.cheft-color-options,
.cheft-size-options,
.cheft-buyer-strip,
.cheft-sentiment-row,
.cheft-review-card header,
.cheft-question-tabs,
.cheft-question-card footer {
  display: flex;
  align-items: center;
}

.cheft-product-rating {
  justify-content: flex-end;
  gap: 5px;
  color: #666b74;
  font-size: 10px;
  line-height: 1;
}

.cheft-stars {
  --rating-percent: 100%;
  position: relative;
  display: inline-block;
  color: #c8c9cc;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 12px;
}

.cheft-stars::before {
  content: "★★★★★";
  position: absolute;
  inset: 0;
  width: var(--rating-percent);
  overflow: hidden;
  color: #ffc52b;
  white-space: nowrap;
}

.cheft-card-controls {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  align-items: center;
  column-gap: 8px;
}

.cheft-card-middle {
  grid-column: 1;
  min-width: 0;
}

.cheft-product-row {
  color: #60656e;
  font-size: 11px;
  line-height: 1;
}

.cheft-product-row strong {
  flex: 0 0 auto;
  color: #4a4d56;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.cheft-product-row--quantity,
.cheft-product-row--colors,
.cheft-product-row--sizes {
  display: flex;
  align-items: center;
  direction: rtl;
}

.cheft-product-row--quantity {
  justify-content: flex-start;
  gap: 7px;
}

.cheft-product-row--colors {
  grid-column: 2;
  justify-content: flex-end;
  gap: 7px;
  min-width: 0;
}

.cheft-product-row--sizes {
  grid-column: 1 / -1;
  justify-content: flex-end;
  gap: 7px;
  margin-top: 12px;
}

.cheft-quantity {
  gap: 10px;
  direction: ltr;
}

.cheft-quantity button,
.cheft-gallery-nav,
.cheft-gallery-modal__close,
.cheft-hero-thumbs button,
.cheft-mobile-gallery__track button,
.cheft-mobile-thumbs button,
.cheft-buyer-strip button,
.cheft-gallery-modal__thumbs button {
  border: 0;
  padding: 0;
  cursor: pointer;
}

.cheft-quantity button {
  width: 21px;
  height: 21px;
  border: 1px solid rgba(71, 75, 83, 0.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.25);
  color: #4d5159;
  font-size: 15px;
  line-height: 1;
}

.cheft-quantity [data-cheft-qty-minus] {
  opacity: 0.34;
}

.cheft-quantity .quantity {
  margin: 0;
}

.cheft-quantity .qty {
  width: 16px;
  height: 21px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #3f424a;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  appearance: textfield;
}

.cheft-quantity .qty::-webkit-outer-spin-button,
.cheft-quantity .qty::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.cheft-color-options {
  gap: 7px;
  min-width: 0;
}

.cheft-color-option,
.cheft-size-options label {
  position: relative;
  cursor: pointer;
}

.cheft-color-option input,
.cheft-size-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cheft-color-option span {
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--swatch);
  border: 2px solid rgba(245, 245, 245, 0.95);
  box-shadow: 0 0 0 1px rgba(53, 57, 64, 0.35);
}

.cheft-color-option input:checked + span {
  box-shadow: 0 0 0 2px var(--cheft-blue), 0 0 0 4px rgba(245, 245, 245, 0.96);
}

.cheft-size-options {
  gap: 7px;
}

.cheft-size-options label span {
  min-width: 58px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 7px;
  border: 1px solid rgba(77, 82, 91, 0.42);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.28);
  color: #575b63;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.cheft-size-options input:checked + span {
  background: rgba(255, 255, 255, 0.62);
  border-color: #29303a;
}

.cheft-variation-fields {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.cheft-variation-fields label {
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
}

.cheft-variation-fields select {
  width: 100%;
  height: 30px;
  border: 1px solid rgba(77, 82, 91, 0.26);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.52);
  color: #454951;
  padding: 0 8px;
}

.cheft-variation-fields .reset_variations {
  justify-self: end;
  color: #6d7480;
  font-size: 11px;
}

.cheft-product-card .single_variation_wrap,
.cheft-product-card .woocommerce-variation-add-to-cart,
.cheft-product-card .woocommerce-variation,
.cheft-product-card .woocommerce-variation-price,
.cheft-product-card .woocommerce-variation-availability {
  grid-column: 1 / -1;
}

.cheft-product-card .woocommerce-variation,
.cheft-product-card .woocommerce-variation-price,
.cheft-product-card .woocommerce-variation-availability {
  margin-top: 7px;
  color: #444852;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.cheft-add-to-cart,
.woocommerce div.product .cheft-add-to-cart.button.alt,
.woocommerce div.product .cheft-product-card .single_add_to_cart_button.button.alt {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 37px;
  margin-top: 13px;
  border: 0;
  border-radius: 1px;
  background: var(--cheft-navy);
  color: #fff;
  box-shadow: none;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.cheft-stock-note {
  grid-column: 1 / -1;
  margin-top: 14px;
  text-align: center;
  font-weight: 900;
}

.cheft-product-stage {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  direction: rtl;
}

.cheft-main-image {
  position: absolute;
  right: 130px;
  top: 202px;
  width: 580px;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  pointer-events: auto;
}

.cheft-main-image img {
  width: 100%;
  max-width: 100%;
  max-height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(0, 0, 0, 0.12));
  transition: opacity 0.2s ease, transform 0.24s ease;
}

.cheft-main-image.is-switching img {
  opacity: 0.58;
  transform: scale(0.992);
}

.cheft-product-stage--background-only .cheft-main-image {
  display: none;
}

.cheft-hero-thumbs {
  position: absolute;
  inset-inline-end: 0;
  top: 110px;
  display: grid;
  gap: 19px;
  pointer-events: auto;
}

.cheft-hero-thumbs button {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 8px 18px rgba(30, 34, 40, 0.12);
}

.cheft-hero-thumbs button.is-active {
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(30, 34, 40, 0.16);
}

.cheft-hero-thumbs img,
.cheft-buyer-strip img,
.cheft-gallery-modal__thumbs img,
.cheft-mobile-gallery__track img,
.cheft-mobile-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cheft-mobile-gallery {
  display: none;
}

.cheft-product-content {
  width: min(1180px, calc(100vw - 132px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 252px;
  gap: 0 46px;
  padding: 25px 0 90px;
  direction: ltr;
}

.cheft-product-section {
  padding: 24px 0;
  border-bottom: 1px solid var(--cheft-line);
}

.cheft-product-section h2 {
  margin: 0 0 15px;
  color: #3f4249;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.cheft-product-intro,
.cheft-product-specs,
.cheft-reviews-layout,
.cheft-questions-layout {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 252px;
  column-gap: 46px;
  direction: ltr;
}

.cheft-product-section > *,
.cheft-review-summary,
.cheft-question-aside,
.cheft-review-main,
.cheft-question-main {
  direction: rtl;
}

.cheft-product-intro h2,
.cheft-product-specs h2,
.cheft-review-summary,
.cheft-question-aside {
  grid-column: 2;
  grid-row: 1;
}

.cheft-product-intro .cheft-prose,
.cheft-spec-list,
.cheft-review-main,
.cheft-question-main {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.cheft-product-intro .cheft-prose {
  color: #565b64;
  font-size: 11px;
  line-height: 2.02;
  text-align: justify;
}

.cheft-product-intro .cheft-prose p {
  margin: 0;
}

.cheft-spec-list {
  display: grid;
  gap: 15px;
}

.cheft-spec-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 45px;
  align-items: center;
}

.cheft-spec-row span {
  grid-column: 2;
  color: #565b64;
  font-size: 11px;
  font-weight: 800;
}

.cheft-spec-row strong {
  grid-column: 1;
  grid-row: 1;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #f8f9fb;
  color: #454952;
  font-size: 10px;
  font-weight: 900;
}

.cheft-review-summary,
.cheft-question-aside {
  position: sticky;
  top: 28px;
}

.cheft-review-summary strong {
  display: block;
  margin: 9px 0 5px;
  color: #242831;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.cheft-review-summary span,
.cheft-review-summary p,
.cheft-question-aside p,
.cheft-empty-note,
.cheft-review-card time,
.cheft-question-card footer {
  color: #8a8f98;
  font-size: 12px;
}

.cheft-review-summary button,
.cheft-question-aside button,
.cheft-inline-form button {
  width: 100%;
  min-height: 35px;
  margin-top: 17px;
  border: 1px solid var(--cheft-danger);
  border-radius: 5px;
  background: #fff;
  color: var(--cheft-danger);
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
}

.cheft-buyer-strip {
  justify-content: center;
  gap: 28px;
  margin: 3px 0 20px;
}

.cheft-buyer-strip button:not(.cheft-link-button) {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 7px;
  background: #f2f3f5;
}

.cheft-link-button {
  align-self: end;
  background: transparent;
  color: #2082b2;
  font-size: 12px;
  font-weight: 900;
}

.cheft-buyer-summary-card {
  padding: 16px 22px;
  border-radius: 8px;
  background: #f5f3ff;
  color: #535a68;
}

.cheft-buyer-summary-card div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.cheft-buyer-summary-card span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #635bff;
  color: #fff;
  font-weight: 900;
}

.cheft-buyer-summary-card h3 {
  margin: 0;
  color: #5445ca;
  font-size: 15px;
  font-weight: 900;
}

.cheft-buyer-summary-card p {
  margin: 13px 0 8px;
  color: #555d68;
  font-size: 13px;
  line-height: 2;
  text-align: justify;
}

.cheft-buyer-summary-card a {
  display: inline-flex;
  color: #3f4450;
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline;
}

.cheft-sentiment-row {
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin: 17px 0 8px;
}

.cheft-sentiment-row span {
  padding: 6px 12px;
  border: 1px solid #eceef2;
  border-radius: 999px;
  background: #fff;
  font-size: 11px;
  line-height: 1;
}

.cheft-sentiment-row .is-good {
  color: #139964;
}

.cheft-sentiment-row .is-bad {
  color: #dc3c43;
}

.cheft-inline-form {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  padding: 16px;
  border: 1px solid var(--cheft-line);
  border-radius: 12px;
  background: #fbfbfc;
}

.cheft-inline-form[hidden] {
  display: none;
}

.cheft-inline-form input,
.cheft-inline-form textarea,
.cheft-inline-form select {
  width: 100%;
  border: 1px solid rgba(18, 24, 38, 0.12);
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
}

.cheft-inline-form button {
  width: auto;
  min-width: 150px;
  margin: 0;
  justify-self: start;
  background: var(--cheft-navy);
  color: #fff;
  border-color: var(--cheft-navy);
}

.cheft-review-list,
.cheft-question-main {
  display: grid;
  gap: 0;
}

.cheft-review-card,
.cheft-question-card {
  padding: 27px 0;
  border-top: 1px solid var(--cheft-line);
}

.cheft-review-card header {
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.cheft-review-card strong,
.cheft-question-card h3 {
  color: #30343d;
  font-weight: 900;
}

.cheft-review-card p,
.cheft-question-card p {
  margin: 10px 0;
  color: #535a66;
  font-size: 14px;
  line-height: 2.05;
  text-align: justify;
}

.cheft-question-tabs {
  justify-content: flex-end;
  gap: 28px;
  margin: 4px 0 14px;
  color: #858b95;
  font-size: 12px;
  font-weight: 800;
}

.cheft-question-tabs span:nth-child(2) {
  color: #ef6975;
}

.cheft-question-card h3 {
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.8;
}

.cheft-question-card div {
  max-width: 520px;
  padding: 15px 17px;
  border-radius: 8px;
  background: #fbfbfc;
  box-shadow: inset 3px 0 0 #ffe7b2;
}

.cheft-question-card div strong {
  color: #9f7b2a;
  font-size: 12px;
}

.cheft-question-card a {
  color: #2785b4;
  font-size: 12px;
  font-weight: 900;
}

.cheft-question-card footer {
  justify-content: flex-start;
  gap: 24px;
  margin-top: 12px;
}

.cheft-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-rows: 64px minmax(0, 1fr) 90px;
  gap: 18px;
  padding: 0 16px 18px;
  background: #000;
  color: #fff;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.cheft-gallery-modal.is-open {
  opacity: 1;
  transform: scale(1);
}

.cheft-gallery-modal[hidden] {
  display: none;
}

body.cheft-gallery-open {
  overflow: hidden;
  touch-action: none;
}

.cheft-gallery-modal__close {
  position: absolute;
  inset-inline-start: 24px;
  top: 23px;
  z-index: 3;
  width: 26px;
  height: 26px;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 20px;
}

.cheft-gallery-modal__tabs {
  justify-self: center;
  align-self: center;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 12px;
}

.cheft-gallery-modal__tabs button,
.cheft-gallery-all {
  min-width: 84px;
  min-height: 40px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
}

.cheft-gallery-modal__tabs button + button {
  border-right: 1px solid rgba(255, 255, 255, 0.27);
}

.cheft-gallery-modal__tabs button.is-active {
  background: rgba(255, 255, 255, 0.06);
}

.cheft-gallery-modal__viewer {
  min-height: 0;
  display: grid;
  place-items: center;
  position: relative;
}

.cheft-gallery-modal__viewer img {
  width: auto;
  max-width: min(710px, 70vw);
  max-height: min(710px, calc(100vh - 210px));
  object-fit: contain;
  background: #fff;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.cheft-gallery-modal__viewer.is-switching img {
  opacity: 0.35;
  transform: scale(0.985);
}

.cheft-gallery-nav {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.94);
  color: #68707c;
  font-size: 32px;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.cheft-gallery-nav--prev {
  inset-inline-start: calc(50% - 360px - 28px);
}

.cheft-gallery-nav--next {
  inset-inline-end: calc(50% - 360px - 28px);
}

.cheft-gallery-modal__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px;
  gap: 18px;
  align-items: center;
}

.cheft-gallery-modal__thumbs {
  min-width: 0;
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 4px 0;
  scrollbar-width: none;
}

.cheft-gallery-modal__thumbs::-webkit-scrollbar {
  display: none;
}

.cheft-gallery-modal__thumbs button {
  flex: 0 0 72px;
  height: 72px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 7px;
  background: #111;
  opacity: 0.72;
}

.cheft-gallery-modal__thumbs button.is-active {
  opacity: 1;
  border-color: #fff;
}

.cheft-gallery-all {
  min-width: 64px;
  min-height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 9px;
  font-size: 12px;
  line-height: 1.25;
}

.cheft-gallery-all span {
  display: block;
  font-size: 20px;
}

.cheft-admin-preview {
  display: inline-flex;
  gap: 6px;
  margin-inline-start: 8px;
  vertical-align: middle;
}

.cheft-admin-preview img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 6px;
}

.cheft-admin-preview--gallery {
  flex-wrap: wrap;
}

@media (max-width: 1280px) and (min-width: 721px) {
  body.single-product .main-header,
  .cheft-product-hero__inner,
  .cheft-product-content {
    width: min(1180px, calc(100vw - 64px));
  }

  .cheft-main-image {
    right: 110px;
    width: 52vw;
  }

  .cheft-product-card-wrap {
    left: 0;
  }

  .cheft-hero-thumbs {
    inset-inline-end: 0;
  }
}

@media (max-width: 720px) {
  body.single-product {
    padding-bottom: 88px;
  }

  body.single-product .site-header {
    display: none;
  }

  .cheft-product-page {
    display: flex !important;
    flex-direction: column;
    font-size: 13px;
    overflow: hidden;
  }

  .cheft-mobile-gallery {
    display: block;
    order: 1;
    background: #fff;
  }

  .cheft-mobile-gallery__track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    direction: ltr;
    scrollbar-width: none;
  }

  .cheft-mobile-gallery__track::-webkit-scrollbar {
    display: none;
  }

  .cheft-mobile-gallery__track button {
    flex: 0 0 100%;
    height: 368px;
    scroll-snap-align: start;
    background: #d8d8d8;
  }

  .cheft-mobile-gallery__track img {
    object-fit: cover;
  }

  .cheft-mobile-thumbs {
    display: flex;
    gap: 21px;
    overflow-x: auto;
    padding: 13px 27px 0;
    direction: rtl;
    scrollbar-width: none;
  }

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

  .cheft-mobile-thumbs button {
    flex: 0 0 68px;
    height: 68px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #f2f2f2;
    box-shadow: 0 4px 12px rgba(15, 20, 30, 0.12);
  }

  .cheft-mobile-thumbs button.is-active {
    border-color: #fff;
  }

  .cheft-mobile-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 13px 0 3px;
  }

  .cheft-mobile-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d7d7d7;
  }

  .cheft-mobile-dots span:first-child {
    width: 21px;
    border-radius: 999px;
  }

  .cheft-product-hero {
    order: 2;
    height: auto;
    min-height: auto;
    overflow: visible;
    background: #fff;
  }

  .cheft-product-hero__shade,
  .cheft-product-stage {
    display: none;
  }

  .cheft-product-hero__inner {
    display: block;
    width: min(100% - 56px, 340px);
    height: auto;
    min-height: 0;
    padding: 0;
  }

  .cheft-product-card-wrap {
    position: static;
    width: 100%;
    padding: 0;
  }

  .cheft-product-card {
    width: 100%;
    min-height: 303px;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    margin: 23px auto 0;
    padding: 39px 16px 23px;
    border: 0;
    border-radius: 12px;
    background: #ededed;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .cheft-product-card__head,
  .cheft-product-card h1 {
    text-align: center;
  }

  .cheft-product-card h1 {
    margin-bottom: 6px;
    font-size: 22px;
  }

  .cheft-product-rating {
    justify-content: center;
    font-size: 11px;
  }

  .cheft-card-controls {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .cheft-product-row {
    font-size: 14px;
  }

  .cheft-product-row strong {
    font-size: 14px;
  }

  .cheft-product-row--quantity {
    justify-content: flex-start;
  }

  .cheft-quantity {
    gap: 16px;
  }

  .cheft-quantity button {
    width: 27px;
    height: 27px;
    font-size: 18px;
  }

  .cheft-quantity .qty {
    height: 27px;
    font-size: 14px;
  }

  .cheft-color-options {
    gap: 10px;
  }

  .cheft-color-option span {
    width: 27px;
    height: 27px;
  }

  .cheft-product-row--sizes {
    margin-top: 17px;
  }

  .cheft-size-options label span {
    min-width: 72px;
    height: 30px;
    font-size: 13px;
  }

  .cheft-add-to-cart,
  .woocommerce div.product .cheft-add-to-cart.button.alt,
  .woocommerce div.product .cheft-product-card .single_add_to_cart_button.button.alt {
    min-height: 48px;
    margin-top: 22px;
    background: #a7a7a7;
    font-size: 16px;
  }

  .cheft-product-content {
    order: 3;
    width: min(100% - 56px, 340px);
    display: block;
    padding: 18px 0 58px;
    direction: rtl;
  }

  .cheft-product-section {
    padding: 22px 0;
    border-bottom: 5px solid #f1f1f1;
  }

  .cheft-product-section h2 {
    margin-bottom: 13px;
    font-size: 17px;
    text-align: right;
  }

  .cheft-product-intro,
  .cheft-product-specs,
  .cheft-reviews-layout,
  .cheft-questions-layout {
    display: block;
    direction: rtl;
  }

  .cheft-product-intro .cheft-prose {
    color: #5b6069;
    font-size: 13px;
    line-height: 1.82;
    text-align: justify;
  }

  .cheft-spec-list {
    width: 100%;
    gap: 12px;
  }

  .cheft-spec-row {
    grid-template-columns: minmax(0, 1fr) 82px;
    gap: 10px;
  }

  .cheft-spec-row span {
    font-size: 13px;
    text-align: right;
  }

  .cheft-spec-row strong {
    min-height: 48px;
    padding: 0 8px;
    font-size: 11px;
  }

  .cheft-questions-layout {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
  }

  .cheft-reviews-layout {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .cheft-review-summary,
  .cheft-question-aside,
  .cheft-review-main,
  .cheft-question-main {
    position: static;
    width: 100%;
  }

  .cheft-review-summary {
    text-align: right;
  }

  .cheft-review-summary button,
  .cheft-question-aside button {
    min-height: 37px;
  }

  .cheft-question-main {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 49%;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .cheft-question-main::-webkit-scrollbar {
    display: none;
  }

  .cheft-question-tabs,
  .cheft-question-main .cheft-inline-form,
  .cheft-question-main .cheft-empty-note {
    display: none;
  }

  .cheft-question-card {
    min-height: 176px;
    padding: 12px;
    border: 1px solid #eceef2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(22, 26, 36, 0.08);
  }

  .cheft-question-card h3 {
    min-height: 52px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.6;
  }

  .cheft-question-card div {
    min-height: 64px;
    padding: 9px;
    font-size: 11px;
  }

  .cheft-question-card p {
    margin: 4px 0;
    font-size: 11px;
    line-height: 1.65;
  }

  .cheft-question-card footer {
    gap: 14px;
    margin-top: 10px;
    font-size: 10px;
  }

  .cheft-buyer-strip {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    margin-bottom: 15px;
    scrollbar-width: none;
  }

  .cheft-buyer-strip::-webkit-scrollbar {
    display: none;
  }

  .cheft-buyer-strip button:not(.cheft-link-button) {
    flex: 0 0 50px;
    width: 50px;
    height: 62px;
  }

  .cheft-buyer-summary-card {
    padding: 14px;
  }

  .cheft-buyer-summary-card h3 {
    font-size: 13px;
  }

  .cheft-buyer-summary-card p {
    font-size: 12px;
    line-height: 1.75;
  }

  .cheft-sentiment-row {
    display: none;
  }

  .cheft-review-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 45%;
    gap: 10px;
    overflow-x: auto;
    margin-top: 14px;
    scrollbar-width: none;
  }

  .cheft-review-list::-webkit-scrollbar {
    display: none;
  }

  .cheft-review-card {
    min-height: 238px;
    padding: 14px;
    border: 1px solid #eceef2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(22, 26, 36, 0.08);
  }

  .cheft-review-card header {
    justify-content: center;
    flex-direction: column;
    gap: 7px;
  }

  .cheft-review-card p {
    font-size: 12px;
    line-height: 1.75;
  }

  .cheft-gallery-modal {
    grid-template-rows: 58px minmax(0, 1fr) 74px;
    gap: 10px;
    padding: 0 10px 12px;
  }

  .cheft-gallery-modal__viewer img {
    max-width: 100%;
    max-height: calc(100vh - 168px);
  }

  .cheft-gallery-nav {
    width: 38px;
    height: 38px;
    font-size: 26px;
  }

  .cheft-gallery-nav--prev {
    inset-inline-start: 8px;
  }

  .cheft-gallery-nav--next {
    inset-inline-end: 8px;
  }

  .cheft-gallery-modal__bottom {
    grid-template-columns: minmax(0, 1fr) 58px;
    gap: 10px;
  }

  .cheft-gallery-modal__thumbs {
    gap: 10px;
  }

  .cheft-gallery-modal__thumbs button {
    flex-basis: 58px;
    height: 58px;
  }

  .cheft-gallery-all {
    min-width: 58px;
    min-height: 58px;
    font-size: 10px;
  }
}

/* Single product reference alignment */
@media (min-width: 721px) {
  body.single-product .main-header,
  .cheft-product-hero__inner,
  .cheft-product-content {
    width: min(1640px, calc(100vw - 190px));
  }

  .cheft-product-hero,
  .cheft-product-hero__inner {
    height: 690px;
    min-height: 690px;
  }

  .cheft-product-hero {
    background-position: center top;
  }

  .cheft-product-hero__shade {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 72%, #fff 99%);
  }

  .cheft-product-card-wrap {
    left: 0;
    top: 205px;
    width: 365px;
  }

  .cheft-product-card {
    width: 365px;
    min-height: 300px;
    display: block;
    padding: 30px 24px 26px;
    border-radius: 12px;
    background: rgba(229, 229, 229, 0.66);
  }

  .cheft-product-card__head {
    margin-bottom: 20px;
  }

  .cheft-product-card h1 {
    margin-bottom: 8px;
    font-size: 25px;
    text-align: center;
  }

  .cheft-product-rating {
    justify-content: center;
    font-size: 13px;
  }

  .cheft-stars {
    font-size: 15px;
  }

  .cheft-card-controls {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    direction: ltr;
  }

  .cheft-card-middle,
  .cheft-product-row--colors {
    min-width: 0;
  }

  .cheft-product-row--quantity,
  .cheft-product-row--colors,
  .cheft-product-row--sizes {
    gap: 10px;
    direction: rtl;
  }

  .cheft-product-row,
  .cheft-product-row strong {
    font-size: 13px;
  }

  .cheft-quantity {
    gap: 14px;
  }

  .cheft-quantity button,
  .cheft-color-option span {
    width: 28px;
    height: 28px;
  }

  .cheft-quantity .qty {
    width: 22px;
    height: 28px;
    font-size: 14px;
  }

  .cheft-color-options {
    gap: 10px;
  }

  .cheft-product-row--sizes {
    justify-content: flex-end;
    margin-top: 18px;
  }

  .cheft-size-options {
    gap: 10px;
  }

  .cheft-size-options label span {
    min-width: 86px;
    height: 34px;
    font-size: 12px;
  }

  .cheft-add-to-cart,
  .woocommerce div.product .cheft-add-to-cart.button.alt,
  .woocommerce div.product .cheft-product-card .single_add_to_cart_button.button.alt {
    min-height: 51px;
    margin-top: 21px;
    border-radius: 2px;
    font-size: 16px;
  }

  .cheft-main-image {
    right: 170px;
    top: 248px;
    width: min(820px, 51vw);
  }

  .cheft-main-image img {
    max-height: 390px;
  }

  .cheft-hero-thumbs {
    right: 0;
    left: auto;
    top: 125px;
    gap: 26px;
  }

  .cheft-hero-thumbs button {
    width: 78px;
    height: 78px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.58);
  }

  .cheft-product-content {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 0 62px;
    padding-top: 34px;
  }

  .cheft-product-intro,
  .cheft-product-specs,
  .cheft-reviews-layout,
  .cheft-questions-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    column-gap: 62px;
  }

  .cheft-product-section h2 {
    font-size: 18px;
  }

  .cheft-product-intro .cheft-prose {
    font-size: 13px;
    line-height: 2.05;
  }

  .cheft-spec-row {
    grid-template-columns: minmax(0, 1fr) 135px;
  }

  .cheft-spec-row span,
  .cheft-spec-row strong {
    font-size: 13px;
  }

  .cheft-spec-row strong {
    min-height: 48px;
  }
}

@media (max-width: 1280px) and (min-width: 721px) {
  body.single-product .main-header,
  .cheft-product-hero__inner,
  .cheft-product-content {
    width: min(1180px, calc(100vw - 64px));
  }

  .cheft-product-card-wrap {
    width: 365px;
  }

  .cheft-main-image {
    right: 110px;
    width: 52vw;
  }
}

@media (max-width: 720px) {
  .cheft-mobile-gallery__track button {
    height: 365px;
    background: #d8d8d8;
  }

  .cheft-mobile-gallery__track img {
    object-fit: contain;
    object-position: center;
  }

  .cheft-mobile-thumbs {
    justify-content: flex-start;
    gap: 20px;
    padding: 14px 47px 0;
    direction: rtl;
  }

  .cheft-mobile-thumbs button {
    flex-basis: 68px;
    width: 68px;
    height: 68px;
  }

  .cheft-mobile-dots {
    padding: 16px 0 4px;
  }

  .cheft-product-hero__inner,
  .cheft-product-content {
    width: min(100% - 94px, 340px);
  }

  .cheft-product-card {
    min-height: 306px;
    display: block;
    margin-top: 24px;
    padding: 38px 17px 26px;
    border-radius: 12px;
  }

  .cheft-product-card__head {
    margin-bottom: 18px;
  }

  .cheft-product-card h1 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.35;
    white-space: normal;
  }

  .cheft-product-rating {
    gap: 6px;
    font-size: 11px;
  }

  .cheft-stars {
    font-size: 14px;
  }

  .cheft-card-controls {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    direction: ltr;
  }

  .cheft-card-middle {
    flex: 0 0 auto;
  }

  .cheft-product-row--colors,
  .cheft-product-row--quantity {
    gap: 8px;
    direction: rtl;
  }

  .cheft-product-row--colors {
    flex: 1 1 auto;
    justify-content: flex-start;
    min-width: 0;
  }

  .cheft-product-row,
  .cheft-product-row strong {
    font-size: 13px;
  }

  .cheft-color-options {
    flex: 0 0 auto;
    gap: 8px;
  }

  .cheft-color-option span,
  .cheft-quantity button {
    width: 28px;
    height: 28px;
  }

  .cheft-quantity {
    gap: 14px;
  }

  .cheft-quantity .qty {
    width: 18px;
    height: 28px;
    font-size: 14px;
  }

  .cheft-product-row--sizes {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 18px;
    direction: rtl;
  }

  .cheft-size-options {
    gap: 9px;
  }

  .cheft-size-options label span {
    min-width: 72px;
    height: 30px;
  }

  .cheft-add-to-cart,
  .woocommerce div.product .cheft-add-to-cart.button.alt,
  .woocommerce div.product .cheft-product-card .single_add_to_cart_button.button.alt {
    min-height: 48px;
    margin-top: 23px;
    border-radius: 1px;
    background: #a7a7a7;
  }

  .cheft-product-content {
    padding-top: 18px;
  }

  .cheft-product-section {
    padding: 24px 0;
  }

  .cheft-product-section h2 {
    font-size: 17px;
  }

  .cheft-product-intro .cheft-prose {
    font-size: 13px;
    line-height: 1.86;
  }
}

/* Single product final RTL/order fixes */
.cheft-product-card,
.cheft-product-card * {
  box-sizing: border-box;
}

@media (min-width: 721px) {
  .cheft-product-card-wrap {
    width: 360px;
  }

  .cheft-product-card {
    width: 360px;
    min-height: 272px;
    padding: 28px 30px 24px;
    overflow: visible;
  }

  .cheft-card-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px 18px;
    align-items: center;
    direction: rtl;
  }

  .cheft-product-row--colors {
    grid-column: 1;
    grid-row: 1;
    justify-content: start;
    min-width: 0;
    gap: 9px;
  }

  .cheft-card-middle {
    grid-column: 2;
    grid-row: 1;
    min-width: max-content;
  }

  .cheft-product-row--quantity {
    justify-content: end;
    gap: 9px;
  }

  .cheft-color-options {
    flex: 0 0 auto;
    gap: 8px;
    order: 2;
  }

  .cheft-product-row--colors strong {
    order: 1;
  }

  .cheft-product-row--sizes {
    justify-content: start;
    gap: 10px;
  }

  .cheft-size-options {
    order: 2;
  }

  .cheft-product-row--sizes strong {
    order: 1;
  }

  .cheft-add-to-cart,
  .woocommerce div.product .cheft-add-to-cart.button.alt,
  .woocommerce div.product .cheft-product-card .single_add_to_cart_button.button.alt {
    border-radius: 28px;
    background: #c86232;
  }

  .cheft-product-specs,
  .cheft-product-specs > *,
  .cheft-spec-list,
  .cheft-spec-row {
    direction: rtl;
  }

  .cheft-product-specs {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .cheft-product-specs h2 {
    grid-column: 1;
    text-align: right;
  }

  .cheft-spec-list {
    grid-column: 2;
  }

  .cheft-spec-row {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 42px;
  }

  .cheft-spec-row span {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
  }

  .cheft-spec-row strong {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 720px) {
  .cheft-card-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    direction: rtl;
  }

  .cheft-product-row--colors {
    grid-column: 1;
    justify-content: start;
    min-width: 0;
  }

  .cheft-card-middle {
    grid-column: 2;
    min-width: max-content;
  }

  .cheft-product-row--quantity {
    justify-content: end;
  }

  .cheft-color-options,
  .cheft-size-options {
    order: 2;
  }

  .cheft-product-row--colors strong,
  .cheft-product-row--sizes strong {
    order: 1;
  }

  .cheft-product-specs,
  .cheft-product-specs > *,
  .cheft-spec-list,
  .cheft-spec-row {
    direction: rtl;
  }

  .cheft-spec-row {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .cheft-spec-row span {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
  }

  .cheft-spec-row strong {
    grid-column: 2;
    grid-row: 1;
  }
}

/* Single product purchase card pixel refinement */
@media (min-width: 721px) {
  .cheft-product-card-wrap {
    width: 420px;
  }

  .cheft-product-card {
    width: 420px;
    min-height: 350px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    padding: 34px 34px 30px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 18px;
    background: rgba(226, 226, 226, 0.68);
    box-shadow: 0 22px 54px rgba(20, 24, 30, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.66);
  }

  .cheft-product-card__head {
    margin-bottom: 24px;
    text-align: right;
  }

  .cheft-product-card h1 {
    margin: 0 0 10px;
    color: #4a4d55;
    font-size: 31px;
    font-weight: 950;
    line-height: 1.25;
    letter-spacing: -0.05em;
    text-align: right;
    white-space: nowrap;
  }

  .cheft-product-card .cheft-product-rating {
    justify-content: flex-start;
    gap: 7px;
    color: #575b63;
    font-size: 17px;
    font-weight: 700;
    direction: rtl;
  }

  .cheft-product-card .cheft-stars {
    color: #c8c9cc;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .cheft-product-card .cheft-stars::before {
    color: #50535a;
  }

  .cheft-card-controls {
    display: grid;
    grid-template-columns: 138px minmax(0, 1fr);
    gap: 0 24px;
    align-items: start;
    margin-bottom: 20px;
    direction: ltr;
  }

  .cheft-card-middle {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .cheft-product-row--colors {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  .cheft-product-row--quantity,
  .cheft-product-row--colors {
    display: grid;
    grid-template-rows: auto auto;
    gap: 14px;
    align-items: start;
    direction: rtl;
  }

  .cheft-product-row--quantity strong,
  .cheft-product-row--colors strong,
  .cheft-product-row--sizes strong {
    color: #4a4d55;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.2;
  }

  .cheft-product-row--quantity strong {
    text-align: right;
  }

  .cheft-product-row--colors strong {
    text-align: right;
  }

  .cheft-quantity {
    justify-content: flex-start;
    gap: 21px;
    direction: ltr;
  }

  .cheft-quantity button {
    width: 38px;
    height: 38px;
    border-color: rgba(65, 69, 76, 0.58);
    background: rgba(255, 255, 255, 0.08);
    color: #4d5159;
    font-size: 28px;
    font-weight: 300;
  }

  .cheft-quantity [data-cheft-qty-minus] {
    opacity: 0.22;
  }

  .cheft-quantity .qty {
    width: 22px;
    height: 38px;
    color: #444850;
    font-size: 23px;
    font-weight: 700;
  }

  .cheft-color-options {
    justify-content: flex-start;
    gap: 14px;
    direction: ltr;
  }

  .cheft-color-option span {
    width: 40px;
    height: 40px;
    border-width: 3px;
    box-shadow: 0 0 0 2px rgba(69, 73, 80, 0.75);
  }

  .cheft-color-option input:checked + span {
    box-shadow: 0 0 0 3px #334ddf, 0 0 0 6px rgba(245, 245, 245, 0.95);
  }

  .cheft-product-row--sizes {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 0;
    margin-bottom: 26px;
    direction: rtl;
  }

  .cheft-size-options {
    gap: 12px;
    direction: ltr;
  }

  .cheft-size-options label span {
    min-width: 108px;
    height: 40px;
    padding: 2px 12px;
    border-color: rgba(45, 49, 56, 0.72);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.24);
    color: #4d5159;
    font-size: 17px;
    font-weight: 950;
  }

  .cheft-add-to-cart,
  .woocommerce div.product .cheft-add-to-cart.button.alt,
  .woocommerce div.product .cheft-product-card .single_add_to_cart_button.button.alt {
    min-height: 68px;
    margin-top: 0;
    border-radius: 3px;
    background: #071426;
    color: #fff;
    font-size: 24px;
    font-weight: 950;
  }
}

@media (max-width: 720px) {
  .cheft-product-card {
    min-height: 352px;
    padding: 31px 30px 31px;
    border: 2px solid rgba(210, 210, 210, 0.9);
    border-radius: 22px;
    background: #e7e7e7;
  }

  .cheft-product-card__head {
    margin-bottom: 24px;
    text-align: right;
  }

  .cheft-product-card h1 {
    margin-bottom: 9px;
    font-size: 30px;
    font-weight: 950;
    text-align: right;
  }

  .cheft-product-card .cheft-product-rating {
    justify-content: flex-start;
    font-size: 16px;
  }

  .cheft-product-card .cheft-stars {
    font-size: 19px;
  }

  .cheft-product-card .cheft-stars::before {
    color: #50535a;
  }

  .cheft-card-controls {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 0 20px;
    margin-bottom: 20px;
    direction: ltr;
  }

  .cheft-product-row--quantity,
  .cheft-product-row--colors {
    display: grid;
    grid-template-rows: auto auto;
    gap: 13px;
    direction: rtl;
  }

  .cheft-product-row--quantity strong,
  .cheft-product-row--colors strong,
  .cheft-product-row--sizes strong {
    font-size: 17px;
    font-weight: 950;
  }

  .cheft-quantity {
    gap: 20px;
    direction: ltr;
  }

  .cheft-quantity button,
  .cheft-color-option span {
    width: 37px;
    height: 37px;
  }

  .cheft-quantity button {
    font-size: 26px;
  }

  .cheft-quantity .qty {
    height: 37px;
    font-size: 22px;
  }

  .cheft-color-options {
    gap: 13px;
    direction: ltr;
  }

  .cheft-product-row--sizes {
    margin-bottom: 25px;
  }

  .cheft-size-options label span {
    min-width: 103px;
    height: 38px;
    font-size: 16px;
  }

  .cheft-add-to-cart,
  .woocommerce div.product .cheft-add-to-cart.button.alt,
  .woocommerce div.product .cheft-product-card .single_add_to_cart_button.button.alt {
    min-height: 68px;
    border-radius: 3px;
    background: #071426;
    font-size: 23px;
  }
}

/* Single product purchase card exact placement pass */
@media (min-width: 721px) {
  .cheft-product-card {
    width: 420px;
    min-height: 350px;
    padding: 30px 34px 31px;
    display: block;
  }

  .cheft-product-card__head {
    margin-bottom: 24px;
    padding-right: 0;
    text-align: right;
  }

  .cheft-product-card h1 {
    margin: 0 0 7px;
    text-align: right;
  }

  .cheft-product-card .cheft-product-rating {
    justify-content: flex-start;
    padding-right: 0;
    direction: rtl;
  }

  .cheft-card-controls {
    display: grid;
    grid-template-columns: 128px 1fr;
    column-gap: 34px;
    align-items: start;
    margin: 0 0 20px;
    direction: ltr;
  }

  .cheft-card-middle {
    grid-column: 1;
    min-width: 128px;
  }

  .cheft-product-row--colors {
    grid-column: 2;
    min-width: 0;
  }

  .cheft-product-row--quantity,
  .cheft-product-row--colors {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    direction: rtl;
  }

  .cheft-product-row--quantity strong,
  .cheft-product-row--colors strong {
    width: 100%;
    text-align: right;
  }

  .cheft-product-row--quantity strong {
    padding-right: 72px;
  }

  .cheft-quantity {
    width: 128px;
    display: grid;
    grid-template-columns: 38px 1fr 38px;
    align-items: center;
    gap: 16px;
    direction: ltr;
  }

  .cheft-quantity [data-cheft-qty-plus] {
    grid-column: 1;
  }

  .cheft-quantity .quantity {
    grid-column: 2;
    justify-self: center;
  }

  .cheft-quantity [data-cheft-qty-minus] {
    grid-column: 3;
    opacity: 0.22;
  }

  .cheft-color-options {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 13px;
    direction: rtl;
  }

  .cheft-product-row--sizes {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    align-items: center;
    justify-content: stretch;
    margin: 0 0 27px;
    direction: rtl;
  }

  .cheft-product-row--sizes strong {
    grid-column: 1;
    justify-self: start;
  }

  .cheft-size-options {
    grid-column: 2;
    justify-content: flex-start;
    gap: 14px;
    direction: ltr;
  }

  .cheft-add-to-cart,
  .woocommerce div.product .cheft-add-to-cart.button.alt,
  .woocommerce div.product .cheft-product-card .single_add_to_cart_button.button.alt {
    min-height: 68px;
    margin-top: 0;
    border-radius: 3px;
    background: #071426 !important;
    color: #fff !important;
  }
}

@media (max-width: 720px) {
  .cheft-product-card {
    display: block;
  }

  .cheft-card-controls {
    display: grid;
    grid-template-columns: 128px 1fr;
    column-gap: 28px;
    align-items: start;
    direction: ltr;
  }

  .cheft-card-middle {
    grid-column: 1;
  }

  .cheft-product-row--colors {
    grid-column: 2;
  }

  .cheft-product-row--quantity,
  .cheft-product-row--colors {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    direction: rtl;
  }

  .cheft-product-row--quantity strong,
  .cheft-product-row--colors strong {
    width: 100%;
    text-align: right;
  }

  .cheft-product-row--quantity strong {
    padding-right: 70px;
  }

  .cheft-quantity {
    width: 128px;
    display: grid;
    grid-template-columns: 37px 1fr 37px;
    align-items: center;
    gap: 16px;
    direction: ltr;
  }

  .cheft-quantity [data-cheft-qty-plus] {
    grid-column: 1;
  }

  .cheft-quantity .quantity {
    grid-column: 2;
    justify-self: center;
  }

  .cheft-quantity [data-cheft-qty-minus] {
    grid-column: 3;
    opacity: 0.22;
  }

  .cheft-color-options {
    flex-direction: row-reverse;
    justify-content: flex-end;
    direction: rtl;
  }

  .cheft-product-row--sizes {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    align-items: center;
    margin-bottom: 25px;
    direction: rtl;
  }

  .cheft-product-row--sizes strong {
    grid-column: 1;
  }

  .cheft-size-options {
    grid-column: 2;
    justify-content: flex-start;
    direction: ltr;
  }

  .cheft-add-to-cart,
  .woocommerce div.product .cheft-add-to-cart.button.alt,
  .woocommerce div.product .cheft-product-card .single_add_to_cart_button.button.alt {
    background: #071426 !important;
    color: #fff !important;
  }
}

/* Single product quantity control exact reference fix */
.cheft-product-card .cheft-quantity {
  width: 168px;
  display: grid;
  grid-template-columns: 46px 42px 46px;
  justify-content: space-between;
  align-items: center;
  gap: 17px;
  direction: ltr;
  overflow: visible;
}

.cheft-product-card .cheft-quantity [data-cheft-qty-plus] {
  grid-column: 1;
}

.cheft-product-card .cheft-quantity .quantity {
  grid-column: 2;
  justify-self: center;
}

.cheft-product-card .cheft-quantity [data-cheft-qty-minus] {
  grid-column: 3;
  display: grid;
  opacity: 1;
  border-color: rgba(87, 91, 99, 0.16);
  color: rgba(87, 91, 99, 0.18);
}

.cheft-product-card .cheft-quantity button {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
}

.cheft-product-card .cheft-quantity [data-cheft-qty-plus] {
  border-color: rgba(65, 69, 76, 0.82);
  color: rgba(65, 69, 76, 0.9);
}

.cheft-product-card .cheft-quantity .qty {
  width: 42px;
  height: 46px;
  font-size: 27px;
  text-align: center;
}

@media (min-width: 721px) {
  .cheft-card-controls {
    grid-template-columns: 168px 1fr;
  }

  .cheft-card-middle {
    min-width: 168px;
  }

  .cheft-product-row--quantity strong {
    padding-right: 107px;
  }
}

@media (max-width: 720px) {
  .cheft-card-controls {
    grid-template-columns: 168px 1fr;
  }

  .cheft-product-row--quantity strong {
    padding-right: 107px;
  }
}

/* Single product card spacing and circle size adjustment */
.cheft-product-card .cheft-quantity button,
.cheft-product-card .cheft-color-option span {
  width: 43px;
  height: 43px;
}

.cheft-product-card .cheft-quantity {
  width: 158px;
  grid-template-columns: 43px 38px 43px;
  gap: 17px;
}

.cheft-product-card .cheft-quantity .qty {
  width: 38px;
  height: 43px;
}

@media (min-width: 721px) {
  .cheft-product-card-wrap,
  .cheft-product-card {
    width: 455px;
  }

  .cheft-card-controls {
    grid-template-columns: 158px 1fr;
    column-gap: 38px;
  }

  .cheft-card-middle {
    min-width: 158px;
  }

  .cheft-color-options {
    gap: 12px;
  }

  .cheft-product-row--quantity strong {
    padding-right: 96px;
  }
}

@media (max-width: 720px) {
  .cheft-card-controls {
    grid-template-columns: 158px 1fr;
    column-gap: 34px;
  }

  .cheft-color-options {
    gap: 12px;
  }

  .cheft-product-row--quantity strong {
    padding-right: 96px;
  }
}
