/* WordPress/WooCommerce compatibility layer for the SAHA Shopify design. */

body {
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
}

.saha-text-logo {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--c-primary);
}

.saha-default-logo {
  display: block;
  width: auto;
  height: 32px;
  max-width: 156px;
  object-fit: contain;
}

.site-footer .saha-text-logo {
  color: #fff;
}

.site-footer .saha-default-logo {
  filter: brightness(0) invert(1);
  opacity: .96;
}

.site-footer__logo img {
  width: auto;
  max-height: 40px;
}

.announcement-bar .container {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,.92);
  text-align: center;
}

.announcement-bar strong {
  font-weight: 800;
  color: #fff;
}

.site-footer__links ul,
.site-footer__links li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__links a,
.site-footer__link {
  display: block;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  padding: 3px 0;
  transition: color .2s ease;
}

.site-footer__links a:hover,
.site-footer__link:hover {
  color: #fff;
}

.site-footer__payments {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.site-footer__payments span {
  font-size: 11px;
  color: rgba(255,255,255,.38);
}

.site-footer__payments span:not(:first-child) {
  padding: 4px 8px;
  background: rgba(255,255,255,.08);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,.75);
}

.hero__secondary-btn {
  background: rgba(255,255,255,.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(10px);
}

.hero__product-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.saha-category-card__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 800;
  color: rgba(255,255,255,.72);
  background: var(--c-primary);
}

.marquee-brands {
  overflow: hidden;
  background: var(--c-primary);
  color: #fff;
  padding: 16px 0;
}

.marquee-brands__track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: saha-marquee 24s linear infinite;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.marquee-brands__track span {
  padding-right: 24px;
}

@keyframes saha-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.brand-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  gap: 32px;
  align-items: center;
  background: var(--c-primary);
  color: #fff;
  border-radius: var(--radius-xl);
  padding: clamp(28px, 5vw, 56px);
  overflow: hidden;
  position: relative;
}

.brand-spotlight .section-header__title,
.brand-spotlight p {
  color: #fff;
}

.brand-spotlight p {
  max-width: 620px;
  margin: 0 0 24px;
  color: rgba(255,255,255,.68);
}

.brand-spotlight__meta {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.06);
}

.brand-spotlight__meta span {
  color: rgba(255,255,255,.68);
  font-size: 14px;
}

.brand-spotlight__meta strong {
  font-family: var(--font-heading);
  color: #fff;
  font-size: 22px;
}

/* Product card */
.product-card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  background: var(--c-bg, #fff);
  border: 1px solid var(--c-border, #f0f0f0);
  transition: box-shadow .25s, transform .25s;
}

.product-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,.1);
  transform: translateY(-2px);
}

.product-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  background: #f5f5f5;
  aspect-ratio: 3 / 4;
}

.product-card__img,
.product-card__media .attachment-woocommerce_thumbnail,
.product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  image-rendering: auto;
}

.site-header__seller-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(24,58,107,.18);
  border-radius: 999px;
  color: var(--c-primary);
  background: #f5f7fb;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s, background .2s, border-color .2s;
}

.site-header__seller-link:hover {
  color: #fff;
  background: var(--c-primary);
  border-color: var(--c-primary);
}

.product-card:hover .product-card__img,
.product-card:hover .product-card__media img {
  transform: scale(1.05);
}

.product-card__img--soldout {
  filter: grayscale(.6);
  opacity: .7;
}

.wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 25;
  background: rgba(255,255,255,.92);
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  padding: 0;
  transition: transform .2s;
}

.wishlist-btn:hover {
  transform: scale(1.12);
}

.heart-icon {
  fill: none;
  stroke: var(--c-accent);
  stroke-width: 2px;
  transition: all .25s;
}

.wishlist-btn.is-active .heart-icon {
  fill: #dc2626;
  stroke: #dc2626;
}

.corner-sold-out,
.corner-sale-badge {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 5px 12px;
  font-size: 10px;
  font-weight: 800;
  z-index: 15;
  border-bottom-right-radius: 8px;
  letter-spacing: .06em;
}

.corner-sold-out {
  background: #dc2626;
}

.corner-sale-badge {
  background: var(--c-accent);
}

.product-card__info {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}

.product-card__vendor,
.product-card__brand {
  font-size: 11px;
  color: var(--c-accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  text-decoration: none;
}

.product-card__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
  text-decoration: none;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card__title:hover {
  color: var(--c-accent);
}

.product-card__pricing {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 4px;
}

.product-card__pricing .price,
.product-card__price,
.product-info__price .price {
  font-size: 16px;
  font-weight: 800;
  color: var(--c-text);
}

.product-card__pricing del,
.product-card__compare,
.product-info__price del {
  font-size: 13px;
  font-weight: 400;
  color: #9ca3af;
  text-decoration: line-through;
}

.product-card__pricing ins,
.product-info__price ins {
  text-decoration: none;
}

.product-card__actions {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 12px;
}

.product-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  text-decoration: none;
  width: 100%;
  transition: opacity .2s, transform .15s;
  white-space: nowrap;
}

.product-card__btn:hover {
  transform: translateY(-1px);
  opacity: .88;
}

.product-card__btn--atc,
.product-card__btn--buynow {
  color: #fff;
}

.product-card__btn--soldout {
  background: #f0f0f0;
  color: #999;
  cursor: not-allowed;
}

/* Trust strip */
.trust-strip {
  background: var(--c-surface);
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
}

.trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  border-right: 1px solid var(--c-border);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .5s ease, transform .5s ease;
}

.trust-item:last-child {
  border-right: none;
}

.trust-item.trust-visible {
  opacity: 1;
  transform: translateY(0);
}

.trust-item__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: var(--radius-md);
  background: var(--c-accent-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-accent);
}

.trust-item__title {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-primary);
}

.trust-item__desc {
  font-size: 12px;
  color: var(--c-text-light);
  margin-top: 2px;
}

/* Product page */
.product-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 0;
  align-items: flex-start;
}

.product-gallery {
  flex: 1 1 420px;
  max-width: 560px;
}

.product-info {
  flex: 1 1 360px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
}

.product-slider-wrapper {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: var(--c-bg-2);
}

.product-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.product-slider::-webkit-scrollbar {
  display: none;
}

.product-slider .slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  overflow: hidden;
  line-height: 0;
}

.product-slider .slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  max-height: 680px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 12px 0 6px;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-border);
  transition: background .2s, transform .2s;
  cursor: pointer;
}

.dot.active {
  background: var(--c-accent);
  transform: scale(1.3);
}

.product-gallery__thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-top: 10px;
  scrollbar-width: none;
}

.product-gallery__thumb {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color .18s;
  background: none;
  padding: 0;
}

.product-gallery__thumb.active {
  border-color: var(--c-accent);
}

.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info__brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.product-info__brand-name {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--c-accent);
  text-decoration: none;
}

.product-info__title {
  font-family: var(--font-heading);
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 800;
  color: var(--c-primary);
  line-height: 1.1;
  margin-bottom: 16px;
}

.product-description-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
}

.product-desc-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
  padding: 13px 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--c-primary);
}

.product-desc-toggle svg {
  flex-shrink: 0;
  transition: transform .3s ease;
}

.product-desc-toggle.open svg {
  transform: rotate(180deg);
}

.product-desc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.4,0,.2,1);
}

.product-desc-body.open {
  max-height: 2200px;
  padding-bottom: 16px;
}

.product-desc-inner {
  padding-top: 14px;
  font-size: 14px;
  color: var(--c-text-mid);
  line-height: 1.8;
  overflow-wrap: break-word;
}

.product-info__price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 22px;
}

.product-info__price {
  font-size: 26px;
  font-weight: 800;
  color: var(--c-primary);
}

.saha-single-cart form.cart {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.saha-single-cart .quantity input.qty {
  width: 88px;
  min-height: 44px;
  border: 1.5px solid var(--c-border);
  border-radius: 999px;
  padding: 0 14px;
  text-align: center;
}

.saha-single-cart button.single_add_to_cart_button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  border: none;
  border-radius: 999px;
  padding: 14px 24px;
  background: var(--c-primary);
  color: #fff;
  font-weight: 700;
}

.saha-single-cart button.single_add_to_cart_button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
  background: var(--c-accent);
  color: #fff;
}

.variations {
  width: 100%;
  border: 0;
}

.variations th,
.variations td {
  display: block;
  padding: 0 0 10px;
  text-align: left;
}

.variations select {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--c-border);
  border-radius: 12px;
  background: #fff;
}

/* Shop/archive */
.collection-hero {
  padding: 56px 0 20px;
}

.filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid var(--c-border);
  margin-bottom: 0;
  gap: 20px;
}

.saha-ordering .woocommerce-ordering {
  margin: 0;
}

.saha-ordering select {
  padding: 8px 12px;
  border-radius: var(--radius-full);
  border: 1.5px solid var(--c-border);
  font-size: 13px;
  background: transparent;
  cursor: pointer;
  outline: none;
}

.woocommerce-pagination {
  margin-top: 32px;
}

.woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  border: 0;
}

.woocommerce-pagination .page-numbers li {
  border: 0;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
  width: 38px;
  height: 38px;
  border: 1px solid var(--c-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-pagination .page-numbers .current {
  background: var(--c-primary);
  color: #fff;
}

.empty-state {
  text-align: center;
  padding: 80px 20px;
}

.empty-state__title {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  color: var(--c-primary);
  margin-bottom: 10px;
}

/* Cart drawer */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,22,40,.42);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}

.drawer-overlay.open {
  opacity: 1;
  visibility: visible;
}

