@font-face {
  font-family: "PeydaWeb";
  src: url("../fonts/PeydaWeb-Thin.woff2") format("woff2"), url("../fonts/PeydaWeb-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PeydaWeb";
  src: url("../fonts/PeydaWeb-ExtraLight.woff2") format("woff2"), url("../fonts/PeydaWeb-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PeydaWeb";
  src: url("../fonts/PeydaWeb-Light.woff2") format("woff2"), url("../fonts/PeydaWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PeydaWeb";
  src: url("../fonts/PeydaWeb-Regular.woff2") format("woff2"), url("../fonts/PeydaWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PeydaWeb";
  src: url("../fonts/PeydaWeb-Medium.woff2") format("woff2"), url("../fonts/PeydaWeb-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PeydaWeb";
  src: url("../fonts/PeydaWeb-SemiBold.woff2") format("woff2"), url("../fonts/PeydaWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PeydaWeb";
  src: url("../fonts/PeydaWeb-Bold.woff2") format("woff2"), url("../fonts/PeydaWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PeydaWeb";
  src: url("../fonts/PeydaWeb-ExtraBold.woff2") format("woff2"), url("../fonts/PeydaWeb-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PeydaWeb";
  src: url("../fonts/PeydaWeb-Black.woff2") format("woff2"), url("../fonts/PeydaWeb-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PeydaWeb";
  src: url("../fonts/PeydaWeb-ExtraBlack.woff2") format("woff2"), url("../fonts/PeydaWeb-ExtraBlack.woff") format("woff");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

:root {
  --ts-primary: #2C5440;
  --ts-accent: #D4AF37;
  --ts-green-mid: #376A50;
  --ts-green-deep: #254A38;
  --ts-green-dark: #183A2A;
  --ts-cream: #E8E2D5;
  --ts-bg: #F7F3EA;
  --ts-border: #E5E7EB;
  --ts-muted: #6B7280;
  --ts-danger: #DC2626;
  --ts-font: "PeydaWeb", "Peyda", sans-serif;
  --ts-base: 16px;
  --ts-leading: 1.7;
  --ts-radius-sm: 8px;
  --ts-radius-md: 12px;
  --ts-radius: 20px;
  --ts-radius-lg: 24px;
  --ts-space-2: 8px;
  --ts-space-4: 16px;
  --ts-space-6: 24px;
  --ts-space-8: 32px;
  --ts-shadow: 0 4px 12px rgba(6,78,59,.08);
  --ts-text: #10231d;
  --ts-soft: #ecfdf5;
  --ts-surface: #ffffff;
  --ts-ring: 0 0 0 4px rgba(44, 84, 64, .18);
  --ts-shadow-lg: 0 22px 60px rgba(6, 78, 59, .12);
  --ts-max: 1200px;
}

body.ts-woodmart-child {
  --wd-text-font: var(--ts-font);
  --wd-title-font: var(--ts-font);
  --wd-entities-title-font: var(--ts-font);
  --wd-alternative-font: var(--ts-font);
  --wd-widget-title-font: var(--ts-font);
  --wd-header-el-font: var(--ts-font);
  --wd-primary-color: var(--ts-primary);
  --wd-alternative-color: var(--ts-accent);
}

body.rtl,
body.ts-woodmart-child,
body.ts-woodmart-child button,
body.ts-woodmart-child input,
body.ts-woodmart-child select,
body.ts-woodmart-child textarea,
body.ts-woodmart-child .ts-theme,
body.ts-woodmart-child .ts-product-card,
body.ts-woodmart-child .woocommerce,
body.ts-woodmart-child .wp-site-blocks,
body.ts-woodmart-child .wd-page-wrapper,
body.ts-woodmart-child .wd-page-content,
body.ts-woodmart-child .wd-toolbar,
body.ts-woodmart-child .woocommerce-coming-soon-store-only {
  font-family: var(--ts-font) !important;
}

body.ts-woodmart-child {
  background: radial-gradient(circle at top left, rgba(251, 191, 36, .08), transparent 280px), var(--ts-bg);
  color: var(--ts-text);
  font-size: var(--ts-base);
  line-height: var(--ts-leading);
  text-align: start;
}

body.ts-menu-open {
  overflow: hidden;
}

/* Header and footer */
.ts-site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 900;
  border-block-end: 1px solid rgba(229, 231, 235, .86);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(6, 78, 59, .04);
}

.ts-header-container {
  display: grid;
  width: min(var(--ts-max), calc(100% - 32px));
  min-height: 84px;
  align-items: center;
  gap: var(--ts-space-4);
  grid-template-columns: auto 1fr minmax(240px, 360px) auto;
  margin-inline: auto;
}

.ts-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ts-text);
  text-decoration: none;
}

.ts-brand-mark {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ts-green-dark), var(--ts-primary));
  color: #fff;
  box-shadow: 0 12px 28px rgba(6, 78, 59, .18);
}

.ts-brand-mark::after {
  content: "";
  position: absolute;
  inset-inline-end: -10px;
  inset-block-start: -10px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--ts-accent);
}

.ts-brand-mark .ts-icon {
  position: relative;
  z-index: 1;
}

.ts-brand-text {
  display: grid;
  line-height: 1.25;
}

.ts-brand-text strong {
  color: var(--ts-green-dark);
  font-size: 1.16rem;
  font-weight: 950;
}

.ts-brand-text small {
  color: var(--ts-muted);
  font-size: .75rem;
  font-weight: 800;
}

.ts-site-nav {
  justify-self: start;
}

.ts-nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ts-nav-list a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  border-radius: var(--ts-radius-md);
  color: #24443a;
  font-size: .94rem;
  font-weight: 850;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.ts-nav-list a:hover,
.ts-nav-list .current-menu-item > a {
  background: var(--ts-soft);
  color: var(--ts-green-deep);
}

.ts-has-mega {
  position: relative;
}

.ts-has-mega::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-start: 100%;
  height: 18px;
}

.ts-mega-panel {
  position: absolute;
  inset-block-start: calc(100% + 10px);
  inset-inline-start: 0;
  display: grid;
  width: min(660px, calc(100vw - 32px));
  padding: var(--ts-space-4);
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius);
  background: #fff;
  box-shadow: var(--ts-shadow-lg);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  visibility: hidden;
  transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
}

.ts-has-mega:hover .ts-mega-panel,
.ts-has-mega:focus-within .ts-mega-panel,
.ts-has-mega.is-mega-open .ts-mega-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.ts-mega-item {
  display: flex !important;
  min-height: auto !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px !important;
  border: 1px solid transparent;
}

.ts-mega-item small {
  display: block;
  color: var(--ts-muted);
  font-size: .8rem;
}

.ts-header-search label {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding-inline: 14px;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius-md);
  background: #f8fafc;
  color: var(--ts-muted);
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.ts-header-search:hover label,
.ts-header-search:focus-within label {
  border-color: rgba(22, 163, 74, .36);
  background: #fff;
  box-shadow: var(--ts-ring);
}

.ts-header-search input[type="search"] {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ts-text);
}

.ts-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  justify-self: end;
}

.ts-header-phone {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding-inline: 12px;
  border: 1px solid rgba(22, 163, 74, .16);
  border-radius: var(--ts-radius-md);
  background: var(--ts-soft);
  color: var(--ts-green-dark);
  font-size: .88rem;
  font-weight: 850;
  text-decoration: none;
  transition: border-color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.ts-header-phone:hover,
.ts-header-actions .ts-icon-button:hover {
  border-color: rgba(22, 163, 74, .28);
  box-shadow: 0 10px 22px rgba(6, 78, 59, .1);
  transform: translateY(-1px);
}

.ts-header-actions .ts-icon-button,
.ts-menu-toggle {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius-md);
  background: #fff;
  color: var(--ts-green-dark);
  transition: border-color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.ts-cart-count {
  position: absolute;
  inset-block-start: -5px;
  inset-inline-start: -5px;
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  padding-inline: 5px;
  border-radius: 999px;
  background: var(--ts-accent);
  color: #3b2a00;
  font-size: .72rem;
  font-weight: 950;
}

.ts-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
}

.ts-menu-toggle span {
  width: 17px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.ts-site-footer {
  margin-block-start: 32px;
  padding-block: 48px 28px;
  border-block-start: 1px solid var(--ts-border);
  background: #fff;
}

.ts-footer-grid {
  display: grid;
  gap: var(--ts-space-6);
  grid-template-columns: 1.2fr .9fr 1fr 1.1fr;
}

.ts-footer-grid p {
  color: var(--ts-muted);
}

.ts-footer-links {
  display: grid;
  gap: 10px;
  align-content: start;
}

.ts-footer-links a,
.ts-footer-links span {
  color: var(--ts-muted);
  font-weight: 750;
  text-decoration: none;
}

.ts-footer-links a:hover {
  color: var(--ts-green-deep);
}

.ts-footer-trust {
  display: grid;
  min-width: 0;
  gap: 12px;
  align-content: start;
}

.ts-footer-trust-head {
  display: grid;
  gap: 4px;
}

.ts-footer-trust-head small {
  color: var(--ts-muted);
  font-size: .82rem;
  line-height: 1.6;
}

.ts-footer-trust-slider {
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  gap: 0;
  direction: ltr;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(6, 78, 59, .28) transparent;
  scrollbar-width: thin;
  touch-action: pan-x;
}

.ts-footer-trust-slider::-webkit-scrollbar {
  height: 6px;
}

.ts-footer-trust-slider::-webkit-scrollbar-track {
  background: transparent;
}

.ts-footer-trust-slider::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(6, 78, 59, .24);
}

.ts-footer-trust-card {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius);
  background: #f8fafc;
  direction: rtl;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  transition: border-color .24s ease, background .24s ease, box-shadow .24s ease, transform .24s ease;
}

.ts-footer-trust-card.is-active,
.ts-footer-trust-card:hover {
  border-color: rgba(22, 163, 74, .28);
  background: #fff;
  box-shadow: var(--ts-shadow);
  transform: translateY(-2px);
}

.ts-footer-trust-visual {
  display: grid;
  min-height: 82px;
  place-items: center;
  overflow: hidden;
  border: 1px dashed rgba(6, 78, 59, .18);
  border-radius: var(--ts-radius-md);
  background: #fff;
  color: var(--ts-green-dark);
}

.ts-footer-trust-visual img {
  max-width: 112px;
  max-height: 70px;
  object-fit: contain;
}

.ts-footer-trust-card strong,
.ts-footer-trust-card small {
  display: block;
}

.ts-footer-trust-card small {
  color: var(--ts-muted);
  font-size: .78rem;
}

.ts-trust-placeholder {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  background: var(--ts-soft);
  color: var(--ts-green-deep);
  font-weight: 950;
}

.ts-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: var(--ts-space-4);
  margin-block-start: 32px;
  padding-block-start: 20px;
  border-block-start: 1px solid var(--ts-border);
  color: var(--ts-muted);
  font-size: .86rem;
}

.ts-theme {
  direction: rtl;
  color: var(--ts-text);
  font-size: var(--ts-base);
  line-height: var(--ts-leading);
  text-align: start;
}

.ts-theme *,
.ts-theme *::before,
.ts-theme *::after,
.ts-product-card,
.ts-product-card * {
  box-sizing: border-box;
}

.ts-theme a,
.ts-product-card a {
  color: inherit;
  text-decoration: none;
}

.ts-theme img,
.ts-product-card img {
  display: block;
  max-width: 100%;
}

.ts-icon {
  width: 1.2em;
  height: 1.2em;
  flex: 0 0 auto;
}

.ts-container {
  width: min(var(--ts-max), calc(100% - 32px));
  margin-inline: auto;
}

.ts-section {
  padding-block: 72px;
}

.ts-section-tight {
  padding-block: 48px;
}

.ts-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--ts-space-6);
  margin-block-end: var(--ts-space-8);
}

.ts-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-block-end: 12px;
  color: var(--ts-green-deep);
  font-size: .9rem;
  font-weight: 800;
}

.ts-eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ts-accent);
  box-shadow: 0 0 0 6px rgba(251, 191, 36, .14);
}

.ts-theme h1,
.ts-theme h2,
.ts-theme h3,
.ts-product-card h3 {
  margin-block-start: 0;
  letter-spacing: 0;
  line-height: 1.35;
}

.ts-theme h1 {
  max-width: 760px;
  margin-block-end: 18px;
  font-size: 3.25rem;
  font-weight: 950;
}

.ts-theme h2 {
  margin-block-end: 12px;
  font-size: 2rem;
  font-weight: 920;
}

.ts-theme h3,
.ts-product-card h3 {
  font-size: 1.18rem;
  font-weight: 900;
}

.ts-theme p {
  margin-block-start: 0;
  color: var(--ts-muted);
}

.ts-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--ts-radius-md);
  background: var(--ts-primary);
  color: #fff !important;
  font-weight: 900;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.ts-button:hover {
  background: var(--ts-green-deep);
  box-shadow: 0 14px 30px rgba(4, 120, 87, .22);
  transform: translateY(-2px);
}

.ts-button-secondary {
  background: #fff;
  color: var(--ts-green-dark) !important;
  border-color: rgba(6, 78, 59, .14);
}

.ts-button-secondary:hover {
  background: var(--ts-soft);
}

.ts-button-glass {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px);
}

body.ts-woodmart-child input[type="text"],
body.ts-woodmart-child input[type="search"],
body.ts-woodmart-child input[type="email"],
body.ts-woodmart-child input[type="password"],
body.ts-woodmart-child input[type="tel"],
body.ts-woodmart-child input[type="number"],
body.ts-woodmart-child textarea,
body.ts-woodmart-child select,
body.ts-woodmart-child .select2-selection {
  min-height: 46px;
  border: 1px solid var(--ts-border) !important;
  border-radius: var(--ts-radius-md) !important;
  background-color: #fff !important;
  color: var(--ts-text);
  font-family: var(--ts-font) !important;
  transition: border-color .22s ease, box-shadow .22s ease, background-color .22s ease;
}

body.ts-woodmart-child textarea {
  min-height: 120px;
  resize: vertical;
}

body.ts-woodmart-child input:hover,
body.ts-woodmart-child textarea:hover,
body.ts-woodmart-child select:hover,
body.ts-woodmart-child .select2-selection:hover {
  border-color: rgba(22, 163, 74, .34) !important;
}

body.ts-woodmart-child input:focus,
body.ts-woodmart-child textarea:focus,
body.ts-woodmart-child select:focus,
body.ts-woodmart-child .select2-container--open .select2-selection {
  border-color: rgba(22, 163, 74, .52) !important;
  box-shadow: var(--ts-ring) !important;
  outline: 0 !important;
}

body.ts-woodmart-child .woocommerce button.button,
body.ts-woodmart-child .woocommerce a.button,
body.ts-woodmart-child .woocommerce input.button,
body.ts-woodmart-child .woocommerce #respond input#submit,
body.ts-woodmart-child .wp-element-button,
body.ts-woodmart-child .button {
  min-height: 46px;
  border-radius: var(--ts-radius-md) !important;
  background: var(--ts-primary) !important;
  color: #fff !important;
  font-family: var(--ts-font) !important;
  font-weight: 900 !important;
  transition: background .22s ease, box-shadow .22s ease, transform .22s ease, border-color .22s ease;
}

body.ts-woodmart-child .woocommerce button.button:hover,
body.ts-woodmart-child .woocommerce a.button:hover,
body.ts-woodmart-child .woocommerce input.button:hover,
body.ts-woodmart-child .woocommerce #respond input#submit:hover,
body.ts-woodmart-child .wp-element-button:hover,
body.ts-woodmart-child .button:hover {
  background: var(--ts-green-deep) !important;
  box-shadow: 0 14px 30px rgba(4, 120, 87, .18);
  transform: translateY(-1px);
}

body.ts-woodmart-child .ts-header-search input[type="search"] {
  min-height: auto;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ts-pill {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border: 1px solid rgba(22, 163, 74, .18);
  border-radius: 999px;
  background: rgba(236, 253, 245, .82);
  color: var(--ts-green-deep);
  font-size: .82rem;
  font-weight: 850;
}

.ts-pill-warning {
  border-color: rgba(251, 191, 36, .28);
  background: rgba(254, 243, 199, .8);
  color: #8a5a00;
}

.ts-surface,
.ts-selector-panel,
.ts-checkout-card {
  background: var(--ts-surface);
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius-lg);
  box-shadow: var(--ts-shadow);
  transition: border-color .26s ease, box-shadow .26s ease, transform .26s ease;
}

.ts-surface:hover,
.ts-selector-panel:hover,
.ts-checkout-card:hover,
.ts-article-card:hover,
.ts-blog-card:hover,
.ts-contact-method:hover,
.ts-trust-item:hover {
  border-color: rgba(22, 163, 74, .24);
  box-shadow: var(--ts-shadow-lg);
  transform: translateY(-3px);
}

/* Homepage */
.ts-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  color: #fff;
}

.ts-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--ts-hero-image) center/cover no-repeat;
  transform: scale(1.01);
}

.ts-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 78% 24%, rgba(251, 191, 36, .18), transparent 260px), linear-gradient(90deg, rgba(6, 78, 59, .9) 0%, rgba(6, 78, 59, .74) 44%, rgba(6, 78, 59, .32) 100%);
}

.ts-hero .ts-container {
  display: grid;
  min-height: 720px;
  align-content: center;
  padding-block: 104px 88px;
}

.ts-hero-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-block-end: 20px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .9);
  font-weight: 850;
}

.ts-hero h1 {
  color: #fff;
  text-shadow: 0 18px 42px rgba(0, 0, 0, .22);
}

.ts-hero p {
  max-width: 670px;
  color: rgba(255, 255, 255, .82);
  font-size: 1.16rem;
}

.ts-hero-actions,
.ts-hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ts-hero-actions {
  margin-block-start: 30px;
}

.ts-hero-metrics {
  margin-block-start: 38px;
}

.ts-metric {
  min-width: 132px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--ts-radius-md);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
}

.ts-metric strong {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 950;
}

.ts-metric span {
  color: rgba(255, 255, 255, .74);
  font-size: .82rem;
  font-weight: 750;
}

.ts-category-strip {
  position: relative;
  z-index: 3;
  margin-block-start: -44px;
}

.ts-category-grid {
  display: grid;
  gap: var(--ts-space-4);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ts-category-card,
.ts-trust-item,
.ts-contact-method {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: var(--ts-space-4);
  border: 1px solid rgba(229, 231, 235, .9);
  border-radius: var(--ts-radius);
  background: #fff;
  box-shadow: var(--ts-shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ts-category-card {
  min-height: 156px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

.ts-category-card:hover,
.ts-product-card:hover,
.ts-package-card:hover {
  border-color: rgba(22, 163, 74, .28);
  box-shadow: var(--ts-shadow-lg);
  transform: translateY(-4px);
}

.ts-category-card strong,
.ts-trust-item strong,
.ts-contact-method strong {
  display: block;
  margin-block-end: 4px;
  color: var(--ts-text);
  font-weight: 900;
}

.ts-category-card small,
.ts-trust-item small,
.ts-contact-method small {
  display: block;
  color: var(--ts-muted);
  font-size: .88rem;
  line-height: 1.65;
}

.ts-mini-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: rgba(22, 163, 74, .1);
  color: var(--ts-green-deep);
}

.ts-mini-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.ts-card-image {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  object-fit: cover;
  background: var(--ts-soft);
}

.ts-trust-grid {
  display: grid;
  gap: var(--ts-space-4);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Product cards for page templates and WooCommerce loops */
.ts-product-grid {
  display: grid;
  gap: var(--ts-space-4);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ts-wc-product {
  padding: 0 !important;
}

.ts-product-card {
  position: relative;
  display: grid;
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius);
  background: #fff;
  box-shadow: var(--ts-shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ts-product-media {
  position: relative;
  aspect-ratio: 1.16;
  overflow: hidden;
  background: linear-gradient(145deg, #f8fafc, #effaf4);
}

.ts-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.ts-product-card:hover .ts-product-media img {
  transform: scale(1.035);
}

.ts-product-badge {
  position: absolute;
  inset-block-start: 12px;
  inset-inline-start: 12px;
}

.ts-product-actions {
  position: absolute;
  inset-block-start: 12px;
  inset-inline-end: 12px;
  display: grid;
  gap: 8px;
  z-index: 2;
}

.ts-icon-button {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: var(--ts-radius-md);
  background: rgba(255, 255, 255, .84);
  color: var(--ts-green-dark);
  backdrop-filter: blur(10px);
}

.ts-product-body {
  display: grid;
  gap: 14px;
  padding: var(--ts-space-4);
}

.ts-product-title {
  min-height: 56px;
  margin: 0;
  color: var(--ts-text);
  font-size: 1rem;
}

.ts-spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ts-spec-list li {
  padding: 5px 9px;
  border: 1px solid var(--ts-border);
  border-radius: 999px;
  background: #f8fafc;
  color: #43534e;
  font-size: .78rem;
  font-weight: 800;
}

.ts-product-footer {
  display: grid;
  gap: 12px;
}

.ts-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.ts-price,
.ts-price .amount,
.ts-product-card .price,
.ts-product-card .amount {
  color: var(--ts-green-dark);
  font-size: 1.02rem;
  font-weight: 950;
}

.ts-price:empty::before,
body.ts-woodmart-child.single-product .summary .price:empty::before,
.ts-mobile-cart-bar strong:empty::before {
  content: "استعلام قیمت";
  color: var(--ts-green-dark);
  font-family: var(--ts-font);
  font-weight: 950;
}

.ts-availability {
  color: var(--ts-green-deep);
  font-size: .8rem;
  font-weight: 850;
}

.ts-product-card .ts-button {
  width: 100%;
  min-height: 44px;
}

/* Selector, education, FAQ */
.ts-selector,
.ts-education-layout,
.ts-contact-grid {
  display: grid;
  gap: var(--ts-space-6);
  grid-template-columns: .95fr 1.05fr;
}

.ts-selector-panel,
.ts-checkout-card {
  padding: var(--ts-space-6);
}

.ts-selector-dark {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, var(--ts-green-dark), var(--ts-green-deep));
  color: #fff;
}

.ts-selector-dark p {
  color: rgba(255, 255, 255, .76);
}

.ts-stat-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  margin-block-start: 22px;
}

.ts-stat {
  padding: 14px;
  border-radius: var(--ts-radius-md);
  background: #f8fafc;
  transition: background .24s ease, box-shadow .24s ease, transform .24s ease;
}

.ts-stat:hover {
  box-shadow: 0 12px 26px rgba(6, 78, 59, .08);
  transform: translateY(-2px);
}

.ts-selector-dark .ts-stat {
  background: rgba(255, 255, 255, .1);
}

.ts-stat strong {
  display: block;
  color: var(--ts-green-dark);
  font-size: 1.12rem;
  font-weight: 950;
}

.ts-selector-dark .ts-stat strong {
  color: #fff;
}

.ts-stat span {
  color: var(--ts-muted);
  font-size: .82rem;
  font-weight: 800;
}

.ts-selector-dark .ts-stat span {
  color: rgba(255, 255, 255, .72);
}

.ts-range-line {
  display: grid;
  position: relative;
  --ts-range-percent: 50%;
  gap: 8px;
  margin-block-start: 16px;
}

.ts-range-line label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--ts-text);
  font-weight: 850;
}

.ts-range-line input[type="range"] {
  width: 100%;
  height: 30px;
  padding: 0;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  accent-color: var(--ts-primary);
}

.ts-kit-result {
  display: grid;
  gap: 14px;
  margin-block-start: 22px;
  padding: var(--ts-space-4);
  border: 1px solid rgba(251, 191, 36, .24);
  border-radius: var(--ts-radius-md);
  background: rgba(254, 243, 199, .55);
}

.ts-kit-note {
  margin: 0;
  font-size: .88rem;
  line-height: 1.8;
}

.ts-feature-article {
  overflow: hidden;
}

.ts-feature-article img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.ts-article-body {
  padding: var(--ts-space-6);
}

.ts-article-meta {
  color: var(--ts-green-deep);
  font-size: .82rem;
  font-weight: 850;
}

.ts-article-list {
  display: grid;
  gap: var(--ts-space-4);
}

.ts-article-card,
.ts-package-card,
.ts-blog-card {
  display: grid;
  gap: 8px;
  padding: var(--ts-space-4);
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius);
  background: #fff;
  box-shadow: var(--ts-shadow);
  transition: border-color .26s ease, box-shadow .26s ease, transform .26s ease;
}

.ts-faq-list {
  display: grid;
  gap: 12px;
}

.ts-faq-item {
  overflow: hidden;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius);
  background: #fff;
  transition: border-color .26s ease, box-shadow .26s ease, transform .26s ease;
}

.ts-faq-item:hover {
  border-color: rgba(22, 163, 74, .24);
  box-shadow: var(--ts-shadow);
  transform: translateY(-2px);
}

.ts-faq-question {
  display: flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border: 0;
  background: transparent;
  color: var(--ts-text);
  font-weight: 900;
  text-align: start;
  transition: color .22s ease, background .22s ease;
}

.ts-faq-question:hover,
.ts-faq-question[aria-expanded="true"] {
  background: #f8fafc;
  color: var(--ts-green-dark);
}

.ts-faq-question .ts-icon {
  transition: transform .28s ease;
}

.ts-faq-question[aria-expanded="true"] .ts-icon {
  transform: rotate(90deg);
}

.ts-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: var(--ts-muted);
  opacity: 0;
  transition: max-height .36s ease, opacity .24s ease, padding .24s ease;
}

.ts-faq-answer.is-open {
  padding-block-end: 18px;
  opacity: 1;
}

.ts-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ts-space-6);
  overflow: hidden;
  padding: 44px;
  border-radius: var(--ts-radius-lg);
  background: radial-gradient(circle at 16% 18%, rgba(251, 191, 36, .22), transparent 230px), linear-gradient(145deg, var(--ts-green-dark), var(--ts-green-deep));
  color: #fff;
}

.ts-final-cta p {
  color: rgba(255, 255, 255, .76);
}

/* Inner page templates */
.ts-page-hero,
.ts-shop-intro {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
  background: linear-gradient(135deg, #ffffff, #edfdf4);
  border-block-end: 1px solid var(--ts-border);
}

.ts-page-hero h1,
.ts-shop-intro h1 {
  color: var(--ts-text);
}

.ts-page-hero p,
.ts-shop-intro p {
  max-width: 720px;
}

.ts-about-hero-grid,
.ts-about-story,
.ts-blog-layout {
  display: grid;
  gap: var(--ts-space-6);
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: center;
}

.ts-about-snapshot {
  position: relative;
  overflow: hidden;
  padding: var(--ts-space-6);
  border: 1px solid rgba(22, 163, 74, .16);
  border-radius: var(--ts-radius-lg);
  background: radial-gradient(circle at 18% 18%, rgba(251, 191, 36, .28), transparent 170px), linear-gradient(145deg, #fff, #eefdf4);
  box-shadow: var(--ts-shadow);
}

.ts-about-sun {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  margin-block-end: 22px;
  border-radius: 999px;
  background: var(--ts-accent);
  color: #5d3d00;
  box-shadow: 0 0 0 18px rgba(251, 191, 36, .13);
}

.ts-about-story .ts-surface {
  padding: var(--ts-space-8);
}

.ts-about-process {
  display: grid;
  gap: 12px;
}

.ts-about-process div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius);
  background: #fff;
  box-shadow: var(--ts-shadow);
  transition: border-color .26s ease, box-shadow .26s ease, transform .26s ease;
}

.ts-about-process div:hover {
  border-color: rgba(22, 163, 74, .24);
  box-shadow: var(--ts-shadow-lg);
  transform: translateY(-3px);
}

.ts-about-process span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: var(--ts-soft);
  color: var(--ts-green-deep);
  font-weight: 950;
}

.ts-rounded-media {
  width: 100%;
  border-radius: var(--ts-radius);
  margin-block-end: 20px;
}

.ts-package-grid,
.ts-blog-grid {
  display: grid;
  gap: var(--ts-space-4);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ts-package-card {
  padding: var(--ts-space-6);
}

.ts-package-card.is-featured {
  border-color: rgba(22, 163, 74, .28);
  box-shadow: var(--ts-shadow-lg);
}

.ts-package-image {
  width: 100%;
  aspect-ratio: 1.45;
  border-radius: var(--ts-radius);
  object-fit: cover;
  background: var(--ts-soft);
}

.ts-package-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ts-package-list li {
  display: flex;
  gap: 8px;
}

.ts-package-list .ts-icon {
  color: var(--ts-primary);
  margin-block-start: 4px;
}

.ts-contact-methods {
  display: grid;
  gap: var(--ts-space-4);
}

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

.ts-field {
  display: grid;
  gap: 7px;
}

.ts-field-full {
  grid-column: 1 / -1;
}

.ts-field span {
  color: var(--ts-text);
  font-weight: 850;
}

.ts-field input,
.ts-field select,
.ts-field textarea,
.ts-checkout-card input,
.ts-checkout-card select,
.ts-checkout-card textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius-md);
  background: #fff;
  color: var(--ts-text);
  outline: 0;
}

