/* Site-wide theme: RTL header (home03 style), Tajawal bold headings */

/* Theme styles.css pads body 68px for toolbar under 1200px, but toolbar
   is hidden from 992px up — that leftover padding shows as a white strip
   under the footer. Keep padding only while the toolbar is actually visible. */
body.site-theme {
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  body.site-theme {
    padding-bottom: 68px;
  }
}

body.site-theme #wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

body.site-theme .footer {
  margin-bottom: 0;
}

body.site-theme .main-content {
  margin-bottom: 0;
  padding-bottom: 0;
}

body.site-theme .top-bar.style-default {
  background-color: var(--Secondary);
  color: var(--White);
}

body.site-theme .header-top .wrap-currencies .tf-languages .tf-dropdown-select {
  min-width: 96px;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #faf8f6;
}

body.site-theme h1,
body.site-theme h2,
body.site-theme h3,
body.site-theme h4,
body.site-theme h5,
body.site-theme h6,
body.site-theme .h1,
body.site-theme .h2,
body.site-theme .h3,
body.site-theme .h4,
body.site-theme .h5,
body.site-theme .h6,
body.site-theme .fw-5,
body.site-theme .fw-6,
body.site-theme .fw-7,
body.site-theme .btn,
body.site-theme .tf-btn,
body.site-theme .main-menu .navigation > li > a {
  font-weight: 700;
}

/* —— Header: compact modern bar —— */
body.site-theme .header.hds-2 {
  background-color: var(--White);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.03);
}

body.site-theme .header.hds-2.header-sticky {
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.06);
}

body.site-theme .header.hds-2 .header-top,
body.site-theme .header.hds-2 .header-inner {
  background-color: var(--White);
}

body.site-theme .header.hds-2 .header-top {
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  padding: 10px 0;
}

body.site-theme .header.hds-2 .header-top .tf-container > .row {
  min-height: 64px;
}

body.site-theme .header.hds-2 .header-top .site-logo {
  padding: 0 !important;
  margin: 0 auto;
}

body.site-theme .header.hds-2 .site-logo {
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

body.site-theme .header.hds-2 .logo_header {
  display: block;
  width: auto;
  height: auto;
  max-width: min(180px, 46vw);
  max-height: 64px;
  object-fit: contain;
  object-position: center;
}

body.site-theme .header.hds-2 .wrap-currencies {
  gap: 8px !important;
}

body.site-theme .header.hds-2 .wrap-currencies .tf-currencies .text-body-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #faf8f6;
  font-size: 13px;
  font-weight: 600;
  color: var(--Secondary);
}

body.site-theme .header.hds-2 .nav-icon-list {
  gap: 6px;
}

body.site-theme .header.hds-2 .nav-icon-list .nav-icon-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: var(--Secondary);
  transition: background-color 0.2s ease, color 0.2s ease;
}

body.site-theme .header.hds-2 .nav-icon-list .nav-icon-item:hover {
  background: rgba(164, 117, 81, 0.1);
  color: var(--Primary, #a47551);
}

body.site-theme .header.hds-2 .nav-icon-list .count {
  top: 2px;
  right: 2px;
}

body.site-theme .header.hds-2 .mobile-button {
  padding: 8px 0;
}

body.site-theme .header.hds-2 > .tf-container.w-1750 {
  border-bottom: 0;
}

body.site-theme .header.hds-2 .header-inner {
  justify-content: center;
  min-height: 48px;
}

body.site-theme .header.hds-2 .main-menu .navigation {
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 28px;
}

body.site-theme .header.hds-2 .main-menu .navigation > li > a {
  padding: 14px 2px !important;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--Secondary);
  transition: color 0.2s ease;
}

body.site-theme .header.hds-2 .main-menu .navigation > li > a::before {
  height: 2px;
  bottom: 8px;
  border-radius: 2px;
  background-color: var(--Primary, #a47551);
}

body.site-theme .header.hds-2 .main-menu .navigation > li.current-menu > a,
body.site-theme .header.hds-2 .main-menu .navigation > li:hover > a {
  color: var(--Primary, #a47551);
}

@media (min-width: 1200px) {
  body.site-theme .header.hds-2 .header-top {
    padding: 12px 0;
  }

  body.site-theme .header.hds-2 .logo_header {
    max-width: 200px;
    max-height: 70px;
  }

  body.site-theme .header.hds-2 .main-menu .navigation {
    gap: 10px 36px;
  }

  body.site-theme .header.hds-2 .main-menu .navigation > li > a {
    font-size: 15px;
    padding: 16px 2px !important;
  }
}

@media (max-width: 1199px) {
  body.site-theme .header.hds-2 > .tf-container.w-1750 {
    display: none;
  }

  body.site-theme .header.hds-2 .header-top {
    padding: 8px 0;
  }

  body.site-theme .header.hds-2 .header-top .tf-container > .row {
    min-height: 56px;
  }
}

@media (max-width: 767px) {
  body.site-theme .header.hds-2 .header-top .site-logo {
    width: 100%;
    justify-content: center !important;
    padding: 0 !important;
  }

  body.site-theme .header.hds-2 .logo_header {
    max-width: min(148px, 46vw);
    max-height: 48px;
  }

  body.site-theme .header.hds-2 .nav-icon-list .nav-icon-item {
    width: 36px;
    height: 36px;
    font-size: 17px;
  }
}

body.site-theme .canvas-mb {
  width: min(100vw, 340px) !important;
}

body.site-theme .canvas-mb .icon-close-popup {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  right: auto;
  left: auto;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--Black);
}

body.site-theme .canvas-mb .canvas-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding: 52px 20px 24px;
}

body.site-theme .canvas-mb .canvas-header .canvas-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 36px;
  box-sizing: border-box;
  overflow: visible;
}

body.site-theme .canvas-mb .canvas-brand-logo .logo_header {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 68px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 767px) {
  body.site-theme .canvas-mb .canvas-header .canvas-brand-logo {
    max-width: none !important;
    padding-inline: 32px;
  }

  body.site-theme .canvas-mb .canvas-brand-logo .logo_header {
    max-height: 60px;
  }
}

body.site-theme .canvas-mb .canvas-login-btn {
  width: 100%;
  min-height: 44px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
}

body.site-theme .canvas-mb .canvas-login-btn .icon {
  font-size: 18px;
}

body.site-theme .canvas-mb .canvas-body {
  padding: 20px;
  gap: 0;
}

body.site-theme .canvas-mb .canvas-body > *:not(:last-child) {
  margin-bottom: 24px;
}

body.site-theme .canvas-mb .nav-ul-mb {
  margin: 0;
  padding: 0;
}

body.site-theme .canvas-mb .nav-ul-mb .mb-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  font-size: 17px;
  line-height: 1.35;
  border-bottom: 1px solid var(--Line);
}

body.site-theme .canvas-mb .nav-ul-mb li:last-child .mb-menu-link {
  border-bottom: 0;
}

body.site-theme .canvas-mb .nav-ul-mb li:not(:last-child) .mb-menu-link {
  padding-bottom: 14px;
}

body.site-theme .canvas-mb .canvas-quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.site-theme .canvas-mb .canvas-quick-actions .canvas-quick-action,
body.site-theme .canvas-mb .canvas-quick-actions > a {
  width: 100%;
}