.cart-drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: min(440px, 100vw) !important;
  background: #fff !important;
  z-index: 1000 !important;
  transform: translateX(100%) !important;
  transition: transform .38s cubic-bezier(.4,0,.2,1) !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: -6px 0 40px rgba(0,0,0,.13) !important;
  border-left: 1px solid #e8e8e4 !important;
}

.cart-drawer.open {
  transform: translateX(0) !important;
}

.cart-drawer__panel {
  display: contents;
}

.cart-drawer__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 18px 22px !important;
  border-bottom: 1px solid #e8e8e4 !important;
  flex-shrink: 0 !important;
  background: #fff !important;
}

.cart-drawer__header-left {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.cart-drawer__title {
  font-family: var(--font-heading) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #0a1628 !important;
  margin: 0 !important;
}

.cart-drawer__badge {
  background: var(--c-accent) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 3px 9px !important;
  border-radius: 99px !important;
}

.cart-drawer__close {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #f2f2ee !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #888 !important;
  padding: 0 !important;
}

.cart-drawer__body {
  flex: 1 !important;
  overflow-y: auto !important;
  background: #fff !important;
}

.cart-empty {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  padding: 60px 28px !important;
}

.cart-empty__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--c-accent-glow);
  color: var(--c-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 14px;
}

.cart-empty__title {
  font-family: var(--font-heading) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #0a1628 !important;
  margin: 0 0 8px !important;
}

.cart-empty__text {
  font-size: 14px !important;
  color: #888 !important;
  max-width: 240px !important;
}

.cart-item {
  display: grid !important;
  grid-template-columns: 92px 1fr !important;
  gap: 14px !important;
  padding: 18px 20px !important;
  border-bottom: 1px solid #f0f0ec !important;
  position: relative !important;
  background: #fff !important;
}

.cart-item.is-loading {
  opacity: .45;
  pointer-events: none;
}

.cart-item__img-wrap {
  display: block !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
}

.cart-item__img-wrap img {
  width: 100%;
  height: 117px;
  object-fit: cover;
}

.cart-item__body {
  min-width: 0;
}

.cart-item__top,
.cart-item__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cart-item__brand {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--c-accent);
  font-weight: 700;
}

.cart-item__remove {
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  color: #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item__title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-primary);
  line-height: 1.35;
  margin: 4px 0 8px;
}

.cart-item__variant-text,
.cart-item__variant-text p,
.cart-item__variant-text dl {
  font-size: 11px;
  color: var(--c-text-light);
  margin: 0 0 8px;
}

.cart-item__qty-stepper {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--c-border);
  border-radius: 999px;
  padding: 4px;
}

.cart-item__qty-btn {
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 50%;
  background: var(--c-bg-2);
  color: var(--c-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item__qty-val {
  min-width: 18px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.cart-item__price {
  font-size: 13px;
  font-weight: 800;
  color: var(--c-primary);
}

.cart-drawer__footer {
  padding: 20px 24px;
  border-top: 1px solid var(--c-border);
  background: #fff;
}

.cart-drawer__subtotal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cart-drawer__subtotal-label {
  color: var(--c-text-light);
  font-size: 13px;
}

.cart-drawer__subtotal-price {
  color: var(--c-primary);
  font-weight: 800;
}

.cart-drawer__checkout-note {
  font-size: 12px;
  color: var(--c-text-light);
  margin-bottom: 14px;
}

.saha-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  border: 1.5px solid transparent;
  margin-top: 10px;
}

.saha-btn--primary {
  background: var(--c-accent);
  color: #fff;
}

.saha-btn--outline {
  color: var(--c-primary);
  border-color: var(--c-border);
}

.cart-trust {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.cart-trust__item {
  font-size: 11px;
  color: var(--c-text-light);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 12px);
  opacity: 0;
  background: var(--c-primary);
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  box-shadow: var(--shadow-lg);
  z-index: 2000;
  transition: opacity .25s ease, transform .25s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Brands page */
.brands-page-hero,
.sell-hero {
  background: var(--c-primary);
  padding: 70px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.brands-page-hero::before,
.sell-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(27,111,255,.24) 0%, transparent 70%);
  pointer-events: none;
}

.brands-page-hero .container,
.sell-hero .container {
  position: relative;
  z-index: 1;
}

.brands-page-hero h1,
.sell-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}

.sell-hero h1 {
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.05;
}

.sell-hero h1 em {
  color: var(--c-accent-2);
  font-style: italic;
}

.brands-page-hero p,
.sell-hero p {
  font-size: 16px;
  color: rgba(255,255,255,.65);
  max-width: 600px;
  margin: 0 auto 32px;
}

.brand-search-wrap {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

.brand-search-wrap input {
  width: 100%;
  padding: 14px 44px 14px 20px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255,255,255,.15);
  font-size: 15px;
  background: rgba(255,255,255,.1);
  color: #fff;
  outline: none;
}

.brand-search-wrap input::placeholder {
  color: rgba(255,255,255,.55);
}

.brand-search-wrap svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,.45);
}

.bp {
  padding: clamp(40px, 6vw, 80px) var(--gutter);
}

.bp__hero {
  margin-bottom: clamp(28px, 4vw, 48px);
}

.bp__title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 800;
  color: var(--c-primary);
  margin: 0 0 8px;
  line-height: 1.1;
}

.bp__subtitle {
  font-size: 15px;
  color: var(--c-text-light);
}

.bp__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.brand-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease;
}

.brand-tile:hover {
  transform: translateY(-4px);
}

.brand-tile__logo-wrap {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: var(--c-bg-2);
  border: 1px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: box-shadow .25s, border-color .25s;
}

.brand-tile:hover .brand-tile__logo-wrap {
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
  border-color: var(--c-accent);
}

.brand-tile__fallback-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  display: block;
}

.brand-tile__initials {
  font-family: var(--font-heading);
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 800;
  color: var(--c-text-light);
  text-transform: uppercase;
  user-select: none;
}

.brand-tile__name {
  font-size: 12px;
  font-weight: 700;
  color: var(--c-text);
  text-align: center;
  line-height: 1.3;
}

.bp__empty {
  text-align: center;
  padding: 80px 20px;
  color: var(--c-text-light);
  font-size: 16px;
}

/* Sell page */
.sell-hero__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.sell-hero__secondary {
  background: rgba(255,255,255,.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
}

.sell-hero__stats {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-top: 60px;
  padding-top: 48px;
  border-top: 1px solid rgba(255,255,255,.1);
  flex-wrap: wrap;
}

.sell-hero__stats div {
  display: grid;
  gap: 6px;
}

.sell-hero__stats strong {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.sell-hero__stats span {
  font-size: 13px;
  color: rgba(255,255,255,.45);
}

.saha-centered-heading {
  text-align: center;
  margin-bottom: 48px;
}

.sell-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.sell-step {
  text-align: center;
}

.sell-step__num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--c-accent-glow);
  border: 2px solid var(--c-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  font-weight: 800;
  color: var(--c-accent);
}

.sell-step__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-accent);
  margin-bottom: 8px;
}

.sell-step h3,
.sell-benefit-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.sell-step p,
.sell-benefit-card p {
  font-size: 14px;
  color: var(--c-text-light);
  line-height: 1.6;
}

.sell-benefits {
  background: var(--c-bg-2);
}

.sell-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sell-benefit-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-xl);
  padding: 32px;
}

.sell-benefit-card__icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--c-accent-glow);
  color: var(--c-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.seller-application {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-xl);
  padding: 40px;
}

.seller-application__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.seller-application__full {
  grid-column: 1 / -1;
}

.seller-application label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-primary);
}

.seller-application input,
.seller-application select,
.seller-application textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-md);
  font-size: 14px;
  outline: none;
  background: #fff;
}

.seller-application textarea {
  resize: vertical;
}

.seller-application input:focus,
.seller-application select:focus,
.seller-application textarea:focus {
  border-color: var(--c-accent);
}

.saha-form-notice {
  border-radius: var(--radius-lg);
  padding: 16px 18px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
}

.saha-form-notice--success {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
}

.saha-form-notice--error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.saha-entry,
.saha-page,
.saha-result-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 5vw, 48px);
}

.saha-page__content,
.saha-entry__content {
  margin-top: 22px;
}

.seller-dashboard-hero {
  position: relative;
  overflow: hidden;
  background: var(--c-primary);
  color: #fff;
  padding: clamp(64px, 10vw, 132px) 0 clamp(42px, 7vw, 82px);
}

.seller-dashboard-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(24,58,107,.96), rgba(24,58,107,.8)),
    radial-gradient(circle at 80% 20%, rgba(27,111,255,.28), transparent 34%);
}

.seller-dashboard-hero .container {
  position: relative;
  z-index: 1;
}

.seller-dashboard-hero h1 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(40px, 7vw, 82px);
  margin: 8px 0 16px;
}

.seller-dashboard-hero p {
  max-width: 720px;
  color: rgba(255,255,255,.74);
  font-size: 17px;
}

.seller-dashboard-shell {
  background: #f6f7f5;
}

.seller-login-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.seller-login-copy h2,
.seller-login-panel h2 {
  margin: 8px 0 14px;
  color: var(--c-primary);
}

.seller-login-copy > p {
  max-width: 620px;
  color: #667085;
}

.seller-login-benefits {
  display: grid;
  gap: 11px;
  margin: 26px 0;
}

.seller-login-benefits span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--c-primary);
}

.seller-login-benefits span::before {
  content: "\2713";
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--c-accent);
  font-size: 12px;
}

.seller-apply-link,
.seller-forgot-link {
  color: var(--c-accent);
  font-weight: 800;
  text-decoration: none;
}

