/* Scoped Aurelis components styles — scope: .aurelis-root */
/* 10/10 PREMIUM POLISH FINAL VERSION */

.aurelis-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:var(--fs-btn);font-weight:600;font-family:var(--font-body);padding:16px 30px;border-radius:999px;white-space:nowrap;transition:transform .45s var(--ease),box-shadow .45s var(--ease),background .45s var(--ease),border-color .45s var(--ease);position:relative;overflow:hidden}
.aurelis-root .btn-primary{background:var(--grad-btn);color:#fff;box-shadow:0 8px 24px -8px rgba(94,107,255,0.55)}
.aurelis-root .btn-primary::after{content:"";position:absolute;inset:0;background:var(--highlight);opacity:0;transition:opacity .45s var(--ease)}
.aurelis-root .btn-primary span{position:relative;z-index:1;display:inline-flex;align-items:center;gap:10px}
.aurelis-root .btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 32px -8px rgba(247,147,30,0.5)}
.aurelis-root .btn-secondary{background:transparent;color:var(--text-primary);border:1px solid var(--border)}
.aurelis-root .btn-secondary:hover{border-color:var(--highlight);color:var(--highlight);transform:translateY(-3px)}
.aurelis-root .btn-ghost{color:var(--text-secondary);font-size:var(--fs-small);font-weight:600;display:inline-flex;align-items:center;gap:8px}
.aurelis-root .btn-ghost:hover{color:var(--highlight)}
.aurelis-root .btn-ghost svg{transition:transform .35s var(--ease)}
.aurelis-root .btn-ghost:hover svg{transform:translateX(4px)}

