
:root{
  --black:#050505;
  --white:#ffffff;
  --lavender:#d9c6ee;
  --violet:#8f3fa5;
  --purple:#a34a9f;
  --burgundy:#6f1838;
  --ink:#181318;
  --soft:#f7f4f8;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--white);
  color:var(--ink);
  font-family:"Montserrat",Arial,sans-serif;
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}

.site-header{
  width:100%;
  background:var(--black);
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.nav-shell{
  height:60px;
  min-height:60px;
  max-width:1440px;
  margin:0 auto;
  padding:0 34px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:30px;
}

.nav-side{
  display:flex;
  gap:25px;
  align-items:center;
}

.nav-right{justify-content:flex-end}

.nav-side a{
  color:#fff;
  font-size:12px;
  font-weight:500;
  letter-spacing:.16em;
  transition:opacity .2s ease;
}

.nav-side a:hover{opacity:.65}

.brand{
  color:#a44a9f;
  font-size:27px;
  line-height:1;
  font-weight:300;
  letter-spacing:.015em;
  white-space:nowrap;
}

.hero{
  min-height:660px;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 82% 35%, rgba(165,74,159,.16), transparent 26%),
    linear-gradient(135deg,#fff 0%,#fff 56%,#faf7fb 100%);
  padding:90px 7vw;
}

.hero-content{max-width:780px}

.eyebrow,.section-kicker{
  margin:0 0 18px;
  color:var(--violet);
  font-size:12px;
  font-weight:600;
  letter-spacing:.22em;
}

h1,h2,h3,p{margin-top:0}

h1{
  margin-bottom:26px;
  font-size:clamp(54px,7vw,105px);
  line-height:.94;
  font-weight:300;
  letter-spacing:-.045em;
}

.hero-copy{
  max-width:650px;
  font-size:18px;
  line-height:1.8;
  color:#5d555d;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:36px;
}

.btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:50px;
  padding:0 25px;
  font-size:11px;
  letter-spacing:.16em;
  font-weight:600;
  border:1px solid var(--black);
}