.seller-login-panel {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #e5e9f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(10,22,40,.08);
}

.seller-login-panel label {
  display: block;
  margin-bottom: 7px;
  color: var(--c-primary);
  font-size: 13px;
  font-weight: 800;
}

.seller-login-panel input[type="text"],
.seller-login-panel input[type="password"] {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #d9dee8;
  border-radius: 6px;
  background: #fbfcfe;
}

.seller-login-panel .login-remember label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.seller-login-panel .login-submit input {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--c-accent);
  font-weight: 800;
  cursor: pointer;
}

.seller-forgot-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
}

.seller-empty-actions,
.seller-quickbar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.seller-quickbar {
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid #e3e7ee;
  border-radius: 8px;
  background: #fff;
}

.seller-quickbar__intro {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-right: auto;
  color: #667085;
  font-size: 13px;
}

.seller-quickbar__intro strong {
  color: var(--c-primary);
  font-size: 24px;
}

.seller-quickbar > a {
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--c-primary);
  background: #eef3fb;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.home-brands {
  background: #f6f7f5;
}

.home-brands__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.home-brand {
  color: var(--c-primary);
  text-align: center;
  text-decoration: none;
}

.home-brand__media {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid #e2e5e9;
  border-radius: 8px;
  background: #fff;
  transition: transform .25s, box-shadow .25s;
}

.home-brand:hover .home-brand__media {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(10,22,40,.09);
}

.home-brand__media img {
  width: 100%;
  height: 100%;
  padding: 12%;
  object-fit: contain;
}

.home-brand__media strong {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3vw, 46px);
}

.home-brand__name {
  display: block;
  margin-top: 11px;
  font-size: 13px;
  font-weight: 800;
}

.seller-home-cta {
  padding: clamp(58px, 8vw, 104px) 0;
  color: #fff;
  background: #102f5b;
}

.seller-home-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
  align-items: center;
}

.seller-home-cta h2 {
  max-width: 820px;
  margin: 8px 0 14px;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
}

.seller-home-cta p {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,.72);
}

.seller-home-cta__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

.seller-home-cta__link {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.seller-dashboard-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  padding: clamp(16px, 3vw, 28px);
  box-shadow: 0 18px 50px rgba(10,22,40,.08);
}

.seller-dashboard-card--empty {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.seller-dashboard-card--empty h2 {
  margin-bottom: 10px;
}

.seller-dashboard-card--empty p {
  margin: 0 auto 22px;
  max-width: 560px;
}

.seller-dashboard-card #wcfm-main-contentainer,
.seller-dashboard-card .wcfm-collapse,
.seller-dashboard-card .wcfm-container,
.seller-dashboard-card .wcfm-content {
  font-family: var(--font-body) !important;
}

.seller-dashboard-card .wcfm_menu_logo,
.seller-dashboard-card .wcfm_menu_no_logo,
.seller-dashboard-card #wcfm_menu {
  background: var(--c-primary) !important;
}

.seller-dashboard-card .wcfm_submit_button,
.seller-dashboard-card input.wcfm_submit_button,
.seller-dashboard-card button.wcfm_submit_button,
.seller-dashboard-card .wcfmmp_sold_by_container a {
  border-radius: 999px !important;
  background: var(--c-accent) !important;
  border-color: var(--c-accent) !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.seller-dashboard-card table,
.seller-dashboard-card .dataTables_wrapper {
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .site-header__seller-link span {
    display: none;
  }

  .site-header__seller-link {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .home-brands__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .seller-home-cta__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bp__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sell-steps,
  .sell-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .site-header__seller-link {
    display: none;
  }

  .seller-login-layout {
    grid-template-columns: 1fr;
  }

  .seller-home-cta__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-spotlight,
  .product-layout,
  .collection-layout {
    grid-template-columns: 1fr;
  }

  .product-layout {
    flex-direction: column;
    gap: 24px;
    padding: 24px 0;
  }

  .product-gallery,
  .product-info {
    max-width: 100%;
  }

  .trust-strip__inner,
  .sell-steps,
  .sell-benefits__grid,
  .seller-application__grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    border-right: none;
    border-bottom: 1px solid var(--c-border);
  }

  .bp__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .seller-application__full {
    grid-column: auto;
  }

  .filter-bar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .home-brands__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .product-card__btn {
    font-size: 12px;
    padding: 10px;
  }

  .product-card__info {
    padding: 10px 10px 12px;
  }

  .sell-hero__stats {
    gap: 24px;
  }

  .cart-item {
    grid-template-columns: 82px 1fr !important;
    padding: 16px !important;
  }
}

/* =========================================
   More from this Brand
   ========================================= */
.more-from-brand {
  padding-top: 60px;
  border-top: 1px solid var(--color-border, #e8e8e8);
}

.more-from-brand__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.more-from-brand__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--color-border, #e8e8e8);
}

.more-from-brand__name {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary, #0a3d91);
  text-decoration: none;
}

.more-from-brand__name:hover {
  text-decoration: underline;
}

.more-from-brand__grid {
  margin-top: 24px;
}

/* =========================================
   You May Also Like
   ========================================= */
.you-may-also-like {
  padding-top: 60px;
  border-top: 1px solid var(--color-border, #e8e8e8);
}

@media (max-width: 768px) {
  .more-from-brand,
  .you-may-also-like {
    padding-top: 40px;
  }
}

/* =========================================
   Wishlist Toast – upgraded
   ========================================= */
.toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  display: flex;
  align-items: center;
  gap: 10px;
  background: #111;
  color: #fff;
  padding: 13px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  z-index: 9999;
  pointer-events: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  white-space: nowrap;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.toast--success .toast__icon { color: #dc2626; }
.toast--info    .toast__icon { color: #9ca3af; }

.toast__icon {
  font-size: 16px;
  line-height: 1;
}

.toast__link {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 6px;
  font-weight: 700;
  white-space: nowrap;
}

.toast__link:hover { opacity: .8; }

/* Heart pop animation on add */
@keyframes wishlist-pop {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.4); }
  70%  { transform: scale(0.9); }
  100% { transform: scale(1); }
}

.wishlist-btn--pop {
  animation: wishlist-pop .35s cubic-bezier(.36,.07,.19,.97) both;
}
/* ============================================================
   SAHA — Product Card Gallery  (add to assets/saha-wp.css)
   ============================================================ */

/* ── Image track ──────────────────────────────────────────── */
.product-card__media {
    position: relative;
    overflow: hidden;
    /* make sure arrows and dots sit inside */
}

.product-card__img-track {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

/* All slides share the same space via absolute positioning */
.product-card__img-track--multi {
    /* height is driven by the first (active) image */
}

.product-card__img-track--multi .product-card__img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.04);
    transition:
        opacity 0.38s cubic-bezier(.4,0,.2,1),
        transform 0.38s cubic-bezier(.4,0,.2,1);
    pointer-events: none;
    user-select: none;
}

/* The first image still sizes the container */
.product-card__img-track--multi .product-card__img:first-child {
    position: relative;
}

.product-card__img-track--multi .product-card__img.is-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    position: relative; /* re-flow so card height follows active image */
}

/* ── Hover: slide-in from right on second image ───────────── */
.product-card:hover .product-card__img-track--multi .product-card__img.is-active {
    /* slightly zoom the current image out on hover */
    transform: scale(1.03);
}

/* ── Arrows ───────────────────────────────────────────────── */
.pc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 2px 12px rgba(0,0,0,.14);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    opacity: 0;
    transition:
        opacity 0.22s ease,
        background 0.18s ease,
        transform 0.18s ease;
    padding: 0;
}

.pc-arrow--prev { left: 10px; }
.pc-arrow--next { right: 10px; }

/* Show arrows on card hover */
.product-card:hover .pc-arrow {
    opacity: 1;
}

.pc-arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
}

.pc-arrow:active {
    transform: translateY(-50%) scale(0.96);
}

/* ── Dot indicators ───────────────────────────────────────── */
.pc-dots {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.22s ease;
}

.product-card:hover .pc-dots {
    opacity: 1;
}

.pc-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.55);
    border: 1px solid rgba(0,0,0,.18);
    transition: background 0.2s, transform 0.2s;
    cursor: pointer;
}

.pc-dot.is-active {
    background: #fff;
    transform: scale(1.3);
    border-color: rgba(0,0,0,.3);
}

/* ── Hover animation on the whole card (lift + subtle shadow) */
.product-card {
    transition:
        box-shadow 0.28s cubic-bezier(.4,0,.2,1),
        transform  0.28s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0,0,0,.10);
}

/* ── Sold-out image tint stays ── */
.product-card__img--soldout {
    filter: grayscale(35%) brightness(.92);
}

/* ═══════════════════════════════════════════════════════════════
   SAHA — Single Product Page Redesign
   Matches reference: brand logo + name | title | desc | price |
   variant buttons | ATC + Buy Now | thumb row | scroll sections
═══════════════════════════════════════════════════════════════ */

/* ── Wrapper ── */
.sp-wrap {
  padding: 40px 0 0;
}

/* ── Layout: 2-col on desktop ── */
.sp-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  padding: 0 0 60px;
  /* override WC wc_product_class inline styles */
  max-width: none !important;
  flex-wrap: unset !important;
}

/* ── Gallery ── */
.sp-gallery {
  position: sticky;
  top: calc(var(--header-h, 68px) + 20px);
}

.sp-slider-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: var(--c-bg-2, #f2f2ee);
  aspect-ratio: 3 / 4;
}

.sp-slider {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.sp-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.sp-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  position: absolute;
}

.sp-slide__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dots (mobile) */
.sp-dots {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  justify-content: center;
  gap: 5px;
  z-index: 5;
}

