/* =========================================================
   SAJZONE COMMERCE — MAIN STYLESHEET
   ========================================================= */

:root {
	--sajzone-primary: #e6402a;
	--sajzone-secondary: #182a4e;
	--sajzone-header-bg: #ffffff;
	--sajzone-footer-bg: #0f1b33;
	--sajzone-button: #e6402a;

	--sajzone-text: #1c1f26;
	--sajzone-text-light: #6b7280;
	--sajzone-border: #e7e9ee;
	--sajzone-bg-light: #f6f7fb;
	--sajzone-white: #ffffff;
	--sajzone-success: #16a34a;
	--sajzone-radius: 12px;
	--sajzone-radius-sm: 8px;
	--sajzone-shadow: 0 2px 10px rgba(20, 20, 40, 0.06);
	--sajzone-shadow-hover: 0 10px 24px rgba(20, 20, 40, 0.12);
	--sajzone-container: 1240px;
	--sajzone-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* -------------------- Reset & base -------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--sajzone-font);
	color: var(--sajzone-text);
	background: var(--sajzone-white);
	line-height: 1.55;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; font-weight: 700; line-height: 1.25; }
p { margin: 0 0 1em; }
button { font-family: inherit; cursor: pointer; }
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px; width: 1px;
	word-wrap: normal !important;
}
.skip-link {
	position: absolute; top: -50px; left: 0; z-index: 10000;
	background: var(--sajzone-secondary); color: #fff; padding: 10px 16px;
	transition: top .2s;
}
.skip-link:focus { top: 0; }

.container {
	max-width: var(--sajzone-container);
	margin: 0 auto;
	padding: 0 20px;
}

/* -------------------- Buttons -------------------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 12px 22px;
	border-radius: var(--sajzone-radius-sm);
	font-weight: 600;
	font-size: 15px;
	border: 2px solid transparent;
	transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
	white-space: nowrap;
}
.btn-primary, .btn.button, .btn.add_to_cart_button, .btn.ajax_add_to_cart, a.button {
	background: var(--sajzone-button);
	color: #fff !important;
	border-color: var(--sajzone-button);
}
.btn-primary:hover, a.button:hover { transform: translateY(-1px); box-shadow: var(--sajzone-shadow-hover); filter: brightness(0.95); }
.btn-outline {
	background: transparent;
	color: var(--sajzone-secondary);
	border-color: var(--sajzone-border);
}
.btn-outline:hover { border-color: var(--sajzone-secondary); }
.btn-buy-now {
	background: var(--sajzone-secondary);
	color: #fff !important;
	border-color: var(--sajzone-secondary);
}
.btn-buy-now:hover { filter: brightness(1.15); }
.btn-block { width: 100%; }
.btn-sm { padding: 8px 16px; font-size: 13px; }

/* -------------------- Icons -------------------- */
.sajzone-icon { display: inline-flex; width: 20px; height: 20px; vertical-align: middle; }
.sajzone-icon svg { width: 100%; height: 100%; }