/* AUTHORITATIVE HOMEPAGE PRODUCT CARD COMPONENT */
.aurelis-root .aurelis-homepage-card{background:linear-gradient(180deg,#132D45 0%,#10283D 100%);border:1px solid rgba(110,136,173,.42);border-radius:14px;box-shadow:none;overflow:hidden;display:flex;flex-direction:column;position:relative;height:100%;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.aurelis-root .aurelis-homepage-card:hover{transform:translateY(-3px);border-color:rgba(110,136,173,.7);box-shadow:0 14px 26px -23px rgba(7,24,38,.9)}
.aurelis-root .aurelis-homepage-card:hover .aurelis-homepage-card-media img{transform:scale(1.02)}

.aurelis-root .aurelis-homepage-card-media-wrap{position:relative;flex:0 0 auto;height:280px;min-height:0;background:linear-gradient(145deg,#16364E 0%,#091A2A 100%);overflow:hidden}
.aurelis-root .aurelis-homepage-card-media{position:relative;display:flex;align-items:center;justify-content:center;height:100%;padding:30px 22px 26px;text-decoration:none;color:#F2F6FF}
.aurelis-root .aurelis-homepage-card-media img{display:block;max-height:210px;width:auto;max-width:100%;object-fit:contain;transition:transform .3s ease}

.aurelis-root .aurelis-homepage-card-badge{position:absolute;top:14px;left:14px;z-index:2;background:rgba(10,22,33,0.88);border:1px solid rgba(255,255,255,0.11);backdrop-filter:blur(8px);color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:7px 11px;border-radius:999px}
.aurelis-root .aurelis-homepage-card-badge--new{background:rgba(7,18,30,0.88)}

.aurelis-root .aurelis-homepage-card-body{flex:1;padding:20px 22px;display:flex;flex-direction:column;gap:8px}

.aurelis-root .aurelis-homepage-card-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#6E88AD}

.aurelis-root .aurelis-homepage-card-title{margin:0;color:#fff;font-family:var(--font-display);font-weight:600;font-size:1.02rem;line-height:1.35;min-height:2.7em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.aurelis-root .aurelis-homepage-card-title a{color:inherit;text-decoration:none}

.aurelis-root .aurelis-homepage-card-rating{display:flex;align-items:center;gap:6px;min-height:20px;margin-top:5px;color:#F7931E}
.aurelis-root .aurelis-homepage-rating-stars{font-size:.9rem;letter-spacing:.12em;line-height:1;color:#F7931E}
.aurelis-root .aurelis-homepage-rating-count{font-size:.78rem;color:#A6B6C8}

.aurelis-root .aurelis-homepage-card-meta{font-size:.74rem;line-height:1.1;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#6E88AD}

.aurelis-root .aurelis-homepage-card-price{display:flex;flex-direction:column;gap:4px;font-family:var(--font-display);font-weight:700;color:#fff;margin-top:8px}
.aurelis-root .aurelis-homepage-price-regular{font-size:.86rem;font-weight:500;color:#8C9CB0;text-decoration:line-through;line-height:1}
.aurelis-root .aurelis-homepage-price-prefix{font-size:.92rem;color:#C7D3E6;font-weight:500}
.aurelis-root .aurelis-homepage-price-current{font-size:1.15rem;font-weight:700;color:#fff;line-height:1}
.aurelis-root .aurelis-homepage-price-current .woocommerce-Price-amount{font-size:1.15rem;font-weight:700;line-height:1}
.aurelis-root .aurelis-homepage-price-current .woocommerce-Price-currencySymbol{font-size:1em;margin-right:1px}

.aurelis-root .aurelis-homepage-card-actions{margin-top:auto;padding-top:14px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.aurelis-root .aurelis-homepage-card-add{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#FF6200;border:1px solid #FF6200;color:#071826;padding:10px 13px;border-radius:7px;font-size:.78rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .2s ease,border-color .2s ease,transform .2s ease;min-height:42px}
.aurelis-root .aurelis-homepage-card-add:hover{background:#FF7826;border-color:#FF7826;color:#071826;transform:translateY(-1px)}
.aurelis-root .aurelis-homepage-card-secondary{display:inline-flex;align-items:center;gap:7px;color:#9FB2C9;font-size:.95rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:color .3s ease}
.aurelis-root .aurelis-homepage-card-secondary span:last-child{transition:transform .3s ease}
.aurelis-root .aurelis-homepage-card-secondary:hover{color:#FFFFFF}
.aurelis-root .aurelis-homepage-card-secondary:hover span:last-child{transform:translateX(4px)}

/* Grid layouts for product grids */
.aurelis-root .product-grid,.aurelis-root .best-sellers-grid,.aurelis-root .latest-arrivals-grid{display:grid;align-items:stretch;overflow:visible;max-height:none;overflow-y:visible;gap:22px}
.aurelis-root .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.aurelis-root .aurelis-homepage-card{min-width:0}

/* =============== FEATURED CATEGORIES — PREMIUM POLISH =============== */
.aurelis-root .aurelis-featured-categories-widget{--cat-section-top:84px;--cat-section-bottom:84px;--cat-grid-cols:4;--cat-grid-gap:24px;--cat-card-min-height:240px;--cat-icon-size:48px;--cat-icon-color:#6E88AD;--cat-icon-hover-color:#FF6200}

.aurelis-root .featured-categories-feature{padding-top:var(--cat-section-top);padding-bottom:var(--cat-section-bottom)}

.aurelis-root .section-head.center{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:clamp(52px,5vw,68px)}

.aurelis-root .section-head .eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#766CFF;font-weight:700;display:inline-flex;align-items:center;gap:12px;margin:0}

.aurelis-root .section-head .eyebrow::before{content:"";width:34px;height:1px;background:linear-gradient(90deg,#5E6BFF,#8D8BF9)}

.aurelis-root .section-title{margin:0;color:#fff;font-size:clamp(2rem,1.7rem + 1.9vw,3rem);line-height:1.08;letter-spacing:-0.015em;font-weight:700;max-width:720px;text-wrap:balance}

.aurelis-root .section-sub{margin:16px 0 0;color:#A6B6C8;font-size:1.06rem;line-height:1.52;max-width:660px}

.aurelis-root .cat-grid{display:grid;grid-template-columns:repeat(var(--cat-grid-cols),minmax(0,1fr));gap:var(--cat-grid-gap);align-items:stretch}

.aurelis-root .cat-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:18px;min-height:var(--cat-card-min-height);padding:28px 20px;background:#0F2235;border:1px solid rgba(70,95,132,0.48);border-radius:18px;text-decoration:none;transition:all .28s ease;position:relative;overflow:hidden}

.aurelis-root .cat-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,98,0,0.08) 0%,transparent 70%);opacity:0;transition:opacity .28s ease;pointer-events:none}

.aurelis-root .cat-card:hover{transform:translateY(-3px);background:#132D45;border-color:rgba(110,136,173,.72);box-shadow:0 12px 28px -16px rgba(102,108,214,0.32)}

.aurelis-root .cat-card:hover::before{opacity:1}

.aurelis-root .cat-icon{width:var(--cat-icon-size);height:var(--cat-icon-size);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:8px}

.aurelis-root .cat-icon svg{width:100%;height:100%;display:block;color:var(--cat-icon-color);transition:color .28s ease,transform .28s ease}

.aurelis-root .cat-card:hover .cat-icon svg{color:var(--cat-icon-hover-color);transform:scale(1.08)}

.aurelis-root .cat-icon-content{font-size:var(--cat-icon-size);line-height:1;display:block}

.aurelis-root .aurelis-icon{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:inherit;font-weight:700;color:inherit}

.aurelis-root .cat-name{margin:0;color:#fff;font-size:1.02rem;line-height:1.25;font-weight:650;text-align:center;letter-spacing:-0.01em}

.aurelis-root .cat-link{display:inline-flex;align-items:center;gap:6px;color:#6E88AD;font-size:.96rem;line-height:1.1;font-weight:600;text-decoration:none;margin-top:auto;padding-top:8px;transition:color .28s ease}

.aurelis-root .cat-link::after{content:"→";display:inline-block;transition:transform .28s ease}

.aurelis-root .cat-card:hover .cat-link{color:#FF6200}

.aurelis-root .cat-card:hover .cat-link::after{transform:translateX(2px)}

@media (max-width:1440px){
	.aurelis-root .aurelis-featured-categories-widget{--cat-grid-cols:4}
}

@media (max-width:1366px){
	.aurelis-root .aurelis-featured-categories-widget{--cat-grid-cols:4}
}

@media (max-width:1100px){
	.aurelis-root .aurelis-featured-categories-widget{--cat-grid-cols:3;--cat-grid-gap:22px;--cat-card-min-height:220px;--cat-icon-size:44px}
	.aurelis-root .section-title{font-size:clamp(1.8rem,1.5rem + 1.2vw,2.4rem)}
}

@media (max-width:1024px){
	.aurelis-root .aurelis-featured-categories-widget{--cat-grid-cols:3}
}

@media (max-width:768px){
	.aurelis-root .aurelis-featured-categories-widget{--cat-grid-cols:2;--cat-grid-gap:18px;--cat-card-min-height:200px;--cat-icon-size:40px}
	.aurelis-root .section-head{margin-bottom:clamp(40px,4vw,52px)}
	.aurelis-root .section-sub{font-size:1rem}
}

@media (max-width:430px){
	.aurelis-root .aurelis-featured-categories-widget{--cat-grid-cols:2;--cat-icon-size:36px;--cat-card-min-height:180px}
	.aurelis-root .cat-card{padding:20px 14px;gap:14px}
	.aurelis-root .cat-name{font-size:.95rem}
	.aurelis-root .cat-link{font-size:.9rem}
}

@media (max-width:375px){
	.aurelis-root .aurelis-featured-categories-widget{--cat-grid-cols:2;--cat-icon-size:32px;--cat-card-min-height:160px}
	.aurelis-root .section-title{font-size:clamp(1.4rem,1.2rem + 1vw,1.8rem)}
	.aurelis-root .section-sub{font-size:.95rem}
}

@media (max-width:320px){
	.aurelis-root .aurelis-featured-categories-widget{--cat-grid-cols:1;--cat-card-min-height:140px;--cat-icon-size:28px}
	.aurelis-root .cat-card{padding:18px 12px;gap:12px}
}

/* =============== TRUSTED BRANDS — PREMIUM COMPACT =============== */
.aurelis-root .trusted-brands-section{padding-block:clamp(72px,6vw,96px)}

.aurelis-root .trusted-brands-head{max-width:680px;margin-inline:auto;margin-bottom:clamp(36px,4vw,52px)}

.aurelis-root .trusted-brands-eyebrow{justify-content:center;gap:12px}

.aurelis-root .trusted-brands-grid-wrap{margin-top:var(--trusted-brands-vertical-spacing,36px);width:100%}

.aurelis-root .trusted-brands-panel{width:100%;max-width:var(--trusted-brands-grid-max-width,1180px);margin:0 auto;background:var(--trusted-brands-divider,rgba(255,255,255,0.08));border:1px solid var(--trusted-brands-border,rgba(70,95,132,.52));border-radius:var(--trusted-brands-radius,20px);overflow:hidden}

.aurelis-root .trusted-brands-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:var(--trusted-brands-cell-height,88px);gap:1px;background:transparent}

.aurelis-root .trusted-brand-cell{display:flex;align-items:center;justify-content:center;padding:18px 16px;text-decoration:none;color:var(--trusted-brands-brand-color,#9BAEC0);background:var(--trusted-brands-outer-bg,#0A1926);border:0;transition:transform .24s ease,background .24s ease,box-shadow .24s ease,color .24s ease;will-change:transform}

.aurelis-root .trusted-brand-cell:hover,.aurelis-root .trusted-brand-cell:focus-visible{background:var(--trusted-brands-hover-bg,rgba(19,45,69,0.88));box-shadow:inset 0 0 0 1px rgba(255,255,255,0.06),inset 0 0 16px var(--trusted-brands-hover-glow,rgba(110,136,173,0.16));transform:translateY(-1.5px)}

.aurelis-root .trusted-brand-cell:hover .trusted-brand-label,.aurelis-root .trusted-brand-cell:focus-visible .trusted-brand-label{color:var(--trusted-brands-brand-hover-color,#E8F0FF);transform:scale(1.02)}

.aurelis-root .trusted-brand-label{display:block;font-size:.95rem;font-weight:600;letter-spacing:-0.01em;line-height:1.1;text-align:center;color:inherit;transition:transform .24s ease,color .24s ease;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.aurelis-root .trusted-brand-logo{display:block;max-height:var(--trusted-brands-logo-max-height,26px);max-width:82%;width:auto;height:auto;object-fit:contain;transition:transform .24s ease,filter .24s ease}

.aurelis-root .trusted-brand-cell:hover .trusted-brand-logo,.aurelis-root .trusted-brand-cell:focus-visible .trusted-brand-logo{transform:scale(1.02)}

@media (max-width:1100px){
	.aurelis-root .trusted-brands-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:var(--trusted-brands-cell-height,92px)}
}

@media (max-width:768px){
	.aurelis-root .trusted-brands-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:var(--trusted-brands-cell-height,80px)}
	.aurelis-root .trusted-brand-label{font-size:.88rem}
	.aurelis-root .trusted-brand-cell{padding:16px 12px}
}

@media (max-width:430px){
	.aurelis-root .trusted-brands-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:var(--trusted-brands-cell-height,72px)}
	.aurelis-root .trusted-brand-label{font-size:.82rem}
	.aurelis-root .trusted-brand-cell{padding:14px 10px}
}

@media (max-width:320px){
	.aurelis-root .trusted-brands-grid{grid-auto-rows:var(--trusted-brands-cell-height,64px)}
	.aurelis-root .trusted-brand-label{font-size:.78rem}
	.aurelis-root .trusted-brand-cell{padding:12px 8px}
	.aurelis-root .trusted-brand-logo{max-height:20px}
}

/* =============== FINAL CTA — REFINED SPACING =============== */
.aurelis-root .aurelis-final-cta{--final-cta-top-spacing:72px;--final-cta-bottom-spacing:72px;--final-cta-panel-max-width:1240px;--final-cta-panel-min-height:420px;--final-cta-panel-radius:26px;--final-cta-panel-border:rgba(80,104,150,0.52);--final-cta-base-bg:#0B1C2C;--final-cta-left-glow:rgba(63,81,210,0.28);--final-cta-left-opacity:.84;--final-cta-right-glow:rgba(255,145,30,0.12);--final-cta-right-opacity:.72;--final-cta-btn-text:#FFFFFF;--final-cta-btn-start:#5C63FF;--final-cta-btn-end:#7667FF;--final-cta-btn-hover-start:#7076FF;--final-cta-btn-hover-end:#8974FF;--final-cta-btn-shadow:rgba(98,108,255,0.32);--final-cta-btn-shadow-hover:rgba(118,110,255,0.44);--final-cta-btn-height:54px;--final-cta-btn-px:32px;padding-top:var(--final-cta-top-spacing);padding-bottom:var(--final-cta-bottom-spacing)}

.aurelis-root .final-cta-container{width:100%;max-width:calc(var(--final-cta-panel-max-width) + 40px)}

.aurelis-root .final-cta-panel{position:relative;max-width:var(--final-cta-panel-max-width);width:100%;min-height:var(--final-cta-panel-min-height);margin:0 auto;border:1px solid var(--final-cta-panel-border);border-radius:var(--final-cta-panel-radius);overflow:hidden;background:linear-gradient(110deg,#111D45 0%,var(--final-cta-base-bg) 48%,#26231D 100%);transition:border-color .26s ease,filter .26s ease}

.aurelis-root .final-cta-panel::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 45%,var(--final-cta-left-glow) 0%,rgba(43,60,165,0.12) 30%,transparent 58%);opacity:var(--final-cta-left-opacity);pointer-events:none}

.aurelis-root .final-cta-panel::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 72%,var(--final-cta-right-glow) 0%,rgba(255,145,30,0.04) 30%,transparent 58%);opacity:var(--final-cta-right-opacity);pointer-events:none}

.aurelis-root .final-cta-panel:hover{border-color:rgba(124,143,178,0.68);filter:brightness(1.015)}

.aurelis-root .final-cta-content{position:relative;z-index:1;min-height:var(--final-cta-panel-min-height);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:46px 40px}

.aurelis-root .final-cta-title{margin:0;color:#FFFFFF;font-size:clamp(3.1rem,2.6rem + 1vw,3.5rem);line-height:1.08;font-weight:700;letter-spacing:-0.015em;max-width:720px;text-wrap:balance}

.aurelis-root .final-cta-button{margin-top:38px;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:var(--final-cta-btn-height);padding:0 var(--final-cta-btn-px);border-radius:999px;background:linear-gradient(90deg,var(--final-cta-btn-start) 0%,var(--final-cta-btn-end) 100%);color:var(--final-cta-btn-text);font-size:1.01rem;line-height:1;font-weight:700;text-decoration:none;box-shadow:0 12px 28px -12px var(--final-cta-btn-shadow);transition:transform .26s ease,box-shadow .26s ease,background .26s ease}

.aurelis-root .final-cta-button-arrow{display:inline-flex;transform:translateX(0);transition:transform .26s ease}

.aurelis-root .final-cta-button:hover{background:linear-gradient(90deg,var(--final-cta-btn-hover-start) 0%,var(--final-cta-btn-hover-end) 100%);transform:translateY(-2px);box-shadow:0 16px 32px -12px var(--final-cta-btn-shadow-hover)}

.aurelis-root .final-cta-button:hover .final-cta-button-arrow{transform:translateX(4px)}

.aurelis-root .final-cta-button:focus-visible{outline:2px solid rgba(255,255,255,0.68);outline-offset:3px}

@media (max-width:1100px){
	.aurelis-root .aurelis-final-cta{--final-cta-panel-min-height:390px}
	.aurelis-root .final-cta-content{padding:42px 30px}
	.aurelis-root .final-cta-title{font-size:clamp(2.6rem,2.2rem + 1vw,2.9rem)}
	.aurelis-root .final-cta-button{margin-top:32px}
}

@media (max-width:768px){
	.aurelis-root .aurelis-final-cta{--final-cta-panel-min-height:360px;--final-cta-top-spacing:60px;--final-cta-bottom-spacing:60px}
	.aurelis-root .final-cta-content{padding:36px 24px}
	.aurelis-root .final-cta-title{font-size:clamp(2rem,1.8rem + 1vw,2.5rem)}
	.aurelis-root .final-cta-button{margin-top:28px}
}

@media (max-width:430px){
	.aurelis-root .aurelis-final-cta{--final-cta-top-spacing:48px;--final-cta-bottom-spacing:48px;--final-cta-panel-min-height:320px}
	.aurelis-root .final-cta-content{padding:32px 16px}
	.aurelis-root .final-cta-title{font-size:clamp(1.7rem,1.5rem + 1.2vw,2.1rem)}
	.aurelis-root .final-cta-button{margin-top:24px;min-height:48px;font-size:.95rem}
}

@media (max-width:320px){
	.aurelis-root .aurelis-final-cta{--final-cta-top-spacing:40px;--final-cta-bottom-spacing:40px}
	.aurelis-root .final-cta-content{padding:28px 12px}
	.aurelis-root .final-cta-title{font-size:clamp(1.4rem,1.2rem + 1vw,1.8rem)}
}

/* =============== RESPONSIVE SECTION SPACING & QA =============== */
.aurelis-root .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}

@media (max-width:1100px){
	.aurelis-root .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.aurelis-root .aurelis-homepage-card-media-wrap{height:240px}
}

@media (max-width:720px){
	.aurelis-root .product-grid{grid-template-columns:1fr;gap:18px}
	.aurelis-root .aurelis-homepage-card-media-wrap{height:260px}
	.aurelis-root .best-sellers-grid,.aurelis-root .latest-arrivals-grid{overflow:visible;max-height:none;overflow-y:visible}
}

/* Why Shop Section */
.aurelis-root .aurelis-why-shop{--why-shop-section-top:72px;--why-shop-section-bottom:72px;--why-shop-panel-bg:#081827;--why-shop-panel-border:rgba(52,73,104,0.72);--why-shop-divider:rgba(52,73,104,0.62);--why-shop-panel-radius:20px;--why-shop-panel-max-width:820px;--why-shop-cell-min-height:182px;--why-shop-cell-bg:transparent;--why-shop-cell-hover-bg:#173654;--why-shop-hover-gradient:#28477C;--why-shop-hover-glow:rgba(94,107,255,0.12);--why-shop-transition-duration:280ms;--why-shop-icon-color:#F2F6FF;--why-shop-icon-box-bg:#152F4A;--why-shop-icon-box-hover-bg:#1C3D62;--why-shop-icon-size:20px;--why-shop-icon-box-size:42px;padding-top:var(--why-shop-section-top);padding-bottom:var(--why-shop-section-bottom)}

.aurelis-root .why-shop-container{width:100%}

.aurelis-root .why-shop-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:40px}

.aurelis-root .why-shop-eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#766CFF;font-weight:700;display:inline-flex;align-items:center;gap:12px}

.aurelis-root .why-shop-eyebrow::before{content:"";width:34px;height:1px;background:linear-gradient(90deg,#5E6BFF,#8D8BF9)}

.aurelis-root .why-shop-header-title{margin:0;color:#fff;font-size:clamp(2rem,1.7rem + 1.9vw,3rem);line-height:1.08;letter-spacing:-0.015em;font-weight:700;max-width:660px;text-wrap:balance}

.aurelis-root .why-shop-panel{width:100%;max-width:var(--why-shop-panel-max-width);margin:0 auto;background:var(--why-shop-panel-bg);border:1px solid var(--why-shop-panel-border);border-radius:var(--why-shop-panel-radius);overflow:hidden}

.aurelis-root .why-shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:var(--why-shop-panel-bg)}

.aurelis-root .why-shop-cell{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:14px;min-height:var(--why-shop-cell-min-height);padding:30px 28px 28px;background:var(--why-shop-cell-bg);border-right:1px solid var(--why-shop-divider);border-bottom:1px solid var(--why-shop-divider);transition:background var(--why-shop-transition-duration) ease,box-shadow var(--why-shop-transition-duration) ease,transform var(--why-shop-transition-duration) ease}

.aurelis-root .why-shop-cell:nth-child(4n){border-right:0}

.aurelis-root .why-shop-cell:nth-last-child(-n+4){border-bottom:0}

.aurelis-root .why-shop-cell:hover,.aurelis-root .why-shop-cell:focus-within{background:linear-gradient(145deg,var(--why-shop-cell-hover-bg) 0%,color-mix(in srgb,var(--why-shop-cell-hover-bg) 72%,var(--why-shop-hover-gradient) 28%) 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.04),inset 0 0 18px var(--why-shop-hover-glow);transform:translateY(-2px)}

.aurelis-root .why-shop-icon-box{width:var(--why-shop-icon-box-size);height:var(--why-shop-icon-box-size);border-radius:11px;background:var(--why-shop-icon-box-bg);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background var(--why-shop-transition-duration) ease}

.aurelis-root .why-shop-icon{width:var(--why-shop-icon-size);height:var(--why-shop-icon-size);display:block;color:var(--why-shop-icon-color)}

.aurelis-root .why-shop-cell:hover .why-shop-icon-box,.aurelis-root .why-shop-cell:focus-within .why-shop-icon-box{background:var(--why-shop-icon-box-hover-bg)}

.aurelis-root .why-shop-title{margin:0;color:#F4F8FF;font-size:1.06rem;line-height:1.25;font-weight:650;letter-spacing:-0.01em;max-width:92%}

.aurelis-root .why-shop-description{margin:0;color:#A3B4C8;font-size:.94rem;line-height:1.62;max-width:34ch}

@media (max-width:1100px){
	.aurelis-root .why-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.aurelis-root .why-shop-cell{border-right:1px solid var(--why-shop-divider);border-bottom:1px solid var(--why-shop-divider);min-height:230px}
	.aurelis-root .why-shop-cell:nth-child(4n){border-right:1px solid var(--why-shop-divider)}
	.aurelis-root .why-shop-cell:nth-last-child(-n+4){border-bottom:1px solid var(--why-shop-divider)}
	.aurelis-root .why-shop-cell:nth-child(2n){border-right:0}
	.aurelis-root .why-shop-cell:nth-last-child(-n+2){border-bottom:0}
}

@media (max-width:720px){
	.aurelis-root .why-shop-grid{grid-template-columns:1fr}
	.aurelis-root .why-shop-cell{min-height:204px;padding:26px 22px;border-right:0;border-bottom:1px solid var(--why-shop-divider)}
	.aurelis-root .why-shop-cell:nth-child(2n){border-right:0}
	.aurelis-root .why-shop-cell:nth-last-child(-n+2){border-bottom:1px solid var(--why-shop-divider)}
	.aurelis-root .why-shop-cell:last-child{border-bottom:0}
}

/* Latest Arrivals Section */
.aurelis-root .aurelis-latest-arrivals{--latest-arrivals-section-top:72px;--latest-arrivals-section-bottom:72px;--latest-arrivals-max-width:1240px;--latest-arrivals-gap:22px;padding-top:var(--latest-arrivals-section-top);padding-bottom:var(--latest-arrivals-section-bottom)}

.aurelis-root .latest-arrivals-container{width:100%;max-width:var(--latest-arrivals-max-width)}

.aurelis-root .latest-arrivals-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:52px}

.aurelis-root .latest-arrivals-head-left{display:flex;flex-direction:column;align-items:flex-start;text-align:left}

.aurelis-root .latest-arrivals-eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#766CFF;font-weight:700;display:inline-flex;align-items:center;gap:12px}

.aurelis-root .latest-arrivals-eyebrow::before{content:"";width:34px;height:1px;background:linear-gradient(90deg,#5E6BFF,#8D8BF9)}

.aurelis-root .latest-arrivals-title{margin:10px 0 0;color:#fff;font-size:clamp(2rem,1.7rem + 1.9vw,3rem);line-height:1.08;letter-spacing:-0.015em;font-weight:700}

.aurelis-root .latest-arrivals-view-all{display:inline-flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:2px;color:#A7B7CB;text-decoration:none;font-size:1rem;line-height:1.2;font-weight:600;transition:color .29s ease;margin-top:6px}

.aurelis-root .latest-arrivals-view-all .latest-arrivals-view-line{display:block}

.aurelis-root .latest-arrivals-view-arrow{display:inline-flex;align-self:flex-end;transform:translateX(0);transition:transform .29s ease,color .29s ease}

.aurelis-root .latest-arrivals-view-all:hover{color:#F7931E}

.aurelis-root .latest-arrivals-view-all:hover .latest-arrivals-view-arrow{color:#F7931E;transform:translateX(4px)}

.aurelis-root .latest-arrivals-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--latest-arrivals-gap)}

@media (max-width:1100px){
	.aurelis-root .latest-arrivals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:720px){
	.aurelis-root .latest-arrivals-header{align-items:flex-start;gap:14px;flex-wrap:wrap}
	.aurelis-root .latest-arrivals-view-all{align-items:flex-start}
	.aurelis-root .latest-arrivals-view-arrow{align-self:flex-start}
	.aurelis-root .latest-arrivals-grid{grid-template-columns:1fr}
}

/* Limited Time Offer */
.aurelis-root .aurelis-limited-time-offer{--lto-section-top:72px;--lto-section-bottom:72px;--lto-panel-max-width:1240px;--lto-panel-min-height:520px;--lto-panel-radius:26px;--lto-panel-border:rgba(61,85,120,0.52);--lto-panel-base:#081b2b;--lto-warm-glow:rgba(255,145,30,0.16);--lto-warm-opacity:.68;--lto-violet-glow:rgba(84,82,220,0.32);--lto-violet-opacity:.82;--lto-content-max-width:760px;--lto-countdown-gap:12px;--lto-countdown-box-width:82px;--lto-countdown-box-height:90px;--lto-countdown-box-radius:12px;--lto-countdown-box-bg:rgba(22,35,54,0.48);--lto-countdown-box-border:rgba(101,121,156,0.28);--lto-btn-color:#FFFFFF;--lto-btn-bg:#F7931E;--lto-btn-bg-hover:#FFA630;--lto-btn-shadow:rgba(247,147,30,0.3);--lto-btn-shadow-hover:rgba(247,147,30,0.42);--lto-btn-height:50px;--lto-btn-px:28px;padding-top:var(--lto-section-top);padding-bottom:var(--lto-section-bottom)}

.aurelis-root .limited-offer-container{width:100%;max-width:calc(var(--lto-panel-max-width) + 40px)}

.aurelis-root .limited-offer-panel{position:relative;max-width:var(--lto-panel-max-width);width:100%;min-height:var(--lto-panel-min-height);margin:0 auto;border:1px solid var(--lto-panel-border);border-radius:var(--lto-panel-radius);overflow:hidden;background:linear-gradient(110deg,#101c25 0%,var(--lto-panel-base) 45%,#101d46 100%);transition:border-color .26s ease,filter .26s ease}

.aurelis-root .limited-offer-panel::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 28%,var(--lto-warm-glow) 0%,rgba(255,145,30,0.04) 25%,transparent 52%);opacity:var(--lto-warm-opacity);pointer-events:none}

.aurelis-root .limited-offer-panel::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 78%,var(--lto-violet-glow) 0%,rgba(63,73,190,0.14) 35%,transparent 62%);opacity:var(--lto-violet-opacity);pointer-events:none}

.aurelis-root .limited-offer-panel:hover{border-color:rgba(117,136,178,0.68);filter:brightness(1.02)}

.aurelis-root .limited-offer-content{position:relative;z-index:1;min-height:var(--lto-panel-min-height);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 40px}

.aurelis-root .limited-offer-eyebrow{margin:0 0 20px;color:#F7931E;font-size:.76rem;line-height:1.1;font-weight:700;letter-spacing:.2em;text-transform:uppercase}

.aurelis-root .limited-offer-title{margin:0;color:#FFFFFF;font-size:clamp(2.2rem,1.9rem + 1.2vw,2.5rem);line-height:1.1;font-weight:700;letter-spacing:-0.015em;max-width:720px;text-wrap:balance}

.aurelis-root .limited-offer-description{margin:14px 0 0;color:#9CB1C6;font-size:1.01rem;line-height:1.52;max-width:650px}

.aurelis-root .limited-offer-countdown-wrap{margin-top:36px;display:flex;flex-direction:column;align-items:center;gap:12px}

.aurelis-root .limited-offer-countdown{display:grid;grid-template-columns:repeat(4,minmax(0,var(--lto-countdown-box-width)));gap:var(--lto-countdown-gap);align-items:stretch;justify-content:center}

.aurelis-root .limited-offer-count-box{width:var(--lto-countdown-box-width);height:var(--lto-countdown-box-height);border-radius:var(--lto-countdown-box-radius);border:1px solid var(--lto-countdown-box-border);background:var(--lto-countdown-box-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;transition:transform .24s ease,border-color .24s ease,background .24s ease}

.aurelis-root .limited-offer-count-box:hover{transform:translateY(-2px);border-color:rgba(136,157,196,0.48);background:rgba(30,45,69,0.64)}

.aurelis-root .limited-offer-count-value{display:block;color:#FFFFFF;font-size:1.65rem;line-height:1;font-weight:700;letter-spacing:-0.02em}

.aurelis-root .limited-offer-count-label{display:block;color:#8FA4BC;font-size:.64rem;line-height:1;font-weight:600;letter-spacing:.12em;text-transform:uppercase}

.aurelis-root .limited-offer-expired-message{margin:0;color:#B4C4D6;font-size:.92rem;line-height:1.4}

.aurelis-root .limited-offer-cta{margin-top:28px;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:var(--lto-btn-height);padding:0 var(--lto-btn-px);border-radius:999px;background:var(--lto-btn-bg);color:var(--lto-btn-color);font-size:.99rem;line-height:1;font-weight:700;text-decoration:none;box-shadow:0 10px 24px -12px var(--lto-btn-shadow);transition:transform .24s ease,background .24s ease,box-shadow .24s ease,color .24s ease}

.aurelis-root .limited-offer-cta-arrow{display:inline-flex;transform:translateX(0);transition:transform .24s ease}

.aurelis-root .limited-offer-cta:hover{background:var(--lto-btn-bg-hover);transform:translateY(-2px);box-shadow:0 14px 28px -12px var(--lto-btn-shadow-hover)}

.aurelis-root .limited-offer-cta:hover .limited-offer-cta-arrow{transform:translateX(4px)}

.aurelis-root .limited-offer-cta:focus-visible{outline:2px solid rgba(255,255,255,0.68);outline-offset:2px}

@media (max-width:1100px){
	.aurelis-root .limited-offer-content{padding:42px 30px}
	.aurelis-root .limited-offer-title{font-size:clamp(1.95rem,1.65rem + 1vw,2.2rem)}
	.aurelis-root .limited-offer-description{font-size:.98rem}
	.aurelis-root .limited-offer-panel{min-height:490px}
}

@media (max-width:720px){
	.aurelis-root .limited-offer-panel{min-height:460px}
	.aurelis-root .limited-offer-content{padding:34px 16px}
	.aurelis-root .limited-offer-title{font-size:clamp(1.6rem,1.4rem + 1.2vw,1.95rem)}
	.aurelis-root .limited-offer-description{font-size:.95rem;max-width:94%}
	.aurelis-root .limited-offer-countdown{grid-template-columns:repeat(2,minmax(0,var(--lto-countdown-box-width)))}
	.aurelis-root .limited-offer-cta{margin-top:24px}
}

/* Customer Reviews */
.aurelis-root .aurelis-customer-reviews{padding-top:72px;padding-bottom:72px}

.aurelis-root .customer-reviews-header{margin-bottom:48px}

.aurelis-root .customer-reviews-eyebrow{justify-content:center;gap:12px}

.aurelis-root .customer-reviews-eyebrow::before{content:"";width:26px;height:1px;background:linear-gradient(90deg,#5E6BFF,#8D8BF9)}

.aurelis-root .customer-reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}

.aurelis-root .customer-review-card{min-height:300px;background:#162739;border:1px solid rgba(70,91,126,0.48);border-radius:20px;padding:28px 28px 26px;display:flex;flex-direction:column;transition:transform .26s ease,background .26s ease,border-color .26s ease,box-shadow .26s ease}

.aurelis-root .review-stars{display:inline-flex;align-items:center;gap:4px;margin-bottom:20px}

.aurelis-root .review-star{width:16px;height:16px;color:rgba(247,147,30,0.36)}

.aurelis-root .review-star.is-active{color:#F7A72E}

.aurelis-root .review-quote{margin:0;color:#E6EDF5;font-size:1.01rem;line-height:1.56;font-weight:500}

.aurelis-root .review-foot{margin-top:auto;padding-top:22px;display:flex;align-items:center;gap:12px}

.aurelis-root .review-avatar{width:38px;height:38px;flex:0 0 38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#6067F6;color:#FFFFFF;font-size:.88rem;font-weight:700;line-height:1;transition:transform .26s ease;overflow:hidden}

.aurelis-root .review-avatar-image{display:block;width:100%;height:100%;object-fit:cover}

.aurelis-root .review-name{margin:0;color:#FFFFFF;font-size:1rem;line-height:1.2;font-weight:650}

.aurelis-root .review-meta{margin:4px 0 0;color:#9FB2C9;font-size:.91rem;line-height:1.2;font-weight:500;display:flex;align-items:center;gap:6px}

.aurelis-root .review-meta svg{width:12px;height:12px;color:#6C7BFF;flex:0 0 auto}

.aurelis-root .customer-review-card:hover{transform:translateY(-4px);background:#1B3045;border-color:rgba(124,145,183,0.68);box-shadow:0 16px 28px -20px rgba(102,108,214,0.28)}

.aurelis-root .customer-review-card:hover .review-avatar{transform:scale(1.04)}

@media (max-width:1100px){
	.aurelis-root .customer-reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:720px){
	.aurelis-root .customer-reviews-grid{grid-template-columns:1fr;gap:18px}
	.aurelis-root .customer-review-card{min-height:270px;padding:24px 20px 22px}
}

/* Best Sellers Section */
.aurelis-root .aurelis-best-sellers{--bs-card-grad-start:#10283A;--bs-card-grad-mid:#173451;--bs-card-grad-end:#253E73;--bs-card-border:rgba(92,119,154,0.52);--bs-card-border-hover:rgba(146,166,220,0.9);--bs-card-hover-shadow-color:rgba(98,111,206,0.48);--bs-card-radius:20px;--bs-card-gap:22px;--bs-card-min-height:390px;--bs-image-max-height:230px;--bs-image-spacing:18px;--bs-image-hover-scale:1.02;padding-top:72px;padding-bottom:72px}

.aurelis-root .best-sellers-container{width:100%;max-width:1240px}

.aurelis-root .best-sellers-header{display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin-bottom:40px}

.aurelis-root .best-sellers-header .best-sellers-eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#766CFF;font-weight:700;display:inline-flex;align-items:center;gap:12px}

.aurelis-root .best-sellers-header .best-sellers-eyebrow::before{content:"";width:34px;height:1px;background:linear-gradient(90deg,#5E6BFF,#8D8BF9)}

.aurelis-root .best-sellers-header .best-sellers-title{margin:0;font-size:clamp(2rem,1.7rem + 1.9vw,3.1rem);line-height:1.08;letter-spacing:-0.015em;color:#fff;font-weight:700;max-width:520px;text-wrap:balance}

.aurelis-root .best-sellers-grid{grid-template-columns:1.45fr 1fr 1fr;gap:var(--bs-card-gap)}

@media (max-width:1100px){
	.aurelis-root .best-sellers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:720px){
	.aurelis-root .best-sellers-grid{grid-template-columns:1fr}
}

/* Premium Polish — Reduced Motion */
@media (prefers-reduced-motion:reduce){
	.aurelis-root .aurelis-homepage-card,.aurelis-root .aurelis-homepage-card-media img,.aurelis-root .aurelis-homepage-card-add{transition:none}
	.aurelis-root .aurelis-homepage-card:hover{transform:none}
	.aurelis-root .aurelis-homepage-card:hover .aurelis-homepage-card-media img{transform:none}
	.aurelis-root .aurelis-featured-categories-widget .cat-card,.aurelis-root .aurelis-featured-categories-widget .cat-icon svg,.aurelis-root .aurelis-featured-categories-widget .cat-link{transition:none !important}
	.aurelis-root .aurelis-featured-categories-widget .cat-card:hover{transform:none}
	.aurelis-root .aurelis-featured-categories-widget .cat-card:hover .cat-icon svg{transform:none}
	.aurelis-root .aurelis-featured-categories-widget .cat-card:hover .cat-link::after{transform:none}
	.aurelis-root .trusted-brand-cell,.aurelis-root .trusted-brand-label,.aurelis-root .trusted-brand-logo{transition:none !important}
	.aurelis-root .trusted-brand-cell:hover,.aurelis-root .trusted-brand-cell:focus-visible{transform:none}
	.aurelis-root .final-cta-panel,.aurelis-root .final-cta-button,.aurelis-root .final-cta-button-arrow{transition:none !important}
	.aurelis-root .final-cta-button:hover{transform:none}
	.aurelis-root .final-cta-button:hover .final-cta-button-arrow{transform:none}
	.aurelis-root .limited-offer-panel,.aurelis-root .limited-offer-count-box,.aurelis-root .limited-offer-cta,.aurelis-root .limited-offer-cta-arrow{transition:none !important}
	.aurelis-root .limited-offer-count-box:hover,.aurelis-root .limited-offer-cta:hover{transform:none}
	.aurelis-root .limited-offer-cta:hover .limited-offer-cta-arrow{transform:none}
	.aurelis-root .customer-review-card{transition:background .26s ease,border-color .26s ease,box-shadow .26s ease !important}
	.aurelis-root .review-avatar{transition:none !important}
	.aurelis-root .customer-review-card:hover{transform:none}
	.aurelis-root .customer-review-card:hover .review-avatar{transform:none}
	.aurelis-root .why-shop-cell,.aurelis-root .why-shop-icon-box{transition:none !important}
	.aurelis-root .why-shop-cell:hover,.aurelis-root .why-shop-cell:focus-within{transform:none}
	.aurelis-root .latest-arrivals-view-all,.aurelis-root .latest-arrivals-view-arrow{transition:none !important}
	.aurelis-root .latest-arrivals-view-all:hover .latest-arrivals-view-arrow{transform:none}
}

/* Preserve overflow-x hidden */
html:has(.aurelis-root){overflow-x:hidden}

/* End scoped components.css — 10/10 Premium Polish Final Version */
