:root{
  --pink:#ed2f6a;--pink-dark:#cf1d56;--soft:#fff0f5;--soft2:#fff7f9;--text:#171717;--muted:#747474;
  --border:#ececec;--shadow:0 10px 35px rgba(24,24,24,.08);--radius:14px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input{font:inherit}h1,h2,h3,h4,h5,p{margin-top:0}
.container-xl{max-width:1320px}
.site-header{background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:1030}
.brand{display:inline-flex;flex-direction:column;align-items:center;line-height:1;color:#111;min-width:150px}.brand strong{font-family:Arial,Helvetica,sans-serif;font-size:28px;letter-spacing:.5px}.brand small{font-family:Arial,Helvetica,sans-serif;font-size:11px;margin-top:5px;color:#666}
.search-wrap{height:46px;border:1px solid #ddd;border-radius:10px;display:flex;align-items:center;overflow:hidden;max-width:690px;margin:auto;background:#fff}
.search-wrap>i{color:#909090;margin:0 14px}.search-wrap input{flex:1;border:0;outline:0;min-width:0}.search-wrap button{height:100%;width:54px;border:0;background:var(--pink);color:#fff}
.header-actions{display:flex;gap:6px}.icon-btn{width:42px;height:42px;border:0;background:#fff;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:20px;transition:.25s}.icon-btn:hover{background:var(--soft);color:var(--pink);transform:translateY(-2px)}
.badge-dot{position:absolute;right:1px;top:0;background:var(--pink);color:#fff;font-size:9px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;border:2px solid #fff}
.desktop-nav{border-top:1px solid #f0f0f0}.desktop-nav a{padding:14px 0 11px;font-size:13px;font-weight:600;border-bottom:3px solid transparent}.desktop-nav a.active,.desktop-nav a:hover{color:var(--pink);border-color:var(--pink)}.desktop-nav i{font-size:9px}
.mobile-menu{display:flex;flex-direction:column}.mobile-menu a{padding:13px;border-bottom:1px solid #eee;font-weight:600}.mobile-menu a:hover{color:var(--pink)}
.hero-carousel{border-radius:18px;overflow:hidden;background:#ffe5ec}.hero-slide{height:365px;display:flex;align-items:center;position:relative;background:radial-gradient(circle at 75% 40%,#fff 0,#ffe9ef 35%,#ffdbe6 75%);overflow:hidden}.hero-slide:before,.hero-slide:after{content:"";position:absolute;width:180px;height:180px;border:1px solid #f6b7ca;border-radius:60% 40% 60% 40%;opacity:.7;transform:rotate(25deg)}.hero-slide:before{left:-95px;bottom:-105px}.hero-slide:after{right:-95px;top:-100px}.hero-alt{background:linear-gradient(120deg,#fff0f4,#f8e2df)}.hero-third{background:linear-gradient(120deg,#fff5f7,#f9dfe8)}
.hero-slide img{position:absolute;right:8%;bottom:0;width:41%;height:100%;object-fit:cover;object-position:center 22%;mix-blend-mode:multiply;filter:saturate(.9);border-radius:45% 0 0 0}
.hero-copy{position:relative;z-index:2;margin-left:7%;max-width:500px}.script{font-family:Arial,Helvetica,sans-serif;font-style:italic;color:var(--pink);font-size:28px}.hero-copy h1{font-family:Arial,Helvetica,sans-serif;font-size:58px;line-height:.94;margin:7px 0 18px;font-weight:500}.hero-copy p{font-size:17px;color:#444;line-height:1.55}.btn-pink{background:var(--pink);color:#fff;border-radius:999px;padding:12px 24px;border:0;font-weight:600}.btn-pink:hover{background:var(--pink-dark);color:#fff;transform:translateY(-1px)}.btn-light-pill{background:#fff;border-radius:999px;padding:12px 28px;box-shadow:0 3px 10px rgba(0,0,0,.08);font-weight:600}
.carousel-control-prev,.carousel-control-next{width:6%;opacity:1}.carousel-control-prev span,.carousel-control-next span{width:40px;height:40px;border-radius:50%;background:#fff;color:#333;display:grid;place-items:center;box-shadow:0 3px 14px #0002}.carousel-indicators [data-bs-target]{width:9px;height:9px;border-radius:50%;background:var(--pink);border:0}
.feature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}.feature-card{border:1px solid var(--border);border-radius:13px;box-shadow:var(--shadow);padding:17px 22px;display:flex;align-items:center;justify-content:center;gap:14px;background:#fff}.feature-card>i{font-size:28px;color:var(--pink)}.feature-card b,.feature-card small{display:block}.feature-card small{color:var(--muted);margin-top:4px}
.section-space{padding-top:44px;padding-bottom:22px}.section-head{display:flex;align-items:center;gap:20px;justify-content:space-between;margin-bottom:20px}.section-head h2,.watch-section h2,#new h2,#reviews h2,.insta h2,.featured-band h2{font-size:27px;margin:0;font-weight:700}.section-head>a{color:var(--pink);font-weight:700;font-size:14px}
.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:18px}.category-card{text-align:center;font-size:12px;font-weight:600}.category-img{aspect-ratio:1;border-radius:15px;background:var(--soft);overflow:hidden;margin-bottom:10px}.category-img img{width:100%;height:100%;object-fit:cover;transition:.35s}.category-card:hover img{transform:scale(1.08)}
.mini-tabs{gap:28px;align-items:center}.mini-tabs button{border:0;background:none;font-size:13px;color:#777;padding:9px 0;border-bottom:2px solid transparent}.mini-tabs button.active{color:var(--pink);font-weight:700;border-color:var(--pink)}
.product-slider{position:relative}.product-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(205px,1fr);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:3px}.product-track::-webkit-scrollbar{display:none}.product-card{position:relative;min-width:0;scroll-snap-align:start}.product-media{height:260px;border-radius:12px;overflow:hidden;background:#f6f6f6;position:relative}.product-media img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover .product-media img{transform:scale(1.04)}.sale-badge{position:absolute;left:10px;top:10px;z-index:2;background:var(--pink);color:#fff;font-size:10px;font-weight:700;padding:6px 8px;border-radius:5px}.wish{position:absolute;right:9px;top:9px;z-index:2;background:#fff;border:0;width:31px;height:31px;border-radius:50%;color:var(--pink)}.product-card h3{font-size:14px;margin:10px 0 8px}.price{font-weight:700}.price del,.arrival-card del{font-weight:400;color:#999;font-size:12px;margin-left:6px}.rating{color:#ffae00;font-size:13px;margin-top:6px}.rating small{color:#777}.cart-btn{position:absolute;right:5px;bottom:0;width:35px;height:35px;border-radius:7px;border:0;background:var(--pink);color:#fff}.slide-btn{position:absolute;top:120px;z-index:5;width:38px;height:38px;border-radius:50%;border:1px solid #eee;background:#fff;box-shadow:0 2px 10px #0002}.slide-btn.prev{left:-18px}.slide-btn.next{right:-18px}
.featured-band{background:linear-gradient(90deg,#fff,#fff8fa,#fff)}.title-line{width:62px;height:4px;background:var(--pink);border-radius:4px;margin:10px auto}.collage{height:330px;display:flex;align-items:center;justify-content:center}.collage img{width:30%;height:82%;object-fit:cover;border-radius:13px;box-shadow:0 14px 30px #0002}.collage img:first-child{transform:rotate(-6deg) translateX(14px)}.collage img:nth-child(2){height:96%;z-index:2}.collage img:last-child{transform:rotate(6deg) translateX(-14px)}.featured-copy .script{font-size:42px}.featured-copy p{line-height:1.7;color:#555}
.watch-section>div>p,#reviews>div>p,.insta>div>p{color:#888;font-size:13px}.video-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.video-card{height:280px;border-radius:12px;overflow:hidden;position:relative;background:#111;color:#fff}.video-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 45%,rgba(0,0,0,.7))}.video-card img{width:100%;height:100%;object-fit:cover}.video-card button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:45px;height:45px;border-radius:50%;border:0;background:#ffffffb8}.video-card span{position:absolute;left:10px;bottom:45px;z-index:2;background:var(--pink);padding:4px 7px;border-radius:5px;font-size:11px;font-weight:700}.video-card small{position:absolute;left:10px;bottom:10px;z-index:2}
.offer-band{background:linear-gradient(110deg,#fff3f7,#fff)}.offer-script{font-size:44px}.offer-products{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.mini-product{position:relative}.mini-product img{height:210px;width:100%;object-fit:cover;border-radius:10px}.mini-product>span,.arrival-card>span{position:absolute;top:8px;left:8px;background:var(--pink);color:#fff;font-size:10px;font-weight:700;padding:5px 7px;border-radius:5px}.mini-product h4,.arrival-card h4{font-size:12px;margin:8px 0 5px}.mini-product b{font-size:12px}
.arrival-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.arrival-card{position:relative;font-size:12px}.arrival-card img{height:190px;width:100%;object-fit:cover;border-radius:10px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{background:linear-gradient(110deg,#fff3f7,#fff9fb);border:1px solid #f6dce5;border-radius:13px;padding:18px;display:flex;gap:15px;align-items:flex-start}.review-card img{width:66px;height:66px;border-radius:50%;object-fit:cover}.review-card p{font-size:12px;line-height:1.5;margin:8px 0}.review-card b,.review-card small{display:block;font-size:11px}.review-card small{color:#777;margin-top:3px}
.insta-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.insta-grid img{width:100%;aspect-ratio:1.35;object-fit:cover;border-radius:9px}
.newsletter{background:linear-gradient(90deg,#ffe8f0,#fff5f8);border-radius:13px;padding:19px 25px;display:flex;align-items:center;justify-content:space-between;gap:20px}.newsletter>div{display:flex;align-items:center;gap:15px}.newsletter>div>i{font-size:36px;color:var(--pink);transform:rotate(-15deg)}.newsletter b,.newsletter small{display:block}.newsletter small{margin-top:5px;color:#666}.newsletter form{display:flex;max-width:520px;width:45%;height:44px}.newsletter input{flex:1;border:1px solid #eee;border-right:0;border-radius:8px 0 0 8px;padding:0 15px;min-width:0;outline:0}.newsletter button{border:0;background:var(--pink);color:#fff;padding:0 25px;border-radius:0 8px 8px 0}
footer{border-top:1px solid #eee;background:#fff}footer h5{font-size:14px;font-weight:700;margin-bottom:14px}footer .col-lg-2>a,footer .col-lg-3>a{display:block;color:#666;font-size:12px;margin:9px 0}.footer-brand{align-items:flex-start}.socials{display:flex;gap:10px}.socials a{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#f6f6f6}.app-badges{display:flex;gap:7px;flex-wrap:wrap}.app-badges span{background:#111;color:#fff;border-radius:6px;padding:8px 9px;font-size:11px}.payments{display:flex;gap:8px;flex-wrap:wrap}.payments span{border:1px solid #ddd;background:#fff;border-radius:5px;padding:5px 8px;color:#555;font-weight:700}
#backTop{position:fixed;right:24px;bottom:24px;width:45px;height:45px;border-radius:50%;background:var(--pink);color:#fff;border:0;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s;z-index:99}#backTop.show{opacity:1;visibility:visible;transform:none}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.in{opacity:1;transform:none}

@media(max-width:991.98px){
  .brand{min-width:115px}.brand strong{font-size:22px}.brand small{font-size:9px}.search-wrap{height:42px}
  .hero-slide{height:330px}.hero-copy{margin-left:6%;max-width:52%}.hero-copy h1{font-size:46px}.hero-copy p{font-size:14px}.hero-slide img{right:0;width:48%}
  .category-grid{grid-template-columns:repeat(4,1fr)}.video-grid{grid-template-columns:repeat(3,1fr)}.offer-products{grid-template-columns:repeat(4,1fr)}
  .arrival-grid{grid-template-columns:repeat(3,1fr)}.review-grid{grid-template-columns:1fr}.insta-grid{grid-template-columns:repeat(4,1fr)}
  .newsletter{align-items:flex-start;flex-direction:column}.newsletter form{width:100%;max-width:none}
}
@media(max-width:767.98px){
  .top-strip{display:none}.container-xl{padding-left:14px;padding-right:14px}.header-actions .icon-btn{width:36px;height:36px;font-size:17px}.search-wrap>i{display:none}.search-wrap input{padding-left:11px;font-size:12px}.search-wrap button{width:42px}
  .hero-slide{height:460px;align-items:flex-start}.hero-copy{margin:30px 20px;max-width:78%}.hero-copy h1{font-size:43px}.hero-copy p{font-size:13px}.hero-slide img{width:100%;height:58%;right:0;bottom:0;object-position:center 18%;opacity:.58}.hero-copy{z-index:3}.carousel-control-prev,.carousel-control-next{display:none}
  .feature-strip{grid-template-columns:1fr;gap:8px}.feature-card{justify-content:flex-start;padding:12px 18px}.section-space{padding-top:34px}.section-head{align-items:flex-end}.section-head h2{font-size:22px}
  .category-grid{display:flex;overflow-x:auto;scrollbar-width:none;gap:12px}.category-card{min-width:90px}.category-img{width:90px}
  .product-track{grid-auto-columns:68%}.product-media{height:280px}.slide-btn{display:none}
  .collage{height:260px}.featured-copy{text-align:center}.featured-copy .script{font-size:37px}.video-grid{display:flex;overflow-x:auto;scrollbar-width:none}.video-card{min-width:42%;height:245px}
  .offer-products{display:flex;overflow-x:auto;scrollbar-width:none}.mini-product{min-width:42%}.arrival-grid{display:flex;overflow-x:auto;scrollbar-width:none}.arrival-card{min-width:45%}.arrival-card img{height:210px}
  .insta-grid{grid-template-columns:repeat(4,1fr)}.newsletter{padding:16px}.newsletter form{height:42px}.newsletter input{font-size:12px}.newsletter button{padding:0 15px}
}
@media(max-width:480px){
  .brand{min-width:88px}.brand strong{font-size:18px}.brand small{display:none}.header-actions{gap:0}.header-actions .icon-btn{width:32px}
  .hero-slide{height:420px}.hero-copy{max-width:88%}.hero-copy h1{font-size:39px}.script{font-size:24px}.btn-pink,.btn-light-pill{padding:10px 18px;font-size:12px}
  .video-card{min-width:62%}.mini-product{min-width:61%}.arrival-card{min-width:61%}.insta-grid{grid-template-columns:repeat(3,1fr)}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}


/* Announcement marquee */
.top-marquee{
  position:relative;
  overflow:hidden;
  background:linear-gradient(90deg,#df245d,#f34e7d,#df245d);
  color:#fff;
  min-height:34px;
  display:flex;
  align-items:center;
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.16);
}
.top-marquee:before,
.top-marquee:after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:70px;
  z-index:3;
  pointer-events:none;
}
.top-marquee:before{
  left:0;
  background:linear-gradient(90deg,#df245d,transparent);
}
.top-marquee:after{
  right:0;
  background:linear-gradient(-90deg,#df245d,transparent);
}
.marquee-track{
  display:flex;
  width:max-content;
  animation:elanoraMarquee 26s linear infinite;
  will-change:transform;
}
.top-marquee:hover .marquee-track{animation-play-state:paused}
.marquee-content{
  display:flex;
  align-items:center;
  flex-shrink:0;
}
.marquee-content span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
  font-size:11px;
  font-weight:600;
  letter-spacing:.02em;
  padding:8px 34px;
  position:relative;
}
.marquee-content span:not(:last-child):after{
  content:"";
  position:absolute;
  right:0;
  width:4px;
  height:4px;
  border-radius:50%;
  background:rgba(255,255,255,.65);
}
.marquee-content i{font-size:11px}
@keyframes elanoraMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media(max-width:767.98px){
  .top-marquee{display:flex;min-height:31px}
  .marquee-content span{font-size:10px;padding:7px 24px}
}
@media(prefers-reduced-motion:reduce){
  .marquee-track{animation-duration:45s!important}
}


/* === Pattern-preserved refinements: visual structure stays the same === */
body{font-family:Arial,Helvetica,sans-serif}
.brand strong,.hero-copy h1,.script{font-family:Arial,Helvetica,sans-serif}
.feature-card,.product-media,.category-img,.review-card,.newsletter,.hero-carousel{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.feature-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(24,24,24,.09);border-color:#f3d7df}
.category-card:hover{color:var(--pink)}
.btn-pink,.cart-btn,.newsletter button{transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}
.btn-pink:hover,.newsletter button:hover{box-shadow:0 8px 18px rgba(237,47,106,.2)}
.product-card{transition:transform .25s ease}.product-card:hover{transform:translateY(-4px)}
.product-media{height:auto;aspect-ratio:4/5;padding:8px;background:#fafafa}
.product-media img{width:100%;height:100%;object-fit:contain}
.arrival-card img,.mini-product img{height:auto;aspect-ratio:4/5;object-fit:contain;background:#fafafa;padding:6px}
.category-img img{object-fit:contain;background:#fff7f9}
.product-card h3{min-height:34px;line-height:1.35}

/* Featured Collection keeps the same section pattern but is now a carousel */
.featured-collection-slider{position:relative;padding-bottom:28px}
.featured-slide-frame{height:330px;border-radius:16px;overflow:hidden;background:#f8f8f8;box-shadow:0 12px 30px rgba(0,0,0,.08)}
.featured-slide-frame img{width:100%;height:100%;object-fit:contain;background:#fff}
.featured-arrow{display:flex!important;width:52px;opacity:1}
.featured-arrow span{width:38px;height:38px;border-radius:50%;background:#fff;color:#333;display:grid;place-items:center;box-shadow:0 4px 14px rgba(0,0,0,.12)}
.featured-dots{bottom:-4px}
.featured-dots [data-bs-target]{width:8px;height:8px;border-radius:50%;border:0;background:var(--pink)}

/* Watch & Shop spacing fix */
.video-card{height:auto;background:#fff;color:var(--text);border:1px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 5px 18px rgba(0,0,0,.05);transition:transform .25s ease,box-shadow .25s ease}
.video-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.09)}
.video-card:after{display:none}
.video-thumb{position:relative;aspect-ratio:4/5;background:#111;overflow:hidden}
.video-thumb img{width:100%;height:100%;object-fit:contain;background:#111}
.video-thumb button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:45px;height:45px;border-radius:50%;border:0;background:rgba(255,255,255,.88);transition:transform .2s ease}
.video-card:hover .video-thumb button{transform:translate(-50%,-50%) scale(1.08)}
.video-info{padding:12px 12px 14px;display:flex;flex-direction:column;align-items:flex-start;min-height:118px}
.video-price{position:static!important;background:var(--pink);color:#fff;padding:4px 7px;border-radius:5px;font-size:11px;font-weight:700;margin-bottom:9px}
.video-info h3{font-size:13px;line-height:1.4;margin:0 0 10px;min-height:36px}
.video-info a{font-size:12px;font-weight:700;color:var(--pink);margin-top:auto}

/* Review optional multi-image gallery */
.review-avatar{width:66px!important;height:66px!important;border-radius:50%;object-fit:cover!important;flex:0 0 66px}
.review-content{min-width:0;flex:1}
.review-gallery{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0 12px}
.review-photo{width:58px;height:58px;padding:0;border:1px solid #eee;border-radius:8px;overflow:hidden;background:#fff}
.review-photo img{width:100%!important;height:100%!important;border-radius:0!important;object-fit:cover!important;transition:transform .22s ease}
.review-photo:hover img{transform:scale(1.08)}
.review-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.84);z-index:2000;display:none;align-items:center;justify-content:center;padding:24px}
.review-lightbox.open{display:flex}
.review-lightbox>img{max-width:min(920px,94vw);max-height:88vh;object-fit:contain;border-radius:12px}
.review-lightbox-close{position:absolute;top:20px;right:22px;width:42px;height:42px;border-radius:50%;border:0;background:#fff;color:#111;font-size:20px}

/* Instagram section removed; no leftover spacing */
.insta{display:none!important}

@media(max-width:767.98px){
  .featured-slide-frame{height:260px}
  .featured-arrow{display:none!important}
  .video-card{min-width:62%}
  .video-thumb{aspect-ratio:4/5}
  .review-card{align-items:flex-start}
}


/* ===== FINAL USER-REQUESTED DESIGN LAYER ===== */
:root{
  --pink:#ed2f6a;
  --pink-dark:#d9225d;
  --surface:#ffffff;
  --surface-soft:#f7f7f7;
  --line:#ececec;
  --text:#171717;
  --muted:#777;
  --shadow-soft:0 5px 16px rgba(20,20,20,.07);
  --shadow-hover:0 12px 28px rgba(20,20,20,.12);
}
html,body{overflow-x:hidden}
body{font-family:Arial,Helvetica,sans-serif}
.brand strong,.hero-copy h1,.script,.featured-coverflow h2{font-family:Arial,Helvetica,sans-serif}

/* top marquee - single text */
.top-marquee{overflow:hidden;background:var(--pink);color:#fff;min-height:34px;display:flex;align-items:center}
.marquee-track{display:flex;width:max-content;animation:elanoraMarquee 28s linear infinite;will-change:transform}
.marquee-content{flex:0 0 auto;white-space:nowrap}
.marquee-content span{display:block;padding:8px 34px;font-size:11px;font-weight:600;letter-spacing:.02em}
@keyframes elanoraMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.top-marquee:hover .marquee-track{animation-play-state:paused}

/* shared interactions */
.btn-pink,.order-now-btn,.newsletter button{transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}
.btn-pink:hover,.order-now-btn:hover,.newsletter button:hover{transform:translateY(-1px)}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
.reveal.in{opacity:1;transform:none}

/* category exact reference feeling */
.category-ref-row{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:14px;
}
.category-ref-card{
  min-width:0;
  padding:10px 8px 12px;
  background:#f6f6f6;
  border:1px solid transparent;
  border-radius:8px;
  text-align:center;
  box-shadow:0 2px 9px rgba(0,0,0,.035);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background-color .25s ease;
}
.category-ref-card:hover,.category-ref-card.active{
  background:#fff;
  border-color:#f0a46e;
  box-shadow:0 8px 18px rgba(0,0,0,.075);
  transform:translateY(-3px);
}
.category-ref-image{
  width:100%;
  aspect-ratio:1.15/1;
  display:grid;
  place-items:center;
  margin-bottom:8px;
  border-radius:7px;
  overflow:hidden;
  background:#fff;
}
.category-ref-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:6px;
  transition:transform .28s ease;
}
.category-ref-card:hover img{transform:scale(1.04)}
.category-ref-card span{
  display:block;
  min-height:34px;
  font-size:12px;
  line-height:1.25;
  font-weight:600;
}
.category-ref-card.active span{color:#df6d32}

/* product cards = supplied reference pattern */
.product-ref-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.product-ref-card{
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:6px;
  box-shadow:var(--shadow-soft);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.product-ref-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:#e4e4e4}
.product-ref-media{
  position:relative;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fafafa;
  overflow:hidden;
  padding:8px;
}
.product-ref-media img{
  display:block;
  width:100%;
  height:auto;
  max-height:315px;
  object-fit:contain;
  object-position:center;
  transition:transform .3s ease;
}
.product-ref-card:hover .product-ref-media img{transform:scale(1.025)}
.discount-badge{
  position:absolute;left:8px;top:8px;z-index:3;
  background:#ef334f;color:#fff;border-radius:4px;
  padding:5px 8px;font-size:10px;font-weight:800
}
.product-ref-body{padding:10px 10px 11px}
.product-ref-body h3{
  margin:0 0 8px;
  min-height:38px;
  color:#3c3c3c;
  font-size:12px;
  font-weight:500;
  line-height:1.45;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.product-ref-price{display:flex;align-items:center;gap:7px;margin-bottom:9px}
.product-ref-price strong{color:var(--pink);font-size:14px;font-weight:800}
.product-ref-price del{color:#999;font-size:11px}
.order-now-btn{
  width:100%;
  min-height:34px;
  padding:8px 12px;
  border-radius:5px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  color:#fff;
  background:var(--pink);
  font-size:11px;
  font-weight:700;
  box-shadow:none;
}
.order-now-btn:hover{color:#fff;background:var(--pink-dark);box-shadow:0 6px 14px rgba(237,47,106,.18)}
.order-now-btn i{font-size:9px}

/* Featured collection coverflow */
.featured-band{background:#fff}
.featured-coverflow{position:relative;padding:12px 55px 34px}
.featured-coverflow-stage{
  min-height:430px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  perspective:1200px;
}
.featured-coverflow-card{
  position:relative;
  display:block;
  overflow:hidden;
  background:#f7f7f7;
  border-radius:6px;
  box-shadow:0 18px 34px rgba(0,0,0,.14);
  transition:transform .35s ease,box-shadow .35s ease;
}
.featured-coverflow-card img{width:100%;height:100%;object-fit:cover}
.featured-coverflow-card.side{
  width:29%;
  height:330px;
  z-index:1;
}
.featured-coverflow-card.center-card{
  width:34%;
  height:405px;
  margin:0 -4%;
  z-index:3;
}
.featured-coverflow-card.left-card{transform:rotate(-6deg) translateX(10px)}
.featured-coverflow-card.right-card{transform:rotate(6deg) translateX(-10px)}
.featured-coverflow-card:hover{box-shadow:0 22px 40px rgba(0,0,0,.18)}
.featured-coverflow-card.left-card:hover,.featured-coverflow-card.right-card:hover{transform:rotate(0deg) translateY(-3px)}
.featured-coverflow-card.center-card:hover{transform:translateY(-4px)}
.featured-coverflow-arrow{display:flex!important;width:48px!important;opacity:1!important}
.featured-coverflow-arrow span{
  width:40px;height:40px;border-radius:50%;
  background:#fff;color:#555;display:grid;place-items:center;
  box-shadow:0 4px 14px rgba(0,0,0,.12)
}
.featured-coverflow-dots{bottom:-2px}
.featured-coverflow-dots [data-bs-target]{width:8px;height:8px;border-radius:50%;border:0;background:#bbb}
.featured-coverflow-dots .active{background:var(--pink)}

/* Watch And Shop = exact supplied reference style */
.watch-ref-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}
.watch-ref-card{
  position:relative;
  min-width:0;
  aspect-ratio:.67/1;
  overflow:hidden;
  border-radius:4px;
  background:#eee;
  box-shadow:0 5px 16px rgba(0,0,0,.09);
  isolation:isolate;
  transition:transform .28s ease,box-shadow .28s ease;
}
.watch-ref-card::after{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(to top,rgba(0,0,0,.78) 0%,rgba(0,0,0,.3) 32%,transparent 67%);
  pointer-events:none
}
.watch-ref-card>img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease,filter .4s ease}
.watch-ref-card:hover{transform:translateY(-5px);box-shadow:0 14px 30px rgba(0,0,0,.14)}
.watch-ref-card:hover>img{transform:scale(1.035);filter:brightness(.96)}
.watch-ref-play{
  position:absolute;z-index:3;left:50%;top:50%;
  transform:translate(-50%,-50%);
  width:58px;height:58px;border-radius:50%;
  border:1px solid rgba(255,255,255,.82);
  background:rgba(72,57,70,.6);color:#fff;
  display:grid;place-items:center;backdrop-filter:blur(4px);
  transition:transform .22s ease,background-color .22s ease
}
.watch-ref-card:hover .watch-ref-play{transform:translate(-50%,-50%) scale(1.08);background:rgba(237,47,106,.92)}
.watch-ref-play i{font-size:16px;margin-left:3px}
.watch-ref-overlay{
  position:absolute;z-index:3;left:16px;right:16px;bottom:16px;color:#fff
}
.watch-ref-price{
  display:inline-flex;align-items:center;
  min-height:23px;padding:4px 10px;margin-bottom:7px;
  border-radius:999px;background:#ff7b22;color:#fff;
  font-size:11px;font-weight:800
}
.watch-ref-overlay h3{margin:0 0 5px;color:#fff;font-size:14px;font-weight:800}
.watch-ref-overlay a{display:inline-flex;align-items:center;gap:6px;color:#fff;font-size:13px;font-weight:700}
.watch-ref-overlay a i{font-size:9px;transition:transform .2s ease}
.watch-ref-overlay a:hover i{transform:translateX(3px)}

/* arrival category groups */
.arrival-tabs{gap:28px}
.arrival-tabs button{border:0;background:none;color:#777;padding:8px 0;border-bottom:2px solid transparent;font-size:13px}
.arrival-tabs button.active{color:var(--pink);font-weight:700;border-color:var(--pink)}
.arrival-tab-pane{display:none}
.arrival-tab-pane.active{display:block}
.arrival-category-block{margin-top:28px}
.arrival-category-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.arrival-category-head h3{margin:0;font-size:20px;font-weight:700}
.arrival-category-head a{color:var(--pink);font-size:12px;font-weight:700}
.arrival-category-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

/* review gallery */
.review-avatar{width:66px!important;height:66px!important;flex:0 0 66px;border-radius:50%!important;object-fit:cover!important}
.review-content{min-width:0;flex:1}
.review-gallery{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0 12px}
.review-photo{width:58px;height:58px;padding:0;border:1px solid #eee;border-radius:7px;overflow:hidden;background:#fff}
.review-photo img{width:100%!important;height:100%!important;border-radius:0!important;object-fit:cover!important;transition:transform .2s ease}
.review-photo:hover img{transform:scale(1.07)}
.review-lightbox{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.84);display:none;align-items:center;justify-content:center;padding:24px}
.review-lightbox.open{display:flex}
.review-lightbox>img{max-width:min(920px,94vw);max-height:88vh;object-fit:contain;border-radius:10px}
.review-lightbox-close{position:absolute;right:22px;top:20px;width:42px;height:42px;border-radius:50%;border:0;background:#fff;color:#111;font-size:20px}

/* prevent cropping elsewhere */
.product-media img,.arrival-card img,.mini-product img{object-fit:contain!important;background:#fafafa}
.insta{display:none!important}

@media(max-width:991.98px){
  .category-ref-row{grid-template-columns:repeat(4,minmax(0,1fr))}
  .product-ref-grid,.watch-ref-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .featured-coverflow-stage{min-height:370px}
  .featured-coverflow-card.side{height:280px}
  .featured-coverflow-card.center-card{height:340px}
  .arrival-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:767.98px){
  .top-marquee{min-height:31px}.marquee-content span{font-size:10px;padding:7px 24px}
  .category-ref-row{display:flex;overflow-x:auto;gap:10px;scrollbar-width:none;padding-bottom:4px}
  .category-ref-row::-webkit-scrollbar{display:none}
  .category-ref-card{flex:0 0 116px}
  .product-ref-grid,.watch-ref-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .product-ref-media img{max-height:220px}
  .product-ref-body{padding:8px}
  .product-ref-body h3{font-size:11px;min-height:34px}
  .product-ref-price strong{font-size:13px}
  .order-now-btn{min-height:31px;font-size:10px;padding:7px 8px}
  .watch-ref-card{aspect-ratio:.68/1}
  .watch-ref-overlay{left:10px;right:10px;bottom:10px}
  .watch-ref-price{font-size:10px;padding:4px 8px}
  .watch-ref-overlay h3{font-size:12px}
  .watch-ref-overlay a{font-size:11px}
  .watch-ref-play{width:44px;height:44px}.watch-ref-play i{font-size:13px}
  .featured-coverflow{padding:8px 0 30px}
  .featured-coverflow-stage{min-height:300px;overflow:hidden}
  .featured-coverflow-card.center-card{width:68%;height:285px;margin:0 -14%;z-index:3}
  .featured-coverflow-card.side{width:43%;height:230px;opacity:.82}
  .featured-coverflow-card.left-card{transform:rotate(-6deg) translateX(8px)}
  .featured-coverflow-card.right-card{transform:rotate(6deg) translateX(-8px)}
  .featured-coverflow-arrow{display:none!important}
  .arrival-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .arrival-category-head h3{font-size:17px}
}
@media(max-width:380px){
  .watch-ref-grid,.product-ref-grid,.arrival-category-grid{gap:8px}
  .featured-coverflow-card.center-card{width:72%;height:270px}
  .featured-coverflow-card.side{width:44%;height:215px}
}
@media(prefers-reduced-motion:reduce){
  .marquee-track{animation-duration:46s!important}
}


/* ===== refinement: all product areas 5-column desktop ===== */
.product-ref-grid,
.watch-ref-grid,
.arrival-category-grid,
.offer-five-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}

.product-ref-card{
  border-radius:7px;
  border:1px solid #ececec;
  background:#fff;
  box-shadow:0 4px 14px rgba(18,18,18,.07);
  overflow:hidden;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.product-ref-card:hover{
  transform:translateY(-5px);
  box-shadow:0 13px 30px rgba(18,18,18,.12);
  border-color:#e4e4e4;
}
.product-ref-media{
  min-height:210px;
  height:auto;
  padding:10px;
  background:#fafafa;
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-ref-media img{
  width:100%;
  height:auto;
  max-height:310px;
  object-fit:contain!important;
  object-position:center;
  transition:transform .32s ease;
}
.product-ref-card:hover .product-ref-media img{transform:scale(1.025)}
.product-ref-body{padding:11px}
.product-ref-body h3{
  min-height:38px;
  font-size:12px;
  line-height:1.45;
  margin-bottom:8px;
}
.order-now-btn{
  border-radius:5px;
  background:var(--pink);
  box-shadow:none;
}
.order-now-btn:hover{
  background:var(--pink-dark);
  box-shadow:0 6px 14px rgba(237,47,106,.18);
}

/* Big Offer: 5 product cards */
.offer-five-grid{
  height:100%;
  align-items:stretch;
}
.offer-intro{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

/* Featured Collection: one image = one slide; 3 visible coverflow */
.fc-slider{
  position:relative;
  padding:16px 70px 42px;
  overflow:hidden;
}
.fc-stage{
  position:relative;
  height:430px;
  perspective:1200px;
}
.fc-item{
  position:absolute;
  left:50%;
  top:50%;
  width:31%;
  height:340px;
  border-radius:7px;
  overflow:hidden;
  background:#f7f7f7;
  box-shadow:0 18px 34px rgba(0,0,0,.14);
  opacity:0;
  pointer-events:none;
  transition:
    transform .55s cubic-bezier(.22,.61,.36,1),
    opacity .45s ease,
    filter .45s ease,
    box-shadow .45s ease;
}
.fc-item img{width:100%;height:100%;object-fit:cover}
.fc-item.is-center{
  opacity:1;
  z-index:4;
  height:405px;
  width:34%;
  transform:translate(-50%,-50%) scale(1);
  pointer-events:auto;
}
.fc-item.is-left{
  opacity:1;
  z-index:2;
  transform:translate(-132%,-50%) rotate(-6deg) scale(.92);
  pointer-events:auto;
}
.fc-item.is-right{
  opacity:1;
  z-index:2;
  transform:translate(32%,-50%) rotate(6deg) scale(.92);
  pointer-events:auto;
}
.fc-item.is-far-left{transform:translate(-190%,-50%) scale(.82);opacity:0}
.fc-item.is-far-right{transform:translate(90%,-50%) scale(.82);opacity:0}
.fc-item.is-center:hover{box-shadow:0 23px 42px rgba(0,0,0,.18)}
.fc-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:8;
  width:42px;height:42px;
  border:0;border-radius:50%;
  background:#fff;color:#555;
  box-shadow:0 4px 14px rgba(0,0,0,.12);
  display:grid;place-items:center;
}
.fc-prev{left:14px}.fc-next{right:14px}
.fc-dots{
  position:absolute;
  left:50%;
  bottom:6px;
  transform:translateX(-50%);
  display:flex;
  gap:7px;
}
.fc-dots button{
  width:8px;height:8px;padding:0;border:0;border-radius:50%;
  background:#d5d5d5;
}
.fc-dots button.active{background:var(--pink)}

/* 5 product cards anywhere on desktop */
@media(min-width:992px){
  .product-ref-grid,
  .watch-ref-grid,
  .arrival-category-grid,
  .offer-five-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
}
@media(max-width:991.98px){
  .product-ref-grid,
  .watch-ref-grid,
  .arrival-category-grid,
  .offer-five-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .fc-stage{height:370px}
  .fc-item{width:35%;height:290px}
  .fc-item.is-center{width:39%;height:345px}
}
@media(max-width:767.98px){
  .product-ref-grid,
  .watch-ref-grid,
  .arrival-category-grid,
  .offer-five-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px;
  }
  .product-ref-media{min-height:150px;padding:7px}
  .product-ref-media img{max-height:220px}
  .fc-slider{padding:10px 0 34px}
  .fc-stage{height:305px;overflow:visible}
  .fc-item{width:48%;height:230px}
  .fc-item.is-center{width:67%;height:285px}
  .fc-item.is-left{transform:translate(-122%,-50%) rotate(-6deg) scale(.84)}
  .fc-item.is-right{transform:translate(22%,-50%) rotate(6deg) scale(.84)}
  .fc-arrow{display:none}
}


/* ===== latest requested refinements ===== */

/* Big Offer: exactly 4 product cards */
.offer-four-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  height:100%;
}
.offer-intro{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-right:16px;
}
.offer-shop-btn{align-self:flex-start}

/* fixed image box heights for visual consistency */
.product-ref-media{
  height:255px!important;
  min-height:255px!important;
  padding:10px;
  background:#fafafa;
}
.product-ref-media img{
  width:100%;
  height:100%!important;
  max-height:none!important;
  object-fit:contain!important;
}
.watch-ref-card{
  height:430px;
  aspect-ratio:auto!important;
}
.category-ref-image{
  height:112px;
  aspect-ratio:auto!important;
}
.category-ref-image img{height:100%!important;object-fit:contain!important}

/* Featured Collection heading */
.featured-collection-head{align-items:flex-end;margin-bottom:10px}
.featured-collection-head .title-line{margin-top:8px}
.section-view-all{
  color:var(--pink);
  font-weight:700;
  font-size:13px;
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.section-view-all i{transition:transform .2s ease}
.section-view-all:hover i{transform:translateX(3px)}

/* More elegant 3-image coverflow */
.fc-slider{
  padding:10px 70px 44px;
}
.fc-stage{
  height:455px;
}
.fc-item{
  width:30%;
  height:340px;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 36px rgba(0,0,0,.15);
}
.fc-item::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.24) 28%,transparent 58%);
  z-index:1;
  pointer-events:none;
}
.fc-item.is-center{
  width:34%;
  height:410px;
  border-radius:12px;
}
.fc-item.is-left{
  transform:translate(-132%,-50%) rotate(-5deg) scale(.92);
}
.fc-item.is-right{
  transform:translate(32%,-50%) rotate(5deg) scale(.92);
}
.fc-info{
  position:absolute;
  z-index:3;
  left:16px;
  right:16px;
  bottom:16px;
  color:#fff;
}
.fc-price{
  display:inline-block;
  padding:5px 10px;
  margin-bottom:7px;
  border-radius:999px;
  background:var(--pink);
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:800;
}
.fc-info h3{
  margin:0 0 6px;
  color:#fff;
  font-size:14px;
  line-height:1.2;
  font-weight:800;
}
.fc-order{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#fff;
  font-size:12px;
  font-weight:700;
}
.fc-order i{font-size:9px;transition:transform .2s ease}
.fc-item:hover .fc-order i{transform:translateX(3px)}

/* product grid stays 5 per row on desktop */
@media(min-width:992px){
  .product-ref-grid,
  .arrival-category-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
  .offer-four-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}

/* footer polish */
.site-footer{
  position:relative;
  background:#fff;
  border-top:1px solid #eee;
}
.site-footer:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:3px;
  background:linear-gradient(90deg,transparent,var(--pink),transparent);
  opacity:.45;
}
.site-footer h5{
  font-size:14px;
  font-weight:800;
  margin-bottom:14px;
}
.site-footer .col-lg-2>a,
.site-footer .col-lg-3>a{
  display:block;
  color:#666;
  font-size:12px;
  margin:9px 0;
  transition:color .2s ease,transform .2s ease;
}
.site-footer .col-lg-2>a:hover,
.site-footer .col-lg-3>a:hover{
  color:var(--pink);
  transform:translateX(2px);
}
.site-footer .socials a{
  box-shadow:0 2px 8px rgba(0,0,0,.06);
  transition:transform .2s ease,background-color .2s ease,color .2s ease;
}
.site-footer .socials a:hover{
  transform:translateY(-2px);
  background:var(--pink);
  color:#fff;
}
.footer-bottom{
  margin-top:34px;
  padding:18px 0 2px;
  border-top:1px solid #eee;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.footer-bottom-left{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  color:#777;
  font-size:11px;
}
.footer-mini-links{
  display:flex;
  align-items:center;
  gap:8px;
}
.footer-mini-links a{
  color:#777;
  transition:color .2s ease;
}
.footer-mini-links a:hover{color:var(--pink)}
.footer-trust{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.trust-label{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#666;
  font-size:11px;
  font-weight:600;
}
.trust-label i{color:var(--pink)}
.payments span{
  background:#fff;
  border:1px solid #e5e5e5;
  box-shadow:0 2px 7px rgba(0,0,0,.035);
}

@media(max-width:991.98px){
  .offer-four-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .product-ref-media{
    height:225px!important;
    min-height:225px!important;
  }
  .watch-ref-card{height:390px}
  .fc-stage{height:390px}
  .fc-item{height:290px}
  .fc-item.is-center{height:350px}
}
@media(max-width:767.98px){
  .offer-four-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px;
  }
  .product-ref-media{
    height:190px!important;
    min-height:190px!important;
  }
  .watch-ref-card{height:330px}
  .category-ref-image{height:90px}
  .fc-slider{padding:8px 0 38px}
  .fc-stage{height:315px}
  .fc-item{height:230px}
  .fc-item.is-center{height:290px}
  .fc-info{left:10px;right:10px;bottom:10px}
  .fc-price{font-size:10px}
  .fc-info h3{font-size:12px}
  .fc-order{font-size:11px}
  .footer-bottom{align-items:flex-start;flex-direction:column}
}


/* ===== Header + hero + feature strip + footer/chat/mobile nav refinements ===== */

/* Sticky header */
.site-header{
  position:sticky!important;
  top:0;
  z-index:1040;
  background:rgba(255,255,255,.98);
  backdrop-filter:blur(12px);
  box-shadow:0 2px 10px rgba(0,0,0,.04);
}

/* Mobile header reference pattern */
.mobile-header{
  background:#fff;
  padding:7px 10px 8px;
}
.mobile-header-top{
  display:grid;
  grid-template-columns:34px 1fr auto;
  align-items:center;
  gap:8px;
}
.mobile-menu-btn{
  width:32px;height:32px;border:0;background:transparent;color:#555;
  display:grid;place-items:center;font-size:17px;padding:0
}
.mobile-brand{
  display:flex;flex-direction:column;line-height:1;
  min-width:0;
}
.mobile-brand strong{
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;font-weight:800;letter-spacing:.2px
}
.mobile-brand small{
  margin-top:3px;color:#777;font-size:6px;text-transform:uppercase;letter-spacing:.4px
}
.mobile-header-actions{display:flex;align-items:center;gap:4px}
.mobile-head-icon{
  position:relative;
  width:31px;height:31px;border-radius:50%;
  display:grid;place-items:center;
  color:#222;font-size:15px
}
.mobile-search{
  margin-top:7px;
  height:36px;
  display:flex;align-items:center;
  border:1px solid #e5e5e5;
  border-radius:10px;
  overflow:hidden;background:#fff
}
.mobile-search>i{margin:0 9px;color:#777;font-size:12px}
.mobile-search input{
  flex:1;min-width:0;border:0;outline:0;
  font-size:10px;padding:0
}
.mobile-search button{
  width:38px;height:100%;border:0;background:#6d3fad;color:#fff;font-size:12px
}

/* Main slider: media only */
.media-only-hero{
  border-radius:14px;
  overflow:hidden;
  background:#f5f5f5;
}
.hero-media-only{
  width:100%;
  height:390px;
  background:#f5f5f5;
}
.hero-media-only img,
.hero-media-only video{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
.media-only-hero .carousel-control-prev,
.media-only-hero .carousel-control-next{width:5%}

/* 5 feature cards desktop only */
.desktop-feature-strip{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px;
  margin-top:12px;
}
.desktop-feature-strip .feature-card{
  padding:14px 12px;
  justify-content:flex-start;
  min-width:0;
}
.desktop-feature-strip .feature-card>i{font-size:23px}
.desktop-feature-strip .feature-card b{font-size:12px}
.desktop-feature-strip .feature-card small{font-size:10px}

/* Gradient footer vibe */
.site-footer{
  background:
    radial-gradient(circle at 10% 15%,rgba(237,47,106,.10),transparent 26%),
    radial-gradient(circle at 90% 85%,rgba(113,71,186,.10),transparent 28%),
    linear-gradient(135deg,#fff7fa 0%,#fff 46%,#f8f5ff 100%)!important;
  border-top:1px solid rgba(237,47,106,.12)!important;
}
.site-footer:before{
  background:linear-gradient(90deg,transparent,var(--pink),#8d62cc,transparent)!important;
  opacity:.65!important;
}
.site-footer .footer-brand strong{color:#151515}
.site-footer .socials a{
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(255,255,255,.85);
}

/* Old footer bottom is fully removed */
.footer-bottom,.footer-bottom-left,.footer-mini-links,.footer-trust,.trust-label{display:none!important}

/* Floating live chat */
.live-chat-wrap{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:1080;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:9px;
}
.live-chat-options{
  display:flex;
  flex-direction:column;
  gap:9px;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px) scale(.96);
  transition:opacity .22s ease,transform .22s ease,visibility .22s ease;
}
.live-chat-wrap.open .live-chat-options{
  opacity:1;
  visibility:visible;
  transform:none;
}
.chat-option,.live-chat-main{
  width:44px;height:44px;
  border-radius:50%;
  display:grid;place-items:center;
  color:#fff;border:0;
  box-shadow:0 7px 18px rgba(0,0,0,.16);
  transition:transform .2s ease,box-shadow .2s ease;
}
.chat-option:hover,.live-chat-main:hover{transform:translateY(-2px);color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.19)}
.chat-option.whatsapp{background:#25D366}
.chat-option.messenger{background:#168AFF}
.chat-option.call{background:#111}
.live-chat-main{
  background:var(--pink);
  font-size:18px;
}

/* Mobile bottom floating menu */
.mobile-bottom-nav{
  position:fixed;
  left:0;right:0;bottom:0;
  z-index:1070;
  height:58px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  align-items:center;
  background:rgba(255,255,255,.98);
  backdrop-filter:blur(12px);
  border-top:1px solid #e9e9e9;
  box-shadow:0 -6px 20px rgba(0,0,0,.07);
  padding-bottom:env(safe-area-inset-bottom);
}
.mobile-bottom-nav a{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  color:#333;
  font-size:8px;
  line-height:1;
}
.mobile-bottom-nav a i{font-size:14px}
.mobile-bottom-nav a.active,
.mobile-bottom-nav a:hover{color:#6d3fad}

/* Space to keep chat/nav from covering content */
@media(max-width:991.98px){
  .desktop-feature-strip{display:none!important}
}
@media(max-width:767.98px){
  body{padding-bottom:58px}
  .hero-media-only{height:210px}
  .media-only-hero{border-radius:10px}
  .media-only-hero .carousel-control-prev,
  .media-only-hero .carousel-control-next{display:none}
  .live-chat-wrap{
    right:14px;
    bottom:72px;
  }
  .chat-option,.live-chat-main{width:42px;height:42px}
  .site-footer{padding-bottom:12px}
}
@media(max-width:420px){
  .hero-media-only{height:180px}
}


/* ===== Big Offer video presentation ===== */
.offer-video-card{
  position:relative;
  overflow:hidden;
}
.offer-video-media{
  position:relative;
  height:255px!important;
  min-height:255px!important;
  padding:0!important;
  background:#111!important;
  overflow:hidden;
}
.offer-video{
  width:100%;
  height:100%!important;
  display:block;
  object-fit:cover!important;
  background:#111;
  transition:transform .38s ease,filter .38s ease;
}
.offer-video-card:hover .offer-video{
  transform:scale(1.035);
  filter:brightness(.93);
}
.offer-video-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.2),transparent 55%);
  pointer-events:none;
  z-index:1;
}
.offer-video-play{
  position:absolute;
  left:50%;
  top:50%;
  z-index:4;
  transform:translate(-50%,-50%);
  width:50px;
  height:50px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.85);
  background:rgba(16,16,16,.5);
  color:#fff;
  display:grid;
  place-items:center;
  backdrop-filter:blur(4px);
  transition:transform .22s ease,background-color .22s ease,box-shadow .22s ease;
}
.offer-video-play i{
  font-size:14px;
  margin-left:2px;
}
.offer-video-card:hover .offer-video-play{
  transform:translate(-50%,-50%) scale(1.08);
  background:var(--pink);
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}
.offer-video-tag{
  position:absolute;
  right:8px;
  bottom:8px;
  z-index:4;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:5px 8px;
  border-radius:999px;
  background:rgba(0,0,0,.56);
  color:#fff;
  font-size:9px;
  font-weight:700;
  backdrop-filter:blur(4px);
}
.offer-video-tag i{font-size:8px}

@media(max-width:991.98px){
  .offer-video-media{
    height:225px!important;
    min-height:225px!important;
  }
}
@media(max-width:767.98px){
  .offer-video-media{
    height:190px!important;
    min-height:190px!important;
  }
  .offer-video-play{
    width:42px;
    height:42px;
  }
}


/* =====================================================
   FINAL COLOR SYSTEM + CATEGORY + STICKY HEADER
   Primary brand: Pink
   Secondary: Black / White / Neutral grays only
   ===================================================== */
:root{
  --pink:#ed2f6a;
  --pink-dark:#d8235d;
  --pink-soft:#fff2f6;
  --pink-line:#f5bfd0;
  --text:#171717;
  --muted:#707070;
  --surface:#ffffff;
  --surface-soft:#f8f8f8;
  --border:#e9e9e9;
  --shadow:0 6px 18px rgba(18,18,18,.07);
  --shadow-hover:0 14px 30px rgba(18,18,18,.12);
}

/* Force a consistent brand system across the full page */
body{color:var(--text);background:#fff}
a:hover{color:var(--pink)}
.script,
.section-head>a,
.section-view-all,
.rating,
.reference-product-price strong,
.product-ref-price strong,
.arrival-category-head a,
.category-ref-card.active span{
  color:var(--pink)!important;
}

/* Replace old purple/orange accent remnants */
.mobile-search button{
  background:var(--pink)!important;
  color:#fff!important;
}
.mobile-bottom-nav a.active,
.mobile-bottom-nav a:hover{
  color:var(--pink)!important;
}
.watch-ref-price,
.offer-video-tag{
  background:var(--pink)!important;
  color:#fff!important;
}
.offer-video-play:hover,
.watch-ref-card:hover .watch-ref-play{
  background:var(--pink)!important;
}
.category-ref-card:hover,
.category-ref-card.active{
  border-color:var(--pink-line)!important;
}
.site-footer{
  background:
    radial-gradient(circle at 12% 18%,rgba(237,47,106,.10),transparent 27%),
    radial-gradient(circle at 88% 82%,rgba(237,47,106,.07),transparent 30%),
    linear-gradient(135deg,#fff6f9 0%,#ffffff 52%,#fff8fa 100%)!important;
}
.site-footer:before{
  background:linear-gradient(90deg,transparent,var(--pink),transparent)!important;
}

/* -----------------------------------------------------
   Category design – matching supplied circular reference
   ----------------------------------------------------- */
.category-circle-section{
  padding-top:48px;
  padding-bottom:34px;
}
.category-circle-heading{
  margin-bottom:28px;
}
.category-circle-heading h2{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  font-size:32px;
  line-height:1.1;
  font-weight:600;
  letter-spacing:.08em;
  color:#111;
}
.category-circle-heading p{
  margin:10px 0 0;
  color:#555;
  font-size:13px;
}
.category-circle-row{
  display:grid;
  grid-template-columns:repeat(9,minmax(0,1fr));
  gap:20px;
  align-items:start;
}
.category-circle-item{
  min-width:0;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  color:#111;
}
.category-circle-img{
  width:96px;
  height:96px;
  border-radius:50%;
  border:3px solid var(--pink);
  padding:4px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 4px 14px rgba(0,0,0,.06);
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}
.category-circle-img img{
  width:100%;
  height:100%;
  border-radius:50%;
  object-fit:cover;
  object-position:center;
  transition:transform .32s ease,filter .32s ease;
}
.category-circle-item span{
  display:block;
  margin-top:12px;
  font-size:11px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:.08em;
  color:#111;
  white-space:normal;
}
.category-circle-item:hover .category-circle-img{
  transform:translateY(-5px);
  box-shadow:0 10px 22px rgba(237,47,106,.16);
  border-color:var(--pink-dark);
}
.category-circle-item:hover .category-circle-img img{
  transform:scale(1.07);
}
.category-circle-item:hover span{
  color:var(--pink);
}

/* -----------------------------------------------------
   Sticky header – always sticky on scroll
   ----------------------------------------------------- */
.site-header{
  position:sticky!important;
  top:0!important;
  z-index:1050!important;
  background:rgba(255,255,255,.985)!important;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(0,0,0,.05);
  box-shadow:0 3px 14px rgba(0,0,0,.045);
}
.site-header.is-scrolled{
  box-shadow:0 8px 24px rgba(0,0,0,.085);
}

/* neutralize any older colored button */
.btn-pink,
.order-now-btn,
.newsletter button,
.live-chat-main{
  background:var(--pink)!important;
  color:#fff!important;
}
.btn-pink:hover,
.order-now-btn:hover,
.newsletter button:hover,
.live-chat-main:hover{
  background:var(--pink-dark)!important;
  color:#fff!important;
}
.discount-badge{
  background:var(--pink)!important;
}
.badge-dot{
  background:var(--pink)!important;
}

/* Product/card polish stays neutral */
.product-ref-card,
.review-card,
.feature-card,
.newsletter,
.category-ref-card{
  border-color:var(--border)!important;
}
.product-ref-card:hover,
.review-card:hover,
.feature-card:hover{
  box-shadow:var(--shadow-hover);
}

/* Responsive category behavior */
@media(max-width:1199.98px){
  .category-circle-row{
    grid-template-columns:repeat(6,minmax(0,1fr));
    row-gap:26px;
  }
}
@media(max-width:991.98px){
  .category-circle-heading h2{font-size:28px}
  .category-circle-row{
    display:flex;
    overflow-x:auto;
    gap:18px;
    padding:0 2px 8px;
    scrollbar-width:none;
    scroll-snap-type:x proximity;
  }
  .category-circle-row::-webkit-scrollbar{display:none}
  .category-circle-item{
    flex:0 0 104px;
    scroll-snap-align:start;
  }
  .category-circle-img{
    width:88px;
    height:88px;
  }
}
@media(max-width:767.98px){
  .category-circle-section{
    padding-top:34px;
    padding-bottom:24px;
  }
  .category-circle-heading{
    margin-bottom:22px;
  }
  .category-circle-heading h2{
    font-size:24px;
    letter-spacing:.06em;
  }
  .category-circle-heading p{
    font-size:12px;
  }
  .category-circle-item{
    flex:0 0 92px;
  }
  .category-circle-img{
    width:78px;
    height:78px;
    border-width:2px;
    padding:3px;
  }
  .category-circle-item span{
    margin-top:9px;
    font-size:9px;
    letter-spacing:.05em;
  }
}


/* =====================================================
   FINAL CUSTOMIZATION
   ===================================================== */

/* Global typography: use the SHOP BY CATEGORIES font treatment throughout */
html,body,button,input,select,textarea,
.site-header,.site-footer,.product-ref-card,.review-card,
.category-circle-item,.order-now-btn,.btn{
  font-family:Arial,Helvetica,sans-serif!important;
}
body{font-weight:500}
p,small,input,button,a,span,strong,b{letter-spacing:.01em}

/* Header becomes fixed at top after scroll, without layout jump */
#headerSpacer{
  height:0;
  transition:height .18s ease;
}
.site-header{
  width:100%;
  left:0;
  right:0;
  transition:box-shadow .2s ease,background-color .2s ease,transform .2s ease;
}
.site-header.is-fixed{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:1090!important;
  background:rgba(255,255,255,.985)!important;
  box-shadow:0 10px 26px rgba(0,0,0,.10)!important;
  animation:headerDrop .22s ease;
}
@keyframes headerDrop{
  from{transform:translateY(-8px);opacity:.92}
  to{transform:translateY(0);opacity:1}
}

/* Category/offcanvas sidebar uses about 2/3 width, never full screen */
#mobileNav.offcanvas{
  width:min(66.666vw,420px)!important;
  max-width:420px!important;
  border-right:0;
  box-shadow:14px 0 36px rgba(0,0,0,.14);
}
#mobileNav .offcanvas-header{
  border-bottom:1px solid var(--border);
  padding:16px 18px;
}
#mobileNav .offcanvas-body{
  padding:8px 16px 20px;
}
#mobileNav .mobile-menu a{
  padding:13px 4px;
  border-bottom:1px solid #efefef;
  font-size:13px;
  transition:padding-left .2s ease,color .2s ease;
}
#mobileNav .mobile-menu a:hover{
  padding-left:6px;
  color:var(--pink);
}

/* Smaller discount badge vertical padding */
.discount-badge{
  padding:3px 8px!important;
  min-height:auto!important;
  line-height:1.1!important;
  border-radius:4px!important;
  font-size:10px!important;
}

/* Review slider */
.review-slider-section{
  overflow:hidden;
}
.review-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:20px;
}
.review-section-head h2{
  margin:0;
  font-size:27px;
  font-weight:700;
}
.review-section-head p{
  margin:5px 0 0;
  color:#888;
  font-size:12px;
}
.review-nav{
  display:flex;
  gap:8px;
}
.review-nav-btn{
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid var(--border);
  background:#fff;
  color:#333;
  display:grid;
  place-items:center;
  box-shadow:0 3px 10px rgba(0,0,0,.06);
  transition:transform .2s ease,box-shadow .2s ease,color .2s ease,border-color .2s ease;
}
.review-nav-btn:hover{
  transform:translateY(-2px);
  color:var(--pink);
  border-color:var(--pink-line);
  box-shadow:0 8px 18px rgba(0,0,0,.10);
}
.review-slider-viewport{
  overflow:hidden;
}
.review-slider-track{
  display:flex;
  gap:18px;
  transition:transform .5s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}
.review-slider-track .review-card{
  flex:0 0 calc((100% - 36px)/3);
  min-width:0;
  min-height:190px;
  border:1px solid var(--border)!important;
  background:linear-gradient(145deg,#fff7fa,#fff);
  box-shadow:0 5px 18px rgba(0,0,0,.055);
  transition:transform .28s ease,box-shadow .28s ease;
}
.review-slider-track .review-card:hover{
  transform:translateY(-4px);
  box-shadow:0 13px 26px rgba(0,0,0,.10);
}
.review-slider-dots{
  display:flex;
  justify-content:center;
  gap:7px;
  margin-top:17px;
}
.review-slider-dots button{
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#d7d7d7;
  transition:width .2s ease,background-color .2s ease,border-radius .2s ease;
}
.review-slider-dots button.active{
  width:22px;
  border-radius:999px;
  background:var(--pink);
}

/* Professional section rhythm */
.section-space{padding-top:48px;padding-bottom:28px}
.section-head{margin-bottom:22px}
.product-ref-card,.feature-card,.review-card{
  border-radius:8px!important;
}
.order-now-btn{
  min-height:36px;
  font-weight:700;
}

/* keep category typography clean */
.category-circle-heading h2{
  font-family:Arial,Helvetica,sans-serif!important;
  font-weight:600;
}
.category-circle-heading p{
  font-family:Arial,Helvetica,sans-serif!important;
  font-weight:500;
}

/* Mobile review slider */
@media(max-width:991.98px){
  .review-slider-track .review-card{
    flex:0 0 calc((100% - 18px)/2);
  }
}
@media(max-width:767.98px){
  #mobileNav.offcanvas{
    width:66.666vw!important;
    min-width:245px;
    max-width:330px!important;
  }
  .review-section-head h2{font-size:22px}
  .review-slider-track{
    gap:12px;
  }
  .review-slider-track .review-card{
    flex:0 0 88%;
    min-height:180px;
  }
  .review-nav-btn{width:34px;height:34px}
  .section-space{padding-top:36px;padding-bottom:22px}
}


/* ===== FINAL SITE-WIDE BRAND COLOR NORMALIZATION ===== */
:root{
  --pink:#ed2f6a!important;
  --pink-dark:#d8235d!important;
  --soft:#fff3f7!important;
}
.watch-ref-price,
.watch-overlay-price,
.video-price,
.sale-badge,
.discount-badge,
.fc-price,
.offer-video-tag{
  background:#ed2f6a!important;
  color:#fff!important;
}
.category-ref-card.active span,
.category-ref-card:hover span,
.section-head>a,
.section-view-all,
.arrival-category-head a{
  color:#ed2f6a!important;
}
.category-ref-card.active,
.category-ref-card:hover{
  border-color:#f5bfd0!important;
}
.mobile-search button,
.live-chat-main,
.order-now-btn,
.btn-pink,
.newsletter button{
  background:#ed2f6a!important;
  color:#fff!important;
}
.mobile-search button:hover,
.live-chat-main:hover,
.order-now-btn:hover,
.btn-pink:hover,
.newsletter button:hover{
  background:#d8235d!important;
}
.site-footer{
  background:
    radial-gradient(circle at 12% 18%,rgba(237,47,106,.10),transparent 27%),
    radial-gradient(circle at 88% 82%,rgba(237,47,106,.07),transparent 30%),
    linear-gradient(135deg,#fff6f9 0%,#ffffff 52%,#fff8fa 100%)!important;
}


/* =====================================================
   FINAL SCROLL STABILITY FIX
   Prevent header spring/bounce when returning to page top
   ===================================================== */
html{
  scroll-behavior:smooth;
  overflow-anchor:auto;
}
body{
  overscroll-behavior-y:auto;
}

/* Header remains sticky at all times; no position-mode switching */
.site-header,
.site-header.is-fixed,
.site-header.is-scrolled{
  position:sticky!important;
  top:0!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  z-index:1090!important;
  transform:none!important;
  animation:none!important;
  transition:box-shadow .18s ease,background-color .18s ease!important;
  background:rgba(255,255,255,.985)!important;
}

/* Only shadow changes on scroll — layout/position never changes */
.site-header.is-scrolled{
  box-shadow:0 8px 24px rgba(0,0,0,.085)!important;
}
.site-header:not(.is-scrolled){
  box-shadow:0 3px 14px rgba(0,0,0,.045)!important;
}

/* Spacer is no longer required because sticky stays in document flow */
#headerSpacer{
  display:none!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  transition:none!important;
}

/* Remove old header-drop animation completely */
@keyframes headerDrop{
  from{transform:none;opacity:1}
  to{transform:none;opacity:1}
}

/* Avoid springy transform on elements while page reaches exact top */
.site-header *,
.mobile-header,
.desktop-header{
  transform:none;
}

/* Keep normal reveal animations away from header/navigation */
.site-header .reveal,
.mobile-bottom-nav .reveal{
  opacity:1!important;
  transform:none!important;
  transition:none!important;
}
/* Functional media parity: video occupies the exact same box as the original Watch & Shop image. */
.watch-ref-card>.watch-ref-video{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease,filter .4s ease}
.watch-ref-card:hover>.watch-ref-video{transform:scale(1.035);filter:brightness(.96)}

/* Final slider sizing: full viewport width, max 600px high, preserve complete media without crop */
.hero-fullbleed-section{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0!important;overflow:hidden;background:#fff}
.hero-fullbleed-section .media-only-hero{width:100%;border-radius:0!important;background:#fff}
.hero-fullbleed-section .hero-media-only{width:100%;height:min(52vw,600px)!important;max-height:600px!important;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-fullbleed-section .hero-media-only img,
.hero-fullbleed-section .hero-media-only video{width:100%!important;height:100%!important;max-height:600px!important;display:block;object-fit:contain!important;object-position:center center!important;background:#fff}

/* Final requested hero behavior: 100% viewport width, max 600px height, cover crop */
.hero-fullbleed-section .hero-media-only{
  width:100%!important;
  height:min(52vw,600px)!important;
  max-height:600px!important;
  overflow:hidden!important;
  background:#fff;
}
.hero-fullbleed-section .hero-media-only img,
.hero-fullbleed-section .hero-media-only video{
  width:100%!important;
  height:100%!important;
  max-height:600px!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
}


