/* Arabira 3.2 — safe visual and experience layer */
:root{--arso-nav-h:58px;--arso-card-radius:16px}

/* Equal, centered mobile shop cards without replacing WoodMart's loop. */
@media (max-width:767px){
  body.post-type-archive-product .site-content,
  body.tax-product_cat .site-content,
  body.tax-product_tag .site-content{padding-inline:10px!important;overflow-x:hidden}
  body.post-type-archive-product .products,
  body.tax-product_cat .products,
  body.tax-product_tag .products{width:100%!important;margin-inline:auto!important;align-items:stretch!important}
  body.post-type-archive-product .product-grid-item,
  body.tax-product_cat .product-grid-item,
  body.tax-product_tag .product-grid-item{height:100%;min-width:0}
  body.post-type-archive-product .product-grid-item .product-wrapper,
  body.tax-product_cat .product-grid-item .product-wrapper,
  body.tax-product_tag .product-grid-item .product-wrapper{height:100%;display:flex;flex-direction:column}
  body.post-type-archive-product .product-grid-item .product-element-bottom,
  body.tax-product_cat .product-grid-item .product-element-bottom,
  body.tax-product_tag .product-grid-item .product-element-bottom{display:flex;flex:1;flex-direction:column}
  body.post-type-archive-product .product-grid-item .wd-add-btn,
  body.tax-product_cat .product-grid-item .wd-add-btn,
  body.tax-product_tag .product-grid-item .wd-add-btn{margin-top:auto}
}