.btn-dark{background:#000;color:#fff}
.btn-light{background:#fff;color:#000}
.btn-white{background:#fff;color:#000;border-color:#fff}

.section{
  padding:100px 7vw;
}

.intro{
  text-align:center;
  max-width:950px;
  margin:0 auto;
}

.intro h2,.split h2,.reviews h2,.newsletter h2,.promo h2{
  font-weight:300;
  font-size:clamp(40px,5vw,72px);
  line-height:1;
  margin-bottom:24px;
}

.intro p:last-child{
  font-size:17px;
  line-height:1.8;
  color:#635a63;
}

.collection-grid{
  padding-top:35px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.collection-card{
  min-height:420px;
  padding:35px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  color:#fff;
}

.collection-card span{
  margin-bottom:auto;
  font-size:12px;
  letter-spacing:.18em;
}

.collection-card h3{
  font-size:30px;
  font-weight:400;
  margin-bottom:12px;
}

.collection-card p{
  line-height:1.7;
  max-width:330px;
}

.collection-card a{
  margin-top:18px;
  font-size:11px;
  letter-spacing:.16em;
  font-weight:600;
}

.lavender{background:#b99ad6}
.burgundy{background:#681d3a}
.violet{background:#773c93}

.promo{
  margin:40px 0 0;
  min-height:430px;
  padding:80px 7vw;
  color:#fff;
  background:linear-gradient(120deg,#421441,#702058 48%,#7b1738);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}

.promo>p{
  font-size:11px;
  letter-spacing:.22em;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:start;
}

.split-copy{
  padding-top:32px;
  font-size:17px;
  line-height:1.85;
  color:#5d555d;
}

.reviews{
  background:#faf8fb;
  text-align:center;
}

.review-card{
  max-width:700px;
  margin:35px auto 0;
  background:#fff;
  border:1px solid #ece5ef;
  padding:45px;
  line-height:1.8;
}

.newsletter{
  padding:100px 7vw;
  text-align:center;
}

.newsletter>p:not(.section-kicker):not(.thanks){
  color:#655d65;
}

.newsletter form{
  max-width:570px;
  margin:30px auto 0;
  display:flex;
  border-bottom:1px solid #222;
}

.newsletter input{
  flex:1;
  border:0;
  outline:0;
  padding:17px 0;
  font:inherit;
  background:transparent;
}

.newsletter button{
  border:0;
  background:transparent;
  font-size:11px;
  font-weight:600;
  letter-spacing:.15em;
  cursor:pointer;
}

.thanks{margin-top:16px;color:var(--violet)}

.site-footer{
  background:var(--lavender);
  padding:70px 7vw 28px;
  color:#241d27;
}

.footer-brand{
  font-size:clamp(38px,6vw,80px);
  font-weight:300;
  color:#7b3c91;
  letter-spacing:.01em;
  margin-bottom:50px;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:28px;
  padding-bottom:45px;
  border-bottom:1px solid rgba(36,29,39,.22);
}

.footer-links a{
  font-size:11px;
  letter-spacing:.16em;
  font-weight:600;
}

.footer-bottom{
  padding-top:22px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:10px;
  letter-spacing:.12em;
}

@media (max-width:900px){
  .nav-shell{
    height:auto;
    min-height:0;
    grid-template-columns:1fr;
    text-align:center;
    padding:18px 20px;
    gap:12px;
  }
  .brand{grid-row:1;font-size:28px}
  .nav-side{
    justify-content:center;
    flex-wrap:wrap;
    gap:16px 22px;
  }
  .nav-left{grid-row:2}
  .nav-right{grid-row:3}
  .hero{min-height:570px;padding:70px 24px}
  .collection-grid{grid-template-columns:1fr;padding-left:24px;padding-right:24px}
  .collection-card{min-height:320px}
  .split{grid-template-columns:1fr;gap:20px}
  .section,.newsletter{padding-left:24px;padding-right:24px}
}

@media (max-width:520px){
  .nav-side a{font-size:10px}
  .brand{font-size:24px}
  h1{font-size:48px}
  .hero-actions{flex-direction:column}
  .btn{width:100%}
  .footer-bottom{flex-direction:column}
}


/* Exact CHEVX ROYAL header image */
.campaign-hero{
  display:block;
  min-height:0;
  padding:0;
  margin:0;
  width:100%;
  background:#d9c6ee;
  overflow:hidden;
}
.campaign-hero img{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  padding:0;
}


/* =========================================================
   CHEVX ROYAL SEARCH + CART DRAWERS
   Interaction adapted from the Felicity HK side-drawer style.
========================================================= */
body.drawer-open{overflow:hidden;}

.nav-right{gap:22px;}
.nav-icon{
  appearance:none;
  border:0;
  background:transparent;
  color:#fff;
  width:26px;
  height:30px;
  padding:3px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  position:relative;
  cursor:pointer;
}
.nav-icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.cart-badge{
  position:absolute;
  top:-4px;
  right:-7px;
  min-width:17px;
  height:17px;
  padding:0 4px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#d9c6ee;
  color:#171117;
  font-size:10px;
  font-weight:600;
}

.drawer-shell{
  position:fixed;
  inset:0;
  z-index:1000;
  opacity:0;
  pointer-events:none;
  transition:opacity .24s ease;
}
.drawer-shell.active{
  opacity:1;
  pointer-events:auto;
}
.drawer-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.38);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.side-drawer{
  position:absolute;
  top:0;
  right:0;
  width:min(560px, 44vw);
  height:100vh;
  background:#fff;
  color:#181318;
  display:flex;
  flex-direction:column;
  transform:translateX(102%);
  transition:transform .28s cubic-bezier(.22,.7,.25,1);
  box-shadow:-18px 0 45px rgba(0,0,0,.16);
}
.drawer-shell.active .side-drawer{
  transform:translateX(0);
}
.drawer-head{
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 26px;
  border-bottom:1px solid #ece8ee;
  letter-spacing:.12em;
  font-size:12px;
}
.cart-drawer-head{
  display:grid;
  grid-template-columns:1fr auto 1fr;
}
.cart-drawer-head .drawer-close{justify-self:end;}
.drawer-close{
  border:0;
  background:transparent;
  color:#514851;
  font:inherit;
  font-size:10px;
  letter-spacing:.12em;
  cursor:pointer;
}
.drawer-body{
  padding:24px 26px 40px;
  overflow-y:auto;
}
.drawer-intro{
  color:#726872;
  font-size:14px;
  line-height:1.7;
  margin:22px 2px 0;
}

.search-input-wrap{
  min-height:62px;
  border:1px solid #ddd5e1;
  border-radius:14px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:0 16px;
}
.search-input-wrap svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:#6b626b;
  stroke-width:1.7;
  stroke-linecap:round;
}
.search-input-wrap input{
  flex:1;
  border:0;
  outline:0;
  background:transparent;
  font-family:inherit;
  font-size:17px;
  min-width:0;
  color:#181318;
}
.search-input-wrap input::placeholder{color:#887e88;}
.search-clear{
  border:0;
  background:transparent;
  font-size:10px;
  letter-spacing:.12em;
  color:#74358b;
  cursor:pointer;
  opacity:0;
  pointer-events:none;
}
.search-clear.visible{
  opacity:1;
  pointer-events:auto;
}

.search-results{
  display:grid;
  gap:0;
  margin-top:16px;
}
.search-result-card{
  display:grid;
  grid-template-columns:88px 1fr;
  gap:16px;
  padding:16px 0;
  border-bottom:1px solid #eee9f0;
  color:#181318;
}
.search-result-image{
  width:88px;
  height:88px;
  background:#f6f1f8;
  overflow:hidden;
}
.search-result-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.search-result-name{
  font-size:15px;
  font-weight:500;
  margin:5px 0 6px;
}
.search-result-category{
  font-size:12px;
  color:#766c76;
  margin-bottom:9px;
}
.search-result-price{
  font-size:14px;
  color:#6f1838;
  font-weight:500;
}

.cart-panel{overflow:hidden;}
.cart-empty{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:50px 30px;
}
.cart-empty h3{
  font-size:28px;
  font-weight:300;
  margin-bottom:12px;
}
.cart-empty p{
  max-width:340px;
  color:#746a74;
  line-height:1.7;
}
.cart-shop-btn{
  margin-top:24px;
  min-height:48px;
  padding:0 24px;
  border:0;
  background:#d9c6ee;
  color:#241d27;
  font-size:10px;
  letter-spacing:.14em;
  font-weight:600;
  cursor:pointer;
}
.cart-items{
  flex:1;
  overflow-y:auto;
  padding:22px 25px;
}
.cart-item{
  display:grid;
  grid-template-columns:94px 1fr auto;
  gap:16px;
  padding-bottom:22px;
  margin-bottom:22px;
  border-bottom:1px solid #ece8ee;
}
.cart-item-image{
  width:94px;
  height:94px;
  background:#f6f1f8;
  overflow:hidden;
}
.cart-item-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.cart-item-name{
  font-size:15px;
  font-weight:500;
  margin:3px 0 7px;
}
.cart-item-meta{
  color:#766c76;
  font-size:12px;
  line-height:1.55;
}
.cart-item-price{
  margin-top:8px;
  color:#6f1838;
  font-size:15px;
  font-weight:500;
}
.cart-remove{
  border:0;
  background:transparent;
  color:#7e737e;
  text-decoration:underline;
  font-size:10px;
  letter-spacing:.08em;
  cursor:pointer;
  margin-top:4px;
}
.cart-footer{
  border-top:1px solid #ece8ee;
  padding:20px 25px 26px;
  background:#fff;
}
.cart-total-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px;
  font-size:13px;
  letter-spacing:.08em;
}
.cart-checkout{
  width:100%;
  min-height:54px;
  border:0;
  background:#32183f;
  color:#fff;
  font-family:inherit;
  letter-spacing:.14em;
  font-size:11px;
}
.cart-checkout:disabled{opacity:.45;}
.cart-footer small{
  display:block;
  margin-top:12px;
  text-align:center;
  color:#857a85;
  font-size:10px;
  line-height:1.5;
}

@media(max-width:1000px){
  .nav-right{gap:14px;}
  .side-drawer{width:min(560px, 70vw);}
}
@media(max-width:900px){
  .nav-icon{width:24px;}
}
@media(max-width:700px){
  .side-drawer{width:100vw;}
  .drawer-head{padding:0 18px;}
  .drawer-body,.cart-items,.cart-footer{padding-left:18px;padding-right:18px;}
  .cart-item{grid-template-columns:82px 1fr;}
  .cart-item-image{width:82px;height:82px;}
  .cart-item form{grid-column:2;}
}


/* =========================================================
   CHEVX ROYAL CUSTOMER ACCOUNT
========================================================= */
.account-dot{
  position:absolute;
  top:1px;
  right:0;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#d9c6ee;
  box-shadow:0 0 0 2px #050505;
}

.account-panel{overflow:hidden;}
.account-body{
  flex:1;
  overflow-y:auto;
  padding:28px 28px 42px;
}
.account-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-bottom:1px solid #e7e0ea;
  margin-bottom:30px;
}
.account-tab{
  appearance:none;
  border:0;
  border-bottom:2px solid transparent;
  background:transparent;
  padding:15px 8px;
  font-family:inherit;
  font-size:10px;
  letter-spacing:.14em;
  color:#7b717b;
  cursor:pointer;
}
.account-tab.active{
  color:#32183f;
  border-bottom-color:#7b3c91;
}
.account-tab-panel{display:none;}
.account-tab-panel.active{display:block;}
.account-intro{
  color:#6d636d;
  font-size:14px;
  line-height:1.7;
  margin-bottom:24px;
}
.account-form{
  display:grid;
  gap:18px;
}
.account-form label{
  display:grid;
  gap:8px;
}
.account-form label>span{
  font-size:10px;
  letter-spacing:.13em;
  color:#5e535e;
  font-weight:600;
}
.account-form input{
  width:100%;
  height:49px;
  border:1px solid #ddd5e1;
  border-radius:8px;
  padding:0 13px;
  outline:0;
  font-family:inherit;
  font-size:14px;
  color:#181318;
  background:#fff;
}
.account-form input:focus{
  border-color:#8f55a3;
  box-shadow:0 0 0 2px rgba(143,85,163,.1);
}
.account-name-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.account-primary-btn{
  min-height:52px;
  border:0;
  border-radius:8px;
  background:#32183f;
  color:#fff;
  font-family:inherit;
  font-size:10px;
  font-weight:600;
  letter-spacing:.15em;
  cursor:pointer;
  margin-top:2px;
}
.account-fineprint{
  display:block;
  color:#817681;
  font-size:10px;
  line-height:1.6;
}
.account-alert{
  border-radius:8px;
  padding:13px 14px;
  font-size:12px;
  line-height:1.6;
  margin-bottom:20px;
}
.account-alert.error{
  background:#fff0f3;
  color:#7d223d;
  border:1px solid #f0cfd9;
}
.account-alert.success{
  background:#f3edf8;
  color:#603179;
  border:1px solid #ded0e8;
}

.account-logged-in h2{
  font-weight:300;
  font-size:42px;
  line-height:1.05;
  margin-bottom:10px;
}
.account-eyebrow{
  color:#7b3c91;
  font-size:10px;
  font-weight:600;
  letter-spacing:.16em;
  margin-bottom:13px;
}
.account-email{
  color:#786e78;
  font-size:13px;
  margin-bottom:28px;
}
.account-stat-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:28px;
}
.account-stat{
  background:#f7f3f8;
  border:1px solid #ece4ef;
  border-radius:10px;
  padding:18px;
  min-height:94px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.account-stat span{
  font-size:9px;
  letter-spacing:.13em;
  color:#7b717b;
}
.account-stat strong{
  font-size:19px;
  font-weight:500;
  color:#32183f;
}

.account-menu{
  border-top:1px solid #ece8ee;
  margin-bottom:28px;
}
.account-menu-row{
  width:100%;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:0;
  border-bottom:1px solid #ece8ee;
  background:transparent;
  color:#231d23;
  font-family:inherit;
  font-size:11px;
  letter-spacing:.11em;
  text-align:left;
  cursor:pointer;
}
.account-menu-row small{
  color:#9a8f9a;
  font-size:9px;
  letter-spacing:.04em;
}
.account-menu-row:disabled{
  opacity:.6;
  cursor:default;
}

.rewards-card{
  background:linear-gradient(135deg,#efe5f7 0%,#d9c6ee 55%,#d7b9db 100%);
  border-radius:14px;
  padding:24px;
  color:#25192b;
  margin-bottom:28px;
}
.rewards-card h3{
  font-size:24px;
  font-weight:300;
  margin-bottom:10px;
}
.rewards-card>p:not(.account-eyebrow){
  font-size:12px;
  line-height:1.7;
  color:#55455b;
}
.reward-placeholder{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(49,24,63,.15);
  font-size:10px;
  letter-spacing:.08em;
}

.logout-form button{
  width:100%;
  min-height:48px;
  border:1px solid #cfc5d2;
  background:#fff;
  color:#332b33;
  font-family:inherit;
  font-size:10px;
  letter-spacing:.14em;
  cursor:pointer;
}

@media(max-width:700px){
  .account-name-grid{grid-template-columns:1fr;}
  .account-body{padding-left:20px;padding-right:20px;}
}


/* CHEVX ROYAL icon collection strip */
.feature-categories{background:#fff;padding:30px 5vw 38px}
.feature-categories-inner{max-width:1240px;margin:0 auto;padding:25px 30px 28px;background:#f4eafb;border:1px solid #eee1f5}
.feature-category-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:22px 28px}
.feature-category{width:118px;display:flex;flex-direction:column;align-items:center;gap:9px;text-align:center;color:#6d2e7f;transition:transform .2s ease}
.feature-category:hover{transform:translateY(-3px)}
.feature-category-image{width:96px;height:96px;display:flex;align-items:center;justify-content:center}
.feature-category-image img{display:block;max-width:100%;max-height:100%;object-fit:contain}
.feature-category-name{font-size:11px;line-height:1.25;font-weight:600;color:#7a347f}

/* CHEVX ROYAL collection pages */
.collection-page{min-height:100vh;background:#fff}
.collection-page-header{min-height:60px;background:#050505;color:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 34px}
.collection-page-header .back-link{justify-self:start;color:#fff;font-size:10px;letter-spacing:.14em}
.collection-page-header .collection-brand{color:#a44a9f;font-size:27px;font-weight:300;white-space:nowrap}
.collection-page-header .shop-link{justify-self:end;color:#fff;font-size:10px;letter-spacing:.14em}
.collection-hero{padding:72px 7vw 56px;text-align:center;background:linear-gradient(180deg,#f4eafb 0%,#fff 100%)}
.collection-icon-large{width:120px;height:120px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}
.collection-icon-large img{max-width:100%;max-height:100%;object-fit:contain}
.collection-hero h1{margin:0 0 14px;font-size:clamp(44px,6vw,78px);font-weight:300;color:#241d27}
.collection-hero p{max-width:620px;margin:0 auto;color:#6e6470;font-size:15px;line-height:1.8}
.collection-products{max-width:1240px;margin:0 auto;padding:45px 7vw 100px}
.collection-products-head{display:flex;justify-content:space-between;align-items:end;gap:20px;padding-bottom:18px;border-bottom:1px solid #ece6ee}
.collection-products-head h2{margin:0;font-size:24px;font-weight:400}
.collection-products-head span{font-size:10px;letter-spacing:.12em;color:#8b808c}
.collection-empty{min-height:310px;display:flex;align-items:center;justify-content:center;text-align:center;color:#796f7b}
.collection-empty p{max-width:500px;line-height:1.8}
.collection-footer{background:#d9c6ee;padding:40px 7vw;text-align:center}
.collection-footer .collection-brand{color:#783b8d;font-size:32px;font-weight:300}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding-top:28px}
.product-card{display:grid;gap:9px;color:#231d23}
.product-card img{width:100%;aspect-ratio:3/4;object-fit:cover;background:#f5f0f6}
.product-card strong{font-size:13px;font-weight:500}
.product-card span{color:#6f1838;font-size:12px}

@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){
  .feature-categories{padding:18px 14px 24px}
  .feature-categories-inner{padding:22px 12px}
  .feature-category-grid{gap:20px 12px}
  .feature-category{width:92px}
  .feature-category-image{width:78px;height:78px}
  .feature-category-name{font-size:9px}
  .collection-page-header{padding:0 16px}
  .collection-page-header .collection-brand{font-size:21px}
  .collection-page-header .back-link,.collection-page-header .shop-link{font-size:8px}
}


/* Icon artwork already includes its own text */
.feature-category{
  gap:0;
}
.feature-category-image{
  width:105px;
  height:105px;
}
.feature-category-name{
  display:none !important;
}
@media(max-width:700px){
  .feature-category-image{
    width:86px;
    height:86px;
  }
}


/* CHEVX ROYAL PRODUCT EXPERIENCE V22 */
.cr-product-body{background:#fff}
.cr-product-shell{max-width:1320px;margin:0 auto;padding:38px 42px 90px}
.cr-product-top{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,.8fr);gap:46px;align-items:start}
.cr-gallery{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px}
.cr-thumbs{display:flex;flex-direction:column;gap:10px}
.cr-thumb{padding:0;border:1px solid transparent;background:#fff;cursor:pointer}
.cr-thumb.active{border-color:#6d2e7f}
.cr-thumb img{display:block;width:100%;aspect-ratio:1/1.18;object-fit:cover}
.cr-main-image{background:#f5eff7;min-height:540px;display:flex;align-items:flex-start;justify-content:center;overflow:hidden}
.cr-main-image img{display:block;width:100%;height:auto;object-fit:contain}
.cr-buybox{position:sticky;top:22px;padding:5px 0}
.cr-buybox h1{margin:7px 0 16px;font-size:22px;line-height:1.38;font-weight:500}
.cr-price{font-size:30px;color:#6f1838;font-weight:600}
.cr-rule{height:1px;background:#e9e2eb;margin:24px 0}
.cr-option{margin:0 0 26px}
.cr-option-title{margin-bottom:12px;font-size:14px}
.cr-choice,.cr-pill{border:1px solid #292229;background:#fff;padding:11px 15px;font-family:inherit;cursor:pointer}
.cr-choice.selected,.cr-pill.selected{border:2px solid #6d2e7f}
.cr-qty-row{display:flex;align-items:center;gap:16px;margin:8px 0 22px;font-size:13px}
.cr-qty{display:grid;grid-template-columns:36px 46px 36px;border:1px solid #e5dee7}
.cr-qty button,.cr-qty input{height:38px;border:0;background:#fff;text-align:center;font-family:inherit}
.cr-qty button{cursor:pointer;font-size:18px}
.cr-actions{display:grid;grid-template-columns:1fr 58px;gap:12px}
.cr-actions form{margin:0}
.cr-add{width:100%;height:58px;border:0;background:#050505;color:#fff;font-family:inherit;font-size:12px;font-weight:600;letter-spacing:.1em;cursor:pointer}
.cr-heart{height:58px;border:1px solid #d8cfd9;background:#fff;border-radius:50%;font-size:30px;cursor:pointer}
.cr-shipping{margin-top:24px;padding:20px;background:#f6f0f8}
.cr-shipping strong{font-size:14px}
.cr-shipping p{margin:7px 0 0;color:#766b77;font-size:12px;line-height:1.6}
.cr-reviews{margin-top:82px;border-top:1px solid #e9e2eb;padding-top:42px}
.cr-review-heading{display:flex;justify-content:space-between;gap:30px;align-items:end}
.cr-review-heading h2{margin:6px 0 0;font-size:34px;font-weight:400}
.cr-rating{display:flex;flex-direction:column;align-items:flex-end;gap:5px}
.cr-rating strong{font-size:25px;color:#6d2e7f}
.cr-rating span{font-size:11px;color:#807581}
.cr-review-empty{margin-top:28px;padding:44px;background:#f8f5f8;text-align:center}
.cr-review-empty h3{margin:0 0 8px;font-size:20px;font-weight:500}
.cr-review-empty p{max-width:570px;margin:0 auto 22px;color:#746a75;font-size:13px;line-height:1.7}
.cr-review-empty button{border:1px solid #32183f;background:#fff;padding:13px 24px;font-family:inherit;font-size:10px;letter-spacing:.1em}
@media(max-width:900px){
 .cr-product-shell{padding:22px 18px 70px}
 .cr-product-top{grid-template-columns:1fr;gap:32px}
 .cr-buybox{position:static}
 .cr-review-heading{align-items:flex-start;flex-direction:column}
 .cr-rating{align-items:flex-start}
}
@media(max-width:600px){
 .cr-gallery{grid-template-columns:1fr}
 .cr-thumbs{order:2;flex-direction:row;overflow-x:auto}
 .cr-thumb{min-width:64px}
 .cr-main-image{min-height:0}
 .cr-actions{grid-template-columns:1fr 54px}
}


/* CHEVX ROYAL VARIANT SELECTORS V23 */
.cr-color-grid{display:flex;flex-wrap:wrap;gap:10px}
.cr-color-choice{width:76px;padding:4px;border:1px solid #d8cfd9;background:#fff;cursor:pointer}
.cr-color-choice.selected{border:2px solid #6d2e7f}
.cr-color-choice img{display:block;width:100%;aspect-ratio:1/1.05;object-fit:cover}
.cr-color-choice span{display:block;margin-top:5px;font-size:8px;color:#5f5660;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cr-length-grid{display:flex;flex-wrap:wrap;gap:9px}
.cr-length-choice{min-width:68px;padding:9px 12px;border:1px solid #d8cfd9;border-radius:999px;background:#fff;font-family:inherit;font-size:10px;cursor:pointer}
.cr-length-choice.selected{border:2px solid #6d2e7f;color:#5b246c}
.cr-length-choice.price-pending{border-style:dashed;color:#9a909b}
.cr-price-note{min-height:16px;margin:9px 0 0;color:#8a607a;font-size:10px;line-height:1.5}
.cr-add:disabled{opacity:.45;cursor:not-allowed}


/* PRODUCT NAME TRUNCATION V24 */

/* Product grids: always keep names compact */
.product-card strong,
.best-seller-card-name,
.best-seller-name,
.product-card-name,
.product-card-info strong {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  line-height: 1.4 !important;
  max-height: 1.4em !important;
}

/* Individual product pages: partial first, full on click */
.cr-product-title-wrap,
.single-product-title-wrap {
  position: relative;
}

.cr-product-title,
.single-product-title {
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 4.2em;
  transition: max-height .22s ease;
}

.cr-product-title.expanded,
.single-product-title.expanded {
  display: block;
  max-height: none;
  overflow: visible;
}

.product-title-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 6px 0 0;
  color: #7b3c91;
  font-family: inherit;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  cursor: pointer;
}

.product-title-toggle:hover {
  text-decoration: underline;
}
@media(max-width:950px){
}
@media(max-width:560px){
}


/* CART PRODUCT NAME TRUNCATION V26 */
.cart-item-name.cart-name-toggle{
  appearance:none;
  width:100%;
  padding:0;
  margin:3px 0 7px;
  border:0;
  background:transparent;
  color:#231d23;
  font-family:inherit;
  font-size:15px;
  font-weight:500;
  line-height:1.4;
  text-align:left;
  cursor:pointer;

  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  max-height:2.8em;
}

.cart-item-name.cart-name-toggle.expanded{
  display:block;
  max-height:none;
  overflow:visible;
}

.cart-item-name.cart-name-toggle:hover{
  color:#6d2e7f;
}
@media(max-width:950px){
}
@media(max-width:650px){
}


/* SMALLER INDIVIDUAL PRODUCT MEDIA V29 */
.cr-product-shell{
  max-width:1180px !important;
  padding:38px 42px 90px !important;
}

.cr-product-top{
  grid-template-columns:minmax(0,620px) minmax(360px,1fr) !important;
  gap:46px !important;
  justify-content:center !important;
}

.cr-gallery{
  grid-template-columns:64px minmax(0,1fr) !important;
  gap:12px !important;
}

.cr-thumbs{
  gap:9px !important;
}

.cr-thumb{
  width:64px !important;
}

.cr-thumb img{
  width:64px !important;
  height:82px !important;
  aspect-ratio:auto !important;
  object-fit:cover !important;
}

.cr-main-image{
  width:100% !important;
  max-width:540px !important;
  min-height:0 !important;
  max-height:620px !important;
  background:#f5eff7 !important;
  overflow:hidden !important;
}

.cr-main-image img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:620px !important;
  object-fit:contain !important;
}

.cr-buybox{
  max-width:430px !important;
}

@media(max-width:1000px){
  .cr-product-top{
    grid-template-columns:minmax(0,560px) minmax(330px,1fr) !important;
    gap:34px !important;
  }
  .cr-main-image{
    max-width:500px !important;
    max-height:570px !important;
  }
  .cr-main-image img{
    max-height:570px !important;
  }
}

@media(max-width:900px){
  .cr-product-top{
    grid-template-columns:1fr !important;
  }
  .cr-buybox{
    max-width:none !important;
  }
  .cr-gallery{
    max-width:620px !important;
    margin:0 auto !important;
  }
}

@media(max-width:600px){
  .cr-gallery{
    grid-template-columns:1fr !important;
  }
  .cr-thumbs{
    flex-direction:row !important;
  }
  .cr-thumb{
    min-width:58px !important;
    width:58px !important;
  }
  .cr-thumb img{
    width:58px !important;
    height:74px !important;
  }
  .cr-main-image{
    max-width:none !important;
    max-height:none !important;
  }
  .cr-main-image img{
    max-height:none !important;
  }
}

/* CHEVX ROYAL corporate footer */
.royal-footer{background:#080808;padding:0;color:#8d8a90;border-top:1px solid #202024}.royal-footer-row{min-height:72px;padding:0 42px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #202024;font-size:13px;letter-spacing:0}.royal-admin-link{color:#8d8a90;text-decoration:none;transition:color .2s ease}.royal-admin-link:hover{color:#b76bd0}.royal-venture-link{min-height:62px;display:flex;align-items:center;justify-content:center;padding:18px 24px;background:#111;color:#b76bd0;text-decoration:none;font-size:15px;font-weight:700;letter-spacing:0;text-align:center;transition:background .2s ease,color .2s ease}.royal-venture-link:hover{background:#151217;color:#d598e8}@media(max-width:640px){.royal-footer-row{min-height:82px;padding:18px 22px;align-items:flex-start;flex-direction:column;justify-content:center;gap:8px}.royal-venture-link{font-size:13px}}

/* Shared CHEVX ROYAL header/footer used on every page */
.chevx-global-header{height:60px;background:#050505;color:#fff;position:relative;z-index:1000;font-family:Montserrat,Arial,sans-serif}
.chevx-global-nav{height:60px;padding:0 30px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}
.chevx-global-left,.chevx-global-right{display:flex;align-items:center;gap:28px}
.chevx-global-right{justify-content:flex-end}
.chevx-global-header a{color:#fff;text-decoration:none}
.chevx-global-left>a,.chevx-global-right>a:not(.chevx-global-icon){font-size:11px;font-weight:600;letter-spacing:.16em}
.chevx-global-brand{color:#a947a5!important;font-size:27px;font-weight:300;letter-spacing:.02em;white-space:nowrap}
.chevx-global-icon{width:22px;height:22px;display:grid;place-items:center}
.chevx-global-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.chevx-global-menu-toggle,.chevx-global-mobile-menu{display:none}
.chevx-global-footer{background:#070707;color:#7f7c82;margin:0;padding:0;font-family:Arial,sans-serif;border-top:1px solid #202024}
.chevx-global-footer-row{min-height:72px;padding:0 42px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #202024}
.chevx-global-footer-row a,.chevx-global-footer-row span{color:#7f7c82;text-decoration:none;font-size:13px;font-weight:600}
.chevx-global-footer-row a:hover{color:#ae55b5}
.chevx-global-venture{min-height:62px;padding:18px 24px;display:flex;align-items:center;justify-content:center;background:#111;color:#ae55b5!important;text-decoration:none;font-size:15px;font-weight:700}
.chevx-global-venture:hover{background:#151217;color:#d9b8e2!important}
@media(max-width:900px){
 .chevx-global-nav{grid-template-columns:42px 1fr 42px;padding:0 16px}
 .chevx-global-left,.chevx-global-right{display:none}
 .chevx-global-brand{grid-column:2;justify-self:center;font-size:23px}
 .chevx-global-menu-toggle{display:flex;grid-column:1;grid-row:1;width:38px;height:38px;padding:8px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:5px}
 .chevx-global-menu-toggle span{display:block;width:22px;height:1px;background:#fff;transition:.2s}
 .chevx-global-menu-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
 .chevx-global-menu-toggle.open span:nth-child(2){opacity:0}
 .chevx-global-menu-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
 .chevx-global-mobile-menu{display:none;position:absolute;left:0;right:0;top:60px;background:#070707;padding:10px 22px 24px;border-top:1px solid #252126}
 .chevx-global-mobile-menu.open{display:block}
 .chevx-global-mobile-menu a{display:flex;align-items:center;min-height:51px;border-bottom:1px solid #252126;font-size:11px;letter-spacing:.14em}
}
@media(max-width:640px){.chevx-global-footer-row{padding:18px 22px;min-height:84px;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}}

.chevx-product-reviews{max-width:1240px;margin:0 auto;padding:55px 6vw 75px}.chevx-product-reviews>h2{font-weight:300;font-size:36px;margin:8px 0 25px}.chevx-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.chevx-review-card{border:1px solid #e5dde7;padding:20px;background:#fff}.chevx-review-stars{color:#8c3fa3;letter-spacing:.08em}.chevx-review-card h3{font-size:15px}.chevx-review-card p{font-size:13px;line-height:1.6}.chevx-review-card img{width:100%;max-height:280px;object-fit:cover;margin-top:12px}.chevx-review-card footer{display:flex;justify-content:space-between;gap:12px;margin-top:18px;font-size:11px;color:#776d79}.chevx-review-card footer strong{color:#241d27}
@media(max-width:800px){.chevx-review-grid{grid-template-columns:1fr}}

/* Restored product grid rules */



/* HOMEPAGE ALL PRODUCTS V25 */
.home-products{
  padding:20px 7vw 105px;
  background:#fff;
}

.home-products-head{
  max-width:1240px;
  margin:0 auto;
  padding:0 0 20px;
  border-bottom:1px solid #ece6ee;
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:25px;
}

.home-products-head h2{
  margin:0;
  font-size:clamp(34px,4vw,54px);
  font-weight:300;
}

.home-products-head>span{
  color:#8a808b;
  font-size:10px;
  letter-spacing:.13em;
  white-space:nowrap;
}


.home-product-grid{
  max-width:1240px;
  margin:28px auto 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px 20px;
}

.home-product-card{
  display:block;
  color:#231d23;
}

.home-product-image{
  width:100%;
  background:#f5f0f6;
  overflow:hidden;
}

.home-product-image img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:3/4;
  object-fit:cover;
}

.home-product-copy{
  padding-top:10px;
}

.home-product-name{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:normal;
  max-height:1.45em;
  font-size:13px;
  line-height:1.45;
  font-weight:400;
}

.home-product-price{
  margin-top:7px;
  color:#6f1838;
  font-size:14px;
  font-weight:600;
}

.home-products-empty{
  max-width:1240px;
  margin:28px auto 0;
  padding:50px 20px;
  background:#faf7fb;
  text-align:center;
  color:#7b717c;
  font-size:13px;
}

  .home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}

  .home-products{padding-left:18px;padding-right:18px}

  .home-product-grid{gap:20px 12px}

  .home-products-head{align-items:flex-start;flex-direction:column}



/* SMALLER HOMEPAGE PRODUCT CARDS V27 */
.home-product-grid{
  grid-template-columns:repeat(5,minmax(0,190px)) !important;
  justify-content:start;
  gap:30px 18px !important;
}

.home-product-card{
  width:100%;
  max-width:190px;
}

.home-product-image{
  width:100%;
}

.home-product-image img{
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
}

  .home-product-grid{
    grid-template-columns:repeat(3,minmax(0,180px)) !important;
  }

  .home-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .home-product-card{
    max-width:none;
  }
/* Footer domain hardening */
.chevx-global-footer-row{width:100%!important;overflow:visible!important}
.chevx-global-footer-row .chevx-footer-domain{display:block!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;max-width:none!important;width:auto!important}