.ts-field textarea {
  min-height: 132px;
  resize: vertical;
}

.ts-blog-card {
  overflow: hidden;
  padding: 0;
}

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

.ts-blog-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  min-height: 390px;
}

.ts-blog-featured > img,
.ts-blog-featured-media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.ts-blog-featured .ts-article-body {
  display: grid;
  align-content: center;
}

.ts-blog-sidebar {
  padding: var(--ts-space-6);
}

.ts-blog-topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-block-start: 18px;
}

.ts-blog-topic-list a {
  padding: 9px 12px;
  border: 1px solid rgba(22, 163, 74, .18);
  border-radius: 999px;
  background: var(--ts-soft);
  color: var(--ts-green-dark);
  font-size: .88rem;
  font-weight: 850;
  transition: background .22s ease, border-color .22s ease, transform .22s ease;
}

.ts-blog-topic-list a:hover {
  border-color: rgba(22, 163, 74, .34);
  background: #fff;
  transform: translateY(-2px);
}

/* WooCommerce refinements */
.ts-shop-intro {
  margin-block-end: 28px;
  padding-inline: 32px;
  border-radius: var(--ts-radius-lg);
}

body.ts-woodmart-child .woocommerce-ordering select,
body.ts-woodmart-child .woocommerce-result-count {
  border-radius: var(--ts-radius-md);
}

body.ts-woodmart-child.single-product .summary .price,
body.ts-woodmart-child.single-product .summary .amount {
  color: var(--ts-green-dark);
  font-weight: 950;
}

.ts-key-specs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-block: 18px;
}

.ts-key-spec {
  padding: 13px;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius-md);
  background: #f8fafc;
}

.ts-key-spec span {
  display: block;
  color: var(--ts-muted);
  font-size: .78rem;
  font-weight: 800;
}

.ts-key-spec strong {
  color: var(--ts-text);
}

.ts-consult-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ts-space-4);
  margin-block-start: 18px;
  padding: var(--ts-space-4);
  border: 1px solid rgba(251, 191, 36, .28);
  border-radius: var(--ts-radius);
  background: #fffdf4;
}

.ts-consult-card p {
  margin: 0;
  color: var(--ts-muted);
}

.ts-spec-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius);
  background: #fff;
}

.ts-spec-table th,
.ts-spec-table td {
  padding: 15px 18px;
  border-block-end: 1px solid var(--ts-border);
  text-align: start;
}

.ts-spec-table th {
  width: 36%;
  background: #f8fafc;
  color: var(--ts-green-dark);
}

.ts-mobile-cart-bar {
  position: fixed;
  inset-inline: 0;
  inset-block-end: 0;
  z-index: 800;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  border-block-start: 1px solid var(--ts-border);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 -18px 42px rgba(6, 78, 59, .12);
}

.ts-mobile-cart-bar span {
  display: block;
  color: var(--ts-muted);
  font-size: .82rem;
}

.ts-mobile-cart-bar strong,
.ts-mobile-cart-bar .amount {
  color: var(--ts-green-dark);
}

body.ts-woodmart-child .cart_totals,
body.ts-woodmart-child form.checkout,
body.ts-woodmart-child .woocommerce-checkout-review-order {
  border-radius: var(--ts-radius-lg);
}

body.ts-woodmart-child .has-cardo-font-family,
body.ts-woodmart-child .has-inter-font-family,
body.ts-woodmart-child .wp-block-heading,
body.ts-woodmart-child .wp-block-paragraph {
  font-family: var(--ts-font) !important;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .main-page-wrapper,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .wd-page-wrapper,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .wd-content-area.site-content {
  padding-block: 28px 68px;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account, .single-product) .main-page-wrapper > .container,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account, .single-product) .wd-page-content > .container,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account, .single-product) .site-content > .container,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account, .single-product) .wd-content-area.site-content {
  width: min(var(--ts-max), calc(100% - 32px));
  max-width: var(--ts-max);
  margin-inline: auto;
  padding-inline: 0;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .site-content,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-content-area {
  min-width: 0;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-products-header,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-shop-tools,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .products,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-products {
  max-width: var(--ts-max);
  margin-inline: auto !important;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .products,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-products {
  --wd-gap: 20px;
  width: 100%;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-products > .wd-col,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .products > .product {
  margin-block-end: 20px;
}

body.ts-woodmart-child.single-product .main-page-wrapper {
  padding-block: 24px 72px;
}

body.ts-woodmart-child.single-product .wd-content-area.site-content {
  padding-block: 28px 72px;
}

body.ts-woodmart-child.single-product .single-product-page > .container {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
}

body.ts-woodmart-child.single-product .single-breadcrumbs-wrapper,
body.ts-woodmart-child.single-product .woocommerce-breadcrumb,
body.ts-woodmart-child.single-product .wd-breadcrumbs {
  margin-block-start: 22px;
  margin-block-end: 24px;
}

body.ts-woodmart-child.single-product .product-image-summary {
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
}

body.ts-woodmart-child.single-product .product_title {
  margin-block: 10px 20px;
  color: var(--ts-text);
  font-family: var(--ts-font) !important;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0;
}

body.ts-woodmart-child.single-product .summary-inner,
body.ts-woodmart-child.single-product .entry-summary,
body.ts-woodmart-child.single-product .woocommerce-product-gallery {
  min-width: 0;
}

body.ts-woodmart-child.single-product .woocommerce-product-gallery img {
  border-radius: var(--ts-radius-lg);
}

body.ts-woodmart-child .woocommerce-info,
body.ts-woodmart-child .woocommerce-message,
body.ts-woodmart-child .woocommerce-error {
  border-radius: var(--ts-radius-md);
  font-family: var(--ts-font) !important;
}

body.ts-woodmart-child:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .wd-sidebar,
body.ts-woodmart-child:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .sidebar-container {
  display: none !important;
}

body.ts-woodmart-child:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .wd-content-area.site-content {
  flex: 0 0 100% !important;
  max-width: var(--ts-max) !important;
}

body.ts-woodmart-child:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce {
  overflow: hidden;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius-lg);
  background: #fff;
  box-shadow: var(--ts-shadow);
}

body.ts-woodmart-child:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce::before {
  content: "";
  display: block;
  grid-column: 1 / -1;
  height: 4px;
  margin: calc(clamp(20px, 3vw, 34px) * -1) calc(clamp(20px, 3vw, 34px) * -1) clamp(20px, 3vw, 30px);
  background: linear-gradient(90deg, var(--ts-primary), var(--ts-green-deep), var(--ts-accent));
}

body.ts-woodmart-child .shop_table,
body.ts-woodmart-child .woocommerce table.shop_table {
  overflow: hidden;
  border: 1px solid var(--ts-border) !important;
  border-radius: var(--ts-radius) !important;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
}

body.ts-woodmart-child .shop_table th {
  background: #f8fafc;
  color: var(--ts-green-dark);
  font-weight: 900;
}

body.ts-woodmart-child .shop_table th,
body.ts-woodmart-child .shop_table td {
  padding: 16px !important;
  border-color: var(--ts-border) !important;
  text-align: start;
}

body.ts-woodmart-child .cart_totals,
body.ts-woodmart-child .woocommerce-checkout-review-order,
body.ts-woodmart-child .woocommerce-billing-fields,
body.ts-woodmart-child .woocommerce-shipping-fields,
body.ts-woodmart-child .woocommerce-additional-fields,
body.ts-woodmart-child .woocommerce-MyAccount-content,
body.ts-woodmart-child .woocommerce-MyAccount-navigation,
body.ts-woodmart-child .wd-registration-page,
body.ts-woodmart-child .woocommerce-form-login,
body.ts-woodmart-child .woocommerce-form-register,
body.ts-woodmart-child .woocommerce-Address {
  padding: var(--ts-space-6);
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius-lg);
  background: #fff;
  box-shadow: var(--ts-shadow);
}

body.ts-woodmart-child .woocommerce-cart-form,
body.ts-woodmart-child .cart-collaterals,
body.ts-woodmart-child .woocommerce-checkout .col2-set {
  display: grid;
  gap: var(--ts-space-6);
}

body.ts-woodmart-child .woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

body.ts-woodmart-child .woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px;
  border: 1px solid transparent;
  border-radius: var(--ts-radius-md);
  color: var(--ts-text);
  font-weight: 850;
  text-decoration: none;
  transition: border-color .22s ease, background .22s ease, color .22s ease, transform .22s ease;
}

body.ts-woodmart-child .woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.ts-woodmart-child .woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  border-color: rgba(22, 163, 74, .22);
  background: var(--ts-soft);
  color: var(--ts-green-deep);
  transform: translateX(-2px);
}

body.ts-woodmart-child .woocommerce-account .woocommerce-MyAccount-content p {
  color: var(--ts-muted);
}

body.ts-woodmart-child .woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--ts-green-deep);
  font-weight: 850;
}

body.ts-woodmart-child .u-columns.woocommerce-Addresses,
body.ts-woodmart-child.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
  display: grid;
  gap: var(--ts-space-6);
  grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr);
  align-items: start;
}

body.ts-woodmart-child .wd-login-title,
body.ts-woodmart-child .woocommerce-MyAccount-content > h2,
body.ts-woodmart-child .woocommerce-billing-fields > h3,
body.ts-woodmart-child .cart_totals > h2 {
  color: var(--ts-text);
  font-family: var(--ts-font) !important;
  font-weight: 950;
  letter-spacing: 0;
}

