/*
 * Arabira Smart Offers 3.6.0
 * Final interaction/visual layer for WoodMart + Elementor.
 * This file intentionally loads last and does not replace WooCommerce loops.
 */
:root{
  --arso-pink:#ef3f9a;
  --arso-pink-2:#ff67b4;
  --arso-ink:#2f2630;
  --arso-muted:#7d7078;
  --arso-line:#eedfe8;
  --arso-soft:#fff4f9;
  --arso-page:#fbf8fa;
  --arso-campaign-h:38px;
  --arso-mobile-nav-h:72px;
}

/* -------------------------------------------------------------------------
 * Campaign bar and header stack. Bar remains in document flow, touches header,
 * and always stays below drawers/dialogs. Empty Torob wrappers collapse.
 * ---------------------------------------------------------------------- */
html,body{
  --torobpay-topbar-top:0px!important;
  --torobpay-topbar-height:0px!important;
  --torobpay-height:0px!important;
  --torob-topbar-height:0px!important;
}
html{margin-top:0!important}
body{margin-top:0!important}
body.arso-campaign-visible{padding-top:0!important}
body.arso-campaign-visible>.website-wrapper,
body.arso-campaign-visible>.wd-page-wrapper,
body.arso-campaign-visible>.main-page-wrapper,
body.arso-campaign-visible .website-wrapper,
body.arso-campaign-visible .wd-page-wrapper,
body.arso-campaign-visible .main-page-wrapper{
  margin-top:0!important;
  padding-top:0!important;
}
.arso-campaign-bar{
  position:sticky!important;
  inset:0 0 auto 0!important;
  z-index:880!important;
  display:flex!important;
  width:100%!important;
  height:auto!important;
  min-height:var(--arso-campaign-h)!important;
  max-height:46px!important;
  margin:0!important;
  padding:7px 14px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:clamp(14px,10vw,160px)!important;
  overflow:hidden!important;
  border:0!important;
  background:linear-gradient(90deg,#f0499e,#f263b1,#f0499e)!important;
  color:#fff!important;
  box-shadow:0 3px 12px rgba(239,63,154,.16)!important;
  transform:translateY(-105%);
  isolation:isolate;
}
.arso-campaign-bar.is-visible{transform:none!important}
.arso-campaign-bar__messages{
  display:grid!important;
  min-width:0!important;
  place-items:center!important;
  line-height:1.4!important;
  text-align:center!important;
}
.arso-campaign-bar__messages>span{
  grid-area:1/1!important;
  display:block!important;
  max-width:min(900px,78vw)!important;
  overflow:hidden!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.55!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.arso-campaign-bar__spark{font-size:12px!important;line-height:1!important}
.arso-campaign-bar.is-beauty-party .arso-campaign-bar__messages>span{max-width:92vw!important}
.admin-bar .arso-campaign-bar{top:32px!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,var(--arso-campaign-h))!important;
  z-index:850!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,
body.admin-bar.arso-campaign-visible .act-scroll .whb-general-header{
  top:calc(32px + var(--arso-campaign-bar-height,var(--arso-campaign-h)))!important;
}
.arso-torob-collapsed,
.arso-torob-collapsed *,
.arso-empty-top-spacer,
.arso-empty-top-spacer *{
  display:none!important;
  visibility:hidden!important;
  width:0!important;
  height:0!important;
  min-width:0!important;
  min-height:0!important;
  max-width:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}
html.arso-overlay-open .arso-campaign-bar,
body.arso-overlay-open .arso-campaign-bar{
  z-index:40!important;
  pointer-events:none!important;
}

/* Drawers and dialogs must cover the campaign bar and mobile toolbar. */
.mobile-nav,
.wd-side-hidden,
.cart-widget-side,
.wd-search-full-screen,
.wd-search-full-screen-2,
.arso-product-navigator,
.arso-filter-drawer,
.arso-campaign-popup{
  z-index:2147483000!important;
}
.wd-close-side,
.arso-filter-drawer__backdrop,
.arso-campaign-popup__backdrop{
  z-index:2147482990!important;
}

/* -------------------------------------------------------------------------
 * Campaign popup. Removes the detached black square/hover ghost and gives a
 * clean desktop dialog / mobile bottom sheet.
 * ---------------------------------------------------------------------- */
.arso-campaign-popup{
  position:fixed!important;
  inset:0!important;
  display:grid!important;
  width:100vw!important;
  height:100dvh!important;
  margin:0!important;
  padding:20px!important;
  place-items:center!important;
  pointer-events:none!important;
  isolation:isolate!important;
}
.arso-campaign-popup[hidden]{display:none!important}
.arso-campaign-popup.is-open{pointer-events:auto!important}
.arso-campaign-popup::before,
.arso-campaign-popup::after,
.arso-campaign-popup__card::before,
.arso-campaign-popup__card::after,
.arso-campaign-popup__backdrop::before,
.arso-campaign-popup__backdrop::after{content:none!important;display:none!important}
.arso-campaign-popup__backdrop{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:rgba(32,23,30,.43)!important;
  backdrop-filter:blur(3px)!important;
  opacity:0;
  transition:opacity .18s ease!important;
}
.arso-campaign-popup.is-open .arso-campaign-popup__backdrop{opacity:1!important}
.arso-campaign-popup__card{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  width:min(430px,calc(100vw - 32px))!important;
  min-height:0!important;
  max-height:calc(100dvh - 42px)!important;
  margin:0!important;
  padding:24px!important;
  flex-direction:column!important;
  gap:10px!important;
  overflow:auto!important;
  border:1px solid #f2dce8!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 28px 90px rgba(54,31,47,.28)!important;
  color:var(--arso-ink)!important;
  text-align:right!important;
  opacity:0;
  transform:translateY(12px) scale(.98);
  transition:opacity .18s ease,transform .18s ease!important;
}
.arso-campaign-popup.is-open .arso-campaign-popup__card{opacity:1!important;transform:none!important}
.arso-campaign-popup__top{
  display:flex!important;
  min-height:42px!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  color:#d32f82!important;
  font-size:12px!important;
  font-weight:800!important;
}
.arso-campaign-popup__close{
  display:grid!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  margin:0!important;
  padding:0!important;
  place-items:center!important;
  border:1px solid #ead9e2!important;
  border-radius:12px!important;
  background:#fff8fb!important;
  color:#5e5059!important;
  font-size:24px!important;
  line-height:1!important;
  box-shadow:none!important;
}
.arso-campaign-popup__card h3{
  margin:5px 0 0!important;
  color:#312631!important;
  font-size:24px!important;
  font-weight:900!important;
  line-height:1.55!important;
}
.arso-campaign-popup__card p{
  margin:0 0 8px!important;
  color:#796c74!important;
  font-size:14px!important;
  line-height:1.9!important;
}
.arso-campaign-popup__card>a.button{
  display:flex!important;
  width:100%!important;
  min-height:48px!important;
  margin-top:4px!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:13px!important;
  background:linear-gradient(135deg,var(--arso-pink),var(--arso-pink-2))!important;
  color:#fff!important;
  font-weight:900!important;
  box-shadow:0 10px 24px rgba(239,63,154,.22)!important;
}
.arso-popup-ghost,
html.arso-campaign-popup-open .wd-loader,
html.arso-campaign-popup-open .wd-loader-overlay,
html.arso-campaign-popup-open .wd-loading,
html.arso-campaign-popup-open .blockUI.blockOverlay,
html.arso-campaign-popup-open .product-grid-item .wd-buttons,
html.arso-campaign-popup-open .wd-product .wd-buttons,
html.arso-campaign-popup-open .product-grid-item .quick-shop-wrapper,
html.arso-campaign-popup-open .product-grid-item .wd-action-btn{
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

/* -------------------------------------------------------------------------
 * Bottom toolbar: exact six actions on mobile; never visible on desktop.
 * ---------------------------------------------------------------------- */
@media(min-width:768px){
  body>.wd-toolbar,
  body>.woodmart-toolbar,
  body>.wd-bottom-toolbar,
  .wd-toolbar.arso-toolbar-balanced,
  .woodmart-toolbar.arso-toolbar-balanced,
  .wd-bottom-toolbar.arso-toolbar-balanced{
    display:none!important;
    visibility:hidden!important;
  }
  body.sticky-toolbar-on,
  body.sticky-toolbar-on-mb{padding-bottom:0!important}
}
@media(max-width:767px){
  .wd-toolbar.arso-toolbar-balanced,
  .woodmart-toolbar.arso-toolbar-balanced,
  .wd-bottom-toolbar.arso-toolbar-balanced{
    position:fixed!important;
    z-index:920!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    width:100%!important;
    height:calc(var(--arso-mobile-nav-h) + env(safe-area-inset-bottom))!important;
    min-height:var(--arso-mobile-nav-h)!important;
    margin:0!important;
    padding:4px 2px env(safe-area-inset-bottom)!important;
    align-items:stretch!important;
    border:0!important;
    border-top:1px solid #eadce5!important;
    background:rgba(255,255,255,.985)!important;
    box-shadow:0 -10px 32px rgba(45,31,40,.13)!important;
    backdrop-filter:blur(12px)!important;
    overflow:visible!important;
  }
  html.arso-overlay-open .wd-toolbar.arso-toolbar-balanced,
  body.arso-overlay-open .wd-toolbar.arso-toolbar-balanced,
  html.arso-overlay-open .woodmart-toolbar.arso-toolbar-balanced,
  body.arso-overlay-open .woodmart-toolbar.arso-toolbar-balanced,
  html.arso-overlay-open .wd-bottom-toolbar.arso-toolbar-balanced,
  body.arso-overlay-open .wd-bottom-toolbar.arso-toolbar-balanced{
    z-index:30!important;
    pointer-events:none!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{
    position:relative!important;
    display:flex!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:64px!important;
    margin:0!important;
    padding:4px 0 3px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-direction:column!important;
    gap:2px!important;
    overflow:visible!important;
    border:0!important;
    background:transparent!important;
    color:#2d252b!important;
    transform:none!important;
  }
  .wd-toolbar.arso-toolbar-balanced .wd-tools-icon,
  .woodmart-toolbar.arso-toolbar-balanced .wd-tools-icon,
  .wd-bottom-toolbar.arso-toolbar-balanced .wd-tools-icon{
    position:relative!important;
    display:grid!important;
    width:31px!important;
    height:31px!important;
    min-width:31px!important;
    min-height:31px!important;
    margin:0 auto!important;
    padding:0!important;
    place-items:center!important;
    overflow:visible!important;
    border:0!important;
    border-radius:11px!important;
    background:transparent!important;
    color:#2c2229!important;
    font-size:23px!important;
    line-height:1!important;
    box-shadow:none!important;
  }
  .wd-toolbar.arso-toolbar-balanced .wd-tools-icon:before,
  .woodmart-toolbar.arso-toolbar-balanced .wd-tools-icon:before,
  .wd-bottom-toolbar.arso-toolbar-balanced .wd-tools-icon:before{font-size:22px!important;line-height:1!important}
  .arso-toolbar-svg,
  .arso-toolbar-svg svg{
    display:block!important;
    width:25px!important;
    height:25px!important;
  }
  .wd-toolbar.arso-toolbar-balanced .wd-toolbar-label,
  .wd-toolbar.arso-toolbar-balanced .wd-tools-text,
  .woodmart-toolbar.arso-toolbar-balanced .wd-toolbar-label,
  .woodmart-toolbar.arso-toolbar-balanced .wd-tools-text,
  .wd-bottom-toolbar.arso-toolbar-balanced .wd-toolbar-label,
  .wd-bottom-toolbar.arso-toolbar-balanced .wd-tools-text{
    display:flex!important;
    width:100%!important;
    min-width:0!important;
    min-height:18px!important;
    margin:0!important;
    padding:0 1px!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
    color:#2e252b!important;
    font-size:9.3px!important;
    font-weight:900!important;
    line-height:1.12!important;
    text-align:center!important;
    text-overflow:clip!important;
    white-space:normal!important;
  }
  .wd-toolbar.arso-toolbar-balanced .wd-tools-count,
  .woodmart-toolbar.arso-toolbar-balanced .wd-tools-count,
  .wd-bottom-toolbar.arso-toolbar-balanced .wd-tools-count{
    position:absolute!important;
    top:-3px!important;
    right:-3px!important;
    display:grid!important;
    min-width:17px!important;
    height:17px!important;
    padding:0 4px!important;
    place-items:center!important;
    border:2px solid #fff!important;
    border-radius:20px!important;
    background:#f85da9!important;
    color:#fff!important;
    font-size:9px!important;
    line-height:1!important;
  }
  .arso-beauty-toolbar-item .wd-tools-icon{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
    margin-top:-7px!important;
    border:2px solid #ff5bac!important;
    border-radius:15px!important;
    background:linear-gradient(145deg,#fff,#ffe7f4)!important;
    color:#e93890!important;
    box-shadow:0 5px 14px rgba(239,63,154,.24),inset 0 0 0 3px rgba(255,255,255,.65)!important;
    animation:arsoBeautyGlow 1.9s ease-in-out infinite!important;
  }
  .arso-beauty-toolbar-item .wd-tools-icon:after{
    content:'✦'!important;
    position:absolute!important;
    top:-5px!important;
    right:-5px!important;
    display:grid!important;
    width:15px!important;
    height:15px!important;
    place-items:center!important;
    border:2px solid #fff!important;
    border-radius:50%!important;
    background:#ffd33d!important;
    color:#fff!important;
    font-size:8px!important;
    line-height:1!important;
  }
  .arso-beauty-toolbar-item .wd-toolbar-label,
  .arso-beauty-toolbar-item .wd-tools-text{color:#d92f84!important;font-weight:950!important}
  body.sticky-toolbar-on,
  body.sticky-toolbar-on-mb,
  body:has(.wd-toolbar.arso-toolbar-balanced){padding-bottom:calc(var(--arso-mobile-nav-h) + env(safe-area-inset-bottom))!important}
  .arso-beauty-party-mobile-button{display:none!important}
}
@keyframes arsoBeautyGlow{
  0%,100%{transform:translateY(0) scale(1);box-shadow:0 5px 14px rgba(239,63,154,.2),inset 0 0 0 3px rgba(255,255,255,.65)}
  50%{transform:translateY(-1px) scale(1.055);box-shadow:0 6px 20px rgba(239,63,154,.36),inset 0 0 0 3px rgba(255,255,255,.8)}
}

/* -------------------------------------------------------------------------
 * Shop layout, hero and personalized shelf.
 * ---------------------------------------------------------------------- */
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}
body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content{min-width:0!important}
.arso-shop-dynamic-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1.22fr) minmax(220px,.78fr)!important;
  min-height:280px!important;
  margin:0 0 26px!important;
  padding:28px!important;
  align-items:center!important;
  gap:24px!important;
  overflow:hidden!important;
  border:1px solid #f0dce7!important;
  border-radius:25px!important;
  background:radial-gradient(circle at 15% 20%,#fff 0,transparent 35%),linear-gradient(135deg,#fff7fb,#fde9f3)!important;
  box-shadow:0 14px 40px rgba(76,49,68,.08)!important;
}
.arso-shop-dynamic-hero__copy{display:flex!important;min-width:0!important;flex-direction:column!important;align-items:flex-start!important}
.arso-shop-dynamic-hero__copy>span{margin-bottom:8px!important;color:#d73587!important;font-size:12px!important;font-weight:900!important}
.arso-shop-dynamic-hero__copy h2{margin:0 0 10px!important;color:#2d242b!important;font-size:clamp(28px,3vw,42px)!important;font-weight:950!important;line-height:1.35!important}
.arso-shop-dynamic-hero__copy p{max-width:650px!important;margin:0 0 20px!important;color:#74666f!important;font-size:15px!important;line-height:1.9!important}
.arso-shop-dynamic-hero__actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important}
.arso-shop-dynamic-hero__actions .button{
  display:inline-flex!important;
  min-height:48px!important;
  padding:0 22px!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #e9d8e1!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#362a32!important;
  font-weight:900!important;
  box-shadow:none!important;
}
.arso-shop-dynamic-hero__actions .arso-party-cta{
  position:relative!important;
  border:0!important;
  background:linear-gradient(135deg,#ee3f99,#ff69b5)!important;
  color:#fff!important;
  box-shadow:0 12px 26px rgba(238,63,153,.27)!important;
}
.arso-shop-dynamic-hero__actions .arso-party-cta>span{
  display:grid!important;
  width:24px!important;
  height:24px!important;
  margin-left:8px!important;
  place-items:center!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.2)!important;
}
.arso-shop-dynamic-hero__products{position:relative!important;display:grid!important;min-height:230px!important;place-items:center!important}
.arso-shop-dynamic-hero__products>a{
  grid-area:1/1!important;
  display:grid!important;
  width:100%!important;
  height:100%!important;
  min-height:230px!important;
  padding:12px!important;
  place-items:center!important;
  align-content:center!important;
  gap:8px!important;
  opacity:0!important;
  pointer-events:none!important;
  text-align:center!important;
  transition:opacity .3s ease!important;
}
.arso-shop-dynamic-hero__products>a.is-active{opacity:1!important;pointer-events:auto!important}
.arso-shop-dynamic-hero__products img{width:auto!important;max-width:180px!important;height:150px!important;object-fit:contain!important}
.arso-shop-dynamic-hero__products strong{max-width:100%!important;color:#31252d!important;font-size:14px!important;line-height:1.65!important}
.arso-shop-dynamic-hero__products span{color:#e33d91!important;font-weight:900!important}

.arso-personal-shelf{
  margin:24px 0!important;
  padding:22px!important;
  overflow:hidden!important;
  border:1px solid #f0dae6!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#fff,#fffafd)!important;
  box-shadow:0 12px 36px rgba(67,43,59,.07)!important;
}
.arso-personal-shelf__head{
  display:flex!important;
  margin-bottom:16px!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:16px!important;
}
.arso-personal-shelf__head>div:first-child{min-width:0!important}
.arso-personal-shelf__eyebrow{display:block!important;margin-bottom:4px!important;color:#e43c91!important;font-size:11px!important;font-weight:900!important}
.arso-personal-shelf__head h2{margin:0 0 5px!important;color:#2e252c!important;font-size:27px!important;font-weight:950!important;line-height:1.45!important}
.arso-personal-shelf__head p{margin:0!important;color:#7a6c75!important;font-size:13px!important;line-height:1.8!important}
.arso-personal-shelf__actions{display:flex!important;align-items:center!important;gap:10px!important}
.arso-shelf-controls{display:flex!important;gap:6px!important}
.arso-shelf-controls button,
.arso-view-all{
  display:grid!important;
  min-width:40px!important;
  height:40px!important;
  padding:0 14px!important;
  place-items:center!important;
  border:1px solid #eddde6!important;
  border-radius:11px!important;
  background:#fff!important;
  color:#d93688!important;
  font-weight:900!important;
}
.arso-view-all{display:flex!important;white-space:nowrap!important}
.arso-personal-shelf .arso-growth-products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}

/* -------------------------------------------------------------------------
 * Native WooCommerce and plugin product cards: equal, quiet and actionable.
 * ---------------------------------------------------------------------- */
.products .product.outofstock,
.products .product-grid-item.outofstock,
.products .wd-product.outofstock,
.arso-growth-product-card.outofstock{display:none!important}
body.post-type-archive-product .products,
body.tax-product_cat .products,
body.tax-product_tag .products{align-items:stretch!important;gap:18px 16px!important}
body.post-type-archive-product .product-grid-item,
body.tax-product_cat .product-grid-item,
body.tax-product_tag .product-grid-item,
body.post-type-archive-product .wd-product,
body.tax-product_cat .wd-product,
body.tax-product_tag .wd-product{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 .wd-product .product-wrapper,
body.tax-product_cat .wd-product .product-wrapper,
body.tax-product_tag .wd-product .product-wrapper{
  display:flex!important;
  height:100%!important;
  min-height:100%!important;
  padding:0!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid #ecdee6!important;
  border-radius:19px!important;
  background:#fff!important;
  box-shadow:0 7px 22px rgba(55,36,49,.06)!important;
}
body.post-type-archive-product .product-element-top,
body.tax-product_cat .product-element-top,
body.tax-product_tag .product-element-top{
  min-height:230px!important;
  margin:0!important;
  padding:14px!important;
  background:#fff!important;
}
body.post-type-archive-product .product-element-top img,
body.tax-product_cat .product-element-top img,
body.tax-product_tag .product-element-top img{width:100%!important;height:210px!important;object-fit:contain!important}
body.post-type-archive-product .product-element-bottom,
body.tax-product_cat .product-element-bottom,
body.tax-product_tag .product-element-bottom{
  display:flex!important;
  min-height:235px!important;
  padding:13px 14px 14px!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
}
body.post-type-archive-product .wd-entities-title,
body.tax-product_cat .wd-entities-title,
body.tax-product_tag .wd-entities-title{
  display:-webkit-box!important;
  min-height:48px!important;
  margin:0 0 7px!important;
  overflow:hidden!important;
  color:#332830!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.75!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}
body.post-type-archive-product .wd-product-cats,
body.tax-product_cat .wd-product-cats,
body.tax-product_tag .wd-product-cats{
  display:-webkit-box!important;
  min-height:21px!important;
  margin:0 0 7px!important;
  overflow:hidden!important;
  color:#a0979d!important;
  font-size:11px!important;
  line-height:1.7!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:1!important;
}
body.post-type-archive-product .price,
body.tax-product_cat .price,
body.tax-product_tag .price{margin-top:auto!important;color:#e83d92!important;font-size:15px!important;font-weight:900!important}
body.post-type-archive-product .product-excerpt,
body.tax-product_cat .product-excerpt,
body.tax-product_tag .product-excerpt,
body.post-type-archive-product .wd-product-stock,
body.tax-product_cat .wd-product-stock,
body.tax-product_tag .wd-product-stock{display:none!important}
.arso-loop-actions{
  display:grid!important;
  width:100%!important;
  margin:12px 0 0!important;
  margin-top:auto!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  gap:8px!important;
  order:99!important;
}
.arso-loop-actions .arso-loop-add{
  display:flex!important;
  width:100%!important;
  min-height:44px!important;
  margin:0!important;
  padding:0 10px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  border:0!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#ee3f99,#f65eaa)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.3!important;
  box-shadow:0 8px 20px rgba(239,63,154,.18)!important;
}
.arso-loop-actions .arso-loop-add span{font-size:20px!important;font-weight:400!important}
.arso-loop-actions .arso-wishlist-toggle{
  grid-column:1!important;
  grid-row:1!important;
}
.arso-loop-actions .arso-loop-add{grid-column:2!important;grid-row:1!important}
.arso-wishlist-toggle{
  position:relative!important;
  display:grid!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  margin:0!important;
  padding:0!important;
  place-items:center!important;
  border:1px solid #f0d6e4!important;
  border-radius:13px!important;
  background:linear-gradient(145deg,#fff,#fff3f9)!important;
  color:#e73b8e!important;
  box-shadow:0 6px 16px rgba(219,51,132,.1)!important;
}
.arso-wishlist-toggle span{display:grid!important;place-items:center!important;font-size:0!important;line-height:1!important}
.arso-wishlist-toggle span:before{
  content:''!important;
  display:block!important;
  width:23px!important;
  height:23px!important;
  background:currentColor!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
}
.arso-wishlist-toggle.is-active,
.arso-wishlist-toggle[aria-pressed="true"]{
  background:linear-gradient(145deg,#ff66b3,#e9368d)!important;
  color:#fff!important;
  border-color:transparent!important;
  animation:arsoHeartBeat .45s ease!important;
}
@keyframes arsoHeartBeat{50%{transform:scale(1.12)}}

.arso-growth-product-card{
  position:relative!important;
  display:flex!important;
  min-width:0!important;
  height:100%!important;
  min-height:420px!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid #ecdee6!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 7px 22px rgba(55,36,49,.055)!important;
}
.arso-growth-product-card__image{display:grid!important;height:205px!important;min-height:205px!important;padding:14px!important;place-items:center!important;background:#fff!important}
.arso-growth-product-card__image img{width:100%!important;height:180px!important;object-fit:contain!important}
.arso-growth-product-card>.arso-wishlist-toggle{position:absolute!important;top:12px!important;left:12px!important;z-index:5!important}
.arso-growth-product-card__body{display:flex!important;min-height:205px!important;padding:13px!important;flex:1!important;flex-direction:column!important;align-items:stretch!important}
.arso-growth-product-card__body h3{
  display:-webkit-box!important;
  min-height:48px!important;
  margin:7px 0!important;
  overflow:hidden!important;
  color:#332830!important;
  font-size:13px!important;
  font-weight:850!important;
  line-height:1.75!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}
.arso-growth-product-price{margin-top:auto!important;color:#e73e91!important;font-size:14px!important;font-weight:900!important}
.arso-growth-stock{margin:4px 0 10px!important;color:#2f9f5d!important;font-size:10px!important;font-weight:800!important}
.arso-growth-native-add,.arso-growth-view-product{
  display:flex!important;
  width:100%!important;
  min-height:42px!important;
  margin-top:auto!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,#ed3d97,#f65dab)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
}

/* -------------------------------------------------------------------------
 * Filters and compact search.
 * ---------------------------------------------------------------------- */
.arso-native-filters{display:flex!important;flex-direction:column!important;gap:12px!important}
.arso-native-filters__head{display:flex!important;margin-bottom:3px!important;align-items:center!important;justify-content:space-between!important}
.arso-native-filter-section{
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #eedfe7!important;
  border-radius:14px!important;
  background:#fff!important;
}
.arso-native-filter-title{
  position:relative!important;
  display:flex!important;
  min-height:54px!important;
  margin:0!important;
  padding:0 16px!important;
  align-items:center!important;
  justify-content:space-between!important;
  cursor:pointer!important;
  color:#342a31!important;
  font-size:14px!important;
  font-weight:900!important;
}
.arso-native-filter-title:after{content:'‹'!important;color:#756771!important;font-size:20px!important;transition:transform .18s ease!important}
.arso-native-filter-section.is-open>.arso-native-filter-title:after{transform:rotate(-90deg)!important}
.arso-native-product-search .arso-native-filter-title:after{content:'⌄'!important}
.arso-native-filter-options,
.arso-price-fields,
.arso-native-brand-search{margin:0 12px 12px!important}
.arso-native-filter-options{display:flex!important;max-height:330px!important;padding-top:8px!important;flex-direction:column!important;gap:7px!important;overflow:auto!important;border-top:1px solid #f2e8ed!important}
.arso-native-filter-options label{display:grid!important;min-height:34px!important;grid-template-columns:20px minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;color:#51454d!important;font-size:12px!important}
.arso-native-filter-options small{min-width:28px!important;color:#a2959e!important;text-align:left!important}
.arso-filter-search-row{
  display:grid!important;
  margin:0 12px 12px!important;
  grid-template-columns:minmax(0,1fr) 44px!important;
  gap:8px!important;
}
.arso-filter-search-row input{
  width:100%!important;
  min-width:0!important;
  height:44px!important;
  margin:0!important;
  padding:0 13px!important;
  border:1px solid #ead9e2!important;
  border-radius:11px!important;
  background:#fff!important;
  color:#3a3036!important;
  font-size:12px!important;
}
.arso-filter-search-row button{
  display:grid!important;
  width:44px!important;
  min-width:44px!important;
  height:44px!important;
  margin:0!important;
  padding:0!important;
  place-items:center!important;
  border:0!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,#ed3c97,#f65cab)!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}
.arso-filter-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
.arso-filter-actions .button{min-height:44px!important;border-radius:11px!important}
.arso-floating-filter{
  z-index:910!important;
  display:none!important;
}
.arso-filter-drawer__panel{z-index:2!important}
.arso-filter-drawer__backdrop{position:absolute!important;inset:0!important}

/* -------------------------------------------------------------------------
 * Beauty Party and lead form.
 * ---------------------------------------------------------------------- */
.arso-beauty-party{max-width:1070px!important;margin-inline:auto!important}
.arso-beauty-party-hero{overflow:hidden!important;border-radius:26px!important}
.arso-party-featured-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
.arso-party-notify{
  display:grid!important;
  margin:24px 0!important;
  padding:28px!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,.8fr)!important;
  align-items:center!important;
  gap:24px!important;
  overflow:hidden!important;
  border:1px solid #edcfe0!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#4a2141,#822d68)!important;
  color:#fff!important;
  box-shadow:0 16px 44px rgba(69,34,59,.15)!important;
}
.arso-party-notify .arso-eyebrow{color:#ff8bc4!important}
.arso-party-notify h2{margin:7px 0!important;color:#fff!important;font-size:24px!important;line-height:1.6!important}
.arso-party-notify p{margin:0!important;color:rgba(255,255,255,.82)!important;line-height:1.9!important}
.arso-party-notify form{display:flex!important;padding:16px!important;flex-direction:column!important;gap:12px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:18px!important;background:rgba(255,255,255,.1)!important}
.arso-party-notify form>div{display:grid!important;grid-template-columns:minmax(0,1fr) 110px!important;gap:8px!important}
.arso-party-notify input[type="tel"]{width:100%!important;height:48px!important;margin:0!important;padding:0 14px!important;border:1px solid rgba(255,255,255,.5)!important;border-radius:12px!important;background:#fff!important;color:#32262e!important;font-size:15px!important}
.arso-party-notify button[type="submit"]{height:48px!important;margin:0!important;border:0!important;border-radius:12px!important;background:#ff55a8!important;color:#fff!important;font-weight:900!important}
.arso-party-notify label{display:flex!important;align-items:center!important;gap:8px!important;color:#fff!important;font-size:12px!important;line-height:1.7!important}
.arso-party-notify label input{accent-color:#ff5ba9!important}

/* -------------------------------------------------------------------------
 * Mobile layout refinements.
 * ---------------------------------------------------------------------- */
@media(max-width:767px){
  :root{--arso-campaign-h:38px}
  .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,
  body.admin-bar.arso-campaign-visible .act-scroll .whb-general-header{top:var(--arso-campaign-bar-height,var(--arso-campaign-h))!important}
  .arso-campaign-bar{min-height:38px!important;max-height:42px!important;padding:7px 9px!important;gap:18px!important}
  .arso-campaign-bar__messages>span{max-width:82vw!important;font-size:11.5px!important}
  .arso-campaign-popup{padding:0!important;align-items:end!important}
  .arso-campaign-popup__card{
    width:100%!important;
    max-width:none!important;
    max-height:min(72dvh,600px)!important;
    padding:20px 18px calc(20px + env(safe-area-inset-bottom))!important;
    border-radius:25px 25px 0 0!important;
    transform:translateY(26px)!important;
  }
  .arso-campaign-popup.is-open .arso-campaign-popup__card{transform:none!important}
  .arso-campaign-popup__card h3{font-size:22px!important}
  .arso-campaign-popup__top{flex-direction:row-reverse!important}

  body.post-type-archive-product .main-page-wrapper,
  body.tax-product_cat .main-page-wrapper,
  body.tax-product_tag .main-page-wrapper{padding-inline:0!important}
  body.post-type-archive-product .site-content,
  body.tax-product_cat .site-content,
  body.tax-product_tag .site-content{width:100%!important;margin:0!important;padding:0 10px!important}
  .arso-shop-dynamic-hero{
    display:flex!important;
    min-height:0!important;
    margin:10px 0 18px!important;
    padding:20px 16px!important;
    flex-direction:column!important;
    gap:12px!important;
    border-radius:22px!important;
    text-align:center!important;
  }
  .arso-shop-dynamic-hero__copy{width:100%!important;align-items:center!important;text-align:center!important}
  .arso-shop-dynamic-hero__copy h2{font-size:27px!important}
  .arso-shop-dynamic-hero__copy p{font-size:13px!important;line-height:1.8!important}
  .arso-shop-dynamic-hero__actions{width:100%!important;display:grid!important;grid-template-columns:1fr!important}
  .arso-shop-dynamic-hero__actions .button{width:100%!important;min-height:50px!important}
  .arso-shop-dynamic-hero__actions .arso-party-cta{font-size:14px!important;box-shadow:0 13px 28px rgba(239,63,154,.3)!important}
  .arso-shop-dynamic-hero__products{width:100%!important;min-height:320px!important}
  .arso-shop-dynamic-hero__products>a{min-height:320px!important;padding:14px!important}
  .arso-shop-dynamic-hero__products img{height:210px!important;max-width:210px!important}
  .arso-shop-dynamic-hero__products strong{font-size:15px!important;line-height:1.8!important}

  .arso-personal-shelf{margin:16px 0!important;padding:16px 12px!important;border-radius:20px!important}
  .arso-personal-shelf__head{align-items:flex-start!important;flex-direction:column!important;gap:10px!important}
  .arso-personal-shelf__head h2{font-size:22px!important}
  .arso-personal-shelf__actions{width:100%!important;justify-content:space-between!important}
  .arso-personal-shelf .arso-growth-products{
    display:flex!important;
    width:100%!important;
    padding-bottom:4px!important;
    gap:10px!important;
    overflow-x:auto!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .arso-personal-shelf .arso-growth-products::-webkit-scrollbar{display:none!important}
  .arso-personal-shelf .arso-growth-product-card{flex:0 0 min(78vw,270px)!important;scroll-snap-align:start!important}

  body.post-type-archive-product .products,
  body.tax-product_cat .products,
  body.tax-product_tag .products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;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,
  body.post-type-archive-product .wd-product,
  body.tax-product_cat .wd-product,
  body.tax-product_tag .wd-product{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
  body.post-type-archive-product .product-element-top,
  body.tax-product_cat .product-element-top,
  body.tax-product_tag .product-element-top{min-height:190px!important;padding:9px!important}
  body.post-type-archive-product .product-element-top img,
  body.tax-product_cat .product-element-top img,
  body.tax-product_tag .product-element-top img{height:175px!important}
  body.post-type-archive-product .product-element-bottom,
  body.tax-product_cat .product-element-bottom,
  body.tax-product_tag .product-element-bottom{min-height:245px!important;padding:11px 9px 10px!important}
  body.post-type-archive-product .wd-entities-title,
  body.tax-product_cat .wd-entities-title,
  body.tax-product_tag .wd-entities-title{min-height:66px!important;font-size:12px!important;line-height:1.75!important;-webkit-line-clamp:3!important}
  body.post-type-archive-product .wd-product-cats,
  body.tax-product_cat .wd-product-cats,
  body.tax-product_tag .wd-product-cats{display:none!important}
  body.post-type-archive-product .price,
  body.tax-product_cat .price,
  body.tax-product_tag .price{font-size:12px!important;line-height:1.7!important}
  .arso-loop-actions{grid-template-columns:39px minmax(0,1fr)!important;gap:6px!important;margin-top:10px!important}
  .arso-loop-actions .arso-loop-add{min-height:41px!important;padding:0 5px!important;font-size:10.5px!important;border-radius:11px!important}
  .arso-loop-actions .arso-loop-add span{font-size:18px!important}
  .arso-wishlist-toggle{width:39px!important;height:41px!important;min-width:39px!important;border-radius:11px!important}
  .arso-wishlist-toggle span:before{width:21px!important;height:21px!important}
  .arso-growth-product-card{min-height:405px!important}
  .arso-growth-product-card__image{height:190px!important;min-height:190px!important}
  .arso-growth-product-card__image img{height:165px!important}
  .arso-growth-product-card__body{min-height:210px!important;padding:10px!important}
  .arso-growth-product-card__body h3{min-height:64px!important;font-size:12px!important;-webkit-line-clamp:3!important}

  .arso-floating-filter{
    position:fixed!important;
    right:14px!important;
    bottom:calc(var(--arso-mobile-nav-h) + 14px + env(safe-area-inset-bottom))!important;
    display:flex!important;
    width:auto!important;
    min-width:104px!important;
    height:54px!important;
    margin:0!important;
    padding:0 18px!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    border:0!important;
    border-radius:18px!important;
    background:linear-gradient(135deg,#e9338c,#f34fa2)!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:900!important;
    box-shadow:0 12px 30px rgba(222,46,133,.32)!important;
  }
  .arso-floating-filter svg{width:22px!important;height:22px!important}
  html.arso-overlay-open .arso-floating-filter,
  body.arso-overlay-open .arso-floating-filter{z-index:25!important;pointer-events:none!important}
  .arso-filter-drawer{position:fixed!important;inset:0!important}
  .arso-filter-drawer__panel{
    position:absolute!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:100%!important;
    max-height:88dvh!important;
    overflow:hidden!important;
    border-radius:24px 24px 0 0!important;
    background:#fff!important;
  }
  .arso-filter-drawer__body{max-height:calc(88dvh - 66px)!important;padding:14px!important;overflow:auto!important}

  .arso-party-featured-grid{display:flex!important;gap:10px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important}
  .arso-party-featured-grid>.arso-growth-product-card{flex:0 0 76vw!important;scroll-snap-align:start!important}
  .arso-party-notify{display:flex!important;margin:18px 0!important;padding:20px 16px!important;flex-direction:column!important;gap:16px!important;border-radius:20px!important}
  .arso-party-notify h2{font-size:21px!important}
  .arso-party-notify form{width:100%!important}
  .arso-party-notify form>div{grid-template-columns:1fr!important}
  .arso-party-notify button[type="submit"]{width:100%!important}
}

@media(max-width:370px){
  .wd-toolbar.arso-toolbar-balanced .wd-toolbar-label,
  .wd-toolbar.arso-toolbar-balanced .wd-tools-text,
  .woodmart-toolbar.arso-toolbar-balanced .wd-toolbar-label,
  .woodmart-toolbar.arso-toolbar-balanced .wd-tools-text,
  .wd-bottom-toolbar.arso-toolbar-balanced .wd-toolbar-label,
  .wd-bottom-toolbar.arso-toolbar-balanced .wd-tools-text{font-size:8.2px!important}
  body.post-type-archive-product .site-content,
  body.tax-product_cat .site-content,
  body.tax-product_tag .site-content{padding-inline:7px!important}
  body.post-type-archive-product .products,
  body.tax-product_cat .products,
  body.tax-product_tag .products{gap:8px!important}
  .arso-loop-actions .arso-loop-add b{font-size:10px!important}
}
.arso-toolbar-duplicate,
.arso-toolbar-desktop-hidden{display:none!important;visibility:hidden!important}
.arso-campaign-bar[hidden]{display:none!important}
.arso-filter-chevron{display:none!important}
.arso-native-filter-section:not(.is-collapsed)>.arso-native-filter-title:after{transform:rotate(-90deg)!important}
