@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap');

:root{
  --ink:#304451;
  --brand:#b4452c;
  --brand-deep:#304451;
  --accent:#b4452c;
  --orange:#b4452c;
  --orange-ink:#803725;
  --sand:#e6ded7;
  --cream:#f8f6f1;
  --paper:#fffdfa;
  --muted:#6c7981;
  --line:#e2e5e5;
  --mint:#f3eeea;
  --green:#b4452c;
  --shadow:0 18px 55px rgba(82,53,19,.11);
}

html,body,button,input,select,textarea{font-family:'Cairo','Segoe UI',Arial,sans-serif}
body{background:#fffdfa;color:var(--ink)}
::selection{background:#f5e8e3;color:#b4452c}

/* =========================
   Header / compact navbar
   ========================= */
.site-header{background:rgba(255,253,249,.98)!important;border-bottom:1px solid var(--line)!important;box-shadow:0 8px 26px rgba(59,39,20,.07)!important;backdrop-filter:blur(12px)}
.header-row{min-height:76px!important;height:76px;grid-template-columns:auto minmax(260px,1fr) auto;gap:clamp(18px,2.6vw,40px)!important}
.site-header .logo{line-height:0;min-width:0}
.site-header .logo-mark{width:176px!important;max-width:100%;height:auto!important;max-height:62px!important;object-fit:contain!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}
.site-header .tool-link{color:var(--ink)!important}
.site-header .tool-link small{color:#85786d!important}
.site-header .tool-link i{color:var(--brand-deep)}
.site-header .header-icon{background:#fff;border-color:var(--line);color:var(--brand-deep)}
.site-header .header-search{height:46px!important;background:#fff!important;border:1px solid #dde3e5!important;border-radius:13px!important;box-shadow:0 3px 12px rgba(63,42,17,.03)}
.site-header .header-search:focus-within{border-color:var(--accent)!important;box-shadow:0 0 0 4px rgba(189,132,41,.12)!important}
.site-header .header-search>i{color:#60717b!important}
.site-header .header-search button{background:var(--brand-deep)!important;color:#fff!important;padding-inline:22px!important}
.site-header .cart-badge,.site-header .wishlist-count{background:var(--accent)!important;color:#fff!important}

.category-nav{height:46px!important;min-height:46px!important;background:var(--brand-deep)!important;color:#fff!important;border:0!important}
.nav-row{height:46px!important;min-height:46px!important;gap:clamp(5px,.85vw,13px)!important}
.nav-all-categories,.nav-category{height:46px!important}
.nav-row>a,.nav-category>a,.nav-all-categories>.all-products{height:46px!important;min-height:46px!important;padding-inline:9px!important;font-size:12.5px!important;color:#fff!important}
.nav-row>a:hover,.nav-row>a:focus-visible,.nav-category:hover>a,.nav-category:focus-within>a{color:#fff5ea!important;background:transparent!important}
.nav-all-categories>.all-products{min-width:138px!important;background:#b4452c!important;color:#fff!important;border:0!important;box-shadow:none!important}
.nav-all-categories:hover>.all-products,.nav-all-categories:focus-within>.all-products{background:#b4452c!important;color:#fff!important}
.offers-link{height:32px!important;min-height:32px!important;margin-block:7px!important;padding-inline:13px!important;border-radius:9px!important;background:#fff5e5!important;color:#b4452c!important;font-weight:800!important}
.offers-link:hover{background:#edf0f0!important;color:#b4452c!important}
.simple-category-menu,.mega-content{border-color:var(--line)!important;box-shadow:0 26px 70px rgba(53,34,12,.18)!important}
.simple-category-menu{border-top-color:var(--accent)!important}
.simple-category-menu>a:hover,.simple-category-menu>a:focus-visible{background:#fbf4e9!important;color:var(--brand-deep)!important}
.simple-category-menu>a i,.mega-title small,.mega-title>a,.mega-products small{color:var(--accent)!important}
.mega-links a{border-color:#f0e5d5!important}
.mega-links em{color:#60717b!important}

/* =========================
   Store surfaces
   ========================= */
.slider-stage{background:var(--sand);box-shadow:var(--shadow)}
.service-strip{border-color:var(--line);background:#fff}
.service-icon{background:#f7ecdc;color:var(--brand)}
.section-head>div>span,.bridal-copy>span,.visit-section>div>span,.page-eyebrow{color:var(--brand)}
.products-band{background:var(--cream)}
.catalog-hero{background:linear-gradient(135deg,#fffdfa 0%,#faf2e5 60%,#f4e4ca 100%)!important}
.simple-hero{background:linear-gradient(135deg,#fffdfa,#f8efe2)!important;border-bottom-color:var(--line)!important}
.primary-button{background:var(--brand-deep)!important;color:#fff!important;border-radius:12px!important;box-shadow:0 9px 20px rgba(61,41,24,.12)}
.primary-button:hover{background:#b4452c!important}
.outline-button{border-color:#f5e8e3!important;color:var(--brand-deep)!important;background:#fff!important}
.outline-button:hover{background:#fbf4e8!important}

/* =========================
   Product cards
   ========================= */
.product-grid,.catalog-products{gap:15px!important}
.product-card{position:relative;display:flex!important;flex-direction:column!important;overflow:hidden!important;border:1px solid #e8dcc9!important;border-radius:17px!important;background:#fff!important;box-shadow:0 6px 18px rgba(79,52,18,.045)!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}
.product-card:hover{transform:translateY(-4px)!important;border-color:#edf0f0!important;box-shadow:0 16px 34px rgba(79,52,18,.11)!important}
.product-media{aspect-ratio:1/1!important;background:linear-gradient(180deg,#fff 0%,#fbf7f0 100%)!important;border-bottom:1px solid #f0e8dc!important}
.product-media>a{display:block;width:100%;height:100%;padding:10px}
.product-media img{width:100%!important;height:100%!important;object-fit:contain!important;transition:transform .3s ease!important}
.product-card:hover .product-media img{transform:scale(1.025)!important}
.sale-badge{top:10px!important;right:10px!important;padding:5px 9px!important;border-radius:999px!important;background:#9f3027!important;color:#fff!important;font-size:11px!important;font-weight:700!important}
.heart-button{left:10px!important;top:10px!important;width:35px!important;height:35px!important;border:1px solid #e2e5e5!important;border-radius:50%!important;background:rgba(255,255,255,.94)!important;color:var(--brand-deep)!important;box-shadow:0 5px 14px rgba(58,39,18,.08)!important}
.heart-button.active{background:#fff4e7!important;color:#9f3027!important;border-color:#ecccb9!important}
.product-body{padding:13px 14px 14px!important;display:flex!important;flex:1;flex-direction:column!important}
.product-body>small{display:block;color:#b4452c!important;font-size:11.5px!important;font-weight:600!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-body h3{margin:5px 0 7px!important;min-height:47px!important;font-size:14.5px!important;line-height:1.65!important;font-weight:700!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.card-stock{display:inline-flex!important;align-items:center;gap:6px;width:max-content;max-width:100%;font-size:11px!important;color:#6d715f!important}
.card-stock:before{content:"";width:7px;height:7px;border-radius:50%;background:#6e8b52;box-shadow:0 0 0 3px rgba(110,139,82,.1)}
.card-stock.unavailable{color:#a14b43!important}.card-stock.unavailable:before{background:#b9554c;box-shadow:0 0 0 3px rgba(185,85,76,.1)}
.product-bottom{margin-top:auto!important;padding-top:12px!important;border-top:1px dashed #eee3d4;align-items:center!important;gap:8px!important}
.price b{font-size:16px!important;color:var(--brand-deep)!important;font-weight:800!important}.price del{font-size:11.5px!important;color:#9b8f83!important}
.card-buy{width:38px!important;height:38px!important;display:grid!important;place-items:center!important;border:0!important;border-radius:11px!important;background:var(--brand-deep)!important;color:#fff!important;box-shadow:0 7px 16px rgba(61,41,24,.14)!important}
.card-buy:hover{background:var(--accent)!important;color:#fff!important}

/* =========================
   Cart + checkout full polish
   ========================= */
.commerce-hero{padding:34px 0 28px;background:linear-gradient(135deg,#fffdfa,#f7ecdc);border-bottom:1px solid var(--line)}
.commerce-hero .breadcrumbs{margin-bottom:15px}
.commerce-hero-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.commerce-hero h1{margin:2px 0 3px;font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.35}
.commerce-hero p{margin:0;color:var(--muted);font-size:14px}
.commerce-eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--accent);font-size:12px;font-weight:700}
.checkout-steps{display:flex;align-items:center;gap:7px;direction:rtl}
.checkout-step{display:flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #e4d7c5;border-radius:11px;background:rgba(255,255,255,.72);color:#8a7a6c;font-size:12px;white-space:nowrap}
.checkout-step i{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:#f1e6d6;color:#b4452c;font-style:normal;font-weight:800}
.checkout-step.active{border-color:#f5e8e3;background:#fff;color:var(--brand-deep);box-shadow:0 6px 18px rgba(84,54,17,.06)}
.checkout-step.active i{background:var(--brand-deep);color:#fff}

.cart-layout,.checkout-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 355px!important;gap:28px!important;padding-top:34px!important;padding-bottom:72px!important;align-items:start}
.cart-items,.checkout-form{min-width:0}
.cart-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:14px;padding:0 3px}
.cart-panel-head span{color:var(--accent);font-size:12px;font-weight:700}.cart-panel-head h2{margin:2px 0 0;font-size:20px}.cart-panel-head>a{font-size:12px;color:var(--brand-deep);font-weight:700}
.cart-form{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 26px rgba(70,45,17,.035)}
.cart-list{display:grid}
.cart-row{display:grid!important;grid-template-columns:96px minmax(0,1fr) 110px 92px 112px 38px!important;gap:14px!important;align-items:center!important;padding:15px 16px!important;border-bottom:1px solid #efe6da!important;background:#fff;transition:.18s}
.cart-row:last-child{border-bottom:0!important}.cart-row:hover{background:#fffdfa}
.cart-thumb{width:96px;height:96px;display:block;border:1px solid #eee4d6;border-radius:14px;overflow:hidden;background:#fbf7f1;padding:5px}.cart-thumb img{width:100%;height:100%;object-fit:contain;border-radius:10px}
.cart-product-info{min-width:0}.cart-product-info>small{display:block;color:#9a8b7e;font-size:11px;margin-bottom:3px}.cart-product-name{display:block;font-size:14px;font-weight:700;line-height:1.65;white-space:normal}.cart-product-info em{display:block;margin-top:5px;color:#a1463c;font-size:11px;font-style:normal}
.cart-unit-price,.cart-line-total,.cart-qty-control{display:grid;gap:4px}.cart-unit-price span,.cart-line-total span,.cart-qty-control>span,.cart-mobile-price span{color:#9a8b7e;font-size:10.5px}.cart-unit-price b,.cart-line-total strong{font-size:13px;color:var(--brand-deep)}
.cart-qty{width:76px!important;height:40px!important;border:1px solid #dfd0ba!important;border-radius:10px!important;background:#fff!important;text-align:center!important;outline:none}.cart-qty:focus{border-color:var(--accent)!important;box-shadow:0 0 0 3px rgba(189,132,41,.11)}
.remove-cart{width:36px;height:36px;display:grid!important;place-items:center;border:1px solid #f0d7d2!important;border-radius:10px!important;background:#fff7f5!important;color:#a5443b!important;font-size:13px!important}
.remove-cart:hover{background:#a5443b!important;color:#fff!important}.cart-mobile-price{display:none}
.cart-form-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;background:#fcf8f2;border-top:1px solid #eee4d6}.cart-form-actions .outline-button{margin:0!important;height:40px!important}.cart-form-actions small{color:#918477;font-size:11px}
.coupon-card{margin-top:16px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #e6d7bf;border-radius:16px;background:linear-gradient(135deg,#fffaf1,#f8eddd)}
.coupon-copy{display:flex;align-items:center;gap:11px}.coupon-copy>span{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:#fff;color:var(--accent);box-shadow:0 5px 14px rgba(70,45,17,.06)}.coupon-copy>div{display:grid}.coupon-copy b{font-size:13px}.coupon-copy small{font-size:11px;color:var(--muted)}
.coupon-form{margin:0!important;display:flex!important;min-width:290px;max-width:360px!important}.coupon-form input{height:42px!important;border-color:#dfcfb9!important;background:#fff!important}.coupon-form button{background:var(--brand-deep)!important;color:#fff!important;padding-inline:16px!important}

.order-summary{position:sticky!important;top:calc(76px + 18px)!important;align-self:start!important;padding:21px!important;border:1px solid #e3d4bf!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 32px rgba(69,44,17,.06)!important}
.summary-icon{width:43px;height:43px!important;display:grid!important;place-items:center!important;border-radius:12px!important;background:#f8eddd!important;color:var(--accent)!important;font-size:18px!important;margin-bottom:11px}
.order-summary h2{font-size:18px!important;margin:0 0 5px!important}.order-summary>p{margin:0 0 12px;color:var(--muted);font-size:11.5px;line-height:1.8}
.order-summary>div:not(.checkout-item):not(.summary-icon):not(.summary-trust){min-height:39px!important;font-size:12px!important;color:#7e7166!important}.order-summary>div b{color:var(--ink)!important}
.summary-total{margin-top:7px!important;padding-top:13px!important;border-top:1px solid #e8dccb!important}.summary-total strong{font-size:18px!important;color:var(--brand-deep)!important}
.order-summary>.primary-button{width:100%;margin-top:14px!important;min-height:46px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:800}
.summary-trust{margin-top:13px!important;padding:10px 0 0!important;border-top:1px dashed #e7d9c7;display:flex!important;gap:7px!important;flex-wrap:wrap!important}.summary-trust span{display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border-radius:8px;background:#faf5ed;color:#74685d;font-size:10.5px}.order-summary>small{margin-top:9px!important;font-size:10.5px!important;line-height:1.8!important}
.empty-cart{padding:58px 28px!important;border:1px solid var(--line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 28px rgba(70,45,17,.035)}.empty-cart>span{width:64px;height:64px;margin:auto;display:grid;place-items:center;border-radius:18px;background:#f8eddd;color:var(--accent);font-size:26px!important}.empty-cart h2{font-size:20px;margin:13px 0 4px!important}.empty-cart p{margin:0 0 12px!important;font-size:13px}.empty-cart .primary-button{display:inline-flex;align-items:center;gap:7px;min-height:44px;padding-inline:18px}

.checkout-form{padding:22px!important;border:1px solid var(--line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 26px rgba(70,45,17,.035)}
.checkout-form h2{margin:0 0 17px!important;font-size:16px!important;gap:9px!important}.checkout-form h2:not(:first-of-type){margin-top:28px!important;padding-top:22px!important;border-top:1px solid #eee4d6!important}.checkout-form h2>span{width:28px!important;height:28px!important;border-radius:9px!important;background:var(--brand-deep)!important;color:#fff!important}
.form-grid{gap:14px!important}.form-grid label{gap:6px!important;font-size:12px!important;color:#60717b}.form-grid input,.form-grid select,.form-grid textarea{border:1px solid #dfd2c0!important;border-radius:11px!important;background:#fffdfb!important}.form-grid input,.form-grid select{height:45px!important}.form-grid textarea{min-height:94px!important}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--accent)!important;box-shadow:0 0 0 3px rgba(189,132,41,.1)!important;background:#fff!important}
.payment-choice{padding:14px!important;border:1px solid #f5e8e3!important;border-radius:13px!important;background:#fff8ed!important}.payment-choice b{font-size:13px!important}.payment-choice small{font-size:11px!important}.place-order{min-height:48px!important;margin-top:20px!important;font-size:13px!important;font-weight:800!important}
.checkout-summary h2{margin-bottom:13px!important}.checkout-item{grid-template-columns:54px minmax(0,1fr) auto!important;gap:9px!important;padding:10px 0!important}.checkout-item img{width:54px!important;height:54px!important;object-fit:contain!important;border:1px solid #eee2d2;border-radius:10px!important;background:#fbf7f0}.checkout-item b{font-size:11.5px!important;line-height:1.55}.checkout-item small,.checkout-item strong{font-size:10.5px!important}

/* =========================
   Professional contact page
   ========================= */
.contact-page{padding:42px 0 72px}
.contact-hero{position:relative;overflow:hidden;padding:33px;border:1px solid #dde3e5;border-radius:22px;background:linear-gradient(135deg,#fffdfa 0%,#f8ecda 100%);box-shadow:0 14px 38px rgba(73,46,17,.055)}
.contact-hero:before{content:"";position:absolute;left:-90px;top:-110px;width:260px;height:260px;border-radius:50%;background:rgba(189,132,41,.09)}
.contact-hero .breadcrumbs{position:relative;margin-bottom:18px}.contact-hero-copy{position:relative;max-width:730px}.contact-hero .page-eyebrow{display:inline-flex;align-items:center;gap:6px}.contact-hero h1{margin:4px 0 8px;font-size:clamp(2rem,4vw,3rem);line-height:1.35}.contact-hero p{margin:0;color:var(--muted);font-size:14px;line-height:1.95}
.contact-info-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:18px}
.contact-info-card{display:flex;align-items:center;gap:11px;min-width:0;padding:15px;border:1px solid #e5d9c8;border-radius:15px;background:rgba(255,255,255,.86);transition:.18s}.contact-info-card:hover{transform:translateY(-2px);border-color:#f5e8e3;box-shadow:0 8px 22px rgba(71,45,16,.06)}
.contact-info-card>i{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:11px;background:#f8eddd;color:var(--accent);font-size:16px}.contact-info-card>span{display:grid;min-width:0}.contact-info-card small{font-size:10.5px;color:#8f8174}.contact-info-card b{font-size:12.5px;color:var(--brand-deep);white-space:normal;overflow-wrap:anywhere}
.contact-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:22px;margin-top:22px;align-items:start}
.contact-form-card,.contact-side-card{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(71,45,16,.04)}
.contact-form-card{padding:24px}.contact-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:19px}.contact-form-head span{color:var(--accent);font-size:11.5px;font-weight:700}.contact-form-head h2{margin:2px 0 0;font-size:20px}.contact-form-head>i{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;background:#f8eddd;color:var(--accent);font-size:18px}
.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.contact-form-grid label{display:grid;gap:6px;font-size:12px;font-weight:600;color:#60717b}.contact-form-grid .full{grid-column:1/-1}.contact-form-grid input,.contact-form-grid select,.contact-form-grid textarea{width:100%;border:1px solid #dfd2c0;border-radius:11px;background:#fffdfb;outline:0;padding:0 13px}.contact-form-grid input,.contact-form-grid select{height:45px}.contact-form-grid textarea{min-height:130px;padding-top:12px;resize:vertical}.contact-form-grid input:focus,.contact-form-grid select:focus,.contact-form-grid textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(189,132,41,.1);background:#fff}.contact-form-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:16px}.contact-form-actions .primary-button{min-height:46px;padding:0 19px;border:0;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800}.contact-form-actions small{color:#94877b;font-size:10.5px;line-height:1.7}
.contact-side-card{padding:21px;position:sticky;top:calc(76px + 18px)}.contact-side-card h3{margin:0 0 5px;font-size:17px}.contact-side-card>p{margin:0 0 14px;color:var(--muted);font-size:12px;line-height:1.8}.contact-side-list{display:grid;gap:9px}.contact-side-list>div{display:flex;align-items:flex-start;gap:10px;padding:11px;border-radius:12px;background:#fbf7f0}.contact-side-list i{color:var(--accent);margin-top:4px}.contact-side-list span{display:grid}.contact-side-list small{color:#938579;font-size:10px}.contact-side-list b{font-size:11.5px;line-height:1.7}.contact-map-link{margin-top:13px;min-height:42px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #f5e8e3;border-radius:11px;color:var(--brand-deep);font-size:12px;font-weight:700;background:#fffaf2}.contact-map-link:hover{background:#f8eddd}

/* =========================
   Compact premium footer
   ========================= */
.site-footer{padding-top:0!important;background:#b4452c!important;color:#f5eadb!important;border-top:0!important}
.footer-main{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(150px,.7fr) minmax(170px,.75fr) minmax(250px,1fr);gap:28px;padding:30px 0 24px}
.footer-brand .logo{display:inline-flex!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important}
.footer-brand .logo-mark{width:190px!important;height:auto!important;max-height:86px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}
.footer-brand p{max-width:450px;margin:11px 0 14px;color:#cfc0b0!important;font-size:12.5px!important;line-height:1.9}
.footer-social{display:flex;gap:8px}.footer-social a{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.055);color:#edf0f0}.footer-social a:hover{background:#b4452c;color:#fff;border-color:#b4452c}
.footer-column h3,.footer-contact-card h3{margin:3px 0 11px;color:#fff!important;font-size:14px!important}.footer-column>a{display:flex;align-items:center;min-height:31px;color:#cfc0b0!important;font-size:12px!important}.footer-column>a:hover{color:#edf0f0!important;text-decoration:none!important}
.footer-contact-card{padding:15px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:rgba(255,255,255,.045)}
.footer-contact-list{display:grid;gap:9px}.footer-contact-line{display:flex;align-items:flex-start;gap:9px;color:#d8c9ba;font-size:11.5px;line-height:1.7}.footer-contact-line i{width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px;border-radius:8px;background:rgba(189,132,41,.15);color:#f5e8e3}.footer-contact-line span{min-width:0;overflow-wrap:anywhere}.footer-call-button{margin-top:12px;min-height:38px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:10px;background:#b4452c;color:#fff;font-size:12px;font-weight:800}.footer-call-button:hover{background:#b4452c}
.footer-bottom{min-height:54px!important;padding:12px 0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;border-top:1px solid rgba(255,255,255,.09)!important;color:#bfae9d!important;font-size:11px!important}
.footer-badges{display:flex;gap:7px;flex-wrap:wrap}.footer-badges span{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:8px;background:rgba(255,255,255,.05);color:#d8c9ba}
.back-to-top{box-shadow:0 10px 28px rgba(0,0,0,.18)!important;color:var(--brand-deep)!important}.back-to-top:hover{background:var(--accent)!important;color:#fff!important}.floating-whatsapp{background:#25D366!important}

/* Product page/admin brand alignment */
.pdp-v4{--pdp-line:#e7dac8;--pdp-soft:#faf5ec;--pdp-text:#60717b}
.pdp-v4-media{background:linear-gradient(180deg,#fffdfa 0,#f8f1e6 100%)}
.pdp-v4-badges>a,.pdp-v4-trust>div>i{background:#f7eddf!important;color:var(--brand)!important}
.pdp-v4-variants input:checked+span{background:#fbf3e8!important;box-shadow:0 0 0 2px rgba(155,104,24,.1)!important}
.pdp-v4-add{background:var(--brand-deep)!important;box-shadow:0 10px 24px rgba(61,41,24,.18)!important}
.admin-body,.admin-login,body.admin-body,body.admin-login{font-family:'Cairo','Segoe UI',Arial,sans-serif}
.admin-body,.admin-login{--navy:#b4452c;--brown:#b4452c;--copper:#b4452c;--cream:#f8f2e8;--line:#e6d9c7;--muted:#786c62}
.admin-login{background:linear-gradient(135deg,#b4452c,#b4452c)}.admin-sidebar{background:#b4452c}.admin-sidebar nav a.active{box-shadow:inset -3px 0 #f5e8e3}.sidebar-user>span{background:#b4452c}.login-card form button,.admin-primary{background:#b4452c}.login-card form button:hover,.admin-primary:hover{background:#b4452c}.login-card>small,.admin-page-head small,.admin-panel>header a,td>a{color:#b4452c}.login-card input:focus,.form-panel input:focus,.form-panel select:focus,.form-panel textarea:focus{border-color:#b4452c;box-shadow:0 0 0 3px rgba(185,131,37,.12)}.stat-grid>div:before{background:#b4452c}.admin-brand>img{background:#fff8ee!important;border-radius:9px;padding:3px;object-fit:contain!important}.admin-login .admin-brand>img{width:230px;max-height:110px}.admin-sidebar>.admin-brand>img{width:112px;max-height:58px}.admin-menu-toggle{background:#b4452c!important}

@media(min-width:1280px){.product-grid,.catalog-products{grid-template-columns:repeat(5,minmax(0,1fr))!important}}
@media(max-width:1279px) and (min-width:1001px){.product-grid,.catalog-products{grid-template-columns:repeat(4,minmax(0,1fr))!important}.nav-row>a,.nav-category>a,.nav-all-categories>.all-products{font-size:11.5px!important;padding-inline:6px!important}.nav-all-categories>.all-products{min-width:123px!important}}
@media(max-width:1000px) and (min-width:801px){.product-grid,.catalog-products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.header-row{grid-template-columns:auto minmax(200px,1fr) auto}.site-header .logo-mark{width:150px!important}.nav-row>a,.nav-category>a,.nav-all-categories>.all-products{font-size:10.5px!important;padding-inline:4px!important}.nav-all-categories>.all-products{min-width:108px!important}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand{grid-column:span 2}.cart-row{grid-template-columns:82px minmax(0,1fr) 92px 82px 95px 36px!important}.cart-thumb{width:82px;height:82px}}

@media(max-width:800px){
  .header-row{min-height:64px!important;height:64px!important;grid-template-columns:42px minmax(0,1fr) 42px!important}.site-header .logo-mark{width:142px!important;max-height:52px!important}.header-icon,.cart-link{width:42px!important;height:42px!important}.mobile-search-row{padding-bottom:9px;background:#fffdfa!important}.mobile-search-row .header-search{height:40px!important}.category-nav{display:none!important}
  .product-grid,.catalog-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-card{border-radius:14px!important}.product-media>a{padding:6px}.product-body{padding:10px!important}.product-body h3{font-size:13px!important;min-height:43px!important}.product-body>small{font-size:10.5px!important}.card-stock{font-size:10px!important}.price b{font-size:14px!important}.price del{font-size:10px!important}.card-buy{width:34px!important;height:34px!important;border-radius:10px!important}.heart-button{width:32px!important;height:32px!important}
  .commerce-hero{padding:25px 0 21px}.commerce-hero-row{display:grid;gap:15px}.commerce-hero h1{font-size:26px}.checkout-steps{width:100%;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.checkout-step{flex:0 0 auto;padding:7px 9px;font-size:11px}.checkout-step i{width:23px;height:23px}
  .cart-layout,.checkout-layout{display:block!important;padding-top:22px!important;padding-bottom:50px!important}.order-summary{position:static!important;margin-top:18px}.cart-panel-head{align-items:flex-start}.cart-panel-head>a{display:none}.cart-row{grid-template-columns:72px minmax(0,1fr) 74px 36px!important;grid-template-areas:"thumb info info remove" "thumb mobileprice qty total"!important;gap:8px 10px!important;padding:12px!important}.cart-thumb{grid-area:thumb;width:72px;height:72px}.cart-product-info{grid-area:info}.cart-unit-price{display:none}.cart-mobile-price{display:grid;grid-area:mobileprice}.cart-qty-control{grid-area:qty}.cart-line-total{grid-area:total}.remove-cart{grid-area:remove}.cart-qty{width:64px!important;height:36px!important}.cart-product-name{font-size:12.5px}.cart-form-actions{padding:11px 12px}.cart-form-actions small{display:none}.coupon-card{display:grid;gap:12px;padding:13px}.coupon-form{min-width:0!important;max-width:none!important;width:100%}.coupon-copy small{font-size:10.5px}
  .form-grid,.contact-form-grid{grid-template-columns:1fr!important}.form-grid .full,.contact-form-grid .full{grid-column:auto}.checkout-form{padding:16px!important}.checkout-form h2:not(:first-of-type){margin-top:22px!important;padding-top:18px!important}.contact-page{padding:20px 0 50px}.contact-hero{padding:21px 17px;border-radius:17px}.contact-hero h1{font-size:27px}.contact-info-cards{grid-template-columns:1fr}.contact-layout{display:block}.contact-form-card{padding:17px;margin-top:16px}.contact-form-head{margin-bottom:15px}.contact-form-actions{display:grid}.contact-form-actions .primary-button{width:100%;justify-content:center}.contact-side-card{position:static;margin-top:15px}.contact-info-card{padding:12px}
  .footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 15px;padding:25px 0 20px}.footer-brand,.footer-contact-card{grid-column:1/-1}.footer-brand .logo-mark{width:170px!important;max-height:76px!important}.footer-brand p{font-size:12px!important}.footer-bottom{min-height:0!important;padding:13px 0 76px!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.footer-badges{gap:5px}.footer-badges span{font-size:10px}
}
@media(max-width:420px){.site-header .logo-mark{width:128px!important}.product-body h3{font-size:12.5px!important}.footer-main{grid-template-columns:1fr}.footer-brand,.footer-contact-card{grid-column:auto}.footer-column{min-width:0}}

/* =========================================================
   Home Store refinement patch 4
   Product grid / cart / checkout / mobile footer / search fix
   ========================================================= */

/* Header: larger desktop logo without making the navbar tall again */
@media(min-width:801px){
  .header-row{height:74px!important;min-height:74px!important;gap:clamp(16px,2.2vw,34px)!important}
  .site-header .logo-mark{width:208px!important;max-height:66px!important}
  .site-header .header-search{height:44px!important}
  .category-nav,.nav-row,.nav-all-categories,.nav-category{height:43px!important;min-height:43px!important}
  .nav-row>a,.nav-category>a,.nav-all-categories>.all-products{height:43px!important;min-height:43px!important}
  .offers-link{height:31px!important;min-height:31px!important;margin-block:6px!important}
}

/* Live search must behave like a floating layer and never pull the document upward */
body.search-focus{overflow-anchor:none}
.site-header,.header-row,.header-search,.search-suggestions{overflow-anchor:none!important}
.search-suggestions{contain:layout paint;overscroll-behavior:contain}

/* Premium product cards - three cards per desktop row */
.product-grid,.catalog-products{gap:22px!important}
.product-card{
  border:1px solid #e5d7c4!important;
  border-radius:20px!important;
  box-shadow:0 10px 28px rgba(70,43,14,.065)!important;
  isolation:isolate;
}
.product-card:before{
  content:"";position:absolute;z-index:3;top:0;right:20px;left:20px;height:2px;
  background:linear-gradient(90deg,transparent,#f5e8e3,transparent);opacity:.8
}
.product-card:hover{transform:translateY(-5px)!important;box-shadow:0 20px 44px rgba(70,43,14,.12)!important}
.product-media{aspect-ratio:1.5/1!important;background:#f8f1e6!important;border-bottom:1px solid #ecdfce!important}
.product-media>a{padding:0!important;overflow:hidden}
.product-media img{object-fit:cover!important;transform:none!important}
.product-card:hover .product-media img{transform:scale(1.035)!important}
.product-body{padding:12px 15px 14px!important}
.product-body>small{font-size:11px!important}
.product-body h3{margin:4px 0 5px!important;min-height:42px!important;font-size:14px!important;line-height:1.55!important}
.card-stock{font-size:10.5px!important}
.product-bottom{padding-top:10px!important;margin-top:9px!important}
.price b{font-size:16px!important}.price del{font-size:11px!important}
.card-buy{width:37px!important;height:37px!important;border-radius:12px!important}
@media(min-width:1001px){.product-grid,.catalog-products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:1000px) and (min-width:801px){.product-grid,.catalog-products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important}.product-media{aspect-ratio:1.35/1!important}}
@media(max-width:800px){
  .product-grid,.catalog-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .product-card{border-radius:15px!important}
  .product-media{aspect-ratio:1.18/1!important}
  .product-body{padding:9px 10px 11px!important}
  .product-body h3{font-size:12.5px!important;min-height:39px!important;line-height:1.55!important}
  .product-body>small,.card-stock{font-size:9.5px!important}
  .product-bottom{padding-top:8px!important;margin-top:7px!important}
  .price b{font-size:13.5px!important}.price del{font-size:9.5px!important}
  .card-buy{width:33px!important;height:33px!important;border-radius:10px!important}
}

/* Home category geometry - deliberate mosaic instead of repeated equal cards */
.home-categories{grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-auto-rows:230px!important;gap:14px!important}
.home-category,.home-category.large{grid-column:auto!important;grid-row:auto!important;aspect-ratio:auto!important;border-radius:20px!important}
.home-category:nth-child(1){grid-column:span 5!important}.home-category:nth-child(2){grid-column:span 4!important}.home-category:nth-child(3){grid-column:span 3!important}
.home-category:nth-child(4){grid-column:span 3!important}.home-category:nth-child(5){grid-column:span 4!important}.home-category:nth-child(6){grid-column:span 5!important}
.home-category:after{inset:18% 0 0!important;background:linear-gradient(180deg,transparent,rgba(39,24,10,.88))!important}
.home-category>span{right:18px!important;left:18px!important;bottom:17px!important}
.home-category b{font-size:21px!important;line-height:1.45}.home-category small{font-size:11px!important}.home-category em{font-size:12px!important}
.home-category{box-shadow:0 10px 30px rgba(65,40,14,.08)}
.home-category:hover{box-shadow:0 18px 40px rgba(65,40,14,.14)}
@media(max-width:1000px) and (min-width:801px){
  .home-categories{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-rows:205px!important}
  .home-category:nth-child(n){grid-column:span 1!important}
}
@media(max-width:800px){
  .home-categories{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:165px!important;gap:10px!important}
  .home-category:nth-child(n){grid-column:span 1!important}
  .home-category:nth-child(1),.home-category:nth-child(6){grid-column:span 2!important;min-height:190px!important}
  .home-category{border-radius:15px!important}
  .home-category>span{right:12px!important;left:12px!important;bottom:11px!important}
  .home-category b{font-size:16px!important}.home-category small,.home-category em{font-size:10.5px!important}
}

/* Cart - clearer visual hierarchy, no coupon block, delivery separated from product amount */
.commerce-hero{background:
  radial-gradient(circle at 12% 18%,rgba(201,146,53,.12),transparent 24%),
  linear-gradient(135deg,#fffdfa 0%,#f8efe1 100%)!important}
.commerce-hero-cart,.commerce-hero-checkout{position:relative;overflow:hidden}
.commerce-hero-cart:after,.commerce-hero-checkout:after{content:"";position:absolute;left:-70px;bottom:-120px;width:280px;height:280px;border:1px solid rgba(154,103,28,.12);border-radius:50%;pointer-events:none}
.cart-layout{grid-template-columns:minmax(0,1fr) 330px!important;gap:24px!important;padding-top:30px!important}
.cart-panel-head{margin-bottom:12px!important}.cart-panel-head h2{font-size:21px!important}.cart-panel-head span{font-size:11.5px!important}
.cart-form{border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
.cart-list{gap:10px!important}
.cart-row{
  grid-template-columns:102px minmax(0,1fr) 105px 86px 110px 38px!important;
  border:1px solid #e7dac8!important;border-radius:17px!important;padding:13px 14px!important;
  box-shadow:0 7px 20px rgba(72,45,17,.035)!important
}
.cart-row:last-child{border-bottom:1px solid #e7dac8!important}
.cart-row:hover{background:#fff!important;border-color:#edf0f0!important;box-shadow:0 12px 28px rgba(72,45,17,.075)!important}
.cart-thumb{width:102px;height:86px!important;padding:0!important;border-radius:13px!important;background:#f8f1e7!important}
.cart-thumb img{object-fit:cover!important;border-radius:12px!important}
.cart-product-name{font-size:13.5px!important}.cart-product-info>small{font-size:10px!important}.cart-line-total strong,.cart-unit-price b{font-size:12.5px!important}
.cart-form-actions{margin-top:10px;border:0!important;border-radius:13px!important;background:#f8f2e9!important;padding:10px 12px!important}
.delivery-notice{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px 16px;border:1px solid #edf0f0;border-radius:17px;background:linear-gradient(135deg,#fffaf1,#f7ead6);box-shadow:0 8px 24px rgba(75,45,12,.04)}
.delivery-notice-wide{margin-top:14px}.delivery-notice-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:#fff;color:#b4452c;font-size:18px;box-shadow:0 5px 15px rgba(74,45,14,.07)}
.delivery-notice>div{display:grid;gap:2px}.delivery-notice b{font-size:13px;color:#b4452c}.delivery-notice p{margin:0;color:#60717b;font-size:11px;line-height:1.75}.delivery-notice>a{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:0 12px;border:1px solid #f5e8e3;border-radius:11px;background:#fff;color:#b4452c;font-size:11px;font-weight:800;white-space:nowrap}
.summary-kicker{display:block;color:#b4452c;font-size:10.5px;font-weight:700;margin-bottom:2px}
.cart-summary,.checkout-summary-premium{border-radius:20px!important;border-color:#dfcfb8!important;box-shadow:0 14px 34px rgba(69,43,16,.07)!important}
.summary-shipping-note{display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;gap:9px!important;margin-top:10px!important;padding:11px!important;border:1px solid #edf0f0!important;border-radius:12px!important;background:#fff8eb!important;min-height:0!important}
.summary-shipping-note>i{color:#b4452c;margin-top:3px}.summary-shipping-note>span{display:grid;text-align:right}.summary-shipping-note b{font-size:11px!important;color:#b4452c!important}.summary-shipping-note small{font-size:9.8px;color:#60717b;line-height:1.65}

/* Checkout - premium grouped form instead of a plain stacked form */
.checkout-layout-premium{grid-template-columns:minmax(0,1fr) 350px!important;gap:25px!important;padding-top:28px!important}
.checkout-main-column{min-width:0}.checkout-delivery-banner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;padding:14px 16px;margin-bottom:13px;border:1px solid #edf0f0;border-radius:17px;background:linear-gradient(135deg,#fff9ef,#f8ecd8)}
.checkout-delivery-banner>span{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:#fff;color:#b4452c;font-size:18px}.checkout-delivery-banner>div{display:grid}.checkout-delivery-banner b{font-size:12.5px;color:#b4452c}.checkout-delivery-banner small{font-size:10.5px;color:#786b5e;line-height:1.7}.checkout-delivery-banner>a{display:inline-flex;align-items:center;gap:6px;padding:9px 11px;border:1px solid #f5e8e3;border-radius:10px;background:#fff;font-size:10.5px;font-weight:800;color:#b4452c;white-space:nowrap}
.checkout-form-premium{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;display:grid;gap:12px}
.checkout-form-section{padding:19px 20px;border:1px solid #e6d9c7;border-radius:19px;background:#fff;box-shadow:0 8px 24px rgba(72,45,18,.035)}
.checkout-form-section>header{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.checkout-section-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:13px;background:#f7ecdc;color:#b4452c;font-size:17px}.checkout-form-section>header>div{display:grid}.checkout-form-section>header small{color:#b4452c;font-size:10px;font-weight:700}.checkout-form-section h2{display:block!important;margin:0!important;padding:0!important;border:0!important;font-size:16px!important;line-height:1.5}.checkout-form-section header p{margin:2px 0 0;color:#88796c;font-size:10.5px;line-height:1.7}
.checkout-form-premium .form-grid{gap:11px 13px!important}.checkout-form-premium .form-grid label{font-size:11.5px!important;font-weight:700;color:#60717b}.checkout-form-premium .form-grid input,.checkout-form-premium .form-grid select{height:43px!important}.checkout-form-premium .form-grid textarea{min-height:86px!important}.checkout-form-premium .form-grid input,.checkout-form-premium .form-grid select,.checkout-form-premium .form-grid textarea{border-radius:12px!important;background:#fffdfa!important}
.checkout-payment-section{padding-bottom:17px}.checkout-form-premium .payment-choice{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:11px!important;padding:12px 13px!important;margin:0!important;background:#fffaf1!important;border-color:#edf0f0!important}.checkout-form-premium .payment-choice>i{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:#fff;color:#b4452c}.checkout-form-premium .payment-choice input{accent-color:#b4452c}.checkout-form-premium .payment-choice span{display:grid}.checkout-form-premium .payment-choice b{font-size:12px!important}.checkout-form-premium .payment-choice small{font-size:10px!important;color:#60717b}
.checkout-submit-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:11px 13px 0}.checkout-submit-row>span{color:#827466;font-size:10.5px}.checkout-submit-row>span i{color:#b4452c;margin-left:4px}.checkout-submit-row .place-order{width:auto!important;min-width:260px;margin:0!important;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 18px!important}.checkout-submit-row .place-order em{font-style:normal;font-size:12px;color:#edf0f0}
.checkout-summary-premium{top:calc(74px + 18px)!important}.checkout-items-list{display:grid;max-height:330px;overflow:auto;padding-left:2px;scrollbar-width:thin}.checkout-summary-premium .checkout-item{padding:9px 0!important}.checkout-summary-premium .checkout-item img{object-fit:cover!important}
.success-shipping-note{max-width:440px;margin:10px auto!important;padding:9px 12px;border:1px solid #edf0f0;border-radius:11px;background:#fff8ec;color:#b4452c!important;font-size:11px!important}

/* Footer - light logo panel + compact geometric mobile composition */
.site-footer{position:relative;overflow:hidden;background:#b4452c!important}
.footer-geometry{position:absolute;inset:0;pointer-events:none;overflow:hidden;opacity:.6}.footer-geometry span{position:absolute;display:block;border:1px solid rgba(219,179,111,.12);transform:rotate(45deg)}.footer-geometry span:nth-child(1){width:190px;height:190px;left:-80px;top:-105px}.footer-geometry span:nth-child(2){width:110px;height:110px;right:18%;bottom:-70px}.footer-geometry span:nth-child(3){width:55px;height:55px;right:3%;top:40px;background:rgba(185,124,33,.055)}
.footer-main,.footer-bottom,.footer-mobile-quick{position:relative;z-index:1}
.footer-logo-panel{padding:8px 12px!important;border:1px solid rgba(185,124,33,.25)!important;border-radius:15px!important;background:#fffaf1!important;box-shadow:0 10px 24px rgba(0,0,0,.12)!important}
.footer-brand .logo-mark{width:180px!important;max-height:74px!important}
.footer-column h3{display:flex;align-items:center;gap:7px}.footer-column h3 i{color:#f5e8e3;font-size:12px}
.footer-contact-title{display:flex;align-items:center;gap:9px;margin-bottom:10px}.footer-contact-title>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(201,145,51,.14);color:#f5e8e3}.footer-contact-title>div{display:grid}.footer-contact-title small{color:#bbaa99;font-size:9.5px}.footer-contact-title h3{margin:0!important;font-size:14px!important}
.footer-contact-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:11px}.footer-contact-actions .footer-call-button{margin:0!important}.footer-map-button{background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.11)!important}
.footer-mobile-quick{display:none}

@media(max-width:800px){
  .footer-main{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;padding:17px 0 11px!important}
  .footer-brand{grid-column:1/-1!important;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:3px}
  .footer-logo-panel{padding:6px 9px!important;border-radius:12px!important}.footer-brand .logo-mark{width:155px!important;max-height:59px!important}
  .footer-brand p{display:none!important}.footer-social{margin:0!important;flex:0 0 auto}.footer-social a{width:34px!important;height:34px!important;border-radius:10px!important}
  .footer-column{min-width:0;padding:12px 11px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.035)}
  .footer-column h3{margin:0 0 7px!important;font-size:12px!important}.footer-column>a{min-height:26px!important;font-size:10.5px!important;padding:0!important}.footer-column>a:nth-of-type(n+5){display:none!important}
  .footer-contact-card{grid-column:1/-1!important;padding:11px 12px!important;border-radius:14px!important;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 10px;align-items:center}
  .footer-contact-title{margin:0!important}.footer-contact-title>span{width:31px;height:31px}.footer-contact-list{grid-column:1/-1!important;display:block!important}.footer-contact-line{font-size:10.5px!important;gap:7px!important}.footer-contact-line i{width:24px!important;height:24px!important;flex-basis:24px!important}.footer-contact-line:nth-child(2),.footer-contact-line:nth-child(3){display:none!important}
  .footer-contact-actions{display:none!important}
  .footer-mobile-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:0 0 10px}
  .footer-mobile-quick a{min-height:39px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.05);color:#ead8bd;font-size:10.5px;font-weight:700}.footer-mobile-quick a i{color:#f5e8e3;font-size:13px}.footer-mobile-quick a:nth-child(2){background:rgba(37,211,102,.11);color:#dff7e8}.footer-mobile-quick a:nth-child(2) i{color:#5ce18d}
  .footer-bottom{padding:9px 0 18px!important;gap:7px!important;align-items:center!important;text-align:center!important;font-size:9.5px!important}.footer-badges{justify-content:center!important}.footer-badges span{font-size:9px!important;padding:3px 6px!important}

  .delivery-notice,.checkout-delivery-banner{grid-template-columns:auto minmax(0,1fr)!important;padding:12px!important;gap:9px!important}.delivery-notice>a,.checkout-delivery-banner>a{grid-column:1/-1;width:100%;min-height:36px}.delivery-notice-icon,.checkout-delivery-banner>span{width:38px;height:38px}.delivery-notice b,.checkout-delivery-banner b{font-size:11.5px}.delivery-notice p,.checkout-delivery-banner small{font-size:10px}
  .cart-layout,.checkout-layout-premium{display:block!important;padding-top:18px!important;padding-bottom:45px!important}
  .cart-list{gap:8px!important}.cart-row{grid-template-columns:76px minmax(0,1fr) 36px!important;grid-template-areas:"thumb info remove" "thumb mobileprice mobileprice" "qty total total"!important;padding:10px!important;border-radius:14px!important;gap:7px 9px!important}.cart-thumb{width:76px!important;height:76px!important}.cart-product-name{font-size:12px!important}.cart-mobile-price{grid-area:mobileprice;display:flex!important;align-items:center;justify-content:space-between}.cart-qty-control{display:flex!important;align-items:center;gap:7px}.cart-line-total{display:flex!important;align-items:center;justify-content:flex-end;gap:8px}.cart-form-actions{margin-top:8px!important}.cart-form-actions .outline-button{width:100%;justify-content:center!important}.cart-panel-head h2{font-size:17px!important}
  .order-summary{margin-top:13px!important;padding:16px!important;border-radius:17px!important}.summary-icon{width:38px!important;height:38px!important}

  .checkout-form-premium{gap:9px!important}.checkout-form-section{padding:14px!important;border-radius:15px!important}.checkout-form-section>header{gap:9px;margin-bottom:12px}.checkout-section-icon{width:37px;height:37px;flex-basis:37px;border-radius:11px}.checkout-form-section h2{font-size:14px!important}.checkout-form-section header p{font-size:9.7px}.checkout-form-premium .form-grid{grid-template-columns:1fr!important}.checkout-form-premium .form-grid .full{grid-column:auto!important}.checkout-form-premium .form-grid input,.checkout-form-premium .form-grid select{height:42px!important}.checkout-submit-row{display:grid;padding:5px 0 0!important}.checkout-submit-row>span{text-align:center}.checkout-submit-row .place-order{width:100%!important;min-width:0!important}.checkout-summary-premium{margin-top:13px!important}.checkout-items-list{max-height:none!important}
}

@media(max-width:420px){
  .footer-brand .logo-mark{width:142px!important}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr))!important}.footer-brand,.footer-contact-card{grid-column:1/-1!important}.footer-column{grid-column:auto!important}
  .home-categories{grid-auto-rows:145px!important}.home-category:nth-child(1),.home-category:nth-child(6){min-height:175px!important}
}

/* =========================================================
   Home Store refinement patch 5
   Mobile footer height / clear light logo panel / 4-column products / stronger category bar
   ========================================================= */

/* Desktop category bar: larger, heavier type without increasing the bar height */
@media(min-width:1001px){
  .nav-row>a,
  .nav-category>a,
  .nav-all-categories>.all-products{
    font-size:14px!important;
    font-weight:700!important;
    letter-spacing:0!important;
  }
  .nav-all-categories>.all-products{font-weight:800!important}
}
@media(max-width:1279px) and (min-width:1001px){
  .nav-row{gap:clamp(3px,.55vw,8px)!important}
  .nav-row>a,.nav-category>a,.nav-all-categories>.all-products{padding-inline:5px!important;font-size:13px!important}
}
@media(max-width:1000px) and (min-width:801px){
  .nav-row>a,.nav-category>a,.nav-all-categories>.all-products{font-size:12px!important;font-weight:700!important}
}

/* Product grids: four cards per desktop row */
@media(min-width:1001px){
  .product-grid,.catalog-products{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:17px!important;
  }
  .product-media{aspect-ratio:1.34/1!important}
  .product-body{padding:11px 13px 13px!important}
  .product-body h3{font-size:13.5px!important;min-height:41px!important}
}

/* Mobile footer: intentionally taller, more structured, with a visibly light logo block */
@media(max-width:800px){
  .site-footer{padding-top:0!important}
  .footer-main{
    gap:13px 11px!important;
    padding:27px 0 18px!important;
  }
  .footer-brand{
    min-height:94px;
    padding:10px 10px 12px!important;
    border:1px solid rgba(255,255,255,.08);
    border-radius:17px;
    background:rgba(255,255,255,.035);
  }
  .footer-logo-panel{
    min-height:72px;
    padding:10px 13px!important;
    border:1px solid #ead8ba!important;
    border-radius:15px!important;
    background:#fffdf8!important;
    box-shadow:0 10px 26px rgba(0,0,0,.16)!important;
  }
  .footer-brand .logo-mark{
    width:170px!important;
    max-height:64px!important;
  }
  .footer-social{gap:8px!important}
  .footer-social a{width:38px!important;height:38px!important}
  .footer-column{
    min-height:138px;
    padding:15px 13px!important;
    border-radius:16px!important;
  }
  .footer-column h3{margin-bottom:10px!important;font-size:12.5px!important}
  .footer-column>a{min-height:29px!important;font-size:11px!important}
  .footer-contact-card{
    min-height:88px;
    padding:14px 14px!important;
    border-radius:16px!important;
  }
  .footer-mobile-quick{
    gap:9px!important;
    padding:2px 0 14px!important;
  }
  .footer-mobile-quick a{
    min-height:46px!important;
    border-radius:13px!important;
    font-size:11px!important;
  }
  .footer-bottom{
    padding:13px 0 24px!important;
    gap:9px!important;
  }
}

@media(max-width:420px){
  .footer-main{padding-top:23px!important;gap:11px 9px!important}
  .footer-brand{min-height:88px;padding:8px!important}
  .footer-logo-panel{min-height:68px;padding:9px 10px!important}
  .footer-brand .logo-mark{width:155px!important;max-height:59px!important}
  .footer-column{min-height:130px;padding:13px 11px!important}
}

/* =========================================================
   Home Store patch 6
   Mobile redesign: "تسوّق حسب احتياج مطبخك وبيتك"
   ========================================================= */
@media(max-width:800px){
  #collections.home-section{
    padding-top:34px!important;
  }
  #collections .section-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:end!important;
    gap:10px 12px!important;
    margin-bottom:14px!important;
  }
  #collections .section-head>div{
    min-width:0;
  }
  #collections .section-head>div>span{
    display:inline-flex!important;
    align-items:center!important;
    min-height:24px!important;
    padding:2px 9px!important;
    margin-bottom:4px!important;
    border:1px solid #ead8ba!important;
    border-radius:999px!important;
    background:#fff8ed!important;
    color:#b4452c!important;
    font-size:10.5px!important;
    font-weight:800!important;
  }
  #collections .section-head h2{
    margin:0!important;
    max-width:290px;
    color:#b4452c!important;
    font-size:21px!important;
    line-height:1.45!important;
    font-weight:850!important;
    letter-spacing:-.2px;
  }
  #collections .section-head>a{
    align-self:end!important;
    min-height:34px!important;
    padding:0 10px!important;
    border:1px solid #e6d6bf!important;
    border-radius:10px!important;
    background:#fff!important;
    color:#b4452c!important;
    font-size:10.5px!important;
    font-weight:800!important;
    white-space:nowrap;
    box-shadow:0 5px 14px rgba(72,45,16,.045)!important;
  }

  #collections .home-categories{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-rows:auto!important;
    gap:10px!important;
  }
  #collections .home-category,
  #collections .home-category.large{
    position:relative!important;
    grid-column:span 1!important;
    grid-row:auto!important;
    min-height:0!important;
    height:138px!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
    border:1px solid #e2e5e5!important;
    border-radius:17px!important;
    background:#f5eee4!important;
    box-shadow:0 8px 20px rgba(67,43,17,.075)!important;
    transform:none!important;
  }
  #collections .home-category:nth-child(1),
  #collections .home-category:nth-child(6){
    grid-column:1/-1!important;
    height:172px!important;
    min-height:0!important;
  }
  #collections .home-category img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    transform:none!important;
    filter:saturate(.96) contrast(1.02)!important;
  }
  #collections .home-category:after{
    content:""!important;
    position:absolute!important;
    inset:auto 0 0!important;
    height:68%!important;
    background:linear-gradient(180deg,rgba(28,18,9,0),rgba(28,18,9,.16))!important;
    pointer-events:none!important;
  }
  #collections .home-category>span{
    position:absolute!important;
    z-index:3!important;
    right:8px!important;
    left:8px!important;
    bottom:8px!important;
    display:grid!important;
    gap:1px!important;
    padding:8px 9px!important;
    border:1px solid rgba(255,255,255,.72)!important;
    border-radius:12px!important;
    background:rgba(255,252,247,.94)!important;
    color:#b4452c!important;
    text-shadow:none!important;
    box-shadow:0 7px 20px rgba(36,22,9,.12)!important;
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
  }
  #collections .home-category small{
    order:1;
    color:#b4452c!important;
    font-size:9px!important;
    line-height:1.35!important;
    font-weight:700!important;
  }
  #collections .home-category b{
    order:2;
    display:block!important;
    overflow:hidden!important;
    color:#b4452c!important;
    font-size:14.5px!important;
    line-height:1.4!important;
    font-weight:850!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
  }
  #collections .home-category em{
    display:none!important;
  }
  #collections .home-category:nth-child(1)>span,
  #collections .home-category:nth-child(6)>span{
    right:10px!important;
    left:10px!important;
    bottom:10px!important;
    padding:9px 11px!important;
  }
  #collections .home-category:nth-child(1) b,
  #collections .home-category:nth-child(6) b{
    font-size:16.5px!important;
  }
  #collections .home-category:active{
    transform:scale(.992)!important;
  }
}

@media(max-width:420px){
  #collections.home-section{padding-top:30px!important}
  #collections .section-head{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;margin-bottom:12px!important}
  #collections .section-head h2{font-size:18.5px!important;line-height:1.5!important;max-width:245px}
  #collections .section-head>div>span{font-size:9.5px!important;min-height:22px!important;padding-inline:8px!important}
  #collections .section-head>a{font-size:9.5px!important;padding-inline:8px!important;min-height:31px!important}
  #collections .home-categories{gap:8px!important}
  #collections .home-category,
  #collections .home-category.large{height:126px!important;border-radius:15px!important}
  #collections .home-category:nth-child(1),
  #collections .home-category:nth-child(6){height:158px!important}
  #collections .home-category>span{right:7px!important;left:7px!important;bottom:7px!important;padding:7px 8px!important;border-radius:11px!important}
  #collections .home-category small{font-size:8.3px!important}
  #collections .home-category b{font-size:13.2px!important}
  #collections .home-category:nth-child(1) b,
  #collections .home-category:nth-child(6) b{font-size:15px!important}
}

@media(max-width:350px){
  #collections .section-head{grid-template-columns:1fr!important;align-items:start!important}
  #collections .section-head>a{justify-self:start!important}
  #collections .home-category,
  #collections .home-category.large{height:118px!important}
  #collections .home-category:nth-child(1),
  #collections .home-category:nth-child(6){height:148px!important}
}


/* =========================================================
   Home Store patch 7
   Dedicated supplied footer logo
   ========================================================= */
.footer-logo-panel{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fffdf8!important;
}
.footer-logo-panel .logo-mark{
  width:220px!important;
  max-width:100%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
}
@media(max-width:800px){
  .footer-logo-panel .logo-mark{width:195px!important;max-width:100%!important}
}
@media(max-width:420px){
  .footer-logo-panel .logo-mark{width:178px!important;max-width:100%!important}
}

/* =========================================================
   Home Store patch 8
   Keep the supplied footer logo visual background intact.
   The PNG contains transparency, so a dark backing is required
   to reproduce the exact look shown in the supplied image.
   ========================================================= */
.footer-logo-panel{
  background:#fff8ee!important;
  padding:7px!important;
  border:1px solid rgba(157,104,29,.18)!important;
  border-radius:18px!important;
  box-shadow:0 10px 26px rgba(56,34,10,.08)!important;
  overflow:hidden!important;
}
.footer-logo-panel .logo-mark{
  display:block!important;
  background:#60717b!important;
  border-radius:12px!important;
  width:220px!important;
  max-width:100%!important;
  height:auto!important;
  object-fit:contain!important;
}
@media(max-width:800px){
  .footer-logo-panel{padding:6px!important;border-radius:16px!important}
  .footer-logo-panel .logo-mark{width:195px!important;border-radius:11px!important}
}
@media(max-width:420px){
  .footer-logo-panel{padding:6px!important;border-radius:15px!important}
  .footer-logo-panel .logo-mark{width:178px!important;border-radius:10px!important}
}

/* =========================================================
   Home Store patch 9
   Footer logo background tone fix
   ========================================================= */
.footer-logo-panel{
  background:#FCF9F5!important;
  border-color:rgba(157,104,29,.14)!important;
}
.footer-logo-panel .logo-mark{
  background:#FCF9F5!important;
  border-radius:12px!important;
}

/* =========================================================
   Home Store Admin Space UI — V11
   Custom scrollbars + premium cosmic sidebar
   ========================================================= */

/* ---------- Custom admin scrollbars: no browser-default look ---------- */
body.admin-body,
body.admin-login,
body.admin-body *,
body.admin-login *{
  scrollbar-width:thin;
  scrollbar-color:#b4452c #eee8df;
}

body.admin-body::-webkit-scrollbar,
body.admin-login::-webkit-scrollbar,
body.admin-body *::-webkit-scrollbar,
body.admin-login *::-webkit-scrollbar{
  width:11px;
  height:11px;
}

body.admin-body::-webkit-scrollbar-track,
body.admin-login::-webkit-scrollbar-track,
body.admin-body *::-webkit-scrollbar-track,
body.admin-login *::-webkit-scrollbar-track{
  background:#eee8df;
  border-radius:999px;
}

body.admin-body::-webkit-scrollbar-thumb,
body.admin-login::-webkit-scrollbar-thumb,
body.admin-body *::-webkit-scrollbar-thumb,
body.admin-login *::-webkit-scrollbar-thumb{
  min-height:44px;
  background:linear-gradient(180deg,#f5e8e3 0%,#b4452c 100%);
  border:3px solid #eee8df;
  border-radius:999px;
}

body.admin-body::-webkit-scrollbar-thumb:hover,
body.admin-login::-webkit-scrollbar-thumb:hover,
body.admin-body *::-webkit-scrollbar-thumb:hover,
body.admin-login *::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg,#f5e8e3 0%,#b4452c 100%);
}

body.admin-body::-webkit-scrollbar-corner,
body.admin-login::-webkit-scrollbar-corner,
body.admin-body *::-webkit-scrollbar-corner,
body.admin-login *::-webkit-scrollbar-corner{
  background:#eee8df;
}

.admin-table-wrap,
.form-panel textarea,
.slider-card-list{
  scrollbar-gutter:stable;
}

.admin-table-wrap::-webkit-scrollbar,
.form-panel textarea::-webkit-scrollbar{
  width:8px!important;
  height:8px!important;
}

/* ---------- Cosmic sidebar ---------- */
body.admin-body{
  --space-sidebar-width:276px;
  --space-bg-1:#070a13;
  --space-bg-2:#11162a;
  --space-bg-3:#221426;
  --space-line:rgba(255,255,255,.105);
  --space-text:#eef1fb;
  --space-muted:#aeb6cf;
  --space-gold:#f5e8e3;
  --space-gold-2:#f5e8e3;
}

body.admin-body .admin-sidebar{
  width:var(--space-sidebar-width)!important;
  padding:18px 15px 16px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  isolation:isolate;
  color:var(--space-text)!important;
  background-color:var(--space-bg-1)!important;
  background-image:
    radial-gradient(circle,rgba(255,255,255,.72) 0 1px,transparent 1.45px),
    radial-gradient(circle,rgba(217,196,255,.44) 0 1px,transparent 1.35px),
    radial-gradient(ellipse at 105% 6%,rgba(104,86,218,.24) 0%,rgba(104,86,218,0) 46%),
    radial-gradient(ellipse at -12% 86%,rgba(207,145,49,.20) 0%,rgba(207,145,49,0) 43%),
    linear-gradient(158deg,var(--space-bg-1) 0%,var(--space-bg-2) 52%,var(--space-bg-3) 100%)!important;
  background-size:82px 82px,126px 126px,100% 100%,100% 100%,100% 100%!important;
  background-position:0 0,31px 22px,center,center,center!important;
  border-left:1px solid rgba(214,177,106,.13);
  box-shadow:-18px 0 58px rgba(9,9,20,.18),inset -1px 0 rgba(255,255,255,.035)!important;
}

body.admin-body .admin-sidebar::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:245px;
  height:245px;
  left:-112px;
  top:-130px;
  border:1px solid rgba(240,201,121,.12);
  border-radius:50%;
  box-shadow:
    0 0 0 34px rgba(143,112,198,.035),
    0 0 0 68px rgba(212,162,75,.025);
  pointer-events:none;
}

body.admin-body .admin-sidebar::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:150px;
  height:150px;
  right:-85px;
  bottom:80px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(118,103,228,.18),rgba(118,103,228,0) 68%);
  filter:blur(2px);
  pointer-events:none;
}

body.admin-body .admin-sidebar::-webkit-scrollbar{
  width:7px!important;
}
body.admin-body .admin-sidebar::-webkit-scrollbar-track{
  background:rgba(255,255,255,.035)!important;
  border-radius:999px!important;
}
body.admin-body .admin-sidebar::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,rgba(240,201,121,.95),rgba(160,104,27,.9))!important;
  border:2px solid transparent!important;
  background-clip:padding-box!important;
  border-radius:999px!important;
}

body.admin-body .admin-main{
  margin-right:var(--space-sidebar-width)!important;
}

/* Brand capsule */
body.admin-body .admin-sidebar>.admin-brand{
  position:relative;
  z-index:1;
  display:grid!important;
  grid-template-columns:92px minmax(0,1fr);
  align-items:center!important;
  gap:11px!important;
  min-height:92px;
  padding:11px!important;
  margin:0 0 16px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.085),rgba(255,255,255,.025))!important;
  box-shadow:inset 0 1px rgba(255,255,255,.075),0 16px 35px rgba(0,0,0,.16)!important;
  backdrop-filter:blur(12px);
}

body.admin-body .admin-sidebar>.admin-brand::after{
  content:"";
  position:absolute;
  inset:auto 14px -1px 14px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(240,201,121,.58),transparent);
  pointer-events:none;
}

body.admin-body .admin-sidebar>.admin-brand>img{
  width:92px!important;
  max-width:92px!important;
  max-height:66px!important;
  min-height:58px;
  padding:7px!important;
  object-fit:contain!important;
  border:1px solid rgba(212,162,75,.20)!important;
  border-radius:13px!important;
  background:#FCF9F5!important;
  box-shadow:0 8px 22px rgba(0,0,0,.22)!important;
}

body.admin-body .admin-sidebar>.admin-brand>b{
  color:#fff!important;
  font-size:.94rem!important;
  line-height:1.5;
  letter-spacing:0;
}

body.admin-body .admin-sidebar>.admin-brand small{
  margin-top:2px;
  color:var(--space-muted)!important;
  font-size:.62rem!important;
}

/* Navigation */
body.admin-body .admin-sidebar nav{
  position:relative;
  z-index:1;
  display:grid!important;
  gap:7px!important;
  margin:0!important;
  padding:2px 0 14px!important;
}

body.admin-body .admin-sidebar nav a{
  position:relative;
  min-height:50px!important;
  padding:0 10px 0 12px!important;
  gap:10px!important;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.055)!important;
  border-radius:14px!important;
  background:linear-gradient(90deg,rgba(255,255,255,.036),rgba(255,255,255,.012))!important;
  color:#cfd5e6!important;
  font-size:.80rem!important;
  font-weight:600!important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease!important;
}

body.admin-body .admin-sidebar nav a::before{
  content:"";
  position:absolute;
  right:0;
  top:10px;
  bottom:10px;
  width:3px;
  border-radius:999px 0 0 999px;
  background:linear-gradient(180deg,var(--space-gold-2),#b4452c);
  opacity:0;
  transform:scaleY(.45);
  transition:.18s ease;
}

body.admin-body .admin-sidebar nav a::after{
  content:"";
  position:absolute;
  width:58px;
  height:58px;
  left:-42px;
  top:50%;
  transform:translateY(-50%);
  border-radius:50%;
  background:radial-gradient(circle,rgba(116,101,231,.24),rgba(116,101,231,0) 70%);
  opacity:0;
  transition:.18s ease;
}

body.admin-body .admin-sidebar nav a i{
  position:relative;
  z-index:1;
  flex:0 0 34px;
  width:34px!important;
  height:34px;
  display:grid!important;
  place-items:center;
  border:1px solid rgba(255,255,255,.085);
  border-radius:11px;
  background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.025));
  color:#edf0f0!important;
  font-size:.88rem!important;
  box-shadow:inset 0 1px rgba(255,255,255,.06);
}

body.admin-body .admin-sidebar nav a:hover{
  transform:translateX(-3px);
  color:#fff!important;
  border-color:rgba(214,177,106,.25)!important;
  background:linear-gradient(90deg,rgba(212,162,75,.11),rgba(112,96,213,.075))!important;
  box-shadow:0 8px 24px rgba(0,0,0,.12)!important;
}

body.admin-body .admin-sidebar nav a:hover::after{
  opacity:1;
}

body.admin-body .admin-sidebar nav a.active{
  color:#fff!important;
  border-color:rgba(240,201,121,.38)!important;
  background:
    linear-gradient(90deg,rgba(212,162,75,.22),rgba(112,96,213,.13)),
    rgba(255,255,255,.045)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.09),0 11px 26px rgba(0,0,0,.18),0 0 24px rgba(113,97,211,.08)!important;
}

body.admin-body .admin-sidebar nav a.active::before{
  opacity:1;
  transform:scaleY(1);
  box-shadow:0 0 13px rgba(240,201,121,.46);
}

body.admin-body .admin-sidebar nav a.active::after{
  opacity:1;
}

body.admin-body .admin-sidebar nav a.active i{
  color:#19111f!important;
  border-color:rgba(255,225,166,.72)!important;
  background:linear-gradient(145deg,#f5e8e3,#b4452c)!important;
  box-shadow:0 5px 14px rgba(189,130,43,.22)!important;
}

/* Admin identity footer inside the sidebar */
body.admin-body .sidebar-user{
  position:relative;
  z-index:1;
  margin-top:auto!important;
  padding:11px!important;
  gap:10px!important;
  border:1px solid rgba(255,255,255,.095)!important;
  border-top:1px solid rgba(255,255,255,.095)!important;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.022));
  box-shadow:inset 0 1px rgba(255,255,255,.055);
}

body.admin-body .sidebar-user>span{
  width:40px!important;
  height:40px!important;
  border:1px solid rgba(240,201,121,.42);
  border-radius:13px!important;
  background:linear-gradient(145deg,#b4452c,#b4452c)!important;
  color:#fff!important;
  box-shadow:0 7px 18px rgba(0,0,0,.18);
}

body.admin-body .sidebar-user b{
  color:#f6f7fb!important;
  font-size:.73rem!important;
}

body.admin-body .sidebar-user a{
  width:max-content;
  color:#f5e8e3!important;
  font-size:.64rem!important;
  transition:color .18s ease;
}
body.admin-body .sidebar-user a:hover{color:#fff!important}

/* Main page stays clean and premium next to the cosmic rail */
body.admin-body .admin-main{
  background:
    radial-gradient(circle at 96% 0,rgba(207,154,65,.055),transparent 260px),
    #f8f6f2!important;
}

body.admin-body .admin-menu-toggle{
  border:1px solid rgba(240,201,121,.35)!important;
  background:linear-gradient(145deg,#11162a,#25152a)!important;
  color:#f5e8e3!important;
  box-shadow:0 12px 28px rgba(9,9,20,.24)!important;
}

/* Mobile drawer */
@media(max-width:760px){
  body.admin-body .admin-sidebar{
    width:min(292px,86vw)!important;
    padding:16px 13px!important;
    z-index:55!important;
    box-shadow:-24px 0 70px rgba(4,5,14,.42)!important;
  }
  body.admin-body .admin-main{
    margin-right:0!important;
  }
  body.admin-body .admin-sidebar>.admin-brand{
    grid-template-columns:84px minmax(0,1fr);
    min-height:86px;
  }
  body.admin-body .admin-sidebar>.admin-brand>img{
    width:84px!important;
    max-width:84px!important;
    max-height:60px!important;
  }
  body.admin-body .admin-sidebar nav a{
    min-height:48px!important;
  }
  body.admin-body.admin-menu-open{
    overflow:hidden;
  }
  body.admin-body.admin-menu-open::before{
    content:"";
    position:fixed;
    inset:0;
    z-index:50;
    background:rgba(6,7,15,.52);
    backdrop-filter:blur(2px);
  }
  body.admin-body .admin-menu-toggle{
    z-index:60!important;
    border-radius:13px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.admin-body .admin-sidebar nav a,
  body.admin-body .admin-sidebar nav a::before,
  body.admin-body .admin-sidebar nav a::after{
    transition:none!important;
  }
}

/* =========================================================
   Home Store Admin V12
   Formal sidebar + premium dashboard
   ========================================================= */
body.admin-body{
  --admin-side:268px;
  --admin-bg:#f6f3ee;
  --admin-surface:#ffffff;
  --admin-surface-soft:#fbf8f3;
  --admin-ink:#b4452c;
  --admin-muted:#7c6f64;
  --admin-line:#e8ded0;
  --admin-gold:#b4452c;
  --admin-gold-2:#b4452c;
  --admin-brown:#b4452c;
  --admin-brown-2:#b4452c;
  --admin-red:#a9483f;
  --admin-green:#56724f;
  background:var(--admin-bg)!important;
  color:var(--admin-ink)!important;
}

/* Keep scrollbars custom and restrained */
body.admin-body,
body.admin-body *{
  scrollbar-width:thin;
  scrollbar-color:#b4452c #ece5dc;
}
body.admin-body::-webkit-scrollbar,
body.admin-body *::-webkit-scrollbar{width:9px!important;height:9px!important}
body.admin-body::-webkit-scrollbar-track,
body.admin-body *::-webkit-scrollbar-track{background:#ece5dc!important}
body.admin-body::-webkit-scrollbar-thumb,
body.admin-body *::-webkit-scrollbar-thumb{
  background:#b4452c!important;
  border:2px solid #ece5dc!important;
  border-radius:999px!important;
}
body.admin-body::-webkit-scrollbar-thumb:hover,
body.admin-body *::-webkit-scrollbar-thumb:hover{background:#b4452c!important}

/* ---------- Formal sidebar ---------- */
body.admin-body .admin-sidebar{
  width:var(--admin-side)!important;
  padding:18px 14px 16px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  color:#fff!important;
  background:linear-gradient(180deg,#b4452c 0%,#b4452c 58%,#b4452c 100%)!important;
  background-image:linear-gradient(180deg,#b4452c 0%,#b4452c 58%,#b4452c 100%)!important;
  background-size:auto!important;
  background-position:initial!important;
  border-left:1px solid rgba(180,132,66,.20)!important;
  box-shadow:-12px 0 34px rgba(54,37,21,.08)!important;
  isolation:auto!important;
}
body.admin-body .admin-sidebar::before,
body.admin-body .admin-sidebar::after{display:none!important;content:none!important}
body.admin-body .admin-sidebar::-webkit-scrollbar{width:6px!important}
body.admin-body .admin-sidebar::-webkit-scrollbar-track{background:rgba(255,255,255,.035)!important}
body.admin-body .admin-sidebar::-webkit-scrollbar-thumb{
  background:#b4452c!important;
  border:1px solid transparent!important;
  background-clip:padding-box!important;
}

body.admin-body .admin-main{
  margin-right:var(--admin-side)!important;
  padding:34px 38px 52px!important;
  min-height:100vh!important;
  background:var(--admin-bg)!important;
}

body.admin-body .admin-sidebar>.admin-brand{
  position:relative!important;
  display:grid!important;
  grid-template-columns:84px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
  min-height:86px!important;
  margin:0 0 14px!important;
  padding:10px!important;
  border:1px solid rgba(255,255,255,.09)!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.045)!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
body.admin-body .admin-sidebar>.admin-brand::after{display:none!important;content:none!important}
body.admin-body .admin-sidebar>.admin-brand>img{
  width:84px!important;
  max-width:84px!important;
  height:58px!important;
  max-height:58px!important;
  min-height:0!important;
  padding:6px!important;
  object-fit:contain!important;
  border:1px solid #e2e5e5!important;
  border-radius:10px!important;
  background:#FCF9F5!important;
  box-shadow:none!important;
}
body.admin-body .admin-sidebar>.admin-brand>b{
  color:#fff!important;
  font-size:.9rem!important;
  font-weight:700!important;
  line-height:1.45!important;
}
body.admin-body .admin-sidebar>.admin-brand small{
  margin-top:2px!important;
  color:#bcafa4!important;
  font-size:.62rem!important;
  font-weight:500!important;
}

body.admin-body .admin-sidebar nav{
  display:grid!important;
  gap:5px!important;
  margin:0!important;
  padding:4px 0 14px!important;
}
body.admin-body .admin-sidebar nav a{
  position:relative!important;
  min-height:47px!important;
  padding:0 11px!important;
  gap:10px!important;
  overflow:hidden!important;
  border:1px solid transparent!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#cabeb4!important;
  font-size:.79rem!important;
  font-weight:600!important;
  box-shadow:none!important;
  transform:none!important;
  transition:background .16s ease,color .16s ease,border-color .16s ease!important;
}
body.admin-body .admin-sidebar nav a::after{display:none!important;content:none!important}
body.admin-body .admin-sidebar nav a::before{
  content:""!important;
  position:absolute!important;
  right:0!important;
  top:9px!important;
  bottom:9px!important;
  left:auto!important;
  width:3px!important;
  height:auto!important;
  border-radius:3px 0 0 3px!important;
  background:#f5e8e3!important;
  opacity:0!important;
  transform:none!important;
  box-shadow:none!important;
}
body.admin-body .admin-sidebar nav a i{
  flex:0 0 31px!important;
  width:31px!important;
  height:31px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:9px!important;
  background:rgba(255,255,255,.045)!important;
  color:#f5e8e3!important;
  font-size:.82rem!important;
  box-shadow:none!important;
}
body.admin-body .admin-sidebar nav a:hover{
  color:#fff!important;
  border-color:rgba(255,255,255,.07)!important;
  background:rgba(255,255,255,.055)!important;
  transform:none!important;
  box-shadow:none!important;
}
body.admin-body .admin-sidebar nav a.active{
  color:#fff!important;
  border-color:rgba(198,148,67,.26)!important;
  background:rgba(198,148,67,.12)!important;
  box-shadow:none!important;
}
body.admin-body .admin-sidebar nav a.active::before{opacity:1!important}
body.admin-body .admin-sidebar nav a.active i{
  color:#b4452c!important;
  border-color:#f5e8e3!important;
  background:#f5e8e3!important;
  box-shadow:none!important;
}

body.admin-body .sidebar-user{
  margin-top:auto!important;
  padding:11px!important;
  gap:10px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.035)!important;
  box-shadow:none!important;
}
body.admin-body .sidebar-user>span{
  width:38px!important;
  height:38px!important;
  border:1px solid rgba(213,170,102,.42)!important;
  border-radius:10px!important;
  background:#b4452c!important;
  color:#fff!important;
  box-shadow:none!important;
}
body.admin-body .sidebar-user b{color:#fff!important;font-size:.72rem!important}
body.admin-body .sidebar-user a{color:#f5e8e3!important;font-size:.64rem!important}
body.admin-body .sidebar-user a:hover{color:#fff!important}

body.admin-body .admin-menu-toggle{
  border:1px solid rgba(171,119,38,.22)!important;
  border-radius:10px!important;
  background:#b4452c!important;
  color:#f5e8e3!important;
  box-shadow:0 8px 20px rgba(52,35,19,.16)!important;
}

/* ---------- Premium dashboard ---------- */
.dashboard-shell{display:grid;gap:20px;max-width:1540px;margin:0 auto}
.dashboard-welcome{
  position:relative;
  overflow:hidden;
  min-height:178px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:28px 30px;
  border:1px solid #e4d7c5;
  border-radius:20px;
  background:linear-gradient(120deg,#fffdfa 0%,#f8f6f1 56%,#f4e6d2 100%);
  box-shadow:0 14px 38px rgba(64,43,20,.055);
}
.dashboard-welcome::before,
.dashboard-welcome::after{content:"";position:absolute;pointer-events:none;border:1px solid rgba(163,111,31,.10);border-radius:50%}
.dashboard-welcome::before{width:190px;height:190px;left:-68px;top:-96px;box-shadow:0 0 0 28px rgba(163,111,31,.025)}
.dashboard-welcome::after{width:112px;height:112px;left:112px;bottom:-72px}
.dashboard-welcome-copy{position:relative;z-index:1}
.dashboard-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px;color:#b4452c;font-size:.72rem;font-weight:800}
.dashboard-kicker i{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;background:#f0e3d0;color:#b4452c}
.dashboard-welcome h1{margin:0 0 5px;font-size:clamp(1.55rem,2.5vw,2.15rem);line-height:1.35;letter-spacing:-.035em;color:#b4452c}
.dashboard-welcome p{margin:0;color:#76685d;font-size:.82rem;line-height:1.85}
.dashboard-header-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:16px}
.dashboard-header-meta span{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:0 10px;border:1px solid #e8dcca;border-radius:9px;background:rgba(255,255,255,.72);color:#60717b;font-size:.69rem;font-weight:600}
.dashboard-header-meta i{color:#b4452c}
.dashboard-welcome-actions{position:relative;z-index:1;display:grid;gap:9px;min-width:176px}
.dashboard-action{min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border:1px solid #d9c8af;border-radius:11px;background:#fff;color:#b4452c;font-size:.76rem;font-weight:800;transition:.16s ease}
.dashboard-action:hover{border-color:#b4452c;background:#fffaf2}
.dashboard-action.primary{border-color:#b4452c;background:#b4452c;color:#fff}
.dashboard-action.primary:hover{background:#b4452c}

.dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.dashboard-stat-card{
  min-width:0;
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px;
  border:1px solid var(--admin-line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 7px 24px rgba(61,42,22,.035);
}
.dashboard-stat-icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:13px;background:#f5ede1;color:#b4452c;font-size:1.05rem}
.dashboard-stat-copy{min-width:0;display:grid}
.dashboard-stat-copy>span{color:#776a5f;font-size:.69rem;font-weight:700}
.dashboard-stat-copy>b{margin:3px 0 1px;color:#b4452c;font-size:1.35rem;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dashboard-stat-copy>small{color:#a09387;font-size:.62rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.stat-orders .dashboard-stat-icon{background:#f5ead9;color:#b4452c}
.stat-sales .dashboard-stat-icon{background:#edf2e9;color:#60784f}
.stat-stock .dashboard-stat-icon{background:#f8e9e5;color:#a14c43}

.dashboard-grid{display:grid;gap:16px;align-items:stretch}
.dashboard-grid-top{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}
.dashboard-grid-mid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)}
.dashboard-card{
  min-width:0;
  padding:20px;
  border:1px solid var(--admin-line);
  border-radius:17px;
  background:#fff;
  box-shadow:0 8px 26px rgba(61,42,22,.035);
}
.dashboard-card>header,.dashboard-orders-panel>header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.dashboard-card>header>div,.dashboard-orders-panel>header>div{display:grid;gap:2px}
.dashboard-card>header span,.dashboard-orders-panel>header span{color:#b4452c;font-size:.65rem;font-weight:800}
.dashboard-card>header h2,.dashboard-orders-panel>header h2{margin:0;color:#b4452c;font-size:1rem}
.dashboard-card>header>i{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#f5ede2;color:#b4452c}
.dashboard-card>header>a,.dashboard-orders-panel>header>a{color:#b4452c;font-size:.68rem;font-weight:800}

.dashboard-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.dashboard-quick-actions>a{min-height:72px;display:grid;grid-template-columns:36px minmax(0,1fr) 16px;align-items:center;gap:10px;padding:11px;border:1px solid #eee4d7;border-radius:12px;background:#fdfbf8;transition:.15s ease}
.dashboard-quick-actions>a:hover{border-color:#edf0f0;background:#fffaf3;transform:translateY(-1px)}
.dashboard-quick-actions>a>i{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#eee3d3;color:#b4452c}
.dashboard-quick-actions span{display:grid;min-width:0}
.dashboard-quick-actions b{font-size:.74rem;color:#b4452c}
.dashboard-quick-actions small{font-size:.6rem;color:#918479;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dashboard-quick-actions em{font-style:normal;color:#b3a79d;font-size:.65rem}

.dashboard-health-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.dashboard-health-grid>div{min-height:72px;display:flex;align-items:center;gap:10px;padding:11px;border:1px solid #eee4d7;border-radius:12px;background:#fcfaf7}
.dashboard-health-grid>div>i{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#f0e6d7;color:#b4452c;font-size:.78rem}
.dashboard-health-grid span{display:grid}
.dashboard-health-grid b{font-size:.93rem;color:#b4452c}
.dashboard-health-grid small{font-size:.6rem;color:#918479}
.dashboard-settings-link{min-height:40px;margin-top:11px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #e8dccb;border-radius:10px;background:#fff;color:#b4452c;font-size:.68rem;font-weight:800}
.dashboard-settings-link:hover{background:#fbf4e9}

.dashboard-status-list{display:grid;gap:11px}
.dashboard-status-row{display:grid;gap:6px}
.dashboard-status-label{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;color:#60717b;font-size:.68rem}
.dashboard-status-label i{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:#f3ece2;color:#b4452c;font-size:.63rem}
.dashboard-status-label b{color:#60717b;font-size:.69rem}
.dashboard-progress{height:6px;overflow:hidden;border-radius:999px;background:#eee7dd}
.dashboard-progress>span{display:block;height:100%;min-width:0;border-radius:999px;background:#b4452c}

.dashboard-stock-list{display:grid}
.dashboard-stock-list>a{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #eee7dd}
.dashboard-stock-list>a:last-child{border-bottom:0}
.dashboard-stock-list>a>span{display:grid;min-width:0}
.dashboard-stock-list b{font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#60717b}
.dashboard-stock-list small{font-size:.59rem;color:#9b8d81}
.dashboard-stock-list em{flex:0 0 auto;padding:5px 8px;border-radius:8px;background:#fff0dd;color:#b4452c;font-style:normal;font-size:.6rem;font-weight:800}
.dashboard-stock-list em.out{background:#f7e6e3;color:#a0423a}
.dashboard-empty{min-height:120px;display:grid;place-items:center;align-content:center;gap:8px;color:#8e8176;text-align:center;font-size:.7rem}
.dashboard-empty i{font-size:1.15rem;color:#6c8259}

.dashboard-orders-panel{padding:20px!important;border-radius:17px!important;box-shadow:0 8px 26px rgba(61,42,22,.035)!important}
.dashboard-orders-panel>header{margin-bottom:10px!important}
.dashboard-orders-panel .admin-table-wrap{border:1px solid #eee5da;border-radius:12px;overflow:auto;background:#fff}
.dashboard-orders-panel table{min-width:760px}
.dashboard-orders-panel th{background:#faf7f2;color:#786a5f;font-weight:700}
.dashboard-orders-panel tbody tr:last-child td{border-bottom:0}
.dashboard-orders-panel tbody tr:hover td{background:#fffaf4}
.dashboard-empty.orders{min-height:150px}

/* General admin surface refinement */
body.admin-body .admin-page-head h1{color:#b4452c}
body.admin-body .admin-panel{border-color:var(--admin-line);box-shadow:0 7px 22px rgba(61,42,22,.03)}
body.admin-body .admin-primary{background:#b4452c!important;border-radius:10px!important}
body.admin-body .admin-primary:hover{background:#b4452c!important}

@media(max-width:1220px){
  .dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dashboard-grid-top,.dashboard-grid-mid{grid-template-columns:1fr}
}
@media(max-width:900px){
  body.admin-body .admin-main{padding:28px 24px 45px!important}
  .dashboard-welcome{align-items:flex-start;flex-direction:column}
  .dashboard-welcome-actions{display:flex;min-width:0;width:100%}
  .dashboard-action{flex:1}
}
@media(max-width:760px){
  body.admin-body .admin-sidebar{width:min(286px,86vw)!important;padding:14px 12px!important;box-shadow:-22px 0 52px rgba(44,30,17,.25)!important}
  body.admin-body .admin-main{margin-right:0!important;padding:72px 13px 40px!important}
  body.admin-body.admin-menu-open::before{background:rgba(31,23,17,.42)!important;backdrop-filter:blur(2px)!important}
  body.admin-body .admin-sidebar>.admin-brand{grid-template-columns:76px minmax(0,1fr)!important;min-height:78px!important}
  body.admin-body .admin-sidebar>.admin-brand>img{width:76px!important;max-width:76px!important;height:52px!important;max-height:52px!important}
  .dashboard-shell{gap:13px}
  .dashboard-welcome{min-height:0;padding:20px 17px;border-radius:16px}
  .dashboard-welcome h1{font-size:1.55rem}
  .dashboard-welcome p{font-size:.75rem}
  .dashboard-header-meta{gap:6px;margin-top:13px}
  .dashboard-header-meta span{font-size:.61rem}
  .dashboard-welcome-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}
  .dashboard-action{min-height:41px;font-size:.68rem;padding:0 10px}
  .dashboard-stats{grid-template-columns:1fr 1fr;gap:8px}
  .dashboard-stat-card{gap:9px;padding:12px;border-radius:13px}
  .dashboard-stat-icon{width:38px;height:38px;flex-basis:38px;border-radius:10px;font-size:.82rem}
  .dashboard-stat-copy>span{font-size:.6rem}
  .dashboard-stat-copy>b{font-size:1rem}
  .dashboard-stat-copy>small{font-size:.53rem}
  .dashboard-card,.dashboard-orders-panel{padding:14px!important;border-radius:14px!important}
  .dashboard-quick-actions{grid-template-columns:1fr}
  .dashboard-health-grid{gap:7px}
  .dashboard-health-grid>div{min-height:65px;padding:9px}
  .dashboard-orders-panel table{min-width:690px}
}
@media(max-width:430px){
  .dashboard-stats{grid-template-columns:1fr}
  .dashboard-health-grid{grid-template-columns:1fr 1fr}
  .dashboard-welcome-actions{grid-template-columns:1fr}
}

/* =========================================================
   Home Store patch 13
   Admin native-scroll removal + formal storefront banners page
   + exact 1080x1350 mobile hero ratio
   ========================================================= */

/* ---------- A true site-owned page scrollbar for admin ---------- */
html:has(body.admin-body),
body.admin-body{
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
html:has(body.admin-body)::-webkit-scrollbar,
body.admin-body::-webkit-scrollbar{
  width:0!important;
  height:0!important;
  display:none!important;
}
body.admin-body .admin-sidebar,
body.admin-body .admin-table-wrap,
body.admin-body .slider-card-list,
body.admin-body textarea,
body.admin-body select{
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
body.admin-body .admin-sidebar::-webkit-scrollbar,
body.admin-body .admin-table-wrap::-webkit-scrollbar,
body.admin-body .slider-card-list::-webkit-scrollbar,
body.admin-body textarea::-webkit-scrollbar,
body.admin-body select::-webkit-scrollbar{
  width:0!important;
  height:0!important;
  display:none!important;
}
.admin-site-scrollbar{
  position:fixed;
  left:7px;
  top:12px;
  bottom:12px;
  width:9px;
  z-index:150;
  border-radius:999px;
  background:rgba(61,43,31,.08);
  border:1px solid rgba(61,43,31,.07);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.48);
  opacity:.95;
  transition:opacity .2s ease;
  touch-action:none;
}
.admin-site-scrollbar.is-hidden{opacity:0;pointer-events:none}
.admin-site-scrollbar-thumb{
  position:absolute;
  top:0;
  left:1px;
  right:1px;
  min-height:58px;
  border-radius:999px;
  background:linear-gradient(180deg,#b4452c 0%,#b4452c 100%);
  box-shadow:0 5px 15px rgba(94,59,17,.28),inset 0 0 0 1px rgba(255,255,255,.18);
  cursor:grab;
  will-change:transform,height;
}
.admin-site-scrollbar-thumb:active{cursor:grabbing}
.admin-site-scrollbar:hover .admin-site-scrollbar-thumb{background:linear-gradient(180deg,#f5e8e3 0%,#b4452c 100%)}

/* ---------- Formal main-banner management ---------- */
.banner-page-head{margin-bottom:20px!important}
.banner-page-head>div{max-width:790px}
.banner-page-head h1{margin-bottom:5px!important}
.banner-page-head p{max-width:780px;line-height:1.9!important}
.banner-store-preview{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;white-space:nowrap}

.banner-admin-shell{display:grid;gap:20px}
.banner-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.banner-overview-grid>article{
  min-height:106px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:16px;
  background:#fff;
  border:1px solid #e8ded2;
  border-radius:15px;
  box-shadow:0 7px 20px rgba(64,43,23,.035);
}
.banner-overview-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:12px;background:#f8f0e4;color:#b4452c;font-size:17px}
.banner-overview-grid article>div{display:grid;min-width:0}
.banner-overview-grid small{font-size:.67rem;color:#8b7d70;font-weight:700}
.banner-overview-grid b{font-size:1.25rem;line-height:1.35;color:#b4452c;margin-top:2px}
.banner-overview-grid em{font-style:normal;color:#9a8d81;font-size:.63rem;margin-top:2px}
.banner-dimensions-card{background:linear-gradient(135deg,#fff,#fbf5ec)!important}

.banner-create-panel{padding:0!important;overflow:hidden;border-radius:18px!important}
.banner-section-heading{margin:0!important;padding:19px 20px!important;border-bottom:1px solid #eee4d8;background:linear-gradient(180deg,#fff,#fdfbf8);display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important}
.banner-section-heading>div:first-child{min-width:0}
.banner-section-heading span,.banner-library-head span{display:block;color:#b4452c;font-size:.68rem;font-weight:800;margin-bottom:3px}
.banner-section-heading h2,.banner-library-head h2{margin:0!important;font-size:1.02rem!important;color:#b4452c}
.banner-section-heading p,.banner-library-head p{margin:4px 0 0!important;color:#82766c;font-size:.7rem!important;line-height:1.8}
.banner-size-note{display:flex!important;align-items:center!important;gap:9px!important;flex-wrap:wrap;padding:9px 11px;border:1px solid #e8dac8;border-radius:11px;background:#fff8ee;color:#60717b;font-size:.65rem;white-space:nowrap}
.banner-size-note>i{color:#b4452c}.banner-size-note b{color:#60717b}

.banner-create-form{padding:20px;display:grid;gap:18px}
.banner-upload-pair{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(230px,.65fr);gap:14px}
.banner-upload-card{
  position:relative;
  min-height:178px;
  display:grid!important;
  place-items:center;
  align-content:center;
  gap:5px!important;
  text-align:center;
  padding:18px!important;
  border:1px dashed #cdbda9!important;
  border-radius:15px!important;
  background:#fcfaf7!important;
  cursor:pointer;
  overflow:hidden;
  transition:border-color .2s ease,background .2s ease,transform .2s ease!important;
}
.banner-upload-card:hover{border-color:#b4452c!important;background:#fff8ed!important;transform:translateY(-1px)}
.banner-upload-card.mobile-upload{min-height:178px;background:linear-gradient(145deg,#fcfaf7,#f8f0e6)!important}
.banner-upload-icon{width:44px;height:44px;display:grid!important;place-items:center;border-radius:12px;background:#f1e5d4;color:#b4452c;font-size:18px;margin-bottom:2px!important}
.banner-upload-card strong{font-size:.8rem;color:#30251e}
.banner-upload-card small{font-size:.66rem!important;color:#7e7268!important}
.banner-upload-card em{font-style:normal;font-size:.6rem;color:#b4452c;background:#f3e5d0;padding:3px 8px;border-radius:999px}
.banner-upload-card input[type=file]{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important}
.banner-upload-card.has-file{border-style:solid!important;border-color:#b4452c!important;background:#fff8ec!important}
.banner-upload-card.has-file:after{content:attr(data-file-label);position:absolute;right:12px;left:12px;bottom:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#b4452c;font-size:.58rem;font-weight:700}

.banner-fields-grid{display:grid;grid-template-columns:1fr 180px;gap:12px 14px}
.banner-fields-grid label{display:grid;gap:6px;color:#60717b;font-size:.68rem;font-weight:700}
.banner-fields-grid label.wide{grid-column:1/-1}
.banner-fields-grid input{height:44px!important;border:1px solid #e2d7ca!important;border-radius:10px!important;padding:0 12px!important;background:#fff!important;outline:none!important;transition:.2s!important}
.banner-fields-grid input:focus{border-color:#b4452c!important;box-shadow:0 0 0 3px rgba(180,125,42,.09)!important}
.banner-form-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:4px}
.banner-active-toggle{display:flex!important;align-items:center!important;gap:9px!important;cursor:pointer;font-size:.7rem;color:#60717b}
.banner-active-toggle input{position:absolute;opacity:0;pointer-events:none}
.banner-active-toggle>span{position:relative;width:42px;height:23px;border-radius:999px;background:#d9d1c8;transition:.2s;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}
.banner-active-toggle>span:after{content:"";position:absolute;width:17px;height:17px;right:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.16);transition:.2s}
.banner-active-toggle input:checked+span{background:#b4452c}
.banner-active-toggle input:checked+span:after{transform:translateX(-19px)}
.banner-form-footer .admin-primary{min-width:150px;display:inline-flex!important;align-items:center;justify-content:center;gap:7px}

.banner-library-section{display:grid;gap:13px}
.banner-library-head{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;padding:4px 3px}
.banner-library-head>strong{flex:0 0 auto;padding:7px 10px;border-radius:9px;background:#eee4d6;color:#b4452c;font-size:.64rem}
.banner-management-list{display:grid;gap:16px}
.banner-management-card{background:#fff;border:1px solid #e7ddd1;border-radius:18px;box-shadow:0 8px 24px rgba(58,39,22,.04);overflow:hidden;position:relative}
.banner-management-card:before{content:"";position:absolute;right:0;top:0;bottom:0;width:3px;background:#b4452c}
.banner-management-card.is-inactive:before{background:#b5aaa0}
.banner-card-header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 17px;border-bottom:1px solid #efe6dc;background:#fefdfb}
.banner-card-identity{display:flex;align-items:center;gap:11px;min-width:0}
.banner-number{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:11px;background:#b4452c;color:#f5e8e3;font-size:.68rem;font-weight:800}
.banner-card-identity>div{min-width:0}.banner-card-identity h3{margin:0;font-size:.84rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.banner-card-identity p{margin:3px 0 0;color:#8b7c70;font-size:.62rem}
.banner-card-actions{display:flex;align-items:center;gap:9px;flex:0 0 auto}
.banner-status{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;font-size:.61rem;font-weight:800}
.banner-status i{font-size:.38rem}.banner-status.active{background:#edf5ec;color:#477344}.banner-status.inactive{background:#f1eeeb;color:#83766b}
.banner-delete-button{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #ead8d3;border-radius:9px;background:#fff8f6;color:#9e4f43;padding:0 10px;font-size:.62rem;font-weight:800;cursor:pointer}.banner-delete-button:hover{background:#f7e8e4}

.banner-preview-pair{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(205px,.48fr);gap:15px;padding:16px 17px}
.banner-preview{margin:0;min-width:0}
.banner-preview figcaption{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;color:#60717b;font-size:.64rem}
.banner-preview figcaption span{display:flex;align-items:center;gap:6px;font-weight:800}.banner-preview figcaption i{color:#b4452c}.banner-preview figcaption b{font-size:.58rem;color:#8f8278;font-weight:700}
.banner-preview-frame{overflow:hidden;border:1px solid #e6dbce;border-radius:12px;background:#f5eee5;box-shadow:0 5px 16px rgba(60,40,20,.035)}
.desktop-preview .banner-preview-frame{aspect-ratio:1920/720}
.mobile-preview .banner-preview-frame{aspect-ratio:1080/1350}
.banner-preview-frame img{width:100%;height:100%;display:block;object-fit:cover}
.banner-mobile-warning{display:flex;align-items:flex-start;gap:5px;margin-top:7px;color:#b4452c;font-size:.58rem!important;line-height:1.6}.banner-mobile-warning i{margin-top:2px}

.banner-settings{border-top:1px solid #eee4d8;background:#fcfaf7}
.banner-settings summary{list-style:none;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 17px;cursor:pointer;color:#60717b;font-size:.68rem;font-weight:800;user-select:none}
.banner-settings summary::-webkit-details-marker{display:none}.banner-settings summary>span{display:flex;align-items:center;gap:7px}.banner-settings summary>span i{color:#b4452c}.banner-settings summary>i{font-size:.62rem;color:#817469;transition:transform .2s ease}.banner-settings[open] summary>i{transform:rotate(180deg)}
.banner-edit-form{display:grid;gap:15px;padding:0 17px 17px;border-top:1px dashed #e7dccf;padding-top:15px}
.banner-replace-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.banner-replace-grid>label{min-height:72px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:10px 12px;border:1px dashed #d7c7b3;border-radius:11px;background:#fff;cursor:pointer}
.banner-replace-grid>label>span{display:grid;grid-template-columns:20px 1fr;align-items:center;column-gap:6px;min-width:0}.banner-replace-grid i{grid-row:1/3;color:#b4452c}.banner-replace-grid b{font-size:.67rem}.banner-replace-grid small{font-size:.57rem;color:#94867a}.banner-replace-grid input{max-width:170px;font-size:.58rem;color:#60717b}
.banner-empty-state{min-height:250px;display:grid;place-items:center;align-content:center;text-align:center;gap:7px;padding:30px;border:1px dashed #d8cabb;border-radius:18px;background:#fcfaf7}.banner-empty-state>span{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:#f0e5d5;color:#b4452c;font-size:20px}.banner-empty-state h3{margin:2px 0 0;font-size:.9rem}.banner-empty-state p{max-width:560px;margin:0;color:#81756b;font-size:.68rem;line-height:1.8}

/* ---------- In-site confirm instead of a browser-native dialog ---------- */
.admin-confirm-overlay{position:fixed;inset:0;z-index:500;display:grid;place-items:center;padding:20px;background:rgba(37,27,20,.38);backdrop-filter:blur(4px);animation:adminConfirmIn .16s ease}
.admin-confirm-box{width:min(390px,100%);background:#fff;border:1px solid #e7dbcf;border-radius:18px;padding:20px;box-shadow:0 25px 80px rgba(37,27,20,.22)}
.admin-confirm-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#f9ebe7;color:#a14f42;font-size:18px;margin-bottom:12px}.admin-confirm-box h3{margin:0 0 5px;font-size:.95rem}.admin-confirm-box p{margin:0;color:#7c6f64;font-size:.7rem;line-height:1.8}.admin-confirm-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.admin-confirm-actions button{height:38px;border-radius:9px;padding:0 15px;border:1px solid #ddd2c7;background:#fff;color:#60717b;font-size:.67rem;font-weight:800;cursor:pointer}.admin-confirm-actions .danger{border-color:#a65347;background:#a65347;color:#fff}@keyframes adminConfirmIn{from{opacity:0}to{opacity:1}}

/* ---------- Storefront: mobile banner must keep 1080 x 1350 / 4:5 ---------- */
@media(max-width:800px){
  .home-hero .slider-stage{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:1080/1350!important;
  }
  .home-hero .slide,
  .home-hero .slide picture{width:100%!important;height:100%!important;display:block!important}
  .home-hero .slide img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
  }
}

@media(max-width:1180px){
  .banner-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .banner-preview-pair{grid-template-columns:minmax(0,1.45fr) minmax(190px,.55fr)}
}
@media(max-width:820px){
  .admin-site-scrollbar{left:4px;top:8px;bottom:8px;width:6px}
  .banner-page-head{display:grid!important;gap:12px!important;padding-left:0!important}.banner-store-preview{width:max-content}
  .banner-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.banner-overview-grid>article{min-height:90px;padding:12px;gap:9px}.banner-overview-icon{width:36px;height:36px;flex-basis:36px;border-radius:10px;font-size:14px}.banner-overview-grid b{font-size:1rem}
  .banner-section-heading{display:grid!important;padding:15px!important;gap:12px!important}.banner-size-note{white-space:normal;width:100%}
  .banner-create-form{padding:15px}.banner-upload-pair{grid-template-columns:1fr}.banner-upload-card{min-height:132px!important}.banner-fields-grid{grid-template-columns:1fr}.banner-fields-grid label.wide{grid-column:auto}.banner-form-footer{align-items:stretch;flex-direction:column}.banner-form-footer .admin-primary{width:100%}
  .banner-library-head{align-items:flex-start}.banner-library-head p{max-width:85%}
  .banner-card-header{align-items:flex-start;padding:13px}.banner-card-actions{align-items:flex-end;flex-direction:column}.banner-delete-button span{display:none}.banner-delete-button{width:34px;padding:0}
  .banner-preview-pair{grid-template-columns:1fr;padding:13px}.mobile-preview{width:min(72%,310px);justify-self:center}.banner-replace-grid{grid-template-columns:1fr}.banner-replace-grid>label{grid-template-columns:1fr}.banner-replace-grid input{max-width:100%;width:100%}.banner-settings summary{padding:0 13px}.banner-edit-form{padding:14px 13px}.banner-active-toggle{align-self:flex-start}
}
@media(max-width:480px){
  .banner-overview-grid{grid-template-columns:1fr 1fr}.banner-overview-grid>article{display:grid;grid-template-columns:34px 1fr}.banner-overview-grid small{font-size:.59rem}.banner-overview-grid em{font-size:.55rem}.banner-card-identity h3{font-size:.75rem}.banner-status{padding:6px 8px}.banner-status i{display:none}.mobile-preview{width:min(88%,300px)}
}

/* =========================================================
   Home Store patch 14
   Compact main-banner management + mobile slider arrows
   ========================================================= */
.banner-page-head-compact{margin-bottom:13px!important}
.banner-page-head-compact>div{max-width:660px}
.banner-page-head-compact p{margin-top:3px!important;font-size:.67rem!important;line-height:1.65!important}
.banner-compact-shell{display:grid;gap:12px}
.banner-compact-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:#fff;border:1px solid #e8ded2;border-radius:14px;box-shadow:0 5px 16px rgba(60,42,24,.035)}
.banner-mini-stats{display:flex;align-items:center;gap:7px;flex-wrap:wrap;min-width:0}
.banner-mini-stats>span{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:0 9px;border-radius:9px;background:#f8f3ec;color:#60717b;font-size:.61rem;font-weight:700;white-space:nowrap}
.banner-mini-stats i{color:#b4452c}.banner-mini-stats b{font-size:.72rem;color:#b4452c}.banner-size-chip{background:#fff8ec!important;color:#b4452c!important}
.banner-add-details{position:relative;flex:0 0 auto}
.banner-add-details>summary{list-style:none;min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border-radius:10px;background:#b4452c;color:#fff;font-size:.66rem;font-weight:800;cursor:pointer;user-select:none}
.banner-add-details>summary::-webkit-details-marker{display:none}.banner-add-details[open]>summary{background:#b4452c}
.banner-add-details[open]{width:100%}
.banner-compact-topbar:has(.banner-add-details[open]){align-items:stretch;flex-wrap:wrap}
.banner-add-details[open]>.banner-compact-create{margin-top:10px}
.banner-compact-create{display:grid;gap:10px;padding:12px;border:1px solid #e6dacc;border-radius:12px;background:#fcfaf7}
.banner-compact-upload-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.banner-compact-upload-row>label{min-height:60px;display:grid;grid-template-columns:1fr minmax(150px,220px);align-items:center;gap:10px;padding:8px 10px;border:1px dashed #d5c6b3;border-radius:10px;background:#fff;cursor:pointer}
.banner-compact-upload-row>label>span{display:grid;grid-template-columns:20px 1fr;align-items:center;column-gap:6px;min-width:0}
.banner-compact-upload-row i{grid-row:1/3;color:#b4452c}.banner-compact-upload-row b{font-size:.66rem}.banner-compact-upload-row small{font-size:.55rem;color:#95877a}.banner-compact-upload-row input{min-width:0;width:100%;font-size:.58rem;color:#77685d}
.banner-compact-fields{display:grid;grid-template-columns:1.25fr 110px 1.25fr 1.1fr;gap:8px}
.banner-compact-fields label{display:grid;gap:4px;min-width:0;color:#60717b;font-size:.59rem;font-weight:800}
.banner-compact-fields input{height:36px!important;min-width:0;border:1px solid #e3d8cc!important;border-radius:9px!important;background:#fff!important;padding:0 9px!important;font-size:.63rem!important;outline:none!important}
.banner-compact-fields input:focus{border-color:#b4452c!important;box-shadow:0 0 0 3px rgba(180,125,42,.08)!important}
.banner-compact-form-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:1px}
.banner-compact-form-footer .admin-primary{min-height:36px!important;padding:0 14px!important;font-size:.64rem!important}
.banner-compact-form-footer .banner-active-toggle{font-size:.62rem!important}
.banner-compact-form-footer .banner-active-toggle>span{width:38px;height:21px}.banner-compact-form-footer .banner-active-toggle>span:after{width:15px;height:15px}.banner-compact-form-footer .banner-active-toggle input:checked+span:after{transform:translateX(-17px)}

.banner-compact-list{display:grid;gap:9px}
.banner-compact-card{position:relative;background:#fff;border:1px solid #e8ded3;border-radius:13px;box-shadow:0 5px 16px rgba(57,39,23,.03);overflow:hidden}
.banner-compact-card:before{content:"";position:absolute;right:0;top:0;bottom:0;width:3px;background:#b4452c}.banner-compact-card.is-inactive:before{background:#b8aca2}
.banner-compact-row{min-height:104px;display:grid;grid-template-columns:34px 230px 74px minmax(150px,1fr) auto;align-items:center;gap:10px;padding:9px 11px 9px 13px}
.banner-compact-number{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#b4452c;color:#f5e8e3;font-size:.59rem;font-weight:900}
.banner-compact-preview{position:relative;overflow:hidden;border:1px solid #e5d9cc;border-radius:9px;background:#f7f0e7}
.banner-compact-preview img{display:block;width:100%;height:100%;object-fit:cover}
.banner-compact-desktop{width:230px;aspect-ratio:1920/720}
.banner-compact-mobile{width:66px;aspect-ratio:1080/1350;justify-self:center}
.banner-compact-preview small{position:absolute;right:4px;bottom:4px;max-width:calc(100% - 8px);display:inline-flex;align-items:center;gap:4px;padding:3px 5px;border-radius:6px;background:rgba(35,27,21,.78);color:#fff;font-size:.48rem;line-height:1;backdrop-filter:blur(4px)}
.banner-compact-mobile small{right:50%;transform:translateX(50%);font-size:0;width:20px;height:18px;justify-content:center;padding:0}.banner-compact-mobile small i{font-size:.55rem}
.banner-compact-info{min-width:0}.banner-compact-info h3{margin:0 0 6px;font-size:.76rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#b4452c}
.banner-compact-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:#8a7d72;font-size:.56rem}
.banner-compact-meta .banner-status{padding:4px 7px!important;font-size:.53rem!important}.banner-mobile-missing{color:#b4452c!important}.banner-mobile-missing i{margin-left:3px}
.banner-compact-actions{display:flex;align-items:center;gap:6px;justify-content:flex-end}
.banner-edit-toggle,.banner-delete-button{height:32px!important;display:inline-flex!important;align-items:center;justify-content:center;gap:5px;border-radius:8px!important;padding:0 9px!important;font-size:.58rem!important;font-weight:800!important;cursor:pointer}
.banner-edit-toggle{border:1px solid #decfbe;background:#fff;color:#60717b}.banner-edit-toggle:hover,.banner-edit-toggle.active{background:#f7eee2;color:#b4452c;border-color:#f5e8e3}
.banner-delete-button{border-color:#ead8d3!important;background:#fff8f6!important;color:#9e4f43!important}
.banner-compact-edit[hidden]{display:none!important}.banner-compact-edit{border-top:1px solid #eee4d8;background:#fcfaf7}
.banner-compact-edit .banner-edit-form{display:grid;gap:9px;padding:10px 12px 12px;border:0!important}
.banner-compact-edit .banner-compact-upload-row>label{min-height:50px}
.banner-empty-compact{min-height:150px!important;padding:20px!important}

/* Mobile storefront arrows: bottom corners, never vertically centered */
@media(max-width:800px){
  .home-hero .slide-arrow{
    top:auto!important;
    bottom:14px!important;
    transform:none!important;
    width:38px!important;
    height:38px!important;
    z-index:8!important;
  }
  .home-hero .slide-arrow.next{right:12px!important;left:auto!important}
  .home-hero .slide-arrow.prev{left:12px!important;right:auto!important}
  .home-hero .slide-dots{bottom:17px!important;z-index:7!important}
}

@media(max-width:1050px){
  .banner-compact-row{grid-template-columns:32px 190px 66px minmax(130px,1fr) auto}.banner-compact-desktop{width:190px}.banner-compact-mobile{width:58px}.banner-compact-fields{grid-template-columns:1.2fr 90px 1fr 1fr}
}
@media(max-width:820px){
  .banner-page-head-compact{display:flex!important;align-items:flex-start!important;gap:10px!important}.banner-page-head-compact p{display:none}.banner-store-preview{min-height:34px!important;padding:0 10px!important;font-size:.58rem!important}
  .banner-compact-topbar{display:grid;gap:8px;padding:9px}.banner-mini-stats{gap:5px}.banner-mini-stats>span{min-height:27px;padding:0 7px;font-size:.55rem}.banner-size-chip{display:none!important}.banner-add-details{justify-self:stretch}.banner-add-details>summary{width:100%;min-height:34px}
  .banner-compact-upload-row{grid-template-columns:1fr}.banner-compact-upload-row>label{grid-template-columns:1fr;min-height:54px}.banner-compact-fields{grid-template-columns:1fr 80px}.banner-compact-fields label:nth-child(3),.banner-compact-fields label:nth-child(4){grid-column:1/-1}
  .banner-compact-row{grid-template-columns:28px minmax(0,1fr) 56px auto;grid-template-areas:"num desktop mobile actions" "num info info actions";min-height:0;gap:7px;padding:8px 9px 8px 11px;align-items:center}
  .banner-compact-number{grid-area:num;width:28px;height:28px}.banner-compact-desktop{grid-area:desktop;width:100%;max-width:200px}.banner-compact-mobile{grid-area:mobile;width:50px}.banner-compact-info{grid-area:info}.banner-compact-actions{grid-area:actions;align-self:stretch;flex-direction:column;justify-content:center}.banner-edit-toggle,.banner-delete-button{width:32px!important;padding:0!important}.banner-edit-toggle span,.banner-delete-button span{display:none}
  .banner-compact-info h3{font-size:.67rem;margin-bottom:3px}.banner-compact-meta{font-size:.51rem;gap:5px}.banner-compact-preview small{display:none}
}
@media(max-width:480px){
  .banner-mini-stats>span:nth-child(3){display:none}.banner-compact-row{grid-template-columns:26px minmax(0,1fr) 47px 32px}.banner-compact-number{width:26px;height:26px;font-size:.52rem}.banner-compact-mobile{width:44px}.banner-compact-desktop{max-width:none}.banner-compact-meta .banner-status{padding:3px 6px!important}.banner-mobile-missing{display:none}.banner-compact-fields{grid-template-columns:1fr}.banner-compact-fields label{grid-column:auto!important}.banner-compact-form-footer{align-items:stretch;flex-direction:column}.banner-compact-form-footer .admin-primary{width:100%}
}

/* =========================================================
   Home Store patch 15
   Professional categories manager
   ========================================================= */
.category-page-head{margin-bottom:20px!important}
.category-page-head>div{max-width:720px}
.category-create-button{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-width:136px;white-space:nowrap}
.category-manager{display:grid;gap:16px;max-width:1500px}
.category-stat-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.category-stat-strip>div{min-height:76px;padding:13px 15px;border:1px solid #e7ded2;border-radius:14px;background:#fff;display:flex;align-items:center;gap:11px;box-shadow:0 6px 18px rgba(55,35,14,.035)}
.category-stat-strip>div>i{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#f8f0e5;color:#b4452c;font-size:14px;flex:0 0 auto}
.category-stat-strip>div>span{display:grid;line-height:1.2}.category-stat-strip b{font-size:19px;color:#b4452c}.category-stat-strip small{margin-top:4px;color:#8d8177;font-size:10px;font-weight:700}
.category-stat-strip>div.has-warning>i{background:#fff0ea;color:#a14d32}
.category-control-bar{padding:11px;border:1px solid #e7ded2;border-radius:15px;background:#fff;display:flex;align-items:center;gap:12px;box-shadow:0 6px 18px rgba(55,35,14,.03)}
.category-search-box{position:relative;display:block;min-width:280px;flex:1;max-width:560px}.category-search-box>i{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#a29283;font-size:12px}.category-search-box input{width:100%;height:42px;border:1px solid #e4d8c8;border-radius:11px;background:#fcfaf7;padding:0 38px 0 13px;outline:0;font-size:12px;transition:.2s}.category-search-box input:focus{border-color:#f5e8e3;background:#fff;box-shadow:0 0 0 3px rgba(184,126,39,.1)}
.category-filter-tabs{margin-right:auto;display:flex;align-items:center;gap:4px;padding:4px;border-radius:11px;background:#f4efe8;white-space:nowrap}.category-filter-tabs button{height:33px;padding:0 11px;border:0;border-radius:8px;background:transparent;color:#786b61;font-size:10.5px;font-weight:800;cursor:pointer}.category-filter-tabs button:hover{color:#b4452c}.category-filter-tabs button.active{background:#fff;color:#803725;box-shadow:0 2px 8px rgba(60,38,13,.08)}
.category-admin-note{display:flex;align-items:flex-start;gap:9px;padding:10px 13px;border:1px solid #eadcc8;border-radius:12px;background:#fffaf2;color:#60717b;font-size:10.5px;line-height:1.8}.category-admin-note>i{margin-top:4px;color:#b4452c}.category-admin-note b{color:#b4452c}
.category-groups{display:grid;gap:11px}.category-group{border:1px solid #e6dccf;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(55,35,14,.035);transition:border-color .2s,box-shadow .2s}.category-group:hover{border-color:#d9c6aa;box-shadow:0 11px 30px rgba(55,35,14,.055)}
.category-main-row{min-height:104px;padding:13px 14px;display:grid;grid-template-columns:112px minmax(260px,1fr) auto;align-items:center;gap:15px}
.category-cover{position:relative;width:112px;height:76px;border-radius:12px;overflow:hidden;background:#f6f0e8;border:1px solid #e2e5e5}.category-cover img{width:100%;height:100%;object-fit:cover;display:block}.category-visibility-dot{position:absolute;left:7px;bottom:7px;width:11px;height:11px;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 7px rgba(0,0,0,.18)}.category-visibility-dot.on{background:#569163}.category-visibility-dot.off{background:#b85e4f}
.category-main-copy{min-width:0}.category-title-line{display:flex;align-items:center;gap:7px;min-width:0}.category-title-line h2{margin:0!important;font-size:14px!important;line-height:1.5;color:#b4452c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-kind-badge{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 7px;border-radius:6px;background:#efe2cc;color:#b4452c;font-size:9px;font-weight:900;flex:0 0 auto}.category-kind-badge.sub{background:#f2eee7;color:#60717b}.category-alert-badge{display:inline-flex;align-items:center;gap:4px;min-height:22px;padding:0 7px;border-radius:6px;background:#fff1ea;color:#9d5139;font-size:8.5px;font-weight:800}.category-main-copy>p{margin:5px 0 7px;color:#81756b;font-size:10.5px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.category-meta-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#8b7e72;font-size:9.5px;font-weight:700}.category-meta-line>span{display:inline-flex;align-items:center;gap:4px}.category-meta-line i{color:#b4452c;font-size:9px}.category-slug{padding:3px 6px;border-radius:6px;background:#f8f5f0;color:#7d6f62;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:8.5px!important}
.category-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap}.category-row-actions form{display:inline-flex;margin:0}.category-icon-action,.category-text-action,.category-children-toggle{border:1px solid #e4d9ca;background:#fff;color:#b4452c;cursor:pointer;transition:.18s}.category-icon-action{width:35px;height:35px;display:grid;place-items:center;border-radius:9px;font-size:11px}.category-icon-action:hover,.category-text-action:hover{border-color:#f5e8e3;background:#fffaf2;color:#b4452c}.category-icon-action.is-visible{color:#46724f}.category-icon-action.is-hidden{color:#a75645}.category-icon-action.danger{color:#a04e43}.category-icon-action.danger:hover{background:#fff1ef;border-color:#e1aaa3;color:#8c3028}.category-text-action{height:35px;padding:0 10px;border-radius:9px;display:inline-flex;align-items:center;gap:6px;font-size:9.5px;font-weight:800}.category-children-toggle{height:35px;padding:0 10px;border-radius:9px;display:inline-flex;align-items:center;gap:7px;color:#b4452c;font-size:9.5px;font-weight:800}.category-children-toggle i{transition:transform .2s}.category-children-toggle[aria-expanded="true"] i{transform:rotate(180deg)}
.category-children{border-top:1px solid #eee5d8;background:#fbf9f6}.category-child-row{min-height:70px;padding:9px 14px 9px 24px;display:grid;grid-template-columns:28px minmax(230px,1fr) minmax(220px,.8fr) auto;align-items:center;gap:10px;border-bottom:1px solid #eee7dd}.category-child-row:last-child{border-bottom:0}.category-child-branch{position:relative;height:42px;display:grid;place-items:center;color:#b4452c}.category-child-branch>span{position:absolute;right:13px;top:-25px;bottom:20px;width:1px;background:#edf0f0}.category-child-branch i{position:relative;z-index:1;padding:5px;background:#fbf9f6;transform:rotate(90deg);font-size:10px}.category-child-copy{min-width:0}.category-child-copy>div{display:flex;align-items:center;gap:6px}.category-child-copy h3{margin:0;font-size:11.5px;color:#b4452c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-child-copy>small{display:block;margin-top:3px;color:#8e8379;font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-status-badge{display:inline-flex;align-items:center;min-height:20px;padding:0 6px;border-radius:999px;font-size:8px;font-weight:900}.category-status-badge.active{background:#edf6ef;color:#4f7e59}.category-status-badge.hidden{background:#fff0ec;color:#a04f3d}.category-child-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:#8d8175;font-size:9px;font-weight:700}.category-child-meta span{display:inline-flex;align-items:center;gap:4px}.category-child-meta i{color:#b4452c}.child-actions{flex-wrap:nowrap}
.category-empty-state,.category-no-results{padding:44px 20px;border:1px dashed #d8c7af;border-radius:16px;background:#fff;text-align:center}.category-empty-state>i,.category-no-results>i{width:46px;height:46px;display:grid;place-items:center;margin:0 auto 9px;border-radius:13px;background:#f3eeea;color:#b4452c}.category-empty-state h3,.category-no-results h3{margin:0;font-size:14px}.category-empty-state p,.category-no-results p{margin:5px 0 13px;color:#8d8177;font-size:10.5px}.category-empty-state button{height:36px;padding:0 13px;border:0;border-radius:9px;background:#803725;color:#fff;font-size:10px;font-weight:800;cursor:pointer}

/* Side editor */
.category-editor-backdrop{position:fixed;inset:0;z-index:120;background:rgba(33,24,17,.46);backdrop-filter:blur(4px);display:flex;justify-content:flex-start;padding:12px}.category-editor-backdrop[hidden]{display:none!important}.category-editor-panel{width:min(460px,calc(100vw - 24px));height:calc(100vh - 24px);background:#fffdfa;border:1px solid #e7d9c6;border-radius:18px;box-shadow:0 30px 90px rgba(27,17,8,.25);display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:none}.category-editor-panel::-webkit-scrollbar{display:none!important}.category-editor-panel>header{position:sticky;top:0;z-index:3;padding:16px 17px 13px;display:flex;align-items:flex-start;justify-content:space-between;gap:15px;background:rgba(255,253,249,.96);backdrop-filter:blur(12px);border-bottom:1px solid #eee3d5}.category-editor-kicker{color:#b4452c;font-size:9px;font-weight:900}.category-editor-panel>header h2{margin:2px 0 1px;font-size:18px}.category-editor-panel>header p{margin:0;color:#8b7f73;font-size:9.5px}.category-editor-panel>header>button{width:34px;height:34px;border:1px solid #e7dbcb;border-radius:9px;background:#fff;color:#60717b;cursor:pointer;flex:0 0 auto}.category-editor-form{padding:15px 17px 18px;display:grid;gap:12px}.category-editor-form>label,.category-editor-grid>label{display:grid;gap:6px;color:#60717b;font-size:10px;font-weight:800}.category-editor-form label>small{color:#978a7e;font-size:8.5px;font-weight:600}.category-editor-form input:not([type=checkbox]),.category-editor-form select,.category-editor-form textarea{width:100%;border:1px solid #e2d5c5;border-radius:10px;background:#fff;height:42px;padding:0 11px;outline:0;font-size:11px}.category-editor-form textarea{height:84px;min-height:84px;padding:10px 11px;resize:vertical}.category-editor-form input:focus,.category-editor-form select:focus,.category-editor-form textarea:focus{border-color:#b4452c;box-shadow:0 0 0 3px rgba(181,121,31,.09)}.category-editor-preview{display:flex;align-items:center;gap:11px;padding:9px;border:1px solid #e8ddcf;border-radius:12px;background:#faf6f0}.category-editor-preview img{width:92px;height:61px;object-fit:cover;border-radius:9px;border:1px solid #e2e5e5;background:#fff}.category-editor-preview>div{display:grid}.category-editor-preview b{font-size:10.5px}.category-editor-preview small{margin-top:2px;color:#93877b;font-size:8.5px;line-height:1.6}.category-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.category-upload-field{position:relative}.category-upload-field input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none}.category-upload-field em{height:42px;border:1px dashed #edf0f0;border-radius:10px;background:#fffaf3;color:#b4452c;display:flex;align-items:center;justify-content:center;gap:6px;font-style:normal;font-size:9.5px;cursor:pointer}.category-switch{display:flex!important;align-items:center;gap:8px!important;padding:10px 11px;border:1px solid #e6dbcc;border-radius:11px;background:#fff}.category-switch input{position:absolute;opacity:0;pointer-events:none}.category-switch>span{position:relative;width:36px;height:20px;border-radius:999px;background:#d7cfc4;transition:.2s;flex:0 0 auto}.category-switch>span:after{content:"";position:absolute;top:3px;right:3px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.16);transition:.2s}.category-switch input:checked+span{background:#b4452c}.category-switch input:checked+span:after{right:19px}.category-switch b{font-size:9.5px}.category-editor-form>footer{position:sticky;bottom:-18px;margin:2px -17px -18px;padding:12px 17px 15px;display:flex;align-items:center;justify-content:flex-end;gap:8px;background:rgba(255,253,249,.96);backdrop-filter:blur(12px);border-top:1px solid #eee3d5}.category-editor-form>footer .admin-primary{min-height:39px!important;height:39px;display:inline-flex;align-items:center;gap:6px;font-size:10px}.category-cancel{height:39px;padding:0 13px;border:1px solid #e2d6c7;border-radius:9px;background:#fff;color:#60717b;font-size:10px;font-weight:800;cursor:pointer}.category-editor-open{overflow:hidden!important}

@media(max-width:1180px){
  .category-main-row{grid-template-columns:98px minmax(220px,1fr);gap:12px}.category-cover{width:98px;height:70px}.category-row-actions{grid-column:1/-1;justify-content:flex-start;padding-right:110px;margin-top:-4px}.category-child-row{grid-template-columns:24px minmax(190px,1fr) auto}.category-child-meta{grid-column:2/3}.child-actions{grid-column:3/4;grid-row:1/3}
}
@media(max-width:900px){
  .category-stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.category-control-bar{align-items:stretch;flex-direction:column}.category-search-box{max-width:none;min-width:0}.category-filter-tabs{margin:0;overflow-x:auto;scrollbar-width:none}.category-filter-tabs::-webkit-scrollbar{display:none}.category-main-row{grid-template-columns:86px minmax(0,1fr)}.category-cover{width:86px;height:66px}.category-row-actions{padding-right:98px}.category-child-row{grid-template-columns:20px minmax(0,1fr);padding-left:12px}.category-child-meta{grid-column:2}.child-actions{grid-column:2;grid-row:auto;justify-content:flex-start}.category-child-branch>span{right:9px}
}
@media(max-width:620px){
  .category-page-head{align-items:flex-start!important}.category-page-head .category-create-button{min-width:42px;width:42px;height:42px;padding:0!important;font-size:0}.category-page-head .category-create-button i{font-size:13px}.category-stat-strip{gap:7px}.category-stat-strip>div{min-height:65px;padding:10px}.category-stat-strip>div>i{width:32px;height:32px;border-radius:9px;font-size:12px}.category-stat-strip b{font-size:16px}.category-stat-strip small{font-size:8.5px}.category-control-bar{padding:8px}.category-filter-tabs button{padding:0 9px;font-size:9.5px}.category-admin-note{font-size:9px}.category-main-row{grid-template-columns:72px minmax(0,1fr);padding:10px;gap:10px}.category-cover{width:72px;height:61px;border-radius:10px}.category-title-line{gap:5px;flex-wrap:wrap}.category-title-line h2{font-size:12.5px!important}.category-main-copy>p{font-size:9.5px;margin:3px 0 5px}.category-meta-line{gap:5px;font-size:8.5px}.category-slug{display:none!important}.category-row-actions{padding-right:82px;gap:4px}.category-text-action{padding:0 8px;font-size:8.8px}.category-icon-action{width:33px;height:33px}.category-children-toggle{height:33px;padding:0 8px;font-size:8.8px}.category-child-row{padding:9px 10px}.category-child-copy h3{font-size:10.5px}.category-child-copy>small{font-size:8.8px}.category-child-meta{font-size:8.3px}.category-editor-backdrop{padding:0;background:rgba(33,24,17,.38)}.category-editor-panel{width:100%;height:100%;border-radius:0;border:0}.category-editor-panel>header{padding-top:max(15px,env(safe-area-inset-top))}.category-editor-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:390px){.category-stat-strip{grid-template-columns:1fr 1fr}.category-stat-strip>div{gap:7px}.category-stat-strip>div>i{display:none}.category-row-actions{padding-right:0;grid-column:1/-1;margin-top:1px}.category-main-row{grid-template-columns:64px minmax(0,1fr)}.category-cover{width:64px;height:56px}.category-editor-grid{grid-template-columns:1fr}}

/* =========================================================
   Home Store patch 16 — Store Control Center
   ========================================================= */
.settings-hub{padding-bottom:24px}.settings-hub-head{margin-bottom:12px!important;align-items:center!important}.settings-hub-head>div p{margin:4px 0 0;color:#8b7e72;font-size:10.5px}.settings-store-preview{height:39px;padding:0 13px;border:1px solid #e4d7c5;border-radius:10px;background:#fff;color:#60717b;display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:800;box-shadow:0 5px 16px rgba(61,41,24,.04)}.settings-store-preview:hover{border-color:#f5e8e3;background:#fffaf2;color:#b4452c}
.settings-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:92px;gap:10px}.settings-hub-card{position:relative;min-width:0;border:1px solid #e7dccd;border-radius:14px;background:linear-gradient(180deg,#fff 0%,#fffcf8 100%);padding:12px 13px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:11px;text-align:right;color:#60717b;cursor:pointer;box-shadow:0 6px 20px rgba(72,46,18,.045);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.settings-hub-card:after{content:"";position:absolute;right:0;top:16px;bottom:16px;width:2px;border-radius:4px;background:#b4452c;opacity:.55}.settings-hub-card:hover{transform:translateY(-2px);border-color:#edf0f0;box-shadow:0 11px 26px rgba(72,46,18,.085)}.settings-hub-card>i{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#f3eeea;color:#b4452c;font-size:15px;border:1px solid #eee0cc}.settings-hub-card>span{display:grid;min-width:0}.settings-hub-card b{font-size:11.5px;line-height:1.45}.settings-hub-card small{margin-top:3px;color:#95887b;font-size:8.9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-hub-card em{align-self:start;max-width:78px;padding:4px 7px;border-radius:999px;background:#f7f2eb;color:#60717b;font-size:7.8px;font-style:normal;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.settings-screen{position:fixed;inset:0;z-index:350;padding:18px;background:rgba(36,26,18,.50);backdrop-filter:blur(5px);display:grid;place-items:center}.settings-screen[hidden]{display:none!important}.settings-screen-card{width:min(790px,calc(100vw - 36px));max-height:86vh;border:1px solid #e6d8c4;border-radius:20px;background:#fffdfa;box-shadow:0 34px 100px rgba(24,15,8,.28);overflow:hidden;display:flex;flex-direction:column}.settings-screen-card>header{min-height:76px;padding:13px 16px;display:grid;grid-template-columns:42px minmax(0,1fr) 36px;align-items:center;gap:11px;border-bottom:1px solid #eee3d5;background:linear-gradient(180deg,#fffdfa,#fffaf3)}.settings-screen-card>header>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#f3e5d1;color:#b4452c;border:1px solid #e8d4b6}.settings-screen-card>header small{color:#b4452c;font-size:8.5px;font-weight:900}.settings-screen-card>header h2{margin:1px 0 1px;font-size:17px}.settings-screen-card>header p{margin:0;color:#92867a;font-size:9.2px}.settings-screen-card>header>button{width:36px;height:36px;border:1px solid #e3d7c9;border-radius:10px;background:#fff;color:#60717b;cursor:pointer}.settings-screen-card>header>button:hover{background:#f8efe4;color:#b4452c}.settings-screen-form{display:flex;min-height:0;flex:1;flex-direction:column}.settings-screen-body{padding:16px;overflow:auto;overscroll-behavior:contain;scrollbar-width:none}.settings-screen-body::-webkit-scrollbar{display:none!important}.settings-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.settings-form-grid label{display:grid;gap:6px;color:#60717b;font-size:9.5px;font-weight:850}.settings-form-grid label.wide{grid-column:1/-1}.settings-form-grid label small{font-size:8px;color:#9a8c7e;font-weight:650}.settings-form-grid input:not([type=color]),.settings-form-grid select,.settings-form-grid textarea{width:100%;height:42px;border:1px solid #e2d6c6;border-radius:10px;background:#fff;padding:0 11px;color:#60717b;outline:0;font:inherit;font-size:10.5px}.settings-form-grid textarea{height:auto;min-height:84px;padding:10px 11px;resize:vertical;line-height:1.8}.settings-form-grid input[type=color]{width:100%;height:42px;padding:4px;border:1px solid #e2d6c6;border-radius:10px;background:#fff;cursor:pointer}.settings-form-grid input:focus,.settings-form-grid select:focus,.settings-form-grid textarea:focus{border-color:#b4452c;box-shadow:0 0 0 3px rgba(180,122,36,.09)}
.settings-toggle-grid{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.settings-toggle-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-toggle-grid label{min-height:43px;padding:8px 10px;border:1px solid #e6dccf;border-radius:10px;background:#fff;display:flex;align-items:center;gap:8px;color:#60717b;font-size:9.5px;font-weight:800;cursor:pointer}.settings-toggle-grid input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.settings-toggle-grid label>span{position:relative;width:34px;height:19px;border-radius:999px;background:#d9d1c7;flex:0 0 auto;transition:.2s}.settings-toggle-grid label>span:after{content:"";position:absolute;top:3px;right:3px;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.14);transition:.2s}.settings-toggle-grid input:checked+span{background:#b4452c}.settings-toggle-grid input:checked+span:after{right:18px}.settings-toggle-grid label:has(input:checked){border-color:#edf0f0;background:#fffaf2}
.settings-media-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.settings-upload{min-height:78px;padding:9px;border:1px dashed #edf0f0;border-radius:12px;background:#fffaf3;display:grid;grid-template-columns:84px minmax(0,1fr);align-items:center;gap:10px;cursor:pointer;position:relative}.settings-upload img{width:84px;height:58px;border-radius:9px;object-fit:contain;background:#fff;border:1px solid #e2e5e5}.settings-upload span{display:grid}.settings-upload b{font-size:10px}.settings-upload small{margin-top:2px;color:#948575;font-size:8.4px}.settings-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.settings-upload.has-file{border-style:solid;border-color:#b4452c;background:#fff8eb}.settings-media-single{margin-top:12px;min-height:85px;padding:9px;border:1px solid #e5d8c7;border-radius:12px;background:#fff;display:grid;grid-template-columns:125px minmax(0,1fr);gap:11px;align-items:center}.settings-media-single img{width:125px;height:72px;object-fit:cover;border-radius:9px;background:#faf4ea}.settings-media-single label{display:grid;gap:7px;font-size:9.5px}.settings-media-single input{font-size:9px}
.settings-manage-link{margin-top:12px;min-height:58px;padding:9px 11px;border:1px solid #dfd1be;border-radius:12px;background:#fff;display:grid;grid-template-columns:36px minmax(0,1fr) 26px;align-items:center;gap:9px;color:#60717b}.settings-manage-link>i:first-child{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#f6ecde;color:#b4452c}.settings-manage-link span{display:grid}.settings-manage-link b{font-size:10.5px}.settings-manage-link small{margin-top:2px;color:#928578;font-size:8.5px}.settings-manage-link>i:last-child{color:#b4452c}.settings-manage-link:hover{border-color:#f5e8e3;background:#fffaf2}.settings-info-box{margin-top:12px;padding:10px 11px;border:1px solid #e9dccb;border-radius:11px;background:#fbf7f1;display:flex;align-items:flex-start;gap:9px}.settings-info-box>i{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;background:#f0e3d0;color:#b4452c;flex:0 0 auto}.settings-info-box span{display:grid}.settings-info-box b{font-size:9.8px}.settings-info-box small{margin-top:2px;color:#8f8277;font-size:8.5px;line-height:1.7}
.settings-screen-actions{min-height:58px;padding:9px 16px;border-top:1px solid #eee2d3;background:#fffaf4;display:flex;align-items:center;justify-content:space-between;gap:12px}.settings-screen-actions>span{display:inline-flex;align-items:center;gap:6px;color:#998b7e;font-size:8.8px}.settings-screen-actions>span.is-dirty{color:#b4452c}.settings-screen-actions .admin-primary,.settings-inline-save .admin-primary{min-height:38px!important;height:38px!important;padding:0 13px!important;display:inline-flex;align-items:center;gap:6px;font-size:9.5px!important}.settings-screen-actions .admin-primary:disabled,.settings-inline-save .admin-primary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none!important}.settings-security-body{display:grid;gap:14px}.settings-nested-form{padding:0 0 13px;border-bottom:1px dashed #dfd2c0}.settings-inline-save{margin-top:10px;display:flex;align-items:center;justify-content:flex-end;gap:10px}.settings-inline-save>span{color:#95877a;font-size:8.5px}.settings-screen-open{overflow:hidden!important}.settings-screen-open .admin-site-scrollbar{opacity:0!important;pointer-events:none!important}
.site-announcement{background:#304451;color:#fff;font-size:11px}.site-announcement>.container{min-height:34px;display:flex;align-items:center;justify-content:center;gap:9px}.site-announcement i{color:#f5e8e3}.site-announcement a{margin-right:7px;color:#fff5ea;font-weight:800}.site-announcement a i{font-size:9px}
.contact-form-disabled{display:grid;align-content:center;min-height:290px}.contact-form-disabled>p{color:#7f7267;line-height:1.8}.contact-form-disabled>.primary-button{width:max-content}

@media(max-width:1100px){.settings-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:90px}.settings-toggle-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.settings-hub-head{align-items:flex-start!important}.settings-store-preview{height:36px;padding:0 10px}.settings-store-preview span{display:none}.settings-hub-grid{grid-template-columns:1fr;grid-auto-rows:82px;gap:8px}.settings-hub-card{grid-template-columns:40px minmax(0,1fr) auto;padding:10px 11px}.settings-hub-card>i{width:40px;height:40px;border-radius:11px}.settings-screen{padding:0;place-items:stretch}.settings-screen-card{width:100%;height:100%;max-height:none;border:0;border-radius:0}.settings-screen-card>header{padding-top:max(12px,env(safe-area-inset-top));min-height:74px}.settings-form-grid{grid-template-columns:1fr}.settings-form-grid label.wide{grid-column:auto}.settings-toggle-grid,.settings-toggle-grid.three{grid-template-columns:1fr 1fr}.settings-media-grid{grid-template-columns:1fr}.settings-screen-actions{padding-bottom:max(10px,env(safe-area-inset-bottom))}.site-announcement>.container{justify-content:flex-start;overflow:hidden}.site-announcement span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-announcement a{white-space:nowrap}}
@media(max-width:430px){.settings-toggle-grid,.settings-toggle-grid.three{grid-template-columns:1fr}.settings-media-single{grid-template-columns:90px minmax(0,1fr)}.settings-media-single img{width:90px;height:62px}.settings-hub-card small{font-size:8.4px}.settings-screen-actions>span{display:none}}

/* =========================================================
   Home Store patch 17
   Larger settings cards + natural categories grid + bigger header logo
   ========================================================= */

/* Settings hub: keep 3 cards per row, but make every card substantially larger */
@media(min-width:1101px){
  .settings-hub-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-auto-rows:148px!important;
    gap:18px!important;
  }
  .settings-hub-card{
    padding:20px 20px!important;
    grid-template-columns:64px minmax(0,1fr) auto!important;
    gap:16px!important;
    border-radius:20px!important;
    box-shadow:0 10px 28px rgba(72,46,18,.055)!important;
  }
  .settings-hub-card:after{top:25px!important;bottom:25px!important;width:3px!important}
  .settings-hub-card>i{
    width:64px!important;height:64px!important;border-radius:17px!important;
    font-size:22px!important;
  }
  .settings-hub-card b{font-size:15px!important;line-height:1.5!important;font-weight:900!important}
  .settings-hub-card small{margin-top:7px!important;font-size:10.8px!important;line-height:1.7!important;white-space:normal!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .settings-hub-card em{max-width:100px!important;padding:6px 10px!important;font-size:9.2px!important;margin-top:2px!important}
}
@media(max-width:1100px) and (min-width:761px){
  .settings-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:132px!important;gap:14px!important}
  .settings-hub-card{padding:17px!important;grid-template-columns:56px minmax(0,1fr) auto!important;gap:13px!important;border-radius:18px!important}
  .settings-hub-card>i{width:56px!important;height:56px!important;border-radius:15px!important;font-size:19px!important}
  .settings-hub-card b{font-size:13.5px!important}.settings-hub-card small{font-size:10px!important;white-space:normal!important}
}
@media(max-width:760px){
  .settings-hub-grid{grid-auto-rows:112px!important;gap:11px!important}
  .settings-hub-card{padding:14px 15px!important;grid-template-columns:50px minmax(0,1fr) auto!important;border-radius:16px!important}
  .settings-hub-card>i{width:50px!important;height:50px!important;font-size:17px!important}
  .settings-hub-card b{font-size:12.5px!important}.settings-hub-card small{font-size:9.4px!important;white-space:normal!important;line-height:1.6!important}
}

/* Home categories: a straightforward 3 x 2 grid with equal cards and a real info strip below the image */
#collections .home-categories{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-auto-rows:auto!important;
  gap:22px!important;
}
#collections .home-category,
#collections .home-category.large,
#collections .home-category:nth-child(n){
  grid-column:auto!important;
  grid-row:auto!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid #e2e5e5!important;
  border-radius:18px!important;
  background:#fff!important;
  color:#304451!important;
  box-shadow:0 10px 28px rgba(72,46,18,.07)!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
#collections .home-category:hover{
  transform:translateY(-4px)!important;
  border-color:#edf0f0!important;
  box-shadow:0 18px 38px rgba(72,46,18,.12)!important;
}
#collections .home-category:after{display:none!important}
#collections .home-category img{
  position:relative!important;
  inset:auto!important;
  z-index:auto!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  object-fit:cover!important;
  object-position:center!important;
  background:#f7f1e8!important;
  transform:none!important;
  flex:0 0 auto!important;
}
#collections .home-category:hover img{transform:scale(1.015)!important}
#collections .home-category>span,
#collections .home-category:nth-child(1)>span,
#collections .home-category:nth-child(6)>span{
  position:static!important;
  inset:auto!important;
  z-index:auto!important;
  min-height:102px!important;
  padding:15px 17px 14px!important;
  border:0!important;
  border-top:1px solid #eee3d5!important;
  border-radius:0!important;
  background:#fff!important;
  color:#304451!important;
  backdrop-filter:none!important;
  box-shadow:none!important;
  display:grid!important;
  align-content:center!important;
}
#collections .home-category small{
  color:#b4452c!important;
  opacity:1!important;
  font-size:10.5px!important;
  font-weight:800!important;
  line-height:1.4!important;
}
#collections .home-category b,
#collections .home-category:nth-child(1) b,
#collections .home-category:nth-child(6) b{
  margin-top:3px!important;
  color:#304451!important;
  font-size:18px!important;
  line-height:1.45!important;
  font-weight:900!important;
}
#collections .home-category em{
  margin-top:6px!important;
  color:#60717b!important;
  font-size:10.5px!important;
  font-style:normal!important;
  font-weight:700!important;
}
#collections .home-category em i{color:#b4452c!important}

/* Larger desktop logo and move it visually closer to the right edge */
@media(min-width:1001px){
  .site-header .logo{justify-self:start!important;transform:translateX(18px)!important}
  .site-header .logo-mark{width:244px!important;max-height:70px!important}
}
@media(max-width:1000px) and (min-width:801px){
  .site-header .logo{transform:translateX(10px)!important}
  .site-header .logo-mark{width:188px!important;max-height:62px!important}
}

/* Categories on phones: never place the white label over the photo */
@media(max-width:800px){
  #collections .home-categories{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  #collections .home-category,
  #collections .home-category.large,
  #collections .home-category:nth-child(n){height:auto!important;min-height:0!important;border-radius:15px!important}
  #collections .home-category img{aspect-ratio:1/1!important;object-fit:cover!important}
  #collections .home-category>span,
  #collections .home-category:nth-child(1)>span,
  #collections .home-category:nth-child(6)>span{min-height:82px!important;padding:11px 12px 10px!important}
  #collections .home-category small{font-size:8.8px!important}
  #collections .home-category b,
  #collections .home-category:nth-child(1) b,
  #collections .home-category:nth-child(6) b{font-size:14px!important;margin-top:2px!important}
  #collections .home-category em{font-size:9px!important;margin-top:4px!important}
}
@media(max-width:370px){
  #collections .home-categories{gap:9px!important}
  #collections .home-category>span{padding:9px 9px 8px!important;min-height:76px!important}
  #collections .home-category b{font-size:12.8px!important}
  #collections .home-category small{font-size:8px!important}
  #collections .home-category em{font-size:8.3px!important}
}

/* =========================================================
   Home Store patch 18 — focused settings + availability only
   ========================================================= */
.settings-hub-focused .settings-hub-grid-focused{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-auto-rows:168px!important;
  gap:20px!important;
  max-width:1120px;
}
.settings-hub-focused .settings-hub-card{
  padding:24px!important;
  grid-template-columns:72px minmax(0,1fr) auto!important;
  gap:18px!important;
  border-radius:22px!important;
}
.settings-hub-focused .settings-hub-card>i{width:72px!important;height:72px!important;border-radius:19px!important;font-size:24px!important}
.settings-hub-focused .settings-hub-card b{font-size:16px!important}
.settings-hub-focused .settings-hub-card small{font-size:11px!important;line-height:1.8!important;white-space:normal!important}
.settings-hub-focused .settings-hub-card em{font-size:9.5px!important;padding:7px 11px!important}
.settings-manage-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.settings-manage-row .settings-manage-link{margin-top:12px}

.availability-quick-form{margin:0}.availability-pill{min-width:102px;height:34px;padding:0 11px;border-radius:999px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:inherit;font-size:10px;font-weight:900;cursor:pointer}.availability-pill.available{background:#edf7ef;border-color:#cfe7d4;color:#2d6b3e}.availability-pill.unavailable{background:#fff0ee;border-color:#efd1cc;color:#9c4138}.availability-pill:hover{filter:brightness(.98)}
.availability-choice{margin-top:12px;padding:12px;border:1px solid #e6d8c6;border-radius:13px;background:#fffaf4;display:grid;grid-template-columns:1fr 1fr;gap:8px}.availability-choice>span,.availability-choice>small{grid-column:1/-1}.availability-choice>span{font-size:10px;font-weight:900;color:#60717b}.availability-choice>small{color:#918276;font-size:8.5px;line-height:1.7}.availability-choice label{position:relative;cursor:pointer}.availability-choice input{position:absolute;opacity:0;pointer-events:none}.availability-choice b{height:42px;border:1px solid #e3d7c8;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;gap:7px;color:#60717b;font-size:10px}.availability-choice label:first-of-type input:checked+b{background:#edf7ef;border-color:#badcc3;color:#2f6e40;box-shadow:0 0 0 3px rgba(47,110,64,.07)}.availability-choice label:nth-of-type(2) input:checked+b{background:#fff0ee;border-color:#e9c4be;color:#994039;box-shadow:0 0 0 3px rgba(153,64,57,.06)}

@media(max-width:900px){
  .settings-hub-focused .settings-hub-grid-focused{grid-template-columns:1fr!important;grid-auto-rows:132px!important;gap:13px!important}
  .settings-hub-focused .settings-hub-card{padding:18px!important;grid-template-columns:58px minmax(0,1fr) auto!important;gap:13px!important}
  .settings-hub-focused .settings-hub-card>i{width:58px!important;height:58px!important;border-radius:16px!important;font-size:20px!important}
  .settings-hub-focused .settings-hub-card b{font-size:13.5px!important}.settings-hub-focused .settings-hub-card small{font-size:9.8px!important}
  .settings-manage-row{grid-template-columns:1fr}
}
@media(max-width:520px){.availability-choice{grid-template-columns:1fr}.availability-choice>span,.availability-choice>small{grid-column:auto}.settings-hub-focused .settings-hub-grid-focused{grid-auto-rows:118px!important}.settings-hub-focused .settings-hub-card{grid-template-columns:50px minmax(0,1fr)!important}.settings-hub-focused .settings-hub-card>em{display:none}.settings-hub-focused .settings-hub-card>i{width:50px!important;height:50px!important}.settings-hub-focused .settings-hub-card b{font-size:12.5px!important}.settings-hub-focused .settings-hub-card small{font-size:9px!important}}

/* =========================================================
   Home Store patch 19 — focused settings + customer accounts
   ========================================================= */
@media(min-width:901px){
  .settings-hub-focused .settings-hub-grid-focused{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-auto-rows:158px!important;
    gap:18px!important;
    max-width:none!important;
  }
  .settings-hub-focused .settings-hub-card{
    padding:21px!important;
    grid-template-columns:64px minmax(0,1fr) auto!important;
    gap:15px!important;
  }
  .settings-hub-focused .settings-hub-card>i{width:64px!important;height:64px!important;font-size:21px!important}
  .settings-hub-focused .settings-hub-card b{font-size:14.5px!important}
  .settings-hub-focused .settings-hub-card small{font-size:10.2px!important;line-height:1.7!important}
}

/* Slightly shorter home categories without covering the product/category imagery */
@media(min-width:801px){
  #collections .home-categories{gap:18px!important}
  #collections .home-category img{aspect-ratio:16/10!important}
  #collections .home-category>span,
  #collections .home-category:nth-child(1)>span,
  #collections .home-category:nth-child(6)>span{min-height:86px!important;padding:12px 15px!important}
  #collections .home-category b,
  #collections .home-category:nth-child(1) b,
  #collections .home-category:nth-child(6) b{font-size:16.5px!important}
  #collections .home-category em{margin-top:4px!important}
}
@media(max-width:800px){
  #collections .home-category img{aspect-ratio:4/3!important}
  #collections .home-category>span,
  #collections .home-category:nth-child(1)>span,
  #collections .home-category:nth-child(6)>span{min-height:70px!important;padding:9px 10px!important}
  #collections .home-category b,
  #collections .home-category:nth-child(1) b,
  #collections .home-category:nth-child(6) b{font-size:13.2px!important}
  #collections .home-category em{font-size:8.7px!important;margin-top:3px!important}
}

/* Customer account entry points */
.tool-account.is-logged-in>i{background:#f6ead9;color:#b4452c;border-radius:10px}
.drawer-account-link{margin-top:10px!important;border:1px solid #e7dac8!important;border-radius:12px!important;background:#fffaf4!important;color:#b4452c!important;font-weight:800!important}
.drawer-account-link>i:first-child{color:#b4452c}

/* Authentication */
.customer-auth-shell{display:grid;grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);gap:34px;padding-top:48px;padding-bottom:72px;align-items:stretch}
.customer-auth-intro{position:relative;overflow:hidden;min-height:560px;padding:48px 44px;border-radius:28px;background:linear-gradient(145deg,#b4452c,#b4452c);color:#fff;box-shadow:0 24px 70px rgba(63,40,16,.16)}
.customer-auth-intro:before,.customer-auth-intro:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.customer-auth-intro:before{width:330px;height:330px;left:-120px;bottom:-140px;background:rgba(201,146,57,.18)}.customer-auth-intro:after{width:210px;height:210px;right:-75px;top:-85px;border:1px solid rgba(255,255,255,.1)}
.customer-auth-kicker{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.06);color:#f5e8e3;font-size:11px;font-weight:800}
.customer-auth-intro h1{position:relative;z-index:1;margin:22px 0 12px;max-width:520px;font-size:clamp(30px,3vw,46px);line-height:1.45}.customer-auth-intro>p{position:relative;z-index:1;margin:0;max-width:570px;color:#d8c9b9;font-size:13px;line-height:2}
.customer-auth-benefits{position:relative;z-index:1;display:grid;gap:11px;margin-top:36px}.customer-auth-benefits>div{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:rgba(255,255,255,.045)}.customer-auth-benefits>div>i{width:39px;height:39px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;background:rgba(198,139,47,.16);color:#f5e8e3}.customer-auth-benefits span{display:grid}.customer-auth-benefits b{font-size:11.5px}.customer-auth-benefits small{margin-top:3px;color:#c6b6a6;font-size:9.5px}
.customer-auth-card{align-self:center;padding:32px;border:1px solid #e8ddcf;border-radius:25px;background:#fff;box-shadow:0 18px 55px rgba(70,44,16,.08)}.customer-auth-card>header{margin-bottom:22px}.customer-auth-card>header small{color:#b4452c;font-size:10px;font-weight:900}.customer-auth-card>header h2{margin:4px 0 6px;font-size:25px}.customer-auth-card>header p{margin:0;color:#86786c;font-size:11px;line-height:1.8}
.customer-auth-form{display:grid;gap:14px}.customer-auth-form label,.account-profile-form label,.account-password-form label{display:grid;gap:7px;color:#60717b;font-size:10.5px;font-weight:800}.customer-auth-form input,.customer-auth-form select,.customer-auth-form textarea,.account-profile-form input,.account-profile-form select,.account-profile-form textarea,.account-password-form input{width:100%;border:1px solid #e2d6c6;border-radius:11px;background:#fdfbf8;color:#b4452c;outline:0;font-family:inherit;font-size:12px;transition:.18s}.customer-auth-form input,.customer-auth-form select,.account-profile-form input,.account-profile-form select,.account-password-form input{height:44px;padding:0 12px}.customer-auth-form textarea,.account-profile-form textarea{padding:11px 12px;resize:vertical;line-height:1.8}.customer-auth-form input:focus,.customer-auth-form select:focus,.customer-auth-form textarea:focus,.account-profile-form input:focus,.account-profile-form select:focus,.account-profile-form textarea:focus,.account-password-form input:focus{border-color:#f5e8e3;background:#fff;box-shadow:0 0 0 3px rgba(174,116,30,.09)}
.customer-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.customer-form-grid .wide{grid-column:1/-1}.password-field{position:relative}.password-field input{padding-left:44px!important}.password-field button{position:absolute;left:5px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;border-radius:9px;background:transparent;color:#60717b;cursor:pointer}.password-field button:hover{background:#f4ede4;color:#b4452c}
.customer-auth-submit,.account-save-button{min-height:46px;border:0;border-radius:12px;background:#304451;color:#fff;font-family:inherit;font-size:11px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px;box-shadow:0 9px 20px rgba(61,41,24,.13);transition:.18s}.customer-auth-submit:hover,.account-save-button:hover{background:#b4452c;transform:translateY(-1px)}.customer-auth-switch{margin-top:18px;padding-top:16px;border-top:1px solid #eee5da;text-align:center;color:#84766a;font-size:10.5px}.customer-auth-switch a{color:#b4452c;font-weight:900}.customer-auth-privacy{margin:0;color:#918478;font-size:9.5px;line-height:1.8;text-align:center}.customer-auth-privacy i{color:#b4452c}
.customer-register-address{border:1px solid #e8ddcf;border-radius:13px;background:#fcfaf7;overflow:hidden}.customer-register-address summary{min-height:48px;padding:0 13px;display:flex;align-items:center;gap:9px;cursor:pointer;list-style:none}.customer-register-address summary::-webkit-details-marker{display:none}.customer-register-address summary>span{display:flex;align-items:center;gap:7px}.customer-register-address summary>span i{color:#b4452c}.customer-register-address summary b{font-size:10.5px}.customer-register-address summary small{margin-right:auto;color:#988b7f;font-size:8.8px}.customer-register-address summary>i{transition:.2s;color:#8d7e70}.customer-register-address[open] summary>i{transform:rotate(180deg)}.customer-register-address .customer-form-grid{padding:0 13px 13px;border-top:1px solid #eee5da;padding-top:13px}

/* Account */
.customer-account-hero{background:linear-gradient(135deg,#fffdfa,#f5eadb);border-bottom:1px solid #e2e5e5}.customer-account-hero-inner{min-height:175px;display:flex;align-items:center;justify-content:space-between;gap:20px}.customer-account-hero-inner>div>span{display:inline-flex;align-items:center;gap:7px;color:#b4452c;font-size:10px;font-weight:900}.customer-account-hero h1{margin:5px 0 3px;font-size:31px}.customer-account-hero p{margin:0;color:#7f7165;font-size:11px}.customer-account-hero form button{height:40px;padding:0 13px;border:1px solid #dfcfbb;border-radius:10px;background:#fff;color:#b4452c;font-family:inherit;font-size:10px;font-weight:900;cursor:pointer}
.customer-account-layout{display:grid;grid-template-columns:205px minmax(0,1fr);gap:24px;padding-top:30px;padding-bottom:70px;align-items:start}.customer-account-nav{position:sticky;top:calc(var(--header-height,120px) + 18px);display:grid;gap:5px;padding:8px;border:1px solid #e8ddcf;border-radius:16px;background:#fff;box-shadow:0 10px 32px rgba(69,43,15,.05)}.customer-account-nav a{min-height:44px;padding:0 11px;border-radius:10px;display:flex;align-items:center;gap:9px;color:#6f6257;font-size:10.5px;font-weight:800}.customer-account-nav a i{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;background:#f7f1e8;color:#b4452c}.customer-account-nav a:hover,.customer-account-nav a.active{background:#f8f0e4;color:#b4452c}.customer-account-content{display:grid;gap:20px;min-width:0}.account-overview{display:grid;gap:12px}.account-welcome-card{min-height:132px;padding:22px;border:1px solid #e5d7c4;border-radius:19px;background:#fff;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;box-shadow:0 10px 28px rgba(67,43,16,.05)}.account-welcome-card>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#f5e7d1;color:#b4452c;font-size:18px}.account-welcome-card small{color:#b4452c;font-size:9px;font-weight:900}.account-welcome-card h2{margin:2px 0 3px;font-size:18px}.account-welcome-card p{margin:0;color:#887a6e;font-size:10px}.account-welcome-card>a{height:38px;padding:0 12px;border-radius:10px;background:#304451;color:#fff;display:flex;align-items:center;gap:7px;font-size:9.5px;font-weight:900}.account-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.account-stat-grid>div{min-height:86px;padding:14px;border:1px solid #e9dfd2;border-radius:15px;background:#fff;display:flex;align-items:center;gap:11px}.account-stat-grid>div>i{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#f3eeea;color:#b4452c}.account-stat-grid span{display:grid}.account-stat-grid b{font-size:19px}.account-stat-grid small{color:#8b7e72;font-size:9px}
.account-section{scroll-margin-top:calc(var(--header-height,120px) + 18px);padding:22px;border:1px solid #e7dccd;border-radius:19px;background:#fff;box-shadow:0 10px 30px rgba(69,43,15,.045)}.account-section>header{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:17px}.account-section>header small{color:#b4452c;font-size:9px;font-weight:900}.account-section>header h2{margin:2px 0;font-size:18px}.account-section>header p{margin:0;color:#8a7d72;font-size:9.5px}.account-section>header>a{height:35px;padding:0 10px;border-radius:9px;background:#f3eeea;color:#b4452c;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:900}.account-orders-list{display:grid;gap:8px}.account-orders-list article{min-height:74px;padding:10px 12px;border:1px solid #eee4d7;border-radius:13px;background:#fdfbf8;display:grid;grid-template-columns:minmax(0,1fr) auto 145px;gap:12px;align-items:center}.account-order-main{display:flex;align-items:center;gap:10px;min-width:0}.account-order-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:#f4eadc;color:#b4452c}.account-order-main>div{display:grid;min-width:0}.account-order-main small,.account-order-total small{color:#9a8d81;font-size:8px}.account-order-main b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-order-main em,.account-order-total em{color:#9b8d80;font-size:8px;font-style:normal}.account-order-status{min-height:27px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:8.5px;font-weight:900;background:#f0ece6;color:#766a60}.account-order-status.new{background:#fff4dd;color:#b4452c}.account-order-status.confirmed,.account-order-status.preparing{background:#edf3ff;color:#45638b}.account-order-status.shipped{background:#eeeafb;color:#66569a}.account-order-status.completed{background:#eaf5ec;color:#45714e}.account-order-status.cancelled{background:#fff0ee;color:#97483d}.account-order-total{display:grid;text-align:left}.account-order-total b{font-size:12px}.account-empty{padding:35px 15px;text-align:center;border:1px dashed #dccbb2;border-radius:14px;background:#fffaf3}.account-empty>i{width:44px;height:44px;display:grid;place-items:center;margin:0 auto 8px;border-radius:13px;background:#f4e8d5;color:#b4452c}.account-empty h3{margin:0;font-size:13px}.account-empty p{margin:5px 0 12px;color:#8b7d71;font-size:9.5px}.account-empty a{display:inline-flex;padding:8px 12px;border-radius:9px;background:#304451;color:#fff;font-size:9px;font-weight:900}
.account-profile-form{display:grid;gap:15px}.account-password-form{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:11px;align-items:end}.account-password-form .account-save-button{height:44px;padding:0 14px}.account-save-button{width:max-content;min-width:145px;padding:0 15px}
.checkout-account-note{margin-bottom:12px;padding:11px 13px;border:1px solid #d9e5d4;border-radius:12px;background:#f4faf2;display:flex;align-items:center;gap:10px;color:#476143}.checkout-account-note>i{color:#5d8a59}.checkout-account-note span{display:grid}.checkout-account-note b{font-size:10px}.checkout-account-note small{font-size:8.5px;color:#71816d}.checkout-account-note a{margin-right:auto;color:#587650;font-size:9px;font-weight:900;text-decoration:underline}

@media(max-width:950px){.customer-auth-shell{grid-template-columns:1fr;gap:16px}.customer-auth-intro{min-height:0;padding:30px}.customer-account-layout{grid-template-columns:1fr}.customer-account-nav{position:static;grid-template-columns:repeat(4,1fr)}.customer-account-nav a{justify-content:center}.customer-account-nav a span{display:none}.account-password-form{grid-template-columns:1fr 1fr}.account-password-form .account-save-button{grid-column:1/-1}.account-orders-list article{grid-template-columns:minmax(0,1fr) auto}.account-order-total{grid-column:1/-1;padding-top:7px;border-top:1px dashed #eadfd2;text-align:right}}
@media(max-width:650px){.customer-auth-shell{padding-top:20px;padding-bottom:45px}.customer-auth-intro{padding:24px 20px;border-radius:19px}.customer-auth-intro h1{font-size:26px}.customer-auth-benefits{margin-top:23px}.customer-auth-card{padding:20px 16px;border-radius:18px}.customer-form-grid{grid-template-columns:1fr}.customer-form-grid .wide{grid-column:auto}.customer-register-address summary small{display:none}.customer-account-hero-inner{min-height:145px;align-items:flex-start;padding-top:28px;padding-bottom:25px}.customer-account-hero h1{font-size:25px}.customer-account-hero-inner>form button{width:39px;padding:0}.customer-account-hero-inner>form button i{margin:0}.customer-account-hero-inner>form button{font-size:0}.customer-account-layout{padding-top:16px;gap:14px}.customer-account-nav{gap:3px;padding:5px}.customer-account-nav a{min-height:39px}.account-welcome-card{grid-template-columns:42px minmax(0,1fr);padding:16px}.account-welcome-card>a{grid-column:1/-1;justify-content:center}.account-stat-grid{grid-template-columns:1fr 1fr 1fr;gap:6px}.account-stat-grid>div{min-height:74px;padding:9px;display:grid;justify-items:center;text-align:center;gap:5px}.account-stat-grid>div>i{width:30px;height:30px}.account-stat-grid b{font-size:16px}.account-section{padding:16px 13px;border-radius:15px}.account-section>header{align-items:flex-start}.account-section>header p{max-width:240px}.account-orders-list article{grid-template-columns:minmax(0,1fr) auto;padding:9px}.account-order-icon{width:34px;height:34px}.account-password-form{grid-template-columns:1fr}.account-password-form .account-save-button{grid-column:auto}.account-save-button{width:100%}.checkout-account-note{align-items:flex-start;flex-wrap:wrap}.checkout-account-note a{width:100%;margin-right:27px}}

/* Admin customers */
.admin-head-count{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border:1px solid #e4d7c7;border-radius:10px;background:#fff;color:#b4452c;font-size:10px;font-weight:900}
.customer-admin-stats{display:grid;grid-template-columns:repeat(2,minmax(0,210px));gap:10px;margin-bottom:12px}.customer-admin-stats>div{min-height:72px;padding:12px 14px;border:1px solid #e7dccd;border-radius:14px;background:#fff;display:flex;align-items:center;gap:10px;box-shadow:0 6px 18px rgba(55,35,14,.035)}.customer-admin-stats i{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#f3eeea;color:#b4452c}.customer-admin-stats span{display:grid}.customer-admin-stats b{font-size:17px}.customer-admin-stats small{font-size:9px;color:#8a7c70}.customer-admin-panel{padding-top:12px!important}.customer-admin-search{display:flex;align-items:center;gap:7px;margin-bottom:12px;max-width:620px}.customer-admin-search>i{color:#60717b}.customer-admin-search input{flex:1;height:38px;border:1px solid #e2d6c6;border-radius:10px;padding:0 11px;font-family:inherit;font-size:10px;outline:0}.customer-admin-search input:focus{border-color:#f5e8e3;box-shadow:0 0 0 3px rgba(174,116,30,.08)}.customer-admin-search button,.customer-admin-search a{height:38px;padding:0 12px;border:0;border-radius:9px;font-family:inherit;font-size:9px;font-weight:900;display:flex;align-items:center;justify-content:center}.customer-admin-search button{background:#304451;color:#fff}.customer-admin-search a{background:#f4eee7;color:#b4452c}.customer-created-at{display:block!important;margin-top:4px;color:#9b8e82!important}.customer-account-state{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:0 8px;border-radius:999px;font-size:8px;font-weight:900}.customer-account-state.active{background:#edf7ef;color:#367047}.customer-account-state.disabled{background:#fff0ee;color:#97483d}
@media(max-width:760px){.customer-admin-stats{grid-template-columns:1fr 1fr}.customer-admin-search{max-width:none}.customer-admin-search>i{display:none}.customer-admin-panel{padding-inline:10px!important}}


/* =========================================================
   Home Store V20 — customer account + email verification
   + stronger desktop brand positioning
   ========================================================= */
.field-optional{display:inline-flex!important;align-items:center!important;width:max-content!important;margin-inline-start:5px!important;padding:2px 7px!important;border-radius:999px!important;background:#f3ece3!important;color:#60717b!important;font-size:8px!important;font-weight:800!important}
.field-hint{display:flex!important;align-items:flex-start!important;gap:6px!important;margin-top:1px!important;color:#8b7d70!important;font-size:8.8px!important;font-style:normal!important;font-weight:600!important;line-height:1.7!important}.field-hint i{margin-top:2px;color:#b4452c!important}
.account-email-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:13px;margin:0 0 18px;padding:14px 15px;border:1px solid #e2e5e5;border-radius:15px;background:#fffdfa}.account-email-card.pending{background:#fffaf0;border-color:#edf0f0}.account-email-card.verified{background:#f7fbf7;border-color:#d9e8da}.account-email-card.empty{background:#faf8f5}
.account-email-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#f4eadc;color:#b4452c;font-size:17px}.account-email-card.verified .account-email-icon{background:#eaf5eb;color:#40754a}.account-email-card.pending .account-email-icon{background:#f8e9c8;color:#b4452c}
.account-email-copy{min-width:0}.account-email-copy small{display:block;margin-bottom:2px;color:#60717b;font-size:8.5px;font-weight:900}.account-email-copy b{display:block;color:#b4452c;font-size:12px}.account-email-copy p{margin:3px 0 0;color:#817468;font-size:9.5px;line-height:1.7;overflow-wrap:anywhere}
.account-email-action{margin:0}.account-email-action button,.account-email-action-link{min-height:37px;padding:0 11px;border:1px solid #edf0f0;border-radius:10px;background:#fff;color:#b4452c;font-family:inherit;font-size:8.8px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;white-space:nowrap}.account-email-action button:hover,.account-email-action-link:hover{background:#b4452c;border-color:#b4452c;color:#fff}

@media(min-width:1001px){
  .site-header .header-row{min-height:88px!important;height:88px!important;padding-bottom:10px!important}
  .site-header .logo{justify-self:start!important;transform:translateX(38px)!important;margin-inline-end:4px!important}
  .site-header .logo-mark{width:268px!important;max-height:74px!important}
  .site-header .category-nav{margin-top:6px!important}
}
@media(max-width:1000px) and (min-width:801px){
  .site-header .header-row{min-height:82px!important;height:82px!important;padding-bottom:8px!important}
  .site-header .logo{transform:translateX(20px)!important}
  .site-header .logo-mark{width:212px!important;max-height:66px!important}
  .site-header .category-nav{margin-top:4px!important}
}
@media(max-width:650px){
  .account-email-card{grid-template-columns:40px minmax(0,1fr);gap:10px;padding:12px}.account-email-icon{width:40px;height:40px;border-radius:11px}.account-email-action,.account-email-action-link{grid-column:1/-1;width:100%}.account-email-action button,.account-email-action-link{width:100%;min-height:39px}.account-email-copy b{font-size:11.5px}.account-email-copy p{font-size:9px}
}


/* =========================================================
   Home Store patch 22
   Customer identity / audit profile / account font / header logo
   ========================================================= */

/* Customer-facing account typography: local professional Arabic font, no Tahoma. */
.customer-auth-shell,
.customer-account-hero,
.customer-account-layout,
.customer-account-layout button,
.customer-account-layout input,
.customer-account-layout select,
.customer-account-layout textarea,
.customer-auth-shell button,
.customer-auth-shell input,
.customer-auth-shell select,
.customer-auth-shell textarea{
  font-family:'IBM Plex Arabic','Segoe UI',Arial,sans-serif!important;
}
.account-ready-icon{
  background:linear-gradient(145deg,#f6ead6,#fffaf1)!important;
  border:1px solid #edf0f0!important;
  color:#b4452c!important;
}
.account-ready-icon i{font-size:17px!important;line-height:1!important}

/* Put the desktop logo decisively on the right edge of the header. */
@media(min-width:1200px){
  .site-header .header-row>.logo{justify-self:start!important;transform:translateX(72px)!important;margin:0!important;position:relative;z-index:3}
  .site-header .header-row>.logo .logo-mark{width:286px!important;max-height:76px!important}
}
@media(min-width:1001px) and (max-width:1199px){
  .site-header .header-row>.logo{justify-self:start!important;transform:translateX(40px)!important;margin:0!important}
  .site-header .header-row>.logo .logo-mark{width:228px!important;max-height:69px!important}
}

/* Customer list action */
.customer-open-profile{display:inline-flex!important;align-items:center;gap:6px;min-height:31px;padding:0 10px;border:1px solid #dfd1bf;border-radius:9px;background:#fffaf4;color:#b4452c!important;font-size:9px!important;font-weight:900!important;white-space:nowrap}.customer-open-profile:hover{background:#304451;color:#fff!important;border-color:#304451}

/* Full customer admin profile */
.customer-profile-head{align-items:flex-end!important}.customer-profile-head-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.customer-profile-head-actions>a,.customer-profile-head-actions button{min-height:38px;padding:0 12px;border-radius:10px;border:1px solid #dfd3c5;background:#fff;color:#60717b;font-family:inherit;font-size:9.5px;font-weight:900;display:inline-flex;align-items:center;gap:7px;cursor:pointer}.customer-profile-head-actions button.danger{background:#fff1ee;border-color:#f0d3ce;color:#99473d}.customer-profile-head-actions button.success{background:#eef8f1;border-color:#cfe7d5;color:#2f6b40}.customer-profile-head-actions>a:hover{background:#304451;color:#fff;border-color:#304451}
.customer-profile-summary{display:grid;grid-template-columns:minmax(300px,1.55fr) repeat(3,minmax(145px,.7fr));gap:12px;margin-bottom:16px}.customer-profile-summary>article,.customer-profile-stat{min-height:102px;border:1px solid #e7dccd;border-radius:17px;background:#fff;box-shadow:0 8px 25px rgba(62,40,17,.035)}.customer-profile-identity{padding:16px;display:flex;align-items:center;gap:13px}.customer-profile-avatar{width:58px;height:58px;display:grid;place-items:center;flex:0 0 58px;border-radius:17px;background:linear-gradient(145deg,#304451,#b4452c);color:#fff;font-size:22px;font-weight:900}.customer-profile-identity h2{margin:5px 0 1px;font-size:17px}.customer-profile-identity p{margin:0;color:#8c7e72;font-size:9.5px}.customer-profile-stat{padding:14px;display:flex;align-items:center;gap:11px}.customer-profile-stat>i{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:12px;background:#f8efe2;color:#b4452c}.customer-profile-stat>span{display:grid;min-width:0}.customer-profile-stat b{font-size:16px;white-space:nowrap}.customer-profile-stat small{font-size:8.5px;color:#8c7f73}
.customer-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.customer-profile-card>header>div small,.customer-profile-orders>header>div small,.customer-activity-panel>header>div small{display:block;margin-bottom:2px;color:#b4452c;font-size:8.5px;font-weight:900}.customer-profile-dl{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0}.customer-profile-dl>div{min-width:0;padding:12px 0;border-bottom:1px solid #f0e8de}.customer-profile-dl>div:nth-last-child(-n+2){border-bottom:0}.customer-profile-dl>div.wide{grid-column:1/-1}.customer-profile-dl dt{display:flex;align-items:center;gap:7px;margin-bottom:5px;color:#8b7d71;font-size:8.8px;font-weight:800}.customer-profile-dl dt i{width:16px;color:#b4452c}.customer-profile-dl dd{margin:0;color:#b4452c;font-size:10.5px;font-weight:800;line-height:1.8;overflow-wrap:anywhere}.customer-profile-dl dd a{color:#b4452c}.customer-profile-dl .muted{color:#aaa098;font-weight:600}.customer-verified,.customer-unverified{display:inline-flex;align-items:center;min-height:25px;padding:0 8px;border-radius:999px;font-size:8px;font-weight:900}.customer-verified{background:#edf7ef;color:#326b42}.customer-unverified{background:#fff3e4;color:#b4452c}
.customer-profile-orders{margin-bottom:16px}.customer-profile-orders>header>div h2,.customer-activity-panel>header>div h2{margin:0}.customer-profile-orders>header>b,.customer-activity-panel>header>b{font-size:9px;color:#60717b}.customer-profile-empty{padding:28px 15px;text-align:center;color:#998b80;font-size:10px}
.customer-activity-panel>header{align-items:flex-start!important}.customer-activity-panel>header p{margin:4px 0 0;color:#8f8175;font-size:9px}.customer-activity-timeline{display:grid}.customer-activity-timeline article{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;padding:12px 0}.customer-activity-timeline article:not(:last-child){border-bottom:1px solid #f0e8df}.customer-activity-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#f8efe2;color:#b4452c}.customer-activity-timeline article>div{min-width:0}.customer-activity-timeline article header{display:flex;align-items:center;justify-content:space-between;gap:10px}.customer-activity-timeline article header b{font-size:10px;color:#60717b}.customer-activity-timeline time{color:#9a8d82;font-size:8px;white-space:nowrap}.customer-activity-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:5px;color:#a0958c;font-size:7.8px}.customer-activity-meta span{display:inline-flex;align-items:center;gap:4px;min-width:0;max-width:100%}.customer-activity-meta span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-activity-meta i{color:#b4452c}

@media(max-width:1180px){.customer-profile-summary{grid-template-columns:repeat(3,1fr)}.customer-profile-identity{grid-column:1/-1}.customer-profile-grid{grid-template-columns:1fr}}
@media(max-width:760px){.customer-profile-head{align-items:flex-start!important}.customer-profile-head-actions{width:100%}.customer-profile-summary{grid-template-columns:1fr 1fr}.customer-profile-identity{grid-column:1/-1}.customer-profile-stat:last-child{grid-column:1/-1}.customer-profile-dl{grid-template-columns:1fr}.customer-profile-dl>div,.customer-profile-dl>div:nth-last-child(-n+2){border-bottom:1px solid #f0e8de}.customer-profile-dl>div:last-child{border-bottom:0}.customer-activity-timeline article header{display:grid;gap:2px}.customer-activity-timeline time{white-space:normal}.customer-activity-meta span:last-child{display:none}}


/* =========================================================
   Home Store patch 23
   Header search/account sizing + social/settings refinements
   ========================================================= */
@media(min-width:801px){
  .site-header .header-search{height:56px!important;min-height:56px!important;border-radius:15px!important}
  .site-header .header-search>i{font-size:17px!important;width:24px!important}
  .site-header .header-search input{font-size:13px!important;padding-inline:13px!important}
  .site-header .header-search button{padding-inline:25px!important;font-size:12px!important;font-weight:800!important}
  .site-header .tool-account>i{width:46px!important;height:46px!important;min-width:46px!important;display:grid!important;place-items:center!important;border:1px solid #e4d5c0!important;border-radius:13px!important;background:#fffaf4!important;color:#b4452c!important;font-size:20px!important;line-height:1!important}
  .site-header .tool-account.is-logged-in>i{background:#f5e8d5!important;color:#b4452c!important}
}
@media(max-width:800px){
  .mobile-search-row .header-search{height:48px!important;min-height:48px!important;border-radius:13px!important}
  .mobile-search-row .header-search>i{font-size:16px!important}
  .mobile-search-row .header-search input{font-size:12px!important}
}
.footer-social a i{font-size:15px!important;line-height:1!important}
.settings-subsection{margin-top:16px;padding-top:15px;border-top:1px solid #eee3d5}
.settings-subsection-title{display:flex;align-items:center;gap:10px;margin-bottom:11px}.settings-subsection-title>i{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border-radius:10px;background:#f5ead9;color:#b4452c}.settings-subsection-title>span{display:grid}.settings-subsection-title b{font-size:10.5px;color:#60717b}.settings-subsection-title small{margin-top:2px;color:#95877a;font-size:8.5px;line-height:1.6}.settings-media-grid-single{grid-template-columns:minmax(0,1fr)!important}.settings-media-grid-single .settings-upload{max-width:none!important}

/* =========================================================
   Home Store v24 - professional order management
   ========================================================= */
.order-status.confirmed{background:#edf4ff!important;color:#3e638f!important}
.order-status.preparing{background:#fff4df!important;color:#b4452c!important}
.order-status.shipped{background:#eeeafb!important;color:#65579a!important}
.order-admin-head{align-items:flex-end!important}.order-head-summary{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.order-head-summary span{min-height:34px;padding:0 11px;border:1px solid #e7dac9;border-radius:10px;background:#fff;display:inline-flex;align-items:center;gap:6px;color:#7d7065;font-size:10px}.order-head-summary b{color:#304451;font-size:11px}.order-admin-stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin:-10px 0 16px}.order-stat-card{min-width:0;min-height:68px;padding:10px 11px;border:1px solid #e8ddce;border-radius:13px;background:#fff;display:flex;align-items:center;gap:9px;text-align:right;cursor:pointer;transition:.18s ease}.order-stat-card:hover,.order-stat-card.active{border-color:#f5e8e3;box-shadow:0 9px 22px rgba(74,47,14,.08);transform:translateY(-1px)}.order-stat-card>i{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:#f3eeea;color:#b4452c}.order-stat-card span{display:grid;min-width:0}.order-stat-card b{font-size:16px;line-height:1}.order-stat-card small{margin-top:4px;color:#82766c;font-size:8.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-admin-panel{padding:0!important;overflow:hidden}.order-filter-bar{padding:13px;border-bottom:1px solid #eee4d7;background:#fdfbf8;display:grid;grid-template-columns:minmax(260px,1fr) 145px 145px auto auto auto;gap:8px;align-items:center}.order-filter-bar select,.order-filter-bar>button{height:39px;border:1px solid #e3d6c5;border-radius:9px;background:#fff;padding:0 10px;font-size:10px;outline:0}.order-filter-bar>button{border-color:#304451;background:#304451;color:#fff;font-weight:800;cursor:pointer}.order-filter-bar>a{font-size:9px;color:#b4452c;font-weight:800;text-align:center}.order-filter-result{justify-self:end;color:#8a7d72;font-size:9px}.order-search-box{height:39px;border:1px solid #e3d6c5;border-radius:9px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 11px}.order-search-box i{color:#9d8e80}.order-search-box input{width:100%;border:0;outline:0;background:transparent;font-size:10px}.order-table-wrap{max-height:calc(100vh - 325px);min-height:260px}.order-management-table td{vertical-align:middle}.order-management-table tr.is-new td{background:#fffdf6}.order-management-table tr.is-new td:first-child{box-shadow:inset -3px 0 #b4452c}.order-management-table td>small,.order-management-table td>a.order-phone-link{display:block;margin-top:3px;color:#928579;font-size:8px}.order-number-cell{font-size:10.5px}.order-open-button{height:30px;padding:0 9px;border-radius:8px;background:#f6ecdc;display:inline-flex;align-items:center;gap:5px;color:#b4452c!important;font-size:8.5px!important}.order-empty-state{min-height:270px;display:grid;place-items:center;align-content:center;text-align:center;padding:30px}.order-empty-state>i{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:#f5ead9;color:#b4452c}.order-empty-state h3{margin:10px 0 2px;font-size:14px}.order-empty-state p{margin:0;color:#8c7f73;font-size:10px}.order-pagination{padding:12px;border-top:1px solid #eee4d7;display:flex;justify-content:center;gap:5px}.order-pagination a{width:31px;height:31px;border:1px solid #e5d8c7;border-radius:8px;display:grid;place-items:center;background:#fff;color:#77695e;font-size:9px}.order-pagination a.active{background:#304451;border-color:#304451;color:#fff}
.order-detail-head{align-items:flex-end!important}.order-detail-title-row{display:flex;align-items:center;gap:10px}.order-detail-title-row h1{margin:0!important}.order-detail-head-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.order-detail-head-actions a,.order-detail-head-actions button{min-height:34px;padding:0 10px;border:1px solid #e3d7c7;border-radius:9px;background:#fff;display:inline-flex;align-items:center;gap:6px;color:#60717b;font-size:9px;font-weight:800;cursor:pointer}.order-detail-head-actions .whatsapp{border-color:#bfe5ca;background:#f2fbf5;color:#26733d}.order-progress-card{margin:-9px 0 17px;padding:14px 18px;border:1px solid #e7dbc9;border-radius:15px;background:#fff;display:grid;grid-template-columns:repeat(5,1fr);position:relative}.order-progress-card:before{content:"";position:absolute;right:10%;left:10%;top:31px;height:2px;background:#ede4d7}.order-progress-step{position:relative;z-index:1;display:grid;justify-items:center;gap:6px;color:#a09285}.order-progress-step span{width:35px;height:35px;display:grid;place-items:center;border:4px solid #fff;border-radius:50%;background:#eee7de;color:#9f9286;box-shadow:0 0 0 1px #e6d8c6}.order-progress-step b{font-size:8.5px}.order-progress-step.done span,.order-progress-step.current span{background:#b4452c;color:#fff;box-shadow:0 0 0 1px #b4452c}.order-progress-step.done b,.order-progress-step.current b{color:#b4452c}.order-progress-step.current span{background:#304451;box-shadow:0 0 0 1px #304451,0 5px 15px rgba(61,41,24,.18)}.order-cancelled-banner{margin:-8px 0 17px;padding:13px 15px;border:1px solid #efd0ca;border-radius:13px;background:#fff4f2;display:flex;gap:10px;align-items:center;color:#93483e}.order-cancelled-banner>i{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#fae3df}.order-cancelled-banner span{display:grid}.order-cancelled-banner b{font-size:11px}.order-cancelled-banner small{font-size:8.5px;color:#a36b64}.order-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 335px;gap:17px;align-items:start}.order-detail-main,.order-detail-side{display:grid;gap:15px}.order-detail-side{position:sticky;top:18px}.order-products-card,.order-customer-card,.order-history-card,.order-status-manager,.order-quick-card{border-radius:16px!important}.order-products-card>header>div,.order-customer-card>header>div,.order-history-card>header>div,.order-status-manager>header>div,.order-quick-card>header>div{display:grid}.order-products-card>header small,.order-customer-card>header small,.order-history-card>header small,.order-status-manager>header small,.order-quick-card>header small{color:#b4452c;font-size:8px;font-weight:900}.order-product-list{display:grid}.order-product-list article{min-height:72px;padding:9px 0;border-bottom:1px solid #eee5da;display:grid;grid-template-columns:58px minmax(0,1fr) auto 28px;gap:10px;align-items:center}.order-product-list img{width:58px;height:58px;border-radius:10px;object-fit:cover;background:#f7f1e8}.order-product-list article>div{display:grid;min-width:0}.order-product-list article>div b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-product-list article>div small{margin-top:3px;color:#908275;font-size:8px}.order-product-list strong{font-size:10px}.order-product-list article>a{width:28px;height:28px;border-radius:8px;background:#f3eeea;display:grid;place-items:center;color:#b4452c;font-size:8px}.order-money-summary{margin-top:12px;padding:13px;border-radius:12px;background:#fcf8f2}.order-money-summary>div{min-height:28px;display:flex;align-items:center;justify-content:space-between;font-size:9px}.order-money-summary .discount b{color:#7a8d52}.order-money-summary .total{margin-top:5px;padding-top:8px;border-top:1px dashed #dccdb9}.order-money-summary .total strong{font-size:15px;color:#304451}.order-money-summary p{margin:9px 0 0;padding:8px 9px;border-radius:9px;background:#fff;color:#60717b;font-size:8px;line-height:1.8}.order-money-summary p i{margin-left:5px;color:#b4452c}.order-customer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.order-customer-grid>div{min-height:58px;padding:9px;border:1px solid #eee4d6;border-radius:11px;display:flex;align-items:center;gap:8px}.order-customer-grid>div>i{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#f3eeea;color:#b4452c}.order-customer-grid span{display:grid;min-width:0}.order-customer-grid small,.order-address-box small,.order-note-box small{color:#96887b;font-size:7.8px}.order-customer-grid b,.order-customer-grid bdi{font-size:9.5px;font-weight:800;overflow-wrap:anywhere}.order-address-box{margin-top:9px;padding:10px 12px;border-radius:11px;background:#f9f5ef}.order-address-box p,.order-note-box p{margin:3px 0 0;font-size:9px;line-height:1.9}.order-note-box{margin-top:9px;padding:10px 12px;border:1px solid #e8ddcf;border-radius:11px;display:flex;gap:9px}.order-note-box>i{color:#b4452c;margin-top:4px}.order-history-timeline{display:grid}.order-history-timeline article{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;padding:0 0 16px}.order-history-timeline article:not(:last-child):before{content:"";position:absolute;right:16px;top:31px;bottom:0;width:1px;background:#e6d9c8}.order-history-dot{width:33px;height:33px;display:grid;place-items:center;z-index:1;border-radius:10px;background:#f6ecdc;color:#b4452c}.order-history-timeline article>div>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.order-history-timeline article b{font-size:9.5px}.order-history-timeline time,.order-history-timeline article>div>small{color:#998b7e;font-size:7.5px}.order-history-timeline p{margin:3px 0;color:#74675d;font-size:8.5px}.order-history-timeline blockquote{margin:6px 0;padding:7px 9px;border-right:2px solid #f5e8e3;background:#fcf8f2;color:#60717b;font-size:8.5px;line-height:1.7}.order-history-empty{padding:20px;border:1px dashed #ddcfbc;border-radius:12px;background:#fdfaf6;display:flex;align-items:center;gap:10px}.order-history-empty>i{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#f4eadc;color:#b4452c}.order-history-empty span{display:grid}.order-history-empty b{font-size:10px}.order-history-empty small{margin-top:3px;color:#8e8175;font-size:8px}.order-status-manager>header>i{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#f6ecdc;color:#b4452c}.order-status-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.order-status-choice-grid label{cursor:pointer}.order-status-choice-grid input{position:absolute;opacity:0;pointer-events:none}.order-status-choice-grid span{min-height:49px;padding:7px 8px;border:1px solid #e8ddcf;border-radius:10px;background:#fff;display:flex;align-items:center;gap:7px;transition:.15s}.order-status-choice-grid span i{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;background:#f7f1e8;color:#60717b}.order-status-choice-grid span b{font-size:8.5px}.order-status-choice-grid label.selected span,.order-status-choice-grid label:has(input:checked) span{border-color:#f5e8e3;background:#fffaf1;box-shadow:0 0 0 2px rgba(199,158,93,.1)}.order-status-choice-grid label:has(input:checked) span i{background:#304451;color:#fff}.order-admin-note-label{display:grid;gap:6px;margin-top:12px}.order-admin-note-label>span{font-size:9px;font-weight:800}.order-admin-note-label>span small{color:#9a8d81;font-size:7px;font-weight:500}.order-admin-note-label textarea{width:100%;min-height:105px;padding:10px;border:1px solid #e3d7c7;border-radius:10px;resize:vertical;outline:0;font-size:9px;line-height:1.8}.order-admin-note-label textarea:focus{border-color:#f5e8e3;box-shadow:0 0 0 3px rgba(199,154,84,.1)}.order-save-status{width:100%;margin-top:10px}.order-quick-card dl{margin:0;display:grid}.order-quick-card dl>div{min-height:42px;padding:8px 0;border-bottom:1px solid #eee6dc;display:flex;justify-content:space-between;gap:10px}.order-quick-card dl>div:last-child{border-bottom:0}.order-quick-card dt{color:#8d8075;font-size:8px}.order-quick-card dd{margin:0;text-align:left;font-size:8.5px;font-weight:800}
/* Customer order details */
.account-orders-list article{grid-template-columns:minmax(0,1fr) auto 135px auto!important}.account-order-details{height:31px;padding:0 9px;border-radius:8px;background:#304451;color:#fff;display:inline-flex;align-items:center;gap:5px;font-size:8px;font-weight:900;white-space:nowrap}.account-order-hero{padding:28px 0 22px;background:linear-gradient(135deg,#fffdfa,#f7ecdc);border-bottom:1px solid #e7dbc9}.account-order-hero-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.account-order-hero-inner>div>a{display:inline-flex;align-items:center;gap:5px;margin-bottom:12px;color:#b4452c;font-size:9px;font-weight:900}.account-order-hero-inner>div>span{display:block;color:#b4452c;font-size:9px;font-weight:900}.account-order-hero h1{margin:2px 0;font-size:28px}.account-order-hero p{margin:0;color:#8a7c70;font-size:9.5px}.account-order-page{padding-top:24px;padding-bottom:60px}.account-order-progress{margin-bottom:17px;padding:14px 18px;border:1px solid #e7dbc9;border-radius:15px;background:#fff;display:grid;grid-template-columns:repeat(5,1fr);position:relative}.account-order-progress:before{content:"";position:absolute;right:10%;left:10%;top:31px;height:2px;background:#ede4d7}.account-order-progress>div{position:relative;z-index:1;display:grid;justify-items:center;gap:6px;color:#9d9084}.account-order-progress>div>span{width:35px;height:35px;display:grid;place-items:center;border:4px solid #fff;border-radius:50%;background:#eee7de;box-shadow:0 0 0 1px #e3d6c4}.account-order-progress b{font-size:8.5px}.account-order-progress .done>span,.account-order-progress .current>span{background:#b4452c;color:#fff;box-shadow:0 0 0 1px #b4452c}.account-order-progress .current>span{background:#304451;box-shadow:0 0 0 1px #304451}.account-order-progress .done b,.account-order-progress .current b{color:#b4452c}.account-order-cancelled{margin-bottom:17px;padding:13px 15px;border:1px solid #efd0ca;border-radius:13px;background:#fff4f2;display:flex;align-items:center;gap:10px;color:#93483e}.account-order-cancelled>i{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#fae3df}.account-order-cancelled span{display:grid}.account-order-cancelled b{font-size:11px}.account-order-cancelled small{font-size:8px}.account-order-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:start}.account-order-main-column,.account-order-side{display:grid;gap:14px}.account-order-side{position:sticky;top:calc(var(--header-height,120px) + 15px)}.account-order-card{padding:18px;border:1px solid #e7dccd;border-radius:17px;background:#fff;box-shadow:0 9px 28px rgba(69,43,15,.04)}.account-order-card>header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:13px}.account-order-card>header>div{display:grid}.account-order-card>header small{color:#b4452c;font-size:8px;font-weight:900}.account-order-card>header h2{margin:1px 0;font-size:16px}.account-order-card>header>b{font-size:9px;color:#8a7d72}.account-order-products{display:grid}.account-order-products article{min-height:68px;padding:8px 0;border-bottom:1px solid #eee5d9;display:grid;grid-template-columns:54px minmax(0,1fr) auto 27px;gap:9px;align-items:center}.account-order-products img{width:54px;height:54px;border-radius:10px;object-fit:cover;background:#f7f1e8}.account-order-products article>div{display:grid;min-width:0}.account-order-products article>div b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-order-products article>div small{color:#95887c;font-size:8px}.account-order-products strong{font-size:10px}.account-order-products article>a{width:27px;height:27px;border-radius:8px;background:#f6ecdc;display:grid;place-items:center;color:#b4452c;font-size:8px}.account-order-money{margin-top:11px;padding:12px;border-radius:11px;background:#fcf8f2}.account-order-money>div{min-height:27px;display:flex;justify-content:space-between;align-items:center;font-size:9px}.account-order-money .total{margin-top:5px;padding-top:8px;border-top:1px dashed #ddcfbc}.account-order-money .total strong{font-size:14px}.account-order-money p{margin:8px 0 0;padding:8px;border-radius:9px;background:#fff;color:#7c6e62;font-size:8px;line-height:1.8}.account-order-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.account-order-info-grid>div{min-height:56px;padding:8px;border:1px solid #eee4d7;border-radius:10px;display:flex;align-items:center;gap:8px}.account-order-info-grid>div>i{width:29px;height:29px;display:grid;place-items:center;border-radius:8px;background:#f6ecdc;color:#b4452c}.account-order-info-grid span{display:grid;min-width:0}.account-order-info-grid small,.account-order-address small,.account-order-note small{color:#95877a;font-size:7.5px}.account-order-info-grid b,.account-order-info-grid bdi{font-size:9px;overflow-wrap:anywhere}.account-order-address{margin-top:8px;padding:9px 11px;border-radius:10px;background:#f9f5ef}.account-order-address p,.account-order-note p{margin:3px 0 0;font-size:9px;line-height:1.8}.account-order-note{margin-top:8px;padding:9px 11px;border:1px solid #e8ddcf;border-radius:10px;display:flex;gap:8px}.account-order-note>i{color:#b4452c;margin-top:4px}.account-order-timeline{display:grid}.account-order-timeline article{position:relative;display:grid;grid-template-columns:18px 1fr;gap:8px;padding-bottom:15px}.account-order-timeline article:not(:last-child):before{content:"";position:absolute;right:8px;top:14px;bottom:0;width:1px;background:#e4d7c5}.account-order-timeline article>span{width:17px;height:17px;border:4px solid #fff;border-radius:50%;background:#b4452c;box-shadow:0 0 0 1px #f5e8e3;z-index:1}.account-order-timeline article>div{display:grid}.account-order-timeline b{font-size:9px}.account-order-timeline small{margin-top:2px;color:#b4452c;font-size:8px;font-weight:800}.account-order-timeline time{margin-top:2px;color:#9a8d81;font-size:7px}.account-order-history-empty{padding:14px;border:1px dashed #dbcbb5;border-radius:11px;background:#fdfaf6;display:flex;gap:9px;align-items:center}.account-order-history-empty>i{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#f6ecdc;color:#b4452c}.account-order-history-empty span{display:grid}.account-order-history-empty b{font-size:9px}.account-order-history-empty small{font-size:7.5px;color:#918479}.account-order-help{min-height:62px;padding:10px 12px;border-radius:14px;background:#304451;color:#fff;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:9px;align-items:center}.account-order-help>i:first-child{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.1);color:#f5e8e3}.account-order-help span{display:grid}.account-order-help b{font-size:10px}.account-order-help small{font-size:7.5px;color:#d8c9ba}
@media(max-width:1180px){.order-admin-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.order-detail-grid{grid-template-columns:minmax(0,1fr) 300px}.order-filter-bar{grid-template-columns:minmax(220px,1fr) 135px 135px auto}.order-filter-result{display:none}.order-filter-bar>a{grid-column:auto}.account-order-grid{grid-template-columns:minmax(0,1fr) 270px}}
@media(max-width:900px){.order-detail-grid,.account-order-grid{grid-template-columns:1fr}.order-detail-side,.account-order-side{position:static}.order-filter-bar{grid-template-columns:1fr 1fr}.order-search-box{grid-column:1/-1}.order-filter-bar>button,.order-filter-bar>a{min-height:38px;display:grid;place-items:center}.order-detail-head{align-items:flex-start!important}.order-detail-head-actions{justify-content:flex-start}.order-progress-card,.account-order-progress{overflow-x:auto;grid-template-columns:repeat(5,minmax(92px,1fr));scrollbar-width:none}.order-progress-card:before,.account-order-progress:before{display:none}}
@media(max-width:800px){.order-admin-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.order-stat-card{min-height:62px}.order-table-wrap{max-height:none}.order-management-table{min-width:920px}.order-customer-grid,.account-order-info-grid{grid-template-columns:1fr}.account-orders-list article{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"main status" "total details"!important}.account-order-main{grid-area:main}.account-order-status{grid-area:status}.account-order-total{grid-area:total;text-align:right!important}.account-order-details{grid-area:details;justify-self:end}.account-order-hero-inner{align-items:flex-start;flex-direction:column}.account-order-page{padding-top:18px}.account-order-card{padding:14px}.account-order-products article{grid-template-columns:48px minmax(0,1fr) auto}.account-order-products img{width:48px;height:48px}.account-order-products article>a{display:none}}
@media(max-width:520px){.order-filter-bar{grid-template-columns:1fr}.order-search-box{grid-column:auto}.order-admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.order-detail-head-actions{display:grid;grid-template-columns:repeat(2,1fr);width:100%}.order-detail-head-actions a,.order-detail-head-actions button{justify-content:center}.order-status-choice-grid{grid-template-columns:1fr}.order-product-list article{grid-template-columns:52px minmax(0,1fr) auto}.order-product-list img{width:52px;height:52px}.order-product-list article>a{display:none}.order-customer-grid{grid-template-columns:1fr}.account-order-hero h1{font-size:21px}.account-order-progress{padding-inline:9px}.account-order-card>header{align-items:flex-start}.account-order-help{grid-template-columns:34px minmax(0,1fr) auto}}
.admin-alert.warning{background:#fff6df!important;color:#b4452c!important;border:1px solid #edf0f0!important}

/* =========================================================
   Home Store v25 — customer password recovery
   ========================================================= */
.customer-auth-forgot{display:flex;justify-content:flex-start;margin-top:-4px}
.customer-auth-forgot a{display:inline-flex;align-items:center;gap:6px;color:#b4452c;font-size:10px;font-weight:900}
.customer-auth-forgot a:hover{color:#304451}
.password-reset-shell{min-height:calc(100vh - 180px)}
.password-reset-intro{min-height:500px}
.password-reset-card{max-width:620px;width:100%;justify-self:stretch}
.password-reset-help{margin-top:16px;padding:12px 13px;border:1px solid #e7dbca;border-radius:13px;background:#fbf7f1;display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:9px;align-items:center}
.password-reset-help>i{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#f1e5d2;color:#b4452c}
.password-reset-help span{display:grid;min-width:0}.password-reset-help b{font-size:10px}.password-reset-help small{margin-top:2px;color:#887a6e;font-size:8.5px;line-height:1.7}.password-reset-help>a{height:31px;padding:0 9px;border-radius:8px;background:#304451;color:#fff;display:grid;place-items:center;font-size:8.5px;font-weight:900}
.password-reset-security{padding:10px 11px;border-radius:11px;background:#f8f1e6;color:#60717b;display:flex;align-items:center;gap:8px;font-size:9px;line-height:1.8}.password-reset-security i{color:#b4452c;font-size:14px}
.password-reset-invalid{text-align:center;padding:8px 0}.password-reset-invalid>span{width:58px;height:58px;margin:0 auto 12px;display:grid;place-items:center;border-radius:17px;background:#f8ebdf;color:#a35a43;font-size:20px}.password-reset-invalid>small{color:#b4452c;font-size:9px;font-weight:900}.password-reset-invalid h2{margin:4px auto 8px;max-width:420px;font-size:22px}.password-reset-invalid p{margin:0 auto 20px;max-width:440px;color:#817367;font-size:10px;line-height:1.9}.password-reset-invalid .customer-auth-submit{width:min(300px,100%);margin:auto}
@media(max-width:800px){.password-reset-shell{min-height:0}.password-reset-intro{min-height:auto}.password-reset-help{grid-template-columns:32px minmax(0,1fr)}.password-reset-help>a{grid-column:1/-1;width:100%}}


/* Home Store identity */
:root{--ink:#304451;--brand:#b4452c;--brand-deep:#304451;--accent:#b4452c;--cream:#f8f6f1;--paper:#fffdfa;--line:#e2e5e5;--muted:#687780}
.site-header .logo-mark{width:190px!important;max-height:66px!important}
.footer-logo-panel .logo-mark{object-fit:contain!important;background:#fffdfa;border-radius:12px;padding:5px}
.site-footer{background:#304451!important}
.site-footer a:hover{color:#e9ad97!important}
@media(max-width:800px){.site-header .logo-mark{width:135px!important;max-height:53px!important}}

/* Home Store: enlarged, tightly cropped logo and consistent palette */
.site-header .header-row{min-height:104px!important;height:104px!important}
.site-header .logo{min-width:245px!important}
.site-header .logo-mark{width:245px!important;max-height:90px!important;height:auto!important;object-fit:contain!important}
.nav-all-categories>.all-products{background:#b4452c!important;color:#fff!important}
.nav-all-categories:hover>.all-products,.nav-all-categories:focus-within>.all-products{background:#923722!important}
.offers-link{background:#f5e8e3!important;color:#923722!important}
.offers-link:hover{background:#e7c8be!important;color:#304451!important}
@media(max-width:800px){.site-header .header-row{min-height:74px!important;height:74px!important}.site-header .logo{min-width:0!important}.site-header .logo-mark{width:155px!important;max-height:61px!important}}

/* Balanced footer mark */
.site-footer .footer-logo-panel{width:max-content!important;max-width:155px!important;padding:5px!important;background:#fffdfa!important;border-color:#e2e5e5!important}
.site-footer .footer-logo-panel .logo-mark{width:140px!important;max-width:100%!important;height:auto!important;max-height:55px!important;padding:0!important;background:transparent!important}
@media(max-width:800px){.site-footer .footer-logo-panel .logo-mark{width:125px!important}}

/* Home Store clean footer and balanced header */
.site-header .logo{min-width:218px!important}
.site-header .logo-mark{width:218px!important;max-height:78px!important}
.site-footer{background:#304451!important;color:#eef1f1!important;padding:0!important}
.site-footer .footer-geometry{display:none!important}
.site-footer .footer-main{display:grid!important;grid-template-columns:minmax(250px,1.35fr) minmax(160px,.7fr) minmax(185px,.8fr) minmax(200px,.9fr)!important;gap:clamp(26px,4vw,66px)!important;align-items:start!important;padding:64px 0 55px!important}
.site-footer .footer-brand,.site-footer .footer-column,.site-footer .footer-contact-card{min-width:0!important;min-height:0!important;grid-column:auto!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important}
.site-footer .footer-brand{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:16px!important}
.site-footer .footer-logo-panel{min-height:0!important;width:145px!important;max-width:145px!important;padding:5px!important;border-radius:8px!important;background:#fffdfa!important;box-shadow:none!important}
.site-footer .footer-logo-panel .logo-mark{width:135px!important;max-height:47px!important;display:block!important}
.site-footer .footer-brand p{display:block!important;max-width:310px!important;margin:0!important;color:#cbd4d8!important;font-size:13px!important;line-height:1.95!important}
.site-footer .footer-column h3,.site-footer .footer-contact-title h3{color:#fff!important;font-size:16px!important;line-height:1.4!important;margin:0 0 18px!important;font-weight:800!important}
.site-footer .footer-column h3 i{color:#df856b!important;margin-inline-end:7px!important}
.site-footer .footer-column>a{display:block!important;min-height:0!important;margin:0 0 12px!important;color:#ced7da!important;font-size:13px!important;line-height:1.55!important;text-decoration:none!important;transition:transform .2s,color .2s!important}
.site-footer .footer-column>a:hover{color:#fff!important;transform:translateX(-4px)!important}
.site-footer .footer-contact-title{margin-bottom:16px!important}
.site-footer .footer-contact-title>span{display:none!important}
.site-footer .footer-contact-list{display:grid!important;gap:12px!important}
.site-footer .footer-contact-line{color:#ced7da!important;font-size:13px!important;line-height:1.7!important}
.site-footer .footer-contact-line i{color:#df856b!important}
.site-footer .footer-contact-actions{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin-top:18px!important}
.site-footer .footer-social{display:flex!important;gap:8px!important;margin:0!important}
.site-footer .footer-social a{width:36px!important;height:36px!important;background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:9px!important;color:#fff!important}
.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.13)!important;padding:18px 0 24px!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;color:#b8c5ca!important;font-size:12px!important}
.site-footer .footer-bottom a{color:#dbe3e6!important}
.site-footer .footer-mobile-quick{display:none!important}
@media(max-width:1100px){.site-footer .footer-main{grid-template-columns:1.2fr 1fr 1fr!important;gap:34px!important}.site-footer .footer-contact-card{grid-column:1/-1!important}}
@media(max-width:700px){.site-header .logo{min-width:0!important}.site-header .logo-mark{width:145px!important;max-height:56px!important}.site-footer .footer-main{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 18px!important;padding:39px 0 30px!important}.site-footer .footer-brand,.site-footer .footer-contact-card{grid-column:1/-1!important}.site-footer .footer-brand{gap:11px!important}.site-footer .footer-brand p{font-size:12px!important;max-width:100%!important}.site-footer .footer-column h3{font-size:14px!important;margin-bottom:14px!important}.site-footer .footer-column>a{font-size:12px!important;margin-bottom:11px!important}.site-footer .footer-bottom{flex-direction:column!important;align-items:flex-start!important;padding:16px 0 22px!important}.site-footer .footer-logo-panel .logo-mark{width:125px!important}}

/* Footer composition inspired by the provided reference */
@media(min-width:801px){.site-header .logo{position:relative!important;inset-inline-start:36px!important}}
.site-footer .footer-main{grid-template-columns:minmax(270px,1.25fr) minmax(155px,.7fr) minmax(185px,.8fr) minmax(255px,1fr)!important;gap:clamp(32px,4.4vw,76px)!important;padding-top:62px!important;padding-bottom:62px!important}
.site-footer .footer-brand{gap:17px!important}
.site-footer .footer-brand p{display:block!important;max-width:360px!important;font-size:13px!important;line-height:2!important}
.site-footer .footer-column h3{border:0!important;padding:0!important;font-size:17px!important;margin-bottom:21px!important}
.site-footer .footer-column>a{display:flex!important;align-items:center!important;gap:9px!important;margin-bottom:14px!important;font-size:13px!important;color:#d8e0e2!important}
.site-footer .footer-column>a::before{content:'‹';color:#eead92;font-size:21px;font-weight:700;line-height:1}
.site-footer .footer-contact-card{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:9px!important;color:#e8eeef!important}
.site-footer .footer-contact-eyebrow{color:#eead92!important;font-size:12px!important;font-weight:700!important}
.site-footer .footer-contact-card h3{color:#fff!important;margin:0!important;font-size:19px!important;line-height:1.6!important}
.site-footer .footer-contact-card>p{margin:0 0 8px!important;color:#cbd7da!important;font-size:13px!important;line-height:1.9!important}
.site-footer .footer-contact-option{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:11px 13px!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:10px!important;color:#fff!important;font-size:13px!important;text-decoration:none!important}
.site-footer .footer-contact-option i,.site-footer .footer-contact-address i{color:#eaa48b!important}
.site-footer .footer-contact-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;align-self:flex-start!important;margin-top:9px!important;background:#fff!important;color:#304451!important;border-radius:10px!important;padding:11px 18px!important;font-size:13px!important;font-weight:800!important;text-decoration:none!important}
.site-footer .footer-contact-cta:hover{color:#b4452c!important}
.site-footer .footer-bottom{justify-content:space-between!important;flex-direction:row!important;border-top:1px solid rgba(255,255,255,.15)!important;padding-top:18px!important;padding-bottom:22px!important}
.site-footer .footer-credit{color:#fff!important;font-size:12px!important;text-decoration:none!important;white-space:nowrap!important}
.site-footer .footer-credit b{font-weight:800!important;color:#fff!important}
@media(min-width:701px) and (max-width:1100px){.site-footer .footer-main{grid-template-columns:1fr 1fr!important}.site-footer .footer-contact-card{grid-column:auto!important}}
@media(max-width:700px){.site-header .logo{inset-inline-start:0!important}.site-footer .footer-main{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:32px 18px!important;padding:42px 0 35px!important}.site-footer .footer-brand,.site-footer .footer-contact-card{grid-column:1/-1!important}.site-footer .footer-contact-card{margin-top:2px!important;padding-top:24px!important;border-top:1px solid rgba(255,255,255,.14)!important}.site-footer .footer-column h3{font-size:15px!important}.site-footer .footer-column>a{font-size:12px!important}.site-footer .footer-bottom{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.site-footer .footer-credit{white-space:normal!important}}

/* Dark Home Store administration */
body.admin-body{--navy:#253945;--brown:#304451;--copper:#b4452c;--cream:#f2f5f5;--line:#dbe3e5;--muted:#687780;background:#f2f5f5!important;color:#304451!important}
body.admin-body .admin-sidebar{background:#233642!important;color:#f1f5f6!important;box-shadow:-4px 0 30px rgba(35,54,66,.14)!important}
body.admin-body .admin-sidebar nav a{color:#dce5e7!important}
body.admin-body .admin-sidebar nav a:hover,body.admin-body .admin-sidebar nav a.active{background:#354c59!important;color:#fff!important}
body.admin-body .admin-sidebar nav a.active i{color:#d78971!important}
body.admin-body .admin-sidebar>.admin-brand{background:transparent!important}
body.admin-body .admin-sidebar>.admin-brand>img{background:#fffdfa!important}
body.admin-body .admin-main{background:#f2f5f5!important}
body.admin-body .admin-panel,body.admin-body .settings-hub-card,body.admin-body .settings-screen-card{background:#fff!important;border:1px solid #e1e8e9!important;box-shadow:0 8px 26px rgba(37,57,69,.045)!important}
body.admin-body .admin-primary{background:#304451!important;color:#fff!important}
body.admin-body .admin-primary:hover{background:#233642!important}
body.admin-body .settings-hub-grid-focused{margin-bottom:16px!important}
body.admin-body .view-settings-link{display:flex!important;align-items:center!important;gap:16px!important;width:100%!important;padding:18px!important;text-decoration:none!important;color:#304451!important;border-radius:16px!important}
body.admin-body .view-settings-link>i:first-child{display:grid;place-items:center;width:46px;height:46px;background:#e9eef0;color:#304451;border-radius:12px}
body.admin-body .view-settings-link span{display:grid;gap:5px}body.admin-body .view-settings-link small{color:#687780}
body.admin-body .view-settings-link em{margin-inline-start:auto;color:#b4452c}
.view-generated{display:flex;justify-content:space-between;flex-wrap:wrap;gap:18px;margin:20px 0;padding:22px;background:#e8f1ee;border:1px solid #c5dbd4;border-radius:16px;color:#253945}.view-generated p{margin:5px 0 0}.view-generated>div:last-child{display:grid;grid-template-columns:auto auto;align-items:center;gap:8px 15px}.view-generated code{padding:7px 11px;background:#fff;border-radius:8px;font-size:16px;user-select:all}
.view-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:20px 0}.view-stats>div{background:#fff;border:1px solid #e1e8e9;border-radius:14px;padding:18px;display:grid;gap:8px}.view-stats small{color:#687780}.view-stats b{font-size:28px;color:#304451}
.view-admin-layout{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.4fr);gap:18px;align-items:start;margin-bottom:20px}.view-admin-layout h2,.view-events h2{margin:0 0 18px!important;color:#304451}.view-note{color:#687780;font-size:13px;line-height:1.8}.view-form{display:grid;gap:12px}.view-form>label:not(.view-check){display:grid;gap:7px;font-weight:700;font-size:13px}.view-form input:not([type=checkbox]){height:44px;border:1px solid #d4dfe1;border-radius:9px;padding:0 12px}.view-check{display:flex;align-items:center;gap:9px;font-size:13px}.view-check input{width:18px;height:18px;accent-color:#304451}.view-list{display:grid;gap:12px;max-height:540px;overflow:auto}.view-list article{padding:15px;border:1px solid #e0e7e9;border-radius:12px;background:#fbfdfd}.view-list article>div:first-child{display:grid;gap:5px}.view-list strong{color:#304451}.view-list small{color:#6b7b83}.view-status{width:max-content;padding:3px 9px;border-radius:30px;background:#fae8e5;color:#9b4434;font-size:11px}.view-status.on{background:#e7f2ee;color:#3e755d}.view-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:12px}.view-actions button{padding:7px 10px;background:#eef2f3;border:1px solid #d5e0e3;border-radius:8px;cursor:pointer;font-size:12px}.view-events{margin-top:18px}
@media(max-width:850px){.view-admin-layout{grid-template-columns:1fr}.view-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:520px){.view-stats{grid-template-columns:1fr}.view-generated>div:last-child{grid-template-columns:1fr;width:100%}}

.admin-login{background:linear-gradient(145deg,#233642,#304451)!important}.admin-login .login-card{background:#fff!important;border:1px solid #dfe6e8!important}.admin-login .login-card button{background:#304451!important;color:#fff!important}.admin-login .admin-brand img{background:#fffdfa!important;border-radius:9px!important;padding:4px!important}

.view-events-head{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:15px}.view-events-head h2{margin:0!important}
/* Center the development credit in the lower footer row. */
@media(min-width:701px){
  .site-footer .footer-bottom{position:relative!important;min-height:72px!important}
  .site-footer .footer-bottom .footer-credit{position:absolute!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;white-space:nowrap!important}
}
@media(max-width:700px){.site-footer .footer-bottom{align-items:center!important;text-align:center!important}.site-footer .footer-bottom .footer-credit{margin-inline:auto!important}}
.view-form select{width:100%;min-height:44px;border:1px solid #d4dfe1;border-radius:9px;padding:0 12px;background:#fff;color:#304451}
.view-edit{margin-top:14px;border:1px solid #dbe3e5;border-radius:10px;background:#fff;overflow:hidden}
.view-edit summary{list-style:none;cursor:pointer;padding:11px 13px;color:#304451;font-weight:700;font-size:12px}
.view-edit summary::-webkit-details-marker{display:none}
.view-edit summary::before{content:'+';margin-inline-end:8px;color:#b4452c;font-size:17px}
.view-edit[open] summary::before{content:'−'}
.view-edit .view-form{padding:0 13px 14px}
@media(min-width:701px) and (max-width:1080px){.site-footer .footer-bottom{flex-direction:column!important;align-items:center!important;text-align:center!important}.site-footer .footer-bottom .footer-credit{position:static!important;transform:none!important}}