body.site-theme .canvas-mb .canvas-quick-actions .tf-btn {
  width: 100%;
  min-height: 44px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
}

body.site-theme .canvas-mb .flow-us-wrap {
  padding-top: 4px;
}

body.site-theme .canvas-mb .flow-us-wrap .title {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
}

body.site-theme .canvas-mb .canvas-social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.site-theme .canvas-mb .canvas-social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--Line);
  border-radius: 50%;
  color: var(--Black);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.site-theme .canvas-mb .canvas-social-list a:hover {
  border-color: var(--Secondary);
  background: rgba(0, 0, 0, 0.03);
}

body.site-theme .canvas-mb .canvas-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px 20px;
}

body.site-theme .canvas-mb .canvas-footer .tf-languages,
body.site-theme .canvas-mb .canvas-footer .tf-currencies {
  flex: 1 1 0;
}

body.site-theme .canvas-mb .canvas-footer .tf-languages {
  display: flex;
  justify-content: flex-start;
}

body.site-theme .canvas-mb .canvas-footer .tf-currencies {
  display: flex;
  justify-content: flex-end;
}

[dir="rtl"] body.site-theme .canvas-mb .canvas-footer .tf-languages {
  justify-content: flex-end;
}

[dir="rtl"] body.site-theme .canvas-mb .canvas-footer .tf-currencies {
  justify-content: flex-start;
}

body.site-theme .footer.style-3 .site-logo {
  display: inline-flex;
  align-items: center;
  overflow: visible;
}

body.site-theme .footer.style-3 .logo_header {
  filter: none !important;
  width: auto;
  height: auto;
  max-width: min(360px, 100%);
  max-height: 120px;
  object-fit: contain;
  object-position: center;
}


/* Product page title strip (breadcrumb) */
body.site-theme .tf-page-title-v2,
body.site-theme .product-page-bar {
  background: var(--White);
  border-bottom: 1px solid var(--Line);
}

body.site-theme .tf-page-title-v2 .breadcrumb-list.v2,
body.site-theme .product-page-bar .breadcrumb-list.v2 {
  padding: 14px 0;
  margin: 0;
  gap: 12px 16px;
}

body.site-theme.page-product .product-page-bar {
  margin-bottom: 0;
}

body.site-theme.page-product .product-page-bar + .flat-single-product,
body.site-theme.page-product .product-page-bar + .tf-container {
  margin-top: 0;
}

/* Product detail page */
body.site-theme.page-product .product-info-name {
  text-transform: none;
  letter-spacing: 0;
}

body.site-theme.page-product .tab-link,
body.site-theme.page-product .menu-tab .tab-link {
  text-transform: none;
  letter-spacing: 0;
}

[dir="rtl"] body.site-theme.page-product .product-action_list .hover-tooltip.tooltip-left .tooltip {
  right: auto;
  left: 100%;
}

[dir="rtl"] body.site-theme .sw-button.nav-prev-layout {
  left: auto;
  right: 0;
}

[dir="rtl"] body.site-theme .sw-button.nav-next-layout {
  right: auto;
  left: 0;
}

/* RTL: flip caret icons so next points left and prev points right */
[dir="rtl"] body.site-theme .product-slider-nav .sw-button i {
  display: inline-block;
  transform: scaleX(-1);
}

/* Featured products slider — nav above products, beside title */
body.site-theme .s-product-main .product-slider-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-bottom: 36px;
  gap: 16px;
}

body.site-theme .s-product-main .product-slider-head h2 {
  margin: 0;
}

body.site-theme .s-product-main .product-slider-nav {
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

body.site-theme .s-product-main .product-slider-nav .sw-button,
body.site-theme .s-product-main .sw-button.nav-prev-layout,
body.site-theme .s-product-main .sw-button.nav-next-layout {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  opacity: 1;
  margin: 0;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

body.site-theme .s-product-main .swiper {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  body.site-theme .s-product-main .product-slider-head {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }

  body.site-theme .s-product-main .product-slider-nav {
    position: static;
    transform: none;
    justify-content: center;
  }
}

/* Breadcrumb dot vertical centering (Arabic line metrics) */
[dir="rtl"] .breadcrumb-list.v2 li:not(:last-child)::after {
  top: 0.05em;
}

/* Customer services — centered icon rings (product + site) */
body.site-theme .s-customer-services-v01 .customer-services-grid {
  --bs-gutter-x: 2rem;
}

body.site-theme .s-customer-services-v01 .box-icon-feature.style-col {
  align-items: center;
  text-align: center;
  gap: 24px;
  max-width: 300px;
  margin-inline: auto;
}

body.site-theme .s-customer-services-v01 .box-icon-feature .icon-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid var(--Line);
  border-radius: 50%;
  background-color: var(--color-f5ece5);
  flex-shrink: 0;
}

body.site-theme .s-customer-services-v01 .box-icon-feature .icon-ring img {
  width: 32px;
  height: 32px;
  display: block;
}

body.site-theme .s-customer-services-v01 .box-icon-feature .content {
  width: 100%;
}

body.site-theme .s-customer-services-v01 .box-icon-feature .h5 {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
}

body.site-theme .s-customer-services-v01 .box-icon-feature .text-body-default {
  color: var(--Body-text-1);
  line-height: 1.5;
  margin: 0;
}

@media (min-width: 576px) {
  body.site-theme .s-customer-services-v01 .box-icon-feature.style-col {
    align-items: center;
    text-align: center;
  }
}

/* Product size variants */
body.site-theme.page-product .tf-product-info-wrap .tf-product-variant {
  gap: 20px;
}

body.site-theme.page-product .tf-product-info-wrap .variant-size {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

body.site-theme.page-product .tf-product-info-wrap .variant-size .variant-picker-label {
  margin-bottom: 0;
  flex-shrink: 0;
}

body.site-theme.page-product .tf-product-info-wrap .variant-size .variant-picker-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

body.site-theme.page-product .tf-product-info-wrap .variant-size .size-btn {
  min-width: 48px;
  height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--Line);
  border-radius: 4px;
  background-color: var(--White);
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  color: var(--Text-heading);
}

body.site-theme.page-product .tf-product-info-wrap .variant-size .size-btn:hover {
  border-color: var(--Secondary);
}

body.site-theme.page-product .tf-product-info-wrap .variant-size .size-btn.active {
  border-color: var(--Secondary);
  background-color: var(--Secondary);
  color: var(--White);
}

[dir="rtl"] body.site-theme.page-product .tf-product-info-wrap .variant-size .variant-picker-values {
  justify-content: flex-start;
}

/* Shop variant picker modal (shop-style-01 add to cart) */
#siteVariantPicker .variant-size .variant-picker-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#siteVariantPicker .variant-size .size-btn {
  min-width: 48px;
  min-height: 40px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--Line);
  border-radius: 4px;
  background-color: var(--White);
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  color: var(--Text-heading);
}

#siteVariantPicker .variant-size .size-btn:hover {
  border-color: var(--Secondary);
}

#siteVariantPicker .variant-size .size-btn.active {
  border-color: var(--Secondary);
  background-color: var(--Secondary);
  color: var(--White);
}

