/* SHELLA Boutique — white-and-dense storefront with gold accents
   Mobile-first | RTL-aware | Premium animations
   ============================================================ */

/* ---------- Tokens ---------- */
:root{
  --ink:#1a1a1a;
  --ink-soft:#666;
  --ink-mute:#999;
  --line:#eaeaea;
  --line-soft:#f4f4f4;
  --bg:#fff;
  --bg-soft:#fafafa;
  --beige:#f5e9d8;
  --beige-2:#fff3d9;
  --rose:#fde3e3;
  --price:#e63946;
  --gold:#c9a84c;
  --gold-light:#e5c878;
  --gold-dark:#9b7f2e;
  --shadow-sm:0 1px 3px rgba(0,0,0,.06);
  --shadow-md:0 4px 14px rgba(0,0,0,.08);
  --radius:10px;
  --container:1320px;
  --header-h:60px;
  --ease:cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset / base ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;padding:0;
  font-family:'Rubik','Inter','Noto Sans','Tajawal','Segoe UI',sans-serif;
  font-size:14px;line-height:1.45;color:var(--ink);background:var(--bg);
  -webkit-font-smoothing:antialiased;
  padding-bottom:64px;
}
@media(min-width:768px){body{padding-bottom:0}}
body.shella-rtl{font-family:'Tajawal','Cairo','Rubik',sans-serif}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;padding:0}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4{margin:0;font-weight:600;line-height:1.2}

.shella-container{max-width:var(--container);margin-inline:auto;padding-inline:12px}
@media(min-width:1024px){.shella-container{padding-inline:20px}}

/* ---------- Promo bar ---------- */
.shella-promobar{background:var(--ink);color:#fff;font-size:12px;height:34px;overflow:hidden;position:relative}
.shella-promobar__inner{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;height:100%;align-items:center;text-align:center}
.shella-promobar__item{font-size:11px;letter-spacing:.02em;display:flex;flex-direction:column;justify-content:center;line-height:1.1}
.shella-promobar__title{font-weight:600;color:var(--gold-light)}
.shella-promobar__sub{font-size:10px;color:rgba(255,255,255,.7);margin-top:2px}
@media(max-width:600px){
  .shella-promobar__inner{grid-template-columns:1fr;animation:shella-marquee 18s linear infinite;gap:48px;text-align:start;padding-inline-start:100%}
  .shella-promobar__item{flex-direction:row;gap:6px;white-space:nowrap}
}
@keyframes shella-marquee{from{transform:translateX(0)}to{transform:translateX(-100%)}}

/* ---------- Header ---------- */
.shella-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}
.shella-header__row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;height:var(--header-h);gap:8px}
.shella-header__menu{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;color:var(--ink)}
@media(min-width:1024px){.shella-header__menu{display:none}}
.shella-header__logo{display:inline-flex;flex-direction:column;align-items:center;justify-self:center;text-decoration:none;color:var(--ink);gap:2px}
.shella-header__logo img,.shella-header__logo-img,.custom-logo{max-height:48px;width:auto;display:block;transition:transform .25s var(--ease)}
@media(min-width:768px){.shella-header__logo img,.shella-header__logo-img,.custom-logo{max-height:56px}}
.shella-header__logo:hover img,.shella-header__logo:hover .custom-logo{transform:scale(1.04)}
.shella-wordmark--sub{display:none}
@media(min-width:1024px){.shella-wordmark--sub{display:inline-flex}}

/* SHELLA wordmark — distinctive luxury identity */
.shella-wordmark{display:inline-flex;flex-direction:column;align-items:center;gap:2px;line-height:1;color:var(--ink);transition:color .2s var(--ease)}
.shella-header__logo:hover .shella-wordmark{color:var(--gold)}
.shella-wordmark__crown{width:34px;height:14px;color:var(--gold);margin-bottom:2px;transition:transform .3s var(--ease)}
.shella-header__logo:hover .shella-wordmark__crown{transform:translateY(-1px)}
.shella-wordmark__text{
  font-family:'Italiana','Cormorant Garamond',Georgia,serif;
  font-size:26px;font-weight:400;letter-spacing:.42em;
  padding-inline-start:.42em; /* visual centering */
}
@media(min-width:768px){.shella-wordmark__text{font-size:30px}}
.shella-wordmark__sub{
  display:none;
  font-family:'Cormorant Garamond',serif;font-style:italic;
  font-size:9px;letter-spacing:.24em;color:var(--ink-mute);
  text-transform:uppercase;margin-top:2px;
}
@media(min-width:1024px){.shella-wordmark__sub{display:block}}

/* When wordmark sits in the splash, change scale */
.shella-splash .shella-wordmark__text{font-size:36px;color:#faf7f0}
.shella-splash .shella-wordmark__crown{color:var(--gold-light);width:48px;height:18px}
.shella-splash .shella-wordmark__sub{color:var(--gold-light);opacity:.7}

/* Footer wordmark — bigger, signature feel */
.shella-footer__brand{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px}
.shella-footer__brand::before{
  content:"";display:block;width:30px;height:1px;
  background:var(--gold);margin-bottom:8px;
}
.shella-header__icons{display:flex;align-items:center;gap:2px}
.shella-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--ink);transition:color .2s var(--ease)}
.shella-icon:hover{color:var(--gold)}
.shella-icon__badge{position:absolute;top:6px;inset-inline-end:4px;min-width:16px;height:16px;padding:0 4px;background:var(--price);color:#fff;border-radius:999px;font-size:10px;font-weight:700;line-height:16px;text-align:center}

/* nav */
.shella-nav{display:none;border-top:1px solid var(--line-soft)}
@media(min-width:1024px){.shella-nav{display:block}}
.shella-nav__list{display:flex;justify-content:center;gap:0}
.shella-nav__list li a{display:inline-block;padding:14px 18px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--ink);position:relative;transition:color .2s var(--ease)}
.shella-nav__list li a:hover{color:var(--gold)}
.shella-nav__list li a::after{content:"";position:absolute;left:18px;right:18px;bottom:8px;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:center;transition:transform .25s var(--ease)}
.shella-nav__list li a:hover::after{transform:scaleX(1)}
.shella-nav__item--accent a{color:var(--price)!important}