/* -------------------- Top bar -------------------- */
.top-bar { background: var(--sajzone-secondary); color: #cfd7e8; font-size: 13px; }
.top-bar__inner { display: flex; align-items: center; justify-content: space-between; padding: 8px 20px; gap: 20px; }
.top-bar__text { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.top-bar__links { display: flex; gap: 18px; flex-shrink: 0; }
.top-bar__links a { display: inline-flex; align-items: center; gap: 5px; color: #cfd7e8; }
.top-bar__links a:hover { color: #fff; }
.top-bar__links .sajzone-icon { width: 14px; height: 14px; }

/* -------------------- Header -------------------- */
.site-header { background: var(--sajzone-header-bg); border-bottom: 1px solid var(--sajzone-border); position: sticky; top: 0; z-index: 500; }
.site-header__row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 16px 20px; }
.site-branding img { max-height: 50px; width: auto; }
.site-title { font-size: 26px; font-weight: 800; color: var(--sajzone-secondary); }
.site-title-link { display: inline-block; }

.site-header__search { width: 100%; }
.woocommerce-product-search, .search-form { display: flex; width: 100%; max-width: 560px; margin: 0 auto; }
.woocommerce-product-search input[type="search"], .search-form input[type="search"] {
	flex: 1;
	padding: 12px 16px;
	border: 2px solid var(--sajzone-border);
	border-right: none;
	border-radius: 8px 0 0 8px;
	font-size: 14px;
	min-width: 0;
}
.woocommerce-product-search input[type="search"]:focus, .search-form input[type="search"]:focus { outline: none; border-color: var(--sajzone-primary); }
.woocommerce-product-search button, .search-form button {
	border: 2px solid var(--sajzone-primary);
	background: var(--sajzone-primary);
	color: #fff;
	padding: 0 18px;
	border-radius: 0 8px 8px 0;
}

.site-header__actions { display: flex; align-items: center; gap: 22px; }
.header-action { position: relative; display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 11px; color: var(--sajzone-text); }
.header-action .sajzone-icon { width: 24px; height: 24px; color: var(--sajzone-secondary); }
.header-action:hover .sajzone-icon { color: var(--sajzone-primary); }
.header-action__label { font-size: 11px; color: var(--sajzone-text-light); }
.cart-count {
	position: absolute; top: -6px; right: -10px;
	background: var(--sajzone-primary); color: #fff;
	font-size: 10px; font-weight: 700;
	min-width: 17px; height: 17px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	padding: 0 3px;
}
.mobile-menu-toggle { display: none; background: none; border: none; padding: 6px; color: var(--sajzone-secondary); }

.main-navigation { background: var(--sajzone-secondary); }
.primary-menu, .mobile-menu { display: flex; }
.primary-menu { justify-content: center; flex-wrap: wrap; }
.primary-menu > li { position: relative; }
.primary-menu > li > a {
	display: block; padding: 14px 18px; color: #fff; font-weight: 600; font-size: 14.5px;
}
.primary-menu > li:hover > a, .primary-menu > li.current-menu-item > a { background: rgba(255,255,255,.08); color: #ffd9d2; }
.primary-menu ul.sub-menu {
	display: none; position: absolute; top: 100%; left: 0; min-width: 220px;
	background: #fff; box-shadow: var(--sajzone-shadow-hover); border-radius: 0 0 8px 8px; z-index: 100;
}
.primary-menu li:hover > ul.sub-menu { display: block; }
.primary-menu ul.sub-menu li a { color: var(--sajzone-text); padding: 10px 16px; }
.primary-menu ul.sub-menu li a:hover { background: var(--sajzone-bg-light); color: var(--sajzone-primary); }

/* -------------------- Mobile off-canvas nav -------------------- */
.mobile-nav {
	position: fixed; top: 0; right: -320px; width: 300px; max-width: 85vw; height: 100%;
	background: #fff; z-index: 1100; box-shadow: -8px 0 30px rgba(0,0,0,.15);
	transition: right .3s ease; overflow-y: auto;
}
.mobile-nav.is-open { right: 0; }
.mobile-nav__header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--sajzone-border); }
.mobile-nav__title { font-weight: 700; font-size: 16px; }
.mobile-nav-close { background: none; border: none; color: var(--sajzone-text); }
.mobile-nav__search { padding: 16px 20px; border-bottom: 1px solid var(--sajzone-border); }
.mobile-menu li a { display: block; padding: 14px 20px; border-bottom: 1px solid var(--sajzone-border); font-weight: 600; }
.mobile-menu ul.sub-menu { padding-left: 16px; }
.mobile-nav__footer { padding: 20px; }
.mobile-nav__social { display: flex; gap: 12px; flex-wrap: wrap; }
.mobile-nav__social a { font-size: 13px; color: var(--sajzone-secondary); font-weight: 600; }
.mobile-nav-overlay {
	position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 1050;
	opacity: 0; pointer-events: none; transition: opacity .3s ease;
}
.mobile-nav-overlay.is-visible { opacity: 1; pointer-events: auto; }

/* -------------------- Sticky bottom nav (mobile) -------------------- */
.mobile-bottom-nav {
	display: none;
	position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
	background: #fff; border-top: 1px solid var(--sajzone-border);
	box-shadow: 0 -2px 12px rgba(0,0,0,.06);
}
.bottom-nav__item {
	position: relative; flex: 1; display: flex; flex-direction: column; align-items: center;
	gap: 3px; padding: 8px 0 6px; font-size: 10.5px; color: var(--sajzone-text-light);
	background: none; border: none;
}
.bottom-nav__item .sajzone-icon { width: 21px; height: 21px; color: var(--sajzone-secondary); }
.bottom-nav__item .cart-count { top: -2px; right: 18px; }

/* -------------------- Section basics -------------------- */
.section { padding: 44px 0; }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.section-title { font-size: 24px; color: var(--sajzone-secondary); }
.section-subtitle { color: var(--sajzone-text-light); font-size: 14px; margin: 4px 0 0; }
.section-link { display: inline-flex; align-items: center; gap: 4px; font-weight: 600; color: var(--sajzone-primary); font-size: 14px; white-space: nowrap; }
.section-link .sajzone-icon { width: 16px; height: 16px; }

/* -------------------- Hero slider -------------------- */
.hero-slider { position: relative; overflow: hidden; background: var(--sajzone-bg-light); }
.hero-slider__track { position: relative; height: 420px; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .5s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide__image { position: absolute; inset: 0; }
.hero-slide__image img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide__content {
	position: relative; z-index: 2; height: 100%;
	display: flex; flex-direction: column; justify-content: center;
	max-width: 560px; color: #fff;
}
.hero-slide__title { font-size: 40px; margin-bottom: 12px; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
.hero-slide__subtitle { font-size: 17px; margin-bottom: 22px; text-shadow: 0 2px 8px rgba(0,0,0,.35); }
.hero-slide__cta { align-self: flex-start; }
.hero-slider__nav {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
	width: 42px; height: 42px; border-radius: 50%; border: none; background: rgba(255,255,255,.85);
	display: flex; align-items: center; justify-content: center; color: var(--sajzone-secondary);
	box-shadow: var(--sajzone-shadow);
}
.hero-slider__nav--prev { left: 18px; }
.hero-slider__nav--prev svg { transform: rotate(180deg); }
.hero-slider__nav--next { right: 18px; }
.hero-slider__dots { position: absolute; bottom: 16px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; z-index: 3; }
.hero-slider__dot { width: 9px; height: 9px; border-radius: 50%; border: none; background: rgba(255,255,255,.6); padding: 0; }
.hero-slider__dot.is-active { background: #fff; width: 22px; border-radius: 5px; }

/* -------------------- Categories -------------------- */
.categories-scroll {
	display: grid; grid-auto-flow: column; grid-auto-columns: 130px;
	gap: 16px; overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x proximity;
}
.categories-scroll::-webkit-scrollbar { height: 5px; }
.categories-scroll::-webkit-scrollbar-thumb { background: var(--sajzone-border); border-radius: 5px; }
.category-card {
	scroll-snap-align: start;
	display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px;
	padding: 14px 8px; border-radius: var(--sajzone-radius); background: var(--sajzone-white);
	border: 1px solid var(--sajzone-border); transition: box-shadow .15s ease, transform .15s ease;
}
.category-card:hover { box-shadow: var(--sajzone-shadow-hover); transform: translateY(-2px); border-color: transparent; }
.category-card__image {
	width: 78px; height: 78px; border-radius: 50%; overflow: hidden; background: var(--sajzone-bg-light);
	display: flex; align-items: center; justify-content: center; border: 2px solid var(--sajzone-border);
}
.category-card__image img { width: 100%; height: 100%; object-fit: cover; }
.category-card__name { font-weight: 700; font-size: 13.5px; color: var(--sajzone-secondary); }
.category-card__count { font-size: 11px; color: var(--sajzone-text-light); }

/* -------------------- Product grid & cards -------------------- */
.product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.product-card, ul.products li.product {
	background: var(--sajzone-white);
	border: 1px solid var(--sajzone-border);
	border-radius: var(--sajzone-radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow .18s ease, transform .18s ease;
	position: relative;
}
.product-card:hover, ul.products li.product:hover { box-shadow: var(--sajzone-shadow-hover); transform: translateY(-3px); }
.product-card__image { position: relative; display: block; aspect-ratio: 1 / 1; background: var(--sajzone-bg-light); overflow: hidden; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.product-card:hover .product-card__image img { transform: scale(1.05); }
.sale-badge {
	position: absolute; top: 10px; left: 10px; background: var(--sajzone-primary); color: #fff;
	font-size: 11px; font-weight: 700; padding: 4px 9px; border-radius: 20px; z-index: 2;
}
.stock-badge {
	position: absolute; top: 10px; right: 10px; background: #6b7280; color: #fff;
	font-size: 10px; font-weight: 700; padding: 4px 9px; border-radius: 20px; z-index: 2;
}
.product-card__quickview {
	position: absolute; bottom: 10px; right: 10px; width: 34px; height: 34px; border-radius: 50%;
	background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: var(--sajzone-shadow);
	opacity: 0; transform: translateY(6px); transition: all .2s ease; color: var(--sajzone-secondary);
}
.product-card:hover .product-card__quickview { opacity: 1; transform: translateY(0); }
.product-card__body { padding: 14px 14px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product-card__cat { font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: var(--sajzone-text-light); }
.product-card__cat a { color: inherit; }
.product-card__title { font-size: 14.5px; font-weight: 600; margin: 0; line-height: 1.4; min-height: 2.6em; }
.product-card__title a { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card__title a:hover { color: var(--sajzone-primary); }

.sajzone-stars { display: inline-flex; gap: 1px; }
.sajzone-stars .star { width: 14px; height: 14px; color: var(--sajzone-border); }
.sajzone-stars .star.is-filled { color: #f7b500; }
.rating-count { font-size: 11px; color: var(--sajzone-text-light); margin-left: 4px; }

.product-card__price, .price { font-size: 16px; font-weight: 700; color: var(--sajzone-secondary); }
.price ins { text-decoration: none; color: var(--sajzone-primary); }
.price del { color: var(--sajzone-text-light); font-weight: 400; font-size: 13px; margin-right: 6px; }

.product-card__actions { display: flex; gap: 8px; margin-top: auto; padding-top: 6px; }
.product-card__actions a.button, .product-card__actions .btn-buy-now { flex: 1; text-align: center; padding: 9px 10px; font-size: 13px; }

/* WooCommerce loop default markup alignment */
ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0 !important; padding: 0 !important; }
ul.products li.product { list-style: none; width: 100% !important; margin: 0 !important; }
ul.products li.product a img { border-radius: 0; }
.woocommerce-loop-product__title { padding: 0 14px; font-size: 14.5px; }

/* -------------------- Combo deals -------------------- */
.combo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.combo-card {
	background: linear-gradient(180deg, #fff 0%, var(--sajzone-bg-light) 100%);
	border: 1px solid var(--sajzone-border); border-radius: var(--sajzone-radius); overflow: hidden;
	display: flex; flex-direction: column;
}
.combo-card__image { position: relative; display: block; aspect-ratio: 4/3; background: #fff; }
.combo-card__image img { width: 100%; height: 100%; object-fit: cover; }
.combo-card__body { padding: 16px; display: flex; flex-direction: column; gap: 8px; }
.combo-card__title { font-weight: 700; font-size: 15px; }
.combo-card__price { font-weight: 700; color: var(--sajzone-primary); }

/* -------------------- Promo banner -------------------- */
.promo-banner__link { position: relative; display: block; border-radius: var(--sajzone-radius); overflow: hidden; }
.promo-banner__link img { width: 100%; height: auto; }
.promo-banner__overlay {
	position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start;
	justify-content: center; gap: 14px; padding: 40px; background: linear-gradient(90deg, rgba(15,27,51,.75) 0%, rgba(15,27,51,.15) 70%);
}
.promo-banner__title { color: #fff; font-size: 26px; font-weight: 800; max-width: 420px; }

/* -------------------- Reviews -------------------- */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { background: var(--sajzone-bg-light); border-radius: var(--sajzone-radius); padding: 22px; }
.review-card__text { font-size: 14.5px; color: var(--sajzone-text); margin: 12px 0 16px; }
.review-card__author { display: flex; align-items: center; gap: 10px; }
.review-card__avatar {
	width: 36px; height: 36px; border-radius: 50%; background: var(--sajzone-secondary); color: #fff;
	display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.review-card__name { font-weight: 600; font-size: 14px; }

/* -------------------- Trust section -------------------- */
.trust-section { background: var(--sajzone-bg-light); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-card { background: #fff; border-radius: var(--sajzone-radius); padding: 24px; text-align: center; border: 1px solid var(--sajzone-border); }
.trust-card__icon { display: inline-flex; width: 46px; height: 46px; color: var(--sajzone-primary); margin-bottom: 10px; }
.trust-card__icon svg { width: 100%; height: 100%; }
.trust-card__title { font-size: 16px; margin-bottom: 6px; }
.trust-card__text { font-size: 13.5px; color: var(--sajzone-text-light); margin: 0; }

/* -------------------- Footer -------------------- */
.site-footer { background: var(--sajzone-footer-bg); color: #c9d1e3; margin-top: 20px; }
.footer-columns { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.3fr; gap: 30px; padding: 50px 20px 30px; }
.footer-brand { color: #fff; font-size: 22px; }
.footer-logo img { max-height: 48px; margin-bottom: 10px; }
.footer-about-text { font-size: 13.5px; color: #9aa6c2; }
.footer-social { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.footer-social a { font-size: 13px; font-weight: 600; color: #fff; padding: 6px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; }
.footer-social a:hover { background: var(--sajzone-primary); border-color: var(--sajzone-primary); }
.footer-widget-title { color: #fff; font-size: 15px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: .03em; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 13.5px; color: #b7c0d8; }
.footer-col ul li a:hover { color: #fff; }
.footer-contact li { display: flex; align-items: center; gap: 8px; }
.footer-contact .sajzone-icon { width: 15px; height: 15px; }
.footer-payments { border-top: 1px solid rgba(255,255,255,.1); }
.footer-payments__inner { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding: 18px 20px; }
.footer-payments__label { font-size: 13px; color: #9aa6c2; }
.payment-icons { display: flex; gap: 8px; flex-wrap: wrap; }
.payment-icon { background: rgba(255,255,255,.08); font-size: 12px; padding: 6px 12px; border-radius: 6px; color: #dbe1f0; }
.site-info { border-top: 1px solid rgba(255,255,255,.1); }
.site-info__inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; flex-wrap: wrap; gap: 10px; font-size: 12.5px; color: #8b96b4; }
.footer-menu { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-menu a { color: #8b96b4; }
.footer-menu a:hover { color: #fff; }

/* -------------------- Standard pages / blog -------------------- */
.standard-page { padding-top: 30px; padding-bottom: 50px; }
.sajzone-breadcrumb { font-size: 13px; color: var(--sajzone-text-light); margin-bottom: 20px; }
.sajzone-breadcrumb a { color: var(--sajzone-text-light); }
.sajzone-breadcrumb a:hover { color: var(--sajzone-primary); }
.sajzone-breadcrumb .sep, .sajzone-breadcrumb span.sep { margin: 0 6px; }
.content-layout { display: grid; grid-template-columns: 1fr; gap: 36px; }
.content-layout.has-sidebar { grid-template-columns: 2.6fr 1fr; }
.page-title { font-size: 28px; color: var(--sajzone-secondary); }
.page-header { margin-bottom: 22px; }
.post-list { display: grid; gap: 24px; }
.post-card { display: grid; grid-template-columns: 220px 1fr; gap: 20px; border: 1px solid var(--sajzone-border); border-radius: var(--sajzone-radius); overflow: hidden; }
.post-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card__body { padding: 16px 16px 16px 0; }
.post-card__title { font-size: 18px; margin-bottom: 6px; }
.post-card__meta { display: flex; gap: 14px; font-size: 12.5px; color: var(--sajzone-text-light); margin-bottom: 8px; }
.widget { margin-bottom: 30px; }
.widget-title, .footer-widget-title { font-size: 15px; }
.sidebar .widget ul li { padding: 8px 0; border-bottom: 1px solid var(--sajzone-border); font-size: 14px; }

.error-404-page { text-align: center; padding: 80px 20px; }
.error-404__code { font-size: 90px; font-weight: 800; color: var(--sajzone-border); display: block; }
.error-404__title { font-size: 26px; margin: 10px 0; }
.error-404__text { color: var(--sajzone-text-light); max-width: 460px; margin: 0 auto 24px; }
.error-404__actions { display: flex; gap: 14px; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; }
.error-404__search { max-width: 420px; margin: 0 auto; }

/* -------------------- Shop layout -------------------- */
.shop-layout { display: grid; grid-template-columns: 260px 1fr; gap: 30px; padding-top: 24px; }
.shop-sidebar .widget { background: var(--sajzone-bg-light); border-radius: var(--sajzone-radius); padding: 18px; }
.shop-sidebar .widget-title, .shop-sidebar h4 { font-size: 15px; margin-bottom: 12px; }
.shop-sidebar ul li { padding: 7px 0; font-size: 14px; }
.shop-sidebar ul li a { display: flex; justify-content: space-between; }
.shop-sidebar ul li.is-current a { color: var(--sajzone-primary); font-weight: 700; }
.woocommerce-products-header__title { font-size: 26px; color: var(--sajzone-secondary); }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin: 10px 0 20px; }
.woocommerce-ordering select { padding: 8px 12px; border-radius: 6px; border: 1px solid var(--sajzone-border); }
.woocommerce-result-count { color: var(--sajzone-text-light); font-size: 13.5px; }

/* -------------------- Single product -------------------- */
.single-product-page { padding-top: 26px; padding-bottom: 60px; }
.single-product-page div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.single-product-page div.images { background: var(--sajzone-bg-light); border-radius: var(--sajzone-radius); overflow: hidden; }
.single-product-page div.summary { padding-top: 4px; }
.single-product-page .product_title { font-size: 26px; margin-bottom: 10px; }
.single-product-page .price { font-size: 24px; margin-bottom: 16px; display: block; }
.single-product-page form.cart { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 20px 0; }
.single-product-page .quantity input { width: 70px; padding: 10px; border: 1px solid var(--sajzone-border); border-radius: 6px; }
.btn-buy-now--single { margin-left: 4px; }
.woocommerce-product-details__short-description { margin: 16px 0; color: var(--sajzone-text-light); }
.woocommerce-tabs { margin: 30px 0; border-top: 1px solid var(--sajzone-border); padding-top: 20px; }
.woocommerce-tabs ul.tabs { display: flex; gap: 6px; border-bottom: 1px solid var(--sajzone-border); margin-bottom: 20px; }
.woocommerce-tabs ul.tabs li { list-style: none; }
.woocommerce-tabs ul.tabs li a { display: block; padding: 10px 18px; font-weight: 600; color: var(--sajzone-text-light); }
.woocommerce-tabs ul.tabs li.active a { color: var(--sajzone-primary); border-bottom: 2px solid var(--sajzone-primary); }
.related.products, .up-sells.upsells, .cross-sells {
	margin-top: 40px;
}
.related.products > h2, .up-sells.upsells > h2, .cross-sells > h2 { font-size: 22px; color: var(--sajzone-secondary); margin-bottom: 18px; }

/* Variations */
table.variations { width: 100%; margin-bottom: 12px; }
table.variations td { padding: 8px 0; }
table.variations select { padding: 8px 12px; border-radius: 6px; border: 1px solid var(--sajzone-border); min-width: 180px; }

/* Reviews (WooCommerce comments) */
#reviews .comment-form-rating select,
#reviews textarea,
#reviews input[type="text"],
#reviews input[type="email"] { border: 1px solid var(--sajzone-border); border-radius: 6px; padding: 10px; width: 100%; max-width: 480px; }
#reviews .star-rating { color: #f7b500; }

/* -------------------- Cart / Checkout / My Account -------------------- */
.woocommerce-cart table.shop_table, .woocommerce-checkout table.shop_table { width: 100%; border-collapse: collapse; margin-bottom: 24px; }
.woocommerce-cart table.shop_table th, .woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table th, .woocommerce-checkout table.shop_table td {
	padding: 12px; border-bottom: 1px solid var(--sajzone-border); text-align: left;
}
.woocommerce-checkout input.input-text, .woocommerce-checkout select, .woocommerce-checkout textarea,
.woocommerce-account input.input-text, .woocommerce-account select, .woocommerce-account textarea {
	width: 100%; padding: 11px 12px; border: 1px solid var(--sajzone-border); border-radius: 6px; margin-bottom: 4px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul { border: 1px solid var(--sajzone-border); border-radius: var(--sajzone-radius); overflow: hidden; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a { display: block; padding: 12px 16px; border-bottom: 1px solid var(--sajzone-border); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a { background: var(--sajzone-bg-light); color: var(--sajzone-primary); font-weight: 700; }
.woocommerce-account .woocommerce-MyAccount-content { padding-top: 20px; }

/* WooCommerce notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews {
	background: var(--sajzone-bg-light);
	border-left: 4px solid var(--sajzone-primary);
	padding: 14px 18px;
	border-radius: 0 8px 8px 0;
	margin-bottom: 20px;
	list-style: none;
}
.woocommerce-error { border-left-color: #dc2626; }

/* =========================================================
   RESPONSIVE
   ========================================================= */

/* Laptop / small desktop */
@media (max-width: 1200px) {
	.product-grid, ul.products { grid-template-columns: repeat(3, 1fr); }
	.footer-columns { grid-template-columns: 2fr 1fr 1fr; }
}

/* Tablet */
@media (max-width: 992px) {
	.site-header__row { grid-template-columns: auto auto; }
	.site-header__search { order: 3; grid-column: 1 / -1; margin-top: 12px; }
	.combo-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
	.trust-grid { grid-template-columns: repeat(2, 1fr); }
	.shop-layout { grid-template-columns: 220px 1fr; }
	.single-product-page div.product { grid-template-columns: 1fr; }
	.footer-columns { grid-template-columns: 1fr 1fr; }
	.content-layout.has-sidebar { grid-template-columns: 1fr; }
}

/* Mobile */
@media (max-width: 768px) {
	.top-bar__text { display: none; }
	.top-bar__inner { justify-content: flex-end; }

	.main-navigation { display: none; }
	.mobile-menu-toggle { display: inline-flex; }
	.site-header__actions .header-action__label { display: none; }
	.site-header { position: sticky; }

	.hero-slider__track { height: 260px; }
	.hero-slide__title { font-size: 24px; }
	.hero-slide__subtitle { font-size: 14px; margin-bottom: 14px; }
	.hero-slide__content { max-width: 90%; }
	.hero-slider__nav { display: none; }

	.section { padding: 30px 0; }
	.section-title { font-size: 19px; }

	.categories-scroll { grid-auto-columns: 100px; gap: 12px; }
	.category-card__image { width: 62px; height: 62px; }

	.product-grid, ul.products { grid-template-columns: repeat(2, 1fr) !important; gap: 12px; }
	.product-card__body { padding: 10px; gap: 4px; }
	.product-card__title { font-size: 13px; min-height: 2.4em; }
	.product-card__price, .price { font-size: 14px; }
	.product-card__actions { flex-direction: column; }
	.product-card__actions a.button, .product-card__actions .btn-buy-now { flex: none; }

	.combo-grid, .reviews-grid, .trust-grid { grid-template-columns: 1fr; }

	.promo-banner__overlay { padding: 20px; }
	.promo-banner__title { font-size: 19px; }

	.footer-columns { grid-template-columns: 1fr; padding: 34px 20px 20px; gap: 26px; }
	.site-info__inner { flex-direction: column; text-align: center; }

	.shop-layout { grid-template-columns: 1fr; }
	.shop-sidebar { order: 2; }

	.post-card { grid-template-columns: 1fr; }
	.post-card__body { padding: 14px; }

	body { padding-bottom: 58px; } /* room for sticky bottom nav */
	.mobile-bottom-nav { display: flex; }

	.error-404__code { font-size: 60px; }
}

@media (max-width: 480px) {
	.container { padding: 0 14px; }
	.hero-slider__track { height: 210px; }
	.hero-slide__title { font-size: 19px; }
	.hero-slide__subtitle { display: none; }
}

/* Prevent any horizontal overflow globally */
html, body { max-width: 100%; overflow-x: hidden; }