#siteVariantPicker .variant-color .variant-picker-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#siteVariantPicker .variant-color .color-btn {
  cursor: pointer;
}

body.site-theme.page-product .tf-sticky-atc-infos form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

body.site-theme.page-product .tf-sticky-atc-variant-price {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

body.site-theme.page-product .tf-sticky-atc-variant-price .title {
  white-space: nowrap;
  margin: 0;
  flex-shrink: 0;
}

body.site-theme.page-product .tf-sticky-btn-atc .tf-select {
  width: auto;
  min-width: 172px;
}

body.site-theme.page-product .tf-sticky-btn-atc .tf-select select {
  min-width: 172px;
  padding-top: 10px;
  padding-bottom: 10px;
}

body.site-theme.page-product .tf-sticky-btn-atc .tf-select::after {
  z-index: 1;
  pointer-events: none;
}

[dir="rtl"] body.site-theme.page-product .tf-sticky-btn-atc .tf-select::after {
  right: auto;
  left: 12px;
}

[dir="rtl"] body.site-theme.page-product .tf-sticky-btn-atc .tf-select select {
  padding-right: 12px;
  padding-left: 36px;
  text-align: right;
  direction: rtl;
}

[dir="rtl"] body.site-theme.page-product .tf-sticky-atc-variant-price {
  flex-direction: row-reverse;
}

[dir="rtl"] body.site-theme.page-product .tf-product-info-quantity {
  flex-direction: row-reverse;
}

/* Product gallery: open lightbox on same page + clear laptop arrows */
body.site-theme.page-product .tf-zoom-main {
  display: none !important;
}

body.site-theme.page-product .tf-product-media-main .item,
body.site-theme.page-product .tf-product-media-main a.item {
  display: block;
  cursor: zoom-in;
}

body.site-theme.page-product .tf-product-media-main .item img {
  cursor: zoom-in;
}

body.site-theme.page-product .section-image-zoom.zoom-active::after,
body.site-theme.page-product .tf-product-media-main .drift-zoom-pane {
  display: none !important;
}

body.site-theme.page-product .tf-product-media-main {
  position: relative;
}

body.site-theme.page-product .product-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1a1a1a;
}

body.site-theme.page-product .product-gallery-nav.thumbs-prev {
  left: 12px;
}

body.site-theme.page-product .product-gallery-nav.thumbs-next {
  right: 12px;
}

body.site-theme.page-product .product-gallery-nav:hover {
  background: #fff;
}

body.site-theme.page-product .product-gallery-nav .icon {
  font-size: 18px;
  line-height: 1;
}

/* Always show PhotoSwipe arrows on laptop/desktop (same-page overlay) */
.pswp.pswp--open .pswp__button--arrow,
.pswp--touch .pswp__button--arrow,
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.pswp__button--arrow {
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  margin-top: -32px;
}

.pswp__button--arrow:hover {
  background: rgba(255, 255, 255, 0.28);
}

.pswp__button--arrow .pswp__icn {
  width: 48px;
  height: 48px;
  margin-top: -24px;
}

@media (max-width: 767.98px) {
  body.site-theme.page-product .product-gallery-nav {
    width: 36px;
    height: 36px;
  }
}

body.site-theme.page-product .tf-product-info-wrap .variant-color .variant-picker-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Color swatches — visible border on every shade (incl. white/beige) */
body.site-theme .product-color_list .product-color-item {
  border: 1px solid transparent !important;
}

body.site-theme .product-color_list .product-color-item .swatch-value {
  border: 1px solid rgba(17, 17, 17, 0.28) !important;
  box-shadow: none;
}

body.site-theme .product-color_list .product-color-item.active,
body.site-theme .product-color_list .product-color-item:hover {
  border-color: #111 !important;
}

body.site-theme .product-color_list .product-color-item.active .swatch-value,
body.site-theme .product-color_list .product-color-item:hover .swatch-value {
  border-color: #111 !important;
}

body.site-theme .variant-color .color-btn .check-color,
body.site-theme .tf-product-info-wrap .variant-color .color-btn:not(.select-item) .check-color,
body.site-theme #siteVariantPicker .variant-color .color-btn .check-color {
  border: 1px solid rgba(17, 17, 17, 0.28) !important;
  box-sizing: border-box;
}

body.site-theme .tf-product-info-wrap .variant-color .color-btn:not(.select-item),
body.site-theme #siteVariantPicker .variant-color .color-btn:not(.select-item) {
  border: 1px solid rgba(17, 17, 17, 0.14);
}

body.site-theme .tf-product-info-wrap .variant-color .color-btn:not(.select-item).active,
body.site-theme #siteVariantPicker .variant-color .color-btn:not(.select-item).active,
body.site-theme .tf-product-info-wrap .variant-color .color-btn.active,
body.site-theme #siteVariantPicker .variant-color .color-btn.active {
  border-color: #111 !important;
}

body.site-theme .tf-product-info-wrap .variant-color .color-btn.active .check-color,
body.site-theme #siteVariantPicker .variant-color .color-btn.active .check-color {
  border-color: #111 !important;
}

body.site-theme.page-product .product-description-panel {
  margin-top: 28px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, #faf8f6 0%, #ffffff 48%);
  overflow: hidden;
}

body.site-theme.page-product .product-description-panel-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  background: rgba(164, 117, 81, 0.08);
}

body.site-theme.page-product .product-description-panel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  color: var(--Primary, #a47551);
  box-shadow: 0 2px 8px rgba(17, 17, 17, 0.06);
  flex-shrink: 0;
}

body.site-theme.page-product .product-description-panel-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  color: var(--Secondary);
}

body.site-theme.page-product .product-description-panel-body,
body.site-theme.page-product .product-description {
  margin: 0;
  padding: 18px 18px 20px;
  overflow: visible;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  line-height: 1.75;
  color: #4b4b4b;
}

body.site-theme.page-product .product-description-content {
  margin: 0;
  white-space: pre-wrap;
  overflow: visible;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  max-width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #4b4b4b;
}