/* search */
.shella-search{padding:10px 12px;border-top:1px solid var(--line-soft)}
@media(min-width:768px){.shella-search{padding:10px 20px 14px}}
.shella-search__form{display:flex;align-items:center;gap:8px;background:var(--bg-soft);border:1px solid var(--line);border-radius:999px;height:40px;padding-inline:14px;max-width:520px;margin:0 auto}
.shella-search__form input{flex:1;background:transparent;border:0;outline:0;font:inherit;color:inherit;min-width:0}
.shella-search__form svg{color:var(--ink-soft)}

/* ---------- Hero — 3-col with side promo cards + central hero + collection stack ---------- */
.shella-hero{padding:12px 0}
.shella-hero__grid{display:grid;grid-template-columns:1fr;gap:8px;align-items:stretch}
@media(min-width:768px){.shella-hero__grid{grid-template-columns:200px 1fr 200px;gap:8px}}
@media(min-width:1280px){.shella-hero__grid{grid-template-columns:230px 1fr 230px;gap:10px}}

/* Left & right side columns (stack of 3 cards each) */
.shella-hero__side{display:grid;grid-template-rows:1fr 1fr 1fr;gap:8px;min-height:0}
@media(max-width:767px){.shella-hero__side{grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;gap:6px}}

.shella-tile{
  position:relative;display:block;border-radius:var(--radius);overflow:hidden;
  background:var(--beige) center/cover no-repeat;
  min-height:80px;
  transition:transform .3s var(--ease),box-shadow .3s var(--ease);
}
.shella-tile:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}
.shella-tile__label{
  position:absolute;inset-inline-start:12px;bottom:12px;
  font-family:'Cormorant Garamond',serif;font-weight:600;font-size:15px;
  color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.35);
  line-height:1.1;max-width:80%;
}
@media(min-width:1024px){.shella-tile__label{font-size:17px}}

/* Center hero */
.shella-hero__center{
  position:relative;border-radius:var(--radius);overflow:hidden;
  background:var(--beige) center/cover no-repeat;
  min-height:260px;
  display:grid;grid-template-columns:1fr;align-items:center;
  transition:box-shadow .3s var(--ease);
}
@media(min-width:1024px){
  .shella-hero__center{grid-template-columns:1fr auto;min-height:380px}
}
.shella-hero__center:hover{box-shadow:var(--shadow-md)}

.shella-hero__caption{padding:24px;color:var(--ink);max-width:560px}
@media(min-width:1024px){.shella-hero__caption{padding:48px}}
.shella-hero__kicker{display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:.32em;color:var(--gold-dark);font-weight:700;margin-bottom:8px}
.shella-hero__title{font-family:'Cormorant Garamond',serif;font-size:clamp(30px,5vw,56px);font-weight:600;margin:0 0 10px;line-height:1.05}
.shella-hero__sub{font-size:13px;color:var(--ink);margin:0 0 18px}
.shella-hero__sub strong{color:var(--price);font-weight:700}

/* Two featured product cards overlay on the right side of hero */
.shella-hero__feat{
  display:grid;grid-auto-flow:column;grid-auto-columns:140px;gap:8px;
  padding:0 14px 16px;
  align-self:end;
}
@media(min-width:1024px){
  .shella-hero__feat{grid-template-columns:160px 160px;padding:24px;align-self:center}
}
.shella-hero__feat-card{
  display:block;position:relative;background:#fff;border-radius:var(--radius);
  overflow:hidden;box-shadow:var(--shadow-sm);
  transition:transform .25s var(--ease),box-shadow .25s var(--ease);
}
.shella-hero__feat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.shella-hero__feat-card img{width:100%;aspect-ratio:1;object-fit:cover;display:block}
.shella-hero__feat-price{
  position:absolute;left:8px;bottom:8px;
  background:rgba(255,255,255,.95);color:var(--price);
  font-size:13px;font-weight:700;padding:4px 9px;border-radius:999px;
  box-shadow:var(--shadow-sm);
}
.shella-hero__feat-price .amount{color:var(--price)}

