:root{
  --ar-bg:#f7f7fb;
  --ar-card:#ffffff;
  --ar-text:#191b24;
  --ar-muted:#747887;
  --ar-line:#e9e9f0;
  --ar-primary:#6556e8;
  --ar-primary-2:#8f63ff;
  --ar-accent:#ff6f91;
  --ar-soft:#f0edff;
  --ar-dark:#242333;
  --ar-radius:18px;
  --ar-shadow:0 14px 44px rgba(35,29,77,.08);
}

body{background:#fff;color:var(--ar-text)}
.arisha-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.arisha-storefront{overflow:hidden;background:#fff}
.arisha-hero-wrap{padding:22px 0 14px;background:linear-gradient(180deg,#fbfaff 0,#fff 100%)}
.arisha-hero-grid{display:grid;grid-template-columns:236px 1fr;gap:18px;align-items:stretch}
.arisha-cat-menu{background:#fff;border:1px solid var(--ar-line);border-radius:16px;overflow:hidden;box-shadow:0 8px 24px rgba(35,29,77,.04)}
.arisha-cat-menu__title{padding:15px 16px;background:var(--ar-dark);color:#fff;font-weight:700;display:flex;align-items:center;gap:9px}
.arisha-cat-menu a{padding:11px 15px;display:flex;justify-content:space-between;align-items:center;color:var(--ar-text);border-bottom:1px solid var(--ar-line);font-size:14px;transition:.2s ease}
.arisha-cat-menu a:last-child{border-bottom:0}.arisha-cat-menu a:hover{padding-left:19px;background:var(--ar-soft);color:var(--ar-primary)}

.arisha-hero{position:relative;min-height:400px;border-radius:24px;overflow:hidden;background:linear-gradient(125deg,#eae7ff 0,#f7edff 43%,#ffe9ef 100%);display:grid;grid-template-columns:1.05fr .95fr;box-shadow:var(--ar-shadow)}
.arisha-hero:before{content:"";position:absolute;inset:auto -60px -130px auto;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.55);filter:blur(2px)}
.arisha-hero__content{position:relative;z-index:2;padding:58px 30px 52px 48px;align-self:center}.arisha-eyebrow,.arisha-kicker{font-size:12px;letter-spacing:.15em;font-weight:800;color:var(--ar-primary);text-transform:uppercase}
.arisha-hero h1{font-size:clamp(36px,4.2vw,58px);line-height:1.02;letter-spacing:-.04em;margin:12px 0 16px;max-width:650px}.arisha-hero p{max-width:570px;color:#545868;font-size:16px;line-height:1.65;margin:0 0 25px}
.arisha-hero__actions{display:flex;gap:11px;flex-wrap:wrap}.arisha-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:12px;font-weight:750;text-decoration:none!important;transition:.2s ease}
.arisha-btn--primary{background:var(--ar-primary);color:#fff!important;box-shadow:0 10px 24px rgba(101,86,232,.23)}.arisha-btn--primary:hover{transform:translateY(-2px);background:#5546dc}.arisha-btn--ghost{border:1px solid rgba(25,27,36,.16);color:var(--ar-text)!important;background:rgba(255,255,255,.56)}
.arisha-hero__visual{position:relative;min-height:380px;display:flex;align-items:center;justify-content:center;padding:30px}.arisha-hero__visual>img{width:100%;height:100%;max-height:340px;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 22px 30px rgba(47,40,91,.12))}
.arisha-orb{position:absolute;border-radius:50%;filter:blur(.2px)}.arisha-orb--one{width:230px;height:230px;background:#fff;opacity:.72;right:55px;top:52px}.arisha-orb--two{width:150px;height:150px;background:#a79cff;opacity:.28;left:6px;bottom:12px}
.arisha-product-placeholder{position:relative;z-index:2;width:220px;height:275px;border-radius:32px 32px 40px 40px;background:linear-gradient(145deg,#2d2b40,#68617d);color:#fff;box-shadow:0 25px 45px rgba(45,43,64,.25);display:flex;flex-direction:column;justify-content:flex-end;padding:25px}.arisha-product-placeholder:after{content:"";position:absolute;top:-44px;left:50%;transform:translateX(-50%);width:78px;height:72px;background:#bbb4ff;border-radius:16px 16px 7px 7px}.arisha-product-placeholder span{font-size:11px;letter-spacing:.2em;opacity:.8}.arisha-product-placeholder strong{font-size:28px;line-height:1.05;margin-top:6px}

.arisha-section{padding:44px 0 12px}.arisha-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:20px}.arisha-heading h2{font-size:30px;line-height:1.1;margin:5px 0 0;letter-spacing:-.025em}.arisha-heading p{margin:7px 0 0;color:var(--ar-muted);font-size:14px}.arisha-heading>a{color:var(--ar-primary);font-weight:700;font-size:14px;text-decoration:none;white-space:nowrap}

.arisha-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.arisha-category-card{position:relative;display:grid;grid-template-columns:78px 1fr;grid-template-rows:auto auto;column-gap:14px;align-items:center;background:var(--ar-card);border:1px solid var(--ar-line);border-radius:16px;padding:12px;color:var(--ar-text)!important;text-decoration:none!important;transition:.25s ease}.arisha-category-card:hover{transform:translateY(-3px);box-shadow:var(--ar-shadow);border-color:#dad6ff}.arisha-category-card__image{grid-row:1/3;width:78px;height:78px;border-radius:13px;overflow:hidden;background:#f1f0f5}.arisha-category-card__image img{width:100%;height:100%;object-fit:cover}.arisha-category-card__name{font-weight:750;align-self:end}.arisha-category-card small{color:var(--ar-muted);align-self:start}

.arisha-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}.arisha-product-card{background:#fff;border:1px solid var(--ar-line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:.24s ease}.arisha-product-card:hover{transform:translateY(-3px);box-shadow:var(--ar-shadow);border-color:#dedaf9}.arisha-product-card__media{position:relative;display:block;aspect-ratio:1/1;background:#f7f7fa;overflow:hidden}.arisha-product-card__media img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.arisha-product-card:hover .arisha-product-card__media img{transform:scale(1.035)}.arisha-sale-badge{position:absolute;left:10px;top:10px;z-index:2;background:var(--ar-accent);color:#fff;border-radius:7px;padding:5px 8px;font-size:10px;font-weight:800;letter-spacing:.06em}.arisha-product-card__body{padding:13px;display:flex;flex-direction:column;flex:1}.arisha-product-card__rating{min-height:18px;font-size:12px;color:#ffad0a}.arisha-product-card__rating small{color:#999;margin-left:4px}.arisha-product-card h3{font-size:14px;line-height:1.4;margin:7px 0 9px;min-height:40px;font-weight:650}.arisha-product-card h3 a{color:var(--ar-text);text-decoration:none}.arisha-product-card__price{font-size:18px;font-weight:800;margin-top:auto;color:var(--ar-primary)}.arisha-product-card__price del{font-size:12px;color:#aaa;font-weight:500}.arisha-product-card__price ins{text-decoration:none}.arisha-product-card__actions{margin-top:11px}.arisha-card-atc.button{width:100%;min-height:40px;border-radius:10px!important;background:var(--ar-dark)!important;color:#fff!important;font-size:13px!important;font-weight:750!important;padding:10px!important;text-align:center}.arisha-card-atc.button:hover{background:var(--ar-primary)!important}

.arisha-promo-wrap{padding:50px 0 4px}.arisha-promo{min-height:190px;border-radius:22px;background:linear-gradient(115deg,#29283a 0,#3b355c 48%,#6a5ce7 100%);position:relative;overflow:hidden;color:#fff;padding:35px 40px;display:flex;justify-content:space-between;align-items:center;gap:30px}.arisha-promo:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.12);right:90px;top:-130px}.arisha-promo h2{font-size:34px;margin:6px 0 8px}.arisha-promo p{margin:0;color:rgba(255,255,255,.78)}.arisha-kicker--light{color:#d7d1ff}.arisha-btn--light{background:#fff;color:var(--ar-dark)!important;position:relative;z-index:2;white-space:nowrap}

.arisha-benefits{margin-top:54px;margin-bottom:54px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid var(--ar-line);border-radius:18px;overflow:hidden;background:var(--ar-line)}.arisha-benefits>div{background:#fff;padding:22px;display:grid;grid-template-columns:38px 1fr;column-gap:11px;align-items:center}.arisha-benefits>div>span{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--ar-soft);color:var(--ar-primary);font-weight:800}.arisha-benefits strong{font-size:14px}.arisha-benefits small{color:var(--ar-muted);font-size:12px;margin-top:2px}

/* WooCommerce polish */
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{border:1px solid var(--ar-line);border-radius:14px;padding:10px;background:#fff;overflow:hidden}.woocommerce ul.products li.product .button{border-radius:9px;background:var(--ar-primary);color:#fff}.single-product div.product .summary{padding-top:6px}.single-product div.product .product_title{font-size:clamp(25px,3vw,38px);letter-spacing:-.025em}.single-product div.product p.price{font-size:30px!important;color:var(--ar-primary)!important;font-weight:800}.single-product div.product form.cart .button{background:var(--ar-primary)!important;border-radius:10px!important;min-height:48px}.single-product .woocommerce-product-gallery{border-radius:18px;overflow:hidden}.woocommerce-message,.woocommerce-info{border-top-color:var(--ar-primary)}

.arisha-mobile-atc{display:none}

@media(max-width:1024px){
 .arisha-hero-grid{grid-template-columns:200px 1fr}.arisha-product-grid{grid-template-columns:repeat(4,1fr)}.arisha-category-grid{grid-template-columns:repeat(2,1fr)}
 .arisha-hero__content{padding-left:34px}.arisha-hero{grid-template-columns:1.1fr .9fr}
}
@media(max-width:767px){
 body.single-product{padding-bottom:74px}
 .arisha-shell{width:min(100% - 24px,1180px)}.arisha-hero-wrap{padding-top:10px}.arisha-hero-grid{display:block}.arisha-cat-menu{display:none}
 .arisha-hero{min-height:480px;grid-template-columns:1fr;border-radius:20px}.arisha-hero__content{padding:34px 24px 8px;text-align:left}.arisha-hero h1{font-size:40px}.arisha-hero p{font-size:15px}.arisha-hero__visual{min-height:190px;padding:5px 24px 22px}.arisha-hero__visual>img{max-height:190px}.arisha-product-placeholder{transform:scale(.72);margin-top:-15px}.arisha-orb--one{width:180px;height:180px;right:20px;top:15px}
 .arisha-section{padding-top:34px}.arisha-heading h2{font-size:25px}.arisha-heading p{display:none}
 .arisha-category-grid,.arisha-product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:5px;margin-right:-12px;scrollbar-width:none}.arisha-category-grid::-webkit-scrollbar,.arisha-product-grid::-webkit-scrollbar{display:none}
 .arisha-category-card{flex:0 0 78%;scroll-snap-align:start}.arisha-product-card{flex:0 0 70%;scroll-snap-align:start}.arisha-product-card h3{font-size:15px}.arisha-product-card__price{font-size:20px}
 .arisha-promo-wrap{padding-top:36px}.arisha-promo{padding:28px 24px;min-height:220px;align-items:flex-start;flex-direction:column}.arisha-promo h2{font-size:30px}.arisha-btn--light{width:100%}
 .arisha-benefits{grid-template-columns:1fr 1fr;margin-top:38px;margin-bottom:36px}
 .arisha-mobile-atc{position:fixed;display:grid;grid-template-columns:62px 1fr 62px;gap:8px;left:0;right:0;bottom:0;z-index:99999;background:#fff;padding:9px max(10px,env(safe-area-inset-left)) calc(9px + env(safe-area-inset-bottom));box-shadow:0 -8px 28px rgba(20,20,35,.14);border-top:1px solid var(--ar-line)}
 .arisha-mobile-atc__shop,.arisha-mobile-atc__cart{color:var(--ar-text)!important;text-decoration:none!important;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:18px;line-height:1}.arisha-mobile-atc small{font-size:10px;margin-top:4px}.arisha-mobile-atc__button{border:0!important;background:var(--ar-primary)!important;color:#fff!important;border-radius:11px!important;font-weight:800!important;font-size:15px!important;min-height:48px!important;padding:0 12px!important;box-shadow:0 7px 18px rgba(101,86,232,.24)}
}
@media(max-width:420px){
 .arisha-hero h1{font-size:34px}.arisha-category-card{flex-basis:86%}.arisha-product-card{flex-basis:76%}.arisha-benefits{grid-template-columns:1fr}.arisha-heading>a{font-size:12px}
}

/* =========================
   PRODUCT ARCHIVE / CATEGORY
   ========================= */
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag{background:#fff!important}
body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content{background:#fff!important}
/* Astra can apply a different content-width to taxonomy archives than to the Shop page.
   Force one consistent full-width wrapper so Shop and every product category line up identically. */
body.post-type-archive-product .site-content > .ast-container,
body.tax-product_cat .site-content > .ast-container,
body.tax-product_tag .site-content > .ast-container,
body.post-type-archive-product #content > .ast-container,
body.tax-product_cat #content > .ast-container,
body.tax-product_tag #content > .ast-container{
 max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important;display:block!important
}
.arisha-archive-page{padding:28px 0 60px;background:#fff;min-height:70vh;width:100%}
.arisha-archive-shell{width:min(1600px,calc(100% - 48px));margin:0 auto}
.arisha-archive-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:26px;align-items:start}
.arisha-archive-sidebar{position:sticky;top:20px;align-self:start}
.arisha-sidebar-card{border:1px solid var(--ar-line);border-radius:14px;background:#fff;overflow:hidden;margin-bottom:20px;box-shadow:0 5px 18px rgba(35,29,77,.035)}
.arisha-sidebar-title{background:var(--ar-dark);color:#fff;font-size:17px;font-weight:800;padding:16px 17px}
.arisha-sidebar-title--plain{background:#fff;color:var(--ar-text);border-bottom:2px solid var(--ar-primary);margin:0 16px;padding:18px 0 12px}
.arisha-sidecat{display:grid;grid-template-columns:38px minmax(0,1fr) 18px;gap:10px;align-items:center;padding:10px 13px;color:var(--ar-text)!important;text-decoration:none!important;border-bottom:1px solid var(--ar-line);font-size:13px;font-weight:650;transition:.2s ease}
.arisha-sidecat:hover{background:#f7f5ff}.arisha-sidecat.is-active{background:var(--ar-soft);color:var(--ar-primary)!important;box-shadow:inset 3px 0 0 var(--ar-primary)}
.arisha-sidecat__thumb{width:38px;height:38px;border-radius:9px;background:#f2f1f7;overflow:hidden;display:grid;place-items:center;color:var(--ar-primary)}
.arisha-sidecat__thumb img{width:100%;height:100%;object-fit:cover}.arisha-sidecat__thumb--all{font-size:16px;background:var(--ar-soft)}
.arisha-sidecat__arrow{font-size:20px;color:#9295a4;text-align:right}
.arisha-sidecat-children{padding:7px 12px 9px 61px;border-bottom:1px solid var(--ar-line);background:#fbfbfd}
.arisha-sidecat-children a{display:flex;justify-content:space-between;gap:10px;padding:7px 0;color:#626675!important;text-decoration:none!important;font-size:12px}
.arisha-sidecat-children a:hover,.arisha-sidecat-children a.is-current{color:var(--ar-primary)!important;font-weight:700}
.arisha-sidecat-children small{color:#a0a3ae}
.arisha-brand-list{padding:10px}.arisha-brand-list a{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:11px 12px;border:1px solid var(--ar-line);border-radius:9px;margin:7px 0;text-decoration:none!important;color:var(--ar-text)!important;font-size:13px}.arisha-brand-list a:hover{border-color:#d9d4ff;background:#faf9ff}.arisha-brand-list small{color:var(--ar-muted)}
.arisha-archive-content{min-width:0}
.arisha-archive-header{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:8px;padding:4px 0 12px}
.arisha-archive-header h1{font-size:32px;line-height:1.1;letter-spacing:-.035em;margin:7px 0 0;color:var(--ar-text)}
.arisha-archive-header .woocommerce-breadcrumb{margin:0!important;font-size:12px!important;color:#999!important}.arisha-archive-header .woocommerce-breadcrumb a{color:#6f7280!important}.arisha-archive-header .woocommerce-breadcrumb span{margin:0 7px;color:#bbb}
.arisha-archive-description{color:var(--ar-muted);font-size:13px;max-width:760px;margin-top:8px}.arisha-archive-description p:last-child{margin-bottom:0}
.arisha-archive-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;padding-top:3px;color:var(--ar-muted);font-size:13px}
.arisha-archive-meta .woocommerce-result-count{float:none!important;margin:0!important}
.arisha-desktop-sort .woocommerce-ordering,.arisha-mobile-sort .woocommerce-ordering{float:none!important;margin:0!important}
.arisha-desktop-sort select,.arisha-mobile-sort select{border:1px solid var(--ar-line)!important;background:#fff!important;border-radius:10px!important;min-height:42px;padding:0 36px 0 13px!important;font-size:13px;color:var(--ar-text)}
.arisha-archive-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.arisha-archive-grid .arisha-product-card{border-radius:13px}
.arisha-archive-grid .arisha-product-card__media{aspect-ratio:1/1}
.arisha-archive-grid .arisha-product-card__body{padding:12px}
.arisha-archive-grid .arisha-product-card h3{font-size:13px;line-height:1.36;min-height:36px;margin:6px 0 8px}
.arisha-archive-grid .arisha-product-card__price{font-size:17px;color:var(--ar-primary)}
.arisha-archive-grid .arisha-card-atc.button{background:var(--ar-primary)!important;border-radius:8px!important;min-height:38px}
.arisha-archive-grid .arisha-card-atc.button:hover{background:var(--ar-dark)!important}
.arisha-archive-pagination{margin-top:28px}.arisha-archive-pagination .woocommerce-pagination{float:none!important}.arisha-archive-pagination ul.page-numbers{border:0!important;display:flex;gap:7px;justify-content:center}.arisha-archive-pagination ul.page-numbers li{border:0!important}.arisha-archive-pagination a.page-numbers,.arisha-archive-pagination span.page-numbers{display:grid!important;place-items:center;width:38px;height:38px;border:1px solid var(--ar-line)!important;border-radius:9px!important;background:#fff!important;color:var(--ar-text)!important}.arisha-archive-pagination span.current{background:var(--ar-primary)!important;color:#fff!important;border-color:var(--ar-primary)!important}
.arisha-archive-mobilebar,.arisha-filter-backdrop{display:none}

@media(max-width:1360px){
 .arisha-archive-shell,.arisha-header-shell{width:min(100% - 36px,1320px)}
 .arisha-archive-layout{grid-template-columns:260px minmax(0,1fr);gap:20px}
}
@media(max-width:1180px){
 .arisha-archive-layout{grid-template-columns:240px minmax(0,1fr)}
 .arisha-archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
 body.arisha-filter-open{overflow:hidden}
 .arisha-archive-page{padding-top:14px}.arisha-archive-shell{width:min(100% - 24px,1320px)}
 .arisha-archive-mobilebar{display:grid;grid-template-columns:1fr auto;gap:9px;align-items:center;margin-bottom:14px}
 .arisha-filter-toggle{min-height:42px;border:1px solid var(--ar-line)!important;border-radius:10px!important;background:#fff!important;color:var(--ar-text)!important;padding:0 14px!important;font-weight:750!important;text-align:left}
 .arisha-desktop-sort{display:none}.arisha-mobile-sort{display:block}.arisha-mobile-sort select{max-width:150px}
 .arisha-archive-layout{display:block}
 .arisha-archive-sidebar{position:fixed;z-index:100000;left:0;top:0;bottom:0;width:min(86vw,330px);background:#fff;padding:14px;overflow:auto;transform:translateX(-104%);transition:transform .25s ease;box-shadow:18px 0 45px rgba(20,20,35,.18)}
 body.arisha-filter-open .arisha-archive-sidebar{transform:translateX(0)}
 .arisha-filter-backdrop{display:block;position:fixed;z-index:99999;inset:0;background:rgba(20,20,35,.36);opacity:0;pointer-events:none;transition:opacity .25s ease}
 body.arisha-filter-open .arisha-filter-backdrop{opacity:1;pointer-events:auto}
 .arisha-archive-header{margin-bottom:0}.arisha-archive-header h1{font-size:26px}.arisha-archive-description{display:none}
 .arisha-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .arisha-archive-meta{margin-bottom:10px}
 .arisha-archive-grid .arisha-product-card h3{font-size:12px;min-height:34px}.arisha-archive-grid .arisha-product-card__price{font-size:16px}
 .arisha-archive-grid .arisha-card-atc.button{font-size:12px!important;min-height:36px!important;padding:8px!important}
}
@media(max-width:390px){
 .arisha-archive-shell{width:calc(100% - 18px)}
 .arisha-archive-grid{gap:8px}.arisha-archive-grid .arisha-product-card__body{padding:9px}
 .arisha-archive-mobilebar{grid-template-columns:1fr 125px}.arisha-mobile-sort select{width:125px;max-width:125px}
}

/* =========================
   PREMIUM STORE HEADER v1.2
   ========================= */
/* Astra still supplies the page shell, but its visual header is replaced. */
#masthead,
.site-header,
#ast-desktop-header,
#ast-mobile-header{display:none!important}

.arisha-store-header{position:relative;z-index:9990;background:#fff;border-bottom:1px solid var(--ar-line);font-family:inherit}
.arisha-header-shell{width:min(1600px,calc(100% - 48px));margin-inline:auto}
.arisha-store-header__top{min-height:34px;border-bottom:1px solid #f0f0f4;background:#fff;color:#515562;font-size:12px}
.arisha-store-header__top-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.arisha-store-header__contacts,.arisha-store-header__top-links{display:flex;align-items:center;gap:22px}
.arisha-store-header__top a{color:#3e4250!important;text-decoration:none!important;display:inline-flex;align-items:center;gap:7px}
.arisha-store-header__top a:hover{color:var(--ar-primary)!important}.arisha-header-icon{font-size:13px;color:var(--ar-primary)}

.arisha-store-header__main{background:#fff}
.arisha-store-header__main-inner{display:grid;grid-template-columns:205px minmax(320px,640px) 280px;justify-content:space-between;align-items:center;gap:28px;min-height:94px}
.arisha-store-header__logo{display:flex;align-items:center;text-decoration:none!important;min-width:0}
.arisha-store-header__logo-img{display:block;max-width:185px;max-height:58px;width:auto;height:auto;object-fit:contain}
.arisha-store-header__logo-text{font-size:25px;font-weight:850;letter-spacing:-.04em;color:var(--ar-dark)}

.arisha-product-search{position:relative;display:flex;width:100%;height:46px;border:2px solid var(--ar-primary);border-radius:9px;overflow:hidden;background:#fff;transition:.2s ease}
.arisha-product-search:focus-within{box-shadow:0 0 0 4px rgba(101,86,232,.10)}
.arisha-product-search input[type=search]{width:100%;height:100%;border:0!important;outline:0!important;background:transparent!important;padding:0 15px!important;margin:0!important;box-shadow:none!important;color:var(--ar-text)!important;font-size:14px!important}
.arisha-product-search input[type=search]::-webkit-search-cancel-button{display:none}
.arisha-product-search button{flex:0 0 52px;border:0!important;border-radius:0!important;background:var(--ar-primary)!important;color:#fff!important;display:grid;place-items:center;padding:0!important;margin:0!important;min-height:42px!important}
.arisha-product-search button:hover{background:var(--ar-dark)!important}.arisha-product-search button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}

.arisha-store-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:22px}
.arisha-header-action{display:flex;align-items:center;gap:9px;color:var(--ar-text)!important;text-decoration:none!important;font-size:12px;font-weight:700;white-space:nowrap}
.arisha-header-action:hover{color:var(--ar-primary)!important}.arisha-header-action>svg,.arisha-header-cart-icon>svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.arisha-header-cart-icon{position:relative;display:grid;place-items:center}.arisha-header-cart-count{position:absolute;right:-8px;top:-9px;min-width:18px;height:18px;padding:0 5px;border-radius:20px;display:grid;place-items:center;background:var(--ar-accent);color:#fff;font-size:10px;line-height:1;font-weight:800;border:2px solid #fff}

.arisha-store-header__nav{border-top:1px solid #f3f3f6;background:#fff}
.arisha-store-header__nav-inner{display:flex;align-items:center;min-height:48px;gap:24px;overflow:hidden}
.arisha-nav-all{align-self:stretch;min-width:210px;display:flex;align-items:center;gap:10px;background:var(--ar-dark);color:#fff!important;text-decoration:none!important;padding:0 18px;font-size:13px;font-weight:800}
.arisha-nav-all:hover{background:var(--ar-primary)}
.arisha-nav-cats{display:flex;align-items:center;gap:5px;overflow-x:auto;scrollbar-width:none;white-space:nowrap;flex:1}.arisha-nav-cats::-webkit-scrollbar{display:none}
.arisha-nav-cats a{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border-radius:8px;color:#3f4350!important;text-decoration:none!important;font-size:13px;font-weight:650;transition:.18s ease}
.arisha-nav-cats a:hover,.arisha-nav-cats a.is-active{background:var(--ar-soft);color:var(--ar-primary)!important}

@media(max-width:1024px){
 .arisha-store-header__main-inner{grid-template-columns:170px minmax(260px,1fr) 150px;gap:18px}.arisha-header-action--account span{display:none}.arisha-store-header__actions{gap:17px}.arisha-nav-all{min-width:180px}
}
@media(max-width:767px){
 .arisha-header-shell{width:calc(100% - 24px)}
 .arisha-store-header__top{display:none}
 .arisha-store-header__main-inner{min-height:auto;padding:11px 0 10px;display:grid;grid-template-columns:minmax(120px,1fr) auto;gap:10px 14px}
 .arisha-store-header__logo{grid-column:1}.arisha-store-header__logo-img{max-width:155px;max-height:44px}.arisha-store-header__logo-text{font-size:21px}
 .arisha-store-header__actions{grid-column:2;grid-row:1;gap:12px}.arisha-header-action--account{display:none}.arisha-header-action--cart>span:last-child{display:none}.arisha-header-action--cart{padding-right:7px}.arisha-header-cart-icon>svg{width:26px;height:26px}
 .arisha-product-search{grid-column:1/-1;grid-row:2;height:43px;border-width:1.5px}.arisha-product-search button{flex-basis:48px}.arisha-product-search input[type=search]{font-size:13px!important}
 .arisha-store-header__nav{border-top:0;border-bottom:1px solid var(--ar-line)}.arisha-store-header__nav-inner{width:100%;min-height:43px;gap:0;padding-left:12px}
 .arisha-nav-all{min-width:auto;padding:0 14px;border-radius:9px;height:34px;align-self:center;margin-right:5px;font-size:12px}.arisha-nav-all span{font-size:13px}.arisha-nav-cats a{font-size:12px;padding:0 10px}
 body.admin-bar .arisha-store-header{z-index:9980}
}

/* =========================================================
   v1.4 — 1340px global layout + archive width correction
   Astra applies desktop width/float rules to #primary on some
   taxonomy archives. The custom archive uses #primary too, so
   explicitly reset those rules to prevent the 4-column grid
   from being squeezed on /product-category/* pages.
   ========================================================= */
:root{--ar-site-width:1340px}

/* One consistent maximum width across the storefront. */
.arisha-header-shell,
.arisha-archive-shell,
.arisha-container,
.site-content > .ast-container,
#content > .ast-container,
.ast-container{
    width:min(var(--ar-site-width),calc(100% - 40px))!important;
    max-width:var(--ar-site-width)!important;
    margin-left:auto!important;
    margin-right:auto!important;
}

/* Critical fix: Astra can make #primary ~70% wide on taxonomy archives. */
body.woocommerce.archive main#primary.arisha-archive-page,
body.post-type-archive-product main#primary.arisha-archive-page,
body.tax-product_cat main#primary.arisha-archive-page,
body.tax-product_tag main#primary.arisha-archive-page{
    width:100%!important;
    max-width:none!important;
    float:none!important;
    clear:both!important;
    margin:0!important;
    padding-left:0!important;
    padding-right:0!important;
    border:0!important;
}

body.woocommerce.archive #content,
body.post-type-archive-product #content,
body.tax-product_cat #content,
body.tax-product_tag #content,
body.woocommerce.archive .site-content,
body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content{
    width:100%!important;
    max-width:none!important;
}

body.woocommerce.archive .site-content > .ast-container,
body.post-type-archive-product .site-content > .ast-container,
body.tax-product_cat .site-content > .ast-container,
body.tax-product_tag .site-content > .ast-container{
    width:100%!important;
    max-width:none!important;
    padding:0!important;
    display:block!important;
}

/* Archive itself owns the 1340px centered inner wrapper. */
body.woocommerce.archive .arisha-archive-shell,
body.post-type-archive-product .arisha-archive-shell,
body.tax-product_cat .arisha-archive-shell,
body.tax-product_tag .arisha-archive-shell{
    width:min(var(--ar-site-width),calc(100% - 40px))!important;
    max-width:var(--ar-site-width)!important;
}

.arisha-archive-layout{
    grid-template-columns:280px minmax(0,1fr)!important;
    gap:24px!important;
    width:100%!important;
}
.arisha-archive-content{width:100%!important;max-width:none!important;min-width:0!important}
.arisha-archive-grid{
    width:100%!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:16px!important;
}

/* User requested no top product-category navigation/menu row. */
.arisha-store-header__nav{display:none!important}

@media (max-width:1100px){
    .arisha-header-shell,.arisha-archive-shell,.arisha-container,.ast-container{width:calc(100% - 30px)!important}
    .arisha-archive-layout{grid-template-columns:240px minmax(0,1fr)!important;gap:18px!important}
    .arisha-archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (max-width:767px){
    .arisha-header-shell,.arisha-archive-shell,.arisha-container,.ast-container{width:calc(100% - 20px)!important}
    .arisha-archive-layout{display:block!important}
    .arisha-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
}

/* =========================================================
   v1.5 — Homepage/mobile overflow + unified 1340px shell
   + custom Cart / Checkout / Account pages
   ========================================================= */

/* Homepage now follows the same 1340px centered layout as archives/header. */
.arisha-shell{
    width:min(var(--ar-site-width),calc(100% - 40px))!important;
    max-width:var(--ar-site-width)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    min-width:0!important;
}

/* Prevent Astra/page-builder wrappers from creating a wider mobile canvas. */
html,body,#page,.site-content,#content,.ast-container,#primary,
.arisha-storefront,.arisha-hero-wrap,.arisha-section,.arisha-promo-wrap{
    max-width:100%;
}
html,body{overflow-x:clip!important}
.arisha-storefront{width:100%!important;overflow-x:clip!important;min-width:0!important}
body.home .site-content > .ast-container,
body.home #content > .ast-container{
    width:100%!important;
    max-width:none!important;
    padding:0!important;
    margin:0!important;
    display:block!important;
}
body.home main#primary.arisha-storefront{
    width:100%!important;
    max-width:none!important;
    float:none!important;
    margin:0!important;
    padding:0!important;
}
.arisha-hero-grid,.arisha-hero,.arisha-section,.arisha-category-grid,.arisha-product-grid,
.arisha-category-card,.arisha-product-card{min-width:0!important;max-width:100%}

/* Desktop category navigation remains intentionally hidden. */
.arisha-store-header__nav{display:none!important}

/* Mobile-only categories control below header. */
.arisha-mobile-categories{display:none;background:#fff;border-bottom:1px solid var(--ar-line);position:relative;z-index:9989}
.arisha-mobile-categories__toggle{width:100%;height:40px;border:1px solid var(--ar-line)!important;border-radius:9px!important;background:#fff!important;color:var(--ar-text)!important;padding:0 12px!important;display:flex!important;align-items:center;justify-content:space-between;font-size:13px!important;font-weight:750!important;margin:0!important}
.arisha-mobile-categories__toggle span:first-child{margin-right:8px;color:var(--ar-primary)}
.arisha-mobile-categories__toggle span:nth-child(2){margin-right:auto}
.arisha-mobile-categories__panel{margin-top:8px;padding:8px;background:#fff;border:1px solid var(--ar-line);border-radius:12px;box-shadow:0 16px 36px rgba(35,29,77,.12);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
.arisha-mobile-categories__panel[hidden]{display:none!important}
.arisha-mobile-categories__panel a{min-width:0;padding:9px 10px;border-radius:8px;background:#fafafe;color:var(--ar-text)!important;text-decoration:none!important;font-size:12px;font-weight:650;white-space:normal;overflow-wrap:anywhere}
.arisha-mobile-categories__panel a:hover{background:var(--ar-soft);color:var(--ar-primary)!important}

/* Custom commerce pages */
.arisha-commerce-page{background:linear-gradient(180deg,#fbfaff 0,#fff 260px);padding:44px 0 70px;min-height:70vh;width:100%!important;max-width:none!important;float:none!important}
.arisha-commerce-shell{width:min(var(--ar-site-width),calc(100% - 40px));margin:0 auto;min-width:0}
.arisha-commerce-heading{text-align:center;max-width:700px;margin:0 auto 28px}
.arisha-commerce-heading>span{display:block;color:var(--ar-primary);font-size:11px;letter-spacing:.16em;font-weight:850;margin-bottom:7px}
.arisha-commerce-heading h1{margin:0;font-size:clamp(30px,4vw,44px);line-height:1.05;letter-spacing:-.035em;color:var(--ar-text)}
.arisha-commerce-heading p{margin:10px 0 0;color:var(--ar-muted);font-size:14px}
.arisha-commerce-card{background:#fff;border:1px solid var(--ar-line);border-radius:20px;box-shadow:0 16px 48px rgba(35,29,77,.06);padding:26px;min-width:0}

/* Cart */
.arisha-commerce-page .woocommerce{font-size:14px}
.arisha-commerce-page table.shop_table{border:0!important;border-collapse:separate!important;border-spacing:0!important;border-radius:14px!important;overflow:hidden;background:#fff}
.arisha-commerce-page table.shop_table th{background:#f8f7fc!important;color:#373946!important;font-size:12px!important;text-transform:uppercase;letter-spacing:.04em;padding:15px!important}
.arisha-commerce-page table.shop_table td{padding:16px 15px!important;border-top:1px solid var(--ar-line)!important}
.arisha-commerce-page .product-thumbnail img{width:78px!important;border-radius:10px!important}
.arisha-commerce-page .product-name a{color:var(--ar-text)!important;font-weight:750;text-decoration:none!important}
.arisha-commerce-page .quantity .qty{border:1px solid var(--ar-line)!important;border-radius:8px!important;min-height:42px}
.arisha-commerce-page .button,
.arisha-commerce-page button.button,
.arisha-commerce-page input.button,
.arisha-commerce-page #place_order{
    background:var(--ar-primary)!important;color:#fff!important;border:0!important;border-radius:10px!important;min-height:44px!important;font-weight:800!important;padding:11px 18px!important;transition:.2s ease
}
.arisha-commerce-page .button:hover,.arisha-commerce-page #place_order:hover{background:var(--ar-dark)!important}
.arisha-commerce-page .cart_totals{float:none!important;width:min(100%,520px)!important;margin:28px 0 0 auto!important;border:1px solid var(--ar-line);border-radius:16px;padding:20px;background:#fafafe}
.arisha-commerce-page .cart_totals h2{font-size:22px;margin-top:0}
.arisha-commerce-page .wc-proceed-to-checkout{padding-bottom:0!important}
.arisha-commerce-page .wc-proceed-to-checkout a.checkout-button{width:100%;margin:0!important;font-size:15px!important}

/* Checkout */
.arisha-commerce-page form.checkout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:28px;align-items:start}
.arisha-commerce-page #customer_details{display:block!important;width:100%!important}
.arisha-commerce-page #customer_details .col-1,.arisha-commerce-page #customer_details .col-2{float:none!important;width:100%!important;margin:0!important}
.arisha-commerce-page #customer_details .col-2{margin-top:18px!important}
.arisha-commerce-page #order_review_heading{margin:0 0 14px!important;font-size:22px}
.arisha-commerce-page #order_review{border:1px solid var(--ar-line);border-radius:16px;padding:20px;background:#fafafe;position:sticky;top:20px}
.arisha-commerce-page .woocommerce-billing-fields>h3,.arisha-commerce-page .woocommerce-additional-fields>h3{font-size:22px;margin:0 0 16px}
.arisha-commerce-page .form-row{margin:0 0 14px!important}
.arisha-commerce-page .form-row label{font-size:12px;font-weight:750;margin-bottom:6px}
.arisha-commerce-page input.input-text,.arisha-commerce-page textarea,.arisha-commerce-page select,.arisha-commerce-page .select2-selection{border:1px solid #dedee8!important;border-radius:9px!important;background:#fff!important;min-height:46px!important;padding:10px 12px!important;box-shadow:none!important}
.arisha-commerce-page textarea{min-height:110px!important}
.arisha-commerce-page .select2-selection__rendered{line-height:24px!important;padding-left:0!important}
.arisha-commerce-page .select2-selection__arrow{height:44px!important}
.arisha-commerce-page #payment{background:#fff!important;border:1px solid var(--ar-line);border-radius:12px!important}

/* Login / Signup / My account */
.arisha-commerce-page--account .arisha-commerce-card{max-width:1040px;margin:0 auto}
.arisha-commerce-page #customer_login{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.arisha-commerce-page #customer_login>.u-column1,.arisha-commerce-page #customer_login>.u-column2{float:none!important;width:100%!important;margin:0!important;padding:24px!important;border:1px solid var(--ar-line);border-radius:14px;background:#fafafe}
.arisha-commerce-page #customer_login h2{font-size:24px;margin:0 0 18px}
.arisha-commerce-page .woocommerce-MyAccount-navigation{float:left;width:260px!important;padding:14px;border:1px solid var(--ar-line);border-radius:14px;background:#fafafe}
.arisha-commerce-page .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}
.arisha-commerce-page .woocommerce-MyAccount-navigation a{display:block;padding:11px 12px;border-radius:8px;color:var(--ar-text)!important;text-decoration:none!important;font-weight:650}
.arisha-commerce-page .woocommerce-MyAccount-navigation .is-active a,.arisha-commerce-page .woocommerce-MyAccount-navigation a:hover{background:var(--ar-soft);color:var(--ar-primary)!important}
.arisha-commerce-page .woocommerce-MyAccount-content{float:right;width:calc(100% - 284px)!important;border:1px solid var(--ar-line);border-radius:14px;padding:22px;background:#fff;min-height:260px}

@media(max-width:767px){
    html,body,#page,.site-content,#content,.ast-container,#primary{width:100%!important;max-width:100%!important;min-width:0!important}
    .site-content>.ast-container,#content>.ast-container{padding-left:0!important;padding-right:0!important}
    .arisha-header-shell,.arisha-shell,.arisha-commerce-shell{width:calc(100% - 24px)!important;max-width:none!important}
    .arisha-store-header__main-inner{width:100%!important;min-width:0!important;grid-template-columns:minmax(0,1fr) auto!important}
    .arisha-store-header__logo,.arisha-product-search,.arisha-store-header__actions{min-width:0!important;max-width:100%!important}
    .arisha-store-header__logo-img{max-width:165px!important;height:auto!important}
    .arisha-product-search{width:100%!important;max-width:100%!important}
    .arisha-mobile-categories{display:block;padding:0 0 10px}

    /* Homepage: no sideways carousel and no negative margin. */
    .arisha-hero-wrap{width:100%!important;overflow:hidden!important}
    .arisha-hero-grid{width:100%!important;max-width:100%!important;display:block!important}
    .arisha-hero{width:100%!important;max-width:100%!important;grid-template-columns:1fr!important;min-height:0!important}
    .arisha-hero__content{padding:30px 20px 8px!important}
    .arisha-hero h1{font-size:34px!important;overflow-wrap:anywhere}
    .arisha-hero__visual{min-height:185px!important;width:100%!important;overflow:hidden}
    .arisha-category-grid,.arisha-product-grid{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:10px!important;
        overflow:visible!important;
        margin-right:0!important;
        padding-bottom:0!important;
        scroll-snap-type:none!important;
        width:100%!important;
    }
    .arisha-category-card,.arisha-product-card{width:100%!important;max-width:100%!important;min-width:0!important;flex:none!important}
    .arisha-category-card{grid-template-columns:46px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:9px!important;padding:9px!important}
    .arisha-category-card__image{width:46px!important;height:46px!important}
    .arisha-category-card__name{font-size:12px!important;overflow-wrap:anywhere}
    .arisha-category-card small{font-size:10px!important}
    .arisha-product-card__body{padding:10px!important}
    .arisha-product-card h3{font-size:12px!important;line-height:1.35!important;min-height:48px!important}
    .arisha-product-card__price{font-size:16px!important}
    .arisha-card-atc.button{font-size:11px!important;min-height:36px!important;padding:8px 5px!important}
    .arisha-heading{align-items:flex-end!important;min-width:0!important}
    .arisha-heading>div{min-width:0!important}
    .arisha-heading h2{font-size:24px!important}
    .arisha-promo,.arisha-benefits{width:100%!important;max-width:100%!important}

    .arisha-commerce-page{padding:28px 0 46px}
    .arisha-commerce-heading{margin-bottom:18px;padding:0 8px}
    .arisha-commerce-heading h1{font-size:32px}
    .arisha-commerce-card{padding:12px;border-radius:15px;box-shadow:none}
    .arisha-commerce-page form.checkout{display:block!important}
    .arisha-commerce-page #order_review{position:static;margin-top:20px;padding:14px}
    .arisha-commerce-page #order_review_heading{margin-top:24px!important}
    .arisha-commerce-page table.shop_table_responsive tr td{padding:11px!important}
    .arisha-commerce-page .cart_totals{width:100%!important;margin-top:18px!important;padding:14px}
    .arisha-commerce-page #customer_login{grid-template-columns:1fr!important;gap:14px}
    .arisha-commerce-page #customer_login>.u-column1,.arisha-commerce-page #customer_login>.u-column2{padding:16px!important}
    .arisha-commerce-page .woocommerce-MyAccount-navigation,.arisha-commerce-page .woocommerce-MyAccount-content{float:none!important;width:100%!important}
    .arisha-commerce-page .woocommerce-MyAccount-content{margin-top:14px;padding:16px}
}

@media(max-width:390px){
    .arisha-header-shell,.arisha-shell,.arisha-commerce-shell{width:calc(100% - 18px)!important}
    .arisha-mobile-categories__panel{grid-template-columns:1fr 1fr}
    .arisha-hero__content{padding-left:18px!important;padding-right:18px!important}
    .arisha-hero h1{font-size:31px!important}
}

/* =========================================================
   v1.6 — Faria-style mobile header, single-product actions,
   gallery counter, brands/flash sale, related grid and
   stronger checkout/account responsive layout.
   ========================================================= */

/* Header leading control is mobile-only. */
.arisha-mobile-leading{display:none}

/* Homepage brands */
.arisha-home-brand-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.arisha-home-brand-card{display:grid;grid-template-columns:54px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:12px;min-height:78px;padding:11px 13px;border:1px solid var(--ar-line);border-radius:13px;background:#fff;text-decoration:none!important;color:var(--ar-text)!important;min-width:0}
.arisha-home-brand-card:hover{border-color:#d8d3ff;box-shadow:0 8px 24px rgba(35,29,77,.06)}
.arisha-home-brand-card img{grid-row:1/3;width:54px;height:54px;object-fit:contain;border-radius:9px;background:#fafafe}
.arisha-home-brand-card strong{font-size:13px;align-self:end;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.arisha-home-brand-card small{font-size:11px;color:var(--ar-muted);align-self:start}
.arisha-flash-sale{position:relative}

/* Single product direct order actions */
.arisha-direct-order-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0 4px;max-width:620px}
.arisha-direct-order{min-height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;text-decoration:none!important;color:#fff!important;font-size:14px;font-weight:800;line-height:1.2}
.arisha-direct-order--wa{background:#20b968}
.arisha-direct-order--wa:hover{background:#159956;color:#fff!important}
.arisha-direct-order--call{background:#284b9b}
.arisha-direct-order--call:hover{background:#203d81;color:#fff!important}

/* Related products use the same card component as Shop/Home. */
.arisha-related-products{clear:both;width:min(var(--ar-site-width),calc(100% - 40px));max-width:var(--ar-site-width);margin:44px auto 10px;padding-top:8px}
.arisha-related-heading{display:flex;align-items:center;justify-content:space-between;margin:0 0 18px}
.arisha-related-heading h2{font-size:28px;line-height:1.15;margin:0;color:var(--ar-text)}
.arisha-related-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;overflow:visible!important;margin:0!important}

/* Mobile archive no longer shows duplicate Categories & Filters button. */
.arisha-archive-mobilebar--sort-only{grid-template-columns:1fr!important;justify-items:end!important}
.arisha-archive-mobilebar--sort-only .arisha-mobile-sort{display:block!important}

/* Strong checkout placement — prevents Woo/Astra float rules breaking columns. */
.arisha-commerce-page--checkout form.checkout.woocommerce-checkout{
    display:grid!important;
    grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr)!important;
    grid-template-areas:"customer heading" "customer review"!important;
    grid-template-rows:auto 1fr!important;
    column-gap:26px!important;
    row-gap:0!important;
    width:100%!important;
    align-items:start!important;
}
.arisha-commerce-page--checkout #customer_details{grid-area:customer!important;display:block!important;width:100%!important;float:none!important;clear:none!important;margin:0!important;min-width:0!important}
.arisha-commerce-page--checkout #order_review_heading{grid-area:heading!important;width:100%!important;float:none!important;clear:none!important;margin:0!important;padding:18px 20px 14px!important;border:1px solid var(--ar-line);border-bottom:0;border-radius:15px 15px 0 0;background:#fff;font-size:22px!important;min-width:0!important}
.arisha-commerce-page--checkout #order_review{grid-area:review!important;width:100%!important;max-width:none!important;float:none!important;clear:none!important;margin:0!important;border-radius:0 0 15px 15px!important;position:static!important;min-width:0!important}
.arisha-commerce-page--checkout #order_review table{width:100%!important;table-layout:auto!important}
.arisha-commerce-page--checkout #customer_details .col-1,.arisha-commerce-page--checkout #customer_details .col-2{width:100%!important;max-width:none!important;float:none!important;clear:none!important;display:block!important}

/* Strong Login/Register reset — neutralize WooCommerce col2-set/Astra floats. */
.arisha-commerce-page--account .woocommerce #customer_login.col2-set,
.arisha-commerce-page--account #customer_login{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:22px!important;
    width:100%!important;
    margin:0!important;
}
.arisha-commerce-page--account #customer_login>.u-column1,
.arisha-commerce-page--account #customer_login>.u-column2,
.arisha-commerce-page--account #customer_login>.col-1,
.arisha-commerce-page--account #customer_login>.col-2{
    display:block!important;float:none!important;clear:none!important;width:auto!important;max-width:none!important;min-width:0!important;margin:0!important;padding:22px!important;border:1px solid var(--ar-line)!important;border-radius:14px!important;background:#fafafe!important;
}
.arisha-commerce-page--account #customer_login form{width:100%!important;margin:0!important}
.arisha-commerce-page--account #customer_login .form-row{width:100%!important;float:none!important}

@media(max-width:900px){
  .arisha-home-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .arisha-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

@media(max-width:767px){
  /* Faria-inspired two-row mobile header: centered logo, then leading/search/account/cart. */
  .arisha-store-header__main{border-bottom:1px solid var(--ar-line)}
  .arisha-store-header__main-inner{
      display:grid!important;
      grid-template-columns:38px minmax(0,1fr) auto!important;
      grid-template-areas:"logo logo logo" "lead search actions"!important;
      gap:9px 7px!important;
      padding:10px 0 9px!important;
      width:100%!important;
  }
  .arisha-store-header__logo{grid-area:logo!important;justify-self:center!important;justify-content:center!important;min-height:34px}
  .arisha-store-header__logo-img{max-width:150px!important;max-height:38px!important}
  .arisha-mobile-leading{grid-area:lead!important;display:grid!important;place-items:center!important;width:38px!important;height:42px!important;border:0!important;background:transparent!important;color:var(--ar-primary)!important;padding:0!important;margin:0!important;border-radius:8px!important}
  .arisha-mobile-leading svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .arisha-product-search{grid-area:search!important;height:42px!important;border-radius:8px!important}
  .arisha-product-search button{flex-basis:46px!important;min-width:46px!important}
  .arisha-store-header__actions{grid-area:actions!important;display:flex!important;gap:5px!important;align-items:center!important;justify-content:flex-end!important}
  .arisha-header-action--account{display:flex!important;padding:0 2px!important}
  .arisha-header-action--account span,.arisha-header-action--cart>span:last-child{display:none!important}
  .arisha-header-action>svg,.arisha-header-cart-icon>svg{width:25px!important;height:25px!important}
  .arisha-header-action{min-width:28px!important;justify-content:center!important}
  .arisha-header-cart-count{right:-7px!important;top:-8px!important}

  /* Header categories are now a floating drawer, not a second full-width bar. */
  .arisha-mobile-categories{display:block!important;height:0!important;padding:0!important;border:0!important;background:transparent!important;position:relative!important;z-index:10020!important}
  .arisha-mobile-categories__backdrop{display:none;position:fixed;inset:0;background:rgba(14,17,31,.36);z-index:10018}
  .arisha-mobile-categories__panel{display:none;position:fixed;left:12px;right:12px;top:120px;z-index:10019;max-height:min(66vh,560px);overflow:auto;margin:0!important;padding:0 0 8px!important;border-radius:14px!important;grid-template-columns:1fr!important;gap:0!important;box-shadow:0 22px 60px rgba(18,18,35,.22)!important}
  .arisha-mobile-categories__panel[hidden]{display:none!important}
  body.arisha-categories-open .arisha-mobile-categories__backdrop{display:block}
  body.arisha-categories-open .arisha-mobile-categories__panel{display:block!important}
  .arisha-mobile-categories__head{display:flex;align-items:center;justify-content:space-between;padding:14px 15px;background:var(--ar-dark);color:#fff;position:sticky;top:0;z-index:2}
  .arisha-mobile-categories__head strong{font-size:16px}
  .arisha-mobile-categories__head button{border:0!important;background:transparent!important;color:#fff!important;font-size:26px!important;padding:0!important;width:30px;height:30px;line-height:1!important}
  .arisha-mobile-categories__panel>a{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:12px 15px!important;border-radius:0!important;border-bottom:1px solid var(--ar-line)!important;background:#fff!important;font-size:13px!important;font-weight:700!important}
  .arisha-mobile-categories__panel>a:hover{background:var(--ar-soft)!important}
  .arisha-mobile-account-link{color:var(--ar-primary)!important}

  /* Homepage brand cards and flash sale. */
  .arisha-home-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .arisha-home-brand-card{grid-template-columns:38px minmax(0,1fr)!important;min-height:62px!important;padding:8px!important;column-gap:8px!important}
  .arisha-home-brand-card img{width:38px!important;height:38px!important}
  .arisha-home-brand-card strong{font-size:11px!important}
  .arisha-home-brand-card small{font-size:9px!important}

  /* Single product: hide thumbnail strip and use slide counter overlay. */
  body.single-product .woocommerce-product-gallery{position:relative!important;overflow:visible!important}
  body.single-product .woocommerce-product-gallery .flex-control-thumbs,
  body.single-product .woocommerce-product-gallery ol.flex-control-nav{display:none!important}
  .arisha-gallery-counter{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);z-index:12;background:rgba(43,43,49,.62);color:#fff;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:750;line-height:1.2;pointer-events:none}
  .arisha-direct-order-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:12px!important}
  .arisha-direct-order{min-height:46px!important;padding:8px 7px!important;font-size:12px!important;border-radius:8px!important;white-space:nowrap}

  /* Related grid exactly matches mobile archive cards. */
  .arisha-related-products{width:calc(100% - 24px)!important;max-width:none!important;margin:30px auto 78px!important}
  .arisha-related-heading h2{font-size:24px!important}
  .arisha-related-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important}

  /* Checkout: single-column, full-width review directly after billing. */
  .arisha-commerce-page--checkout form.checkout.woocommerce-checkout{display:block!important;width:100%!important}
  .arisha-commerce-page--checkout #customer_details,
  .arisha-commerce-page--checkout #order_review_heading,
  .arisha-commerce-page--checkout #order_review{display:block!important;width:100%!important;max-width:100%!important;float:none!important;clear:both!important;margin-left:0!important;margin-right:0!important}
  .arisha-commerce-page--checkout #order_review_heading{margin-top:18px!important;padding:16px 14px 12px!important}
  .arisha-commerce-page--checkout #order_review{padding:12px!important;margin-top:0!important;overflow:hidden!important}
  .arisha-commerce-page--checkout table.shop_table{table-layout:fixed!important;width:100%!important}
  .arisha-commerce-page--checkout table.shop_table th,.arisha-commerce-page--checkout table.shop_table td{padding:10px 7px!important;overflow-wrap:anywhere!important}
  .arisha-commerce-page--checkout .woocommerce-checkout-payment{width:100%!important;min-width:0!important}

  /* Login/Register stack without floated columns or blank areas. */
  .arisha-commerce-page--account .woocommerce #customer_login.col2-set,
  .arisha-commerce-page--account #customer_login{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;width:100%!important}
  .arisha-commerce-page--account #customer_login>.u-column1,
  .arisha-commerce-page--account #customer_login>.u-column2,
  .arisha-commerce-page--account #customer_login>.col-1,
  .arisha-commerce-page--account #customer_login>.col-2{width:100%!important;max-width:100%!important;float:none!important;clear:both!important;grid-column:1!important;padding:15px!important}
  .arisha-commerce-page--account .arisha-commerce-card{width:100%!important;max-width:100%!important;padding:10px!important}
}

@media(max-width:390px){
  .arisha-store-header__main-inner{grid-template-columns:34px minmax(0,1fr) auto!important;gap:7px 5px!important}
  .arisha-mobile-leading{width:34px!important}
  .arisha-header-action>svg,.arisha-header-cart-icon>svg{width:23px!important;height:23px!important}
  .arisha-product-search input[type=search]{padding-left:10px!important;font-size:12px!important}
  .arisha-direct-order{font-size:11px!important}
}

/* ==========================================================
   v1.7 — Standardized, customizable ecommerce storefront
   ========================================================== */
html{scroll-padding-top:110px}
body{font-family:var(--ar-body-font, "DM Sans", sans-serif)!important;color:var(--ar-text)!important;padding-bottom:0}
h1,h2,h3,h4,h5,h6,.arisha-sidebar-title,.arisha-card-atc,.button{font-family:var(--ar-heading-font, "DM Sans", sans-serif)!important}

/* Global width is controlled from Appearance > Customize. */
.arisha-shell,.arisha-header-shell,.arisha-archive-shell,.arisha-commerce-shell,.arisha-related-products,.arisha-pro-footer>.arisha-shell{
  width:min(var(--ar-site-width),calc(100% - 40px))!important;
  max-width:var(--ar-site-width)!important;
  margin-left:auto!important;margin-right:auto!important;
}

/* Fixed storefront header like an ecommerce app/site. */
.arisha-store-header{position:sticky!important;top:0;z-index:10010;background:#fff;box-shadow:0 2px 14px rgba(30,30,55,.06)}
body.admin-bar .arisha-store-header{top:32px}
.arisha-store-header__main{background:#fff}
.arisha-store-header__logo-img{display:block!important;width:auto!important;height:auto!important;max-width:190px!important;max-height:54px!important;object-fit:contain!important}
.arisha-store-header__logo-text{font-size:24px;font-weight:800;color:var(--ar-dark)}

/* Hero is now an image-only slider. */
.arisha-hero-grid--slider{grid-template-columns:236px minmax(0,1fr)!important;gap:18px!important;align-items:stretch!important}
.arisha-hero-slider{position:relative;border-radius:22px;overflow:hidden;aspect-ratio:1086/452;background:var(--ar-soft);box-shadow:var(--ar-shadow);min-width:0}
.arisha-hero-slide{position:absolute;inset:0;display:block;opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s ease;background:#f3f0ff}
.arisha-hero-slide.is-active{opacity:1;visibility:visible;z-index:1}
.arisha-hero-slide img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.arisha-hero-slide--fallback{display:grid!important;place-items:center!important;background:linear-gradient(125deg,#eae7ff,#ffe9ef)!important;color:var(--ar-dark)!important;text-decoration:none!important;opacity:1!important;visibility:visible!important}
.arisha-hero-slide--fallback div{text-align:center}.arisha-hero-slide--fallback strong{display:block;font-size:26px}.arisha-hero-slide--fallback span{display:block;margin-top:7px;color:var(--ar-muted)}
.arisha-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:40px;height:40px;border:0!important;border-radius:50%!important;background:rgba(255,255,255,.9)!important;color:var(--ar-dark)!important;font-size:27px!important;line-height:1!important;box-shadow:0 5px 16px rgba(15,15,35,.13);opacity:0;transition:.2s}
.arisha-hero-slider:hover .arisha-hero-arrow{opacity:1}.arisha-hero-arrow--prev{left:12px}.arisha-hero-arrow--next{right:12px}
.arisha-hero-dots{position:absolute;z-index:4;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px;padding:5px 7px;border-radius:999px;background:rgba(255,255,255,.65);backdrop-filter:blur(5px)}
.arisha-hero-dots button{width:7px;height:7px;border:0!important;border-radius:50%!important;background:#bbb!important;padding:0!important}.arisha-hero-dots button.is-active{width:22px;border-radius:20px!important;background:var(--ar-primary)!important}

/* Reusable horizontal carousel. No new rows when items increase. */
.arisha-heading-actions{display:flex;align-items:center;gap:7px}.arisha-heading-actions>a{margin-left:5px}
.arisha-carousel-arrow{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--ar-line)!important;border-radius:9px!important;background:#fff!important;color:var(--ar-text)!important;font-size:20px!important;padding:0!important;line-height:1!important}
.arisha-carousel-arrow:hover{border-color:var(--ar-primary)!important;color:var(--ar-primary)!important}
.arisha-carousel-track{display:flex!important;gap:13px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 8px;scrollbar-width:none}
.arisha-carousel-track::-webkit-scrollbar{display:none}
.arisha-category-carousel .arisha-category-card{flex:0 0 calc((100% - 39px)/4);min-width:245px;scroll-snap-align:start}
.arisha-brand-carousel .arisha-home-brand-card{flex:0 0 calc((100% - 52px)/5);min-width:190px;scroll-snap-align:start}

/* Category cards — larger readable labels, never truncate names. */
.arisha-category-card{grid-template-columns:70px minmax(0,1fr)!important;grid-template-rows:auto auto!important;min-height:96px!important;padding:12px 14px!important}
.arisha-category-card__image{width:70px!important;height:70px!important}
.arisha-category-card__name{font-size:15px!important;line-height:1.25!important;font-weight:700!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:break-word!important}
.arisha-category-card small{font-size:12px!important;line-height:1.3!important}

/* Top Brands carousel — logo-first, full names. */
.arisha-home-brand-grid{display:flex!important}
.arisha-home-brand-card{display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:11px!important;align-items:center!important;min-height:92px!important;padding:12px!important;border:1px solid var(--ar-line)!important;border-radius:14px!important;background:#fff!important;min-width:0}
.arisha-home-brand-card__logo{grid-row:1/3;width:64px;height:64px;border-radius:12px;background:#fafafe;display:grid;place-items:center;overflow:hidden;border:1px solid #f0f0f5}
.arisha-home-brand-card__logo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:7px!important;background:#fff!important;border:0!important;border-radius:0!important}
.arisha-home-brand-card__logo>span{font-size:26px;font-weight:800;color:var(--ar-primary)}
.arisha-home-brand-card strong{font-size:14px!important;line-height:1.25!important;align-self:end!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:break-word!important}
.arisha-home-brand-card small{font-size:11px!important;line-height:1.25!important;align-self:start!important}

/* Product cards — full titles, readable typography and tighter title/price rhythm. */
.arisha-product-card__body{gap:0!important;padding:13px!important}
.arisha-product-card h3,.arisha-archive-grid .arisha-product-card h3{
  font-size:15px!important;line-height:1.38!important;font-weight:650!important;
  margin:5px 0 5px!important;min-height:0!important;max-height:none!important;
  display:block!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;
}
.arisha-product-card h3 a{display:block!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:break-word!important}
.arisha-product-card__price,.arisha-archive-grid .arisha-product-card__price{font-size:18px!important;line-height:1.25!important;margin-top:1px!important}
.arisha-product-card__actions{margin-top:10px!important}
.arisha-card-atc.button{display:flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;height:auto!important;line-height:1.15!important;padding:10px 8px!important;margin:0!important;text-align:center!important;white-space:normal!important}

/* Promo customization. */
.arisha-promo{background:var(--ar-promo-bg)!important;color:var(--ar-promo-text)!important}
.arisha-promo h2{color:var(--ar-promo-title)!important}.arisha-promo p,.arisha-promo .arisha-kicker{color:var(--ar-promo-text)!important}
.arisha-promo .arisha-btn--light{background:var(--ar-promo-button-bg)!important;color:var(--ar-promo-button-color)!important}

/* Brand taxonomy archive gets the same true full-width shell as Shop/category. */
body.tax-product_brand .site-content> .ast-container,body.tax-product_brand #content>.ast-container,
body.tax-pwb-brand .site-content> .ast-container,body.tax-pwb-brand #content>.ast-container{
  max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important;display:block!important
}
body.tax-product_brand #primary,body.tax-pwb-brand #primary{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;float:none!important}
body.tax-product_brand .arisha-archive-page,body.tax-pwb-brand .arisha-archive-page{width:100%!important}
.arisha-archive-shell{width:min(var(--ar-site-width),calc(100% - 40px))!important;max-width:var(--ar-site-width)!important}

/* Sorting stays attached to archive title instead of floating. */
.arisha-archive-mobilebar{display:none!important}
.arisha-archive-header{align-items:center!important}.arisha-desktop-sort{margin-left:auto;align-self:center}
.arisha-desktop-sort .woocommerce-ordering{margin:0!important;float:none!important}
.arisha-desktop-sort select{min-width:150px!important}

/* Professional customizable footer. */
#colophon.site-footer{display:none!important}
.arisha-pro-footer{background:#f7f7fa;border-top:1px solid var(--ar-line);margin-top:50px;color:var(--ar-text)}
.arisha-pro-footer__grid{display:grid;grid-template-columns:1.15fr 1fr .8fr .8fr;gap:36px;padding-top:42px;padding-bottom:34px}
.arisha-footer-brand{display:inline-flex;align-items:center;text-decoration:none!important}.arisha-footer-logo{max-width:190px;max-height:58px;width:auto;height:auto;object-fit:contain}.arisha-footer-site-name{font-size:25px;color:var(--ar-dark)}
.arisha-footer-widget p{font-size:14px;line-height:1.7;color:var(--ar-muted);max-width:310px;margin:13px 0}.arisha-footer-widget h3{font-size:16px;margin:0 0 15px;color:var(--ar-text)}
.arisha-footer-socials{display:flex;gap:8px}.arisha-footer-socials a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--ar-line);color:var(--ar-text)!important;text-decoration:none!important;font-weight:750}
.arisha-footer-contact,.arisha-footer-menu{list-style:none!important;margin:0!important;padding:0!important}.arisha-footer-contact li{display:flex;align-items:flex-start;gap:8px;margin-bottom:10px;font-size:14px;color:var(--ar-muted)}.arisha-footer-contact a,.arisha-footer-contact span,.arisha-footer-menu a{color:var(--ar-muted)!important;text-decoration:none!important}.arisha-footer-menu li{margin-bottom:9px}.arisha-footer-menu a{font-size:14px}.arisha-footer-menu a:hover{color:var(--ar-primary)!important}
.arisha-pro-footer__bottom{border-top:1px solid #dddfe8;display:flex;justify-content:space-between;gap:15px;padding-top:16px;padding-bottom:18px;font-size:12px;color:var(--ar-muted)}

/* Cart recommendations and mobile checkout summary. */
.arisha-cart-recommendations{margin-top:28px}.arisha-cart-recommendations__grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.arisha-mobile-cart-summary,.arisha-mobile-place-order,.arisha-mobile-bottom-nav{display:none}

/* Checkout: softer background, readable totals/price column. */
.arisha-commerce-page--checkout{background:#f6f5fa!important}.arisha-commerce-page--checkout .arisha-commerce-card{background:#f8f7fb!important;border-color:#e5e3ed!important}
.arisha-commerce-page--checkout #customer_details .col-1,.arisha-commerce-page--checkout #customer_details .col-2{background:#fff!important;border-radius:14px;padding:18px!important;border:1px solid var(--ar-line)!important}
.arisha-commerce-page--checkout #order_review_heading,.arisha-commerce-page--checkout #order_review{background:#fff!important}
.arisha-commerce-page--checkout #order_review table.shop_table{table-layout:auto!important}
.arisha-commerce-page--checkout #order_review table.shop_table th:last-child,.arisha-commerce-page--checkout #order_review table.shop_table td:last-child{width:130px!important;min-width:130px!important;text-align:right!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important}
.arisha-commerce-page--checkout #order_review table.shop_table td.product-name{padding-right:12px!important;overflow-wrap:break-word!important}
.arisha-commerce-page--checkout #payment{background:#f9f8fc!important}

/* Account forms keep two balanced columns on desktop. */
.arisha-commerce-page--account .arisha-commerce-card{background:#f8f7fb!important}
.arisha-commerce-page--account #customer_login>.u-column1,.arisha-commerce-page--account #customer_login>.u-column2{background:#fff!important}

@media(max-width:921px){
  .arisha-hero-grid--slider{grid-template-columns:190px minmax(0,1fr)!important}
  .arisha-category-carousel .arisha-category-card{flex-basis:calc((100% - 13px)/2)}
  .arisha-brand-carousel .arisha-home-brand-card{flex-basis:calc((100% - 26px)/3)}
  .arisha-cart-recommendations__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

@media(max-width:767px){
  html{scroll-padding-top:118px}
  body.admin-bar .arisha-store-header{top:46px}
  body:not(.single-product){padding-bottom:72px!important}

  /* Faria-like mobile sticky header: logo row + menu/search/cart row. */
  .arisha-store-header__top{display:none!important}
  .arisha-store-header__main-inner{grid-template-columns:36px minmax(0,1fr) 38px!important;grid-template-areas:"logo logo logo" "lead search actions"!important;padding:8px 8px 9px!important;gap:7px!important}
  .arisha-store-header__logo{min-height:33px!important}.arisha-store-header__logo-img{max-width:145px!important;max-height:36px!important}.arisha-store-header__logo-text{font-size:20px!important}
  .arisha-header-action--account{display:none!important}.arisha-store-header__actions{width:38px!important}.arisha-header-action--cart{display:flex!important;width:38px!important;min-width:38px!important;padding:0!important}
  .arisha-header-cart-icon>svg{width:27px!important;height:27px!important}
  .arisha-product-search{height:40px!important;border-width:1.5px!important}.arisha-product-search input[type=search]{font-size:13px!important}.arisha-product-search button{min-width:44px!important;flex-basis:44px!important}

  /* Image slider becomes a compact responsive storefront banner. */
  .arisha-hero-wrap{padding:10px 0 2px!important}.arisha-hero-grid--slider{display:block!important}.arisha-cat-menu{display:none!important}
  .arisha-hero-slider{width:100%!important;aspect-ratio:2.2/1!important;border-radius:11px!important;box-shadow:none!important}
  .arisha-hero-arrow{display:none!important}.arisha-hero-dots{bottom:6px!important;padding:3px 5px!important}.arisha-hero-dots button{height:5px!important;width:5px!important}.arisha-hero-dots button.is-active{width:17px!important}

  .arisha-heading{align-items:flex-end!important;gap:8px!important}.arisha-heading h2{font-size:25px!important}.arisha-heading p{font-size:12px!important}.arisha-heading-actions{gap:4px}.arisha-carousel-arrow{width:31px;height:31px;font-size:18px!important}.arisha-heading-actions>a{font-size:11px!important}
  .arisha-carousel-track{margin-right:0!important;padding-right:1px!important}
  .arisha-category-carousel .arisha-category-card{flex:0 0 78%!important;min-width:0!important;grid-template-columns:62px minmax(0,1fr)!important;min-height:84px!important}
  .arisha-category-card__image{width:62px!important;height:62px!important}.arisha-category-card__name{font-size:14px!important}.arisha-category-card small{font-size:11px!important}
  .arisha-brand-carousel .arisha-home-brand-card{flex:0 0 72%!important;min-width:0!important;grid-template-columns:58px minmax(0,1fr)!important;min-height:82px!important}
  .arisha-home-brand-card__logo{width:58px;height:58px}.arisha-home-brand-card strong{font-size:14px!important}.arisha-home-brand-card small{font-size:11px!important}

  .arisha-product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;overflow:visible!important;gap:9px!important;margin-right:0!important;padding-bottom:0!important}
  .arisha-product-card{width:100%!important;min-width:0!important}.arisha-product-card h3,.arisha-archive-grid .arisha-product-card h3{font-size:13.5px!important;line-height:1.38!important;margin:5px 0 4px!important}.arisha-product-card__price{font-size:17px!important}.arisha-card-atc.button{font-size:12px!important;min-height:39px!important;padding:8px 5px!important}

  /* App-like bottom nav except on single product pages. */
  .arisha-mobile-bottom-nav{position:fixed;display:grid!important;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;z-index:10030;background:#fff;border-top:1px solid #e2e2e8;box-shadow:0 -7px 24px rgba(25,25,45,.10);padding:6px max(7px,env(safe-area-inset-left)) calc(5px + env(safe-area-inset-bottom))}
  .arisha-mobile-bottom-nav a,.arisha-mobile-bottom-nav button{appearance:none;border:0!important;background:transparent!important;color:#454551!important;text-decoration:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;min-height:48px!important;padding:2px!important;font-family:inherit!important}
  .arisha-mobile-bottom-nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.arisha-mobile-bottom-nav span{font-size:10px;line-height:1.1}.arisha-mobile-bottom-nav a:hover,.arisha-mobile-bottom-nav button:hover{color:var(--ar-primary)!important}
  body.single-product .arisha-mobile-bottom-nav{display:none!important}

  /* Footer stacks cleanly above bottom nav. */
  .arisha-pro-footer{margin-top:34px}.arisha-pro-footer__grid{grid-template-columns:1fr 1fr!important;gap:26px 18px!important;padding:30px 3px 24px!important}.arisha-footer-widget--brand{grid-column:1/-1}.arisha-footer-logo{max-width:155px;max-height:48px}.arisha-footer-widget p{font-size:13px}.arisha-footer-widget h3{font-size:15px}.arisha-footer-contact li,.arisha-footer-menu a{font-size:12px}.arisha-pro-footer__bottom{flex-direction:column!important;text-align:center!important;gap:3px!important;padding:13px 0 16px!important}

  /* Mobile cart page: recommendations + fixed subtotal checkout above bottom nav. */
  .arisha-cart-recommendations__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .arisha-mobile-cart-summary{position:fixed;display:flex!important;align-items:center;justify-content:space-between;gap:10px;left:0;right:0;bottom:64px;z-index:10029;background:#fff;border-top:1px solid var(--ar-line);padding:8px 10px;box-shadow:0 -5px 18px rgba(20,20,35,.06)}
  .arisha-mobile-cart-summary>div{display:flex;flex-direction:column;line-height:1.1}.arisha-mobile-cart-summary small{font-size:10px;color:var(--ar-muted)}.arisha-mobile-cart-summary strong{font-size:15px;color:var(--ar-primary)}.arisha-mobile-cart-summary>a{min-width:112px;min-height:42px;display:grid;place-items:center;background:var(--ar-primary);color:#fff!important;text-decoration:none!important;border-radius:9px;font-weight:750;font-size:13px}
  body.woocommerce-cart{padding-bottom:128px!important}

  /* Mobile checkout fixed confirm order above bottom nav. */
  .arisha-mobile-place-order{position:fixed;display:flex!important;align-items:center;justify-content:space-between;gap:10px;left:0;right:0;bottom:64px;z-index:10029;background:#fff;border-top:1px solid var(--ar-line);padding:8px 10px;box-shadow:0 -5px 18px rgba(20,20,35,.06)}
  .arisha-mobile-place-order>span{display:flex;flex-direction:column}.arisha-mobile-place-order small{font-size:10px;color:var(--ar-muted)}.arisha-mobile-place-order strong{font-size:15px;color:var(--ar-primary)}.arisha-mobile-place-order button{min-width:130px;min-height:42px;border:0!important;border-radius:9px!important;background:var(--ar-primary)!important;color:#fff!important;font-weight:750!important;font-size:13px!important;padding:0 14px!important}
  body.woocommerce-checkout:not(.woocommerce-order-received){padding-bottom:128px!important}
  .arisha-commerce-page--checkout #place_order{visibility:hidden!important;height:1px!important;min-height:1px!important;padding:0!important;margin:0!important;overflow:hidden!important}

  /* Checkout order table: preserve a usable price column on narrow devices. */
  .arisha-commerce-page--checkout #order_review{padding:10px!important;background:#fff!important;border-radius:0 0 14px 14px!important}
  .arisha-commerce-page--checkout #order_review table.shop_table{table-layout:fixed!important;font-size:12px!important}
  .arisha-commerce-page--checkout #order_review table.shop_table th,.arisha-commerce-page--checkout #order_review table.shop_table td{padding:10px 7px!important;vertical-align:top!important}
  .arisha-commerce-page--checkout #order_review table.shop_table th:last-child,.arisha-commerce-page--checkout #order_review table.shop_table td:last-child{width:92px!important;min-width:92px!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;text-align:right!important}
  .arisha-commerce-page--checkout #order_review table.shop_table td.product-name{width:auto!important;padding-right:8px!important;font-size:12px!important;line-height:1.45!important}
  .arisha-commerce-page--checkout #order_review .amount{white-space:nowrap!important;font-size:12px!important}
  .arisha-commerce-page--checkout{background:#f5f4f9!important}

  /* Archive width and correct sort placement on all taxonomies including brands. */
  body.tax-product_brand .site-content>.ast-container,body.tax-pwb-brand .site-content>.ast-container{width:100%!important;max-width:none!important;padding:0!important;margin:0!important}
  .arisha-archive-shell{width:calc(100% - 20px)!important;max-width:none!important}
  .arisha-archive-layout{display:block!important}.arisha-archive-sidebar{display:none!important}
  .arisha-archive-header{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;align-items:end!important;margin-bottom:9px!important}
  .arisha-archive-header>div:first-child{min-width:0}.arisha-archive-header h1{font-size:26px!important;margin:5px 0 0!important}.arisha-desktop-sort{display:block!important;align-self:end!important;margin:0!important}.arisha-desktop-sort select{min-width:0!important;width:112px!important;height:38px!important;min-height:38px!important;padding:0 25px 0 8px!important;font-size:11px!important;border-radius:9px!important;text-overflow:ellipsis!important}
  .arisha-archive-meta{margin-bottom:10px!important;font-size:12px!important}

  /* Single product keeps its own bottom add-to-cart; no generic nav. */
  body.single-product{padding-bottom:70px!important}
}

@media(max-width:390px){
  .arisha-shell,.arisha-header-shell,.arisha-commerce-shell{width:calc(100% - 16px)!important}
  .arisha-hero-slider{aspect-ratio:2.05/1!important}
  .arisha-product-card h3,.arisha-archive-grid .arisha-product-card h3{font-size:13px!important}
  .arisha-card-atc.button{font-size:11.5px!important}
  .arisha-pro-footer__grid{grid-template-columns:1fr!important}.arisha-footer-widget--brand{grid-column:auto}
}