body.site-theme.page-product .product-description p,
body.site-theme.page-product .tf-product-info-list > p.text-body-default {
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  body.site-theme.page-product .product-description-panel-body,
  body.site-theme.page-product .product-description,
  body.site-theme.page-product .product-description-content,
  body.site-theme.page-product .tf-product-info-list > p.text-body-default {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  body.site-theme.page-product .product-description-panel-body,
  body.site-theme.page-product .product-description {
    padding: 14px;
  }
}

body.site-theme.page-product .size-price-old,
body.site-theme .size-price-old {
  text-decoration: line-through;
  opacity: 0.65;
  margin-inline-start: 4px;
  font-weight: 400;
}

body.site-theme.page-product .size-price-new,
body.site-theme .size-price-new {
  font-weight: 700;
  color: var(--primary, #c41e3a);
}

body.site-theme.page-product .size-btn.has-size-discount {
  border-color: rgba(196, 30, 58, 0.35);
}

body.site-theme.page-product .product-info-price .price-old {
  text-decoration: line-through;
  opacity: 0.7;
}

@media (max-width: 767.98px) {
  body.site-theme.page-product .variant-size .size-btn {
    max-width: 100%;
  }

  body.site-theme.page-product .variant-size .size-btn .text-caption-1 {
    white-space: normal;
    line-height: 1.45;
  }
}

body.site-theme.page-product .tf-product-total-quantity .group-btn.product-action-btns {
  flex-wrap: wrap;
  gap: 10px;
}

body.site-theme.page-product .tf-product-total-quantity .product-action-primary .site-add-cart {
  flex: 1 1 auto;
  min-width: 0;
}

body.site-theme.page-product .tf-product-total-quantity .product-action-primary .box-icon {
  flex: 0 0 52px;
}

body.site-theme.page-product .tf-product-total-quantity .product-action-secondary {
  margin-top: 10px;
}

body.site-theme.page-product .tf-product-total-quantity .product-action-secondary .tf-btn {
  flex: 1 1 calc(50% - 5px);
  min-width: 0;
  max-width: 100%;
}

body.site-theme.page-product .tf-product-total-quantity .group-btn .tf-btn {
  flex: 1 1 auto;
  min-width: 0;
}

/* English / LTR layout */
[dir="ltr"] body.site-theme .main-menu .navigation {
  direction: ltr;
}

[dir="ltr"] body.site-theme .breadcrumb-list {
  direction: ltr;
}

[dir="ltr"] body.site-theme .tf-product-info-wrap .variant-size .variant-picker-values {
  justify-content: flex-start;
}


/* Shop listing page */
body.site-theme.page-shop .tf-page-title .title {
  text-transform: none;
  letter-spacing: 0;
}

body.site-theme.page-shop .tf-btn-filter .text {
  text-transform: none;
  letter-spacing: 0;
}

body.site-theme.page-shop .tf-dropdown-sort .text-value-item,
body.site-theme.page-shop .tf-dropdown-sort .text-sort-value {
  text-transform: none;
}

body.site-theme.page-shop .wrapper-control-shop,
body.site-theme.page-shop .wrapper-shop {
  width: 100%;
  max-width: 100%;
}

body.site-theme.page-shop .wrapper-shop.tf-grid-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 12px;
  width: 100%;
}

@media (min-width: 768px) {
  body.site-theme.page-shop .wrapper-shop.tf-grid-layout,
  body.site-theme.page-shop .wrapper-shop.tf-grid-layout.tf-col-2,
  body.site-theme.page-shop .wrapper-shop.tf-grid-layout.tf-col-3,
  body.site-theme.page-shop .wrapper-shop.tf-grid-layout.tf-col-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 20px;
  }
}

@media (min-width: 1200px) {
  body.site-theme.page-shop .wrapper-shop.tf-grid-layout,
  body.site-theme.page-shop .wrapper-shop.tf-grid-layout.tf-col-2,
  body.site-theme.page-shop .wrapper-shop.tf-grid-layout.tf-col-3,
  body.site-theme.page-shop .wrapper-shop.tf-grid-layout.tf-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 24px;
  }
}

body.site-theme.page-shop .wrapper-shop .card-product {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

body.site-theme.page-shop .wrapper-shop .card-product_wrapper {
  width: 100%;
  border-radius: var(--product-image-radius);
  overflow: hidden;
  background: #f5f5f5;
}

body.site-theme.page-shop .wrapper-shop .card-product_wrapper img,
body.site-theme.page-shop .wrapper-shop .card-product_wrapper .img-product {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.site-theme.page-shop .wrapper-shop .card-product .name-product {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  line-height: 1.35;
}

body.site-theme.page-shop .shop-empty {
  grid-column: 1 / -1;
}

/* Category sub-sections page */
body.site-theme.page-category .tf-page-title .title {
  text-transform: none;
  letter-spacing: 0;
}

body.site-theme.page-category .category-subs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 20px;
  max-width: 1200px;
  margin-inline: auto;
}

@media (min-width: 576px) {
  body.site-theme.page-category .category-subs-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px 24px;
  }
}

@media (min-width: 992px) {
  body.site-theme.page-category .category-subs-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  body.site-theme.page-category .category-subs-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 24px;
  }
}

@media (min-width: 1400px) {
  body.site-theme.page-category .category-subs-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

body.site-theme .s-categories-v03 .category-item .link {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
}

/* Homepage categories — slow continuous marquee */
body.site-theme #shop-categories .swiper-category-marquee .sw-dots {
  display: none;
}

body.site-theme #shop-categories .swiper-category-marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}

body.site-theme.page-category .category-subs-grid .category-item .img-style {
  display: block;
  width: 100%;
  max-width: 182px;
  margin-inline: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 0;
}

body.site-theme.page-category .category-subs-grid .category-item .img-style img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

body.site-theme.page-category .category-subs-grid .category-item .link {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
}

/* Footer — centered brand + bottom nav bar (architecture only) */
body.site-theme .footer.style-3.footer-arch-centered .footer-body {
  padding: 72px 0 64px;
}

@media (max-width: 767px) {
  body.site-theme .footer.style-3.footer-arch-centered .footer-body {
    padding: 48px 0 40px;
  }
}

body.site-theme .footer.style-3.footer-arch-centered .footer-brand-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  margin-inline: auto;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr) minmax(0, 280px);
  align-items: stretch;
  gap: 40px 48px;
  width: 100%;
  min-height: 0;
}