/* Right collection cards (replaces SHEIN brand stack with SHELLA collections) */
.shella-coll{
  position:relative;display:flex;align-items:center;justify-content:center;
  border-radius:var(--radius);overflow:hidden;
  background:var(--ink) center/cover no-repeat;
  min-height:80px;color:#fff;
  transition:transform .3s var(--ease),box-shadow .3s var(--ease);
}
.shella-coll:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}
.shella-coll span{
  font-family:'Italiana','Cormorant Garamond',serif;
  font-size:18px;letter-spacing:.18em;
  color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.4);
}
@media(min-width:1024px){.shella-coll span{font-size:22px;letter-spacing:.22em}}
.shella-coll--gold{background-color:var(--gold)}
.shella-coll--rose{background-color:#c76a5a}

/* ---------- Buttons ---------- */
.shella-btn{display:inline-block;padding:11px 28px;border-radius:999px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;cursor:pointer;transition:all .2s var(--ease);border:1px solid transparent}
.shella-btn--ink{background:var(--ink);color:#fff}
.shella-btn--ink:hover{background:#000;transform:translateY(-1px);box-shadow:var(--shadow-md)}
.shella-btn--cream{background:#fff;color:var(--ink);border-color:var(--ink)}
.shella-btn--cream:hover{background:var(--ink);color:#fff}
.shella-btn--gold{background:var(--gold);color:#fff}
.shella-btn--gold:hover{background:var(--gold-light);color:var(--ink)}

/* ---------- Category circles ---------- */
.shella-circles{padding:18px 0 6px;border-block:1px solid var(--line-soft);background:#fff}
.shella-circles__grid{display:grid;grid-auto-flow:column;grid-auto-columns:84px;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:6px}
.shella-circles__grid::-webkit-scrollbar{display:none}
@media(min-width:1024px){.shella-circles__grid{grid-auto-flow:initial;grid-template-columns:repeat(10,1fr);overflow:visible}}
.shella-circle{display:flex;flex-direction:column;align-items:center;gap:8px;scroll-snap-align:start;text-align:center;transition:transform .2s var(--ease)}
.shella-circle:hover{transform:translateY(-3px)}
.shella-circle__img{width:64px;height:64px;border-radius:50%;background:var(--beige) center/cover no-repeat;border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:border-color .2s var(--ease)}
.shella-circle:hover .shella-circle__img{border-color:var(--gold)}
@media(min-width:1024px){.shella-circle__img{width:72px;height:72px}}
.shella-circle__label{font-size:12px;color:var(--ink);font-weight:500;line-height:1.2;max-width:84px}

/* ---------- Promo strips ---------- */
.shella-strips{padding:18px 0}
.shella-strip{margin-bottom:18px}
.shella-strip__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}
.shella-strip__head h3{font-size:18px;font-weight:700;color:var(--ink)}
.shella-strip__head a{font-size:12px;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.08em;transition:color .2s var(--ease)}
.shella-strip__head a:hover{color:var(--gold)}
.shella-strip__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
@media(min-width:640px){.shella-strip__grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.shella-strip__grid{grid-template-columns:repeat(4,1fr);gap:10px}}

/* ---------- Flash sale ---------- */
.shella-flashsale{background:linear-gradient(90deg,var(--ink) 0%,#3a2f12 50%,var(--ink) 100%);color:#fff;margin:18px 0;border-radius:var(--radius);overflow:hidden}
.shella-flashsale__inner{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;padding:14px 18px}
.shella-flashsale__label{font-size:13px;font-weight:600;letter-spacing:.06em}
.shella-flashsale__timer{display:inline-flex;align-items:center;gap:4px;font-variant-numeric:tabular-nums;font-weight:700}
.shella-flashsale__timer span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;border-radius:6px;background:var(--gold);color:var(--ink);font-size:15px}
.shella-flashsale__timer i{font-style:normal;color:var(--gold);font-weight:700}

/* ---------- Tabbed feed ---------- */
.shella-feed{padding:18px 0 28px}
.shella-feed__tabs{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid var(--line);margin-bottom:14px}
.shella-feed__tabs::-webkit-scrollbar{display:none}
.shella-feed__tab{flex:0 0 auto;padding:12px 18px;font-size:13px;font-weight:600;color:var(--ink-soft);border-bottom:2px solid transparent;white-space:nowrap;transition:color .2s var(--ease),border-color .2s var(--ease)}
.shella-feed__tab.is-active{color:var(--ink);border-bottom-color:var(--gold)}
.shella-feed__tab:hover{color:var(--ink)}
.shella-feed__pane{display:none;animation:shella-fade .35s var(--ease)}
.shella-feed__pane.is-active{display:block}
@keyframes shella-fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.shella-feed__empty{padding:40px;text-align:center;color:var(--ink-mute);background:var(--bg-soft);border-radius:var(--radius)}

/* ---------- Product grid + card ---------- */
.products,ul.products,.shella-products{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important;list-style:none;margin:0;padding:0}
@media(min-width:640px){.products,ul.products,.shella-products{grid-template-columns:repeat(3,1fr)!important}}
@media(min-width:1024px){.products,ul.products,.shella-products{grid-template-columns:repeat(4,1fr)!important;gap:10px!important}}
@media(min-width:1280px){.products,ul.products,.shella-products{grid-template-columns:repeat(5,1fr)!important}}

.product,.shella-card{position:relative;background:#fff;border-radius:6px;overflow:hidden;transition:transform .25s var(--ease),box-shadow .25s var(--ease);list-style:none;margin:0!important;padding:0!important;width:auto!important}
.product:hover,.shella-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.shella-card__link{display:block;color:inherit}
.shella-card__media{position:relative;display:block;aspect-ratio:3/4;overflow:hidden;background:var(--bg-soft)}
.shella-card__media img,.product img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}
.shella-card:hover .shella-card__media img,.product:hover img{transform:scale(1.04)}
.shella-card__badges{position:absolute;top:6px;inset-inline-start:6px;display:flex;flex-direction:column;gap:4px}
.shella-badge{background:var(--price);color:#fff;font-size:10px;font-weight:700;padding:3px 7px;border-radius:3px;letter-spacing:.04em}
.shella-badge--rose{background:var(--price)}
.shella-badge--gold{background:var(--gold)}
.shella-card__wish,.shella-card__add{position:absolute;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.95);color:var(--ink);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);transition:all .2s var(--ease)}
.shella-card__wish{top:6px;inset-inline-end:6px;opacity:0;transform:translateY(-4px)}
.shella-card:hover .shella-card__wish{opacity:1;transform:none}
.shella-card__wish:hover{background:var(--price);color:#fff}
.shella-card__add{bottom:6px;inset-inline-end:6px;width:32px;height:32px}
.shella-card__add:hover{background:var(--gold);color:#fff;transform:scale(1.05)}
.shella-card__body{padding:8px 10px 12px}
.shella-card__title,.product .woocommerce-loop-product__title{font-size:13px;font-weight:400;color:var(--ink);line-height:1.3;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px;font-family:inherit!important}
.shella-card__price,.product .price{font-size:15px;font-weight:700;color:var(--price);display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;margin:0!important}
.product .price del,.shella-card__price del{color:var(--ink-mute);font-weight:400;font-size:12px;text-decoration:line-through}
.product .price ins,.shella-card__price ins{text-decoration:none;color:var(--price);font-weight:700}
.product .button,ul.products a.button,.added_to_cart{display:none!important}

/* ---------- Newsletter ---------- */
.shella-newsletter{background:linear-gradient(135deg,var(--beige) 0%,var(--rose) 100%);padding:36px 16px;margin-top:24px;text-align:center}
.shella-newsletter h3{font-family:'Cormorant Garamond',serif;font-size:30px;margin-bottom:8px;font-weight:600}
.shella-newsletter p{color:var(--ink-soft);margin:0 0 18px}
.shella-newsletter form{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;max-width:480px;margin:0 auto}
.shella-newsletter input[type=email]{flex:1 1 220px;min-width:0;height:46px;padding:0 18px;border:1px solid var(--ink);border-radius:999px;background:#fff;font:inherit;color:var(--ink)}
.shella-newsletter input[type=email]:focus{outline:0;border-color:var(--gold)}

/* ---------- Footer ---------- */
.shella-footer{background:#fff;border-top:1px solid var(--line);padding:32px 0 32px;color:var(--ink-soft)}
.shella-footer__cols{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:768px){.shella-footer__cols{grid-template-columns:2fr 1fr 1fr 1fr}}
.shella-footer__brand{font-family:'Cormorant Garamond',serif;font-size:28px;color:var(--ink);font-weight:700;letter-spacing:.04em}
.shella-footer__tagline{font-size:11px;color:var(--ink-mute);letter-spacing:.18em;text-transform:uppercase;margin:6px 0 14px}
.shella-footer h4{font-size:13px;font-weight:700;color:var(--ink);text-transform:uppercase;letter-spacing:.1em;margin:0 0 12px}
.shella-footer ul li{padding:6px 0;font-size:13px}
.shella-footer ul li a{transition:color .2s var(--ease)}
.shella-footer ul li a:hover{color:var(--gold)}
.shella-footer__social{display:flex;gap:10px;margin-top:8px}
.shella-footer__social a{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--ink);transition:all .2s var(--ease)}
.shella-footer__social a:hover{background:var(--gold);color:#fff;border-color:var(--gold)}
.shella-footer__bottom{margin-top:24px;padding-top:18px;border-top:1px solid var(--line);font-size:12px;color:var(--ink-mute);text-align:center}

/* ---------- Mobile bottom nav ---------- */
.shella-mobnav{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);padding:6px 0;padding-bottom:max(6px,env(safe-area-inset-bottom))}
@media(min-width:768px){.shella-mobnav{display:none}}
.shella-mobnav a{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:10px;color:var(--ink-soft);font-weight:500;padding:6px 4px;transition:color .2s var(--ease)}
.shella-mobnav a:hover,.shella-mobnav a.is-active{color:var(--gold)}
.shella-mobnav svg{width:22px;height:22px}

/* ---------- WC pages ---------- */
.woocommerce-products-header{padding:18px 0}
.woocommerce-products-header__title,.page-title{font-family:'Cormorant Garamond',serif;font-size:28px;color:var(--ink);font-weight:600}
.woocommerce-result-count{font-size:13px;color:var(--ink-soft)}
.woocommerce-ordering select{padding:8px 12px;border:1px solid var(--line);border-radius:6px;font:inherit}
.woocommerce-pagination{margin-top:24px;text-align:center}
.woocommerce-pagination .page-numbers{display:inline-flex;min-width:36px;height:36px;align-items:center;justify-content:center;margin:0 2px;border:1px solid var(--line);border-radius:6px;font-weight:600}
.woocommerce-pagination .page-numbers.current{background:var(--ink);color:#fff;border-color:var(--ink)}

/* PDP */
.shella-pdp{padding:24px 0}
.product_title{font-family:'Cormorant Garamond',serif;font-size:32px;color:var(--ink);margin-bottom:8px;font-weight:600}
.summary .price{font-size:24px;color:var(--price);font-weight:700;margin:8px 0 16px}
.single_add_to_cart_button{background:var(--ink)!important;color:#fff!important;padding:14px 32px!important;border-radius:999px!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important;border:0!important;transition:all .2s var(--ease)!important}
.single_add_to_cart_button:hover{background:var(--gold)!important;color:#fff!important}

/* ---------- RTL helpers ---------- */
body.shella-rtl .shella-promobar__inner{animation-direction:reverse}
body.shella-rtl .shella-feed__tabs,
body.shella-rtl .shella-circles__grid{direction:rtl}

/* ---------- Reveal-on-scroll ---------- */
[data-shella-reveal]{opacity:0;transform:translateY(16px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
[data-shella-reveal].is-visible{opacity:1;transform:none}

/* ---------- Splash (premium signature loader) ---------- */
html.shella-splash-on,html.shella-splash-on body{overflow:hidden}
.shella-splash{position:fixed;inset:0;z-index:99999;background:#0a0a0a;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .9s var(--ease)}
.shella-splash.is-in{opacity:1}
.shella-splash.is-out{opacity:0}
.shella-splash__inner{display:flex;flex-direction:column;align-items:center;gap:18px;color:var(--gold-light);text-align:center}
.shella-splash__mark{width:80px;height:80px;color:var(--gold-light);animation:splash-rotate 2.4s var(--ease) infinite}
@keyframes splash-rotate{0%,100%{transform:rotateY(0)}50%{transform:rotateY(180deg)}}
.shella-splash__caption{font-family:'Italiana','Cormorant Garamond',serif;font-size:11px;letter-spacing:.6em;color:var(--gold-light);opacity:.85}
.shella-splash__brand{font-family:'Italiana','Cormorant Garamond',serif;font-size:36px;letter-spacing:.42em;color:#faf7f0;margin-top:-2px}
.shella-splash__line{width:120px;height:1px;background:rgba(201,168,76,.18);overflow:hidden;margin-top:12px;position:relative}
.shella-splash__line span{position:absolute;left:-30%;top:0;height:100%;width:30%;background:var(--gold);animation:splash-line 1.8s var(--ease) infinite}
@keyframes splash-line{0%{left:-30%}100%{left:100%}}

/* ---------- Sticky header on scroll ---------- */
.shella-header.is-scrolled{box-shadow:0 2px 10px rgba(0,0,0,.06)}

/* ---------- Mega-menu ---------- */
.shella-nav__list li{position:relative}
.shella-nav__item--mega .shella-mega{
  position:absolute;left:50%;top:100%;transform:translateX(-50%) translateY(8px);
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:24px 28px;min-width:600px;box-shadow:var(--shadow-md);
  display:grid;grid-template-columns:repeat(3,1fr) 1.2fr;gap:24px;
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .25s var(--ease),transform .25s var(--ease),visibility .25s;
  z-index:60;
}
.shella-nav__item--mega.is-open .shella-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.shella-mega__col h5{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--ink);margin:0 0 10px;padding-bottom:8px;border-bottom:1px solid var(--line-soft)}
.shella-mega__col li{padding:5px 0}
.shella-mega__col li a{font-size:13px;color:var(--ink-soft);font-weight:400;text-transform:none;letter-spacing:0;padding:0!important;display:inline}
.shella-mega__col li a:hover{color:var(--gold)}
.shella-mega__col li a::after{display:none!important}
.shella-mega__feat{display:block;border-radius:var(--radius);overflow:hidden;background:var(--beige) center/cover no-repeat;aspect-ratio:3/4;position:relative}
.shella-mega__feat::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.45) 100%)}
.shella-mega__feat span{position:absolute;left:14px;bottom:12px;color:#fff;font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:600;z-index:2}

/* ---------- WhatsApp floating button ---------- */
.shella-wa{
  position:fixed;bottom:84px;inset-inline-end:18px;z-index:55;
  display:inline-flex;align-items:center;justify-content:center;
  width:54px;height:54px;border-radius:50%;
  background:#25d366;color:#fff;
  box-shadow:0 6px 18px rgba(37,211,102,.42);
  transition:transform .25s var(--ease),box-shadow .25s var(--ease);
}
@media(min-width:768px){.shella-wa{bottom:24px;width:60px;height:60px}}
.shella-wa:hover{transform:scale(1.06);box-shadow:0 10px 24px rgba(37,211,102,.55)}
.shella-wa svg{width:30px;height:30px}
.shella-wa.is-pulse::before{
  content:"";position:absolute;inset:0;border-radius:50%;
  border:2px solid #25d366;animation:wa-pulse 1.6s var(--ease) infinite;
}
@keyframes wa-pulse{0%{opacity:.7;transform:scale(1)}100%{opacity:0;transform:scale(1.55)}}

/* ---------- Card "added" animation ---------- */
.shella-card__add.is-added{background:var(--gold)!important;color:#fff!important;animation:shake-add .6s var(--ease)}
@keyframes shake-add{0%,100%{transform:scale(1)}25%{transform:scale(1.18) rotate(-6deg)}50%{transform:scale(1.05) rotate(4deg)}}

/* ---------- PDP polish ---------- */
.shella-pdp{padding:24px 0 48px}
.shella-pdp__grid{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:768px){.shella-pdp__grid{grid-template-columns:1.4fr 1fr;gap:32px;align-items:start}}
@media(min-width:1280px){.shella-pdp__grid{grid-template-columns:74px minmax(0,1fr) 420px;gap:24px}}

.shella-pdp__gallery{display:flex;flex-direction:column;gap:8px}
@media(min-width:1280px){.shella-pdp__gallery{display:contents}}

.shella-pdp__thumbs{
  display:grid;grid-auto-flow:column;grid-auto-columns:64px;gap:8px;
  overflow-x:auto;scrollbar-width:none;
  order:2;
}
.shella-pdp__thumbs::-webkit-scrollbar{display:none}
@media(min-width:1280px){
  .shella-pdp__thumbs{
    grid-auto-flow:row;grid-auto-columns:auto;grid-auto-rows:74px;gap:8px;
    overflow:visible;order:0;
    position:sticky;top:80px;align-self:start;
  }
}
.shella-pdp__thumbs a{display:block;aspect-ratio:3/4;border-radius:6px;overflow:hidden;border:1px solid var(--line);transition:border-color .2s var(--ease);position:relative}
.shella-pdp__thumbs a.is-active{border-color:var(--ink);border-width:2px}
.shella-pdp__thumbs a:hover{border-color:var(--gold)}
.shella-pdp__thumbs img{width:100%;height:100%;object-fit:cover}

.shella-pdp__gallery-main{
  position:relative;border-radius:var(--radius);overflow:hidden;
  background:var(--bg-soft);aspect-ratio:3/4;
  order:1;
}
@media(min-width:1280px){.shella-pdp__gallery-main{aspect-ratio:4/5}}
.shella-pdp__gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}
.shella-pdp__gallery-main:hover img{transform:scale(1.03)}
.shella-pdp__gallery-main .shella-pdp__zoom{
  position:absolute;top:12px;inset-inline-end:12px;width:36px;height:36px;
  background:rgba(255,255,255,.92);border-radius:50%;
  display:flex;align-items:center;justify-content:center;color:var(--ink);
  box-shadow:var(--shadow-sm);
}

.shella-pdp__info{position:sticky;top:80px}
.shella-pdp__breadcrumb{font-size:12px;color:var(--ink-mute);text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}
.shella-pdp__breadcrumb a:hover{color:var(--gold)}
.shella-pdp__title{font-family:'Cormorant Garamond',serif;font-size:34px;font-weight:600;color:var(--ink);line-height:1.1;margin-bottom:12px}
.shella-pdp__price{display:flex;align-items:baseline;gap:10px;margin-bottom:18px}
.shella-pdp__price .ins,.shella-pdp__price .price-now{font-size:26px;font-weight:700;color:var(--price)}
.shella-pdp__price del,.shella-pdp__price .price-was{font-size:16px;color:var(--ink-mute);text-decoration:line-through;font-weight:400}
.shella-pdp__price .save{background:var(--gold);color:#fff;padding:3px 10px;border-radius:3px;font-size:11px;font-weight:700;letter-spacing:.06em}
.shella-pdp__short{font-size:14px;color:var(--ink-soft);margin-bottom:18px;line-height:1.6}

.shella-pdp__group{margin-bottom:20px}
.shella-pdp__label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--ink);margin-bottom:8px}
.shella-pdp__sizes{display:flex;flex-wrap:wrap;gap:6px}
.shella-pdp__size{min-width:44px;height:38px;padding:0 12px;border:1px solid var(--line);background:#fff;border-radius:6px;font-size:13px;font-weight:600;color:var(--ink);cursor:pointer;transition:all .2s var(--ease)}
.shella-pdp__size:hover,.shella-pdp__size.is-active{border-color:var(--ink);background:var(--ink);color:#fff}
.shella-pdp__size.is-out{opacity:.4;text-decoration:line-through;cursor:not-allowed}

.shella-pdp__cta{display:flex;gap:8px;margin:20px 0}
.shella-pdp__qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;overflow:hidden}
.shella-pdp__qty button{width:42px;height:48px;font-size:18px;color:var(--ink-soft);transition:color .2s var(--ease)}
.shella-pdp__qty button:hover{color:var(--ink)}
.shella-pdp__qty input{width:46px;height:48px;border:0;text-align:center;font:inherit;font-weight:600;background:transparent}
.shella-pdp__add{flex:1;height:48px;background:var(--ink);color:#fff;border-radius:999px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:13px;transition:all .2s var(--ease)}
.shella-pdp__add:hover{background:var(--gold)}
.shella-pdp__wish{width:48px;height:48px;border:1px solid var(--line);border-radius:50%;color:var(--ink-soft);transition:all .2s var(--ease)}
.shella-pdp__wish:hover{color:var(--price);border-color:var(--price)}

.shella-pdp__perks{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:16px;background:var(--bg-soft);border-radius:var(--radius);margin:18px 0}
.shella-pdp__perk{text-align:center;font-size:11px;color:var(--ink-soft);line-height:1.3}
.shella-pdp__perk strong{display:block;color:var(--ink);font-size:12px;font-weight:700;margin-bottom:2px}

.shella-acc{margin-top:20px}
.shella-acc__item{border-bottom:1px solid var(--line)}
.shella-acc__head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 0;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--ink);text-align:start}
.shella-acc__head::after{content:"+";font-size:20px;color:var(--gold);font-weight:300;transition:transform .25s var(--ease)}
.shella-acc__item.is-open .shella-acc__head::after{transform:rotate(45deg)}
.shella-acc__body{max-height:0;overflow:hidden;transition:max-height .35s var(--ease);font-size:13px;color:var(--ink-soft);line-height:1.6}
.shella-acc__item.is-open .shella-acc__body{max-height:520px;padding:4px 0 18px}

.shella-pdp__related{margin-top:48px;padding-top:32px;border-top:1px solid var(--line)}
.shella-pdp__related h3{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:600;margin-bottom:16px;text-align:center}

/* ---------- Page templates (About / FAQ / Contact) ---------- */
.shella-page{padding:32px 0 48px}
.shella-page__hero{padding:48px 16px;text-align:center;background:linear-gradient(135deg,var(--beige) 0%,var(--rose) 100%);border-radius:var(--radius);margin-bottom:32px}
.shella-page__hero .kicker{font-size:11px;text-transform:uppercase;letter-spacing:.32em;color:var(--gold-dark);font-weight:700}
.shella-page__hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,5vw,48px);margin:8px 0;font-weight:600}
.shella-page__hero p{font-size:14px;color:var(--ink-soft);max-width:560px;margin:0 auto}
.shella-page__body{max-width:760px;margin:0 auto;padding:0 16px;font-size:15px;line-height:1.75;color:var(--ink-soft)}
.shella-page__body h2{font-family:'Cormorant Garamond',serif;font-size:28px;color:var(--ink);font-weight:600;margin:36px 0 12px}
.shella-page__body h3{font-size:18px;color:var(--ink);font-weight:600;margin:24px 0 8px}
.shella-page__body p{margin:0 0 16px}
.shella-page__body ul,.shella-page__body ol{margin:0 0 16px;padding-inline-start:20px}
.shella-page__body li{margin-bottom:6px}

/* About: pillar cards */
.shella-pillars{display:grid;grid-template-columns:1fr;gap:14px;margin:24px 0}
@media(min-width:768px){.shella-pillars{grid-template-columns:repeat(3,1fr)}}
.shella-pillar{padding:20px;border:1px solid var(--line);border-radius:var(--radius);text-align:center;transition:all .25s var(--ease)}
.shella-pillar:hover{border-color:var(--gold);box-shadow:var(--shadow-md);transform:translateY(-3px)}
.shella-pillar__icon{width:48px;height:48px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--beige);color:var(--gold-dark)}
.shella-pillar h4{font-family:'Cormorant Garamond',serif;font-size:20px;color:var(--ink);font-weight:600;margin-bottom:8px}
.shella-pillar p{font-size:13px;color:var(--ink-soft);margin:0}

/* Contact form */
.shella-contact-grid{display:grid;grid-template-columns:1fr;gap:32px;max-width:1000px;margin:0 auto;padding:0 16px}
@media(min-width:1024px){.shella-contact-grid{grid-template-columns:1.2fr 1fr}}
.shella-contact-info{padding:24px;background:var(--bg-soft);border-radius:var(--radius)}
.shella-contact-info h3{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;margin-bottom:14px}
.shella-contact-info dl{display:grid;grid-template-columns:auto 1fr;gap:8px 14px;font-size:14px}
.shella-contact-info dt{font-weight:700;color:var(--ink);text-transform:uppercase;font-size:11px;letter-spacing:.12em;align-self:center}
.shella-contact-info dd{color:var(--ink-soft);margin:0}
.shella-contact-info a{color:var(--gold);text-decoration:none}
.shella-form{display:grid;gap:12px}
.shella-form input,.shella-form textarea,.shella-form select{font:inherit;color:var(--ink);width:100%;padding:12px 16px;border:1px solid var(--line);border-radius:8px;background:#fff;transition:border-color .2s var(--ease)}
.shella-form input:focus,.shella-form textarea:focus,.shella-form select:focus{outline:0;border-color:var(--gold)}
.shella-form textarea{min-height:140px;resize:vertical}
.shella-form button{height:48px;background:var(--ink);color:#fff;border-radius:999px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:13px;transition:background .2s var(--ease)}
.shella-form button:hover{background:var(--gold)}

/* FAQ accordion (re-use .shella-acc styles) */

/* ---------- Cart drawer (slide-in from right) ---------- */
.shella-drawer{position:fixed;inset:0;z-index:9000;visibility:hidden;pointer-events:none}
.shella-drawer.is-open{visibility:visible;pointer-events:auto}
.shella-drawer__overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);opacity:0;transition:opacity .3s var(--ease);border:0;cursor:pointer;width:100%;height:100%}
.shella-drawer.is-open .shella-drawer__overlay{opacity:1}
.shella-drawer__panel{position:absolute;top:0;inset-inline-end:0;width:min(420px,92vw);height:100%;background:#fff;box-shadow:-8px 0 32px rgba(0,0,0,.14);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .35s var(--ease)}
body.shella-rtl .shella-drawer__panel{transform:translateX(-100%)}
.shella-drawer.is-open .shella-drawer__panel{transform:translateX(0)}
.shella-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line)}
.shella-drawer__head h3{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600}
.shella-drawer__close{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink-soft);transition:all .2s var(--ease)}
.shella-drawer__close:hover{background:var(--bg-soft);color:var(--ink)}
.shella-drawer__body{flex:1;overflow-y:auto;padding:16px 20px}
.shella-drawer__loading{padding:32px;text-align:center;color:var(--ink-mute);font-size:13px}
.shella-drawer__empty{padding:48px 16px;text-align:center;color:var(--ink-soft)}
.shella-drawer__empty h4{font-family:'Cormorant Garamond',serif;font-size:22px;color:var(--ink);margin-bottom:8px}
.shella-drawer__item{display:grid;grid-template-columns:74px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line-soft);align-items:start}
.shella-drawer__item img{width:74px;height:96px;object-fit:cover;border-radius:6px;background:var(--bg-soft)}
.shella-drawer__item-name{font-size:13px;font-weight:500;color:var(--ink);line-height:1.3;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.shella-drawer__item-meta{font-size:11px;color:var(--ink-mute);text-transform:uppercase;letter-spacing:.06em}
.shella-drawer__item-price{margin-top:6px;font-size:14px;font-weight:700;color:var(--price)}
.shella-drawer__item-rm{color:var(--ink-mute);font-size:11px;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:none;border:0;padding:4px 0;transition:color .2s var(--ease)}
.shella-drawer__item-rm:hover{color:var(--price)}
.shella-drawer__foot{padding:16px 20px;border-top:1px solid var(--line);background:var(--bg-soft)}
.shella-drawer__row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px;font-size:13px;color:var(--ink-soft)}
.shella-drawer__row.is-total{font-size:15px;font-weight:700;color:var(--ink)}
.shella-drawer__row.is-total .price{color:var(--price);font-size:18px}
.shella-drawer__cta{display:flex;flex-direction:column;gap:8px;margin-top:8px}
.shella-drawer__cta a{display:block;text-align:center;padding:13px 18px;border-radius:999px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:12px;transition:all .2s var(--ease)}
.shella-drawer__cta a.go{background:var(--ink);color:#fff}
.shella-drawer__cta a.go:hover{background:var(--gold);color:#fff}
.shella-drawer__cta a.cart{border:1px solid var(--ink);color:var(--ink)}
.shella-drawer__cta a.cart:hover{background:var(--ink);color:#fff}
.shella-drawer__hint{margin-top:10px;font-size:11px;color:var(--ink-mute);text-align:center;letter-spacing:.04em}

/* ---------- WC My Account branding ---------- */
.woocommerce-account .shella-main{padding:24px 0}
.woocommerce-account .woocommerce{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:1024px){.woocommerce-account .woocommerce{grid-template-columns:240px 1fr;gap:40px}}
.woocommerce-MyAccount-navigation ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px}
@media(min-width:1024px){.woocommerce-MyAccount-navigation ul{flex-direction:column}}
.woocommerce-MyAccount-navigation li{padding:0;border-bottom:1px solid var(--line)}
.woocommerce-MyAccount-navigation li a{display:block;padding:12px 14px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-soft);border-radius:6px;transition:all .2s var(--ease)}
.woocommerce-MyAccount-navigation li a:hover{background:var(--bg-soft);color:var(--ink)}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a{background:var(--ink);color:#fff}
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:var(--ink);margin:0 0 14px}
.woocommerce-MyAccount-content table{width:100%;border-collapse:collapse;font-size:13px}
.woocommerce-MyAccount-content table th{text-align:start;padding:10px 12px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;border-bottom:2px solid var(--line);color:var(--ink)}
.woocommerce-MyAccount-content table td{padding:12px;border-bottom:1px solid var(--line-soft);vertical-align:middle}
.woocommerce-form-login,.woocommerce-form-register,.woocommerce-EditAccountForm,.woocommerce-form-track-order{max-width:480px;margin:0 auto;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.woocommerce-form-login p,.woocommerce-form-register p{margin-bottom:12px}
.woocommerce-form-login label,.woocommerce-form-register label,.woocommerce-EditAccountForm label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--ink);font-weight:700;margin-bottom:6px}
.woocommerce-form-login input,.woocommerce-form-register input,.woocommerce-EditAccountForm input,.woocommerce-form-track-order input,.woocommerce-form-track-order select{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:8px;font:inherit;color:var(--ink);background:#fff}
.woocommerce-form-login input:focus,.woocommerce-form-register input:focus,.woocommerce-EditAccountForm input:focus,.woocommerce-form-track-order input:focus{outline:0;border-color:var(--gold)}
.woocommerce button.button,.woocommerce input.button,.woocommerce a.button.alt,.woocommerce a.button{background:var(--ink)!important;color:#fff!important;padding:12px 24px!important;border-radius:999px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-size:12px!important;border:0!important;transition:all .2s var(--ease)!important;cursor:pointer}
.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce a.button:hover{background:var(--gold)!important}

/* WC checkout polish (basic) */
.woocommerce-checkout .shella-main{padding:24px 0}
.woocommerce-checkout #customer_details{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:1024px){.woocommerce-checkout #customer_details{grid-template-columns:1fr 1fr;gap:40px}}
.woocommerce-checkout h3{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:var(--ink);margin:0 0 14px}
.woocommerce-checkout .form-row label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--ink);font-weight:700}
.woocommerce-checkout .form-row input,.woocommerce-checkout .form-row textarea,.woocommerce-checkout .form-row select{width:100%;padding:11px 14px;border:1px solid var(--line);border-radius:8px;font:inherit;color:var(--ink);background:#fff}
.woocommerce-checkout #payment{background:var(--bg-soft);padding:18px;border-radius:var(--radius);margin-top:12px}
.woocommerce-checkout #payment ul.payment_methods{padding:0;list-style:none;border-bottom:0}
.woocommerce-checkout #payment ul.payment_methods li{padding:12px 14px;background:#fff;border:1px solid var(--line);border-radius:8px;margin-bottom:8px}
.woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked + label{color:var(--gold)}
.woocommerce-checkout .place-order button{width:100%;padding:16px!important;font-size:14px!important;background:var(--ink)!important}

/* ---------- Order tracking page ---------- */
.shella-track{max-width:520px;margin:0 auto;padding:32px 16px}
.shella-track h2{font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:600;text-align:center;margin-bottom:14px}
.shella-track p.lead{text-align:center;color:var(--ink-soft);margin-bottom:24px}
.shella-track-form{display:grid;gap:12px}
.shella-track-form label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--ink)}
.shella-track-form input{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:8px;font:inherit}
.shella-track-form button{height:48px;background:var(--ink);color:#fff;border-radius:999px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:13px;transition:background .2s var(--ease)}
.shella-track-form button:hover{background:var(--gold)}
.shella-track-result{margin-top:24px;padding:18px;background:var(--bg-soft);border-radius:var(--radius);font-size:14px}
.shella-track-result.is-error{background:var(--rose);color:var(--price-strong,#a01a25)}

/* ---------- Print ---------- */
@media print{.shella-promobar,.shella-header,.shella-nav,.shella-mobnav,.shella-footer,.shella-wa,.shella-splash,.shella-drawer{display:none}}