.sp-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  transition: background .2s, transform .2s;
}

.sp-dot.is-active {
  background: #fff;
  transform: scale(1.3);
}

/* Thumbnails row */
.sp-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}
.sp-thumbs::-webkit-scrollbar { display: none; }

.sp-thumb {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  background: none;
  padding: 0;
  transition: border-color .18s;
}

.sp-thumb.is-active {
  border-color: var(--c-primary, #0a1628);
}

.sp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Product Info ── */
.sp-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 8px;
}

/* Brand row */
.sp-brand-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.sp-brand-logo {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--c-border, #e8e8e4);
  object-fit: cover;
  flex-shrink: 0;
}

.sp-brand-name {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-accent, #1b6fff);
  text-decoration: none;
  transition: opacity .18s;
}
.sp-brand-name:hover { opacity: .7; }

/* Title */
.sp-title {
  font-family: var(--font-heading, 'Syne', sans-serif);
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 800;
  color: var(--c-primary, #0a1628);
  line-height: 1.1;
  margin-bottom: 20px;
}

/* Accordion (description / details) */
.sp-accordion {
  border-top: 1px solid var(--c-border, #e8e8e4);
  margin-bottom: 0;
}
.sp-accordion:last-of-type {
  border-bottom: 1px solid var(--c-border, #e8e8e4);
  margin-bottom: 20px;
}

.sp-accordion__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 14px 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--c-primary, #0a1628);
}

.sp-accordion__btn svg {
  flex-shrink: 0;
  transition: transform .28s ease;
}

.sp-accordion__btn.is-open svg {
  transform: rotate(180deg);
}

.sp-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s cubic-bezier(.4,0,.2,1);
}

.sp-accordion__body.is-open {
  max-height: 1200px;
}

.sp-accordion__inner {
  padding: 4px 0 16px;
  font-size: 14px;
  color: var(--c-text-mid, #444);
  line-height: 1.8;
}

/* Price */
.sp-price-row {
  margin: 16px 0 20px;
}

.sp-price {
  font-size: 24px;
  font-weight: 800;
  color: var(--c-primary, #0a1628);
}

.sp-price .price {
  font-size: 24px;
  font-weight: 800;
  color: var(--c-primary, #0a1628);
}

.sp-price del {
  font-size: 16px;
  font-weight: 400;
  color: var(--c-text-light, #888);
  text-decoration: line-through;
  margin-left: 6px;
}

.sp-price ins {
  text-decoration: none;
}

/* ── Variations: replace <select> with buttons ── */
.sp-cart .variations {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  margin-bottom: 4px;
}

.sp-cart .variations tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.sp-cart .variations th,
.sp-cart .variations td {
  display: block;
  padding: 0;
  text-align: left;
  border: none;
  background: none;
}

.sp-cart .variations .label {
  margin-bottom: 8px;
}

.sp-cart .variations .label label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--c-primary, #0a1628);
}

/* Hide native select — replaced by .sp-var-group via JS */
.sp-cart .variations select {
  display: none !important;
}

/* Hide WC reset link */
.sp-cart .reset_variations {
  display: none !important;
}

/* Variant button group (injected by JS) */
.sp-var-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.sp-var-btn {
  min-width: 44px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1.5px solid var(--c-border, #e8e8e4);
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-primary, #0a1628);
  cursor: pointer;
  transition: border-color .18s, background .18s, color .18s;
  white-space: nowrap;
  line-height: 1;
}

.sp-var-btn:hover {
  border-color: var(--c-primary, #0a1628);
}

.sp-var-btn.is-active {
  background: var(--c-primary, #0a1628);
  border-color: var(--c-primary, #0a1628);
  color: #fff;
}

.sp-var-btn.is-unavailable {
  opacity: .35;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* Color swatch buttons */
.sp-var-btn--color {
  width: 34px;
  height: 34px;
  min-width: 34px;
  padding: 0;
  border-radius: 50%;
  position: relative;
}

.sp-var-btn--color.is-active::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid var(--c-primary, #0a1628);
}

/* Quantity + ATC row */
.sp-cart .woocommerce-variation-add-to-cart,
.sp-cart form.cart {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sp-cart .quantity {
  display: none; /* hide qty — cleaner UX like reference */
}

/* ATC button */
.sp-cart button.single_add_to_cart_button {
  width: 100%;
  padding: 15px 24px;
  border-radius: 999px;
  border: none;
  background: var(--c-primary, #0a1628);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: .02em;
}

.sp-cart button.single_add_to_cart_button::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2h2l2.5 9h9l2-6H6' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='16.5' r='1.5' fill='white'/%3E%3Ccircle cx='14' cy='16.5' r='1.5' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.sp-cart button.single_add_to_cart_button:hover {
  background: #162340;
  transform: translateY(-1px);
}

.sp-cart button.single_add_to_cart_button:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}

/* Buy Now button */
.sp-buy-now {
  width: 100%;
  padding: 15px 24px;
  border-radius: 999px;
  border: none;
  background: var(--c-accent, #1b6fff);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .15s;
  text-align: center;
  display: block;
  text-decoration: none;
  letter-spacing: .02em;
  box-shadow: 0 4px 20px rgba(27,111,255,.3);
}

.sp-buy-now:hover {
  background: #0a5fee;
  transform: translateY(-1px);
  color: #fff;
}

/* WC variation price update */
.woocommerce-variation-price {
  display: none; /* we show price in sp-price-row */
}

.woocommerce-variation.single_variation {
  display: none;
}

/* ── Sections (More from Brand / Related) ── */
.sp-section {
  padding: 0 0 80px;
}

.sp-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 16px;
}

.sp-section__head-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sp-section__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-accent, #1b6fff);
}

.sp-section__title {
  font-family: var(--font-heading, 'Syne', sans-serif);
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  color: var(--c-primary, #0a1628);
  margin: 0;
}

.sp-section__brand-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.sp-section__brand-logo {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid var(--c-border, #e8e8e4);
  object-fit: cover;
}

.sp-section__brand-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-primary, #0a1628);
  text-decoration: none;
}
.sp-section__brand-link:hover { color: var(--c-accent, #1b6fff); }

.sp-section__view-all {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-primary, #0a1628);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  border: 1.5px solid var(--c-border, #e8e8e4);
  border-radius: 999px;
  transition: border-color .18s, color .18s;
}
.sp-section__view-all:hover {
  border-color: var(--c-primary, #0a1628);
}

/* ── Horizontal scroll row ── */
.sp-scroll-row {
  display: flex;
  align-items: center;
  gap: 0;
}

.sp-scroll-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 4px 2px 12px;
  flex: 1;
  min-width: 0;
  scrollbar-width: none;
}
.sp-scroll-track::-webkit-scrollbar { display: none; }

.sp-scroll-track .product-card {
  flex: 0 0 200px;
  scroll-snap-align: start;
  min-width: 0;
}

.sp-scroll-btn {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--c-border, #e8e8e4);
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-primary, #0a1628);
  transition: background .18s, border-color .18s;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.sp-scroll-btn:hover {
  background: var(--c-primary, #0a1628);
  border-color: var(--c-primary, #0a1628);
  color: #fff;
}
.sp-scroll-btn--prev { margin-right: 8px; }
.sp-scroll-btn--next { margin-left:  8px; }

/* ── Mobile responsive ── */
@media (max-width: 768px) {
  .sp-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sp-gallery {
    position: static;
  }

  .sp-slider-wrap {
    border-radius: 0;
    margin: 0 calc(-1 * var(--gutter, 16px));
    aspect-ratio: 3 / 4;
  }

  .sp-thumbs {
    margin: 10px 0 0;
  }

  .sp-dots {
    display: flex;
  }

  .sp-info {
    padding-top: 20px;
  }

  .sp-scroll-track .product-card {
    flex: 0 0 155px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   SAHA — Header + Product Page Fixes (patch)
═══════════════════════════════════════════════════════════════ */

/* ── 1. Header: equal padding top/bottom, tighter vertical rhythm ── */
.site-header {
  height: var(--header-height-desktop, 62px) !important;
}

.site-header .container {
  height: 100%;
}

.site-header__inner {
  height: 100%;
  padding: 0;         /* remove any extra padding creating uneven margins */
  align-items: center;
}

/* ── 2. Logo: bigger, more prominent ── */
.site-header__logo img,
.site-header__logo svg {
  height: var(--header-logo-height-desktop, 38px) !important;
  max-width: var(--header-logo-max-width, 180px) !important;
  width: auto;
}

/* ── 3. Nav links: slightly more visible, better contrast ── */
.site-header__nav .site-header__nav-link,
.site-header__nav a {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--c-primary);
  opacity: 1;
}

/* ── 4. Seller Hub button: outlined pill, more prominent ── */
.site-header__seller-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1.5px solid var(--c-border);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--c-primary);
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .18s, background .18s, color .18s;
  background: transparent;
}

.site-header__seller-link:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
  background: var(--c-accent-glow);
}

.site-header__seller-link svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

/* ── 5. Icon buttons: slightly larger hit area, subtle on hover ── */
.site-header__icon-btn {
  width: 38px !important;
  height: 38px !important;
  color: var(--c-primary);
  opacity: .9;
}

.site-header__icon-btn:hover {
  opacity: 1;
  background: var(--c-bg-2);
}

/* ── 6. Announcement bar: keep compact, no extra height ── */
.announcement-bar .container {
  min-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}

/* ── 7. ATC button: accent blue instead of dark ── */
.sp-cart button.single_add_to_cart_button {
  background: var(--c-accent, #1b6fff) !important;
  box-shadow: 0 4px 20px rgba(27,111,255,.25);
}

.sp-cart button.single_add_to_cart_button:hover {
  background: #0a5fee !important;
  transform: translateY(-1px);
}

/* Buy Now: dark navy */
.sp-buy-now {
  background: var(--c-primary, #0a1628) !important;
  box-shadow: none !important;
}

.sp-buy-now:hover {
  background: #162340 !important;
}

/* ── 8. Fix sp-section visibility: ensure sections always show ── */
.sp-section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ── 9. More from Brand / You May Also Like: fix old class conflict ── */
.more-from-brand,
.you-may-also-like {
  display: block;
  padding: 0 0 80px;
}

/* Override old grid with scroll layout for More from Brand */
.more-from-brand__grid {
  display: flex !important;
  gap: 16px !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
  padding-bottom: 8px;
}

.more-from-brand__grid::-webkit-scrollbar { display: none; }

.more-from-brand__grid .product-card {
  flex: 0 0 200px;
  scroll-snap-align: start;
}

/* ── 10. sp-section scroll rows — ensure they're always visible ── */
.sp-scroll-row {
  display: flex !important;
}

.sp-scroll-track {
  display: flex !important;
  overflow-x: auto !important;
}
/* ══════════════════════════════════════════════════════
   SCROLL-AWARE HEADER
══════════════════════════════════════════════════════ */
.site-header {
  transition: transform 0.32s cubic-bezier(0.4,0,0.2,1),
              box-shadow 0.32s ease !important;
}
.site-header.header--hidden {
  transform: translateY(-100%) !important;
}
.site-header.scrolled {
  box-shadow: 0 2px 20px rgba(10,22,40,0.10);
}

/* ══════════════════════════════════════════════════════
   PROFESSIONAL FILTER SIDEBAR
══════════════════════════════════════════════════════ */

/* Chevron icon in sidebar title */
.sidebar {
  position: sticky;
  top: 86px;
  align-self: start;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(10,22,40,.06);
  overflow: hidden;
}

.sidebar__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 20px 16px;
  border-bottom: 1px solid #eef1f5;
  background: linear-gradient(180deg, #fbfcff, #fff);
}

.sidebar__head span {
  color: var(--c-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sidebar__head h2 {
  margin: 4px 0 0;
  color: var(--c-primary);
  font-size: 24px;
  line-height: 1;
}

.sidebar__head a {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.sidebar__active-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 14px 18px 0;
}

.sidebar__active-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--c-primary);
  background: #eef4ff;
  font-size: 11px;
  font-weight: 800;
}

.sidebar__section {
  padding: 17px 20px;
  border-bottom: 1px solid #eef1f5;
}

.sidebar__section:last-child {
  border-bottom: 0;
}

.sidebar__section--deal {
  padding-top: 18px;
}

.sidebar__deal-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid rgba(27,111,255,.16);
  border-radius: 8px;
  background: #f6f9ff;
  cursor: pointer;
}

.sidebar__deal-toggle input {
  width: 18px;
  height: 18px;
  accent-color: var(--c-accent);
}

.sidebar__deal-toggle span {
  display: grid;
  gap: 2px;
}

.sidebar__deal-toggle strong {
  color: var(--c-primary);
  font-size: 13px;
}

.sidebar__deal-toggle small {
  color: #7b8492;
  font-size: 11px;
}

.sidebar__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--c-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.sidebar__options {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.sidebar__option {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 30px;
  color: #3f4d63;
  font-size: 13px;
  text-decoration: none;
}

.sidebar__chevron {
  transition: transform 0.22s ease;
  flex-shrink: 0;
  color: var(--c-text-light);
}
.sidebar__section.is-collapsed .sidebar__chevron {
  transform: rotate(-90deg);
}
.sidebar__section.is-collapsed .sidebar__options {
  display: none;
}

/* Active filter option */
.sidebar__option--active {
  color: var(--c-accent) !important;
  font-weight: 600;
}
.sidebar__option--active::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--c-accent);
  border-radius: 50%;
  margin-right: 6px;
  flex-shrink: 0;
}

/* Clear link */
.sidebar__clear-link {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: var(--c-text-light);
  text-decoration: underline;
  margin-top: 4px;
  transition: color 0.18s;
}
.sidebar__clear-link:hover { color: var(--c-accent); }

/* Count badge */
.sidebar__count {
  margin-left: auto;
  font-size: 11px;
  color: var(--c-text-light);
  font-weight: 500;
}

/* Radio as styled checkbox */
.sidebar__option input[type="radio"],
.sidebar__option input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 1.5px solid var(--c-border);
  cursor: pointer;
  accent-color: var(--c-accent);
  flex-shrink: 0;
}

/* Price range inputs */
.saha-price-range {}
.saha-price-range__inputs {
  display: flex;
  align-items: center;
  gap: 8px;
}
.saha-price-range__sep {
  font-size: 13px;
  color: var(--c-text-light);
  flex-shrink: 0;
}
.saha-price-input-wrap {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--c-border);
  border-radius: 10px;
  padding: 7px 10px;
  gap: 4px;
  flex: 1;
  min-width: 0;
  background: var(--c-bg);
  transition: border-color 0.18s;
}
.saha-price-input-wrap:focus-within {
  border-color: var(--c-accent);
}
.saha-price-currency {
  font-size: 11px;
  font-weight: 600;
  color: var(--c-text-light);
  flex-shrink: 0;
}
.saha-price-input {
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-primary);
  width: 100%;
  outline: none;
  min-width: 0;
}
.saha-price-input::-webkit-inner-spin-button,
.saha-price-input::-webkit-outer-spin-button { -webkit-appearance: none; }
.saha-price-input[type=number] { -moz-appearance: textfield; }

/* Elementor-controlled collections */
.saha-collections-section .section-header--collections {
  margin-bottom: clamp(24px, 4vw, 42px);
}

.section-header__subtitle {
  max-width: 620px;
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 15px;
}

.saha-collections-grid {
  display: grid;
  grid-template-columns: repeat(var(--saha-collection-columns, 4), minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.saha-collection-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e2e6ec;
  border-radius: 8px;
  background: #fff;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(10,22,40,.055);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.saha-collection-card:hover {
  transform: translateY(-4px);
  border-color: rgba(27,111,255,.28);
  box-shadow: 0 20px 42px rgba(10,22,40,.1);
}

.saha-collection-card__media {
  display: grid;
  place-items: center;
  aspect-ratio: var(--saha-collection-aspect, 4 / 3);
  min-height: var(--saha-collection-min-height, 220px);
  overflow: hidden;
  background: linear-gradient(135deg, #183a6b, #1b6fff);
}

.saha-collection-card__img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: var(--saha-collection-fit, cover);
  object-position: center;
  display: block;
  transition: transform .45s ease;
}

.saha-collection-card:hover .saha-collection-card__img {
  transform: scale(1.045);
}

.saha-collection-card__fallback {
  font-family: var(--font-heading);
  font-size: clamp(36px, 5vw, 70px);
  font-weight: 900;
  opacity: .34;
}

.saha-collection-card__overlay {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: flex-end;
  min-height: 54%;
  padding: 18px;
  background: linear-gradient(to top, rgba(5,16,36,.78), rgba(5,16,36,0));
}

.saha-collection-card__overlay span {
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 800;
  line-height: 1.05;
}

/* Best-selling product spotlight */
.brand-spotlight--products {
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
}

.brand-spotlight__products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.brand-spotlight__product {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,.08);
}

.brand-spotlight__product--1 {
  grid-row: span 2;
}

.brand-spotlight__product img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform .45s ease;
}

.brand-spotlight__product:hover img {
  transform: scale(1.045);
}

.brand-spotlight__product span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(7,21,46,.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .saha-collections-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .brand-spotlight--products {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .saha-collections-grid,
  .brand-spotlight__products {
    grid-template-columns: 1fr;
  }
  .brand-spotlight__product--1 {
    grid-row: auto;
  }
}

/* SAHA polish layer: editable sections, safer media crops, conversion pages */
.saha-collections-section {
  overflow: hidden;
}

.saha-collections-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}

.saha-collection-card {
  min-height: var(--saha-collection-min-height, 280px);
  isolation: isolate;
}

.saha-collection-card__media {
  min-height: var(--saha-collection-min-height, 280px);
}

.saha-collection-card__img {
  object-position: center center;
  transform-origin: center;
}

.saha-collections-section--title-below .saha-collection-card {
  color: var(--c-primary);
  background: #fff;
}

.saha-collections-section--title-below .saha-collection-card__media {
  min-height: 0;
}

.saha-collections-section--title-below .saha-collection-card__overlay {
  position: static;
  min-height: auto;
  padding: 16px 18px 18px;
  background: #fff;
  border-top: 1px solid #e8edf4;
}

.saha-collections-section--title-below .saha-collection-card__overlay span {
  color: var(--c-primary);
  font-size: 19px;
}

.product-card__badge-stack {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 22;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

.product-card__badge-stack .corner-sold-out,
.product-card__badge-stack .corner-sale-badge,
.product-card__badge-stack .corner-new-badge {
  position: static;
  border-radius: 999px;
  padding: 6px 10px;
  box-shadow: 0 8px 20px rgba(5,16,36,.14);
}

.corner-new-badge {
  color: #fff;
  background: linear-gradient(135deg, #0ea5e9, #1b6fff);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.saha-archive-hero {
  padding: clamp(58px, 8vw, 96px) 0 clamp(34px, 5vw, 56px);
  background:
    radial-gradient(circle at 84% 20%, rgba(27,111,255,.14), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #fff 58%, #eef5ff 100%);
}

.saha-archive-hero__eyebrow,
.saha-editorial-hero__eyebrow {
  margin-bottom: 12px;
  color: var(--c-accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.saha-archive-hero h1,
.saha-editorial-hero h1,
.saha-wishlist-hero h1 {
  margin: 0;
  color: var(--c-primary);
  font-family: var(--font-heading);
  font-size: clamp(42px, 7vw, 86px);
  line-height: .95;
}

.saha-archive-hero p,
.saha-editorial-hero p,
.saha-wishlist-hero p {
  max-width: 620px;
  margin: 16px 0 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.65;
}

.saha-archive-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.saha-archive-hero__chips span {
  padding: 9px 13px;
  border: 1px solid rgba(24,58,107,.12);
  border-radius: 999px;
  color: var(--c-primary);
  background: rgba(255,255,255,.76);
  font-size: 12px;
  font-weight: 800;
}

.saha-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
}

.saha-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: var(--c-primary);
  background: #fff;
  text-decoration: none;
  font-weight: 800;
}

.saha-pagination .page-numbers.current,
.saha-pagination .page-numbers:hover {
  color: #fff;
  background: var(--c-primary);
  border-color: var(--c-primary);
}

.saha-wishlist-page {
  padding: clamp(40px, 6vw, 76px) 0 90px;
  background: #f7f9fc;
}

.saha-wishlist-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.saha-wishlist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.saha-wishlist-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
  border: 1px solid #e3e8ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(12,25,48,.06);
}

.saha-wishlist-card__media {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 12px;
  background: #eef2f7;
}

.saha-wishlist-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.saha-wishlist-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

.saha-wishlist-card__brand {
  color: var(--c-accent);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

.saha-wishlist-card__title {
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.25;
}

.saha-wishlist-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

.saha-wishlist-card__actions {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.saha-wishlist-card__actions .product-card__btn {
  min-height: 38px;
  padding: 0 14px;
}

.saha-wishlist-card__remove {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #64748b;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.saha-wishlist-empty,
.saha-wishlist-loading {
  padding: 48px 20px;
  border: 1px dashed #cbd5e1;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.saha-wishlist-empty__icon {
  color: var(--c-accent);
  font-size: 44px;
}

.saha-editorial-hero {
  padding: clamp(58px, 8vw, 110px) 0 clamp(34px, 5vw, 58px);
  color: #fff;
  background: linear-gradient(135deg, #183a6b, #1b6fff);
}

.saha-editorial-hero h1,
.saha-editorial-hero p,
.saha-editorial-hero__eyebrow {
  color: #fff;
}

.saha-editorial-body {
  padding: clamp(34px, 5vw, 72px) 0 90px;
  background: #f7f9fc;
}

.saha-editorial-card {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid #e4e9f1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(12,25,48,.07);
  color: #334155;
  font-size: 17px;
  line-height: 1.75;
}

.saha-editorial-card h2,
.saha-editorial-card h3 {
  color: var(--c-primary);
  font-family: var(--font-heading);
}

.saha-co {
  position: relative;
}

.saha-co:before {
  content: "Secure checkout";
  position: absolute;
  top: 10px;
  left: 20px;
  color: #16a34a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

@media (max-width: 720px) {
  .saha-wishlist-hero,
  .saha-wishlist-card,
  .saha-wishlist-card__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .saha-wishlist-card__media {
    width: 100%;
  }
  .saha-co:before {
    position: static;
    display: block;
    margin: 0 20px -8px;
    padding-top: 14px;
  }
}

/* Active filter count pill on mobile */
.saha-filter-toggle {
  display: none;
}
@media (max-width: 1024px) {
  .saha-filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: var(--radius-full);
    border: 1.5px solid var(--c-border);
    font-size: 13px;
    font-weight: 600;
    color: var(--c-primary);
    background: var(--c-surface);
    cursor: pointer;
    transition: var(--transition);
  }
  .saha-filter-toggle:hover { border-color: var(--c-accent); color: var(--c-accent); }
  .saha-filter-count {
    background: var(--c-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 999px;
    padding: 1px 6px;
    min-width: 18px;
    text-align: center;
    display: none;
  }
  .saha-filter-count.is-active { display: block; }
}

/* =============================================================
   SAHA PREMIUM PAGES
   Store · My Account · Checkout
   ============================================================= */

/* ── Shared tokens ─────────────────────────────────────────── */
:root {
  --navy:    #1B3472;
  --accent:  #1B6FFF;
  --border:  #eaecf0;
  --bg-soft: #f8f9fc;
  --text:    #111827;
  --muted:   #6b7280;
  --radius:  14px;
  --shadow:  0 2px 16px rgba(0,0,0,.07);
}

/* ============================================================
   BRAND STORE PAGE
   ============================================================ */

.brand-store { padding-bottom: 80px; }

/* Banner */
.brand-store__banner {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
  background-color: var(--navy);
  position: relative;
}
.brand-store__banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,.45) 100%);
}
.brand-store__banner--default {
  background: linear-gradient(135deg, var(--navy) 0%, #2a4db5 60%, #1B6FFF 100%);
}

/* Header card */
.brand-store__header {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  margin-top: -56px;
  position: relative;
  z-index: 2;
  padding-top: 0;
}

.brand-store__logo-wrap {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  border: 3px solid #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,.18);
  overflow: hidden;
  background: #fff;
}
.brand-store__logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-store__meta {
  padding-bottom: 4px;
  flex: 1;
}

.brand-store__name {
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 900;
  color: var(--text);
  margin: 0 0 10px;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.brand-store__stats {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}

.brand-store__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.brand-store__stat-number {
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}
.brand-store__stat-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .5px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.brand-store__stat--rating .brand-store__stat-number { color: #f59e0b; }
.star-icon { color: #f59e0b; }

.brand-store__desc {
  font-size: 14px;
  color: var(--muted);
  margin: 12px 0 0;
  max-width: 500px;
  line-height: 1.6;
}

/* Stars row */
.brand-store__rating-bar {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 20px;
}

/* Divider */
.brand-store__divider {
  height: 1px;
  background: var(--border);
  margin: 28px 0;
}

/* Toolbar */
.brand-store__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.brand-store__count {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}

/* Pagination */
.brand-store__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.brand-store__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 10px;
  border: 1.5px solid var(--border);
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  transition: all .2s;
}
.brand-store__pagination .page-numbers.current,
.brand-store__pagination .page-numbers:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.brand-store__pagination .prev,
.brand-store__pagination .next {
  width: auto;
  padding: 0 16px;
  letter-spacing: .3px;
}

/* ============================================================
   MY ACCOUNT PAGE
   ============================================================ */
.saha-is-account #MainContent {
  background: var(--bg-soft);
  min-height: 75vh;
}

.saha-account {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  align-items: start;
}

/* Sidebar */
.saha-account__sidebar {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: sticky;
  top: 20px;
}

.saha-account__user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 18px;
  background: var(--navy);
  color: #fff;
}

.saha-account__avatar-img {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.3);
  object-fit: cover;
}

.saha-account__user-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
}
.saha-account__user-email {
  font-size: 11px;
  color: rgba(255,255,255,.65);
  margin-top: 2px;
  word-break: break-word;
}

/* Nav */
.saha-account__nav {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}

.saha-account__nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: background .15s, border-color .15s, color .15s;
  position: relative;
}
.saha-account__nav-item:hover {
  background: var(--bg-soft);
  color: var(--navy);
}
.saha-account__nav-item.active {
  background: #eef2ff;
  border-left-color: var(--navy);
  color: var(--navy);
  font-weight: 700;
}
.saha-account__nav-item--logout {
  margin-top: 8px;
  border-top: 1px solid var(--border);
  padding-top: 14px;
  color: #ef4444;
}
.saha-account__nav-item--logout:hover {
  background: #fef2f2;
  color: #dc2626;
}

.saha-account__nav-icon { flex-shrink: 0; opacity: .75; }
.saha-account__nav-item.active .saha-account__nav-icon,
.saha-account__nav-item:hover .saha-account__nav-icon { opacity: 1; }

.saha-account__nav-badge {
  margin-left: auto;
  background: var(--navy);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

/* Main content panel */
.saha-account__main {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  padding: 32px 36px;
  min-height: 400px;
}

/* Dashboard */
.saha-dashboard__welcome { margin-bottom: 28px; }
.saha-dashboard__title {
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  margin: 0 0 4px;
}
.saha-dashboard__title span { color: var(--navy); }
.saha-dashboard__subtitle { font-size: 14px; color: var(--muted); margin: 0; }

.saha-dashboard__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.saha-dashboard__card {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: box-shadow .2s;
}
.saha-dashboard__card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); }

.saha-dashboard__card-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  flex-shrink: 0;
}
.saha-dashboard__card-number {
  font-size: 24px;
  font-weight: 900;
  color: var(--text);
  line-height: 1;
}
.saha-dashboard__card-label {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
  margin-top: 3px;
}

/* Orders section */
.saha-dashboard__section { margin-top: 4px; }
.saha-dashboard__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.saha-dashboard__section-header h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: var(--text);
}
.saha-dashboard__section-link {
  font-size: 13px;
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}
.saha-dashboard__section-link:hover { text-decoration: underline; }

.saha-dashboard__orders { display: flex; flex-direction: column; gap: 10px; }

.saha-dashboard__order {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-soft);
  transition: box-shadow .15s;
}
.saha-dashboard__order:hover { box-shadow: 0 2px 12px rgba(0,0,0,.07); }

.saha-dashboard__order-thumb {
  width: 56px; height: 56px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid var(--border);
  flex-shrink: 0;
}
.saha-dashboard__order-thumb--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: var(--muted);
}

.saha-dashboard__order-info { flex: 1; min-width: 0; }
.saha-dashboard__order-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.saha-dashboard__order-num { font-size: 14px; font-weight: 700; color: var(--text); }
.saha-dashboard__order-status { font-size: 12px; font-weight: 700; }

.saha-dashboard__order-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  gap: 8px;
  font-size: 12px;
  color: var(--muted);
}
.saha-dashboard__order-total { font-weight: 700; color: var(--text); }

.saha-dashboard__order-link {
  width: 30px; height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--border);
  color: var(--muted);
  text-decoration: none;
  flex-shrink: 0;
  transition: all .15s;
}
.saha-dashboard__order-link:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.saha-dashboard__empty {
  text-align: center;
  padding: 40px 20px;
  color: var(--muted);
}
.saha-dashboard__empty svg { display: block; margin: 0 auto 14px; opacity: .35; }
.saha-dashboard__empty p { margin: 0 0 18px; font-size: 15px; }

/* WooCommerce default table overrides inside account */
.saha-account__main .woocommerce-table--order-details,
.saha-account__main table.woocommerce-table {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.saha-account__main table.woocommerce-table th {
  background: var(--bg-soft);
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
  text-align: left;
}
.saha-account__main table.woocommerce-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}
.saha-account__main table.woocommerce-table tr:last-child td { border-bottom: none; }
.saha-account__main .woocommerce-form input[type=text],
.saha-account__main .woocommerce-form input[type=email],
.saha-account__main .woocommerce-form input[type=tel],
.saha-account__main .woocommerce-form input[type=password],
.saha-account__main .woocommerce-form select,
.saha-account__main .woocommerce-address-fields input,
.saha-account__main .woocommerce-address-fields select {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-size: 14px;
  transition: border-color .15s;
}
.saha-account__main .woocommerce-form input:focus,
.saha-account__main .woocommerce-address-fields input:focus { border-color: var(--accent); outline: none; }
.saha-account__main .woocommerce-Button,
.saha-account__main .button { border-radius: 999px !important; }
.saha-account__main .woocommerce-MyAccount-content h2 {
  font-size: 18px; font-weight: 800; margin-bottom: 20px; color: var(--text);
}
/* ============================================================
   SAHA PREMIUM CHECKOUT — Hook-based, no template override
   ============================================================ */

body.saha-is-checkout #MainContent,
body.saha-is-checkout .site-main,
body.saha-is-checkout main {
  background: #f0f2f7 !important;
  min-height: 80vh;
}
body.saha-is-checkout .woocommerce-notices-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── Two-column grid ──────────────────────────────────────── */
.saha-co {
  display: grid !important;
  grid-template-columns: 1fr 360px !important;
  gap: 24px !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 40px 20px 80px !important;
  align-items: start !important;
}

.saha-co__left {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Blocks (steps) ──────────────────────────────────────── */
.saha-co__block {
  background: #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 1px 12px rgba(0,0,0,.06) !important;
  padding: 28px 30px !important;
  margin-bottom: 18px !important;
}
.saha-co__block:last-child { margin-bottom: 0 !important; }

.saha-co__block-head {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 24px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #eaecf0 !important;
}
.saha-co__step {
  font-size: 11px;
  font-weight: 900;
  color: #1B3472;
  letter-spacing: 1px;
  background: #eef2ff;
  border-radius: 6px;
  padding: 4px 9px;
  flex-shrink: 0;
}
.saha-co__block-title {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #111827 !important;
  margin: 0 !important;
  letter-spacing: -.2px !important;
}
.saha-co__secure {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #10b981;
  margin-left: auto;
  white-space: nowrap;
}

/* ── Guest notice ─────────────────────────────────────────── */
.saha-co__notice {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  padding: 11px 16px;
  font-size: 13px;
  color: #1e40af;
  margin-bottom: 18px;
}
.saha-co__notice-link { font-weight: 700; color: #1B6FFF; }

/* ── WC form fields ──────────────────────────────────────── */
.saha-co .woocommerce-billing-fields,
.saha-co #customer_details { width: 100% !important; float: none !important; }

.saha-co .form-row { margin-bottom: 14px !important; }

.saha-co .woocommerce-input-wrapper input,
.saha-co .woocommerce-input-wrapper select,
.saha-co .woocommerce-input-wrapper textarea,
.saha-co .input-text,
.saha-co select,
.saha-co #billing_country,
.saha-co #shipping_country {
  width: 100% !important;
  padding: 11px 14px !important;
  border: 1.5px solid #e2e5ec !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  color: #111827 !important;
  background: #fff !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  transition: border-color .15s, box-shadow .15s !important;
  box-shadow: none !important;
}
.saha-co .woocommerce-input-wrapper input:focus,
.saha-co .woocommerce-input-wrapper select:focus,
.saha-co .input-text:focus,
.saha-co select:focus {
  border-color: #1B6FFF !important;
  box-shadow: 0 0 0 3px rgba(27,111,255,.1) !important;
  outline: none !important;
}

.saha-co label {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #6b7280 !important;
  text-transform: uppercase !important;
  letter-spacing: .5px !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.saha-co label .required { color: #ef4444 !important; }

/* col2-set: full width, no float */
.saha-co .col2-set { width: 100% !important; float: none !important; }
.saha-co .col2-set .col-1,
.saha-co .col2-set .col-2 { width: 100% !important; float: none !important; }

/* ── Shipping methods ─────────────────────────────────────── */
.saha-co #shipping_method { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.saha-co #shipping_method li {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 12px 14px !important;
  border: 1.5px solid #e2e5ec !important;
  border-radius: 10px !important;
  margin-bottom: 8px !important;
  transition: border-color .15s !important;
}
.saha-co #shipping_method li:has(input:checked) {
  border-color: #1B3472 !important;
  background: #f5f7ff !important;
}
.saha-co #shipping_method label {
  text-transform: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
}

/* ── Payment block ─────────────────────────────────────────── */
.saha-co #payment { background: transparent !important; border: none !important; padding: 0 !important; }
.saha-co #order_review_heading { display: none !important; }

.saha-co #payment ul.payment_methods {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
  border: 1.5px solid #e2e5ec !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}
.saha-co #payment ul.payment_methods > li {
  padding: 14px 18px !important;
  border-bottom: 1px solid #eaecf0 !important;
  transition: background .15s !important;
}
.saha-co #payment ul.payment_methods > li:last-child { border-bottom: none !important; }
.saha-co #payment ul.payment_methods > li:has(input:checked) { background: #f9fafb !important; }
.saha-co #payment ul.payment_methods label {
  text-transform: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.saha-co #payment ul.payment_methods img { max-height: 26px !important; width: auto !important; }
.saha-co #payment .payment_box {
  background: #f0f2f7 !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  font-size: 13px !important;
  color: #6b7280 !important;
  margin-top: 10px !important;
}

/* Place Order button */
.saha-co #payment #place_order,
.saha-co #payment .button,
.saha-co #payment input[type=submit] {
  display: block !important;
  width: 100% !important;
  padding: 16px 24px !important;
  background: #1B3472 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: .5px !important;
  cursor: pointer !important;
  transition: background .2s, transform .15s, box-shadow .2s !important;
  box-shadow: 0 4px 18px rgba(27,52,114,.25) !important;
  text-align: center !important;
  text-decoration: none !important;
  margin-top: 6px !important;
}
.saha-co #payment #place_order:hover,
.saha-co #payment .button:hover {
  background: #1B6FFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(27,111,255,.3) !important;
}