@media (min-width: 992px) {
  body.site-theme .footer.style-3.footer-arch-centered .footer-contact-grid {
    grid-template-columns: 1fr minmax(280px, 420px) 1fr;
    align-items: center;
    gap: 28px 40px;
  }

  [dir="rtl"] body.site-theme .footer.style-3.footer-arch-centered .footer-contact-grid {
    direction: rtl;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-map-col {
    justify-self: end;
    width: min(100%, 340px);
    max-width: 340px;
  }

  [dir="rtl"] body.site-theme .footer.style-3.footer-arch-centered .footer-map-col {
    justify-self: start;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-brand-zone {
    justify-self: center;
    align-self: center;
    width: 100%;
    max-width: 420px;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-phones-col {
    justify-self: start;
    align-self: center;
    max-width: 320px;
  }

  [dir="rtl"] body.site-theme .footer.style-3.footer-arch-centered .footer-phones-col {
    justify-self: end;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-logo {
    display: flex !important;
    justify-content: center;
    width: 100%;
    margin-inline: auto;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-logo .logo_header {
    margin-inline: auto;
  }

  body.site-theme .tf-toolbar-bottom {
    display: none !important;
  }
}

body.site-theme .footer.style-3.footer-arch-centered {
  margin-top: 0;
  margin-bottom: 0;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-map-col {
  justify-self: start;
  display: flex;
  align-items: stretch;
  min-height: 0;
  width: 100%;
  max-width: 340px;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-phones-col {
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 0;
  width: 100%;
  max-width: 320px;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-phones-title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--White);
  letter-spacing: 0;
}

[dir="rtl"] body.site-theme .footer.style-3.footer-arch-centered .footer-phones-title {
  text-align: right;
}

[dir="ltr"] body.site-theme .footer.style-3.footer-arch-centered .footer-phones-title {
  text-align: left;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-map-wrap {
  position: relative;
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 10;
  min-height: 180px;
  height: auto;
  flex: 1 1 auto;
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.06);
}

body.site-theme .footer.style-3.footer-arch-centered .footer-map-wrap iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-phones-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-phone-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

[dir="ltr"] body.site-theme .footer.style-3.footer-arch-centered .footer-phone-item {
  direction: ltr;
}

[dir="rtl"] body.site-theme .footer.style-3.footer-arch-centered .footer-phone-item {
  direction: rtl;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-phone-item .link {
  flex: 1 1 auto;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color 0.2s ease;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

[dir="ltr"] body.site-theme .footer.style-3.footer-arch-centered .footer-phone-item .link {
  text-align: left;
}

[dir="rtl"] body.site-theme .footer.style-3.footer-arch-centered .footer-phone-item .link {
  text-align: right;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-phone-item .link:hover {
  color: var(--White);
}

@media (max-width: 991px) {
  body.site-theme .footer.style-3.footer-arch-centered .footer-contact-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    min-height: 0;
    width: 100%;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-map-col,
  body.site-theme .footer.style-3.footer-arch-centered .footer-phones-col,
  body.site-theme .footer.style-3.footer-arch-centered .footer-brand-zone {
    width: 100%;
    max-width: 100%;
    justify-self: center;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-brand-zone {
    order: 1;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-map-col {
    order: 2;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-phones-col {
    order: 3;
    justify-content: center;
    align-items: center;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-phones-title {
    width: min(100%, 320px);
    margin-inline: auto;
    text-align: center !important;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-map-wrap {
    max-width: 100%;
    width: min(100%, 360px);
    aspect-ratio: 16 / 10;
    margin-inline: auto;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-map-col {
    min-height: 0;
    justify-content: center;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-map-col--empty,
  body.site-theme .footer.style-3.footer-arch-centered .footer-phones-col--empty {
    display: none;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-phones-list {
    align-items: center;
    width: min(100%, 320px);
    margin-inline: auto;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-phone-item {
    justify-content: space-between;
    width: 100%;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-logo {
    display: flex !important;
    justify-content: center;
    width: 100%;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-logo .logo_header {
    max-width: min(320px, 92vw);
    max-height: 120px;
    width: auto;
    height: auto;
    margin-inline: auto;
  }
}

body.site-theme .footer.style-3.footer-arch-centered .footer-meta-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 28px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

body.site-theme .footer.style-3.footer-arch-centered .footer-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #c5a028;
  background: rgba(255, 255, 255, 0.04);
}

body.site-theme .footer.style-3.footer-arch-centered .footer-meta-icon svg {
  display: block;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-meta-text {
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}

body.site-theme .footer.style-3.footer-arch-centered .footer-meta-text .link {
  text-decoration: none;
  transition: opacity 0.2s ease;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-meta-text .link:hover {
  opacity: 1;
  color: var(--White);
}

@media (max-width: 575px) {
  body.site-theme .footer.style-3.footer-arch-centered .footer-meta-list {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
}

body.site-theme .footer.style-3.footer-arch-centered .footer-logo .logo_header {
  max-width: min(480px, 100%);
  max-height: 168px;
}

@media (max-width: 767px) {
  body.site-theme .footer.style-3.footer-arch-centered .footer-body {
    overflow-x: hidden;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-logo .logo_header {
    max-width: min(300px, 90vw);
    max-height: 112px;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-phones-list {
    width: min(100%, 300px);
    gap: 10px;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-phone-item .link {
    font-size: 14px;
  }
}

body.site-theme .footer.style-3.footer-arch-centered .footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--White);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-social-btn:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background-color: rgba(255, 255, 255, 0.08);
}

body.site-theme .footer.style-3.footer-arch-centered .footer-social-btn .icon-facebook,
body.site-theme .footer.style-3.footer-arch-centered .footer-social-btn .icon-instagram {
  font-size: 18px;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  width: 100%;
}

body.site-theme .footer.style-3.footer-arch-centered .footer-nav-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 28px;
}

@media (max-width: 991px) {
  body.site-theme .footer.style-3.footer-arch-centered .footer-bottom-bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  body.site-theme .footer.style-3.footer-arch-centered .footer-nav-inline {
    justify-content: center;
  }
}

body.site-theme .tf-toolbar-bottom .toolbar-icon-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

body.site-theme .tf-toolbar-bottom .toolbar-icon-home svg {
  display: block;
}

/* Homepage hero box images — forced div dimensions (dashboard uploads) */
body.site-theme.page-home03 .section-box-image {
  overflow: hidden;
}

body.site-theme.page-home03 .section-box-image .wrap-box {
  display: flex !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
  width: 100%;
  height: 646px;
  min-height: 646px;
  max-height: 646px;
  overflow: hidden;
}

body.site-theme.page-home03 .section-box-image .left,
body.site-theme.page-home03 .section-box-image .right {
  display: flex;
  flex-direction: column;
  height: 646px;
  min-height: 646px;
  max-height: 646px;
  overflow: hidden;
}

body.site-theme.page-home03 .section-box-image .left {
  flex: 0 0 61.042%;
  width: 61.042%;
  max-width: 61.042%;
}

body.site-theme.page-home03 .section-box-image .right {
  flex: 0 0 38.958%;
  width: 38.958%;
  max-width: 38.958%;
}

body.site-theme.page-home03 .section-box-image .left .box-imgae_v01 {
  flex: 0 0 646px;
  width: 100%;
  height: 646px;
  min-height: 646px;
  max-height: 646px;
}

body.site-theme.page-home03 .section-box-image .right .box-imgae_v01 {
  flex: 0 0 323px;
  width: 100%;
  height: 323px;
  min-height: 323px;
  max-height: 323px;
}

body.site-theme.page-home03 .section-box-image .box-imgae_v01 {
  position: relative;
  overflow: hidden;
}

body.site-theme.page-home03 .section-box-image .box-imgae_v01 .box-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  overflow: hidden !important;
  position: relative !important;
}

body.site-theme.page-home03 .section-box-image .box-imgae_v01 .box-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}

@media (max-width: 1439px) {
  body.site-theme.page-home03 .section-box-image .left {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  body.site-theme.page-home03 .section-box-image .right {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  body.site-theme.page-home03 .section-box-image .wrap-box {
    height: 520px;
    min-height: 520px;
    max-height: 520px;
  }

  body.site-theme.page-home03 .section-box-image .left,
  body.site-theme.page-home03 .section-box-image .right {
    height: 520px;
    min-height: 520px;
    max-height: 520px;
  }

  body.site-theme.page-home03 .section-box-image .left .box-imgae_v01 {
    height: 520px;
    min-height: 520px;
    max-height: 520px;
    flex-basis: 520px;
  }

  body.site-theme.page-home03 .section-box-image .right .box-imgae_v01 {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
    flex-basis: 260px;
  }
}

@media (max-width: 575px) {
  body.site-theme.page-home03 .section-box-image .wrap-box {
    flex-direction: column !important;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  body.site-theme.page-home03 .section-box-image .left,
  body.site-theme.page-home03 .section-box-image .right {
    width: 100%;
    max-width: 100%;
    flex: none;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  body.site-theme.page-home03 .section-box-image .left .box-imgae_v01 {
    height: 280px;
    min-height: 280px;
    max-height: 280px;
    flex-basis: 280px;
  }

  body.site-theme.page-home03 .section-box-image .right .box-imgae_v01 {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    flex-basis: 200px;
  }
}

/* Homepage banner background */
body.site-theme.page-home03 .s-banner-v03 {
  min-height: 442px;
  overflow: hidden;
}

body.site-theme.page-home03 .s-banner-v03 .parallaxie.banner-img {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Homepage CTA image */
body.site-theme.page-home03 .s-cta {
  align-items: stretch;
  overflow: hidden;
}

body.site-theme.page-home03 .s-cta .img-style {
  flex: 0 0 auto;
  width: 100%;
  max-width: 1066px;
  height: 658px;
  min-height: 658px;
  max-height: 658px;
  overflow: hidden;
}

body.site-theme.page-home03 .s-cta .img-style img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  body.site-theme.page-home03 .s-cta .img-style {
    height: 420px;
    min-height: 420px;
    max-height: 420px;
    max-width: none;
  }
}

@media (max-width: 767px) {
  body.site-theme.page-home03 .s-cta .img-style {
    height: 280px;
    min-height: 280px;
    max-height: 280px;
  }
}

/* Homepage instagram decorative images */
body.site-theme.page-home03 .s-instagram.s-v02 .hover-image .img-style {
  display: block;
  overflow: hidden;
}

body.site-theme.page-home03 .s-instagram.s-v02 .hover-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.site-theme.page-home03 .s-instagram.s-v02 .img-1 .img-style {
  width: 313px;
  height: 328px;
  max-width: 100%;
}

body.site-theme.page-home03 .s-instagram.s-v02 .img-2 .img-style {
  width: 198px;
  height: 186px;
  max-width: 100%;
}

body.site-theme.page-home03 .s-instagram.s-v02 .img-3 .img-style {
  width: 242px;
  height: 253px;
  max-width: 100%;
}

body.site-theme.page-home03 .s-instagram.s-v02 .img-4 .img-style {
  width: 330px;
  height: 345px;
  max-width: 100%;
}

body.site-theme.page-home03 .s-instagram.s-v02 .img-5 .img-style {
  width: 244px;
  height: 255px;
  max-width: 100%;
}

/* Homepage gallery (المعرض) */
body.site-theme.page-home03 .s-site-gallery .site-gallery-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f5f5;
}

body.site-theme.page-home03 .s-site-gallery .site-gallery-media {
  position: relative;
  width: 100%;
  aspect-ratio: 856 / 565;
  overflow: hidden;
}

body.site-theme.page-home03 .s-site-gallery .site-gallery-media--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.site-theme.page-home03 .s-site-gallery .site-gallery-media--video iframe,
body.site-theme.page-home03 .s-site-gallery .site-gallery-media--video video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #111;
}

body.site-theme.page-home03 .s-site-gallery .site-gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  color: #fff;
  pointer-events: none;
}

body.site-theme.page-home03 .s-site-gallery .site-gallery-caption span {
  color: #fff;
}

/* Social login placeholders — hidden until OAuth is implemented */
body.site-theme .popup-login .other-login,
body.site-theme .popup-register .other-login {
  display: none !important;
}

/* Mini cart drawer — clean scroll + footer layout */
body.site-theme .modal-shopping-cart .tf-mini-cart-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

body.site-theme .modal-shopping-cart .tf-mini-cart-main {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

body.site-theme .modal-shopping-cart #site-mini-cart-body .heading {
  margin-bottom: 16px;
}

body.site-theme .modal-shopping-cart .tf-mini-cart-bottom {
  flex-shrink: 0;
  border-top: 1px solid var(--Line, #ebebeb);
  padding-top: 16px;
}

body.site-theme .order-now-summary {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid var(--Line, #ebebeb);
  border-radius: 8px;
  background: #fafafa;
}

body.site-theme .order-now-image {
  flex-shrink: 0;
  width: 96px;
}

body.site-theme .order-now-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
}

body.site-theme .order-now-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

body.site-theme .order-now-name {
  line-height: 1.4;
}

body.site-theme .order-now-price {
  color: var(--Secondary, #1a1a1a);
}

body.site-theme .order-now-section-title {
  font-size: 15px;
}

body.site-theme .order-now-details-list {
  list-style: none;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid var(--Line, #ebebeb);
  border-radius: 8px;
  background: #fff;
}

body.site-theme .order-now-details-list li + li {
  margin-top: 8px;
}

body.site-theme .order-now-details-list .order-now-label {
  font-weight: 700;
}

body.site-theme .order-now-sending {
  width: 100%;
  text-align: center;
}

/* Product card text: name on top, price always below */
body.site-theme .card-product .card-product_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}

body.site-theme .card-product .card-product_info .name-product {
  display: block;
  width: 100%;
  margin: 0 0 2px;
  order: 1;
}

body.site-theme .card-product .card-product_info .wrap-price,
body.site-theme .card-product .card-product_info .price-wrap {
  display: block;
  width: 100%;
  margin: 0;
  order: 2;
  text-align: center;
}

body.site-theme .card-product .card-product_info .product-color_list {
  order: 3;
  margin-top: 8px;
}

body.site-theme .card-product.has-discount .wrap-price,
body.site-theme .card-product.has-discount .price-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* =========================================================
   Unified product images: 460 × 460 (square) site-wide
   ========================================================= */
body.site-theme {
  --product-image-size: 460px;
  --product-image-ratio: 460 / 460;
  --product-image-radius: 18px;
}

body.site-theme .card-product_wrapper,
body.site-theme .card-product_wrapper.aspect-ratio-1 {
  aspect-ratio: var(--product-image-ratio);
  width: 100%;
  overflow: hidden;
  border-radius: var(--product-image-radius);
  background: #f5f5f5;
}

body.site-theme .card-product_wrapper .product-img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: var(--product-image-ratio);
  border-radius: inherit;
  overflow: hidden;
}

body.site-theme .card-product_wrapper img,
body.site-theme .card-product_wrapper .img-product,
body.site-theme .card-product_wrapper .img-hover {
  width: 100%;
  height: 100%;
  aspect-ratio: var(--product-image-ratio);
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

/* Product detail gallery — main + thumbs */
body.site-theme.page-product .flat-wrap-media-product .tf-product-media-main .item,
body.site-theme.page-product .tf-product-media-main .item {
  aspect-ratio: var(--product-image-ratio);
  width: min(100%, var(--product-image-size));
  max-width: var(--product-image-size);
  max-height: var(--product-image-size);
  height: auto;
  margin-inline: auto;
  overflow: hidden;
  background: #f5f5f5;
}

body.site-theme.page-product .flat-wrap-media-product .tf-product-media-main .item img,
body.site-theme.page-product .tf-product-media-main .item img {
  width: 100%;
  height: 100%;
  aspect-ratio: var(--product-image-ratio);
  object-fit: cover;
  object-position: center;
}

body.site-theme.page-product .tf-product-media-thumbs .swiper-slide .item {
  aspect-ratio: var(--product-image-ratio);
  overflow: hidden;
  background: #f5f5f5;
}

body.site-theme.page-product .tf-product-media-thumbs .swiper-slide .item img {
  width: 100%;
  height: 100%;
  aspect-ratio: var(--product-image-ratio);
  object-fit: cover;
  object-position: center;
}

/* Modern product detail page */
body.site-theme.page-product .flat-single-product {
  padding-top: clamp(20px, 3vw, 40px);
  padding-bottom: clamp(24px, 3vw, 48px);
}

@media (min-width: 992px) {
  body.site-theme.page-product .flat-single-product.flat-spacing-3 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

body.site-theme.page-product .tf-main-product .tf-container > .row {
  --bs-gutter-x: clamp(20px, 3vw, 40px);
  --bs-gutter-y: clamp(24px, 4vw, 40px);
}

body.site-theme.page-product .tf-main-product {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(17, 17, 17, 0.06);
  padding: clamp(16px, 3vw, 36px);
}

body.site-theme.page-product .product-thumbs-slider.thumbs-bottom {
  gap: 16px;
}

body.site-theme.page-product .flat-wrap-media-product .tf-product-media-main .item,
body.site-theme.page-product .tf-product-media-main .item {
  border-radius: var(--product-image-radius);
  box-shadow: 0 4px 20px rgba(17, 17, 17, 0.08);
  cursor: zoom-in;
  display: block;
}

body.site-theme.page-product .flat-wrap-media-product,
body.site-theme.page-product .tf-product-media-main {
  margin-inline: auto;
}

body.site-theme.page-product .tf-product-media-thumbs {
  margin-top: 4px;
  margin-inline: auto;
  padding-bottom: 8px;
  max-width: 100%;
}

body.site-theme.page-product .tf-product-media-thumbs .swiper-wrapper {
  justify-content: center;
}

body.site-theme.page-product .tf-product-media-thumbs .swiper-slide {
  width: 78px !important;
  flex-shrink: 0;
}

body.site-theme.page-product .tf-product-media-thumbs .swiper-slide .item {
  border-radius: calc(var(--product-image-radius) - 4px);
  border: 2px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

body.site-theme.page-product .tf-product-media-thumbs .swiper-slide-thumb-active .item {
  border-color: var(--Secondary);
  box-shadow: 0 0 0 1px rgba(166, 124, 82, 0.25);
}

@media (min-width: 768px) {
  body.site-theme.page-product .tf-product-media-thumbs .swiper-slide {
    width: 92px !important;
  }
}

body.site-theme.page-product .tf-product-info-wrap {
  padding-inline: clamp(0px, 2vw, 12px);
}

body.site-theme.page-product .product-info-name {
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.35;
  margin-bottom: 16px;
}

body.site-theme.page-product .product-info-price .price-new {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
}

body.site-theme.page-product .product-related-section {
  border-top: none;
  padding: clamp(32px, 4vw, 56px) 0 clamp(40px, 5vw, 72px);
  margin-top: 0;
  margin-bottom: 0;
}

body.site-theme.page-product .product-related-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 40px);
  gap: 16px;
  min-height: 48px;
}

body.site-theme.page-product .product-related-head-text {
  max-width: min(100%, 520px);
}

body.site-theme.page-product .product-related-title {
  margin: 0 0 8px;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

body.site-theme.page-product .product-related-sub {
  margin: 0;
  color: var(--text);
  opacity: 0.72;
  font-size: 15px;
}

body.site-theme.page-product .product-related-slider {
  margin-inline: 0;
  padding-inline: 0;
}

body.site-theme.page-product .product-related-section .product-slider-nav {
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

body.site-theme.page-product .product-related-section .product-slider-nav .sw-button,
body.site-theme.page-product .s-related-products .sw-button.nav-prev-layout,
body.site-theme.page-product .s-related-products .sw-button.nav-next-layout {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  opacity: 1 !important;
  margin: 0 !important;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  pointer-events: auto;
}

body.site-theme.page-product .s-related-products .swiper {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  body.site-theme.page-product .product-related-head {
    flex-direction: column;
    gap: 14px;
  }

  body.site-theme.page-product .product-related-section .product-slider-nav {
    position: static;
    transform: none;
    justify-content: center;
  }
}

body.site-theme.page-product .product-related-section .swiper {
  overflow: hidden;
}

body.site-theme.page-product .product-related-section .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

body.site-theme.page-product .product-related-section .card-product {
  height: 100%;
  min-width: 0;
}

body.site-theme.page-product .product-related-section .card-product_wrapper {
  border-radius: var(--product-image-radius);
  overflow: hidden;
}

body.site-theme.page-product .product-related-section .card-product_info {
  padding-inline: 2px;
}

@media (min-width: 576px) and (max-width: 767px) {
  body.site-theme.page-product .product-related-section .swiper {
    padding-inline: 4px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.site-theme.page-product .product-related-slider {
    padding-inline: 8px;
  }
}

@media (min-width: 1200px) {
  body.site-theme.page-product .product-related-slider {
    padding-inline: 12px;
  }
}

@media (max-width: 991px) {
  body.site-theme.page-product .product-related-section .card-product .name-product {
    font-size: 14px;
    line-height: 1.35;
  }
}

@media (max-width: 991px) {
  body.site-theme.page-product .flat-single-product.flat-spacing-3 {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  body.site-theme.page-product .tf-main-product {
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 8px;
  }

  body.site-theme.page-product .tf-product-media-wrap.sticky-top {
    position: relative !important;
    top: auto !important;
  }

  body.site-theme.page-product .tf-product-media-wrap {
    margin-bottom: 8px;
  }

  body.site-theme.page-product .product-thumbs-slider.thumbs-bottom {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  body.site-theme.page-product .flat-single-product {
    padding-bottom: 32px;
  }

  body.site-theme.page-product .product-related-section {
    padding-bottom: 32px;
  }
}

/* Mini cart + shopping cart drawer */
body.site-theme .tf-mini-cart-item .tf-mini-cart-image,
body.site-theme .modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image {
  width: 100px;
  height: 100px;
  aspect-ratio: var(--product-image-ratio);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}

body.site-theme .tf-mini-cart-item .tf-mini-cart-image img,
body.site-theme .modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: var(--product-image-ratio);
  object-fit: cover;
  object-position: center;
}

/* Cart / checkout / thank-you product rows */
body.site-theme .order_product .image,
body.site-theme .table-order-detail .order_product .image,
body.site-theme .list-order-product .img-product {
  width: 100px;
  max-width: 100px;
  aspect-ratio: var(--product-image-ratio);
  flex-shrink: 0;
  overflow: hidden;
}

body.site-theme .order_product .image img,
body.site-theme .table-order-detail .order_product .image img,
body.site-theme .list-order-product .img-product img,
body.site-theme .list-order-product .img-product {
  width: 100%;
  height: 100%;
  aspect-ratio: var(--product-image-ratio);
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1200px) {
  body.site-theme .order_product .image,
  body.site-theme .table-order-detail .order_product .image {
    width: 120px;
    max-width: 120px;
  }
}

/* Variant picker modal */
body.site-theme #siteVariantPicker .img-prd {
  width: 107px;
  height: 107px;
  aspect-ratio: var(--product-image-ratio);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
}

body.site-theme #siteVariantPicker .img-prd img {
  width: 100%;
  height: 100%;
  aspect-ratio: var(--product-image-ratio);
  object-fit: cover;
  object-position: center;
}

/* Compare drawer */
body.site-theme .tf-compare-item .card-product_wrapper {
  aspect-ratio: var(--product-image-ratio);
}

body.site-theme .tf-compare-list .tf-compare-offcanvas .tf-compare-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: var(--product-image-ratio);
  object-fit: cover;
}

/* Sticky ATC compact image if present */
body.site-theme .tf-sticky-btn-atc .tf-mini-cart-item .tf-mini-cart-image {
  width: 64px;
  height: 64px;
  aspect-ratio: var(--product-image-ratio);
}

body.site-theme .order-now-image img {
  aspect-ratio: var(--product-image-ratio);
}

@media (max-width: 575.98px) {
  body.site-theme .tf-mini-cart-item .tf-mini-cart-image,
  body.site-theme .modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image {
    width: 80px;
    height: 80px;
  }

  body.site-theme .order_product .image,
  body.site-theme .table-order-detail .order_product .image,
  body.site-theme .list-order-product .img-product {
    width: 72px;
    max-width: 72px;
  }
}

/* Search modal */
body.site-theme .popup-search .form-search fieldset input {
  width: 100%;
  padding-inline-start: 42px;
  padding-inline-end: 42px;
}

body.site-theme .popup-search .form-search .button-submit {
  left: auto;
  right: auto;
  inset-inline-start: 0;
}

body.site-theme .popup-search .form-search .icon-x {
  left: auto;
  right: auto;
  inset-inline-end: 0;
  border: 0;
  background: transparent;
  padding: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body.site-theme .popup-search .suggestion-product-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.site-theme .popup-search .suggestion-product-item .img-style {
  flex: 0 0 94px;
  width: 94px;
  height: 94px;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
}

body.site-theme .popup-search .suggestion-product-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.site-theme .popup-search .suggestion-product-item .content {
  flex: 1 1 auto;
  min-width: 0;
}

body.site-theme .popup-search .search-suggestions-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(28, 28, 28, 0.62);
}

[dir="rtl"] body.site-theme .popup-search .suggestion-product-item {
  flex-direction: row;
  direction: rtl;
  text-align: right;
}

[dir="ltr"] body.site-theme .popup-search .suggestion-product-item {
  flex-direction: row;
  direction: ltr;
  text-align: left;
}

[dir="rtl"] body.site-theme .popup-search .suggestion-product-item .price {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

[dir="rtl"] body.site-theme .popup-search .quick-link,
[dir="rtl"] body.site-theme .popup-search .suggestion {
  text-align: right;
}

@media (max-width: 767px) {
  body.site-theme .popup-search .content-wrap {
    padding-inline: 20px;
  }
}

/* =========================================================
   Site-wide RTL (Arabic)
   ========================================================= */
[dir="rtl"] body.site-theme {
  text-align: right;
}

[dir="rtl"] body.site-theme .tf-field .tf-lable {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] body.site-theme .toggle-pass {
  right: auto;
  left: 0;
}

[dir="rtl"] body.site-theme .tf-field.password-wrapper .tf-input {
  padding-left: 28px !important;
  padding-right: 0 !important;
}

[dir="rtl"] body.site-theme .popup-style-1 .canvas-header,
[dir="rtl"] body.site-theme .popup-login .canvas-header,
[dir="rtl"] body.site-theme .popup-register .canvas-header,
[dir="rtl"] body.site-theme .popup-reset-pass .canvas-header {
  flex-direction: row;
  text-align: right;
}

[dir="rtl"] body.site-theme .popup-style-1 .canvas-header .title,
[dir="rtl"] body.site-theme .popup-login .canvas-header .title {
  text-align: right;
}

[dir="rtl"] body.site-theme .form-log .bottom {
  flex-direction: row;
  justify-content: space-between;
}

[dir="rtl"] body.site-theme .checkbox-wrap {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  text-align: right;
}

[dir="rtl"] body.site-theme .checkbox-wrap.align-items-start {
  align-items: flex-start;
}

[dir="rtl"] body.site-theme .checkbox-wrap .text-caption-1,
[dir="rtl"] body.site-theme .checkbox-wrap p {
  text-align: right;
  margin: 0;
}

[dir="rtl"] body.site-theme .auth-switch-link {
  flex-direction: row;
  justify-content: flex-start;
  text-align: right;
}

[dir="rtl"] body.site-theme .auth-switch-link .icon-arrow-right-up2,
[dir="rtl"] body.site-theme .icon-arrow-right-up2,
[dir="rtl"] body.site-theme .icon-arrow-right-up,
[dir="rtl"] body.site-theme .tf-btn-line .icon-arrow-right-up2 {
  transform: scaleX(-1);
}

[dir="rtl"] body.site-theme .other-login .tf-btn {
  text-align: center;
}

[dir="rtl"] body.site-theme .nav-icon-list {
  justify-content: flex-end;
}

[dir="ltr"] body.site-theme .nav-icon-list {
  justify-content: flex-end;
}

[dir="rtl"] body.site-theme .main-menu .navigation {
  direction: rtl;
}

[dir="rtl"] body.site-theme .breadcrumb-list,
[dir="rtl"] body.site-theme .breadcrumb-list.v2 {
  direction: rtl;
  justify-content: flex-start;
  text-align: right;
}

[dir="rtl"] body.site-theme.page-product .tf-product-info-wrap {
  text-align: right;
}

[dir="rtl"] body.site-theme.page-product .product-info-name,
[dir="rtl"] body.site-theme.page-product .variant-picker-label,
[dir="rtl"] body.site-theme.page-product .product-info-price {
  text-align: right;
}

[dir="rtl"] body.site-theme.page-product .variant-picker-values {
  justify-content: flex-start;
}

[dir="rtl"] body.site-theme.page-product .product-info-price .price-new,
[dir="rtl"] body.site-theme.page-product .product-info-price .price-old,
[dir="rtl"] body.site-theme .card-product .price-new,
[dir="rtl"] body.site-theme .card-product .price-old {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}

[dir="rtl"] body.site-theme .card-product .price-wrap {
  direction: ltr;
  unicode-bidi: isolate;
}

[dir="rtl"] body.site-theme.page-product .variant-size .size-btn {
  text-align: center;
}

[dir="rtl"] body.site-theme.page-shop .tf-shop-control,
[dir="rtl"] body.site-theme.page-shop .tf-shop-control h2 {
  text-align: right;
}

[dir="rtl"] body.site-theme .modal-shopping-cart .modal-content,
[dir="rtl"] body.site-theme .tf-mini-cart-item {
  text-align: right;
}

[dir="rtl"] body.site-theme .modal-shopping-cart .tf-mini-cart-item {
  direction: rtl;
}

[dir="rtl"] body.site-theme input[type="email"],
[dir="rtl"] body.site-theme input[type="tel"],
[dir="rtl"] body.site-theme input[type="url"],
[dir="rtl"] body.site-theme input[type="number"],
[dir="rtl"] body.site-theme input.password-field {
  direction: ltr;
  text-align: right;
}

[dir="ltr"] body.site-theme .auth-switch-link .icon-arrow-right-up2 {
  transform: none;
}