/* Personalized shelves */
.arso-personal-shelf{margin:20px 0 28px;padding:20px;border:1px solid #f3dbe8;border-radius:22px;background:linear-gradient(135deg,#fff,#fff7fb);box-shadow:0 12px 30px rgba(81,47,70,.07);clear:both}
.arso-personal-shelf__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}
.arso-personal-shelf__head h2{margin:3px 0 4px;font-size:24px}.arso-personal-shelf__head p{margin:0;color:#7a6873}
.arso-personal-shelf__eyebrow{font-size:12px;color:var(--arso-primary,#ef5aa8);font-weight:800}
.arso-view-all{display:inline-flex;min-width:150px;height:44px;align-items:center;justify-content:center;border-radius:12px;background:#fff;border:1px solid #ef5aa8;color:#d93488;font-weight:800;white-space:nowrap}
.arso-personal-shelf .arso-growth-products{grid-template-columns:repeat(4,minmax(0,1fr))}
.arso-personal-shelf .arso-growth-product-card{height:100%;display:flex;flex-direction:column}
.arso-personal-shelf .arso-growth-product-card__body{display:flex;flex:1;flex-direction:column}.arso-personal-shelf .arso-growth-product-card__body .button{margin-top:auto}
.arso-inline-shop-recommendation{grid-column:1/-1!important;width:100%!important;max-width:none!important;list-style:none!important}
.arso-inline-shop-recommendation .arso-personal-shelf{margin:10px 0}
@media(max-width:767px){
 .arso-personal-shelf{margin:14px 0 20px;padding:14px 12px;border-radius:18px}
 .arso-personal-shelf__head{align-items:stretch;flex-direction:column}.arso-personal-shelf__head h2{font-size:19px}
 .arso-view-all{width:100%;min-width:0;height:44px}
 .arso-personal-shelf .arso-growth-products{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(156px,72%);grid-template-columns:none!important;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:7px;gap:10px}
 .arso-personal-shelf .arso-growth-product-card{scroll-snap-align:start;min-height:390px}
 .arso-personal-shelf .arso-growth-product-card__image{height:170px}
 .arso-inline-shop-recommendation .arso-personal-shelf .arso-growth-products{grid-auto-columns:minmax(155px,78%)}
}

/* Native Woo filters: prettier and collapsible, while keeping native links/forms. */
.arso-native-filters{border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(62,43,57,.07);padding:12px}
.arso-native-filters__head{padding:8px 7px 14px;border-bottom:1px solid #f0e6ec}.arso-native-filters__head strong{font-size:18px}
.arso-native-filter-section{border:1px solid #f1e5ec;border-radius:14px;margin:10px 0;background:#fff;overflow:hidden}
.arso-native-filter-section>.arso-native-filter-title,.arso-native-filter-section>.widget-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0!important;padding:14px 13px!important;background:#fff8fb;cursor:pointer;font-size:14px!important;font-weight:800!important;user-select:none}
.arso-filter-chevron{font-size:18px;transition:transform .2s ease}.arso-native-filter-section.is-collapsed .arso-filter-chevron{transform:rotate(90deg)}
.arso-native-filter-section.is-collapsed>:not(.arso-native-filter-title):not(.widget-title){display:none!important}
.arso-native-filter-section form,.arso-native-filter-section ul,.arso-native-filter-section .price_slider_wrapper,.arso-native-filter-section .woocommerce-widget-layered-nav-dropdown{margin:0!important;padding:12px!important}
.arso-native-product-search .woocommerce-product-search{display:grid;grid-template-columns:1fr auto;gap:7px}.arso-native-product-search input{min-width:0;border-radius:10px!important}.arso-native-product-search button{border-radius:10px!important;background:var(--arso-primary,#ef5aa8)!important;color:#fff!important}
@media(max-width:767px){.arso-native-filters{border-radius:18px 18px 0 0;padding-bottom:calc(var(--arso-nav-h) + 20px)}}

/* Campaign top bar */
.arso-campaign-bar{position:sticky;top:0;z-index:1001;min-height:40px;display:flex;align-items:center;justify-content:center;gap:14px;padding:8px 14px;background:linear-gradient(90deg,#f75cab,#ef5aa8,#fa7ebc);color:#fff;opacity:0;transform:translateY(-100%);transition:.28s ease;box-shadow:0 5px 18px rgba(230,59,142,.18);text-align:center;font-weight:800}
.admin-bar .arso-campaign-bar{top:32px}.arso-campaign-bar.is-visible{opacity:1;transform:none}.arso-campaign-bar[hidden]{display:none!important}
.arso-campaign-bar__messages{position:relative;min-height:22px;min-width:min(620px,75vw)}.arso-campaign-bar__messages>span{position:absolute;inset:0;opacity:0;transform:translateY(8px);transition:.25s ease}.arso-campaign-bar__messages>span.is-active{opacity:1;transform:none}.arso-campaign-bar__spark{animation:arsoSpark 1.6s ease-in-out infinite}
@keyframes arsoSpark{50%{transform:scale(1.25) rotate(12deg)}}
@media(max-width:782px){.admin-bar .arso-campaign-bar{top:0}.arso-campaign-bar{font-size:12px;min-height:38px}.arso-campaign-bar__messages{min-width:76vw}}

/* Campaign popup */
.arso-campaign-popup{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;opacity:0;transition:.18s}.arso-campaign-popup.is-open{opacity:1}.arso-campaign-popup[hidden]{display:none!important}.arso-campaign-popup__backdrop{position:absolute;inset:0;border:0;background:rgba(25,14,23,.48);backdrop-filter:blur(4px)}
.arso-campaign-popup__card{position:relative;width:min(430px,calc(100% - 28px));padding:30px;border-radius:24px;background:linear-gradient(145deg,#fff,#fff1f8);box-shadow:0 24px 80px rgba(46,24,40,.28);text-align:center;transform:translateY(16px) scale(.97);transition:.2s}.arso-campaign-popup.is-open .arso-campaign-popup__card{transform:none}.arso-campaign-popup__icon{display:grid;width:62px;height:62px;margin:0 auto 12px;place-items:center;border-radius:50%;background:#ef5aa8;color:#fff;font-size:27px}.arso-campaign-popup__card h3{font-size:23px;margin:4px 0 8px}.arso-campaign-popup__card p{line-height:1.9}.arso-campaign-popup__card .button{background:#ef5aa8;color:#fff;border-radius:12px}.arso-campaign-popup__close{position:absolute;top:10px;left:10px;border:0;background:transparent;font-size:26px}
@media(max-width:767px){.arso-campaign-popup{align-items:end}.arso-campaign-popup__card{width:100%;border-radius:24px 24px 0 0;padding-bottom:calc(28px + env(safe-area-inset-bottom))}}

/* Product navigator */
.arso-navigator-open{overflow:hidden}.arso-navigator-modal{position:fixed;inset:0;z-index:100003;opacity:0;transition:.18s}.arso-navigator-modal[hidden]{display:none!important}.arso-navigator-modal.is-open{opacity:1}.arso-navigator-backdrop{position:absolute;inset:0;border:0;background:rgba(28,16,25,.48);backdrop-filter:blur(4px)}
.arso-navigator-dialog{position:absolute;top:50%;left:50%;width:min(900px,calc(100% - 30px));max-height:min(720px,88vh);overflow:auto;transform:translate(-50%,-46%);border-radius:26px;background:#fff;box-shadow:0 26px 90px rgba(36,18,31,.3);transition:.22s}.arso-navigator-modal.is-open .arso-navigator-dialog{transform:translate(-50%,-50%)}.arso-navigator-close{position:absolute;top:14px;left:14px;z-index:2;border:0;background:#fff0f7;width:36px;height:36px;border-radius:50%;font-size:25px}.arso-navigator-handle{display:none}
.arso-product-navigator{padding:26px}.arso-product-navigator__head{display:flex;gap:13px;align-items:center;padding-left:40px}.arso-product-navigator__head>span{display:grid;width:48px;height:48px;place-items:center;border-radius:15px;background:#ef5aa8;color:#fff;font-size:22px}.arso-product-navigator__head h2{margin:0 0 4px;font-size:23px}.arso-product-navigator__head p{margin:0;color:#776670}
.arso-navigator-tabs{display:flex;gap:8px;margin:20px 0}.arso-navigator-tabs button{flex:1;border:1px solid #eedde7;border-radius:12px;background:#fff;padding:12px;font-weight:800}.arso-navigator-tabs button.is-active{background:#ef5aa8;color:#fff;border-color:#ef5aa8}.arso-navigator-view{display:none}.arso-navigator-view.is-active{display:block}.arso-navigator-breadcrumb{display:flex;align-items:center;gap:7px;margin-bottom:12px}.arso-navigator-breadcrumb button{border:0;background:#fff2f8;border-radius:9px;padding:8px 10px}
.arso-navigator-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.arso-navigator-grid>a,.arso-navigator-grid>button{display:flex;min-height:80px;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;padding:13px;border:1px solid #eee0e8;border-radius:14px;background:#fff;color:#3e303a;text-align:right;transition:.18s}.arso-navigator-grid>a:hover,.arso-navigator-grid>button:hover{border-color:#ef5aa8;box-shadow:0 8px 20px rgba(239,90,168,.12);transform:translateY(-2px)}.arso-navigator-grid small{color:#8a7882}.arso-navigator-brand-search input{width:100%;margin-bottom:12px;border-radius:12px!important}.arso-navigator-button{display:inline-flex;align-items:center;gap:7px;border:0;border-radius:12px;padding:11px 15px;background:#ef5aa8;color:#fff;font-weight:800}
@media(max-width:767px){.arso-navigator-dialog{top:auto;bottom:0;left:0;width:100%;max-height:86vh;transform:translateY(100%);border-radius:24px 24px 0 0;padding-bottom:env(safe-area-inset-bottom)}.arso-navigator-modal.is-open .arso-navigator-dialog{transform:none}.arso-navigator-handle{display:block;width:48px;height:5px;margin:8px auto 0;border-radius:10px;background:#d9c9d2}.arso-product-navigator{padding:16px 12px 22px}.arso-product-navigator__head h2{font-size:18px}.arso-product-navigator__head p{font-size:12px}.arso-navigator-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.arso-navigator-grid>a,.arso-navigator-grid>button{min-height:72px}}

/* Customer profile */
.arso-customer-profile__hero{display:flex;gap:14px;align-items:center;padding:20px;border-radius:18px;background:linear-gradient(135deg,#fff1f8,#fff)}.arso-customer-profile__hero>span{display:grid;width:52px;height:52px;place-items:center;border-radius:16px;background:#ef5aa8;color:#fff;font-size:24px}.arso-customer-profile__hero h2{margin:0 0 5px}.arso-customer-profile__hero p{margin:0}.arso-profile-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0}.arso-profile-group{padding:15px;border:1px solid #eee2e8;border-radius:15px}.arso-profile-group h3{font-size:15px;margin:0 0 9px}.arso-profile-chips{display:flex;flex-wrap:wrap;gap:7px}.arso-profile-chips span{padding:7px 10px;border-radius:999px;background:#fff0f7;color:#a42f70;font-size:12px}.arso-profile-note{color:#75656f;font-size:12px}
@media(max-width:600px){.arso-profile-groups{grid-template-columns:1fr}}

/* Beauty party dynamic hero */
.arso-beauty-party-hero__visual{position:relative;min-height:350px;overflow:hidden}.arso-party-hero-slide{position:absolute;inset:0;display:flex;opacity:0;pointer-events:none;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:22px;transform:translateX(-20px);transition:.45s ease;color:inherit}.arso-party-hero-slide.is-active{opacity:1;pointer-events:auto;transform:none}.arso-party-hero-slide img{width:min(230px,70%);height:210px;object-fit:contain;filter:drop-shadow(0 14px 16px rgba(82,31,61,.15))}.arso-party-hero-slide>div{text-align:center}.arso-party-hero-slide>div strong{display:block;max-width:310px}.arso-party-hero-slide__badge{position:absolute;top:14px;right:14px;background:#ef5aa8;color:#fff;border-radius:999px;padding:7px 11px;font-size:11px}.arso-party-hero-dots{position:absolute;bottom:12px;left:50%;display:flex;gap:6px;transform:translateX(-50%);z-index:4}.arso-party-hero-dots button{width:8px;height:8px;border:0;border-radius:999px;background:#d8bdcc;padding:0}.arso-party-hero-dots button.is-active{width:25px;background:#ef5aa8}

/* Pulse any WoodMart custom navbar link pointing to Beauty Party. */
.wd-toolbar a[href*="beauty-party"],.woodmart-toolbar a[href*="beauty-party"]{position:relative;color:#ef348f!important}.wd-toolbar a[href*="beauty-party"] .wd-tools-icon,.woodmart-toolbar a[href*="beauty-party"] .wd-tools-icon{background:#ef5aa8!important;color:#fff!important;border-radius:18px;box-shadow:0 0 0 0 rgba(239,90,168,.45);animation:arsoBeautyPulse 1.7s infinite}.wd-toolbar a[href*="beauty-party"]:after,.woodmart-toolbar a[href*="beauty-party"]:after{content:"";position:absolute;top:1px;right:20%;width:7px;height:7px;border-radius:50%;background:#ffcf3f}
@keyframes arsoBeautyPulse{70%{box-shadow:0 0 0 12px rgba(239,90,168,0)}100%{box-shadow:0 0 0 0 rgba(239,90,168,0)}}

/* Sticky mobile purchase bar, safely above WoodMart toolbar. */
.arso-sticky-purchase{display:none}
@media(max-width:767px){.arso-sticky-purchase{position:fixed;z-index:340;right:8px;left:8px;bottom:calc(var(--arso-nav-h) + env(safe-area-inset-bottom) + 8px);display:flex;align-items:center;gap:9px;padding:9px 10px;border:1px solid #f0dce7;border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(41,20,34,.2);backdrop-filter:blur(10px)}.arso-sticky-purchase__meta{min-width:0;flex:1}.arso-sticky-purchase__meta>span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.arso-sticky-purchase__meta>strong{display:block;color:#ef348f}.arso-sticky-purchase>.button{min-width:145px;height:44px;border-radius:12px!important;background:#ef5aa8!important;color:#fff!important;padding:0 12px!important}.single-product{padding-bottom:130px}}

/* Admin */
.arso-experience-admin{max-width:1060px}.arso-ex-card{margin:16px 0;padding:20px;border:1px solid #e5dbe1;border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(47,31,41,.04)}.arso-ex-card h2{margin-top:0}.arso-ex-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.arso-ex-check{display:flex;gap:8px;align-items:center;margin:10px 0}.arso-ex-field{display:grid;gap:6px;margin:10px 0}.arso-ex-field input,.arso-ex-field textarea{width:100%;max-width:650px}.arso-ex-field span{font-weight:700}@media(max-width:782px){.arso-ex-grid{grid-template-columns:1fr}}
.arso-profile-recent,.arso-profile-recommendations{margin-top:22px}.arso-profile-recent>h3,.arso-profile-recommendations>h3{margin-bottom:12px}.arso-customer-profile .arso-growth-products{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:767px){.arso-customer-profile .arso-growth-products{display:grid;grid-auto-flow:column;grid-auto-columns:72%;grid-template-columns:none;overflow-x:auto}}

/* ===== Arabira 3.3 stabilisation and mobile polish ===== */

/* Never cover the WoodMart mini-cart or checkout CTA. */
body.arso-side-cart-open .arso-sticky-purchase,
.arso-sticky-purchase.is-temporarily-hidden,
body.wd-side-hidden-opened .arso-sticky-purchase,
body.wd-opened .arso-sticky-purchase {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(18px) !important;
}
.arso-sticky-purchase{transition:opacity .18s ease,transform .18s ease,visibility .18s ease}

/* Use the full mobile width symmetrically and keep all cards equal. */
@media (max-width:767px){
  body.post-type-archive-product .main-page-wrapper,
  body.tax-product_cat .main-page-wrapper,
  body.tax-product_tag .main-page-wrapper{overflow-x:hidden}
  body.post-type-archive-product .site-content,
  body.tax-product_cat .site-content,
  body.tax-product_tag .site-content{width:100%!important;max-width:100%!important;padding-right:10px!important;padding-left:10px!important;margin:0 auto!important}
  body.post-type-archive-product .products.wd-products,
  body.tax-product_cat .products.wd-products,
  body.tax-product_tag .products.wd-products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0!important;width:100%!important}
  body.post-type-archive-product .product-grid-item,
  body.tax-product_cat .product-grid-item,
  body.tax-product_tag .product-grid-item{width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;display:flex!important}
  body.post-type-archive-product .product-grid-item .product-wrapper,
  body.tax-product_cat .product-grid-item .product-wrapper,
  body.tax-product_tag .product-grid-item .product-wrapper{width:100%;min-height:420px!important;border-radius:14px;overflow:hidden}
  body.post-type-archive-product .product-grid-item .product-element-top,
  body.tax-product_cat .product-grid-item .product-element-top,
  body.tax-product_tag .product-grid-item .product-element-top{height:190px!important;display:flex;align-items:center;justify-content:center}
  body.post-type-archive-product .product-grid-item .product-image-link img,
  body.tax-product_cat .product-grid-item .product-image-link img,
  body.tax-product_tag .product-grid-item .product-image-link img{width:100%!important;height:180px!important;object-fit:contain!important}
  body.post-type-archive-product .product-grid-item .wd-entities-title,
  body.tax-product_cat .product-grid-item .wd-entities-title,
  body.tax-product_tag .product-grid-item .wd-entities-title{min-height:48px;line-height:1.65;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
  body.post-type-archive-product .product-grid-item .wd-product-cats,
  body.tax-product_cat .product-grid-item .wd-product-cats,
  body.tax-product_tag .product-grid-item .wd-product-cats{min-height:22px}
  body.post-type-archive-product .product-grid-item .price,
  body.tax-product_cat .product-grid-item .price,
  body.tax-product_tag .product-grid-item .price{min-height:30px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}
  body.post-type-archive-product .product-grid-item .wd-add-btn,
  body.tax-product_cat .product-grid-item .wd-add-btn,
  body.tax-product_tag .product-grid-item .wd-add-btn{width:100%;margin-top:auto!important}
  body.post-type-archive-product .product-grid-item .wd-add-btn .button,
  body.tax-product_cat .product-grid-item .wd-add-btn .button,
  body.tax-product_tag .product-grid-item .wd-add-btn .button{width:100%;min-height:42px;display:flex;align-items:center;justify-content:center}
}

/* Filter interface: compact, obviously clickable and collapsed by default. */
.arso-native-filters .arso-filter-group{padding:0!important;overflow:hidden}
.arso-native-filters .arso-filter-group__title{min-height:48px;padding:11px 13px!important;border-bottom:0!important;background:#fff8fb!important;border-radius:12px!important}
.arso-native-filters .arso-filter-group__title:after{content:"⌄";font-size:18px;color:var(--arso-primary,#ef5aa8);transition:transform .2s ease}
.arso-native-filters .arso-filter-group:not(.is-collapsed) .arso-filter-group__title:after{transform:rotate(180deg)}
.arso-native-filters .arso-filter-group__body{padding:10px 12px 13px!important;border-top:1px solid #f3e5ed}
.arso-native-filters .arso-filter-options{max-height:260px}
.arso-native-filters .arso-filter-option{min-height:32px;border-radius:8px;padding:3px 5px}
.arso-native-filters .arso-filter-option:hover{background:#fff2f8}

/* Dynamic shop hero. */
.arso-shop-dynamic-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:20px;align-items:center;margin:0 0 22px;padding:26px;border:1px solid #f0dce7;border-radius:24px;background:radial-gradient(circle at 12% 12%,#fff 0,#fff6fa 48%,#ffeaf5 100%);box-shadow:0 16px 44px rgba(70,40,60,.08);overflow:hidden}
.arso-shop-dynamic-hero__copy h2{font-size:30px;margin:8px 0}.arso-shop-dynamic-hero__copy p{color:#75636e;line-height:1.9}.arso-shop-dynamic-hero__actions{display:flex;gap:9px;margin-top:16px}.arso-shop-dynamic-hero__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border-radius:12px;font-weight:800}.arso-shop-dynamic-hero__actions a:first-child{background:#ef5aa8;color:#fff}.arso-shop-dynamic-hero__actions a:last-child{background:#fff;color:#d83d8c;border:1px solid #efbad7}
.arso-shop-dynamic-hero__products{position:relative;min-height:250px}.arso-shop-dynamic-hero__products>a{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;opacity:0;transform:translateY(10px);pointer-events:none;transition:.4s ease;text-align:center}.arso-shop-dynamic-hero__products>a.is-active{opacity:1;transform:none;pointer-events:auto}.arso-shop-dynamic-hero__products img{width:210px;height:190px;object-fit:contain;filter:drop-shadow(0 16px 18px rgba(68,30,53,.13))}
@media(max-width:767px){.arso-shop-dynamic-hero{grid-template-columns:1fr;padding:17px 14px;border-radius:18px}.arso-shop-dynamic-hero__copy h2{font-size:22px}.arso-shop-dynamic-hero__products{min-height:215px}.arso-shop-dynamic-hero__products img{height:155px}.arso-shop-dynamic-hero__actions{display:grid;grid-template-columns:1fr 1fr}}

/* Beauty Party lead capture. */
.arso-party-notify{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:22px;align-items:center;margin:28px 0 10px;padding:26px;border-radius:24px;background:linear-gradient(135deg,#3a2032,#7a2b5d);color:#fff;box-shadow:0 18px 48px rgba(55,25,45,.2)}
.arso-party-notify h2{color:#fff;margin:6px 0}.arso-party-notify p{color:#f5dfea}.arso-party-notify form>div{display:flex;gap:8px}.arso-party-notify input[type=tel]{min-height:48px;flex:1;border:0!important;border-radius:13px!important;background:#fff!important;direction:ltr;text-align:left}.arso-party-notify button{min-width:105px;border:0;border-radius:13px;background:#ff5cab;color:#fff;font-weight:800}.arso-party-notify label{display:flex;gap:7px;margin-top:9px;font-size:11px}.arso-party-notify [data-arso-beauty-lead-message]{min-height:22px;margin:7px 0 0;font-size:12px}
@media(max-width:767px){.arso-party-notify{grid-template-columns:1fr;padding:19px 14px;border-radius:18px}.arso-party-notify form>div{display:grid}.arso-party-notify button{min-height:46px}}

/* Address book and profile forms. */
.arso-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0}.arso-address-card{position:relative;padding:16px;border:1px solid #eee0e8;border-radius:15px;background:#fff}.arso-address-card.is-default{border-color:#ef5aa8;background:#fff7fb}.arso-address-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.arso-address-card__head span{padding:5px 8px;border-radius:999px;background:#ef5aa8;color:#fff;font-size:10px}.arso-address-delete button{border:0;background:transparent;color:#b24b72;padding:0}.arso-address-form-wrap{margin-top:17px;border:1px solid #eedee7;border-radius:15px;padding:12px}.arso-address-form-wrap summary{cursor:pointer;font-weight:800}.arso-address-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.arso-address-form__grid p{margin:0}.arso-address-form__grid label{display:grid;gap:5px}.arso-address-form__grid .is-wide{grid-column:1/-1}.arso-checkout-address-picker{margin-bottom:18px;padding:14px;border:1px solid #f0dce7;border-radius:14px;background:#fff8fb}.arso-checkout-address-picker select{width:100%;margin:8px 0}
.arso-beauty-profile-form{margin-top:16px}.arso-profile-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.arso-profile-edit-grid fieldset{padding:14px;border:1px solid #eee0e8;border-radius:14px}.arso-profile-edit-grid fieldset.is-wide{grid-column:1/-1}.arso-choice-chips{display:flex;flex-wrap:wrap;gap:7px}.arso-choice-chips label{display:flex;align-items:center;gap:5px;padding:7px 10px;border:1px solid #eedee7;border-radius:999px;background:#fff;cursor:pointer}.arso-choice-chips label:has(input:checked){background:#fff0f7;border-color:#ef5aa8;color:#b02f73}.arso-budget-pair{display:grid;grid-template-columns:1fr 1fr;gap:8px}
@media(max-width:650px){.arso-address-grid,.arso-address-form__grid,.arso-profile-edit-grid{grid-template-columns:1fr}.arso-profile-edit-grid fieldset.is-wide,.arso-address-form__grid .is-wide{grid-column:auto}}

/* Club benefits and tasks. */
.arso-club-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0}.arso-club-benefit{padding:15px;border:1px solid #eee0e8;border-radius:15px;background:#fff}.arso-club-benefit>span{display:grid;width:42px;height:42px;place-items:center;margin-bottom:9px;border-radius:13px;background:#fff0f7;font-size:21px}.arso-club-benefit h4{margin:0 0 5px;font-size:14px}.arso-club-benefit p{margin:0;color:#766670;font-size:11px;line-height:1.8}.arso-club-how{padding:16px;border-radius:16px;background:#fff8fb;margin:14px 0}.arso-club-how h3{margin-top:0}.arso-club-how ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 20px;margin:0;padding-right:18px}
@media(max-width:767px){.arso-club-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.arso-club-how ul{grid-template-columns:1fr}}

/* Account menu visual hierarchy and endpoint icons. */
.woocommerce-MyAccount-navigation-link a:before{display:inline-grid!important;width:24px;height:24px;place-items:center;margin-left:8px;border-radius:8px;background:#fff0f7;color:#d93689;font-size:13px!important}
.woocommerce-MyAccount-navigation-link--arabira-profile a:before{content:"✦"!important}.woocommerce-MyAccount-navigation-link--orders a:before{content:"▤"!important}.woocommerce-MyAccount-navigation-link--arabira-addresses a:before{content:"⌖"!important}.woocommerce-MyAccount-navigation-link--arabira-club a:before{content:"★"!important}.woocommerce-MyAccount-navigation-link--edit-account a:before{content:"♙"!important}.woocommerce-MyAccount-navigation-link--payment-methods a:before{content:"▣"!important}.woocommerce-MyAccount-navigation-link--customer-logout a:before{content:"↪"!important}

/* Real custom Beauty Party icon in WoodMart mobile toolbar. */
.wd-toolbar a[href*="beauty-party"] .wd-tools-icon:before,
.woodmart-toolbar a[href*="beauty-party"] .wd-tools-icon:before{content:""!important;display:block!important;width:25px!important;height:25px!important;background:url('../icons/beauty-party.svg') center/contain no-repeat!important}
.wd-toolbar a[href*="beauty-party"] .wd-tools-icon,
.woodmart-toolbar a[href*="beauty-party"] .wd-tools-icon{display:grid!important;place-items:center!important;background:#ffeff8!important;border:2px solid #ef5aa8!important}


/* 3.3.1 visual polish */
.arso-filter-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}
.arso-filter-search-row input[type="search"],
.arso-native-brand-search{width:100%;min-width:0;min-height:46px;padding:0 14px;border:1px solid #eddce7;border-radius:12px;background:#fff}
.arso-filter-search-row button{min-width:110px;min-height:46px;border:0;border-radius:12px;background:var(--arso-primary,#ef5aa8);color:#fff;font-weight:800}

.arso-campaign-bar{z-index:60;margin:0!important;border-radius:0!important}
body.arso-campaign-visible .whb-sticked,
body.arso-campaign-visible .whb-sticky-row,
body.arso-campaign-visible .woodmart-sticky-header,
body.arso-campaign-visible .sticky-header,
body.arso-campaign-visible .whb-clone,
body.arso-campaign-visible .act-scroll .whb-general-header{top:var(--arso-campaign-bar-height,0px)!important}
body>.arso-campaign-bar:first-child{margin-top:0!important}
html,body{scroll-padding-top:var(--arso-campaign-bar-height,0px)}

.arso-campaign-popup__card{padding:34px 28px 26px}
.arso-campaign-popup__card:before{content:"";position:absolute;top:12px;left:50%;transform:translateX(-50%);width:64px;height:5px;border-radius:999px;background:#f2cadf}
.arso-campaign-popup__icon{margin:8px auto 14px}
.arso-campaign-popup__card h3{font-size:24px;line-height:1.4}
.arso-campaign-popup__card p{margin:0 0 18px;color:#6d5a66}
.arso-campaign-popup__card .button{min-width:170px;min-height:46px;display:inline-flex;align-items:center;justify-content:center}
.arso-campaign-popup__close{top:14px;left:14px;width:36px;height:36px;border-radius:999px;background:#fff0f7;color:#a64574;box-shadow:0 10px 22px rgba(98,39,71,.12);line-height:1}
@media(max-width:767px){
  .arso-campaign-popup{align-items:end;padding:0}
  .arso-campaign-popup__card{width:100%;max-width:none;padding:44px 18px calc(24px + env(safe-area-inset-bottom));border-radius:28px 28px 0 0}
  .arso-campaign-popup__close{top:12px;left:12px}
  .arso-campaign-popup__card h3{font-size:21px}
  .arso-campaign-popup__card p{font-size:14px;line-height:1.9}
}

.arso-beauty-party-hero__visual{min-height:260px}
.arso-party-hero-slide{padding:28px}
.arso-party-hero-slide img{display:none!important}
.arso-party-hero-slide>div{display:grid;gap:10px;justify-items:center;max-width:460px;margin-inline:auto}
.arso-party-hero-slide>div strong{max-width:100%;font-size:clamp(28px,4.2vw,54px);line-height:1.08;color:#6a3d59;letter-spacing:-.03em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-wrap:balance}
.arso-party-hero-slide>div span{font-size:15px;font-weight:800;color:#ef5aa8}
@media(max-width:767px){
  .arso-beauty-party-hero__visual{min-height:210px}
  .arso-party-hero-slide{padding:18px 14px 34px}
  .arso-party-hero-slide>div strong{font-size:clamp(20px,8vw,34px);line-height:1.14;-webkit-line-clamp:4}
  .arso-party-hero-slide>div span{font-size:13px}
}

.arso-party-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
@media(max-width:1100px){.arso-party-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:767px){.arso-party-featured-grid{grid-template-columns:minmax(0,1fr)!important}}

.arso-party-notify{grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);gap:18px;padding:28px;background:linear-gradient(135deg,#4b2940,#7c325f 58%,#a44679)}
.arso-party-notify form{padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px)}
.arso-party-notify form>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
.arso-party-notify input[type=tel]{width:100%;min-width:0;min-height:52px;padding:0 16px;border:1px solid transparent!important;box-shadow:none!important;font-size:15px}
.arso-party-notify input[type=tel]::placeholder{color:#968292}
.arso-party-notify button{min-width:120px;min-height:52px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}
.arso-party-notify label{align-items:flex-start;margin-top:12px;font-size:12px;line-height:1.9}
.arso-party-notify [data-arso-beauty-lead-message]{margin-top:10px}
@media(max-width:767px){
  .arso-party-notify{grid-template-columns:1fr;padding:18px 14px;border-radius:18px}
  .arso-party-notify form{padding:12px}
  .arso-party-notify form>div{grid-template-columns:1fr}
  .arso-party-notify input[type=tel],.arso-party-notify button{min-height:48px}
}


/* 3.3.3 — unified shop, mobile shelf, toolbar and filters */
body.post-type-archive-product .main-page-wrapper,
body.tax-product_cat .main-page-wrapper,
body.tax-product_tag .main-page-wrapper{overflow-x:clip}
body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content{min-width:0}
body.post-type-archive-product .wd-products,
body.tax-product_cat .wd-products,
body.tax-product_tag .wd-products{align-items:stretch}
body.post-type-archive-product .product-grid-item .product-wrapper,
body.tax-product_cat .product-grid-item .product-wrapper,
body.tax-product_tag .product-grid-item .product-wrapper{border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 7px 22px rgba(70,43,59,.045)}

/* Personal recommendations: true equal mobile grid, no clipped horizontal rail. */
@media(max-width:767px){
  .arso-personal-shelf{width:100%;max-width:100%;overflow:hidden;padding:13px 10px}
  .arso-personal-shelf__head{gap:10px;margin-bottom:12px}
  .arso-personal-shelf__head h2{font-size:18px;line-height:1.45}
  .arso-personal-shelf__head p{font-size:12px;line-height:1.75}
  .arso-personal-shelf .arso-growth-products,
  .arso-inline-shop-recommendation .arso-personal-shelf .arso-growth-products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:row!important;grid-auto-columns:auto!important;overflow:visible!important;gap:8px!important;padding:0!important}
  .arso-personal-shelf .arso-growth-product-card{min-width:0!important;min-height:0!important;height:100%;scroll-snap-align:none}
  .arso-personal-shelf .arso-growth-product-card__image{height:135px!important}
  .arso-personal-shelf .arso-growth-product-card__body{padding:10px 8px!important}
  .arso-personal-shelf .arso-growth-product-card__title{font-size:11px!important;line-height:1.65!important;min-height:55px}
  .arso-personal-shelf .arso-growth-product-card .button{min-height:39px!important;font-size:11px!important;padding-inline:5px!important}
  .arso-view-all{height:40px}
}

/* Filter spacing and compact search icon. */
.arso-native-filters{display:grid;gap:10px}
.arso-native-filter-section{margin:0!important}
.arso-native-filter-options{padding:10px 11px 13px!important}
.arso-native-filter-options label{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:9px;min-height:36px;padding:4px 5px;border-radius:9px}
.arso-native-filter-options label:hover{background:#fff5fa}
.arso-native-filter-options label small{min-width:28px;margin-right:10px!important;text-align:left;color:#9a8793;font-size:10px;font-variant-numeric:tabular-nums}
.arso-native-filter-options label span{min-width:0;line-height:1.6}
.arso-filter-search-row{grid-template-columns:minmax(0,1fr) 44px!important}
.arso-filter-search-row button{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;border-radius:12px!important;font-size:0!important}
.arso-filter-search-row button span{font-size:25px;line-height:1;display:block;transform:rotate(-18deg)}
.arso-filter-actions{position:sticky;bottom:0;z-index:3;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);padding-top:9px}

/* Replace the unclear WoodMart sidebar label with a clear filter control. */
.wd-show-sidebar-btn .button-title,.wd-sidebar-opener .button-title{font-size:0!important}
.wd-show-sidebar-btn .button-title:after,.wd-sidebar-opener .button-title:after{content:"فیلتر محصولات";font-size:13px;font-weight:800}

/* Thin offer progress on catalog pages. */
body.post-type-archive-product .arso-offer-banner,
body.tax-product_cat .arso-offer-banner,
body.tax-product_tag .arso-offer-banner{margin:12px 0 16px!important;padding:10px 13px!important;border-radius:14px!important;box-shadow:none!important}
body.post-type-archive-product .arso-offer-banner__head,
body.tax-product_cat .arso-offer-banner__head,
body.tax-product_tag .arso-offer-banner__head{gap:8px}
body.post-type-archive-product .arso-offer-icon,
body.tax-product_cat .arso-offer-icon,
body.tax-product_tag .arso-offer-icon{width:32px;height:32px;flex-basis:32px;border-radius:10px;font-size:16px}
body.post-type-archive-product .arso-offer-copy>strong,
body.tax-product_cat .arso-offer-copy>strong,
body.tax-product_tag .arso-offer-copy>strong{font-size:13px;margin:0}
body.post-type-archive-product .arso-offer-copy p,
body.tax-product_cat .arso-offer-copy p,
body.tax-product_tag .arso-offer-copy p{font-size:11px;line-height:1.55}
body.post-type-archive-product .arso-cart-subtotal,
body.tax-product_cat .arso-cart-subtotal,
body.tax-product_tag .arso-cart-subtotal{font-size:10px;padding:5px 7px}
body.post-type-archive-product .arso-progress,
body.tax-product_cat .arso-progress,
body.tax-product_tag .arso-progress{height:5px;margin:8px 0 0}
body.post-type-archive-product .arso-tier-list,
body.tax-product_cat .arso-tier-list,
body.tax-product_tag .arso-tier-list{display:none!important}

/* One pagination language across desktop and mobile. */
.woocommerce-pagination{margin:28px auto 10px!important;display:flex!important;justify-content:center!important;width:100%}
.woocommerce-pagination ul.page-numbers{display:flex!important;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;border:0!important;margin:0!important;padding:8px!important;border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(72,43,60,.055)}
.woocommerce-pagination ul.page-numbers li{border:0!important;margin:0!important}
.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span{display:grid!important;place-items:center!important;min-width:40px;height:40px;padding:0 8px!important;border:1px solid #f0e2ea!important;border-radius:11px!important;background:#fff!important;color:#4e3d48!important;font-weight:800!important}
.woocommerce-pagination .page-numbers .current{background:var(--arso-primary,#ef5aa8)!important;border-color:var(--arso-primary,#ef5aa8)!important;color:#fff!important}
@media(max-width:767px){
  .woocommerce-pagination ul.page-numbers{gap:5px;padding:6px}
  .woocommerce-pagination .page-numbers a,.woocommerce-pagination .page-numbers span{min-width:34px;height:36px;border-radius:10px!important;font-size:12px}
}

/* Stable campaign bar: no ghost space after TorobPay disappears. */
html{--torobpay-topbar-top:0px!important}
body.arso-campaign-visible{--torobpay-topbar-top:0px!important}
.arso-torob-collapsed{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
.arso-campaign-bar{width:100%;inset-inline:0}

/* Beauty Party is always a real item in every WoodMart bottom toolbar. */
.wd-toolbar .arso-beauty-toolbar-item,
.woodmart-toolbar .arso-beauty-toolbar-item,
.wd-bottom-toolbar .arso-beauty-toolbar-item{position:relative!important;display:flex!important;flex:1 1 0!important;min-width:0!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;color:#d92e83!important}
.arso-beauty-toolbar-item .wd-tools-icon{display:grid!important;width:34px!important;height:34px!important;place-items:center!important;border:2px solid #ef5aa8!important;border-radius:14px!important;background:#fff0f8!important;box-shadow:0 0 0 0 rgba(239,90,168,.28);animation:arsoBeautyPulse 1.8s infinite}
.arso-beauty-toolbar-item .wd-tools-icon img{display:block!important;width:23px!important;height:23px!important;object-fit:contain!important}
.arso-beauty-toolbar-item .wd-toolbar-label{font-size:10px!important;font-weight:800!important;white-space:nowrap}

@media(max-width:767px){
  body.post-type-archive-product .container,
  body.tax-product_cat .container,
  body.tax-product_tag .container{width:100%!important;max-width:100%!important;padding-inline:10px!important}
  .arso-shop-dynamic-hero{margin-inline:0!important}
}

/* ========================================================================
 * 3.4.0 — audited catalog, account, campaign and product-page experience
 * ====================================================================== */
:root{
  --arso-primary:#ef4fa3;
  --arso-primary-dark:#c92f7d;
  --arso-soft:#fff3f9;
  --arso-border:#eedfe8;
  --arso-surface:#fff;
  --arso-page:#faf7f9;
  --arso-text:#3f3340;
}

/* Never leave the old TorobPay placeholder in the document flow. */
.arso-torob-collapsed,
.arso-torob-collapsed *{display:none!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}

/* The campaign bar is sticky and remains in the normal document flow. */
.arso-campaign-bar{
  position:sticky!important;top:0!important;right:auto!important;left:auto!important;z-index:990!important;
  min-height:38px!important;height:auto!important;margin:0!important;padding:7px 12px!important;
  border:0!important;border-radius:0!important;box-shadow:0 5px 16px rgba(196,38,118,.16)!important;
}
body.admin-bar .arso-campaign-bar{top:32px!important}
body.arso-campaign-visible{padding-top:0!important}
body.admin-bar.arso-campaign-visible{padding-top:0!important}
body.arso-campaign-visible .website-wrapper,
body.arso-campaign-visible .main-page-wrapper{margin-top:0!important}
body.arso-campaign-visible .whb-sticked,
body.arso-campaign-visible .whb-sticky-row,
body.arso-campaign-visible .woodmart-sticky-header,
body.arso-campaign-visible .sticky-header,
body.arso-campaign-visible .whb-clone{top:var(--arso-campaign-bar-height,38px)!important}
body.admin-bar.arso-campaign-visible .whb-sticked,
body.admin-bar.arso-campaign-visible .whb-sticky-row,
body.admin-bar.arso-campaign-visible .woodmart-sticky-header,
body.admin-bar.arso-campaign-visible .sticky-header,
body.admin-bar.arso-campaign-visible .whb-clone{top:calc(32px + var(--arso-campaign-bar-height,38px))!important}
.arso-campaign-bar__messages{min-width:0!important;width:min(760px,82vw)!important;min-height:22px!important;overflow:hidden}
.arso-campaign-bar__messages>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.arso-campaign-bar.is-beauty-party{gap:0!important;font-size:12px!important;font-weight:900!important}
.arso-campaign-bar.is-beauty-party .arso-campaign-bar__messages{width:min(900px,92vw)!important}
@media(max-width:782px){
  body.admin-bar .arso-campaign-bar{top:0!important}
  body.admin-bar.arso-campaign-visible .whb-sticked,
  body.admin-bar.arso-campaign-visible .whb-sticky-row,
  body.admin-bar.arso-campaign-visible .woodmart-sticky-header,
  body.admin-bar.arso-campaign-visible .sticky-header,
  body.admin-bar.arso-campaign-visible .whb-clone{top:var(--arso-campaign-bar-height,38px)!important}
}

/* Clean campaign popup: no decorative ghost, no detached close button. */
.arso-campaign-popup{padding:18px!important;place-items:center!important}
.arso-campaign-popup__backdrop{background:rgba(31,20,28,.58)!important;backdrop-filter:blur(5px)!important}
.arso-campaign-popup__card{
  width:min(390px,100%)!important;max-width:390px!important;padding:22px!important;
  border:1px solid rgba(255,255,255,.75)!important;border-radius:22px!important;
  background:#fff!important;box-shadow:0 24px 70px rgba(36,18,30,.3)!important;
  text-align:right!important;transform:translateY(10px) scale(.98)!important;
}
.arso-campaign-popup.is-open .arso-campaign-popup__card{transform:none!important}
.arso-campaign-popup__card:before,.arso-campaign-popup__icon{display:none!important;content:none!important}
.arso-campaign-popup__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;color:var(--arso-primary-dark);font-size:12px;font-weight:900}
.arso-campaign-popup__close{position:static!important;display:grid!important;width:34px!important;height:34px!important;place-items:center!important;padding:0!important;border:1px solid var(--arso-border)!important;border-radius:11px!important;background:#fff8fb!important;color:#6a5360!important;box-shadow:none!important;font-size:24px!important;line-height:1!important}
.arso-campaign-popup__card h3{margin:0 0 8px!important;font-size:22px!important;line-height:1.45!important;color:var(--arso-text)!important}
.arso-campaign-popup__card p{margin:0 0 18px!important;color:#786772!important;font-size:13px!important;line-height:1.9!important}
.arso-campaign-popup__card .button{display:flex!important;width:100%!important;min-height:46px!important;align-items:center!important;justify-content:center!important;margin:0!important;border-radius:13px!important;background:var(--arso-primary)!important;color:#fff!important}
@media(max-width:767px){
  .arso-campaign-popup{align-items:end!important;padding:10px 10px calc(var(--arso-nav-h) + 12px + env(safe-area-inset-bottom))!important}
  .arso-campaign-popup__card{width:100%!important;max-width:390px!important;padding:18px!important;border-radius:20px!important}
  .arso-campaign-popup__card h3{font-size:19px!important}
}

/* Unified shop canvas after disabling the custom WoodMart archive layout. */
body.post-type-archive-product .main-page-wrapper,
body.tax-product_cat .main-page-wrapper,
body.tax-product_tag .main-page-wrapper{background:var(--arso-page)!important;padding-top:24px!important}
body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content{min-width:0!important}
body.post-type-archive-product .shop-loop-head,
body.tax-product_cat .shop-loop-head,
body.tax-product_tag .shop-loop-head,
body.post-type-archive-product .wd-shop-tools,
body.tax-product_cat .wd-shop-tools,
body.tax-product_tag .wd-shop-tools{
  margin:0 0 18px!important;padding:12px 16px!important;border:1px solid var(--arso-border)!important;
  border-radius:17px!important;background:#fff!important;box-shadow:0 8px 25px rgba(67,43,58,.055)!important;
}
body.post-type-archive-product .products.wd-products,
body.tax-product_cat .products.wd-products,
body.tax-product_tag .products.wd-products,
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products{align-items:stretch!important;row-gap:18px!important}
body.post-type-archive-product .product-grid-item,
body.tax-product_cat .product-grid-item,
body.tax-product_tag .product-grid-item{min-width:0!important;height:auto!important}
body.post-type-archive-product .product-grid-item>.product-wrapper,
body.tax-product_cat .product-grid-item>.product-wrapper,
body.tax-product_tag .product-grid-item>.product-wrapper,
body.post-type-archive-product li.product>.product-wrapper,
body.tax-product_cat li.product>.product-wrapper,
body.tax-product_tag li.product>.product-wrapper{
  height:100%!important;display:flex!important;flex-direction:column!important;padding:10px!important;
  border:1px solid #f0e5eb!important;border-radius:18px!important;background:#fff!important;
  box-shadow:0 8px 26px rgba(62,38,53,.055)!important;overflow:hidden!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;
}
body.post-type-archive-product .product-grid-item>.product-wrapper:hover,
body.tax-product_cat .product-grid-item>.product-wrapper:hover,
body.tax-product_tag .product-grid-item>.product-wrapper:hover{transform:translateY(-2px);border-color:#efbad6!important;box-shadow:0 14px 32px rgba(62,38,53,.09)!important}
body.post-type-archive-product .product-grid-item .product-image-link,
body.tax-product_cat .product-grid-item .product-image-link,
body.tax-product_tag .product-grid-item .product-image-link{display:flex!important;height:230px!important;align-items:center!important;justify-content:center!important;padding:8px!important;background:#fff!important}
body.post-type-archive-product .product-grid-item .product-image-link img,
body.tax-product_cat .product-grid-item .product-image-link img,
body.tax-product_tag .product-grid-item .product-image-link img{width:100%!important;height:100%!important;object-fit:contain!important}
body.post-type-archive-product .product-grid-item .product-element-bottom,
body.tax-product_cat .product-grid-item .product-element-bottom,
body.tax-product_tag .product-grid-item .product-element-bottom{display:flex!important;flex:1!important;flex-direction:column!important;padding:10px 5px 4px!important}
body.post-type-archive-product .product-grid-item .wd-entities-title,
body.tax-product_cat .product-grid-item .wd-entities-title,
body.tax-product_tag .product-grid-item .wd-entities-title{min-height:48px!important;margin-bottom:7px!important;font-size:13px!important;line-height:1.75!important}
body.post-type-archive-product .product-grid-item .price,
body.tax-product_cat .product-grid-item .price,
body.tax-product_tag .product-grid-item .price{margin-top:auto!important;color:var(--arso-primary)!important;font-weight:900!important}
body.post-type-archive-product .product-grid-item .wd-add-btn,
body.tax-product_cat .product-grid-item .wd-add-btn,
body.tax-product_tag .product-grid-item .wd-add-btn{margin-top:10px!important}
body.post-type-archive-product .product-grid-item .wd-add-btn a,
body.tax-product_cat .product-grid-item .wd-add-btn a,
body.tax-product_tag .product-grid-item .wd-add-btn a{width:100%!important;min-height:42px!important;border-radius:12px!important;background:var(--arso-primary)!important;color:#fff!important}
/* Installment strip stays at the card footer and never covers add-to-cart. */
body.post-type-archive-product .product-grid-item [class*="torobpay-topbar-inline"],
body.tax-product_cat .product-grid-item [class*="torobpay-topbar-inline"],
body.tax-product_tag .product-grid-item [class*="torobpay-topbar-inline"]{position:static!important;order:20!important;width:100%!important;max-height:34px!important;margin:8px 0 0!important;overflow:hidden!important;font-size:9px!important;line-height:1.4!important}

/* Shop sidebar and filter rhythm. */
.arso-native-filters{gap:12px!important;padding:14px!important;border:1px solid var(--arso-border)!important;border-radius:19px!important;box-shadow:0 10px 28px rgba(62,43,57,.065)!important}
.arso-native-filters__head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
.arso-native-filter-section{margin:0!important;border:1px solid #f0e5eb!important;border-radius:14px!important}
.arso-native-filter-section+.arso-native-filter-section{margin-top:2px!important}
.arso-native-filter-options{display:grid!important;gap:2px!important;padding:9px 10px 12px!important}
.arso-native-filter-options label{grid-template-columns:auto minmax(0,1fr) auto!important;gap:8px!important;min-height:37px!important;padding:5px 6px!important}
.arso-native-filter-options label small{min-width:34px!important;margin:0!important;padding-right:8px!important;border-right:1px solid #f1e7ec!important;text-align:left!important;color:#9a8793!important;font-size:10px!important}
.arso-filter-search-row{display:grid!important;grid-template-columns:minmax(0,1fr) 40px!important;gap:7px!important;align-items:center!important;padding:10px!important}
.arso-filter-search-row input[type=search]{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:0 13px!important;border:1px solid #eadde5!important;border-radius:11px!important;background:#fff!important;box-shadow:none!important;font-size:12px!important}
.arso-filter-search-row button{display:grid!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;place-items:center!important;padding:0!important;border:0!important;border-radius:11px!important;background:var(--arso-primary)!important;color:#fff!important;font-size:0!important}
.arso-filter-search-row button svg{display:block!important;width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important}
.arso-filter-search-row button span{display:none!important}
@media(min-width:1025px){
  .wd-show-sidebar-btn,.wd-sidebar-opener{display:none!important}
  .area-sidebar-shop .arso-native-filters,.sidebar-container .arso-native-filters{position:sticky;top:calc(var(--arso-campaign-bar-height,0px) + 18px)}
}

/* The personalized shelf is a real touch carousel on phones. */
.arso-personal-shelf__actions{display:flex;align-items:center;gap:9px}
.arso-shelf-controls{display:flex;gap:6px}
.arso-shelf-controls button{display:grid;width:38px;height:38px;place-items:center;padding:0;border:1px solid var(--arso-border);border-radius:11px;background:#fff;color:var(--arso-primary-dark);font-size:24px;line-height:1;cursor:pointer}
.arso-personal-shelf .arso-growth-products{scrollbar-width:none}.arso-personal-shelf .arso-growth-products::-webkit-scrollbar{display:none}
@media(max-width:767px){
  body.post-type-archive-product .main-page-wrapper,
  body.tax-product_cat .main-page-wrapper,
  body.tax-product_tag .main-page-wrapper{padding-top:14px!important}
  body.post-type-archive-product .container,
  body.tax-product_cat .container,
  body.tax-product_tag .container{width:100%!important;max-width:100%!important;padding-inline:9px!important}
  body.post-type-archive-product .products.wd-products,
  body.tax-product_cat .products.wd-products,
  body.tax-product_tag .products.wd-products{margin-inline:0!important;row-gap:10px!important}
  body.post-type-archive-product .product-grid-item,
  body.tax-product_cat .product-grid-item,
  body.tax-product_tag .product-grid-item{padding-inline:4px!important}
  body.post-type-archive-product .product-grid-item>.product-wrapper,
  body.tax-product_cat .product-grid-item>.product-wrapper,
  body.tax-product_tag .product-grid-item>.product-wrapper{padding:7px!important;border-radius:15px!important}
  body.post-type-archive-product .product-grid-item .product-image-link,
  body.tax-product_cat .product-grid-item .product-image-link,
  body.tax-product_tag .product-grid-item .product-image-link{height:145px!important;padding:5px!important}
  body.post-type-archive-product .product-grid-item .wd-entities-title,
  body.tax-product_cat .product-grid-item .wd-entities-title,
  body.tax-product_tag .product-grid-item .wd-entities-title{min-height:53px!important;font-size:11px!important;line-height:1.7!important}
  body.post-type-archive-product .shop-loop-head,
  body.tax-product_cat .shop-loop-head,
  body.tax-product_tag .shop-loop-head{padding:9px 10px!important;border-radius:14px!important}

  .arso-personal-shelf{width:100%!important;max-width:100%!important;margin:14px 0 20px!important;padding:14px 10px!important;overflow:hidden!important;border-radius:18px!important}
  .arso-personal-shelf__head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:10px!important}
  .arso-personal-shelf__head>div:first-child{min-width:0}
  .arso-personal-shelf__head h2{font-size:18px!important;line-height:1.45!important}
  .arso-personal-shelf__head p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:11px!important;line-height:1.7!important}
  .arso-personal-shelf__actions{align-items:flex-end!important;flex-direction:column!important;gap:6px!important}
  .arso-view-all{width:auto!important;min-width:0!important;height:34px!important;padding:0 9px!important;font-size:10px!important}
  .arso-shelf-controls button{width:32px;height:32px;border-radius:9px;font-size:20px}
  .arso-personal-shelf .arso-growth-products,
  .arso-inline-shop-recommendation .arso-personal-shelf .arso-growth-products{
    display:grid!important;grid-template-columns:none!important;grid-auto-flow:column!important;
    grid-auto-columns:minmax(158px,72vw)!important;gap:9px!important;overflow-x:auto!important;overflow-y:hidden!important;
    padding:0 0 6px!important;scroll-snap-type:x mandatory!important;overscroll-behavior-inline:contain!important;
  }
  .arso-personal-shelf .arso-growth-product-card{height:100%!important;min-height:365px!important;scroll-snap-align:start!important}
  .arso-personal-shelf .arso-growth-product-card__image{height:165px!important}
  .arso-personal-shelf .arso-growth-product-card__title{min-height:52px!important}
}

/* Center the dynamic shop/Beauty Party teaser. */
.arso-shop-dynamic-hero{grid-template-columns:minmax(0,1fr) minmax(260px,.7fr)!important;align-items:center!important;text-align:center!important}
.arso-shop-dynamic-hero__copy{display:flex;align-items:center;flex-direction:column!important}
.arso-shop-dynamic-hero__copy p{max-width:620px!important;margin-inline:auto!important}
.arso-shop-dynamic-hero__actions{justify-content:center!important}
.arso-shop-dynamic-hero__products>a{text-align:center!important}
@media(max-width:767px){
  .arso-shop-dynamic-hero{grid-template-columns:1fr!important;padding:16px 12px!important}
  .arso-shop-dynamic-hero__copy h2{font-size:21px!important}
  .arso-shop-dynamic-hero__products{min-height:205px!important}
}

/* Beauty Party: readable title-only hero and three featured cards on desktop. */
.arso-beauty-party{width:min(1200px,calc(100% - 24px))!important;margin-inline:auto!important}
.arso-beauty-party-hero{align-items:stretch!important;overflow:hidden!important}
.arso-beauty-party-hero__copy{display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;text-align:center!important}
.arso-beauty-party-hero__visual{display:grid!important;min-height:300px!important;place-items:center!important}
.arso-party-hero-slide{inset:0!important;padding:30px!important;align-items:center!important;justify-content:center!important}
.arso-party-hero-slide img{display:none!important}
.arso-party-hero-slide__badge{position:static!important;margin-bottom:12px!important}
.arso-party-hero-slide>div{max-width:520px!important;gap:10px!important;text-align:center!important}
.arso-party-hero-slide>div strong{font-size:clamp(22px,3vw,34px)!important;line-height:1.35!important;-webkit-line-clamp:2!important;color:#5c3b50!important}
.arso-party-hero-slide>div span{font-size:15px!important;color:var(--arso-primary)!important;font-weight:900!important}
.arso-party-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
@media(max-width:767px){
  .arso-beauty-party{width:calc(100% - 16px)!important}
  .arso-beauty-party-hero{grid-template-columns:1fr!important}
  .arso-beauty-party-hero__visual{min-height:210px!important}
  .arso-party-hero-slide{padding:18px 12px!important}
  .arso-party-hero-slide>div strong{font-size:20px!important}
  .arso-party-featured-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
}

/* Balanced WoodMart bottom navigation and one integrated Beauty Party item. */
.arso-beauty-party-mobile-button{display:none!important}
.wd-toolbar.arso-toolbar-balanced,
.woodmart-toolbar.arso-toolbar-balanced,
.wd-bottom-toolbar.arso-toolbar-balanced{display:grid!important;grid-template-columns:repeat(var(--arso-toolbar-count,5),minmax(0,1fr))!important;align-items:stretch!important;overflow:visible!important}
.wd-toolbar.arso-toolbar-balanced>.wd-tools-element,
.woodmart-toolbar.arso-toolbar-balanced>.wd-tools-element,
.wd-bottom-toolbar.arso-toolbar-balanced>.wd-tools-element{width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:4px 2px!important;flex:none!important}
.arso-beauty-toolbar-item{position:relative!important;inset:auto!important;transform:none!important;background:transparent!important}
.arso-beauty-toolbar-item .wd-tools-icon{display:grid!important;width:34px!important;height:34px!important;place-items:center!important;margin:0 auto 2px!important;border:2px solid var(--arso-primary)!important;border-radius:13px!important;background:#fff0f8!important;animation:arsoBeautyPulse 1.8s infinite!important}
.arso-beauty-toolbar-item .wd-tools-icon:before{display:none!important;content:none!important}
.arso-beauty-toolbar-item .wd-tools-icon svg{display:block!important;width:22px!important;height:22px!important;fill:#fff!important;stroke:var(--arso-primary)!important;stroke-width:3!important;stroke-linejoin:round!important}
.arso-beauty-toolbar-item .wd-toolbar-label{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#c92f7d!important;font-size:8px!important;font-weight:900!important}
@keyframes arsoBeautyPulse{0%,100%{box-shadow:0 0 0 0 rgba(239,79,163,.25)}50%{box-shadow:0 0 0 7px rgba(239,79,163,0)}}

/* Pagination is centered, compact and consistent. */
.woocommerce-pagination{clear:both!important;width:100%!important;margin:28px 0 12px!important;padding:0 8px!important}
.woocommerce-pagination ul.page-numbers{display:flex!important;width:fit-content!important;max-width:100%!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:6px!important;margin:0 auto!important;padding:7px!important;border:1px solid var(--arso-border)!important;border-radius:15px!important;background:#fff!important;box-shadow:0 8px 24px rgba(61,40,54,.06)!important}
.woocommerce-pagination ul.page-numbers li{margin:0!important;border:0!important}
.woocommerce-pagination .page-numbers a,.woocommerce-pagination .page-numbers span{display:grid!important;min-width:38px!important;height:38px!important;place-items:center!important;padding:0 7px!important;border:1px solid #f0e5eb!important;border-radius:10px!important;background:#fff!important;color:#57434f!important;font-size:12px!important;font-weight:900!important}
.woocommerce-pagination .page-numbers .current{border-color:var(--arso-primary)!important;background:var(--arso-primary)!important;color:#fff!important}
@media(max-width:767px){.woocommerce-pagination{padding:0!important}.woocommerce-pagination ul.page-numbers{gap:4px!important;padding:5px!important}.woocommerce-pagination .page-numbers a,.woocommerce-pagination .page-numbers span{min-width:32px!important;height:34px!important;font-size:11px!important}}

/* Thin offer progress strip on catalog pages. */
body.post-type-archive-product .arso-offer-banner,
body.tax-product_cat .arso-offer-banner,
body.tax-product_tag .arso-offer-banner{margin:12px 0!important;padding:8px 11px!important;border-radius:12px!important}
body.post-type-archive-product .arso-offer-banner__head,
body.tax-product_cat .arso-offer-banner__head,
body.tax-product_tag .arso-offer-banner__head{min-height:0!important}
body.post-type-archive-product .arso-offer-copy p,
body.tax-product_cat .arso-offer-copy p,
body.tax-product_tag .arso-offer-copy p{margin:0!important;font-size:10px!important}
body.post-type-archive-product .arso-progress,
body.tax-product_cat .arso-progress,
body.tax-product_tag .arso-progress{height:4px!important;margin-top:7px!important}

/* Native account stays accessible; profile is the dashboard content, not a redirect. */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{padding:16px!important;border:1px solid var(--arso-border)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 28px rgba(63,42,56,.055)!important}
.woocommerce-account .woocommerce-MyAccount-navigation ul{display:grid!important;gap:5px!important;margin:0!important}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:flex!important;align-items:center!important;min-height:45px!important;padding:8px 10px!important;border-radius:11px!important}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{background:#fff0f7!important;color:var(--arso-primary-dark)!important}
@media(max-width:767px){.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{padding:12px!important;border-radius:15px!important}}

/* Full native single-product polish; no template override required. */
body.arso-single-product-experience .main-page-wrapper{background:var(--arso-page)!important}
body.arso-single-product-experience .product-image-summary-wrap,
body.arso-single-product-experience .product-image-summary{
  padding:22px!important;border:1px solid var(--arso-border)!important;border-radius:24px!important;background:#fff!important;
  box-shadow:0 14px 40px rgba(62,39,54,.07)!important;
}
body.arso-single-product-experience .summary-inner{padding:6px!important}
body.arso-single-product-experience .product_title{font-size:clamp(22px,2.5vw,34px)!important;line-height:1.45!important;color:var(--arso-text)!important}
body.arso-single-product-experience .summary .price{color:var(--arso-primary)!important;font-size:22px!important;font-weight:900!important}
body.arso-single-product-experience form.cart .single_add_to_cart_button{min-height:50px!important;border-radius:14px!important;background:var(--arso-primary)!important;color:#fff!important}
.arso-single-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:16px 0 2px}
.arso-single-trust span{display:flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:8px;border:1px solid #f0e3ea;border-radius:12px;background:#fff8fb;color:#604d58;font-size:11px;font-weight:800;text-align:center}
.arso-single-trust b{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:#e9fff4;color:#159460}
.arso-single-recommendation{clear:both;margin:24px 0;padding:20px;border:1px solid var(--arso-border);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(62,39,54,.06)}
.arso-single-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:15px}
.arso-single-section-head span{color:var(--arso-primary);font-size:11px;font-weight:900}
.arso-single-section-head h2{margin:3px 0 4px;font-size:24px;color:var(--arso-text)}
.arso-single-section-head p{margin:0;color:#7a6973;font-size:12px}
.arso-single-recommendation .arso-growth-products{grid-template-columns:repeat(4,minmax(0,1fr))!important}
body.arso-single-product-experience .woocommerce-tabs,
body.arso-single-product-experience .related-products,
body.arso-single-product-experience .upsells-products{margin-top:24px!important;padding:20px!important;border:1px solid var(--arso-border)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 34px rgba(62,39,54,.055)!important}
@media(max-width:767px){
  body.arso-single-product-experience .product-image-summary-wrap,
  body.arso-single-product-experience .product-image-summary{padding:12px!important;border-radius:17px!important}
  body.arso-single-product-experience .product_title{font-size:21px!important}
  .arso-single-trust{grid-template-columns:1fr!important;gap:6px!important}
  .arso-single-trust span{justify-content:flex-start!important}
  .arso-single-recommendation{margin:16px 0;padding:13px 10px;border-radius:17px}
  .arso-single-section-head h2{font-size:19px}
  .arso-single-recommendation .arso-growth-products{display:grid!important;grid-template-columns:none!important;grid-auto-flow:column!important;grid-auto-columns:minmax(158px,72vw)!important;gap:9px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding-bottom:5px!important}
  .arso-single-recommendation .arso-growth-product-card{scroll-snap-align:start!important}
  .arso-sticky-purchase{right:8px!important;left:8px!important;bottom:calc(var(--arso-nav-h) + env(safe-area-inset-bottom) + 8px)!important;z-index:9990!important}
  body.arso-side-cart-open .arso-sticky-purchase,
  body.wd-side-hidden-opened .arso-sticky-purchase,
  html.wd-side-hidden-opened .arso-sticky-purchase{opacity:0!important;visibility:hidden!important;transform:translateY(20px)!important;pointer-events:none!important}
}