/* ── Right: Summary ─────────────────────────────────────── */
.saha-co__right { position: sticky; top: 20px; }

.saha-co__summary {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 12px rgba(0,0,0,.06);
  padding: 24px;
  overflow: hidden;
}
.saha-co__summary-title {
  font-size: 15px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eaecf0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.saha-co__summary-count {
  background: #1B3472;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
}

.saha-co__items {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.saha-co__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.saha-co__item-thumb {
  position: relative;
  flex-shrink: 0;
  width: 68px; height: 68px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eaecf0;
  background: #f3f4f6;
}
.saha-co__item-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.saha-co__item-thumb--empty {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  color: #d1d5db;
}
.saha-co__item-qty {
  position: absolute;
  top: -5px; right: -5px;
  background: #1B3472; color: #fff;
  font-size: 9px; font-weight: 800;
  width: 17px; height: 17px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.saha-co__item-info { flex: 1; min-width: 0; }
.saha-co__item-name {
  font-size: 13px; font-weight: 700; color: #111827;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.saha-co__item-meta { font-size: 11px; color: #9ca3af; margin-top: 2px; }
.saha-co__item-price {
  font-size: 13px; font-weight: 800; color: #111827;
  white-space: nowrap; flex-shrink: 0;
}

/* Coupon */
.saha-co__coupon {
  display: flex; gap: 8px;
  padding: 14px 0;
  border-top: 1px solid #eaecf0;
  border-bottom: 1px solid #eaecf0;
  margin-bottom: 14px;
}
.saha-co__coupon-input {
  flex: 1; padding: 9px 12px;
  border: 1.5px solid #e2e5ec !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  background: #fff !important;
}
.saha-co__coupon-input:focus { border-color: #1B6FFF !important; outline: none !important; }
.saha-co__coupon-btn {
  padding: 9px 14px;
  background: #f0f2f7; border: 1.5px solid #e2e5ec;
  border-radius: 10px; font-size: 13px; font-weight: 700;
  cursor: pointer; white-space: nowrap; transition: all .15s;
}
.saha-co__coupon-btn:hover { background: #1B3472; border-color: #1B3472; color: #fff; }

/* Totals */
.saha-co__totals {
  display: flex; flex-direction: column;
  gap: 8px; margin-bottom: 16px;
}
.saha-co__totals-row {
  display: flex; justify-content: space-between;
  font-size: 13px; color: #6b7280;
}
.saha-co__totals-row--discount { color: #10b981; font-weight: 600; }
.saha-co__totals-row--total {
  font-size: 16px; font-weight: 900; color: #111827;
  padding-top: 12px; border-top: 1px solid #eaecf0; margin-top: 4px;
}

/* Badges */
.saha-co__badges {
  display: flex; align-items: center;
  justify-content: space-between;
  padding-top: 14px; border-top: 1px solid #eaecf0; gap: 8px;
}
.saha-co__badge {
  display: flex; align-items: center; gap: 5px;
  font-size: 10px; font-weight: 700; color: #9ca3af;
  letter-spacing: .2px; text-transform: uppercase;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 880px) {
  .saha-co { grid-template-columns: 1fr !important; padding-top: 20px !important; }
  .saha-co__right { position: static !important; order: -1 !important; }
  .saha-co__block { padding: 20px 16px !important; }
}
/* ── Wishlist count badge (matches cart-count style) ── */
.site-header__icon-btn--wishlist {
  position: relative;
}
.wishlist-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  background: var(--c-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
  pointer-events: none;
}

/* ═══════════════════════════════════════════════════════════════
   SAHA — Auth Page (Login / Register) — Premium Redesign
═══════════════════════════════════════════════════════════════ */

.woocommerce-account .site-main,
.woocommerce-page.woocommerce-account main {
  background: var(--c-bg, #fafaf8);
}

.saha-auth {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px var(--gutter, 16px) 90px;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 64px;
  align-items: start;
}

/* ── Left intro panel ── */
.saha-auth__intro {
  position: sticky;
  top: calc(var(--header-h, 62px) + 30px);
}

.saha-auth__intro .section-header__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-accent, #1b6fff);
  margin-bottom: 12px;
  display: block;
}

.saha-auth__intro h1 {
  font-family: var(--font-heading, 'Syne', sans-serif);
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: var(--c-primary, #0a1628);
  line-height: 1.15;
  margin-bottom: 16px;
}

.saha-auth__intro p {
  font-size: 14.5px;
  color: var(--c-text-mid, #444);
  line-height: 1.7;
  margin-bottom: 28px;
}

.saha-auth__benefits {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.saha-auth__benefits span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--c-primary, #0a1628);
}

.saha-auth__benefits span::before {
  content: '';
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--c-accent-glow, rgba(27,111,255,.12));
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13l4 4L19 7' stroke='%231b6fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.saha-auth__seller-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-primary, #0a1628);
  text-decoration: none;
  padding: 12px 18px;
  border: 1.5px solid var(--c-border, #e8e8e4);
  border-radius: 999px;
  transition: border-color .18s, color .18s;
}

.saha-auth__seller-link:hover {
  border-color: var(--c-accent, #1b6fff);
  color: var(--c-accent, #1b6fff);
}

/* ── Right: form panels ── */
.saha-auth__forms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.saha-auth__forms--single {
  grid-template-columns: 1fr;
  max-width: 460px;
}

.saha-auth__panel {
  background: var(--c-surface, #fff);
  border: 1px solid var(--c-border, #e8e8e4);
  border-radius: 20px;
  padding: 36px 32px;
  position: relative;
}

.saha-auth__panel--register {
  background: var(--c-bg-2, #f2f2ee);
}

.saha-auth__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--c-primary, #0a1628);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}

.saha-auth__panel h2 {
  font-family: var(--font-heading, 'Syne', sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--c-primary, #0a1628);
  margin-bottom: 6px;
}

.saha-auth__panel > p {
  font-size: 13.5px;
  color: var(--c-text-light, #888);
  margin-bottom: 26px;
}

/* Form fields */
.saha-auth__panel .form-row {
  margin-bottom: 18px;
}

.saha-auth__panel label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--c-primary, #0a1628);
  margin-bottom: 7px;
}

.saha-auth__panel .required {
  color: var(--c-accent, #1b6fff);
}

.saha-auth__panel input.input-text,
.saha-auth__panel input[type="text"],
.saha-auth__panel input[type="email"],
.saha-auth__panel input[type="password"] {
  width: 100%;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1.5px solid var(--c-border, #e8e8e4);
  background: var(--c-bg, #fafaf8);
  font-size: 14px;
  transition: border-color .18s, background .18s;
}

.saha-auth__panel input:focus {
  outline: none;
  border-color: var(--c-accent, #1b6fff);
  background: #fff;
}

.saha-auth__panel .password-input {
  display: block;
  position: relative;
}

.saha-auth__password-note {
  font-size: 12.5px;
  color: var(--c-text-light, #888);
  background: var(--c-accent-glow, rgba(27,111,255,.08));
  padding: 12px 14px;
  border-radius: 10px;
  margin-bottom: 18px;
}

/* Login meta row */
.saha-auth__form-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  font-size: 13px;
}

.saha-auth__form-meta label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  color: var(--c-text-mid, #444);
  margin: 0;
  cursor: pointer;
}

.saha-auth__form-meta input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--c-accent, #1b6fff);
  cursor: pointer;
}

.saha-auth__form-meta a {
  color: var(--c-accent, #1b6fff);
  font-weight: 600;
  text-decoration: none;
}
.saha-auth__form-meta a:hover { text-decoration: underline; }

/* Terms checkbox (register) */
.saha-auth__terms {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.saha-auth__terms input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--c-accent, #1b6fff);
  cursor: pointer;
}

.saha-auth__terms span {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--c-text-mid, #444);
}

.saha-auth__terms a {
  color: var(--c-accent, #1b6fff);
  font-weight: 600;
  text-decoration: underline;
}

/* Submit buttons */
.saha-auth__panel button[type="submit"] {
  width: 100%;
  padding: 15px 24px;
  border-radius: 999px;
  border: none;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .15s;
}

.saha-auth__panel .woocommerce-form-login__submit {
  background: var(--c-accent, #1b6fff);
  color: #fff;
  box-shadow: 0 6px 22px rgba(27,111,255,.28);
}
.saha-auth__panel .woocommerce-form-login__submit:hover {
  background: #0a5fee;
  transform: translateY(-1px);
}

.saha-auth__panel .woocommerce-form-register__submit {
  background: var(--c-primary, #0a1628);
  color: #fff;
}
.saha-auth__panel .woocommerce-form-register__submit:hover {
  background: #162340;
  transform: translateY(-1px);
}

/* WooCommerce error/message boxes inside auth */
.saha-auth .woocommerce-error,
.saha-auth .woocommerce-message,
.saha-auth .woocommerce-info {
  list-style: none;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 13px;
  margin-bottom: 20px;
  background: #fef2f2;
  color: #dc2626;
  border: none;
}

.saha-auth .woocommerce-message {
  background: #dcfce7;
  color: #16a34a;
}

/* Mobile */
@media (max-width: 900px) {
  .saha-auth {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .saha-auth__intro { position: static; }
  .saha-auth__forms {
    grid-template-columns: 1fr;
  }
  .saha-auth__panel { padding: 28px 22px; }
}

/* ═══════════════════════════════════════════════════════════════
   SAHA — Footer Lighten Pass
   Tighter spacing, calmer hierarchy, less visual noise.
═══════════════════════════════════════════════════════════════ */

.site-footer {
  padding: 56px 0 0;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 36px;
}

.site-footer__col--brand {
  padding-right: 24px;
}

.site-footer__brand-desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255,255,255,.5);
  margin-top: 14px;
  max-width: 280px;
}

.site-footer__col-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 16px;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__links a {
  font-size: 13.5px;
  color: rgba(255,255,255,.7);
  text-decoration: none;
  transition: color .15s;
}
.site-footer__links a:hover { color: #fff; }

.site-footer__social {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
  color: rgba(255,255,255,.35);
}

.site-footer__bottom-sep {
  color: rgba(255,255,255,.2);
}

.site-footer__payments {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.site-footer__payments span {
  font-size: 10.5px;
  font-weight: 600;
  padding: 4px 9px;
  border-radius: 6px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.5);
}

@media (max-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
  .site-footer__col--brand {
    grid-column: 1 / -1;
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .site-footer__payments { margin-left: 0; }
}

/* ═══════════════════════════════════════════════════════════════
   SAHA — Legal Pages (Terms & Conditions, Privacy Policy)
   Elementor-editable container — gives clean readable typography
   for long-form legal text dropped into a WYSIWYG/Text widget.
═══════════════════════════════════════════════════════════════ */

.saha-legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 56px var(--gutter, 16px) 90px;
}

.saha-legal__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-accent, #1b6fff);
  margin-bottom: 12px;
}

.saha-legal__title {
  font-family: var(--font-heading, 'Syne', sans-serif);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: var(--c-primary, #0a1628);
  margin-bottom: 10px;
}

.saha-legal__updated {
  font-size: 13px;
  color: var(--c-text-light, #888);
  margin-bottom: 40px;
}

.saha-legal__body {
  font-size: 15px;
  line-height: 1.85;
  color: var(--c-text-mid, #444);
}

.saha-legal__body h2 {
  font-family: var(--font-heading, 'Syne', sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--c-primary, #0a1628);
  margin: 36px 0 14px;
}

.saha-legal__body h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--c-primary, #0a1628);
  margin: 24px 0 10px;
}

.saha-legal__body p { margin-bottom: 16px; }

.saha-legal__body ul,
.saha-legal__body ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.saha-legal__body li { margin-bottom: 8px; }

.saha-legal__body a {
  color: var(--c-accent, #1b6fff);
  text-decoration: underline;
}