/*
Theme Name: hessa.store
Author: Site Owner
Description: A bright, mobile-first storefront theme for a Dubai fashion and accessories shop.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: faisal-mart
*/

:root { --ink:#202124; --muted:#6c6a66; --gold:#f4ad12; --gold-dark:#cf8500; --cream:#fffaf0; --line:#e9e5dc; --max:1240px; }
.single-product #secondary,.single-product .widget-area,.single-product .sidebar,.single-product .site-sidebar,.single-product .woocommerce-sidebar,.single-product .shop-sidebar,.hessa-product-page aside,.hessa-product-page [class*="sidebar"],.hessa-product-page [id*="sidebar"] { display:none !important; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:#fff; color:var(--ink); font-family:'Poppins', sans-serif; font-size:16px; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.container { width:min(calc(100% - 40px),var(--max)); margin:auto; }
.announcement { background:var(--gold); color:#fff; font-weight:700; font-size:14px; letter-spacing:.04em; text-align:center; padding:10px 16px; }
.site-header { background:#fff; border-bottom:1px solid var(--line); position:sticky; top:0; z-index:8; }
body.admin-bar .site-header { top:32px; }
.header-row { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { font-family:Georgia,serif; font-size:27px; font-weight:700; letter-spacing:-.04em; }
.brand small { font-size:.52em; font-weight:400; letter-spacing:0; }
.brand span { color:var(--gold-dark); }
.menu-toggle { background:none; border:0; font-size:28px; cursor:pointer; padding:5px; }
.primary-nav { display:flex; gap:27px; align-items:center; font-size:14px; font-weight:700; }
.primary-nav a { position:relative; padding:10px 0; }
.primary-nav a:after { content:''; position:absolute; left:0; right:100%; bottom:2px; height:2px; background:var(--gold); transition:right .3s ease; }
.primary-nav a:hover { color:var(--gold-dark); }
.primary-nav a:hover:after,.primary-nav .current-menu-item > a:after { right:0; }
.header-actions { display:flex; align-items:center; gap:16px; }
.icon-link { font-size:23px; line-height:1; position:relative; }
.search-toggle { border:0; background:none; padding:0; cursor:pointer; color:inherit; }
.header-search { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; gap:8px; width:100%; height:100%; padding:12px max(20px,calc((100% - var(--max)) / 2)); background:#fff; border:0; box-shadow:0 8px 22px rgba(32,33,36,.1); opacity:0; visibility:hidden; transform:translateY(-100%); transition:opacity .2s ease,transform .2s ease,visibility .2s; z-index:3; }
.header-search.is-open { opacity:1; visibility:visible; transform:translateY(0); }
.header-search input[type="search"] { width:min(760px,100%); min-width:0; border:1px solid var(--line); padding:12px 15px; font:inherit; outline:0; }
.header-search button.search-submit { width:46px; height:46px; border:0; background:var(--ink); color:#fff; padding:0; font:24px/1 Arial,sans-serif; cursor:pointer; }
.screen-reader-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.cart-count { position:absolute; background:#e34f52; color:#fff; border-radius:50%; font:700 11px Arial; padding:3px 6px; top:-10px; right:-12px; }
.mobile-only { display:none; }
.hero { min-height:520px; position:relative; overflow:hidden; background:#fff7e2; }
.hero-track { min-height:520px; position:relative; }
.hero-slide { min-height:520px; display:none; align-items:center; background:linear-gradient(90deg,rgba(255,247,226,.98) 0%,rgba(255,247,226,.8) 45%,rgba(255,247,226,.15) 100%),url('https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=1800&q=85') center/cover; animation:hero-in .55s ease both; }
.hero-slide.is-active { display:flex; }
.hero-slide--tech { background-image:linear-gradient(90deg,rgba(239,247,250,.98) 0%,rgba(239,247,250,.75) 45%,rgba(239,247,250,.08) 100%),url('https://images.unsplash.com/photo-1468495244123-6c6c332eeece?auto=format&fit=crop&w=1800&q=85'); }
.hero-slide--home { background-image:linear-gradient(90deg,rgba(255,247,226,.98) 0%,rgba(255,247,226,.75) 45%,rgba(255,247,226,.08) 100%),url('https://images.unsplash.com/photo-1556911220-bff31c812dba?auto=format&fit=crop&w=1800&q=85'); }
@keyframes hero-in { from { opacity:.2; transform:scale(1.02); } to { opacity:1; transform:scale(1); } }
.hero-copy { max-width:560px; padding:72px 0; }
.eyebrow { color:var(--gold-dark); font-size:13px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.hero h1 { font-family:Georgia,serif; font-size:clamp(45px,7vw,78px); line-height:.96; margin:16px 0 22px; letter-spacing:-.06em; }
.hero p { max-width:460px; color:#4e4b45; font-size:18px; line-height:1.6; }
.button { display:inline-flex; align-items:center; justify-content:center; background:var(--ink); color:#fff; border:1px solid var(--ink); padding:14px 24px; font-size:13px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; margin-top:12px; transition:.2s ease; }
.button:hover { background:var(--gold); border-color:var(--gold); color:var(--ink); }
.section { padding:78px 0; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:30px; }
.section-heading h2 { font-family:Georgia,serif; font-size:clamp(31px,4vw,45px); letter-spacing:-.05em; margin:0; }
.text-link { border-bottom:1px solid var(--ink); font-weight:700; font-size:13px; padding-bottom:4px; }
.category-grid,.product-grid { display:flex; gap:14px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; padding:4px 2px 12px; }
.category-grid::-webkit-scrollbar,.product-grid::-webkit-scrollbar { display:none; }
.category-card { min-height:220px; padding:22px; display:flex; align-items:end; color:#fff; position:relative; overflow:hidden; background:linear-gradient(0deg,rgba(0,0,0,.65),transparent 70%),var(--image) center/cover; }
.category-card:nth-child(2) { animation-delay:.08s; } .category-card:nth-child(3) { animation-delay:.16s; } .category-card:nth-child(4) { animation-delay:.24s; } .category-card:nth-child(5) { animation-delay:.32s; }
.category-card:hover { transform:translateY(-5px); transition:transform .25s ease; }
.category-card h3 { margin:0; font-family:Georgia,serif; font-size:23px; position:relative; }
.category-card { flex:0 0 calc((100% - 56px) / 5); scroll-snap-align:start; transition:transform .3s ease,box-shadow .3s ease; }
.category-card:hover { transform:translateY(-7px); box-shadow:0 15px 30px rgba(32,33,36,.18); }
.products { background:var(--cream); }
.product-grid { gap:20px; }
.product-card { flex:0 0 calc((100% - 60px) / 4); background:#fff; position:relative; min-width:0; scroll-snap-align:start; transition:transform .3s ease,box-shadow .3s ease; }
.category-card.reveal-ready,.product-card.reveal-ready { transform:translateY(34px) scale(.94); }
.category-card.reveal-ready.is-visible,.product-card.reveal-ready.is-visible { animation:pop-up .65s cubic-bezier(.2,.8,.25,1) both; }
.product-card:hover { transform:translateY(-7px); box-shadow:0 15px 30px rgba(32,33,36,.12); }
.product-card:nth-child(2) { animation-delay:.08s; } .product-card:nth-child(3) { animation-delay:.16s; } .product-card:nth-child(4) { animation-delay:.24s; }
@keyframes pop-up { from { transform:translateY(34px) scale(.94); } 70% { transform:translateY(-5px) scale(1.01); } to { transform:translateY(0) scale(1); } }
.product-image { aspect-ratio:1/1; overflow:hidden; background:#f5f1e8; }
.product-image img { width:100%; height:100%; object-fit:cover; transition:transform .35s; }
.product-card:hover img { transform:scale(1.05); }
.sale-badge { position:absolute; top:12px; left:12px; background:var(--gold); padding:6px 9px; font-size:11px; font-weight:800; }
.product-info { padding:16px; }
.product-info h3 { font-size:15px; line-height:1.35; margin:0 0 10px; }
.price { color:var(--gold-dark); font-weight:800; }
.old-price { color:#999; font-size:13px; text-decoration:line-through; margin-left:7px; font-weight:400; }
.shop-page,.product-page { padding:62px 0 90px; background:#fff; min-height:55vh; }
.page-content { padding:60px 0 90px; min-height:55vh; }
.page-content--elementor { padding:0; }
.shop-heading { display:flex; justify-content:space-between; align-items:end; gap:25px; border-bottom:1px solid var(--line); padding-bottom:30px; margin-bottom:35px; }
.shop-heading h1 { font-family:Georgia,serif; font-size:clamp(38px,6vw,68px); letter-spacing:-.06em; margin:8px 0 0; }
.shop-layout { display:grid; grid-template-columns:210px 1fr; gap:45px; }
.shop-sidebar { border-right:1px solid var(--line); padding-right:25px; }
.shop-sidebar h2 { font-family:Georgia,serif; font-size:22px; margin:0 0 18px; }
.shop-sidebar ul { list-style:none; padding:0; margin:0; }
.shop-sidebar li { margin:0 0 13px; color:var(--muted); font-size:14px; }
.shop-sidebar li a:hover { color:var(--gold-dark); }
.shop-results .woocommerce-result-count { color:var(--muted); font-size:13px; }
.shop-results .woocommerce-ordering select { border:1px solid var(--line); padding:10px; background:#fff; }
.shop-results ul.products { background:transparent; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.shop-results ul.products:before,.shop-results ul.products:after { display:none; }
.shop-results ul.products li.product { width:auto; float:none; margin:0; background:#fff; }
.shop-results ul.products li.product a img { aspect-ratio:1/1; object-fit:cover; margin:0 0 14px; background:#f5f1e8; }
.shop-results ul.products li.product .woocommerce-loop-product__title { font-size:15px; color:var(--ink); }
.shop-results ul.products li.product .price { color:var(--gold-dark); font-weight:800; }
.product-page .woocommerce-breadcrumb,.shop-heading .woocommerce-breadcrumb { color:var(--muted); font-size:12px; margin:0 0 28px; }
.single-product #secondary,.single-product .widget-area,.single-product aside.sidebar,.single-product .sidebar { display:none !important; }
.single-product .content-area,.single-product .site-main { width:100%; max-width:none; margin:0; }
.product-page > .container,.product-page__inner { width:min(calc(100% - 64px),1320px); max-width:none; }
.product-page div.product { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(340px,.82fr); gap:64px; padding-top:10px; align-items:start; }
.product-page div.product div.images { width:100%; margin:0; }
.product-page div.product div.images > a.woocommerce-product-gallery__trigger { z-index:2; }
.product-page div.product div.images img { background:#f7f7f7; margin:0; width:100%; }
.product-page div.product div.images .flex-control-thumbs { display:grid; grid-template-columns:repeat(5,1fr); gap:10px; margin-top:12px; }
.product-page div.product div.images .flex-control-thumbs li { width:auto; float:none; margin:0; }
.product-page div.product div.images .flex-control-thumbs img { border:1px solid transparent; }
.product-page div.product div.images .flex-control-thumbs .flex-active { border-color:var(--gold); }
.product-page div.product .summary { width:100%; margin:0; border:1px solid var(--line); padding:34px; position:relative; }
.product-page div.product .product_title { font-family:'Poppins',sans-serif; font-size:clamp(30px,4vw,48px); line-height:1.08; letter-spacing:-.03em; margin:0 0 14px; }
.product-page div.product .woocommerce-product-rating { margin:0 0 17px; }
.product-page div.product .star-rating { color:var(--gold); }
.product-page div.product p.price { color:var(--gold-dark); font-size:22px; margin:0 0 20px; }
.product-page div.product p.price del { color:#aaa; font-size:14px; }
.product-page div.product .woocommerce-product-details__short-description { color:var(--muted); line-height:1.7; }
.product-page div.product form.cart { display:flex; gap:10px; margin-top:28px; }
.product-page div.product form.cart .qty { border:1px solid var(--line); padding:13px; width:75px; }
.product-page div.product form.cart .single_add_to_cart_button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button { border:0; border-radius:0; background:var(--gold); color:var(--ink); padding:14px 22px; font-weight:700; }
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.product-page div.product form.cart .single_add_to_cart_button:hover { background:var(--ink); color:#fff; }
.product-page .product_meta { border-top:1px solid var(--line); padding-top:18px; color:var(--muted); font-size:13px; }
.product-trust { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; border-top:1px solid var(--line); margin-top:22px; padding-top:18px; color:var(--muted); font-size:11px; line-height:1.35; }
.product-trust span { display:block; }
.product-page .woocommerce-tabs { grid-column:1 / -1; margin-top:4px; }
.product-page .woocommerce-tabs ul.tabs { padding:0; margin:0; border-bottom:1px solid var(--line); }
.product-page .woocommerce-tabs ul.tabs:before { border:0; }
.product-page .woocommerce-tabs ul.tabs li { border:0; border-radius:0; background:transparent; margin:0 8px 0 0; padding:12px 18px; }
.product-page .woocommerce-tabs ul.tabs li.active { border-bottom:2px solid var(--gold); background:var(--cream); }
.product-page .woocommerce-tabs .panel { padding:24px 0; color:var(--muted); line-height:1.7; }
.product-page .related.products { grid-column:1 / -1; margin-top:20px; }
.product-page .related.products h2 { font-family:'Poppins',sans-serif; font-size:24px; margin-bottom:22px; }
.product-page .related.products ul.products { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.product-page .related.products ul.products:before,.product-page .related.products ul.products:after { display:none; }
.product-page .related.products ul.products li.product { width:auto; margin:0; float:none; }
.product-page .related.products ul.products li.product a img { margin:0 0 12px; background:#f7f7f7; }
.product-page .related.products ul.products li.product .woocommerce-loop-product__title { font-size:14px; }
.woocommerce span.onsale,.woocommerce-page span.onsale,.single-product .onsale { display:none !important; }
.single-product #secondary,.single-product .widget-area,.single-product .sidebar,.single-product .site-sidebar,.single-product .woocommerce-sidebar,.single-product .shop-sidebar,.woocommerce-page.single-product aside { display:none !important; }
.single-product #secondary,.single-product .widget-area,.single-product .sidebar,.single-product .site-sidebar,.single-product .woocommerce-sidebar,.single-product .shop-sidebar,.woocommerce-page.single-product aside,.hessa-product-page .widget,.hessa-product-page .widget-area { display:none !important; }
.hessa-product-page .product-page { width:100%; }
.hessa-product-page .product-page__inner > .woocommerce-breadcrumb { max-width:1320px; margin-left:auto; margin-right:auto; }
.hessa-product-page .product-page__inner > .product { max-width:1320px; margin-left:auto; margin-right:auto; }
.single-product .site-content,.single-product .content-area,.single-product .site-main,.woocommerce-page.single-product .site-content { width:100% !important; max-width:none !important; margin-left:0 !important; margin-right:0 !important; }
.product-page .woocommerce-Reviews-title,.product-page .woocommerce-Tabs-panel h2 { font-family:'Poppins',sans-serif; font-size:22px; color:var(--ink); }
.product-page .comment-form-rating select,.product-page #review_form input,.product-page #review_form textarea { border:1px solid var(--line); padding:11px; }
.woocommerce-cart .cart-collaterals,.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review { background:var(--cream); padding:25px; }
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea { border:1px solid var(--line); padding:13px; background:#fff; }
.woocommerce-message,.woocommerce-info { border-top-color:var(--gold); }
.benefits { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.benefit { padding:25px 20px; border-right:1px solid var(--line); text-align:center; }
.benefit:last-child { border:0; }
.benefit-icon { font-size:27px; color:var(--gold-dark); margin-bottom:10px; }
.benefit h3 { font-size:14px; margin:0 0 7px; }
.benefit p { color:var(--muted); font-size:13px; margin:0; line-height:1.5; }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.review { border:1px solid var(--line); padding:25px; }
.stars { color:var(--gold-dark); letter-spacing:2px; }
.review p { font-family:Georgia,serif; font-size:20px; line-height:1.4; }
.review strong { font-size:13px; }
.faq-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px 60px; }
.faq { border-bottom:1px solid var(--line); padding:18px 0; }
.faq summary { cursor:pointer; font-weight:700; list-style:none; display:flex; justify-content:space-between; }
.faq summary:after { content:'+'; color:var(--gold-dark); font-size:20px; }
.faq p { color:var(--muted); line-height:1.6; }
.newsletter { background:var(--ink); color:#fff; padding:68px 0; }
.newsletter-inner { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.newsletter h2 { font-family:Georgia,serif; font-size:40px; margin:0 0 8px; }
.newsletter p { color:#c8c5bc; margin:0; }
.newsletter form { display:flex; min-width:min(100%,480px); }
.newsletter input { min-width:0; flex:1; padding:15px; border:0; font-size:15px; }
.newsletter button { border:0; background:var(--gold); padding:0 22px; font-weight:800; cursor:pointer; }
.site-footer { background:#181918; color:#fff; padding:55px 0 25px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1.4fr; gap:35px; }
.site-footer h3 { font-size:14px; text-transform:uppercase; letter-spacing:.08em; margin:0 0 18px; }
.site-footer p,.site-footer li { color:#aaa9a3; font-size:14px; line-height:1.8; }
.site-footer ul { list-style:none; padding:0; margin:0; }
.copyright { border-top:1px solid #353532; margin-top:38px; padding-top:20px; color:#888; font-size:12px; }
.bottom-nav { display:none; }
@media (max-width:800px) {
 .container { width:min(calc(100% - 28px),var(--max)); }
 .header-row { min-height:64px; }
 body.admin-bar .site-header { top:46px; }
 .primary-nav { display:none; }
 .mobile-only { display:block; }
 .brand { font-size:22px; }
 .header-search { padding:10px 14px; }
 .hero { min-height:540px; background-position:65% center; }
 .hero-track,.hero-slide { min-height:540px; }
 .hero-copy { padding:45px 0; max-width:430px; }
 .hero h1 { font-size:52px; }
 .category-grid,.product-grid { gap:10px; padding-left:0; padding-right:0; }
 .category-card { flex-basis:calc((100% - 10px) / 2); min-height:160px; }
 .product-card { flex-basis:calc((100% - 10px) / 2); }
 .benefits { grid-template-columns:repeat(2,1fr); }
 .benefit:nth-child(2) { border-right:0; }
 .benefit:nth-child(-n+2) { border-bottom:1px solid var(--line); }
 .review-grid,.faq-grid { grid-template-columns:1fr; }
 .newsletter-inner { display:block; }
 .newsletter form { margin-top:25px; min-width:0; }
 .footer-grid { grid-template-columns:1fr 1fr; gap:30px 18px; }
 .shop-page,.product-page { padding:40px 0 70px; }
 .shop-heading { display:block; }
 .shop-heading .woocommerce-breadcrumb { margin-top:20px; }
 .shop-layout { display:block; }
 .shop-sidebar { border:0; border-bottom:1px solid var(--line); padding:0 0 20px; margin-bottom:25px; }
 .shop-sidebar ul { display:flex; flex-wrap:wrap; gap:8px 16px; }
 .shop-sidebar li { margin:0; }
 .shop-results ul.products { grid-template-columns:repeat(2,1fr); gap:12px; }
 .product-page div.product { display:block; }
 .product-page div.product .summary { padding:24px 18px; margin-top:24px; }
 .product-page .woocommerce-tabs,.product-page .related.products { margin-top:35px; }
 .product-page .related.products ul.products { grid-template-columns:repeat(2,1fr); gap:12px; }
 .product-trust { font-size:10px; }
 .bottom-nav { position:fixed; bottom:0; left:0; right:0; z-index:9; background:#fff; border-top:1px solid var(--line); display:flex; justify-content:space-around; padding:11px 5px calc(11px + env(safe-area-inset-bottom)); }
 .bottom-nav a { text-align:center; font-size:11px; font-weight:700; }
 .bottom-nav span { display:block; font-size:22px; margin-bottom:3px; }
 body { padding-bottom:64px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .hero-slide,.category-card,.product-card { animation:none; } .category-card.reveal-ready,.product-card.reveal-ready { transform:none; } .category-card:hover,.product-card:hover,.product-card:hover img { transform:none; } .primary-nav a:after { transition:none; } }