body.ts-woodmart-child .coupon {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

body.ts-woodmart-child .coupon input {
  min-width: min(260px, 100%);
}

body.ts-woodmart-child.woocommerce-cart .cart-actions {
  display: flex !important;
  width: 100%;
  align-items: center;
  gap: 12px;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

body.ts-woodmart-child.woocommerce-cart .shop_table td.actions {
  width: 100% !important;
  padding: 14px !important;
}

body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form,
.ts-checkout-coupon-box {
  gap: 10px;
  padding: 12px !important;
  border: 1px solid rgba(251, 191, 36, .34) !important;
  border-radius: var(--ts-radius) !important;
  background: #fffaf0 !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form {
  display: flex !important;
  width: auto;
  max-width: 520px;
  align-items: center;
  flex: 1 1 340px;
  flex-direction: row !important;
  flex-wrap: nowrap;
}

body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form input,
body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form button,
.ts-checkout-coupon-box input,
.ts-checkout-coupon-box button {
  min-height: 42px !important;
}

body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form input {
  min-width: 0;
  flex: 1 1 auto;
}

body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form button,
.ts-checkout-coupon-box button {
  flex: 0 0 auto;
  padding-inline: 16px !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-actions > button[name="update_cart"] {
  width: auto !important;
  flex: 0 0 auto;
  min-width: 156px;
  min-height: 42px !important;
  justify-self: end;
  padding-inline: 18px !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-actions > button[name="update_cart"]:disabled {
  opacity: .58;
}

@media (min-width: 961px) {
  body.ts-woodmart-child.woocommerce-cart .shop_table td.actions {
    display: table-cell !important;
  }
}

body.ts-woodmart-child .cart-empty,
body.ts-woodmart-child .wc-empty-cart-message,
body.ts-woodmart-child .woocommerce-no-products-found {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: clamp(34px, 6vw, 72px);
  border: 1px dashed rgba(6, 78, 59, .18);
  border-radius: var(--ts-radius-lg);
  background: linear-gradient(145deg, #fff, #f1fdf6);
  color: var(--ts-text);
  text-align: center;
}

body.ts-woodmart-child .cart-empty::before,
body.ts-woodmart-child .woocommerce-no-products-found::before {
  content: "";
  width: 88px;
  height: 88px;
  border-radius: 28px;
  background: url("../img/empty-cart.png") center/contain no-repeat, var(--ts-soft);
  box-shadow: 0 18px 42px rgba(6, 78, 59, .1);
}

body.ts-woodmart-child .return-to-shop {
  display: flex;
  justify-content: center;
  margin-block-start: 18px;
}

body.ts-woodmart-child .wd-empty-block-text {
  color: var(--ts-muted);
}

.ts-search-results[hidden] {
  display: none !important;
}

/* TehranSolar v1.1 refinements */
body.ts-woodmart-child {
  background:
    radial-gradient(circle at 14% 0, rgba(251, 191, 36, .15), transparent 300px),
    radial-gradient(circle at 88% 12%, rgba(20, 184, 166, .08), transparent 340px),
    #f6f7f4;
}

.ts-header-topbar {
  border-block-end: 1px solid rgba(229, 231, 235, .7);
  background: linear-gradient(90deg, #123f35, #27695c);
  color: rgba(255, 255, 255, .88);
  font-size: .8rem;
  font-weight: 800;
}

.ts-header-topbar-inner {
  min-height: 34px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.ts-header-topbar-inner > div,
.ts-header-topbar-inner a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
}

.ts-header-topbar-inner a:last-child {
  color: var(--ts-accent);
}

.ts-header-phone {
  display: none !important;
}

.ts-site-header .ts-header-container:not(.ts-header-topbar-inner) {
  grid-template-columns: auto minmax(280px, 430px) 1fr auto;
}

.ts-site-nav {
  justify-self: center;
}

.ts-header-search {
  position: relative;
  order: 0;
}

.ts-search-results {
  position: absolute;
  inset-inline: 0;
  inset-block-start: calc(100% + 8px);
  z-index: 950;
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(6, 78, 59, .16);
  border-radius: var(--ts-radius);
  background: #fff;
  box-shadow: var(--ts-shadow-lg);
}

.ts-search-result {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: var(--ts-radius-md);
  color: var(--ts-text);
  text-decoration: none;
}

.ts-search-result:hover {
  background: #fff8e1;
}

.ts-search-result img {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  object-fit: cover;
  background: #f8fafc;
}

.ts-search-result strong,
.ts-search-result small {
  display: block;
}

.ts-search-result small,
.ts-search-state {
  color: var(--ts-muted);
  font-size: .82rem;
}

.ts-header-actions .ts-menu-toggle {
  display: none !important;
}

.ts-button,
body.ts-woodmart-child .woocommerce button.button,
body.ts-woodmart-child .woocommerce a.button,
body.ts-woodmart-child .woocommerce input.button,
body.ts-woodmart-child .woocommerce #respond input#submit,
body.ts-woodmart-child .wp-element-button,
body.ts-woodmart-child .button {
  border-radius: var(--ts-button-radius, 999px) !important;
}

.ts-hero,
.ts-hero-slide,
.ts-hero .ts-container {
  min-height: 600px;
}

.ts-hero {
  background: var(--ts-green-dark);
}

.ts-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .8s ease;
}

.ts-hero-slide.is-active {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.ts-hero-slide::before,
.ts-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.ts-hero-slide::before {
  background: var(--ts-hero-image) center 56% / cover no-repeat;
  transform: scale(1.01);
}

.ts-hero-slide::after {
  background:
    radial-gradient(circle at 76% 30%, rgba(251, 191, 36, .34), transparent 220px),
    linear-gradient(90deg, rgba(6, 78, 59, .88), rgba(6, 78, 59, .62) 48%, rgba(255, 255, 255, .16));
}

.ts-hero::before,
.ts-hero::after {
  content: none;
}

.ts-hero h1 {
  max-width: 840px;
}

.ts-footer-grid {
  grid-template-columns: 1.1fr .85fr .95fr 1fr;
}

.ts-footer-trust-wrap {
  display: block;
  width: min(150px, 100%);
}

.ts-footer-trust-slider {
  width: 100%;
  cursor: grab;
  user-select: none;
}

.ts-footer-trust-slider.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.ts-footer-trust-head small,
.ts-footer-trust-card > div:not(.ts-footer-trust-visual) {
  display: none !important;
}

.ts-footer-trust-nav {
  display: none !important;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(6, 78, 59, .14);
  border-radius: 999px;
  background: #fff;
  color: var(--ts-green-dark);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.ts-footer-trust-nav:hover {
  border-color: rgba(251, 191, 36, .52);
  background: #fffbeb;
  transform: translateY(-1px);
}

.ts-footer-trust-nav[data-ts-trust-prev] .ts-icon {
  transform: rotate(180deg);
}

.ts-footer-trust-card {
  padding: 8px;
  border-color: rgba(6, 78, 59, .1);
}

.ts-footer-trust-card:hover,
.ts-footer-trust-card.is-active {
  transform: none;
}

.ts-footer-trust-visual {
  min-height: 108px;
  border-style: solid;
}

.ts-price-row {
  align-items: end;
}

.ts-price {
  display: grid;
  gap: 4px;
  justify-items: end;
  line-height: 1.3;
}

.ts-price-current,
.ts-product-card .price ins,
.ts-product-card ins .amount {
  color: var(--ts-green-dark);
  font-size: 1.08rem;
  font-weight: 950;
  text-decoration: none;
}

.ts-price-regular,
.ts-product-card .price del,
.ts-product-card del .amount {
  color: #9ca3af !important;
  font-size: .9rem;
  font-weight: 800;
}

.ts-product-card .price {
  display: grid;
  gap: 4px;
  text-align: end;
}

.ts-spec-list {
  min-height: 34px;
  align-items: flex-start;
}

.ts-product-body {
  grid-template-rows: auto minmax(34px, auto) 1fr;
}

.ts-product-footer {
  align-self: end;
}

.ts-product-card-button {
  min-height: 52px;
  font-size: 1rem;
}

.ts-selector-panel:hover,
.ts-stat:hover {
  box-shadow: 0 8px 20px rgba(6, 78, 59, .07);
  transform: translateY(-1px);
}

body.ts-woodmart-child .quantity {
  display: inline-grid !important;
  grid-template-columns: 42px 54px 42px;
  overflow: hidden;
  height: 50px;
  border: 1px solid var(--ts-border);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(6, 78, 59, .06);
}

body.ts-woodmart-child .quantity input.qty {
  width: 54px !important;
  min-height: 48px;
  border: 0 !important;
  border-inline: 1px solid var(--ts-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: center;
  font-weight: 900;
}

body.ts-woodmart-child .quantity .plus,
body.ts-woodmart-child .quantity .minus {
  display: grid;
  min-width: 42px;
  place-items: center;
  border: 0 !important;
  background: #f8fafc !important;
  color: var(--ts-green-dark);
  font-weight: 950;
}

.ts-range-line input[type="range"],
.ts-range-line input[type="range"]:focus,
.ts-range-line input[type="range"]:focus-visible {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.ts-range-line input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ts-accent), var(--ts-primary));
}

.ts-range-line input[type="range"]::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--ts-green-dark);
  box-shadow: 0 6px 14px rgba(6, 78, 59, .18);
}

.ts-shop-layout {
  display: grid;
  gap: var(--ts-space-6);
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-content-area.site-content {
  display: grid;
  gap: var(--ts-space-6);
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-notices-wrapper,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .ts-shop-intro {
  grid-column: 1 / -1;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-products-element,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .products,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-products,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-loop-footer {
  grid-column: 2;
  min-width: 0;
  width: 100%;
}

.ts-shop-filters {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 16px;
  padding: var(--ts-space-4);
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius-lg);
  background: #fff;
  box-shadow: var(--ts-shadow);
}

.ts-shop-filter-head,
.ts-filter-group > div a,
.ts-price-filter label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ts-shop-filter-head strong,
.ts-filter-group strong,
.ts-price-filter strong {
  color: var(--ts-green-dark);
  font-weight: 950;
}

.ts-shop-filter-head a {
  color: var(--ts-muted);
  font-size: .82rem;
  font-weight: 800;
}

.ts-filter-group > div {
  display: grid;
  gap: 8px;
  margin-block-start: 10px;
}

.ts-filter-group a {
  padding: 9px 10px;
  border-radius: var(--ts-radius-md);
  color: var(--ts-text);
  text-decoration: none;
  transition: background .22s ease, color .22s ease;
}

.ts-filter-group a:hover {
  background: #fffbeb;
  color: var(--ts-green-dark);
}

.ts-filter-group span {
  color: var(--ts-muted);
  font-size: .8rem;
}

.ts-price-filter {
  display: grid;
  gap: 10px;
}

body.ts-woodmart-child .woocommerce-result-count {
  display: none !important;
}

body.ts-woodmart-child .shop-loop-head {
  justify-content: flex-end;
  padding: 12px;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius);
  background: #fff;
  box-shadow: var(--ts-shadow);
}

body.ts-woodmart-child .woocommerce-Tabs-panel,
.ts-install-guide-box,
.ts-seo-box {
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius-lg);
  background: #fff;
  box-shadow: var(--ts-shadow);
}

.ts-install-guide-box h2,
.ts-seo-box h2 {
  margin-block-start: 0;
  color: var(--ts-green-dark);
}

.ts-product-addons {
  display: grid;
  gap: 10px;
  margin-block: 18px;
  padding: 14px;
  border: 1px solid rgba(251, 191, 36, .34);
  border-radius: var(--ts-radius);
  background: #fffaf0;
}

.ts-product-addons > strong {
  color: var(--ts-green-dark);
  font-weight: 950;
}

.ts-product-addons label {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: var(--ts-radius-md);
  background: #fff;
}

.ts-product-addons small,
.ts-product-addons em {
  display: block;
  color: var(--ts-muted);
  font-style: normal;
  font-size: .82rem;
}

body.ts-woodmart-child.woocommerce-cart .wd-content-area.site-content,
body.ts-woodmart-child.woocommerce-checkout .wd-content-area.site-content,
body.ts-woodmart-child.woocommerce-account .wd-content-area.site-content {
  padding-block: 56px 90px;
}

body.ts-woodmart-child .cart_totals {
  max-width: 430px;
  margin-inline-start: auto;
  font-size: .94rem;
}

body.ts-woodmart-child .cart_totals h2 {
  font-size: 1.35rem;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-form-login-toggle {
  display: none !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce {
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce::before {
  display: none;
}

body.ts-woodmart-child.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  align-items: start;
}

body.ts-woodmart-child.woocommerce-checkout #customer_details {
  grid-column: 1;
}

body.ts-woodmart-child.woocommerce-checkout .checkout-order-review {
  grid-column: 2;
}

body.ts-woodmart-child.woocommerce-checkout #customer_details,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-billing-fields,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-shipping-fields,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-additional-fields,
body.ts-woodmart-child.woocommerce-checkout .checkout-order-review,
body.ts-woodmart-child.woocommerce-checkout #order_review,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order {
  border: 1px solid var(--ts-border) !important;
  border-radius: var(--ts-radius-lg) !important;
  background: #fff !important;
  box-shadow: var(--ts-shadow) !important;
  box-sizing: border-box;
  float: none !important;
  max-width: none !important;
  margin: 0 !important;
  width: 100% !important;
}

body.ts-woodmart-child.woocommerce-checkout #customer_details {
  padding: clamp(20px, 3vw, 34px);
}

body.ts-woodmart-child.woocommerce-checkout .checkout-order-review {
  position: sticky;
  top: 128px;
  padding: 22px !important;
}

body.ts-woodmart-child.woocommerce-checkout #order_review,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.woocommerce-checkout .checkout-order-review::before,
body.ts-woodmart-child.woocommerce-checkout .checkout-order-review::after,
body.ts-woodmart-child.woocommerce-checkout #order_review::before,
body.ts-woodmart-child.woocommerce-checkout #order_review::after {
  display: none !important;
  content: none !important;
}

body.ts-woodmart-child.woocommerce-checkout #order_review_heading,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-billing-fields > h3 {
  margin: 0 0 18px;
  color: var(--ts-text);
  font-size: 1.35rem;
  font-weight: 950;
  text-align: start;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding: 11px 10px !important;
  font-size: .9rem;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table {
  display: table !important;
  width: 100% !important;
  table-layout: fixed;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table thead,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tbody,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
  display: table-row-group !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
  display: table-row !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  display: table-cell !important;
  white-space: normal;
}

.ts-checkout-coupon-box {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  margin-block: 18px;
  padding: 12px;
  border: 1px solid rgba(251, 191, 36, .34);
  border-radius: var(--ts-radius);
  background: #fffaf0;
  width: 100%;
}

.ts-checkout-coupon-box > strong {
  grid-column: 1 / -1;
  font-size: 1rem;
}

.ts-checkout-coupon-box .checkout_coupon {
  display: flex !important;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.ts-checkout-coupon-box p {
  width: auto !important;
  float: none !important;
  margin: 0;
  padding: 0 !important;
}

.ts-checkout-coupon-box input {
  width: 100%;
  min-height: 42px;
}

.ts-checkout-coupon-box button {
  min-height: 42px !important;
  padding-inline: 16px !important;
  white-space: nowrap;
}

body.ts-woodmart-child.woocommerce-account .woocommerce {
  max-width: 860px;
  margin-inline: auto;
}

body.ts-woodmart-child.woocommerce-account .wd-registration-page {
  max-width: 520px;
  margin-inline: auto;
  padding: clamp(22px, 3vw, 34px) !important;
  border: 1px solid rgba(6, 78, 59, .12);
  background: radial-gradient(circle at 18% 0, rgba(251, 191, 36, .18), transparent 180px), #fff;
}

body.ts-woodmart-child.woocommerce-account .wd-login-title {
  text-align: start;
  font-size: 1.55rem;
}

body.ts-woodmart-child.woocommerce-account .login-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.ts-category-strip {
  padding-block: 34px 0;
}

.ts-category-head {
  margin-block-end: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(229, 231, 235, .9);
  border-radius: var(--ts-radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--ts-shadow);
}

body.ts-woodmart-child.woocommerce-order-received .woocommerce-order {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(22, 163, 74, .2);
  border-radius: var(--ts-radius-lg);
  background: radial-gradient(circle at 20% 0, rgba(251, 191, 36, .2), transparent 220px), #fff;
  box-shadow: var(--ts-shadow-lg);
}

.ts-toast {
  position: fixed;
  inset-inline: 24px auto;
  inset-block-end: 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: min(420px, calc(100% - 32px));
  padding: 14px 16px;
  border: 1px solid rgba(22, 163, 74, .2);
  border-radius: var(--ts-radius);
  background: #fff;
  box-shadow: var(--ts-shadow-lg);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease;
}

.ts-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ts-toast a {
  color: var(--ts-green-deep);
  font-weight: 900;
}

.ts-404 {
  min-height: 58vh;
  display: grid;
  align-items: center;
}

.ts-404-card {
  padding: clamp(28px, 5vw, 64px);
  border-radius: var(--ts-radius-lg);
  background: radial-gradient(circle at 20% 0, rgba(251, 191, 36, .2), transparent 240px), linear-gradient(135deg, #fff, #effdf5);
  box-shadow: var(--ts-shadow-lg);
  text-align: center;
}

@media (max-width: 1180px) {
  .ts-header-container {
    grid-template-columns: auto 1fr auto;
  }

  .ts-site-header .ts-header-container:not(.ts-header-topbar-inner) {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "brand spacer actions"
      "search search search";
  }

  .ts-brand {
    grid-area: brand;
  }

  .ts-header-actions {
    grid-area: actions;
  }

  .ts-header-search {
    grid-area: search;
    grid-column: 1 / -1;
    grid-row: 2;
    margin-block-end: 12px;
  }

  .ts-site-nav {
    justify-self: center;
  }

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

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

@media (max-width: 960px) {
  .ts-header-container {
    min-height: 72px;
  }

  .ts-header-topbar-inner {
    min-height: 32px;
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }

  .ts-header-topbar-inner > span {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ts-header-topbar-inner > div {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .ts-header-actions .ts-menu-toggle {
    display: inline-flex !important;
  }

  .ts-site-nav {
    position: fixed;
    inset: 150px 0 auto 0;
    display: none;
    width: 100vw;
    max-width: 100vw;
    max-height: calc(100vh - 150px);
    overflow: auto;
    padding: 14px 16px 22px;
    border-block-end: 1px solid var(--ts-border);
    background: #fff;
    box-shadow: var(--ts-shadow-lg);
    justify-self: stretch;
  }

  .ts-site-nav.is-open {
    display: block;
  }

  .ts-nav-list {
    display: grid;
    align-items: stretch;
  }

  .ts-nav-list a {
    justify-content: space-between;
    width: 100%;
  }

  .ts-mega-panel {
    position: static;
    display: grid;
    width: 100%;
    margin-block-start: 8px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
    grid-template-columns: 1fr;
  }

  .ts-header-phone {
    display: none;
  }

  .ts-theme h1 {
    font-size: 2.32rem;
  }

  .ts-theme h2 {
    font-size: 1.62rem;
  }

  .ts-section {
    padding-block: 54px;
  }

  .ts-hero,
  .ts-hero-slide,
  .ts-hero .ts-container {
    min-height: 580px;
  }

  .ts-trust-grid,
  .ts-product-grid,
  .ts-package-grid,
  .ts-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ts-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ts-selector,
  .ts-education-layout,
  .ts-contact-grid,
  .ts-about-hero-grid,
  .ts-about-story,
  .ts-blog-layout,
  .ts-blog-featured,
  .ts-shop-layout,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-content-area.site-content,
  body.ts-woodmart-child.woocommerce-checkout form.checkout.woocommerce-checkout,
  body.ts-woodmart-child.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation),
  body.ts-woodmart-child .u-columns.woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-products-element,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .products,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-products,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-loop-footer {
    grid-column: 1;
  }

  .ts-shop-filters {
    position: static;
  }

  body.ts-woodmart-child.woocommerce-checkout #customer_details,
  body.ts-woodmart-child.woocommerce-checkout .checkout-order-review {
    grid-column: 1;
  }

  body.ts-woodmart-child.woocommerce-checkout .checkout-order-review {
    position: static;
  }

  body.ts-woodmart-child.woocommerce-cart .cart_totals {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .ts-mobile-cart-bar {
    display: flex;
  }

  body.ts-has-mobile-cart {
    padding-block-end: 84px;
  }
}

@media (max-width: 680px) {
  .ts-header-container {
    width: min(100% - 24px, var(--ts-max));
    gap: 8px 10px;
  }

  .ts-site-header .ts-header-container:not(.ts-header-topbar-inner) {
    min-height: 0;
    padding-block: 8px 10px;
  }

  .ts-brand-text small {
    display: none;
  }

  .ts-header-topbar-inner {
    min-height: 32px;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    padding-block: 0;
  }

  .ts-header-topbar-inner > span {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ts-header-topbar-inner > div {
    flex: 0 0 auto;
    gap: 6px;
    white-space: nowrap;
  }

  .ts-header-topbar-inner a:last-child {
    display: none;
  }

  .ts-header-topbar-inner .ts-icon {
    width: 15px;
    height: 15px;
  }

  .ts-brand-mark,
  .ts-header-actions .ts-icon-button,
  .ts-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .ts-header-search {
    margin-block-end: 0;
  }

  .ts-header-search label {
    height: 44px;
  }

  .ts-header-actions .ts-icon-button:not(.ts-menu-toggle):not(.ts-cart-link) {
    display: none;
  }

  .ts-container {
    width: min(100% - 24px, var(--ts-max));
  }

  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account, .single-product) .main-page-wrapper > .container,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account, .single-product) .wd-page-content > .container,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account, .single-product) .site-content > .container,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .woocommerce-cart, .woocommerce-checkout, .woocommerce-account, .single-product) .wd-content-area.site-content {
    width: min(100% - 24px, var(--ts-max));
  }

  body.ts-woodmart-child.single-product .single-breadcrumbs-wrapper,
  body.ts-woodmart-child.single-product .woocommerce-breadcrumb,
  body.ts-woodmart-child.single-product .wd-breadcrumbs {
    margin-block-start: 16px;
    margin-block-end: 18px;
  }

  .ts-hero,
  .ts-hero-slide,
  .ts-hero .ts-container {
    min-height: 560px;
  }

  .ts-hero-actions,
  .ts-final-cta,
  .ts-section-head,
  .ts-consult-card {
    align-items: stretch;
    flex-direction: column;
  }

  .ts-hero-actions .ts-button,
  .ts-final-cta .ts-button {
    width: 100%;
  }

  .ts-hero-metrics,
  .ts-stat-grid,
  .ts-category-grid,
  .ts-trust-grid,
  .ts-product-grid,
  .ts-package-grid,
  .ts-blog-grid,
  .ts-form-grid,
  .ts-key-specs {
    grid-template-columns: 1fr;
  }

  .ts-category-strip {
    margin-block-start: -28px;
  }

  .ts-selector-panel,
  .ts-checkout-card,
  .ts-package-card,
  .ts-about-story .ts-surface,
  .ts-blog-sidebar,
  .ts-final-cta {
    padding: var(--ts-space-4);
  }

  body.ts-woodmart-child:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce,
  body.ts-woodmart-child .cart_totals,
  body.ts-woodmart-child .woocommerce-checkout-review-order,
  body.ts-woodmart-child .woocommerce-billing-fields,
  body.ts-woodmart-child .woocommerce-shipping-fields,
  body.ts-woodmart-child .woocommerce-additional-fields,
  body.ts-woodmart-child .woocommerce-MyAccount-content,
  body.ts-woodmart-child .woocommerce-MyAccount-navigation,
  body.ts-woodmart-child .wd-registration-page,
  body.ts-woodmart-child .woocommerce-form-login,
  body.ts-woodmart-child .woocommerce-form-register,
  body.ts-woodmart-child .woocommerce-Address {
    padding: var(--ts-space-4);
  }

  body.ts-woodmart-child.woocommerce-cart .cart_totals {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  body.ts-woodmart-child.woocommerce-cart .cart-actions {
    grid-template-columns: 1fr;
  }

  body.ts-woodmart-child.woocommerce-cart .cart-actions > button[name="update_cart"] {
    justify-self: start;
  }

  .ts-footer-trust-wrap {
    width: min(150px, 100%);
  }

  .ts-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  body.ts-woodmart-child.woocommerce-cart .cart-actions {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form {
    display: grid !important;
    max-width: none;
    width: 100%;
  }

  body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form button,
  body.ts-woodmart-child.woocommerce-cart .cart-actions > button[name="update_cart"] {
    width: 100% !important;
  }

  .ts-checkout-coupon-box .checkout_coupon {
    display: grid !important;
  }

  .ts-checkout-coupon-box {
    grid-template-columns: 1fr;
  }

  .ts-checkout-coupon-box button {
    width: 100% !important;
  }

  .ts-footer-grid {
    grid-template-columns: 1fr;
  }

  .ts-site-footer {
    padding-block: 36px 22px;
  }
}

/* TehranSolar v1.1.4 QA fixes */
.ts-header-topbar-inner a:first-child {
  min-height: 24px;
  padding: 2px 10px;
  border: 1px solid rgba(251, 191, 36, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}

.ts-header-topbar-inner a:first-child:hover {
  border-color: rgba(251, 191, 36, .45);
  background: rgba(251, 191, 36, .14);
}

.ts-site-header .ts-header-container:not(.ts-header-topbar-inner) {
  grid-template-columns: auto minmax(220px, 340px) 1fr auto;
}

.ts-header-search {
  width: min(100%, 340px);
  max-width: 340px;
  justify-self: center;
}

.ts-hero-dots {
  position: absolute;
  inset-inline: 0;
  inset-block-end: 28px;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}

.ts-hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 999px;
  background: rgba(255, 255, 255, .42);
  pointer-events: auto;
  transition: width .24s ease, background .24s ease, border-color .24s ease;
}

.ts-hero-dot.is-active {
  width: 30px;
  border-color: rgba(251, 191, 36, .92);
  background: var(--ts-accent);
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .ts-shop-intro {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw) !important;
  margin-block: -28px 28px;
  padding: clamp(54px, 7vw, 92px) max(24px, calc((100vw - var(--ts-max)) / 2 + 24px));
  border-radius: 0;
  background:
    radial-gradient(circle at 16% 0, rgba(251, 191, 36, .2), transparent 320px),
    radial-gradient(circle at 86% 18%, rgba(20, 184, 166, .1), transparent 360px),
    linear-gradient(135deg, #ffffff 0%, #f1fbf6 100%);
  box-shadow: inset 0 -1px 0 rgba(229, 231, 235, .92);
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-content-area.site-content {
  grid-auto-flow: row;
  grid-template-rows: auto auto auto;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .ts-shop-filters {
  grid-column: 1;
  grid-row: 2 / span 3;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head {
  grid-column: 2;
  grid-row: 2;
  margin-block-end: 0 !important;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-products-element,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .products,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-products {
  grid-column: 2;
  grid-row: 3;
  margin-block-start: 0 !important;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-loop-footer {
  grid-column: 2;
}

.ts-price-filter label {
  position: relative;
}

.ts-price-filter input[type="text"].ts-price-display {
  min-height: 48px;
  padding-inline: 46px 14px;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius-md);
  background: #fff;
  color: var(--ts-text);
  text-align: center;
  font-weight: 850;
  direction: ltr;
  transition: border-color .22s ease, box-shadow .22s ease;
}

.ts-price-filter input[type="text"].ts-price-display:focus {
  border-color: rgba(22, 163, 74, .38);
  box-shadow: var(--ts-ring);
  outline: 0;
}

.ts-price-filter label::after {
  content: "ریال";
  position: absolute;
  inset-inline-start: 13px;
  inset-block-start: 50%;
  color: var(--ts-muted);
  font-size: .78rem;
  font-weight: 850;
  transform: translateY(-50%);
}

body.ts-woodmart-child.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
  display: grid !important;
  width: min(var(--ts-max), 100%) !important;
  max-width: var(--ts-max) !important;
  grid-template-columns: 1fr !important;
  gap: var(--ts-space-6);
  align-items: start;
  overflow: visible;
}

body.ts-woodmart-child.woocommerce-account .woocommerce .wd-my-account-wrapper {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(240px, 292px) minmax(0, 1fr) !important;
  gap: var(--ts-space-6) !important;
  align-items: start;
}

body.ts-woodmart-child.woocommerce-account .woocommerce .wd-my-account-wrapper > .wd-my-account-sidebar {
  grid-column: 1;
  justify-self: stretch;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: none !important;
  flex-basis: auto !important;
  padding: var(--ts-space-6);
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius-lg);
  background: #fff;
  box-shadow: var(--ts-shadow);
}

body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce .wd-my-account-wrapper > .woocommerce-MyAccount-content {
  grid-column: 2;
  justify-self: stretch;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: none !important;
  flex-basis: auto !important;
  float: none !important;
  margin: 0 !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation ul,
body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation li {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation li::before,
body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation li::marker {
  display: none !important;
  content: none !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation a {
  width: 100%;
}

body.ts-woodmart-child.woocommerce-cart .cart_totals {
  padding: clamp(18px, 2.4vw, 24px) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: var(--ts-shadow) !important;
}

body.ts-woodmart-child.woocommerce-cart .cart_totals::before,
body.ts-woodmart-child.woocommerce-cart .cart_totals::after {
  display: none !important;
  content: none !important;
}

body.ts-woodmart-child.woocommerce-cart .cart_totals .shop_table {
  border: 1px solid var(--ts-border) !important;
}

body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form,
.ts-checkout-coupon-box {
  min-height: 0;
  padding: 8px !important;
  border-radius: 999px !important;
}

body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form {
  max-width: 430px;
  flex-basis: 300px;
}

body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form input,
body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form button,
.ts-checkout-coupon-box input,
.ts-checkout-coupon-box button {
  min-height: 38px !important;
  font-size: .9rem !important;
}

.ts-checkout-coupon-box {
  grid-template-columns: auto minmax(150px, 1fr) auto;
  align-items: center;
  margin-block: 14px;
}

.ts-checkout-coupon-box > strong {
  grid-column: auto;
  white-space: nowrap;
  color: var(--ts-green-dark);
  font-size: .9rem;
}

.ts-checkout-coupon-box .checkout_coupon {
  display: contents !important;
}

.ts-checkout-coupon-box p {
  min-width: 0;
}

.ts-consult-form-head {
  display: grid;
  gap: 6px;
  margin-block-end: 16px;
}

.ts-consult-form-head h2 {
  margin: 0;
  color: var(--ts-text);
  font-size: 1.5rem;
  font-weight: 950;
}

.ts-consult-form-head p {
  margin: 0;
  color: var(--ts-muted);
}

.ts-form-notice {
  margin-block-end: 14px;
  padding: 11px 13px;
  border-radius: var(--ts-radius-md);
  font-weight: 850;
}

.ts-form-notice-success {
  border: 1px solid rgba(22, 163, 74, .24);
  background: var(--ts-soft);
  color: var(--ts-green-dark);
}

.ts-form-notice-error {
  border: 1px solid rgba(220, 38, 38, .22);
  background: #fef2f2;
  color: var(--ts-danger);
}

@media (max-width: 1180px) {
  .ts-header-search {
    width: min(60vw, 420px);
    max-width: 420px;
    justify-self: center;
  }
}

@media (max-width: 960px) {
  .ts-site-header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body.ts-menu-open .ts-site-header {
    position: fixed;
    inset-block-start: 0;
    inset-inline: 0;
    width: 100%;
  }

  .ts-site-nav {
    inset: var(--ts-mobile-nav-top, 150px) 0 auto 0;
    z-index: 1200;
    max-height: calc(100vh - var(--ts-mobile-nav-top, 150px));
  }

  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .ts-shop-filters,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-products-element,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .products,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-products,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .woocommerce-pagination,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-loop-footer {
    grid-column: 1;
    grid-row: auto;
  }

  body.ts-woodmart-child.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation),
  body.ts-woodmart-child.woocommerce-account .woocommerce .wd-my-account-wrapper {
    grid-template-columns: 1fr !important;
  }

  body.ts-woodmart-child.woocommerce-account .woocommerce .wd-my-account-wrapper.wd-grid-g {
    display: block !important;
  }

  body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation,
  body.ts-woodmart-child.woocommerce-account .woocommerce .wd-my-account-wrapper > .wd-my-account-sidebar,
  body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-content {
    grid-column: 1;
  }

  body.ts-woodmart-child.woocommerce-account .woocommerce .wd-my-account-wrapper.wd-grid-g > .wd-grid-col {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 var(--ts-space-4) !important;
  }
}

@media (max-width: 680px) {
  .ts-site-header .ts-header-container:not(.ts-header-topbar-inner) {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "brand actions"
      "search search" !important;
  }

  .ts-brand,
  .ts-header-search {
    min-width: 0;
  }

  .ts-header-actions {
    min-width: max-content;
    justify-self: end;
  }

  .ts-header-topbar-inner {
    width: min(100% - 18px, var(--ts-max));
  }

  .ts-header-topbar-inner > span {
    flex: 1 1 auto;
  }

  .ts-header-topbar-inner a:first-child {
    max-width: 124px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ts-header-search {
    width: min(58vw, 250px);
    max-width: 250px;
    justify-self: center;
  }

  .ts-site-nav {
    inset-block-start: var(--ts-mobile-nav-top, 126px);
    max-height: calc(100vh - var(--ts-mobile-nav-top, 126px));
  }

  .ts-site-footer {
    text-align: center;
  }

  .ts-footer-grid,
  .ts-footer-brand-col,
  .ts-footer-links,
  .ts-footer-trust,
  .ts-footer-trust-head {
    justify-items: center;
    text-align: center;
  }

  .ts-footer-links a,
  .ts-footer-links span,
  .ts-footer-brand-col p {
    text-align: center;
  }

  .ts-footer-trust-wrap {
    margin-inline: auto;
  }

  .ts-footer-bottom {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .ts-checkout-coupon-box {
    grid-template-columns: minmax(0, 1fr) auto;
    border-radius: 999px !important;
  }

  .ts-checkout-coupon-box .checkout_coupon {
    display: contents !important;
  }

  .ts-checkout-coupon-box > strong {
    display: none;
  }

  body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form {
    display: flex !important;
    max-width: none;
    border-radius: 999px !important;
  }
}

@media (max-width: 420px) {
  .ts-header-topbar-inner a:first-child {
    display: none;
  }

  .ts-header-search {
    width: min(64vw, 220px);
  }
}

@media (max-width: 360px) {
  .ts-checkout-coupon-box,
  body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form {
    display: grid !important;
    grid-template-columns: 1fr;
    border-radius: var(--ts-radius) !important;
  }

  .ts-checkout-coupon-box button,
  body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form button {
    width: 100% !important;
  }
}

/* TehranSolar v1.1.5 responsive checkout, mobile search and shop polish */
.ts-search-toggle,
.ts-submenu-toggle {
  display: none !important;
}

.ts-footer-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.ts-footer-trust-slider {
  scrollbar-width: none;
}

.ts-footer-trust-slider::-webkit-scrollbar {
  display: none;
}

.ts-hero,
.ts-hero-slide,
.ts-hero .ts-container {
  min-height: var(--ts-hero-min-desktop, 560px) !important;
}

.ts-hero-slide::after {
  background:
    radial-gradient(circle at 76% 30%, var(--ts-hero-overlay-accent, rgba(251, 191, 36, .34)), transparent 220px),
    linear-gradient(90deg, var(--ts-hero-overlay-start, rgba(6, 78, 59, .88)), var(--ts-hero-overlay-end, rgba(6, 78, 59, .46)) 52%, rgba(255, 255, 255, .12));
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .wd-products-per-page,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .per-page-title,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .per-page-variation,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .products-per-page {
  display: none !important;
}

body.ts-woodmart-child.woocommerce-cart .cart_totals {
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.woocommerce-cart .cart_totals > h2 {
  margin-block: 0 12px;
}

body.ts-woodmart-child.woocommerce-cart .cart_totals .shop_table {
  border: 0 !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.woocommerce-cart .cart_totals .shop_table tr:not(:last-child) th,
body.ts-woodmart-child.woocommerce-cart .cart_totals .shop_table tr:not(:last-child) td {
  border-block-end: 1px solid var(--ts-border) !important;
}

body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form,
.ts-checkout-coupon-box {
  border-radius: 18px !important;
  background: #fff8e1 !important;
}

body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form input,
body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form button,
.ts-checkout-coupon-box input,
.ts-checkout-coupon-box button {
  border-radius: 14px !important;
}

body.ts-woodmart-child.woocommerce-checkout .checkout-order-review {
  position: static !important;
  top: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.woocommerce-checkout #order_review {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order {
  padding: clamp(16px, 2.4vw, 22px) !important;
  border: 1px solid var(--ts-border) !important;
  border-radius: var(--ts-radius-lg) !important;
  background: #fff !important;
  box-shadow: var(--ts-shadow) !important;
}

/* TehranSolar v1.1.7 cart, product, footer and checkout refinements */
body.ts-woodmart-child.woocommerce-cart .wd-content-area.site-content,
body.ts-woodmart-child.woocommerce-checkout .wd-content-area.site-content,
body.ts-woodmart-child.woocommerce-account .wd-content-area.site-content {
  min-height: calc(100vh - 260px);
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper {
  align-items: stretch !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals {
  align-self: stretch;
  height: 100%;
  display: flex;
  flex-direction: column;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .cart-totals-inner {
  height: 100%;
  display: grid;
  align-content: center;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form {
  max-width: max-content;
  flex-basis: 300px;
}

.checkout-order-review > .woocommerce-checkout-review-order .wd-table-wrapper {
  overflow-x: auto;
  margin-bottom: 20px;
  padding: 0;
  border-radius: var(--wd-brd-radius, var(--ts-radius));
  background-color: var(--bgcolor-white, #fff);
  box-shadow: none;
}

.ts-footer-grid {
  grid-template-columns: var(--ts-footer-grid-template, repeat(auto-fit, minmax(210px, 1fr))) !important;
  align-items: start;
}

.ts-footer-grid > * {
  min-width: 0;
}

.ts-footer-column {
  display: grid;
  min-width: 0;
}

.ts-footer-brand-col,
.ts-footer-links,
.ts-footer-trust {
  justify-items: start;
  text-align: start;
}

body.ts-woodmart-child.single-product .woocommerce-product-details__short-description {
  margin-block: 18px 22px;
  padding: 18px 20px;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius);
  background: #fff;
  box-shadow: var(--ts-shadow);
}

body.ts-woodmart-child.single-product .woocommerce-product-details__short-description p {
  margin: 0;
  color: var(--ts-text);
  font-weight: 650;
}

body.ts-woodmart-child.single-product .summary .price,
body.ts-woodmart-child.single-product .entry-summary .price {
  display: flex !important;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 14px;
  margin-block: 10px 18px;
  color: var(--ts-danger);
  line-height: 1.35;
}

body.ts-woodmart-child.single-product .summary .price ins,
body.ts-woodmart-child.single-product .entry-summary .price ins,
.ts-product-card .price ins,
.ts-product-card ins .amount,
.ts-price-current {
  color: var(--ts-danger) !important;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 950;
  text-decoration: none !important;
}

body.ts-woodmart-child.single-product .summary .price del,
body.ts-woodmart-child.single-product .entry-summary .price del,
.ts-product-card .price del,
.ts-product-card del .amount,
.ts-price-regular {
  color: var(--ts-green-dark) !important;
  font-size: .8em;
  font-weight: 850;
  opacity: .72;
}

body.ts-woodmart-child.single-product .summary .price del,
body.ts-woodmart-child.single-product .entry-summary .price del {
  order: 2;
}

body.ts-woodmart-child.single-product .summary .price ins,
body.ts-woodmart-child.single-product .entry-summary .price ins {
  order: 1;
}

body.ts-woodmart-child.single-product .product_title {
  font-weight: 950;
  line-height: 1.18;
}

.ts-header-search {
  inset-inline: auto !important;
  left: var(--ts-search-left, 16px) !important;
  width: var(--ts-search-width, 420px) !important;
}

.ts-header-search label {
  position: relative;
}

.ts-header-search label::before {
  content: "";
  position: absolute;
  inset-block-start: -7px;
  inset-inline-start: auto;
  left: calc(var(--ts-search-arrow-left, 34px) - 7px);
  width: 14px;
  height: 14px;
  border-inline-start: 1px solid rgba(22, 163, 74, .25);
  border-block-start: 1px solid rgba(22, 163, 74, .25);
  background: #fff;
  transform: rotate(45deg);
}

.ts-nav-list,
.ts-nav-list > li,
.ts-nav-list a {
  align-items: center;
}

.ts-nav-list > li {
  display: flex;
  margin: 0 !important;
}

.ts-nav-list a {
  align-items: center !important;
  justify-content: center;
  min-height: 44px;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.ts-nav-list a br {
  display: none;
}

.ts-range-line input[type="range"]::-webkit-slider-thumb {
  border-radius: 72% 28% 72% 28% / 72% 28% 72% 28%;
  transform: rotate(45deg);
}

.ts-range-line input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  border-radius: 72% 28% 72% 28% / 72% 28% 72% 28%;
  background: var(--ts-green-dark);
  box-shadow: 0 6px 14px rgba(6, 78, 59, .18);
  transform: rotate(45deg);
}

@media (max-width: 960px) {
  body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals {
    height: auto;
  }

  .ts-footer-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .ts-header-search {
    left: var(--ts-search-left, 12px) !important;
    width: var(--ts-search-width, calc(100vw - 24px)) !important;
  }

  body.ts-woodmart-child.single-product .summary .price,
  body.ts-woodmart-child.single-product .entry-summary .price {
    justify-content: flex-start;
  }
}

body.ts-woodmart-child.woocommerce-checkout #order_review.woocommerce-checkout-review-order {
  padding: clamp(16px, 2.4vw, 22px) !important;
  border: 1px solid var(--ts-border) !important;
  border-radius: var(--ts-radius-lg) !important;
  background: #fff !important;
  box-shadow: var(--ts-shadow) !important;
}

body.ts-woodmart-child.woocommerce-checkout #customer_details {
  display: grid;
  gap: 16px;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-shipping-fields,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-additional-fields {
  margin-block-start: 0 !important;
}

@media (max-width: 1180px) {
  .ts-site-header .ts-header-container:not(.ts-header-topbar-inner) {
    grid-template-columns: auto minmax(200px, 320px) minmax(0, 1fr) auto !important;
    grid-template-areas: none !important;
  }

  .ts-brand,
  .ts-site-nav,
  .ts-header-search,
  .ts-header-actions {
    grid-area: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .ts-header-search {
    width: min(28vw, 320px);
    max-width: 320px;
    margin-block-end: 0 !important;
  }
}

@media (max-width: 960px) {
  .ts-site-header .ts-header-container:not(.ts-header-topbar-inner) {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
  }

  .ts-search-toggle {
    display: inline-flex !important;
  }

  .ts-header-search {
    position: fixed;
    inset-block-start: var(--ts-mobile-search-top, 126px);
    inset-inline: 12px;
    z-index: 1300;
    display: none;
    width: calc(100vw - 24px) !important;
    max-width: none !important;
    margin: 0 !important;
    justify-self: stretch !important;
  }

  body.ts-search-open .ts-header-search {
    display: block;
  }

  .ts-header-search label {
    height: 46px;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--ts-shadow-lg);
  }

  .ts-site-nav {
    inset: var(--ts-mobile-nav-top, 126px) 12px auto 12px !important;
    width: auto;
    max-width: none;
    max-height: calc(100vh - var(--ts-mobile-nav-top, 126px) - 12px);
    padding: 10px;
    border: 1px solid rgba(6, 78, 59, .12);
    border-radius: 0 0 22px 22px;
    background: rgba(255, 255, 255, .98);
  }

  .ts-nav-list {
    gap: 8px;
  }

  .ts-nav-list > li {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(229, 231, 235, .94);
    border-radius: 16px;
    background: #fff;
  }

  .ts-nav-list > li > a {
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 0;
  }

  .ts-nav-list > .ts-has-mega > a,
  .ts-nav-list > .menu-item-has-children > a {
    padding-inline-start: 54px;
  }

  .ts-submenu-toggle {
    position: absolute;
    inset-block-start: 7px;
    inset-inline-start: 9px;
    z-index: 2;
    display: grid !important;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(6, 78, 59, .1);
    border-radius: 12px;
    background: var(--ts-soft);
    color: var(--ts-green-dark);
  }

  .ts-submenu-toggle span {
    width: 8px;
    height: 8px;
    border-inline-end: 2px solid currentColor;
    border-block-end: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .22s ease;
  }

  .ts-submenu-toggle[aria-expanded="true"] span {
    transform: rotate(225deg);
  }

  .ts-mega-panel,
  .ts-nav-list .sub-menu {
    display: none !important;
    position: static !important;
    width: 100% !important;
    margin: 0;
    padding: 8px;
    border: 0;
    border-block-start: 1px solid var(--ts-border);
    border-radius: 0;
    background: #fbfdfb;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .is-mobile-submenu-open > .ts-mega-panel,
  .is-mobile-submenu-open > .sub-menu {
    display: grid !important;
  }

  body.ts-woodmart-child.woocommerce-checkout form.checkout.woocommerce-checkout {
    gap: 14px;
  }

  body.ts-woodmart-child.woocommerce-checkout #customer_details {
    gap: 14px;
  }

  body.ts-woodmart-child.woocommerce-checkout #customer_details .col-1,
  body.ts-woodmart-child.woocommerce-checkout #customer_details .col-2 {
    display: grid;
    gap: 14px;
  }
}

@media (max-width: 800px) {
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .wd-products-shop-view,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .wd-shop-view {
    display: none !important;
  }

  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .products,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-products,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .ts-product-grid {
    grid-template-columns: 1fr !important;
  }

  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .product,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-grid-item,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .ts-wc-product {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

@media (max-width: 680px) {
  .ts-site-header .ts-header-container:not(.ts-header-topbar-inner) {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas: "brand actions" !important;
  }

  .ts-header-search {
    grid-area: auto !important;
  }

  .ts-hero,
  .ts-hero-slide,
  .ts-hero .ts-container {
    min-height: var(--ts-hero-min-mobile, 500px) !important;
  }

  .ts-hero-slide::before {
    background-position: center center;
  }

  .ts-hero h1 {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  .ts-hero-dots {
    inset-block-end: 18px;
  }

  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .wd-products-shop-view,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .wd-shop-view {
    display: none !important;
  }

  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .products,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-products,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .ts-product-grid {
    grid-template-columns: 1fr !important;
  }

  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .product,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .product-grid-item,
  body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .ts-wc-product {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-billing-fields,
  body.ts-woodmart-child.woocommerce-checkout .woocommerce-shipping-fields,
  body.ts-woodmart-child.woocommerce-checkout .woocommerce-additional-fields,
  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 14px !important;
  }

  body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form,
  .ts-checkout-coupon-box {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    width: 100%;
    max-width: none;
  }

  body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form button,
  .ts-checkout-coupon-box button {
    width: auto !important;
    min-width: 92px;
  }

  .ts-footer-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  }
}

@media (max-width: 480px) {
  .ts-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 360px) {
  .ts-footer-grid {
    grid-template-columns: 1fr !important;
  }

  body.ts-woodmart-child.woocommerce-cart .coupon.wd-coupon-form,
  .ts-checkout-coupon-box {
    grid-template-columns: 1fr;
    border-radius: 18px !important;
  }
}

/* TehranSolar v1.1.6 header/search, cart totals and quantity polish */
.ts-site-header .ts-header-container:not(.ts-header-topbar-inner) {
  grid-template-columns: auto minmax(0, 1fr) auto !important;
}

.ts-search-toggle {
  display: inline-flex !important;
}

.ts-header-actions .ts-search-toggle {
  display: inline-flex !important;
}

.ts-header-search {
  position: fixed !important;
  inset-block-start: var(--ts-mobile-search-top, 118px);
  inset-inline: max(16px, calc((100vw - 560px) / 2));
  z-index: 1300;
  display: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  justify-self: stretch !important;
}

body.ts-search-open .ts-header-search {
  display: block !important;
}

.ts-header-search label {
  height: 52px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--ts-shadow-lg);
}

.ts-site-nav {
  min-width: 0;
  justify-self: center;
}

.ts-nav-list {
  min-width: 0;
  gap: 2px;
}

.ts-nav-list a {
  white-space: nowrap;
}

.ts-brand-text strong,
.ts-brand-text small {
  white-space: nowrap;
}

body.ts-woodmart-child .quantity {
  grid-template-columns: 36px 48px 36px;
  height: 42px;
  box-shadow: 0 6px 14px rgba(6, 78, 59, .05);
}

body.ts-woodmart-child .quantity input.qty {
  width: 48px !important;
  min-height: 40px;
}

body.ts-woodmart-child .quantity .plus,
body.ts-woodmart-child .quantity .minus {
  min-width: 36px;
  background: #f8fafc !important;
  color: var(--ts-green-dark) !important;
  transition: background .18s ease, color .18s ease;
}

body.ts-woodmart-child .quantity .plus:hover,
body.ts-woodmart-child .quantity .minus:hover,
body.ts-woodmart-child .quantity .plus:focus,
body.ts-woodmart-child .quantity .minus:focus {
  background: var(--ts-soft) !important;
  color: var(--ts-green-dark) !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.woocommerce-cart .cart_totals {
  padding: clamp(18px, 2.4vw, 24px) !important;
  border: 1px solid var(--ts-border) !important;
  border-radius: var(--ts-radius) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.woocommerce-cart .cart_totals > h2 {
  margin-block: 0 18px;
  text-align: center;
}

body.ts-woodmart-child.woocommerce-cart .cart_totals .shop_table {
  border: 0 !important;
  border-radius: var(--ts-radius) !important;
  background: transparent !important;
}

body.ts-woodmart-child.woocommerce-cart .cart_totals .shop_table th {
  background: #f8fafc;
}

body.ts-woodmart-child.woocommerce-cart .cart_totals .checkout-button {
  width: 100%;
  min-height: 48px !important;
  margin-block-start: 16px;
}

.ts-product-addons input[type="radio"],
.ts-product-addons input[type="checkbox"] {
  accent-color: var(--ts-primary);
}

/* TehranSolar v1.1.7 final cascade overrides */
.ts-header-search {
  inset-inline: auto !important;
  left: var(--ts-search-left, 16px) !important;
  width: var(--ts-search-width, 420px) !important;
  max-width: none !important;
}

.ts-footer-grid {
  grid-template-columns: var(--ts-footer-grid-template, repeat(auto-fit, minmax(210px, 1fr))) !important;
}

.ts-footer-column {
  display: grid;
  min-width: 0;
  align-content: start;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper {
  align-items: stretch !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals {
  align-self: stretch !important;
  height: auto !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .cart-totals-inner {
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals > h2,
body.ts-woodmart-child.woocommerce-cart .cart_totals > h2,
body.ts-woodmart-child.woocommerce-cart .cart_totals .cart-totals-inner > h2 {
  margin: 0 0 18px !important;
  color: var(--ts-green-dark) !important;
  font-family: var(--ts-font) !important;
  font-size: clamp(1.25rem, 1.7vw, 1.55rem) !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

body.ts-woodmart-child.single-product .summary p.price,
body.ts-woodmart-child.single-product .entry-summary p.price {
  display: flex !important;
  width: 100%;
  min-height: 34px;
  align-items: baseline;
  gap: 8px 14px;
  margin-block: 6px 16px !important;
  overflow: visible;
  font-size: 1rem;
  line-height: 1.45;
}

body.ts-woodmart-child.single-product .summary p.price .screen-reader-text,
body.ts-woodmart-child.single-product .entry-summary p.price .screen-reader-text {
  position: absolute !important;
}

body.ts-woodmart-child.single-product .summary p.price ins,
body.ts-woodmart-child.single-product .entry-summary p.price ins {
  color: var(--ts-danger) !important;
  font-size: clamp(1.4rem, 2.2vw, 2rem) !important;
  line-height: 1.2;
  text-decoration: none !important;
}

body.ts-woodmart-child.single-product .summary p.price ins .amount,
body.ts-woodmart-child.single-product .entry-summary p.price ins .amount {
  color: var(--ts-danger) !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

body.ts-woodmart-child.single-product .summary p.price del,
body.ts-woodmart-child.single-product .entry-summary p.price del {
  color: var(--ts-green-dark) !important;
  font-size: clamp(.98rem, 1.35vw, 1.18rem) !important;
  line-height: 1.25;
  opacity: .72;
  text-decoration-thickness: 2px;
}

body.ts-woodmart-child.single-product .summary p.price del .amount,
body.ts-woodmart-child.single-product .entry-summary p.price del .amount {
  color: var(--ts-green-dark) !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.ts-product-card .price ins,
.ts-product-card ins .amount,
.ts-price-current {
  color: var(--ts-danger) !important;
  font-size: 1.08rem !important;
}

.ts-product-card .price del,
.ts-product-card del .amount,
.ts-price-regular {
  color: var(--ts-green-dark) !important;
  font-size: .88rem !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table {
  overflow: hidden !important;
  width: 100% !important;
  border: 1px solid var(--ts-border) !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table th,
body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table td {
  border-color: var(--ts-border) !important;
}

body.ts-woodmart-child.woocommerce-checkout #order_review > #order_review_heading,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-billing-fields > h3 {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 0 18px auto !important;
  padding: 8px 16px;
  border: 1px solid var(--ts-border);
  border-radius: 999px;
  background: #f8fafc;
  color: var(--ts-green-dark) !important;
  font-family: var(--ts-font) !important;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  font-weight: 950 !important;
  line-height: 1.45;
  text-align: right;
}

body.ts-woodmart-child.woocommerce-checkout .checkout-order-review > #order_review_heading:not(.ts-order-review-title) {
  display: none !important;
}

.ts-mega-panel {
  direction: rtl;
  justify-items: stretch;
  text-align: right;
}

.ts-mega-item {
  justify-content: flex-start !important;
  text-align: right !important;
}

.ts-mega-item > span:not(.ts-mini-icon) {
  display: grid;
  justify-items: start;
  text-align: right;
}

.ts-mini-icon {
  flex: 0 0 42px;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .woocommerce-ordering,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .wd-products-shop-view,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .wd-shop-view,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .wd-products-per-page,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .products-per-page {
  display: none !important;
}

.ts-range-line input[type="range"] {
  height: 32px !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  position: relative;
  z-index: 2;
  direction: ltr;
  opacity: 0;
  appearance: none !important;
  -webkit-appearance: none !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
}

.ts-range-line::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  height: 8px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--ts-accent), var(--ts-primary)) !important;
  pointer-events: none;
  z-index: 0;
}

.ts-range-line::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: var(--ts-range-percent, 50%);
  width: 24px !important;
  height: 24px !important;
  border: 3px solid #fff !important;
  border-radius: 70% 70% 70% 18% / 70% 70% 70% 18% !important;
  background: var(--ts-green-deep) !important;
  box-shadow: 0 8px 18px rgba(6, 78, 59, .22) !important;
  pointer-events: none;
  transform: translateX(-50%) rotate(-45deg) !important;
  z-index: 1;
  transition: left .12s ease, background .18s ease, box-shadow .18s ease;
}

.ts-range-line:focus-within::after {
  background: var(--ts-primary) !important;
  box-shadow: 0 0 0 7px rgba(22, 163, 74, .13), 0 8px 18px rgba(6, 78, 59, .24) !important;
}

.ts-range-line input[type="range"]::-webkit-slider-runnable-track {
  height: 8px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
}

.ts-range-line input[type="range"]::-webkit-slider-thumb {
  width: 24px !important;
  height: 24px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.ts-range-line input[type="range"]::-moz-range-track {
  height: 8px !important;
  border: 0 !important;
  background: transparent !important;
}

.ts-range-line input[type="range"]::-moz-range-thumb {
  width: 20px !important;
  height: 20px !important;
  border: 0 !important;
  background: transparent !important;
}

@media (max-width: 680px) {
  .ts-header-search {
    left: var(--ts-search-left, 12px) !important;
    width: var(--ts-search-width, calc(100vw - 24px)) !important;
  }

  .ts-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ts-footer-column {
    justify-items: center !important;
    text-align: center !important;
  }
}

@media (max-width: 360px) {
  .ts-footer-grid {
    grid-template-columns: 1fr !important;
  }
}

.ts-hero-copy {
  width: min(780px, 100%);
  padding: clamp(22px, 3.2vw, 40px);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(6, 78, 59, .38), rgba(6, 78, 59, .18));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ts-hero-copy .ts-hero-actions,
.ts-hero-copy .ts-hero-metrics {
  margin-block-start: 24px;
}

.ts-hero-copy .ts-hero-metrics {
  margin-block-start: 28px;
}

.ts-category-grid {
  grid-template-columns: repeat(var(--ts-category-count, 3), minmax(0, 1fr)) !important;
}

.ts-product-category-card {
  min-width: 0;
}

.ts-product-addons {
  gap: 14px;
}

.ts-product-addons-section {
  display: grid;
  gap: 9px;
}

.ts-product-addons-title {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: var(--ts-green-dark);
  font-size: .82rem;
  font-weight: 950;
}

.ts-product-addons label {
  border: 1px solid rgba(229, 231, 235, .95);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ts-product-addons label:hover {
  border-color: rgba(22, 163, 74, .26);
  box-shadow: 0 10px 22px rgba(6, 78, 59, .08);
  transform: translateY(-1px);
}

.ts-product-addons label:has(input:checked) {
  border-color: rgba(22, 163, 74, .42);
  background: #ecfdf5;
}

@media (max-width: 1180px) {
  .ts-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .ts-hero-copy {
    padding: 20px;
    border-radius: 22px;
  }

  .ts-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  .ts-category-grid {
    grid-template-columns: 1fr !important;
  }
}

.ts-home {
  display: flex;
  flex-direction: column;
}

.ts-home-section-sortable {
  order: var(--ts-section-order, 0);
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .wd-active-filters {
  display: none !important;
}

.ts-filter-group.ts-filter-empty p {
  margin: 8px 0 0;
  color: var(--ts-muted);
  font-size: .82rem;
  line-height: 1.8;
}

.ts-filter-group a.is-active {
  background: #ecfdf5;
  color: var(--ts-green-deep);
  box-shadow: inset 0 0 0 1px rgba(22, 163, 74, .22);
}

.ts-price-values {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.ts-price-values span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid var(--ts-border);
  border-radius: 16px;
  background: #fff;
  color: var(--ts-muted);
  font-size: .82rem;
  font-weight: 850;
}

.ts-price-values b,
.ts-price-bounds .amount {
  color: var(--ts-green-dark);
  font-weight: 950;
}

.ts-price-range {
  position: relative;
  height: 34px;
  margin-block: 6px 2px;
  direction: ltr;
  --ts-price-start: 0%;
  --ts-price-end: 100%;
}

.ts-price-track,
.ts-price-track::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 8px;
  border-radius: 999px;
  transform: translateY(-50%);
}

.ts-price-track {
  background: #e5e7eb;
}

.ts-price-track::after {
  content: "";
  left: var(--ts-price-start);
  right: calc(100% - var(--ts-price-end));
  background: linear-gradient(90deg, var(--ts-accent), var(--ts-primary));
  box-shadow: 0 8px 18px rgba(6, 78, 59, .12);
}

.ts-price-range input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 34px;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: none;
}

.ts-price-range input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border: 0;
}

.ts-price-range input[type="range"]::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--ts-green-deep);
  box-shadow: 0 8px 18px rgba(6, 78, 59, .22);
  cursor: grab;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}

.ts-price-range input[type="range"]::-moz-range-track {
  height: 8px;
  background: transparent;
  border: 0;
}

.ts-price-range input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--ts-green-deep);
  box-shadow: 0 8px 18px rgba(6, 78, 59, .22);
  cursor: grab;
  pointer-events: auto;
}

.ts-price-range input[type="range"]:active::-webkit-slider-thumb {
  cursor: grabbing;
  background: var(--ts-primary);
}

.ts-price-range input[type="range"]:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 7px rgba(22, 163, 74, .13), 0 8px 18px rgba(6, 78, 59, .24);
}

.ts-price-bounds {
  color: var(--ts-muted);
  font-size: .78rem;
  font-weight: 800;
  text-align: center;
}

.ts-terms-hero {
  background:
    radial-gradient(circle at 14% 14%, rgba(251, 191, 36, .2), transparent 280px),
    radial-gradient(circle at 88% 0, rgba(20, 184, 166, .12), transparent 360px),
    linear-gradient(135deg, #fff 0%, #f1fbf6 100%);
}

.ts-terms-summary {
  display: grid;
  min-width: min(280px, 100%);
  gap: 12px;
  padding: var(--ts-space-6);
  border: 1px solid rgba(22, 163, 74, .18);
  border-radius: var(--ts-radius-lg);
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--ts-shadow);
}

.ts-terms-summary > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  background: #ecfdf5;
  color: var(--ts-green-deep);
}

.ts-terms-summary strong {
  color: var(--ts-green-dark);
  font-weight: 950;
}

.ts-terms-summary small {
  color: var(--ts-muted);
  font-weight: 850;
}

.ts-terms-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: var(--ts-space-6);
  align-items: start;
}

.ts-terms-nav {
  position: sticky;
  top: 126px;
  display: grid;
  gap: 8px;
  padding: var(--ts-space-4);
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius-lg);
  background: #fff;
  box-shadow: var(--ts-shadow);
}

.ts-terms-nav strong {
  margin-block-end: 8px;
  color: var(--ts-green-dark);
  font-weight: 950;
}

.ts-terms-nav a {
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--ts-text);
  font-weight: 850;
  text-decoration: none;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

.ts-terms-nav a:hover {
  background: #fffbeb;
  color: var(--ts-green-dark);
  transform: translateX(-3px);
}

.ts-terms-content {
  display: grid;
  gap: var(--ts-space-4);
}

.ts-terms-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: var(--ts-space-4);
  padding: var(--ts-space-6);
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius-lg);
  background: #fff;
  box-shadow: var(--ts-shadow);
}

.ts-terms-card .ts-mini-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
}

.ts-terms-card h2 {
  margin: 0 0 10px;
  color: var(--ts-green-dark);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 950;
  line-height: 1.5;
}

.ts-terms-copy {
  color: #374151;
  font-weight: 650;
  line-height: 2;
}

.ts-terms-copy p {
  margin: 0;
}

.ts-terms-copy p + p {
  margin-block-start: 10px;
}

.ts-terms-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ts-space-4);
  padding: var(--ts-space-6);
  border-radius: var(--ts-radius-lg);
  background: linear-gradient(135deg, var(--ts-green-dark), var(--ts-green-deep));
  color: #fff;
  box-shadow: 0 18px 34px rgba(6, 78, 59, .18);
}

.ts-terms-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-weight: 800;
}

@keyframes ts-hero-border-orbit {
  to {
    transform: rotate(1turn);
  }
}

.ts-hero-copy {
  position: relative;
  isolation: isolate;
  width: min(560px, 100%) !important;
  padding: clamp(15px, 1.7vw, 24px) !important;
  overflow: hidden;
  border: 1px solid rgba(52, 211, 153, .62) !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, rgba(6, 78, 59, .31), rgba(6, 78, 59, .12)) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .15), 0 0 0 1px rgba(22, 163, 74, .18) !important;
}

.ts-hero-copy::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  padding: 2px;
  border-radius: inherit;
  background: conic-gradient(from 0deg, transparent 0 66%, rgba(34, 197, 94, .92) 72%, rgba(251, 191, 36, .38) 78%, transparent 86% 100%);
  opacity: .7;
  pointer-events: none;
  animation: ts-hero-border-orbit 10s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.ts-hero-copy .ts-hero-kicker {
  margin-block-end: 12px !important;
  padding: 6px 10px !important;
  font-size: .86rem !important;
}

.ts-hero-copy h1 {
  max-width: 520px !important;
  font-size: clamp(1.9rem, 3.2vw, 3.25rem) !important;
  line-height: 1.18 !important;
}

.ts-hero-copy p {
  max-width: 480px !important;
  margin-block-start: 10px !important;
  font-size: clamp(.95rem, 1.15vw, 1.06rem) !important;
  line-height: 1.85 !important;
}

.ts-hero-copy .ts-hero-actions,
.ts-hero-copy .ts-hero-metrics {
  margin-block-start: 16px !important;
}

.ts-hero-copy .ts-metric {
  min-width: 100px;
  padding: 9px 12px;
}

.ts-hero-copy .ts-metric strong {
  font-size: 1.1rem;
}

.ts-price-range {
  direction: rtl !important;
}

.ts-price-bounds {
  display: none !important;
}

.ts-product-card .ts-price,
.ts-product-card .price {
  font-size: .98rem !important;
}

.ts-product-card .ts-price .amount,
.ts-product-card .price .amount {
  color: var(--ts-green-dark) !important;
  font-size: .98rem !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
}

.ts-product-card .ts-price ins,
.ts-product-card .price ins,
.ts-product-card .ts-price ins .amount,
.ts-product-card .price ins .amount,
.ts-price-current,
.ts-price-current .amount {
  color: var(--ts-danger) !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}

.ts-product-card .ts-price del,
.ts-product-card .price del,
.ts-product-card .ts-price del .amount,
.ts-product-card .price del .amount,
.ts-price-regular,
.ts-price-regular .amount {
  color: var(--ts-green-dark) !important;
  font-size: .82rem !important;
  font-weight: 850 !important;
  opacity: .72;
}

.ts-product-card .woocommerce-Price-currencySymbol,
.ts-price-current .woocommerce-Price-currencySymbol,
.ts-price-regular .woocommerce-Price-currencySymbol {
  margin-inline-start: 2px;
  color: #6b7280 !important;
  font-size: .74em !important;
  font-weight: 850 !important;
}

.ts-footer-trust-visual {
  min-height: 128px !important;
}

.ts-footer-trust-visual img {
  max-height: 96px !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

@media (max-width: 760px) {
  .ts-hero-copy {
    width: min(100%, 520px) !important;
    padding: 16px !important;
    border-radius: 20px !important;
  }

  .ts-hero-copy h1 {
    font-size: clamp(1.75rem, 7.2vw, 2.3rem) !important;
  }

  .ts-hero-copy p {
    font-size: .92rem !important;
  }

  .ts-hero-copy .ts-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .ts-hero-copy .ts-metric {
    min-width: 0;
    padding: 8px;
  }

  .ts-terms-layout {
    grid-template-columns: 1fr;
  }

  .ts-terms-nav {
    position: static;
  }

  .ts-terms-card {
    grid-template-columns: 1fr;
  }

  .ts-terms-cta {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ts-theme *,
  .ts-theme *::before,
  .ts-theme *::after,
  .ts-product-card,
  .ts-product-card * {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* TehranSolar v1.1.17 final visual polish */
.ts-header-topbar {
  border-block-end: 1px solid rgba(146, 64, 14, .12) !important;
  background: linear-gradient(90deg, #b7791f 0%, var(--ts-accent) 48%, #f59e0b 100%) !important;
  color: #2d2614 !important;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .34);
}

.ts-header-topbar-inner > span,
.ts-header-topbar-inner a,
.ts-header-topbar-inner .ts-topbar-consult {
  color: #2d2614 !important;
  font-weight: 900;
}

.ts-header-topbar-inner .ts-topbar-consult {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 2px 10px;
  border: 1px solid rgba(6, 78, 59, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .28);
}

.ts-header-topbar-inner a:first-child {
  border-color: rgba(6, 78, 59, .18) !important;
  background: rgba(255, 255, 255, .24) !important;
  color: #2d2614 !important;
}

body.ts-woodmart-child .woocommerce button.button:hover,
body.ts-woodmart-child .woocommerce a.button:hover,
body.ts-woodmart-child .woocommerce input.button:hover,
body.ts-woodmart-child .woocommerce #respond input#submit:hover,
body.ts-woodmart-child .wp-element-button:hover,
body.ts-woodmart-child .button:hover,
.ts-button:hover,
.ts-product-card-button:hover {
  border-color: rgba(146, 64, 14, .18) !important;
  background: var(--ts-accent) !important;
  color: #2d2614 !important;
  box-shadow: 0 14px 26px rgba(251, 191, 36, .22) !important;
}

.ts-product-badge,
.ts-product-badge-stock,
body.ts-woodmart-child .product-label,
body.ts-woodmart-child .onsale {
  border-color: rgba(180, 83, 9, .24) !important;
  background: rgba(251, 191, 36, .88) !important;
  color: #3a2b05 !important;
}

.ts-product-card.is-out-of-stock .ts-product-badge,
.ts-product-badge-out,
body.ts-woodmart-child .out-of-stock.product-label,
body.ts-woodmart-child .stock.out-of-stock {
  border-color: rgba(220, 38, 38, .26) !important;
  background: rgba(220, 38, 38, .92) !important;
  color: #fff !important;
}

body.ts-woodmart-child .woocommerce-info,
body.ts-woodmart-child .woocommerce-message,
body.ts-woodmart-child .woocommerce-notices-wrapper .woocommerce-message,
body.ts-woodmart-child .woocommerce-notices-wrapper .woocommerce-info,
.ts-form-notice,
.ts-toast {
  display: flex;
  width: min(var(--ts-max), calc(100% - 32px));
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 16px auto !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(180, 83, 9, .22) !important;
  border-radius: 18px !important;
  background: rgba(251, 191, 36, .22) !important;
  color: #3a2b05 !important;
  box-shadow: 0 14px 34px rgba(146, 64, 14, .08) !important;
  text-align: center !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.ts-woodmart-child .woocommerce-error,
body.ts-woodmart-child .woocommerce-notices-wrapper .woocommerce-error,
.ts-form-notice-error {
  display: grid;
  width: min(var(--ts-max), calc(100% - 32px));
  margin: 16px auto !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(22, 163, 74, .28) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .54) !important;
  color: var(--ts-green-dark) !important;
  box-shadow: 0 16px 40px rgba(6, 78, 59, .08) !important;
  text-align: center !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: flex-start !important;
  direction: rtl !important;
  text-align: right !important;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head > .wd-shop-tools {
  margin: 0 !important;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head > .wd-shop-tools:not(:has(.woocommerce-breadcrumb)):not(:has(.wd-breadcrumbs)):not(:has(.breadcrumb)) {
  display: none !important;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .woocommerce-breadcrumb,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .wd-breadcrumbs,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .breadcrumb {
  width: fit-content !important;
  margin-inline-start: 0 !important;
  margin-inline-end: auto !important;
  text-align: right !important;
}

body.ts-woodmart-child.woocommerce-checkout #order_review > #order_review_heading,
body.ts-woodmart-child.woocommerce-checkout #customer_details > .ts-billing-title,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-billing-fields > h3 {
  display: block !important;
  width: 100%;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ts-green-dark) !important;
  font-size: clamp(1.24rem, 2vw, 1.55rem) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  text-align: right !important;
}

body.ts-woodmart-child.woocommerce-checkout #customer_details {
  display: grid;
  gap: 18px;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-billing-fields,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-shipping-fields,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-additional-fields {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td {
  vertical-align: middle !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  color: var(--ts-text);
  font-size: .9rem;
  font-weight: 760;
  line-height: 1.75;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name img {
  justify-self: end;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table {
  table-layout: auto !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-name,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name {
  width: 68% !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-total,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total {
  width: 32% !important;
  text-align: left !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name img,
body.ts-woodmart-child.woocommerce-cart .shop_table .product-thumbnail img {
  width: 64px !important;
  height: 64px !important;
  object-fit: cover;
  border-radius: 14px !important;
  background: #f8fafc;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity,
body.ts-woodmart-child .woocommerce-checkout-review-order-table dl.variation,
body.ts-woodmart-child .shop_table dl.variation {
  display: inline-grid;
  gap: 4px;
  margin: 6px 0 0 !important;
  color: var(--ts-muted);
  font-size: .82rem;
  font-weight: 700;
}

body.ts-woodmart-child .shop_table dl.variation dt,
body.ts-woodmart-child .shop_table dl.variation dd {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
}

body.ts-woodmart-child .shop_table dl.variation dd,
body.ts-woodmart-child .shop_table .variation .amount {
  color: var(--ts-green-deep);
  font-weight: 850;
}

body.ts-woodmart-child.woocommerce-cart .shop_table .product-remove a,
body.ts-woodmart-child.woocommerce-checkout .shop_table .product-remove a {
  display: inline-grid !important;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(220, 38, 38, .12);
  border-radius: 999px;
  background: rgba(254, 242, 242, .8);
  color: var(--ts-danger) !important;
  font-size: 0 !important;
}

body.ts-woodmart-child.woocommerce-cart .shop_table .product-remove a::before,
body.ts-woodmart-child.woocommerce-checkout .shop_table .product-remove a::before {
  content: "×";
  font-size: 1.3rem;
  line-height: 1;
}

body.ts-woodmart-child.woocommerce-account .wd-content-area.site-content {
  padding-block: 42px 88px !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce {
  max-width: var(--ts-max) !important;
  padding: clamp(16px, 2.4vw, 24px) !important;
  border: 1px solid rgba(229, 231, 235, .9) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, .82) !important;
  box-shadow: 0 22px 58px rgba(6, 78, 59, .08) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.ts-woodmart-child.woocommerce-account .woocommerce .wd-my-account-wrapper {
  grid-template-columns: minmax(230px, 270px) minmax(0, 1fr) !important;
  gap: 18px !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce .wd-my-account-wrapper > .wd-my-account-sidebar,
body.ts-woodmart-child.woocommerce-account .woocommerce .wd-my-account-wrapper > .woocommerce-MyAccount-content,
body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-content {
  padding: clamp(16px, 2vw, 22px) !important;
  border: 1px solid rgba(229, 231, 235, .92) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation a {
  min-height: 42px !important;
  justify-content: flex-start !important;
  gap: 9px;
  padding: 9px 11px !important;
  border-radius: 14px !important;
  color: #374151 !important;
  font-size: .92rem !important;
  font-weight: 750 !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  border-color: rgba(251, 191, 36, .42) !important;
  background: rgba(251, 191, 36, .16) !important;
  color: var(--ts-green-dark) !important;
  transform: translateX(-2px);
}

body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-content,
body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-content p,
body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-content li,
body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-content td {
  color: #374151;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.9;
}

body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-content h2,
body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-content h3,
body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation + h2 {
  color: var(--ts-green-dark);
  font-size: clamp(1.12rem, 1.8vw, 1.35rem) !important;
  font-weight: 800 !important;
}

.ts-hero-copy::before {
  content: none !important;
  animation: none !important;
}

.ts-hero-copy {
  border-color: rgba(52, 211, 153, .68) !important;
  box-shadow: 0 20px 54px rgba(0, 0, 0, .16), 0 0 0 1px rgba(52, 211, 153, .28), 0 0 26px rgba(22, 163, 74, .13) !important;
}

.ts-hero-copy h1,
.ts-section-head h2,
.ts-selector-panel h2,
.ts-selector-panel h3,
.ts-page-hero h1,
.ts-product-title,
body.ts-woodmart-child h1,
body.ts-woodmart-child h2,
body.ts-woodmart-child h3 {
  font-weight: 800 !important;
}

.ts-selector-dark {
  display: grid !important;
  min-height: 100%;
  align-content: center !important;
}

.ts-selector-dark .ts-stat-grid {
  margin-block-start: 20px !important;
}

@media (max-width: 760px) {
  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
    grid-template-columns: 1fr;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name img,
  body.ts-woodmart-child.woocommerce-cart .shop_table .product-thumbnail img {
    width: 52px !important;
    height: 52px !important;
  }

  body.ts-woodmart-child.woocommerce-account .woocommerce .wd-my-account-wrapper {
    grid-template-columns: 1fr !important;
  }

  body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* TehranSolar v1.1.18 structural polish: menu, articles, reviews, checkout and editability */
body.ts-woodmart-child.home,
.ts-home {
  background:
    radial-gradient(circle at 12% 4%, rgba(251, 191, 36, .16), transparent 330px),
    radial-gradient(circle at 88% 10%, rgba(22, 163, 74, .14), transparent 420px),
    linear-gradient(180deg, #f8fbf8 0%, #f3f6f4 52%, #fff 100%) !important;
}

.ts-header-search label::before {
  content: none !important;
  display: none !important;
}

.ts-nav-list > li > a {
  min-width: max-content;
  white-space: nowrap !important;
}

.ts-nav-list > .menu-item-has-children {
  position: relative;
}

.ts-nav-list > .menu-item-has-children > .sub-menu {
  position: absolute;
  inset-block-start: calc(100% + 14px);
  inset-inline-end: 0;
  z-index: 1250;
  display: grid;
  min-width: 460px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 70px rgba(6, 78, 59, .14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  direction: rtl;
  text-align: right;
}

.ts-nav-list > .menu-item-has-children:hover > .sub-menu,
.ts-nav-list > .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ts-nav-list > .menu-item-has-children > .sub-menu::before {
  content: "";
  position: absolute;
  inset-block-start: -16px;
  inset-inline: 0;
  height: 16px;
}

.ts-nav-list > .menu-item-has-children > .sub-menu a {
  justify-content: flex-start !important;
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 16px;
  background: #f8fafc;
  color: var(--ts-green-dark);
  text-align: right !important;
}

.ts-nav-list > .menu-item-has-children > .sub-menu a:hover {
  background: #fffbeb;
  color: #7c4a03;
}

.ts-hero-copy {
  color: #fff !important;
}

.ts-hero-copy h1,
.ts-hero-copy p,
.ts-hero-copy .ts-hero-kicker,
.ts-hero-copy .ts-metric strong,
.ts-hero-copy .ts-metric span,
.ts-selector-dark,
.ts-selector-dark h2,
.ts-selector-dark h3,
.ts-selector-dark p,
.ts-selector-dark .ts-stat strong,
.ts-selector-dark .ts-stat span {
  color: #fff !important;
}

.ts-hero-copy::before {
  content: none !important;
  animation: none !important;
}

.ts-hero-copy {
  width: min(500px, 100%) !important;
  border-color: rgba(52, 211, 153, .8) !important;
  box-shadow: 0 20px 54px rgba(0, 0, 0, .16), 0 0 0 1px rgba(52, 211, 153, .32), 0 0 28px rgba(22, 163, 74, .16) !important;
}

.ts-hero-copy h1 {
  font-size: clamp(1.65rem, 2.65vw, 2.75rem) !important;
  font-weight: 800 !important;
}

.ts-category-grid {
  grid-template-columns: repeat(var(--ts-category-count, 3), minmax(0, 1fr)) !important;
}

.ts-product-card .ts-price,
.ts-product-card .price {
  gap: 6px;
  color: var(--ts-green-dark) !important;
  font-size: .9rem !important;
  line-height: 1.45 !important;
}

.ts-product-card .ts-price .amount,
.ts-product-card .price .amount {
  color: var(--ts-green-dark) !important;
  font-size: .92rem !important;
}

.ts-product-card .ts-price ins,
.ts-product-card .price ins,
.ts-price-current,
.ts-product-card .ts-price ins .amount,
.ts-product-card .price ins .amount,
.ts-price-current .amount {
  color: var(--ts-danger) !important;
  font-size: .95rem !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.ts-product-card .ts-price del,
.ts-product-card .price del,
.ts-price-regular,
.ts-product-card .ts-price del .amount,
.ts-product-card .price del .amount,
.ts-price-regular .amount {
  color: var(--ts-green-dark) !important;
  font-size: .78rem !important;
  font-weight: 760 !important;
}

.ts-product-card .woocommerce-Price-currencySymbol,
.ts-price-current .woocommerce-Price-currencySymbol,
.ts-price-regular .woocommerce-Price-currencySymbol {
  color: #7b8493 !important;
}

.ts-product-card .ts-price .ts-price-current,
.ts-product-card .ts-price .ts-price-current .amount,
.ts-product-card .price .ts-price-current,
.ts-product-card .price .ts-price-current .amount {
  color: var(--ts-danger) !important;
}

.ts-product-card .ts-price .ts-price-regular,
.ts-product-card .ts-price .ts-price-regular .amount,
.ts-product-card .price .ts-price-regular,
.ts-product-card .price .ts-price-regular .amount {
  color: var(--ts-green-dark) !important;
}

body.ts-woodmart-child .price .screen-reader-text,
body.ts-woodmart-child p.price .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

body.ts-woodmart-child.single-product .summary p.price,
body.ts-woodmart-child.single-product .entry-summary p.price {
  gap: 8px 12px;
  margin-block: 6px 14px !important;
}

body.ts-woodmart-child.single-product .summary p.price ins,
body.ts-woodmart-child.single-product .entry-summary p.price ins,
body.ts-woodmart-child.single-product .summary p.price ins .amount,
body.ts-woodmart-child.single-product .entry-summary p.price ins .amount {
  color: var(--ts-danger) !important;
  font-size: clamp(1.18rem, 1.75vw, 1.55rem) !important;
  font-weight: 900 !important;
}

body.ts-woodmart-child.single-product .summary p.price del,
body.ts-woodmart-child.single-product .entry-summary p.price del,
body.ts-woodmart-child.single-product .summary p.price del .amount,
body.ts-woodmart-child.single-product .entry-summary p.price del .amount {
  color: var(--ts-green-dark) !important;
  font-size: clamp(.84rem, 1vw, 1rem) !important;
}

body.ts-woodmart-child.single-product .product-image-summary .ts-consult-card,
body.ts-woodmart-child.single-product .product-images .ts-consult-card,
body.ts-woodmart-child.single-product .ts-consult-card {
  max-width: 640px;
  margin: 16px 0 0 auto;
  padding: 16px;
  border: 1px solid rgba(22, 163, 74, .18);
  border-radius: 20px;
  background: rgba(236, 253, 245, .74);
  box-shadow: none;
}

body.ts-woodmart-child .quantity {
  grid-template-columns: 32px 42px 32px !important;
  height: 36px !important;
  min-height: 36px !important;
  overflow: hidden;
  border-radius: 999px !important;
}

body.ts-woodmart-child .quantity input.qty {
  width: 42px !important;
  min-height: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  line-height: 34px !important;
}

body.ts-woodmart-child .quantity .plus,
body.ts-woodmart-child .quantity .minus {
  min-width: 32px !important;
  height: 34px !important;
  min-height: 34px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  line-height: 1 !important;
  background: #f8fafc !important;
  color: var(--ts-green-dark) !important;
}

body.ts-woodmart-child .quantity .plus:hover,
body.ts-woodmart-child .quantity .minus:hover {
  background: #fffbeb !important;
  color: #7c4a03 !important;
}

body.ts-woodmart-child.woocommerce-checkout #order_review > #order_review_heading,
body.ts-woodmart-child.woocommerce-checkout #customer_details > .ts-billing-title,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-billing-fields > h3 {
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem) !important;
  font-weight: 850 !important;
}

body.ts-woodmart-child.woocommerce-checkout form.checkout.woocommerce-checkout {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 430px) !important;
  align-items: start;
}

body.ts-woodmart-child.woocommerce-checkout #order_review.woocommerce-checkout-review-order {
  padding: clamp(18px, 2.2vw, 24px) !important;
  box-shadow: 0 12px 34px rgba(6, 78, 59, .06) !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item {
  position: relative;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  gap: 8px !important;
  font-size: .88rem !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
  color: var(--ts-green-deep) !important;
  font-size: .9rem !important;
  font-weight: 850 !important;
}

.ts-checkout-coupon-box {
  border-color: rgba(251, 191, 36, .42) !important;
  border-radius: 18px !important;
  background: rgba(255, 251, 235, .72) !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads,
body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation-link--wishlist,
body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation-link--yith-wishlist,
body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation-link--yith_wcwl_wishlist {
  display: none !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
  display: grid !important;
  gap: 18px;
  padding: clamp(18px, 2.6vw, 28px) !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce .wd-my-account-wrapper {
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr) !important;
  gap: 18px !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 1px solid rgba(229, 231, 235, .95) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .9) !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation a {
  min-height: 40px !important;
  padding: 8px 12px !important;
  border: 1px solid transparent;
  font-size: .88rem !important;
  font-weight: 720 !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  transform: none !important;
  border-color: rgba(251, 191, 36, .36) !important;
  background: rgba(255, 251, 235, .86) !important;
}

body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-content {
  min-height: 340px;
}

body.ts-woodmart-child .woocommerce-info,
body.ts-woodmart-child .woocommerce-message,
body.ts-woodmart-child .woocommerce-error,
.ts-form-notice,
.ts-toast {
  border-color: rgba(251, 191, 36, .44) !important;
  background: rgba(255, 251, 235, .68) !important;
  color: var(--ts-green-dark) !important;
}

.ts-empty-products {
  display: grid;
  place-items: center;
  gap: 14px;
  min-height: 360px;
  padding: clamp(26px, 5vw, 70px);
  border: 1px dashed rgba(22, 163, 74, .24);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(236, 253, 245, .82), rgba(255, 255, 255, .92));
  text-align: center;
}

.ts-empty-products-icon {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border-radius: 26px;
  background: rgba(236, 253, 245, .92);
  color: var(--ts-primary);
  box-shadow: 0 16px 44px rgba(22, 163, 74, .12);
}

.ts-empty-products-icon img {
  max-width: 58px;
  max-height: 58px;
}

.ts-empty-products strong {
  color: var(--ts-green-dark);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 850;
}

.ts-empty-products p {
  max-width: 520px;
  margin: 0;
  color: var(--ts-muted);
  font-weight: 650;
}

.ts-reading-progress {
  position: sticky;
  top: 0;
  z-index: 1400;
  height: 4px;
  background: transparent;
}

.ts-reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right center;
  background: linear-gradient(90deg, var(--ts-primary), var(--ts-accent));
}

.ts-article-hero-grid,
.ts-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: var(--ts-space-6);
  align-items: start;
}

.ts-article-hero-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--ts-shadow-lg);
}

.ts-article-content {
  padding: clamp(22px, 3vw, 36px);
  color: #22312b;
  font-size: 1rem;
  font-weight: 560;
  line-height: 2.05;
}

.ts-article-content h2,
.ts-article-content h3 {
  color: var(--ts-green-dark);
  font-weight: 850 !important;
}

.ts-article-content a {
  color: var(--ts-green-deep);
  font-weight: 800;
}

.ts-article-sidebar {
  position: sticky;
  top: 132px;
  display: grid;
  gap: 14px;
}

.ts-article-sidebar-card {
  padding: 18px;
}

.ts-related-articles,
.ts-related-products-mini {
  display: grid;
  gap: 10px;
}

.ts-related-articles a,
.ts-related-products-mini a {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--ts-border);
  border-radius: 16px;
  background: #fff;
  color: var(--ts-green-dark);
  text-decoration: none;
}

.ts-related-products-mini a {
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
}

.ts-related-products-mini img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 12px;
}

.ts-related-articles small,
.ts-related-products-mini small {
  color: var(--ts-muted);
  font-size: .8rem;
  font-weight: 700;
}

.ts-comments {
  display: grid;
  gap: 18px;
}

.ts-comments-head h2,
.ts-comment-form .comment-reply-title {
  margin: 0;
  color: var(--ts-green-dark);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 850;
}

.ts-comment-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ts-comment-list .comment-body {
  padding: 16px;
  border: 1px solid rgba(22, 163, 74, .16);
  border-radius: 22px;
  background: rgba(236, 253, 245, .68);
  box-shadow: 0 10px 28px rgba(6, 78, 59, .05);
}

.ts-comment-list .bypostauthor > .comment-body,
.ts-comment-list .children .comment-body {
  border-color: rgba(251, 191, 36, .36);
  background: rgba(255, 251, 235, .76);
}

.ts-comment-list .comment-author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ts-green-dark);
  font-weight: 850;
}

.ts-comment-list .avatar {
  border-radius: 18px;
}

.ts-comment-list .comment-meta,
.ts-comment-list .reply {
  color: var(--ts-muted);
  font-size: .82rem;
  font-weight: 700;
}

.ts-comment-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--ts-border);
  border-radius: 24px;
  background: #fff;
}

.ts-comment-form input,
.ts-comment-form textarea {
  border: 1px solid var(--ts-border) !important;
  border-radius: 16px !important;
  background: #fff !important;
}

body.ts-woodmart-child.single-product #reviews,
body.ts-woodmart-child.single-product .woocommerce-Reviews {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(229, 231, 235, .94);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(6, 78, 59, .06);
}

body.ts-woodmart-child.single-product #reviews #comments,
body.ts-woodmart-child.single-product #review_form_wrapper {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.ts-woodmart-child.single-product #reviews .commentlist {
  display: grid;
  gap: 12px;
  padding: 0;
}

body.ts-woodmart-child.single-product #reviews .comment_container {
  padding: 16px;
  border: 1px solid rgba(22, 163, 74, .16);
  border-radius: 22px;
  background: rgba(236, 253, 245, .72);
}

body.ts-woodmart-child.single-product #reviews .bypostauthor .comment_container,
body.ts-woodmart-child.single-product #reviews .children .comment_container {
  border-color: rgba(251, 191, 36, .34);
  background: rgba(255, 251, 235, .78);
}

.ts-compare-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--ts-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--ts-shadow);
}

.ts-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
}

.ts-compare-table th,
.ts-compare-table td {
  padding: 14px 16px;
  border-block-end: 1px solid var(--ts-border);
  color: var(--ts-text);
  text-align: right;
  vertical-align: middle;
}

.ts-compare-table thead th {
  background: #f8fafc;
  color: var(--ts-green-dark);
  font-weight: 900;
}

.ts-compare-table tbody th {
  position: sticky;
  right: 0;
  z-index: 1;
  background: #fff;
  color: var(--ts-green-dark);
  font-weight: 850;
}

.ts-compare-table .is-yes,
.ts-compare-table .is-no {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-weight: 900;
}

.ts-compare-table .is-yes {
  background: rgba(22, 163, 74, .1);
  color: var(--ts-green-deep);
}

.ts-compare-table .is-no {
  background: rgba(220, 38, 38, .09);
  color: var(--ts-danger);
}

.ts-trust-symbol-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.ts-trust-symbol-card {
  display: grid;
  gap: 12px;
  min-height: 210px;
  align-content: center;
  justify-items: center;
  padding: 18px;
  border: 1px solid rgba(22, 163, 74, .18);
  border-radius: 24px;
  background: rgba(255, 255, 255, .9);
  color: var(--ts-green-dark);
  text-align: center;
  text-decoration: none;
  box-shadow: var(--ts-shadow);
}

.ts-trust-symbol-visual {
  display: grid;
  width: 120px;
  height: 120px;
  place-items: center;
  border: 1px dashed rgba(22, 163, 74, .22);
  border-radius: 22px;
  background: #f8fafc;
}

.ts-trust-symbol-visual img {
  max-width: 92px;
  max-height: 92px;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head {
  justify-content: flex-start !important;
  text-align: right !important;
}

body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .woocommerce-breadcrumb,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .wd-breadcrumbs,
body.ts-woodmart-child:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .shop-loop-head .breadcrumb {
  margin-inline: 0 auto !important;
  text-align: right !important;
}

@media (max-width: 1024px) {
  .ts-nav-list > .menu-item-has-children > .sub-menu {
    position: static;
    display: none;
    min-width: 0;
    grid-template-columns: 1fr;
    margin-block-start: 8px;
    padding: 8px;
    border-radius: 16px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .ts-nav-list > .menu-item-has-children.is-mobile-submenu-open > .sub-menu {
    display: grid;
  }

  body.ts-woodmart-child.woocommerce-checkout form.checkout.woocommerce-checkout,
  .ts-article-hero-grid,
  .ts-article-layout {
    grid-template-columns: 1fr !important;
  }

  .ts-article-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  .ts-category-grid {
    grid-template-columns: 1fr !important;
  }

  .ts-hero-copy {
    width: min(100%, 420px) !important;
  }

  .ts-hero-copy h1 {
    font-size: clamp(1.45rem, 6vw, 2rem) !important;
  }

  .ts-header-actions {
    justify-self: start !important;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
    font-size: .84rem !important;
  }

  body.ts-woodmart-child.woocommerce-account .woocommerce .wd-my-account-wrapper {
    grid-template-columns: 1fr !important;
  }

  body.ts-woodmart-child.woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* TehranSolar v1.1.21 product/brand, addon and editability polish */
body.ts-woodmart-child.ts-product-archive .wd-content-area.site-content {
  display: grid;
  gap: var(--ts-space-6);
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
}

body.ts-woodmart-child.ts-product-archive .woocommerce-notices-wrapper,
body.ts-woodmart-child.ts-product-archive .ts-shop-intro {
  grid-column: 1 / -1;
}

body.ts-woodmart-child.ts-product-archive .shop-loop-head,
body.ts-woodmart-child.ts-product-archive .wd-products-element,
body.ts-woodmart-child.ts-product-archive .products,
body.ts-woodmart-child.ts-product-archive .wd-products,
body.ts-woodmart-child.ts-product-archive .woocommerce-pagination,
body.ts-woodmart-child.ts-product-archive .wd-loop-footer {
  grid-column: 2;
  min-width: 0;
  width: 100%;
}

body.ts-woodmart-child.ts-product-archive .ts-shop-filters {
  grid-row: 2 / span 20;
}

body.ts-woodmart-child.ts-product-archive .shop-loop-head {
  grid-row: 2;
}

body.ts-woodmart-child.ts-product-archive .wd-products-element,
body.ts-woodmart-child.ts-product-archive .products,
body.ts-woodmart-child.ts-product-archive .wd-products {
  grid-row: 3;
}

body.ts-woodmart-child.ts-product-archive .shop-loop-head {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  direction: rtl !important;
  text-align: right !important;
}

body.ts-woodmart-child.ts-product-archive .shop-loop-head > .wd-shop-tools:not(:has(.woocommerce-breadcrumb)):not(:has(.wd-breadcrumbs)):not(:has(.breadcrumb)) {
  display: none !important;
}

body.ts-woodmart-child.ts-product-archive .shop-loop-head .woocommerce-breadcrumb,
body.ts-woodmart-child.ts-product-archive .shop-loop-head .wd-breadcrumbs,
body.ts-woodmart-child.ts-product-archive .shop-loop-head .breadcrumb {
  width: fit-content !important;
  margin-inline: 0 auto !important;
  text-align: right !important;
}

body.ts-woodmart-child.ts-brand-archive .ts-shop-intro {
  border: 1px solid rgba(251, 191, 36, .24);
  background:
    radial-gradient(circle at 12% 20%, rgba(251, 191, 36, .16), transparent 220px),
    linear-gradient(135deg, #fff, #f3fff7);
}

.ts-footer-menu,
.ts-footer-menu .sub-menu {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ts-footer-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.ts-footer-trust-card {
  min-height: 134px;
  color: var(--ts-green-dark);
  text-decoration: none !important;
}

.ts-footer-trust-visual {
  min-height: 108px !important;
}

.ts-footer-trust-slider {
  scrollbar-width: none;
}

.ts-footer-trust-slider::-webkit-scrollbar {
  display: none;
}

.ts-nav-list > .menu-item-has-children > .sub-menu a {
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 10px;
  text-align: right !important;
}

.ts-nav-list > .menu-item-has-children > .sub-menu a::before {
  content: "";
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 13px;
  background:
    rgba(236, 253, 245, .9)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23047857' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2L4 14h7l-1 8 10-13h-7l0-7z'/%3E%3C/svg%3E")
    center / 18px 18px no-repeat;
}

.ts-nav-list > .menu-item-has-children > .sub-menu a:hover::before {
  background-color: rgba(251, 191, 36, .22);
}

.ts-hero-copy {
  width: min(430px, 100%) !important;
  padding: clamp(15px, 1.9vw, 22px) !important;
}

.ts-hero-copy h1 {
  font-size: clamp(1.38rem, 2.15vw, 2.2rem) !important;
  line-height: 1.45 !important;
}

.ts-hero-copy p {
  font-size: clamp(.9rem, 1.05vw, 1rem) !important;
}

.ts-hero-copy .ts-hero-kicker {
  min-height: 34px !important;
  padding: 5px 12px !important;
  font-size: .82rem !important;
}

.ts-hero-copy .ts-hero-metrics {
  gap: 8px !important;
}

.ts-hero-copy .ts-metric {
  min-height: 58px !important;
  padding: 8px 10px !important;
}

.ts-hero-copy .ts-metric strong {
  font-size: .96rem !important;
}

.ts-theme :is(.ts-selector-dark, .ts-final-cta, .ts-terms-cta, .ts-kit-hero, .ts-consult-banner, .ts-green-panel) :is(h1, h2, h3, p, small, strong, span:not(.ts-pill), b) {
  color: #fff !important;
}

.ts-theme :is(.ts-selector-dark, .ts-final-cta, .ts-terms-cta, .ts-kit-hero, .ts-consult-banner) .ts-pill,
.ts-theme .ts-pill {
  margin-block-end: 16px;
}

.ts-theme .ts-pill + h1,
.ts-theme .ts-pill + h2,
.ts-theme .ts-eyebrow + h1,
.ts-theme .ts-eyebrow + h2 {
  margin-block-start: 14px !important;
}

.ts-contact-main {
  display: grid;
  gap: var(--ts-space-6);
}

.ts-contact-main .ts-section-head {
  margin-block-end: 0;
}

.ts-contact-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: var(--ts-space-4);
}

.ts-contact-action-grid {
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(520px, 1.05fr);
  gap: var(--ts-space-6);
  align-items: stretch;
}

.ts-contact-consult-card {
  width: min(100%, 920px);
  margin-inline: auto;
}

body.ts-woodmart-child.single-product form.cart {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch !important;
  gap: 12px !important;
}

body.ts-woodmart-child.single-product form.cart .quantity {
  grid-template-columns: 44px 58px 44px !important;
  height: 52px !important;
  min-height: 52px !important;
}

body.ts-woodmart-child.single-product form.cart .quantity input.qty {
  width: 58px !important;
  height: 50px !important;
  min-height: 50px !important;
  line-height: 50px !important;
}

body.ts-woodmart-child.single-product form.cart .quantity .plus,
body.ts-woodmart-child.single-product form.cart .quantity .minus {
  min-width: 44px !important;
  height: 50px !important;
  min-height: 50px !important;
  font-size: 1rem !important;
}

body.ts-woodmart-child.single-product form.cart .single_add_to_cart_button {
  min-height: 52px !important;
  padding-block: 0 !important;
}

.ts-cart-addon-price {
  color: var(--ts-green-deep);
  font-weight: 850;
  white-space: nowrap;
}

body.ts-woodmart-child.single-product .summary p.price ins,
body.ts-woodmart-child.single-product .entry-summary p.price ins,
body.ts-woodmart-child.single-product .summary p.price ins .amount,
body.ts-woodmart-child.single-product .entry-summary p.price ins .amount {
  font-size: clamp(1.05rem, 1.35vw, 1.32rem) !important;
}

body.ts-woodmart-child .woocommerce-message,
body.ts-woodmart-child .woocommerce-info,
.ts-form-notice,
.ts-toast {
  background: rgba(251, 191, 36, .24) !important;
  border-color: rgba(180, 83, 9, .26) !important;
}

body.ts-woodmart-child .woocommerce-error,
body.ts-woodmart-child .woocommerce-notices-wrapper .woocommerce-error {
  background: rgba(255, 255, 255, .56) !important;
  border-color: rgba(22, 163, 74, .3) !important;
}

@media (max-width: 1024px) {
  body.ts-woodmart-child.ts-product-archive .wd-content-area.site-content {
    grid-template-columns: 1fr;
  }

  body.ts-woodmart-child.ts-product-archive .shop-loop-head,
  body.ts-woodmart-child.ts-product-archive .wd-products-element,
  body.ts-woodmart-child.ts-product-archive .products,
  body.ts-woodmart-child.ts-product-archive .wd-products,
  body.ts-woodmart-child.ts-product-archive .woocommerce-pagination,
  body.ts-woodmart-child.ts-product-archive .wd-loop-footer,
  body.ts-woodmart-child.ts-product-archive .ts-shop-filters {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .ts-hero-copy {
    width: min(100%, 360px) !important;
    padding: 14px !important;
  }

  .ts-hero-copy h1 {
    font-size: clamp(1.22rem, 5vw, 1.65rem) !important;
  }

  .ts-hero-copy .ts-hero-metrics {
    grid-template-columns: 1fr 1fr !important;
  }

  body.ts-woodmart-child.ts-product-archive .products,
  body.ts-woodmart-child.ts-product-archive .wd-products {
    grid-template-columns: 1fr !important;
  }

  body.ts-woodmart-child.single-product form.cart .quantity {
    grid-template-columns: 38px 52px 38px !important;
    height: 48px !important;
    min-height: 48px !important;
  }

  body.ts-woodmart-child.single-product form.cart .quantity input.qty,
  body.ts-woodmart-child.single-product form.cart .quantity .plus,
  body.ts-woodmart-child.single-product form.cart .quantity .minus {
    height: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
}

/* TehranSolar v1.1.23 checkout, terms, contact, brand and review refinements */
html {
  scroll-behavior: smooth;
}

body.ts-woodmart-child :is(input, textarea, select, button, a):focus,
body.ts-woodmart-child :is(input, textarea, select, button, a):focus-visible,
body.ts-woodmart-child :is(input[type="checkbox"], input[type="radio"]):focus,
body.ts-woodmart-child :is(input[type="checkbox"], input[type="radio"]):focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

body.ts-woodmart-child :is(input:not([type="checkbox"]):not([type="radio"]), textarea, select):focus-visible {
  border-color: rgba(251, 191, 36, .72) !important;
  box-shadow: 0 0 0 3px rgba(251, 191, 36, .18) !important;
}

.ts-product-addons label:hover,
.ts-product-addons label:has(input:checked) {
  border-color: rgba(251, 191, 36, .5) !important;
  background: rgba(255, 251, 235, .78) !important;
  box-shadow: 0 10px 22px rgba(180, 83, 9, .08) !important;
}

.ts-nav-list > li > a:hover,
.ts-nav-list > li.current-menu-item > a,
.ts-nav-list > li.current-menu-ancestor > a {
  background: linear-gradient(135deg, rgba(251, 191, 36, .22), rgba(255, 251, 235, .92)) !important;
  color: #7c4a03 !important;
}

.ts-nav-list > .menu-item-has-children > .sub-menu {
  border-color: rgba(251, 191, 36, .28) !important;
  background:
    radial-gradient(circle at 10% 0, rgba(251, 191, 36, .15), transparent 180px),
    rgba(255, 255, 255, .97) !important;
}

.ts-nav-list > .menu-item-has-children > .sub-menu a {
  background: rgba(255, 251, 235, .56) !important;
  color: var(--ts-green-dark) !important;
}

.ts-nav-list > .menu-item-has-children > .sub-menu a:hover {
  background: linear-gradient(135deg, rgba(251, 191, 36, .34), rgba(236, 253, 245, .92)) !important;
  color: #684003 !important;
}

.ts-terms-card {
  scroll-margin-top: 154px;
}

.ts-terms-nav,
.ts-article-sidebar-card,
.ts-shop-filters,
.ts-contact-map-card {
  border-color: rgba(251, 191, 36, .26) !important;
  background:
    radial-gradient(circle at 16% 0, rgba(251, 191, 36, .14), transparent 190px),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 251, 235, .48)) !important;
}

.ts-terms-nav a.is-active,
.ts-terms-nav a:hover,
.ts-article-sidebar-card a:hover,
.ts-shop-filters a:hover,
.ts-shop-filters a.is-active {
  background: rgba(251, 191, 36, .2) !important;
  color: #7c4a03 !important;
}

body.ts-woodmart-child.ts-product-archive .wd-content-area.site-content {
  width: min(var(--ts-max), calc(100% - 32px)) !important;
  max-width: var(--ts-max) !important;
  margin-inline: auto !important;
}

.ts-shop-intro-copy {
  max-width: 760px;
  margin-inline: auto;
  color: var(--ts-muted);
  font-weight: 700;
  line-height: 1.9;
}

.ts-shop-intro-copy p {
  margin: 0;
}

.ts-brand-intro {
  display: grid;
  min-height: 220px;
  align-content: center;
  text-align: right;
}

.ts-brand-intro .ts-shop-intro-copy {
  margin-inline: 0;
}

body.ts-woodmart-child.woocommerce-checkout form.checkout.woocommerce-checkout {
  grid-template-columns: minmax(0, 1fr) minmax(440px, 560px) !important;
  gap: clamp(18px, 2vw, 28px) !important;
}

body.ts-woodmart-child.woocommerce-checkout #order_review.woocommerce-checkout-review-order {
  width: 100% !important;
  max-width: 560px !important;
  margin-inline-start: 0 !important;
  padding: clamp(18px, 2vw, 24px) !important;
}

body.ts-woodmart-child.woocommerce-checkout #customer_details {
  gap: 14px !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  margin-block-start: 0 !important;
  padding-block-start: 0 !important;
}

body.ts-woodmart-child.woocommerce-checkout #customer_details > wc-order-attribution-inputs {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ts-woodmart-child.woocommerce-checkout #order_review > #order_review_heading,
body.ts-woodmart-child.woocommerce-checkout #customer_details > .ts-billing-title,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-billing-fields > h3 {
  margin-block-end: 0 !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table {
  display: block !important;
  overflow: hidden;
  border: 1px solid var(--ts-border) !important;
  border-radius: 24px !important;
  background: #fff !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table thead,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tbody,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
  display: block !important;
  width: 100% !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table thead tr,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: minmax(0, 1fr) minmax(130px, auto);
  align-items: center;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table thead th,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  display: block !important;
  width: auto !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .cart_item {
  position: relative;
  border-block-end: 1px solid rgba(229, 231, 235, .9);
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tbody,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .cart_item,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .cart_item > td {
  display: block !important;
  width: 100% !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td {
  padding: 16px 14px !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod {
  display: grid !important;
  grid-template-columns: 30px 76px minmax(0, 1fr);
  gap: 12px;
  align-items: center !important;
  width: 100%;
  direction: rtl;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .cart_item > td.wd-checkout-prod {
  display: grid !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-remove-btn-wrapp {
  display: grid !important;
  grid-column: 1;
  grid-row: 1;
  place-items: center;
  align-self: start;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-remove-btn,
body.ts-woodmart-child.woocommerce-cart .ts-cart-remove-inline {
  display: grid !important;
  width: 30px !important;
  height: 30px !important;
  place-items: center !important;
  border: 1px solid rgba(220, 38, 38, .14) !important;
  border-radius: 999px !important;
  background: rgba(254, 242, 242, .92) !important;
  color: var(--ts-danger) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-remove-btn::before,
body.ts-woodmart-child.woocommerce-cart .ts-cart-remove-inline::before {
  content: "×";
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-img {
  display: grid !important;
  grid-column: 2;
  grid-row: 1;
  place-items: center;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-img img {
  width: 72px !important;
  height: 72px !important;
  object-fit: cover;
  border: 1px solid rgba(229, 231, 235, .9);
  border-radius: 16px !important;
  background: #f8fafc;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-cont {
  display: grid !important;
  grid-column: 3;
  grid-row: 1;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 14px;
  align-items: center;
  min-width: 0;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-title {
  display: grid !important;
  gap: 8px;
  min-width: 0;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-total {
  align-self: center;
  color: var(--ts-green-deep) !important;
  font-weight: 850 !important;
  white-space: nowrap;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-product-label-link {
  color: var(--ts-text) !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  line-height: 1.55;
  text-decoration: none !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  display: grid !important;
  grid-template-columns: 74px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  font-size: .95rem !important;
  line-height: 1.75 !important;
}

.ts-order-product-media {
  display: grid;
  position: relative;
  place-items: center;
}

.ts-order-product-media img,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name img {
  width: 70px !important;
  height: 70px !important;
  object-fit: cover;
  border: 1px solid rgba(229, 231, 235, .9);
  border-radius: 16px !important;
  background: #f8fafc;
}

.ts-order-product-info,
.ts-cart-item-title {
  display: grid;
  gap: 6px;
  min-width: 0;
  font-size: 1.05rem !important;
}

.ts-order-product-info > a,
.ts-order-product-info .ts-cart-item-title,
.ts-cart-item-title a,
body.ts-woodmart-child .shop_table .product-name > a {
  color: var(--ts-text) !important;
  font-size: 1.05rem !important;
  font-weight: 850 !important;
  line-height: 1.55 !important;
  text-decoration: none !important;
}

body.ts-woodmart-child .shop_table dl.variation,
body.ts-woodmart-child .shop_table ul.variation,
body.ts-woodmart-child .woocommerce-checkout-review-order-table dl.variation,
body.ts-woodmart-child .woocommerce-checkout-review-order-table ul.variation {
  display: grid !important;
  gap: 7px !important;
  margin-block-start: 8px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(251, 191, 36, .28);
  border-radius: 16px;
  background: rgba(255, 251, 235, .56);
  list-style: none !important;
}

body.ts-woodmart-child .shop_table ul.variation li,
body.ts-woodmart-child .woocommerce-checkout-review-order-table ul.variation li {
  display: grid !important;
  gap: 3px;
  margin: 0 !important;
  padding: 0 !important;
}

body.ts-woodmart-child .shop_table dl.variation dt {
  color: var(--ts-green-dark) !important;
  font-weight: 850 !important;
}

body.ts-woodmart-child .shop_table dl.variation dd {
  color: #374151 !important;
  font-weight: 720 !important;
  line-height: 1.65;
}

body.ts-woodmart-child .shop_table ul.variation .item-variation-name {
  color: var(--ts-green-dark) !important;
  font-weight: 850 !important;
}

body.ts-woodmart-child .shop_table ul.variation .item-variation-value {
  color: #374151 !important;
  font-weight: 720 !important;
  line-height: 1.65;
}

body.ts-woodmart-child .shop_table ul.variation .item-variation-value p {
  margin: 0 !important;
}

body.ts-woodmart-child.woocommerce-cart .shop_table .cart_item {
  position: relative;
}

body.ts-woodmart-child.woocommerce-cart .shop_table .product-thumbnail {
  position: relative;
  min-width: 86px;
}

body.ts-woodmart-child.woocommerce-cart .shop_table .product-thumbnail img {
  width: 74px !important;
  height: 74px !important;
  border: 1px solid rgba(229, 231, 235, .9);
}

body.ts-woodmart-child.woocommerce-cart .ts-cart-remove-inline {
  position: absolute;
  inset-block-start: -8px;
  inset-inline-end: -8px;
  z-index: 3;
}

body.ts-woodmart-child.woocommerce-cart .ts-cart-remove-cell-empty {
  width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 0 !important;
}

body.ts-woodmart-child .woocommerce-message,
body.ts-woodmart-child .woocommerce-info,
body.ts-woodmart-child .woocommerce-error,
body.ts-woodmart-child .woocommerce-notices-wrapper > *,
.ts-form-notice,
.ts-toast {
  border-color: rgba(251, 191, 36, .42) !important;
  background: rgba(255, 251, 235, .54) !important;
  color: var(--ts-green-dark) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ts-contact-map-card {
  display: grid;
  grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
  gap: var(--ts-space-4);
  overflow: hidden;
  padding: var(--ts-space-4);
  border: 1px solid rgba(229, 231, 235, .9);
  border-radius: 28px;
  box-shadow: var(--ts-shadow);
}

.ts-contact-action-grid .ts-contact-map-card,
.ts-contact-action-grid .ts-contact-consult-card {
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  margin: 0 !important;
}

.ts-contact-action-grid .ts-contact-map-card {
  grid-template-columns: 1fr;
}

.ts-contact-action-grid .ts-contact-map-copy {
  min-height: 170px;
  align-content: center;
}

.ts-contact-map-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(14px, 2vw, 24px);
}

.ts-contact-map-copy h2 {
  margin: 0;
  color: var(--ts-green-dark);
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  font-weight: 850;
}

.ts-contact-map-copy p,
.ts-contact-map-copy strong {
  margin: 0;
  color: #4b5563;
  font-weight: 700;
  line-height: 1.9;
}

.ts-contact-map-card iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 22px;
  background: #f8fafc;
}

.ts-contact-action-grid .ts-contact-map-card iframe {
  min-height: clamp(260px, 28vw, 420px);
}

.ts-contact-consult-card {
  width: min(100%, 980px) !important;
  padding: clamp(20px, 3vw, 34px) !important;
}

.ts-consultation-form {
  gap: 16px !important;
}

.ts-consultation-form .ts-field {
  gap: 7px;
}

.ts-consultation-form .ts-field > span {
  color: var(--ts-green-dark);
  font-size: .96rem;
  font-weight: 850;
}

.ts-consultation-form input,
.ts-consultation-form textarea,
.ts-consultation-form select {
  min-height: 52px !important;
  border-color: rgba(229, 231, 235, .95) !important;
  border-radius: 18px !important;
  background: #fff !important;
}

body.ts-woodmart-child.single-product #reviews,
body.ts-woodmart-child.single-product .woocommerce-Reviews {
  gap: 22px !important;
  padding: clamp(20px, 3vw, 34px) !important;
  border-color: rgba(251, 191, 36, .24) !important;
  background:
    radial-gradient(circle at 0 0, rgba(251, 191, 36, .12), transparent 260px),
    rgba(255, 255, 255, .94) !important;
}

body.ts-woodmart-child.single-product #reviews .woocommerce-Reviews-title,
body.ts-woodmart-child.single-product #reviews .comment-reply-title {
  color: var(--ts-green-dark) !important;
  font-size: clamp(1.2rem, 2vw, 1.55rem) !important;
  font-weight: 850 !important;
}

body.ts-woodmart-child.single-product #reviews .comment_container,
body.ts-woodmart-child.single-product #reviews .review,
body.ts-woodmart-child.single-product #review_form_wrapper {
  border: 1px solid rgba(22, 163, 74, .14) !important;
  border-radius: 24px !important;
  background: rgba(236, 253, 245, .54) !important;
  box-shadow: 0 12px 30px rgba(6, 78, 59, .05);
}

body.ts-woodmart-child.single-product #review_form_wrapper {
  padding: clamp(16px, 2.4vw, 24px) !important;
  background: rgba(255, 255, 255, .86) !important;
}

body.ts-woodmart-child.single-product #reviews .children .comment_container,
body.ts-woodmart-child.single-product #reviews .bypostauthor .comment_container {
  border-color: rgba(251, 191, 36, .36) !important;
  background: rgba(255, 251, 235, .72) !important;
}

body.ts-woodmart-child.single-product #reviews .star-rating,
body.ts-woodmart-child.single-product #reviews .stars,
body.ts-woodmart-child.single-product #reviews .stars a,
body.ts-woodmart-child.single-product #reviews .star-rating::before,
body.ts-woodmart-child.single-product #reviews .star-rating span::before {
  color: var(--ts-accent) !important;
}

body.ts-woodmart-child.single-product #review_form :is(input, textarea, select) {
  border: 1px solid rgba(229, 231, 235, .95) !important;
  border-radius: 16px !important;
  background: #fff !important;
}

body.ts-woodmart-child.single-product #review_form :is([name*="pros"], [id*="pros"], [class*="pros"]) input:focus,
body.ts-woodmart-child.single-product #review_form :is([name*="pros"], [id*="pros"], [class*="pros"]) textarea:focus {
  border-color: rgba(22, 163, 74, .5) !important;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, .1) !important;
}

body.ts-woodmart-child.single-product #review_form :is([name*="cons"], [id*="cons"], [class*="cons"], [name*="weak"], [id*="weak"], [class*="weak"]) input:focus,
body.ts-woodmart-child.single-product #review_form :is([name*="cons"], [id*="cons"], [class*="cons"], [name*="weak"], [id*="weak"], [class*="weak"]) textarea:focus {
  border-color: rgba(220, 38, 38, .48) !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .1) !important;
}

body.ts-woodmart-child.single-product #review_form .form-submit #submit,
body.ts-woodmart-child.single-product #review_form button,
body.ts-woodmart-child.single-product #review_form input[type="submit"] {
  min-height: 48px !important;
  padding-inline: 28px !important;
  border-radius: 999px !important;
  background: var(--ts-primary) !important;
  color: #fff !important;
  font-weight: 850 !important;
}

body.ts-woodmart-child.single-product #review_form .form-submit #submit:hover,
body.ts-woodmart-child.single-product #review_form button:hover,
body.ts-woodmart-child.single-product #review_form input[type="submit"]:hover {
  background: var(--ts-accent) !important;
  color: #3a2b05 !important;
}

body.ts-woodmart-child.single-product #review_form :is(.comment-form-images, .wcpr-form-upload, .cr-upload-local-images, .wd-review-images, .review-images) {
  display: inline-grid;
  gap: 8px;
  padding: 12px 14px;
  border: 1px dashed rgba(251, 191, 36, .46);
  border-radius: 18px;
  background: rgba(255, 251, 235, .54);
  color: var(--ts-green-dark);
  font-weight: 800;
}

body.ts-woodmart-child.single-product #reviews :is(.wd-review-pros, .wd-review-cons, .review-pros-cons, .pros-cons) {
  display: grid;
  gap: 8px;
  margin-block-start: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 251, 235, .56);
}

body.ts-woodmart-child.single-product #reviews :is(.wd-review-pros, .review-pros, .pros) {
  border: 1px solid rgba(22, 163, 74, .18);
}

body.ts-woodmart-child.single-product #reviews :is(.wd-review-cons, .review-cons, .cons) {
  border: 1px solid rgba(220, 38, 38, .16);
}

@media (max-width: 1024px) {
  body.ts-woodmart-child.woocommerce-checkout form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr !important;
  }

  body.ts-woodmart-child.woocommerce-checkout #order_review.woocommerce-checkout-review-order {
    max-width: none !important;
  }

  .ts-contact-map-card {
    grid-template-columns: 1fr;
  }

  .ts-contact-action-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ts-terms-card {
    scroll-margin-top: 122px;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
    grid-template-columns: 60px minmax(0, 1fr) !important;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod {
    grid-template-columns: 28px 60px minmax(0, 1fr);
    gap: 10px;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-img img {
    width: 58px !important;
    height: 58px !important;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-cont {
    grid-template-columns: 1fr;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-total {
    justify-self: start;
  }

  .ts-order-product-media img,
  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name img,
  body.ts-woodmart-child.woocommerce-cart .shop_table .product-thumbnail img {
    width: 58px !important;
    height: 58px !important;
  }

  .ts-order-product-info > a,
  .ts-order-product-info .ts-cart-item-title,
  .ts-cart-item-title a,
  body.ts-woodmart-child .shop_table .product-name > a {
    font-size: .95rem !important;
  }
}

/* TehranSolar 1.1.24 refinements retained */
html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 148px;
}

#consultation,
#trust-symbols,
#reviews,
.ts-terms-card {
  scroll-margin-top: 152px !important;
}

.ts-nav-list,
.ts-nav-list ul,
.ts-nav-list li,
.ts-nav-list .sub-menu,
.ts-nav-list .sub-menu li,
.ts-footer-menu,
.ts-footer-menu li,
.ts-footer-menu .sub-menu,
.ts-footer-menu .sub-menu li {
  list-style: none !important;
}

.ts-nav-list li::marker,
.ts-nav-list .sub-menu li::marker,
.ts-footer-menu li::marker {
  content: "" !important;
  font-size: 0 !important;
}

.ts-nav-list > .menu-item-has-children > .sub-menu {
  padding: 16px !important;
  text-align: right !important;
}

.ts-nav-list > .menu-item-has-children > .sub-menu a {
  justify-content: flex-start !important;
  text-align: right !important;
}

.ts-theme .ts-pill,
.ts-selector-dark .ts-pill,
.ts-kit-hero .ts-pill,
.ts-green-panel .ts-pill {
  width: fit-content !important;
  max-width: 100% !important;
  justify-self: start;
  padding-inline: 18px !important;
}

.ts-footer-grid {
  align-items: start !important;
}

.ts-footer-column {
  min-width: 0;
}

.ts-footer-trust-card {
  cursor: pointer;
}

.ts-blog-sidebar-products {
  display: grid;
  gap: 10px;
  margin-block-start: 18px;
  padding-block-start: 18px;
  border-block-start: 1px solid rgba(229, 231, 235, .9);
}

.ts-blog-sidebar-products > strong {
  color: var(--ts-green-dark);
  font-weight: 900;
}

.ts-blog-sidebar-products a {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(229, 231, 235, .92);
  border-radius: 18px;
  background: #fff;
  color: var(--ts-green-dark);
  text-decoration: none !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ts-blog-sidebar-products a:hover {
  transform: translateY(-2px);
  border-color: rgba(251, 191, 36, .5);
  box-shadow: 0 14px 30px rgba(6, 78, 59, .08);
}

.ts-blog-sidebar-products img,
.ts-blog-sidebar-products .ts-mini-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  object-fit: contain;
}

.ts-blog-sidebar-products b,
.ts-blog-sidebar-products small {
  display: block;
}

.ts-blog-sidebar-products b {
  color: var(--ts-text);
  font-weight: 850;
  line-height: 1.6;
}

.ts-blog-sidebar-products small {
  color: var(--ts-muted);
  font-size: .78rem;
  font-weight: 750;
}

body.ts-woodmart-child.ts-brand-archive .wd-content-area.site-content {
  width: min(var(--ts-max), calc(100% - 32px)) !important;
  max-width: var(--ts-max) !important;
  margin-inline: auto !important;
}

body.ts-woodmart-child.ts-brand-archive .ts-shop-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 220px);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  width: 100% !important;
  min-height: 250px;
  padding: clamp(28px, 4vw, 52px) !important;
  text-align: right !important;
}

.ts-shop-intro-content {
  display: grid;
  justify-items: start;
  gap: 10px;
  min-width: 0;
}

.ts-brand-intro-media {
  display: grid;
  place-items: center;
  width: clamp(120px, 14vw, 220px);
  aspect-ratio: 1;
  justify-self: end;
  border: 1px solid rgba(251, 191, 36, .28);
  border-radius: 32px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 42px rgba(6, 78, 59, .08);
}

.ts-brand-intro-media img {
  width: 78%;
  height: 78%;
  object-fit: contain;
}

body.ts-woodmart-child .woocommerce-message,
body.ts-woodmart-child .woocommerce-info,
body.ts-woodmart-child .woocommerce-error,
body.ts-woodmart-child .woocommerce-notices-wrapper > * {
  width: min(var(--ts-max), calc(100% - 32px));
  margin-inline: auto !important;
  border: 1px solid rgba(251, 191, 36, .48) !important;
  border-radius: 20px !important;
  background: rgba(255, 251, 235, .64) !important;
  color: var(--ts-green-dark) !important;
  text-align: right !important;
}

body.ts-woodmart-child .ts-cart-remove-notice a {
  color: #8a5a00 !important;
  font-weight: 900 !important;
  text-decoration: underline;
  text-underline-offset: 5px;
}

body.ts-woodmart-child.woocommerce-checkout #order_review.woocommerce-checkout-review-order {
  max-width: 620px !important;
  padding: clamp(16px, 2vw, 22px) !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table {
  overflow: hidden !important;
  border: 1px solid rgba(229, 231, 235, .95) !important;
  border-radius: 26px !important;
  background: #fff !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table thead tr {
  overflow: hidden;
  border-radius: 26px 26px 0 0;
  background: #f8fafc !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table thead th,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  background: transparent !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr {
  background: #f8fafc !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod {
  grid-template-columns: 30px 82px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-img,
.ts-order-product-media {
  width: 82px !important;
  height: 82px !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-img img,
.ts-order-product-media img,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name img {
  width: 78px !important;
  height: 78px !important;
  object-fit: contain !important;
  padding: 6px;
  border-color: rgba(229, 231, 235, .95) !important;
  background: #f8fafc !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-cont {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table dl.variation,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table ul.variation,
body.ts-woodmart-child.woocommerce-cart .shop_table dl.variation,
body.ts-woodmart-child.woocommerce-cart .shop_table ul.variation {
  max-width: 100%;
  background: rgba(255, 251, 235, .74) !important;
}

body.ts-woodmart-child :is(.quantity, .quantity input[type="button"], .quantity button, .quantity .minus, .quantity .plus) {
  min-height: 0 !important;
}

body.ts-woodmart-child :is(.woocommerce-cart-form, .woocommerce-checkout-review-order-table, .single_add_to_cart_button) ~ .quantity,
body.ts-woodmart-child .quantity {
  height: 40px !important;
}

body.ts-woodmart-child .quantity {
  display: inline-grid !important;
  grid-template-columns: 38px 48px 38px !important;
  align-items: stretch !important;
  overflow: hidden !important;
  border: 1px solid rgba(229, 231, 235, .95) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(6, 78, 59, .04);
}

body.ts-woodmart-child .quantity input.qty {
  width: 48px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  border: 0 !important;
  border-inline: 1px solid rgba(229, 231, 235, .95) !important;
  background: #fff !important;
  color: var(--ts-text) !important;
  text-align: center !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  line-height: 38px !important;
}

body.ts-woodmart-child .quantity :is(.minus, .plus, input[type="button"], button) {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  place-items: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f8fafc !important;
  color: var(--ts-green-dark) !important;
  font-size: 1.05rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.ts-woodmart-child .quantity :is(.minus, .plus, input[type="button"], button):hover {
  background: rgba(251, 191, 36, .22) !important;
  color: #7c4a03 !important;
}

body.ts-woodmart-child.single-product form.cart {
  align-items: center !important;
}

body.ts-woodmart-child.single-product form.cart .quantity {
  height: 52px !important;
  grid-template-columns: 46px 58px 46px !important;
}

body.ts-woodmart-child.single-product form.cart .quantity input.qty {
  width: 58px !important;
  height: 50px !important;
  min-height: 50px !important;
  line-height: 50px !important;
}

body.ts-woodmart-child.single-product form.cart .quantity :is(.minus, .plus, input[type="button"], button) {
  width: 46px !important;
  height: 50px !important;
  min-height: 50px !important;
}

body.ts-woodmart-child.single-product form.cart .single_add_to_cart_button {
  min-height: 52px !important;
}

body.ts-woodmart-child.single-product #reviews,
body.ts-woodmart-child.single-product .woocommerce-Reviews {
  background: rgba(255, 255, 255, .96) !important;
}

body.ts-woodmart-child.single-product #reviews .comment_container,
body.ts-woodmart-child.single-product #reviews .review {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.single-product #reviews ol.commentlist,
body.ts-woodmart-child.single-product #reviews .commentlist {
  display: grid !important;
  gap: 16px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.ts-woodmart-child.single-product #reviews ol.commentlist > li,
body.ts-woodmart-child.single-product #reviews .commentlist > li {
  overflow: hidden;
  padding: clamp(16px, 2vw, 22px) !important;
  border: 1px solid rgba(22, 163, 74, .16) !important;
  border-radius: 26px !important;
  background: rgba(236, 253, 245, .62) !important;
  box-shadow: 0 14px 34px rgba(6, 78, 59, .05);
}

body.ts-woodmart-child.single-product #reviews ol.commentlist > li:nth-child(odd),
body.ts-woodmart-child.single-product #reviews .commentlist > li:nth-child(odd) {
  border-color: rgba(251, 191, 36, .34) !important;
  background: rgba(255, 251, 235, .58) !important;
}

body.ts-woodmart-child.single-product #reviews .children > li {
  margin-block-start: 12px !important;
  padding: 14px !important;
  border: 1px solid rgba(251, 191, 36, .34) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .62) !important;
}

body.ts-woodmart-child.single-product #reviews :is(.wd-rating-bar, .wd-rating-bar div, .rating-bar, .rating-bar div, .progress, .progress div, .review-rating-bar, .review-rating-bar span, .bar, .bar span) {
  border-radius: 999px !important;
  overflow: hidden !important;
}

.ts-review-pros-cons-wrap {
  display: grid;
  gap: 10px;
}

.ts-review-pros,
.ts-review-cons {
  display: block;
  padding: 12px 14px;
  border-radius: 18px;
  line-height: 1.9;
  font-weight: 750;
}

.ts-review-pros {
  border: 1px solid rgba(22, 163, 74, .18);
  background: rgba(236, 253, 245, .72);
  color: var(--ts-green-dark);
}

.ts-review-cons {
  border: 1px solid rgba(220, 38, 38, .16);
  background: rgba(254, 242, 242, .74);
  color: #7f1d1d;
}

body.ts-woodmart-child.single-product #reviews .wd-review-arguments {
  display: grid !important;
  gap: 10px;
  margin-block-start: 14px;
}

body.ts-woodmart-child.single-product #reviews .wd-review-arguments :is(.wd-pros, .wd-cons) {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 12px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 18px;
  line-height: 1.9;
}

body.ts-woodmart-child.single-product #reviews .wd-review-arguments .wd-pros {
  border: 1px solid rgba(22, 163, 74, .18);
  background: rgba(236, 253, 245, .76);
  color: var(--ts-green-dark);
}

body.ts-woodmart-child.single-product #reviews .wd-review-arguments .wd-cons {
  border: 1px solid rgba(220, 38, 38, .16);
  background: rgba(254, 242, 242, .74);
  color: #7f1d1d;
}

body.ts-woodmart-child.single-product #reviews .wd-review-arguments .wd-argument-label {
  color: inherit !important;
  font-weight: 900 !important;
  white-space: nowrap;
}

body.ts-woodmart-child.single-product #reviews .wd-review-arguments p {
  margin: 0 !important;
  color: inherit !important;
  font-weight: 760;
}

.ts-comments {
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(229, 231, 235, .9);
  border-radius: 28px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 42px rgba(6, 78, 59, .05);
}

.ts-comment-list .comment-body {
  background: rgba(236, 253, 245, .58) !important;
}

.ts-comment-list .bypostauthor > .comment-body,
.ts-comment-list .children .comment-body {
  background: rgba(255, 251, 235, .7) !important;
}

.ts-comment-form {
  border-color: rgba(251, 191, 36, .28) !important;
  background: linear-gradient(135deg, rgba(255, 251, 235, .58), rgba(255, 255, 255, .94)) !important;
}

@media (max-width: 860px) {
  body.ts-woodmart-child.ts-brand-archive .ts-shop-intro {
    grid-template-columns: 1fr;
  }

  .ts-brand-intro-media {
    justify-self: start;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod {
    grid-template-columns: 30px 70px minmax(0, 1fr) !important;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-img,
  .ts-order-product-media {
    width: 70px !important;
    height: 70px !important;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-img img,
  .ts-order-product-media img,
  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name img {
    width: 66px !important;
    height: 66px !important;
  }
}

/* TehranSolar v1.1.25 footer settings, article sidebar and checkout order polish */
.ts-footer-menu {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ts-footer-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ts-footer-menu li::marker,
.ts-footer-menu li::before {
  content: none !important;
}

.ts-page-hero,
.ts-shop-intro,
.ts-brand-archive .ts-shop-intro,
.ts-article-hero,
.ts-blog-hero,
.ts-contact-hero {
  background:
    radial-gradient(circle at 13% 18%, rgba(251, 191, 36, .2), rgba(251, 191, 36, 0) 250px),
    radial-gradient(circle at 88% 12%, rgba(22, 163, 74, .1), rgba(22, 163, 74, 0) 260px),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(240, 253, 244, .72)) !important;
}

body.ts-woodmart-child.woocommerce-checkout #order_review > #order_review_heading,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-billing-fields > h3,
body.ts-woodmart-child.woocommerce-checkout .ts-order-review-title,
body.ts-woodmart-child.woocommerce-checkout .ts-billing-title {
  display: inline-flex !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ts-green-dark) !important;
  font-size: clamp(1.28rem, 2.1vw, 1.9rem) !important;
  font-weight: 850 !important;
  line-height: 1.45 !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-privacy-policy-text {
  display: none !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-block: 14px 18px !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(251, 191, 36, .38);
  border-radius: 18px;
  background: rgba(255, 251, 235, .54);
  color: var(--ts-text);
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.9;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text a {
  color: #9a6500;
  font-weight: 900;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  align-items: center !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod {
  grid-template-columns: 30px 82px minmax(0, 1fr) !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-cont {
  gap: 10px 14px !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-total,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
  justify-self: end !important;
  white-space: nowrap;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table :is(.wd-checkout-prod, .product-name) .quantity {
  width: 126px !important;
  max-width: 126px !important;
  height: 38px !important;
  grid-template-columns: 36px 52px 36px !important;
  justify-self: center !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table :is(.wd-checkout-prod, .product-name) .quantity input.qty {
  width: 52px !important;
  height: 36px !important;
  min-height: 36px !important;
  line-height: 36px !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table :is(.wd-checkout-prod, .product-name) .quantity :is(.minus, .plus, input[type="button"], button) {
  width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  line-height: 1 !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-addons-full {
  grid-column: 1 / -1;
  width: 100%;
  margin-block-start: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(251, 191, 36, .34);
  border-radius: 18px;
  background: rgba(255, 251, 235, .58);
}

body.ts-woodmart-child .woocommerce-checkout-review-order-table .ts-order-addons-full dl.variation,
body.ts-woodmart-child .woocommerce-checkout-review-order-table .ts-order-addons-full ul.variation {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ts-woodmart-child .wd-progress-bar .progress-bar {
  background-color: var(--wd-primary-color);
  border-radius: 10px;
}

body.ts-woodmart-child .wd-progress-bar .progress-area {
  width: 100%;
  background-color: rgba(var(--bgcolor-black-rgb), 0.06);
  transition: background-color .25s ease;
  border-radius: 10px;
}

body.ts-woodmart-child.single-product #reviews ol.commentlist > li,
body.ts-woodmart-child.single-product #reviews .commentlist > li {
  display: block !important;
  padding: clamp(16px, 1.8vw, 22px) !important;
}

body.ts-woodmart-child.single-product #reviews ol.commentlist > li > .comment_container,
body.ts-woodmart-child.single-product #reviews .commentlist > li > .comment_container,
body.ts-woodmart-child.single-product #reviews ol.commentlist > li.bypostauthor > .comment_container,
body.ts-woodmart-child.single-product #reviews .commentlist > li.bypostauthor > .comment_container,
body.ts-woodmart-child.single-product #reviews .children > li > .comment_container {
  display: block !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.single-product #reviews .comment-text {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 18px;
  align-items: start;
  width: 100%;
}

body.ts-woodmart-child.single-product #reviews .comment-text > .meta {
  grid-column: 1 / 2;
  margin: 0 !important;
  color: var(--ts-green-dark);
  font-size: .98rem;
  font-weight: 850;
}

body.ts-woodmart-child.single-product #reviews .comment-text > .star-rating {
  grid-column: 2 / 3;
  justify-self: end;
  margin: 0 !important;
}

body.ts-woodmart-child.single-product #reviews .comment-text > .description {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 !important;
}

body.ts-woodmart-child.single-product #reviews .description > :last-child,
body.ts-woodmart-child.single-product #reviews .comment-text > :last-child {
  margin-bottom: 0 !important;
}

body.ts-woodmart-child.single-product #reviews .wd-review-likes {
  grid-column: 1 / -1;
  display: inline-flex !important;
  gap: 12px;
  align-items: center;
  justify-self: start;
  width: auto !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  color: var(--ts-green-dark);
}

body.ts-woodmart-child.single-product #reviews .wd-review-likes .wd-action-btn a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: inherit !important;
  font-weight: 800;
}

body.ts-woodmart-child .ts-product-card,
body.ts-woodmart-child .ts-product-card .ts-product-body,
body.ts-woodmart-child .ts-product-card .ts-product-footer,
body.ts-woodmart-child .ts-product-card .ts-product-title,
body.ts-woodmart-child .ts-product-card .ts-spec-list,
body.ts-woodmart-child .ts-product-card .ts-price-row,
body.ts-woodmart-child .ts-product-card .ts-price,
body.ts-woodmart-child .ts-product-card .price,
body.ts-woodmart-child .ts-product-card .ts-availability,
body.ts-woodmart-child .ts-wc-product .product-wrapper,
body.ts-woodmart-child .ts-wc-product .product-element-bottom,
body.ts-woodmart-child .ts-wc-product .wd-entities-title {
  direction: rtl;
  text-align: right !important;
}

body.ts-woodmart-child .ts-product-card .ts-spec-list {
  justify-content: flex-start;
}

body.ts-woodmart-child .ts-product-card .ts-button,
body.ts-woodmart-child .ts-product-card .ts-icon-button,
body.ts-woodmart-child .ts-product-card .ts-product-badge {
  text-align: center !important;
}

body.ts-woodmart-child .ts-price-current,
body.ts-woodmart-child .ts-product-card .ts-price-current,
body.ts-woodmart-child .ts-product-card .price ins,
body.ts-woodmart-child .ts-product-card .price ins .amount,
body.ts-woodmart-child.single-product .summary p.price ins,
body.ts-woodmart-child.single-product .entry-summary p.price ins,
body.ts-woodmart-child.single-product .summary p.price ins .amount,
body.ts-woodmart-child.single-product .entry-summary p.price ins .amount {
  color: var(--ts-green-deep) !important;
}

body.ts-woodmart-child .ts-price-current .amount,
body.ts-woodmart-child .ts-product-card .ts-price-current .amount {
  color: var(--ts-green-deep) !important;
}

body.ts-woodmart-child .ts-price-regular,
body.ts-woodmart-child .ts-product-card .ts-price-regular,
body.ts-woodmart-child .ts-product-card .price del,
body.ts-woodmart-child.single-product .summary p.price del,
body.ts-woodmart-child.single-product .entry-summary p.price del {
  color: rgba(17, 24, 39, .62) !important;
}

body.ts-woodmart-child .ts-price-regular .amount,
body.ts-woodmart-child .ts-product-card .ts-price-regular .amount,
body.ts-woodmart-child .ts-product-card .price del .amount,
body.ts-woodmart-child.single-product .summary p.price del .amount,
body.ts-woodmart-child.single-product .entry-summary p.price del .amount {
  color: #b45309 !important;
}

body.ts-woodmart-child .woocommerce-Price-currencySymbol,
body.ts-woodmart-child .ts-price-current .woocommerce-Price-currencySymbol,
body.ts-woodmart-child .ts-price-regular .woocommerce-Price-currencySymbol,
body.ts-woodmart-child .ts-product-card .woocommerce-Price-currencySymbol,
body.ts-woodmart-child.single-product .summary p.price .woocommerce-Price-currencySymbol,
body.ts-woodmart-child.single-product .entry-summary p.price .woocommerce-Price-currencySymbol {
  color: #111827 !important;
}

body.ts-woodmart-child .ts-specs-box,
body.ts-woodmart-child .ts-compare-box,
body.ts-woodmart-child .ts-product-faq-box {
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(251, 191, 36, .28);
  border-radius: var(--ts-radius-lg);
  background:
    radial-gradient(circle at 0 0, rgba(251, 191, 36, .12), transparent 260px),
    #fff;
  box-shadow: var(--ts-shadow);
}

body.ts-woodmart-child .ts-specs-box h2,
body.ts-woodmart-child .ts-compare-box h2,
body.ts-woodmart-child .ts-product-faq-box h2 {
  margin: 0 0 18px;
  color: var(--ts-green-dark);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 880;
  line-height: 1.45;
}

body.ts-woodmart-child .ts-specs-box .ts-spec-table,
body.ts-woodmart-child .ts-specs-box .shop_attributes {
  margin: 0;
}

body.ts-woodmart-child .ts-compare-box .ts-compare-table-wrap {
  box-shadow: none;
}

body.ts-woodmart-child .ts-compare-column-head {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

body.ts-woodmart-child .ts-compare-column-image {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, .9);
  border-radius: 18px;
  background: #fff;
}

body.ts-woodmart-child .ts-compare-column-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

body.ts-woodmart-child .ts-product-faq-box .ts-faq-list {
  gap: 14px;
}

body.ts-woodmart-child .ts-product-faq-box .ts-faq-item {
  border-color: rgba(229, 231, 235, .9);
}

body.ts-woodmart-child .ts-product-faq-box .ts-faq-question {
  text-align: right;
}

body.ts-woodmart-child.single-product #reviews .children {
  margin: 14px 0 0 !important;
  padding: 0 !important;
}

@media (max-width: 640px) {
  body.ts-woodmart-child.single-product #reviews .comment-text {
    grid-template-columns: 1fr;
  }

  body.ts-woodmart-child.single-product #reviews .comment-text > .star-rating {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 720px) {
  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod {
    grid-template-columns: 28px 68px minmax(0, 1fr) !important;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-cont {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-total {
    justify-self: start !important;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table :is(.wd-checkout-prod, .product-name) .quantity {
    justify-self: start !important;
  }
}

/* TehranSolar v1.1.32 cart/checkout and product tab corrections */
body.ts-woodmart-child.single-product :is(.ts-install-guide-box, .ts-specs-box, .ts-compare-box, .ts-product-faq-box) :is(h2, h3, h4) {
  color: #111827 !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  gap: clamp(18px, 2vw, 28px) !important;
  align-items: stretch !important;
  direction: rtl;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form {
  grid-column: 1;
  width: 100% !important;
  min-width: 0 !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals {
  grid-column: 2;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: clamp(18px, 2vw, 24px) !important;
  border: 1px solid rgba(229, 231, 235, .95) !important;
  border-radius: var(--ts-radius-lg) !important;
  background: #fff !important;
  box-shadow: var(--ts-shadow) !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .cart-totals-inner {
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals > h2,
body.ts-woodmart-child.woocommerce-cart .cart_totals > h2,
body.ts-woodmart-child.woocommerce-cart .cart_totals .cart-totals-inner > h2 {
  margin: 0 0 16px !important;
  color: #111827 !important;
  font-size: clamp(1.12rem, 1.35vw, 1.32rem) !important;
  font-weight: 850 !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th, td) {
  padding-inline: 10px !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-remove, td.product-remove),
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table .ts-cart-remove-cell-empty {
  width: 0 !important;
  max-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-thumbnail, td.product-thumbnail) {
  width: 88px !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-quantity, td.product-quantity) {
  width: 128px !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-price, td.product-price, th.product-subtotal, td.product-subtotal) {
  width: 128px !important;
  white-space: nowrap;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table {
  width: 100% !important;
  overflow: hidden !important;
  table-layout: fixed !important;
  border: 1px solid rgba(229, 231, 235, .95) !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 22px !important;
  background: #fff !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table th {
  width: 38% !important;
  min-width: 118px;
  white-space: nowrap;
  background: #f8fafc !important;
  color: var(--ts-green-dark) !important;
  font-size: .98rem !important;
  font-weight: 850 !important;
  line-height: 1.65 !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table td {
  width: 62% !important;
  color: var(--ts-text) !important;
  font-size: .96rem !important;
  line-height: 1.75 !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table .order-total :is(th, td) {
  font-size: 1.08rem !important;
}

body.ts-woodmart-child.woocommerce-checkout #order_review > #order_review_heading,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-billing-fields > h3,
body.ts-woodmart-child.woocommerce-checkout .ts-order-review-title,
body.ts-woodmart-child.woocommerce-checkout .ts-billing-title {
  margin: 0 0 14px auto !important;
  color: #111827 !important;
  font-size: clamp(1.14rem, 1.55vw, 1.42rem) !important;
  font-weight: 850 !important;
  line-height: 1.45 !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
  width: 100% !important;
  max-width: 100% !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
  display: flex !important;
  align-items: center;
  gap: 12px;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
  flex: 1 1 auto;
  width: 100% !important;
  max-width: none !important;
  justify-content: center;
  box-sizing: border-box;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod {
  grid-template-columns: 28px 78px minmax(0, 1fr) 118px !important;
  align-items: start !important;
  gap: 12px !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-img {
  width: 78px !important;
  height: 78px !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-img img {
  width: 74px !important;
  height: 74px !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-cont {
  grid-column: 3 / 5;
  width: 100%;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-addons-full {
  grid-column: 2 / 4;
  width: 100%;
  margin-block-start: 10px;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-qty-side {
  grid-column: 4;
  grid-row: 2;
  align-self: start;
  justify-self: start;
  padding-block-start: 8px;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-qty-side .quantity {
  margin: 0 !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-title > .quantity {
  margin-block-start: 0 !important;
}

@media (max-width: 980px) {
  body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper {
    grid-template-columns: 1fr;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form,
  body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals {
    grid-column: 1;
  }
}

@media (max-width: 720px) {
  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod {
    grid-template-columns: 26px 68px minmax(0, 1fr) !important;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-cont {
    grid-column: 3;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-addons-full,
  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-qty-side {
    grid-column: 1 / -1;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-qty-side {
    grid-row: auto;
    justify-self: start;
    padding-block-start: 0;
  }
}

/* TehranSolar v1.1.34 final product/cart/checkout polish */
body.ts-woodmart-child .ts-price-regular .amount,
body.ts-woodmart-child .ts-product-card .ts-price-regular .amount,
body.ts-woodmart-child .ts-product-card .price del .amount,
body.ts-woodmart-child.single-product .summary p.price del .amount,
body.ts-woodmart-child.single-product .entry-summary p.price del .amount {
  color: var(--ts-danger) !important;
}

body.ts-woodmart-child .woocommerce-Price-currencySymbol,
body.ts-woodmart-child .ts-price-current .woocommerce-Price-currencySymbol,
body.ts-woodmart-child .ts-price-regular .woocommerce-Price-currencySymbol,
body.ts-woodmart-child .ts-product-card .woocommerce-Price-currencySymbol,
body.ts-woodmart-child.single-product .summary p.price .woocommerce-Price-currencySymbol,
body.ts-woodmart-child.single-product .entry-summary p.price .woocommerce-Price-currencySymbol {
  color: #111827 !important;
  font-weight: 820 !important;
}

body.ts-woodmart-child .wd-product-brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  margin: 10px 0 16px;
  direction: rtl;
}

body.ts-woodmart-child .wd-product-brands a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 0 !important;
  height: auto !important;
  padding: 8px 14px;
  border: 1px solid rgba(251, 191, 36, .42);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(251, 191, 36, .24), rgba(22, 163, 74, .08));
  color: var(--ts-green-dark) !important;
  font-size: .92rem;
  font-weight: 850;
  line-height: 1.4;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(6, 78, 59, .06);
}

body.ts-woodmart-child .wd-product-brands a::before {
  content: "برند";
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #8a5a00;
  font-size: .72rem;
  font-weight: 850;
}

body.ts-woodmart-child .wd-product-brands a:hover {
  border-color: rgba(251, 191, 36, .7);
  background: linear-gradient(135deg, rgba(251, 191, 36, .34), rgba(22, 163, 74, .12));
  transform: translateY(-1px);
}

body.ts-woodmart-child.single-product :is(.woocommerce-tabs, .woocommerce-Tabs-panel, .wc-tab, .wd-tab-content, #reviews) {
  border-bottom: 0 !important;
}

body.ts-woodmart-child.single-product :is(.woocommerce-Tabs-panel, .wc-tab, .wd-tab-content, #reviews) {
  overflow: hidden;
  padding: clamp(18px, 3vw, 34px) !important;
  border: 1px solid rgba(229, 231, 235, .95) !important;
  border-radius: var(--ts-radius-lg) !important;
  background:
    radial-gradient(circle at 0 0, rgba(251, 191, 36, .16), transparent 290px),
    radial-gradient(circle at 100% 0, rgba(22, 163, 74, .08), transparent 320px),
    #fff !important;
  box-shadow: var(--ts-shadow) !important;
}

body.ts-woodmart-child.single-product :is(.woocommerce-Tabs-panel, .wc-tab, .wd-tab-content, #reviews)::before,
body.ts-woodmart-child.single-product :is(.woocommerce-Tabs-panel, .wc-tab, .wd-tab-content, #reviews)::after,
body.ts-woodmart-child.single-product :is(.woocommerce-tabs, .wd-accordion-item, .wd-tab-wrapper, .tabs-layout-tabs)::before,
body.ts-woodmart-child.single-product :is(.woocommerce-tabs, .wd-accordion-item, .wd-tab-wrapper, .tabs-layout-tabs)::after {
  display: none !important;
}

body.ts-woodmart-child.single-product :is(.ts-install-guide-box, .ts-specs-box, .ts-compare-box, .ts-product-faq-box, .woocommerce-Reviews) {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ts-woodmart-child.single-product :is(.ts-install-guide-box, .ts-specs-box, .ts-compare-box, .ts-product-faq-box) > h2,
body.ts-woodmart-child.single-product #reviews :is(.woocommerce-Reviews-title, #reply-title) {
  color: #111827 !important;
  font-weight: 850 !important;
}

body.ts-woodmart-child.single-product .ts-compare-column-link {
  color: inherit !important;
  text-decoration: none !important;
  transition: transform .2s ease, color .2s ease;
}

body.ts-woodmart-child.single-product .ts-compare-column-link:hover {
  color: var(--ts-green-deep) !important;
  transform: translateY(-2px);
}

body.ts-woodmart-child.single-product .ts-product-faq-box .ts-faq-answer.is-open {
  max-height: none !important;
  overflow: visible !important;
}

body.ts-woodmart-child.single-product .ts-product-faq-box .ts-faq-answer-inner {
  padding-block-end: 18px;
  line-height: 1.95;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 320px) !important;
  gap: 22px !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals {
  padding: clamp(16px, 1.8vw, 22px) !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals > h2,
body.ts-woodmart-child.woocommerce-cart .cart_totals > h2,
body.ts-woodmart-child.woocommerce-cart .cart_totals .cart-totals-inner > h2 {
  color: var(--ts-green-dark) !important;
  font-size: clamp(1.05rem, 1.15vw, 1.22rem) !important;
  font-weight: 860 !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-thumbnail, td.product-thumbnail) {
  width: 74px !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-quantity, td.product-quantity) {
  width: 112px !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-price, td.product-price, th.product-subtotal, td.product-subtotal) {
  width: 110px !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table th.product-name,
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
  width: auto !important;
  min-width: 230px;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table th,
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td {
  vertical-align: middle !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table thead th,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table thead th,
body.ts-woodmart-child.woocommerce-checkout #order_review > #order_review_heading,
body.ts-woodmart-child.woocommerce-checkout .ts-order-review-title,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-billing-fields > h3,
body.ts-woodmart-child.woocommerce-checkout .ts-billing-title {
  color: var(--ts-green-dark) !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name a,
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name .ts-cart-item-title {
  font-size: .98rem !important;
  font-weight: 850 !important;
  line-height: 1.65 !important;
  word-break: normal !important;
  overflow-wrap: anywhere;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table th {
  width: 42% !important;
  min-width: 124px;
  white-space: normal !important;
  overflow: visible !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table th,
body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table td {
  padding: 14px 16px !important;
  vertical-align: middle !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
  justify-content: flex-start !important;
  align-items: center !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
  display: inline-flex !important;
  flex: 0 1 auto !important;
  width: auto !important;
  justify-content: flex-start !important;
  align-items: center;
  text-align: right !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text::before {
  content: "*";
  margin-inline-end: 8px;
  color: var(--ts-danger);
  font-size: 1.05em;
  font-weight: 900;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text .required,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .required {
  display: none !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod {
  align-items: center !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-addons-full {
  align-self: center !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-qty-side {
  align-self: center !important;
  justify-self: start !important;
  padding-block-start: 0 !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-qty-side .quantity,
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table .quantity {
  min-height: 42px !important;
  height: 42px !important;
  align-items: stretch !important;
}

body.ts-woodmart-child .quantity .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-qty-side .quantity :is(input, button, .plus, .minus),
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table .quantity :is(input, button, .plus, .minus) {
  min-height: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table thead th.product-name,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table thead th.product-total {
  white-space: nowrap !important;
  overflow: visible !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table {
  table-layout: fixed !important;
  width: 100% !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table :is(th.product-name, td.product-name) {
  width: 64% !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table :is(th.product-total, td.product-total) {
  width: 36% !important;
  min-width: 132px !important;
  text-align: center !important;
}

@media (max-width: 980px) {
  body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table th.product-name,
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
    min-width: 0;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-qty-side {
    justify-self: stretch !important;
  }
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table,
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table thead,
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody {
  display: block !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table thead tr,
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item {
  display: grid !important;
  grid-template-columns: 0 78px minmax(260px, 1fr) 112px 126px 126px !important;
  align-items: stretch !important;
  width: 100% !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table thead :is(th, td),
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item > td {
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  align-items: center !important;
  justify-content: center !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-remove, td.product-remove) {
  grid-column: 1 !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-thumbnail, td.product-thumbnail) {
  grid-column: 2 !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-name, td.product-name) {
  grid-column: 3 !important;
  justify-content: flex-start !important;
  text-align: right !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-price, td.product-price) {
  grid-column: 4 !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-quantity, td.product-quantity) {
  grid-column: 5 !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-subtotal, td.product-subtotal) {
  grid-column: 6 !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr:not(.cart_item) {
  display: block !important;
  width: 100% !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.actions {
  display: flex !important;
  width: 100% !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

@media (max-width: 860px) {
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
    display: none !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item {
    grid-template-columns: 76px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 16px !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item > td {
    grid-column: auto !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-price,
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal,
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity {
    grid-column: 1 / -1 !important;
    justify-content: space-between !important;
  }
}

/* TehranSolar v1.1.35 cart table rollback and product header polish */
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table {
  display: table !important;
  width: 100% !important;
  table-layout: fixed !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
  display: table-header-group !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody {
  display: table-row-group !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table thead tr,
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item {
  display: table-row !important;
  width: auto !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table thead th,
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item > td {
  display: table-cell !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  vertical-align: middle !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-remove, td.product-remove) {
  display: none !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item > td.product-remove,
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item > td.ts-cart-remove-cell-empty {
  display: none !important;
  width: 0 !important;
  max-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-thumbnail, td.product-thumbnail) {
  width: 92px !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table th.product-thumbnail {
  color: transparent !important;
  font-size: 0 !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-name, td.product-name) {
  width: 38% !important;
  text-align: right !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-price, td.product-price) {
  width: 14% !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-quantity, td.product-quantity) {
  width: 16% !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-subtotal, td.product-subtotal) {
  width: 16% !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-price, td.product-price, th.product-quantity, td.product-quantity, th.product-subtotal, td.product-subtotal) {
  text-align: center !important;
  white-space: nowrap !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
  gap: 0 !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name .ts-cart-item-title {
  display: block !important;
  max-width: 100% !important;
  margin-bottom: 10px !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name :is(dl.variation, ul.variation) {
  display: block !important;
  max-width: 100% !important;
  margin: 10px 0 0 !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name :is(dl.variation *, ul.variation *) {
  white-space: normal !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr:not(.cart_item) {
  display: table-row !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.actions {
  display: table-cell !important;
  width: auto !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table {
  table-layout: auto !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table th {
  width: 40% !important;
  min-width: 0 !important;
  white-space: normal !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table td {
  width: auto !important;
  overflow: visible !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table .amount,
body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table bdi {
  white-space: nowrap !important;
}

body.ts-woodmart-child.single-product .summary,
body.ts-woodmart-child.single-product .entry-summary,
body.ts-woodmart-child.single-product .summary-inner {
  display: flex !important;
  flex-direction: column !important;
}

body.ts-woodmart-child.single-product .wd-product-brands {
  order: -20 !important;
  width: fit-content !important;
  margin: 0 0 10px auto !important;
  justify-content: flex-start !important;
}

body.ts-woodmart-child.single-product .product_title,
body.ts-woodmart-child.single-product .entry-title {
  order: -19 !important;
}

body.ts-woodmart-child.single-product .ts-product-faq-box .ts-faq-answer-inner {
  padding-block: 0 10px !important;
  line-height: 1.8 !important;
}

body.ts-woodmart-child.single-product .ts-product-faq-box .ts-faq-answer {
  padding-block-end: 10px !important;
}

body.ts-woodmart-child.single-product .ts-product-faq-box .ts-faq-question {
  padding-block: 16px !important;
}

@media (max-width: 860px) {
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
    display: none !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table,
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody,
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item,
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item > td {
    display: block !important;
    width: 100% !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item {
    padding: 16px !important;
  }
}

/* TehranSolar v1.1.37 cart summary placement, reversed package sliders, editable logo */
body.ts-woodmart-child .ts-brand-mark:has(.ts-brand-logo) {
  overflow: hidden;
  background: #fff;
}

body.ts-woodmart-child .ts-brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper {
  grid-template-columns: 1fr !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form,
body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals {
  grid-column: 1 !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  min-height: 0 !important;
  margin-block-start: 24px !important;
  margin-inline-start: auto !important;
  margin-inline-end: 0 !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-name, td.product-name) {
  width: 42% !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-price, td.product-price) {
  width: 15% !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-quantity, td.product-quantity) {
  width: 15% !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-subtotal, td.product-subtotal) {
  width: 16% !important;
}

.ts-range-line input[type="range"] {
  direction: rtl !important;
}

.ts-range-line::after {
  left: var(--ts-range-percent, 50%);
}

@media (max-width: 760px) {
  body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }
}

/* TehranSolar v1.1.38 cart product media and centered totals */
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-thumbnail, td.product-thumbnail) {
  width: 136px !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {
  position: relative !important;
  overflow: visible !important;
  padding-inline-start: 42px !important;
  padding-inline-end: 12px !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail > a:not(.ts-cart-remove-inline):not(.remove) {
  display: inline-flex !important;
  width: 82px !important;
  height: 82px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(229, 231, 235, .95) !important;
  border-radius: 18px !important;
  background: #f8fafc !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail img {
  display: block !important;
  width: 76px !important;
  inline-size: 76px !important;
  max-width: 76px !important;
  height: 76px !important;
  block-size: 76px !important;
  max-height: 76px !important;
  object-fit: contain !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: transparent !important;
  filter: drop-shadow(0 8px 14px rgba(15, 23, 42, .12)) !important;
  transform: none !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail .ts-cart-remove-inline,
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail > a.remove {
  inset-inline-start: 6px !important;
  inset-inline-end: auto !important;
  inset-block-start: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 5 !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-name, td.product-name) {
  width: 39% !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-subtotal, td.product-subtotal) {
  padding-inline-start: 18px !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin-inline: auto !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .cart-totals-inner {
  width: 100% !important;
}

body.ts-woodmart-child.woocommerce-cart .cart_totals .checkout-button {
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 860px) {
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {
    width: 100% !important;
    padding-inline: 0 !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail > a:not(.ts-cart-remove-inline):not(.remove) {
    width: 88px !important;
    height: 88px !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail img {
    width: 80px !important;
    max-width: 80px !important;
    height: 80px !important;
    max-height: 80px !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail .ts-cart-remove-inline,
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail > a.remove {
    inset-inline-start: 6px !important;
    inset-block-start: 6px !important;
    transform: none !important;
  }
}

/* TehranSolar v1.1.39 cart/checkout alignment and warm palette polish */
body.ts-woodmart-child .woocommerce-message,
body.ts-woodmart-child .woocommerce-info,
body.ts-woodmart-child .woocommerce-error,
body.ts-woodmart-child .woocommerce-notices-wrapper > *,
.ts-form-notice,
.ts-toast,
.ts-checkout-coupon-box,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text,
body.ts-woodmart-child .shop_table dl.variation,
body.ts-woodmart-child .shop_table ul.variation,
body.ts-woodmart-child .woocommerce-checkout-review-order-table dl.variation,
body.ts-woodmart-child .woocommerce-checkout-review-order-table ul.variation {
  border-color: color-mix(in srgb, var(--ts-accent) 42%, #fff) !important;
  background: color-mix(in srgb, var(--ts-cream) 34%, #fff) !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table {
  width: 100% !important;
  table-layout: fixed !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table th {
  width: 34% !important;
  text-align: right !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table td {
  width: 66% !important;
  text-align: left !important;
  direction: rtl !important;
}

body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper > .cart_totals .shop_table td :is(.amount, bdi) {
  display: inline-flex !important;
  justify-content: flex-start !important;
  white-space: nowrap !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail .ts-cart-remove-inline,
body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail > a.remove {
  inset-block-start: 50% !important;
  transform: translateY(-50%) !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod {
  grid-template-columns: 34px 88px minmax(0, 1fr) 132px !important;
  align-items: center !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-img {
  justify-self: center !important;
  align-self: center !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-img img,
body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name img {
  object-fit: contain !important;
  background: #fff !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-addons-full {
  grid-column: 1 / 4 !important;
  justify-self: stretch !important;
  align-self: center !important;
  width: 100% !important;
  margin-block-start: 10px !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-qty-side {
  grid-column: 4 !important;
  align-self: center !important;
  justify-self: center !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
  display: flex !important;
  width: 100% !important;
  gap: 6px !important;
  align-items: center !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
  justify-content: flex-start !important;
  padding-inline: 18px !important;
}

body.ts-woodmart-child.woocommerce-checkout #place_order {
  display: inline-flex !important;
  margin-inline: auto !important;
}

body.ts-woodmart-child.woocommerce-checkout .place-order {
  display: grid !important;
  justify-items: center !important;
}

@media (max-width: 720px) {
  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod {
    grid-template-columns: 30px 76px minmax(0, 1fr) !important;
  }

  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-addons-full,
  body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .ts-order-qty-side {
    grid-column: 1 / -1 !important;
  }
}

/* TehranSolar v1.1.41 final cart, product header and FAQ polish */
.ts-blog-card img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table {
  overflow: hidden !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-name, td.product-name) {
  width: 42% !important;
}

body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(th.product-subtotal, td.product-subtotal) {
  width: 16% !important;
  padding-inline-start: 10px !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-remove-btn-wrapp {
  align-self: center !important;
  justify-self: center !important;
  margin: 0 !important;
  transform: none !important;
}

body.ts-woodmart-child.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-remove-btn {
  margin: 0 !important;
}

body.ts-woodmart-child.single-product .entry-summary,
body.ts-woodmart-child.single-product .summary-inner {
  display: flex !important;
  flex-direction: column !important;
}

body.ts-woodmart-child.single-product .wd-product-brands {
  order: -50 !important;
}

body.ts-woodmart-child.single-product .woocommerce-product-rating {
  order: -49 !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 0 10px auto !important;
}

body.ts-woodmart-child.single-product .product_title,
body.ts-woodmart-child.single-product .entry-title {
  order: -48 !important;
  margin-block: 0 12px !important;
}

body.ts-woodmart-child.single-product .single-breadcrumbs-wrapper {
  order: -47 !important;
  min-height: 0 !important;
  margin-block: 6px 12px !important;
  padding-block: 0 !important;
}

body.ts-woodmart-child.single-product .single-breadcrumbs-wrapper :is(.woocommerce-breadcrumb, .wd-breadcrumbs),
body.ts-woodmart-child.single-product .woocommerce-breadcrumb,
body.ts-woodmart-child.single-product .wd-breadcrumbs {
  min-height: 0 !important;
  margin-block: 0 !important;
  padding-block: 4px !important;
  line-height: 1.55 !important;
}

body.ts-woodmart-child.single-product .summary .price,
body.ts-woodmart-child.single-product .entry-summary .price {
  order: -46 !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin-block: 6px 18px !important;
  padding: 12px 16px !important;
  border: 1px solid color-mix(in srgb, var(--ts-accent) 38%, #fff) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, .55) !important;
  box-shadow: 0 18px 46px rgba(44, 84, 64, .09) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.ts-woodmart-child.single-product .ts-product-faq-box .ts-faq-answer {
  margin: 0 !important;
  padding: 0 22px 14px !important;
}

body.ts-woodmart-child.single-product .ts-product-faq-box .ts-faq-answer p {
  margin: 8px 0 0 !important;
  line-height: 1.85 !important;
}

/* TehranSolar v1.1.42 WooCommerce notice alignment */
body.ts-woodmart-child .woocommerce-notices-wrapper,
body.ts-woodmart-child .woocommerce-NoticeGroup,
body.ts-woodmart-child .woocommerce-NoticeGroup-checkout {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto 20px !important;
  clear: both !important;
}

body.ts-woodmart-child .woocommerce-notices-wrapper:empty,
body.ts-woodmart-child .woocommerce-NoticeGroup:empty,
body.ts-woodmart-child .woocommerce-NoticeGroup-checkout:empty {
  display: none !important;
  margin: 0 !important;
}

body.ts-woodmart-child :is(.woocommerce-message, .woocommerce-info, .woocommerce-error),
body.ts-woodmart-child .woocommerce-notices-wrapper > *,
body.ts-woodmart-child .woocommerce-NoticeGroup > *,
body.ts-woodmart-child .woocommerce-NoticeGroup-checkout > * {
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 62px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  box-sizing: border-box !important;
  margin: 14px auto !important;
  padding: 16px 22px !important;
  overflow: visible !important;
  direction: rtl !important;
  border: 1px solid color-mix(in srgb, var(--ts-accent) 42%, #fff) !important;
  border-radius: 22px !important;
  background: color-mix(in srgb, var(--ts-cream) 38%, #fff) !important;
  color: var(--ts-green-dark) !important;
  box-shadow: 0 18px 44px rgba(44, 84, 64, .08) !important;
  text-align: center !important;
  line-height: 1.85 !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.ts-woodmart-child :is(.woocommerce-message, .woocommerce-info, .woocommerce-error)::before,
body.ts-woodmart-child .woocommerce-notices-wrapper > *::before,
body.ts-woodmart-child .woocommerce-NoticeGroup > *::before,
body.ts-woodmart-child .woocommerce-NoticeGroup-checkout > *::before {
  position: static !important;
  inset: auto !important;
  display: inline-grid !important;
  flex: 0 0 28px !important;
  width: 28px !important;
  height: 28px !important;
  place-items: center !important;
  margin: 0 !important;
  transform: none !important;
  border: 1px solid color-mix(in srgb, var(--ts-primary) 36%, transparent) !important;
  border-radius: 999px !important;
  color: var(--ts-primary) !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

body.ts-woodmart-child :is(.woocommerce-message, .woocommerce-info, .woocommerce-error)::after,
body.ts-woodmart-child .woocommerce-notices-wrapper > *::after,
body.ts-woodmart-child .woocommerce-NoticeGroup > *::after,
body.ts-woodmart-child .woocommerce-NoticeGroup-checkout > *::after {
  content: none !important;
}

body.ts-woodmart-child .woocommerce-message a,
body.ts-woodmart-child .woocommerce-info a,
body.ts-woodmart-child .woocommerce-error a {
  position: relative !important;
  z-index: 1 !important;
  color: #8a5a00 !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
  text-underline-offset: 5px !important;
}

/* TehranSolar v1.1.43 dedicated home slider and package calculator controls */
.ts-hero,
.ts-hero-slide,
.ts-hero .ts-container {
  min-height: var(--ts-hero-min-desktop, 560px) !important;
}

.ts-hero {
  background: var(--ts-green-dark) !important;
}

.ts-hero-slide::before {
  background-image: var(--ts-hero-image) !important;
  background-position: center !important;
  background-size: cover !important;
}

.ts-hero-slide::after {
  background:
    radial-gradient(circle at 76% 28%, var(--ts-hero-overlay-accent), transparent 250px),
    linear-gradient(90deg, var(--ts-hero-overlay-start), var(--ts-hero-overlay-end) 58%, rgba(255, 255, 255, .08)) !important;
}

.ts-hero .ts-container {
  display: flex !important;
  align-items: center !important;
  padding-block: clamp(56px, 7vw, 96px) !important;
}

.ts-hero-content-right .ts-container,
.ts-hero-slide.ts-hero-content-right .ts-container {
  justify-content: flex-start !important;
}

.ts-hero-content-center .ts-container,
.ts-hero-slide.ts-hero-content-center .ts-container {
  justify-content: center !important;
}

.ts-hero-content-left .ts-container,
.ts-hero-slide.ts-hero-content-left .ts-container {
  justify-content: flex-end !important;
}

.ts-hero-copy {
  width: min(var(--ts-hero-copy-max, 720px), 100%) !important;
  padding: var(--ts-hero-copy-padding, 28px) !important;
  border-color: var(--ts-hero-copy-border, rgba(212, 175, 55, .55)) !important;
  border-radius: var(--ts-hero-copy-radius, 28px) !important;
  background: var(--ts-hero-copy-bg, rgba(255, 255, 255, .22)) !important;
  box-shadow: 0 24px 70px rgba(44, 84, 64, .16) !important;
  backdrop-filter: blur(18px) saturate(1.15) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.15) !important;
}

.ts-hero-copy::before {
  content: none !important;
}

.ts-hero-no-glass .ts-hero-copy {
  padding: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.ts-hero-align-right .ts-hero-copy,
.ts-hero-slide.ts-hero-align-right .ts-hero-copy {
  text-align: right !important;
}

.ts-hero-align-center .ts-hero-copy,
.ts-hero-slide.ts-hero-align-center .ts-hero-copy {
  text-align: center !important;
}

.ts-hero-align-center .ts-hero-copy :is(.ts-hero-kicker, .ts-hero-actions, .ts-hero-metrics) {
  justify-content: center !important;
}

.ts-hero-align-left .ts-hero-copy,
.ts-hero-slide.ts-hero-align-left .ts-hero-copy {
  text-align: left !important;
}

.ts-hero-align-left .ts-hero-copy :is(.ts-hero-kicker, .ts-hero-actions, .ts-hero-metrics) {
  justify-content: flex-end !important;
}

.ts-hero-copy h1,
.ts-hero h1 {
  max-width: none !important;
  color: var(--ts-hero-title-color, #fff) !important;
  font-size: var(--ts-hero-title-size, 52px) !important;
  font-weight: var(--ts-hero-title-weight, 800) !important;
}

.ts-hero-copy p,
.ts-hero p {
  max-width: 60ch !important;
  color: var(--ts-hero-text-color, #fff) !important;
}

.ts-hero-copy .ts-hero-kicker,
.ts-hero-kicker {
  color: var(--ts-hero-kicker-color, #f9f3df) !important;
}

.ts-hero-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  background: rgba(255, 255, 255, .2);
  color: #fff;
  box-shadow: 0 18px 40px rgba(44, 84, 64, .18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateY(-50%);
  transition: background .24s ease, border-color .24s ease, transform .24s ease;
}

.ts-hero-arrow:hover {
  border-color: rgba(212, 175, 55, .72);
  background: rgba(212, 175, 55, .3);
  transform: translateY(-50%) scale(1.04);
}

.ts-hero-arrow-prev {
  inset-inline-start: clamp(14px, 2vw, 34px);
}

.ts-hero-arrow-next {
  inset-inline-end: clamp(14px, 2vw, 34px);
}

.ts-hero-arrow-next svg {
  transform: rotate(180deg);
}

.ts-selector {
  border-radius: var(--ts-calc-radius, 28px) !important;
}

.ts-selector-dark {
  background: var(--ts-calc-bg, var(--ts-green-dark)) !important;
}

.ts-selector > .ts-selector-panel:not(.ts-selector-dark) {
  background: var(--ts-calc-card-bg, #fff) !important;
}

.ts-range-line input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, var(--ts-calc-track-start, var(--ts-accent)), var(--ts-calc-track-end, var(--ts-green-dark))) !important;
}

.ts-range-line input[type="range"]::-moz-range-track {
  background: linear-gradient(90deg, var(--ts-calc-track-start, var(--ts-accent)), var(--ts-calc-track-end, var(--ts-green-dark))) !important;
}

.ts-range-line input[type="range"]::-webkit-slider-thumb {
  background: var(--ts-calc-thumb, var(--ts-green-deep)) !important;
}

.ts-range-line input[type="range"]::-moz-range-thumb {
  background: var(--ts-calc-thumb, var(--ts-green-deep)) !important;
}

.ts-selector[data-ts-reverse-ranges="1"] .ts-range-line input[type="range"] {
  direction: rtl !important;
}

.ts-selector[data-ts-reverse-ranges="0"] .ts-range-line input[type="range"] {
  direction: ltr !important;
}

.ts-range-line::before {
  background: color-mix(in srgb, var(--ts-calc-track-end, var(--ts-green-dark)) 16%, #fff) !important;
}

.ts-range-line::after {
  background: linear-gradient(90deg, var(--ts-calc-track-start, var(--ts-accent)), var(--ts-calc-track-end, var(--ts-green-dark))) !important;
}

@media (max-width: 980px) {
  .ts-hero,
  .ts-hero-slide,
  .ts-hero .ts-container {
    min-height: var(--ts-hero-min-tablet, 520px) !important;
  }

  .ts-hero-slide::before {
    background-image: var(--ts-hero-image-tablet, var(--ts-hero-image)) !important;
  }
}

@media (max-width: 680px) {
  .ts-hero,
  .ts-hero-slide,
  .ts-hero .ts-container {
    min-height: var(--ts-hero-min-mobile, 470px) !important;
  }

  .ts-hero-slide::before {
    background-image: var(--ts-hero-image-mobile, var(--ts-hero-image-tablet, var(--ts-hero-image))) !important;
  }

  .ts-hero .ts-container {
    justify-content: center !important;
    padding-block: 44px 72px !important;
  }

  .ts-hero-copy {
    --ts-hero-copy-padding: min(20px, 5vw);
    width: min(100%, 92vw) !important;
  }

  .ts-hero-copy h1,
  .ts-hero h1 {
    font-size: var(--ts-hero-title-size-mobile, 32px) !important;
  }

  .ts-hero-arrow {
    top: auto;
    bottom: 16px;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .ts-hero-arrow:hover {
    transform: scale(1.04);
  }
}

/* TehranSolar v1.1.44 slider box controls and editable mobile menu */
.ts-hero-copy {
  width: min(var(--ts-hero-copy-max, 720px), 100%) !important;
  min-width: min(var(--ts-hero-copy-min, 320px), 100%) !important;
  min-height: var(--ts-hero-copy-min-height, 0px) !important;
}

.ts-hero-no-glass .ts-hero-copy {
  min-width: min(var(--ts-hero-copy-min, 320px), 100%) !important;
  min-height: var(--ts-hero-copy-min-height, 0px) !important;
}

.ts-hero-copy:empty {
  display: none !important;
}

.ts-menu-item-inner {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: inherit;
  gap: 8px;
  white-space: nowrap;
}

.ts-menu-label {
  min-width: 0;
}

.ts-menu-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 10px;
  background: rgba(232, 226, 213, .66);
  color: var(--ts-primary);
}

.ts-menu-icon .ts-icon {
  width: 16px;
  height: 16px;
}

.ts-menu-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ts-menu-icon-image {
  overflow: hidden;
  background: transparent;
}

.ts-menu-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(212, 175, 55, .22);
  color: #7a5207;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
}

.ts-nav-list > .menu-item-has-children > .sub-menu a::before {
  content: none !important;
}

.ts-nav-list > .menu-item-has-children > .sub-menu a .ts-menu-item-inner {
  justify-content: flex-start;
}

@media (max-width: 960px) {
  body.ts-menu-open {
    overflow: hidden;
  }

  body.ts-menu-open::before {
    content: "";
    position: fixed;
    z-index: 1180;
    inset: 0;
    background: rgba(17, 24, 39, .2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    pointer-events: none;
  }

  body.ts-menu-open .ts-site-header {
    z-index: 1300 !important;
  }

  .ts-menu-toggle {
    display: inline-flex !important;
  }

  .ts-site-nav {
    position: fixed !important;
    inset-block-start: var(--ts-mobile-nav-top, 116px) !important;
    inset-inline-start: auto !important;
    inset-inline-end: 12px !important;
    z-index: 1210 !important;
    display: block !important;
    width: min(390px, calc(100vw - 24px)) !important;
    max-width: none !important;
    max-height: calc(100dvh - var(--ts-mobile-nav-top, 116px) - 14px) !important;
    padding: 14px !important;
    overflow: auto !important;
    border: 1px solid rgba(212, 175, 55, .28) !important;
    border-radius: 24px !important;
    background:
      radial-gradient(circle at 18% 0, rgba(212, 175, 55, .18), transparent 170px),
      linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 250, 247, .97)) !important;
    box-shadow: 0 28px 80px rgba(44, 84, 64, .24) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(112%) scale(.98) !important;
    transition: opacity .24s ease, transform .24s ease, visibility .24s ease !important;
    visibility: hidden !important;
  }

  .ts-site-nav.is-open {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(0) scale(1) !important;
    visibility: visible !important;
  }

  .ts-nav-list {
    display: grid !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .ts-nav-list > li {
    display: grid !important;
    width: 100%;
    border: 1px solid rgba(229, 231, 235, .95) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, .9) !important;
    box-shadow: 0 12px 30px rgba(44, 84, 64, .06);
  }

  .ts-nav-list > li > a {
    display: flex !important;
    min-height: 54px !important;
    justify-content: flex-start !important;
    padding: 12px 14px !important;
    border-radius: 18px !important;
    color: var(--ts-primary) !important;
    text-align: right !important;
    white-space: normal !important;
  }

  .ts-nav-list > li > a .ts-menu-item-inner {
    width: 100%;
    justify-content: flex-start;
  }

  .ts-nav-list > .menu-item-has-children > a {
    padding-inline-start: 58px !important;
  }

  .ts-submenu-toggle {
    inset-block-start: 10px !important;
    inset-inline-start: 10px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 14px !important;
    background: rgba(232, 226, 213, .6) !important;
    color: var(--ts-primary) !important;
  }

  .ts-nav-list .sub-menu,
  .ts-mega-panel {
    display: none !important;
    position: static !important;
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 10px 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    visibility: visible !important;
  }

  .is-mobile-submenu-open > .ts-mega-panel,
  .is-mobile-submenu-open > .sub-menu {
    display: grid !important;
  }

  .ts-nav-list .sub-menu li {
    width: 100%;
    margin: 0 !important;
  }

  .ts-nav-list .sub-menu a,
  .ts-mega-panel .ts-mega-item {
    display: flex !important;
    min-height: 48px !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(212, 175, 55, .22) !important;
    border-radius: 16px !important;
    background: rgba(255, 251, 235, .54) !important;
    color: var(--ts-primary) !important;
    text-align: right !important;
  }

  .ts-nav-list .sub-menu a:hover,
  .ts-mega-panel .ts-mega-item:hover,
  .ts-nav-list > li > a:hover {
    background: rgba(212, 175, 55, .18) !important;
    color: #6f4b08 !important;
  }

  .ts-nav-list .sub-menu a .ts-menu-icon,
  .ts-mega-panel .ts-mini-icon {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px !important;
    border-radius: 14px !important;
    background: rgba(44, 84, 64, .08) !important;
  }
}

@media (max-width: 680px) {
  .ts-hero-copy {
    width: min(100%, var(--ts-hero-copy-mobile-width, 92vw)) !important;
    min-width: 0 !important;
  }
}

/* TehranSolar v1.1.46 SEO-safe hero heading and final polish */
.ts-hero-copy .ts-hero-title,
.ts-hero-copy h2.ts-hero-title {
  max-width: none !important;
  margin: 0 !important;
  color: var(--ts-hero-title-color, #fff) !important;
  font-size: var(--ts-hero-title-size, 52px) !important;
  font-weight: var(--ts-hero-title-weight, 800) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 680px) {
  .ts-hero-copy .ts-hero-title,
  .ts-hero-copy h2.ts-hero-title {
    font-size: var(--ts-hero-title-size-mobile, 32px) !important;
  }
}

/* TehranSolar v1.1.48 responsive QA polish */
body.ts-woodmart-child.woocommerce-account .wd-registration-page {
  max-width: none !important;
}

.ts-selector-dark .ts-stat-grid,
.ts-selector-panel .ts-stat-grid {
  align-items: stretch !important;
}

.ts-selector-dark .ts-stat,
.ts-selector-panel .ts-stat {
  display: grid !important;
  min-height: 118px !important;
  align-content: center !important;
  justify-items: center !important;
  text-align: center !important;
}

.ts-selector-dark .ts-stat strong,
.ts-selector-panel .ts-stat strong,
.ts-selector-dark .ts-stat span,
.ts-selector-panel .ts-stat span {
  text-align: center !important;
}

.ts-range-line::before,
.ts-range-line input[type="range"]::-webkit-slider-runnable-track,
.ts-range-line input[type="range"]::-moz-range-track {
  background: linear-gradient(90deg, var(--ts-accent, #D4AF37), var(--ts-primary, #2C5440)) !important;
}

.ts-range-line::after {
  bottom: 16px !important;
  background: linear-gradient(135deg, var(--ts-primary, #2C5440), var(--ts-accent, #D4AF37)) !important;
}

.ts-product-card {
  align-content: start !important;
}

.ts-product-media {
  aspect-ratio: 1.36 !important;
}

.ts-product-media img {
  object-fit: contain !important;
  padding: 10px !important;
}

.ts-product-body {
  gap: 10px !important;
  padding: 14px !important;
}

.ts-product-title {
  min-height: 0 !important;
  font-size: .96rem !important;
  line-height: 1.55 !important;
}

.ts-spec-list {
  gap: 6px !important;
}

.ts-spec-list li {
  padding: 4px 8px !important;
  font-size: .73rem !important;
}

.ts-nav-list > .menu-item-has-children > .sub-menu {
  inset-inline-start: 0 !important;
  inset-inline-end: auto !important;
  transform-origin: top left !important;
}

.ts-nav-list > .menu-item-has-children > .sub-menu,
.ts-nav-list > .menu-item-has-children > .sub-menu li,
.ts-nav-list > .menu-item-has-children > .sub-menu a {
  list-style: none !important;
}

.ts-nav-list > .menu-item-has-children > .sub-menu li::before,
.ts-nav-list > .menu-item-has-children > .sub-menu li::marker {
  content: none !important;
  display: none !important;
}

.ts-hero-copy .ts-hero-kicker,
.ts-hero-kicker,
.ts-hero-copy .ts-pill,
.ts-selector-dark .ts-pill {
  border-color: rgba(212, 175, 55, .55) !important;
  background: rgba(255, 255, 255, .92) !important;
  color: var(--ts-primary, #2C5440) !important;
  text-shadow: none !important;
}

.ts-hero-copy .ts-button-secondary,
.ts-hero-copy .ts-button-outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .72) !important;
  background: rgba(44, 84, 64, .56) !important;
}

.ts-contact-action-grid {
  align-items: start !important;
}

.ts-contact-action-grid .ts-contact-map-card,
.ts-contact-action-grid .ts-contact-consult-card {
  height: auto !important;
  min-height: 0 !important;
}

.ts-contact-action-grid .ts-contact-map-copy {
  min-height: 0 !important;
  padding-block: clamp(18px, 3vw, 34px) !important;
}

.ts-contact-action-grid .ts-contact-map-card iframe {
  min-height: clamp(220px, 22vw, 320px) !important;
}

@media (min-width: 961px) {
  .ts-site-header .ts-header-container {
    gap: clamp(16px, 2.2vw, 34px) !important;
  }

  .ts-nav-list > li > a {
    min-height: 48px !important;
    padding-inline: 13px !important;
    font-size: clamp(.82rem, .9vw, .96rem) !important;
    font-weight: 800 !important;
  }

  .ts-brand-text strong {
    font-size: clamp(1rem, 1.25vw, 1.32rem) !important;
  }
}

@media (max-width: 960px) {
  body.ts-menu-open::before {
    background: rgba(15, 23, 42, .28) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }

  .ts-site-nav {
    inset-block-start: var(--ts-mobile-nav-top, 118px) !important;
    inset-inline: 12px !important;
    width: auto !important;
    max-height: calc(100dvh - var(--ts-mobile-nav-top, 118px) - 18px) !important;
    padding: 12px !important;
    border-radius: 22px !important;
    background:
      radial-gradient(circle at 85% 0, rgba(212, 175, 55, .2), transparent 190px),
      linear-gradient(180deg, rgba(255, 255, 255, .99), rgba(248, 250, 247, .98)) !important;
    transform: translateY(-8px) scale(.98) !important;
  }

  .ts-site-nav.is-open {
    transform: translateY(0) scale(1) !important;
  }

  .ts-nav-list {
    gap: 8px !important;
  }

  .ts-nav-list > li {
    border-radius: 16px !important;
  }

  .ts-nav-list > li > a {
    min-height: 50px !important;
    padding: 10px 12px !important;
    font-size: .92rem !important;
    line-height: 1.55 !important;
  }

  .ts-nav-list > .menu-item-has-children > a {
    padding-inline-start: 54px !important;
  }
}

@media (max-width: 680px) {
  .ts-site-header .ts-header-topbar {
    font-size: .72rem !important;
  }

  .ts-site-header .ts-header-topbar-inner {
    display: flex !important;
    min-width: 0 !important;
    gap: 8px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  .ts-header-topbar-inner > span {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .ts-header-container {
    gap: 8px !important;
  }

  .ts-brand {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  .ts-brand-text strong {
    font-size: clamp(1rem, 5.2vw, 1.32rem) !important;
    white-space: nowrap !important;
  }

  .ts-brand-text small {
    display: none !important;
  }

  .ts-header-actions {
    flex: 0 0 auto !important;
    gap: 6px !important;
  }

  .ts-icon-button {
    width: 44px !important;
    height: 44px !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 760px) {
  body.ts-woodmart-child.woocommerce-cart .cart-content-wrapper {
    gap: 18px !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table {
    display: block !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
    display: none !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody,
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item {
    display: grid !important;
    width: 100% !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody {
    gap: 16px !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item {
    position: relative !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 18px !important;
    border: 1px solid rgba(229, 231, 235, .95) !important;
    border-radius: 26px !important;
    background: #fff !important;
    box-shadow: 0 16px 42px rgba(44, 84, 64, .08) !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item > td {
    display: flex !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail > a:not(.ts-cart-remove-inline):not(.remove) {
    width: 84px !important;
    height: 84px !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail img {
    width: 76px !important;
    max-width: 76px !important;
    height: 76px !important;
    max-height: 76px !important;
    object-fit: contain !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail .ts-cart-remove-inline,
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail > a.remove {
    inset-block-start: 50% !important;
    inset-inline-end: -12px !important;
    inset-inline-start: auto !important;
    transform: translateY(-50%) !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: grid !important;
    align-content: start !important;
    gap: 10px !important;
    text-align: right !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name .ts-cart-item-title {
    margin: 0 !important;
    font-size: .98rem !important;
    line-height: 1.65 !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name :is(dl.variation, ul.variation) {
    grid-column: 1 / -1 !important;
    margin: 0 !important;
    padding: 12px !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(td.product-price, td.product-quantity, td.product-subtotal) {
    grid-column: 1 / -1 !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-block-start: 10px !important;
    border-top: 1px solid rgba(229, 231, 235, .82) !important;
    text-align: right !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-price::before {
    content: "قیمت";
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity::before {
    content: "تعداد";
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal::before {
    content: "جمع جزء";
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(td.product-price, td.product-quantity, td.product-subtotal)::before {
    color: var(--ts-primary) !important;
    font-weight: 900 !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.actions {
    display: grid !important;
    gap: 12px !important;
  }
}

/* TehranSolar v1.1.49 final local QA patch */
body.ts-woodmart-child.woocommerce-account .wd-registration-page {
  width: 100% !important;
  max-width: none !important;
}

.ts-selector-dark .ts-stat,
.ts-selector-panel .ts-stat {
  min-height: 104px !important;
  place-content: center !important;
  place-items: center !important;
  padding: 18px !important;
}

.ts-selector-dark .ts-stat strong,
.ts-selector-panel .ts-stat strong {
  margin: 0 0 4px !important;
  line-height: 1.25 !important;
}

.ts-selector-dark .ts-stat span,
.ts-selector-panel .ts-stat span {
  margin: 0 !important;
  line-height: 1.45 !important;
}

.ts-range-line {
  isolation: isolate !important;
}

.ts-range-line::before {
  height: 8px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--ts-accent, #D4AF37) 0%, var(--ts-primary, #2C5440) 100%) !important;
  opacity: 1 !important;
}

.ts-range-line input[type="range"] {
  background: transparent !important;
}

.ts-range-line input[type="range"]::-webkit-slider-runnable-track {
  height: 8px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--ts-accent, #D4AF37) 0%, var(--ts-primary, #2C5440) 100%) !important;
}

.ts-range-line input[type="range"]::-moz-range-track {
  height: 8px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--ts-accent, #D4AF37) 0%, var(--ts-primary, #2C5440) 100%) !important;
}

.ts-product-card {
  min-height: 0 !important;
}

.ts-product-media {
  aspect-ratio: 1.45 !important;
  min-height: 0 !important;
}

.ts-product-card .ts-product-footer {
  margin-block-start: 4px !important;
}

.ts-product-card .ts-button {
  min-height: 46px !important;
}

@media (min-width: 961px) {
  .ts-nav-list > .menu-item-has-children > .sub-menu {
    right: auto !important;
    left: 0 !important;
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
    transform-origin: top left !important;
  }

  .ts-nav-list > li > a {
    font-weight: 760 !important;
  }
}

.ts-hero-copy .ts-hero-title,
.ts-hero-copy .ts-hero-text,
.ts-hero-copy p {
  text-shadow: 0 2px 16px rgba(0, 0, 0, .26) !important;
}

.ts-hero-copy .ts-hero-kicker,
.ts-hero-kicker,
.ts-hero-copy .ts-pill {
  background: rgba(255, 248, 221, .96) !important;
  color: #1f3f30 !important;
  border-color: rgba(212, 175, 55, .72) !important;
}

.ts-selector-dark :is(h2, h3, p),
.ts-selector-dark .ts-section-head :is(h2, p),
.ts-selector-dark .ts-eyebrow {
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .28) !important;
}

.ts-selector-dark .ts-pill {
  color: #1f3f30 !important;
  text-shadow: none !important;
}

.ts-contact-action-grid {
  gap: clamp(14px, 1.8vw, 24px) !important;
}

.ts-contact-action-grid .ts-contact-map-card,
.ts-contact-action-grid .ts-contact-consult-card {
  align-self: start !important;
}

.ts-contact-action-grid .ts-contact-consult-card {
  padding-block: clamp(22px, 2.8vw, 38px) !important;
}

.ts-contact-action-grid .ts-contact-consult-form {
  margin-block-start: 14px !important;
}

@media (max-width: 1280px) and (min-width: 961px) {
  .ts-site-header .ts-header-container {
    min-height: 76px !important;
  }

  .ts-nav-list > li > a {
    padding-inline: 10px !important;
    font-size: .82rem !important;
    font-weight: 740 !important;
  }

  .ts-brand-text strong {
    font-size: 1.04rem !important;
  }

  .ts-brand-text small {
    font-size: .7rem !important;
  }
}

@media (max-width: 760px) {
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item {
    grid-template-columns: 108px minmax(0, 1fr) !important;
    align-items: start !important;
    padding: 16px !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail {
    position: relative !important;
    width: 108px !important;
    min-width: 108px !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail > a:not(.ts-cart-remove-inline):not(.remove) {
    width: 96px !important;
    height: 96px !important;
    border-radius: 22px !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail img {
    width: 86px !important;
    max-width: 86px !important;
    height: 86px !important;
    max-height: 86px !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail .ts-cart-remove-inline,
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail > a.remove {
    top: 50% !important;
    right: 2px !important;
    left: auto !important;
    width: 38px !important;
    height: 38px !important;
    transform: translateY(-50%) !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
    align-content: center !important;
    min-height: 96px !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name .ts-cart-item-title,
  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name a {
    font-size: .98rem !important;
    line-height: 1.65 !important;
    text-align: right !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name :is(dl.variation, ul.variation) {
    margin-block-start: 2px !important;
    text-align: right !important;
  }

  body.ts-woodmart-child.woocommerce-cart .woocommerce-cart-form table.shop_table :is(td.product-price, td.product-quantity, td.product-subtotal) {
    gap: 12px !important;
    min-height: 48px !important;
    font-size: 1rem !important;
  }

  body.ts-woodmart-child.woocommerce-cart .cart_totals {
    width: 100% !important;
    max-width: none !important;
  }

  body.ts-woodmart-child.woocommerce-cart .cart_totals .cart-totals-inner {
    width: 100% !important;
  }

  body.ts-woodmart-child .ts-site-nav {
    inset-block-start: var(--ts-mobile-nav-top, 108px) !important;
    inset-inline: 10px !important;
    border-radius: 24px !important;
  }

  body.ts-woodmart-child .ts-nav-list > li > a {
    font-weight: 760 !important;
  }
}
