:root{--aur-accent: #c8a75f;--aur-muted: #6b7280;--aur-border-subtle: rgba(15, 23, 42, .08);--aur-bg: #f9fafb}.aur-body{background:#fff;color:#0f172a;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}.aur-header-wrap{position:sticky;top:0;z-index:40;background:#fffffff5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--aur-border-subtle)}.aur-header{max-width:1120px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.aur-logo-animated{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit}.aur-logo-mark{width:32px;height:32px;border-radius:999px;border:1px solid rgba(200,167,95,.4);display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;background:radial-gradient(circle at 30% 0%,#fff,#f9f5e7 55%,#d4af37);position:relative;overflow:hidden}.aur-logo-mark:after{content:"";position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;background:linear-gradient(120deg,rgba(255,255,255,.8),transparent);transform:translate(-120%);animation:aurLogoShine 3.2s infinite}@keyframes aurLogoShine{0%{transform:translate(-120%)}40%{transform:translate(40%)}to{transform:translate(120%)}}.aur-logo-word{display:inline-flex;flex-direction:column;gap:.1rem}.aur-logo-main{font-size:.8rem;letter-spacing:.22em;text-transform:uppercase}.aur-logo-sub{font-size:.65rem;letter-spacing:.16em;text-transform:uppercase;color:var(--aur-muted)}.aur-nav{display:flex;gap:1.25rem;font-size:.85rem}.aur-nav a{text-decoration:none;color:var(--aur-muted)}.aur-nav a:hover{color:#111827}.aur-section{padding:3rem 1.5rem}.aur-products-wrap{max-width:1120px;margin:0 auto}.aur-hero-home{position:relative;background:radial-gradient(circle at top left,#fdfaf3,#fff 55%,#f5f3ff);overflow:hidden}.aur-hero-home:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:radial-gradient(circle at 0 0,rgba(200,167,95,.16),transparent 55%),radial-gradient(circle at 100% 100%,rgba(148,163,184,.18),transparent 55%);opacity:.6}.aur-hero-home:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(148,163,184,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.08) 1px,transparent 1px);background-size:40px 40px;mix-blend-mode:soft-light;opacity:.45}.aur-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:2.5rem;z-index:1}.aur-hero-label{display:inline-flex;padding:.2rem .7rem;font-size:.7rem;border-radius:999px;border:1px solid var(--aur-border-subtle);letter-spacing:.16em;text-transform:uppercase;color:var(--aur-muted);margin-bottom:.6rem}.aur-hero-text h1{font-size:clamp(2.1rem,3vw,2.6rem);margin-bottom:.5rem}.aur-hero-text p{max-width:420px;font-size:.95rem;color:var(--aur-muted);margin-bottom:1.1rem}.aur-hero-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.8rem}.aur-hero-bullets{list-style:none;padding:0;margin:0;font-size:.8rem;color:var(--aur-muted)}.aur-hero-bullets li{margin-bottom:.2rem}.aur-hero-visual{display:flex;flex-direction:column;align-items:center}.aur-hero-device-card{position:relative;width:260px;height:260px;border-radius:1.75rem;background:radial-gradient(circle at 30% 0%,#fff,#f5efe0 60%,#e2d3a6);box-shadow:0 30px 80px #0f172a2e;overflow:hidden}.aur-hero-orbit{position:absolute;top:18%;right:18%;bottom:18%;left:18%;border-radius:999px;border:1px dashed rgba(255,255,255,.7)}.aur-hero-device-inner{position:absolute;top:26%;right:26%;bottom:26%;left:26%;border-radius:999px;display:flex;align-items:center;justify-content:center}.aur-hero-ring{position:absolute;width:82%;height:82%;border-radius:999px;border:2px solid rgba(255,255,255,.7)}.aur-hero-device-core{width:68px;height:68px;border-radius:999px;background:radial-gradient(circle at 30% 0%,#fff,#fef3c7 55%,#d4af37);box-shadow:0 14px 35px #b4944873,0 0 22px #c8a75f99}.aur-hero-device-dot{position:absolute;width:14px;height:14px;border-radius:999px;background:#fff;box-shadow:0 8px 22px #00000038}.aur-hero-dot-1{top:20%;left:18%}.aur-hero-dot-2{top:16%;right:20%}.aur-hero-dot-3{bottom:20%;left:50%;transform:translate(-50%)}.aur-hero-caption{margin-top:.75rem;font-size:.8rem;color:var(--aur-muted);text-align:center}.aur-btn-primary{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.9rem;border-radius:999px;border:1px solid var(--aur-border-subtle);background:linear-gradient(135deg,#f8f4ea,#e2d1a4,#c8a75f);text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;color:#3f2e13;text-decoration:none;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.aur-btn-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 0% 0%,rgba(255,255,255,.9),transparent 55%);opacity:0;transition:opacity .4s ease}.aur-btn-primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(255,255,255,.9),transparent 60%);mix-blend-mode:screen;transform:translate(-120%);transition:transform .7s cubic-bezier(.19,1,.22,1)}.aur-btn-primary:hover:before{opacity:1}.aur-btn-primary:hover:after{transform:translate(40%)}.aur-btn-primary:hover{box-shadow:0 12px 28px #0000001f;transform:translateY(-1px)}.aur-btn-primary:active{transform:translateY(0);box-shadow:0 6px 16px #0000002e}.aur-btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;border-radius:999px;border:1px solid var(--aur-border-subtle);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;color:var(--aur-muted);background:#ffffffb3}.aur-icons-wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.3rem}.aur-icon-item{display:flex;align-items:flex-start;gap:.7rem}.aur-icon-circle{width:34px;height:34px;border-radius:999px;border:1px solid var(--aur-border-subtle);display:flex;align-items:center;justify-content:center;background:#fff}.aur-icon-circle img{width:18px;height:18px}.aur-icon-text h3{font-size:.9rem;margin-bottom:.1rem}.aur-icon-text p{font-size:.8rem;color:var(--aur-muted)}.aur-section-heading{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.aur-section-heading p{font-size:.85rem;color:var(--aur-muted)}.aur-how-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.2rem}.aur-how-step{background:#fff;border-radius:1rem;padding:1rem;border:1px solid var(--aur-border-subtle);box-shadow:0 12px 30px #0f172a0f}.aur-how-badge{width:24px;height:24px;border-radius:999px;border:1px solid rgba(200,167,95,.5);display:flex;align-items:center;justify-content:center;font-size:.8rem;margin-bottom:.35rem}.aur-how-step h3{font-size:.9rem;margin-bottom:.2rem}.aur-how-step p{font-size:.82rem;color:var(--aur-muted)}.aur-product-page-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr);gap:2.5rem}.aur-product-gallery img{width:100%;border-radius:1.5rem;transition:transform .25s ease}.aur-product-media{display:none;cursor:zoom-in}.aur-product-media.is-active{display:block}.aur-product-media.is-zoomed img{transform:scale(1.25)}.aur-product-thumbs{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.5rem}.aur-product-thumb{border-radius:.9rem;border:1px solid var(--aur-border-subtle);padding:.2rem;background:#fff;cursor:pointer;opacity:.7}.aur-product-thumb.is-active{opacity:1;box-shadow:0 0 0 2px var(--aur-accent)}.aur-product-info{font-size:.9rem}.aur-product-title-main{font-size:1.8rem;margin-bottom:.3rem}.aur-product-vendor{font-size:.8rem;color:var(--aur-muted);margin-bottom:.75rem}.aur-product-price-main{display:flex;gap:.6rem;align-items:baseline;margin-bottom:.75rem}.aur-product-price-main span:first-child{font-size:1.3rem;color:var(--aur-accent);font-weight:600}.aur-product-compare{font-size:.9rem;color:var(--aur-muted);text-decoration:line-through}.aur-product-shortdesc{font-size:.9rem;color:var(--aur-muted);margin-bottom:.75rem}.aur-product-bullets{margin:0 0 .75rem 1rem;padding:0;font-size:.85rem;color:#4b5563}.aur-variants label{display:block;font-size:.8rem;margin-bottom:.25rem}.aur-variants select{width:100%;padding:.55rem .75rem;border-radius:999px;border:1px solid var(--aur-border-subtle);margin-bottom:.6rem}.aur-qty-atc{display:flex;align-items:center;gap:.6rem;margin-top:.5rem}.aur-qty-atc input[type=number]{width:70px;padding:.5rem .6rem;border-radius:999px;border:1px solid var(--aur-border-subtle)}.aur-product-trust{font-size:.8rem;color:var(--aur-muted);margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.6rem}.aur-specs{margin-top:1.5rem}.aur-specs h2{font-size:.95rem;text-transform:uppercase;letter-spacing:.16em;margin-bottom:.5rem}.aur-specs table{width:100%;border-collapse:collapse;font-size:.85rem}.aur-specs th,.aur-specs td{padding:.45rem 0;border-bottom:1px solid rgba(200,167,95,.35)}.aur-specs th{text-align:left;font-weight:500;color:#374151;width:30%}.aur-specs td{color:#4b5563}.aur-collection-controls{display:flex;align-items:center;gap:.8rem}.aur-collection-sort,.aur-collection-filter{display:flex;align-items:center;gap:.4rem;font-size:.8rem}.aur-collection-sort select,.aur-collection-filter select{padding:.45rem .75rem;border-radius:999px;border:1px solid var(--aur-border-subtle)}.aur-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.25rem}.aur-product-card{background:#fff;border-radius:1rem;padding:1rem;border:1px solid var(--aur-border-subtle);box-shadow:0 12px 30px #0f172a0f;transition:transform .2s,box-shadow .2s}.aur-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px #0f172a1f}.aur-product-image{text-align:center;margin-bottom:.7rem}.aur-product-image img{max-width:170px}.aur-product-badge{display:inline-flex;padding:3px 10px;border-radius:999px;border:1px solid var(--aur-border-subtle);font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;background:#fff;color:#4b5563;margin-bottom:.35rem}.aur-product-title{font-size:.9rem;margin-bottom:3px}.aur-product-tagline{font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;color:var(--aur-muted);margin-bottom:.4rem}.aur-product-meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.aur-product-price{color:var(--aur-accent);font-weight:600}.aur-product-link{font-size:.78rem;color:var(--aur-muted)}.aur-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;pointer-events:none}.aur-cart-drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a59;opacity:0;transition:opacity .25s ease}.aur-cart-drawer-panel{position:absolute;top:0;right:0;width:min(380px,100%);height:100%;background:#fff;box-shadow:-20px 0 45px #0f172a47;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.aur-cart-drawer-panel header,.aur-cart-drawer-panel footer{padding:16px 18px;border-bottom:1px solid rgba(15,23,42,.06)}.aur-cart-drawer-panel header{display:flex;justify-content:space-between;align-items:center}.aur-cart-drawer-body{padding:14px 18px;flex:1;overflow-y:auto}.aur-cart-line{margin-bottom:10px}.aur-cart-line-title{font-size:.9rem}.aur-cart-line-meta{font-size:.8rem;color:var(--aur-muted)}.aur-cart-qty-row{display:flex;align-items:center;gap:.4rem;margin-top:.35rem}.aur-cart-qty-form button{width:22px;height:22px;border-radius:999px;border:1px solid var(--aur-border-subtle);background:#f9fafb;font-size:.8rem}.aur-cart-qty{font-size:.8rem}.aur-cart-line-total{font-size:.8rem;font-weight:500;margin-top:.2rem}.aur-cart-total{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.6rem}.aur-free-ship{font-size:.8rem;margin-bottom:.8rem}.aur-free-ship-bar{height:6px;border-radius:999px;background:#94a3b84d;overflow:hidden}.aur-free-ship-fill{height:100%;background:linear-gradient(90deg,#fef3c7,#d4af37)}.aur-cart-open .aur-cart-drawer{pointer-events:auto}.aur-cart-open .aur-cart-drawer-backdrop{opacity:1}.aur-cart-open .aur-cart-drawer-panel{transform:translate(0)}.aur-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:40;transform:translateY(100%);transition:transform .25s ease;background:#fffffff5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid rgba(15,23,42,.08)}.aur-sticky-atc-inner{position:relative;max-width:1120px;margin:0 auto;padding:10px 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:14px;overflow:hidden}.aur-sticky-atc-goldline{position:absolute;top:0;left:-40%;width:80%;height:2px;background:linear-gradient(90deg,#fef3c7,#d4af37,#fef3c7);animation:aurGoldLine 2.4s infinite}@keyframes aurGoldLine{0%{transform:translate(-60%)}50%{transform:translate(40%)}to{transform:translate(120%)}}.aur-sticky-atc-info{font-size:.85rem}.aur-sticky-title{font-weight:600}.aur-sticky-price{color:var(--aur-accent)}.aur-sticky-visible .aur-sticky-atc{transform:translateY(0)}.aur-testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.2rem}.aur-testimonial-card{background:#fff;border-radius:1rem;padding:1rem;border:1px solid var(--aur-border-subtle);font-size:.86rem;box-shadow:0 12px 30px #0f172a0a}.aur-testimonial-card span{display:block;margin-top:.4rem;font-size:.78rem;color:var(--aur-muted)}.aur-footer{background:#0f172a;color:#e5e7eb;margin-top:2rem}.aur-footer-inner{padding:2.5rem 1.5rem 1.5rem;display:flex;gap:2.5rem;flex-wrap:wrap}.aur-footer-brand p{font-size:.85rem;color:#9ca3af}.aur-footer-cols{display:flex;gap:2.5rem;flex-wrap:wrap}.aur-footer-cols h4{font-size:.9rem;margin-bottom:.35rem}.aur-footer-cols a{display:block;font-size:.8rem;color:#9ca3af;text-decoration:none;margin-bottom:.2rem}.aur-footer-cols a:hover{color:#e5e7eb}.aur-footer-bottom{border-top:1px solid rgba(148,163,184,.3);padding:.75rem 0 1.4rem}.aur-footer-bottom small{font-size:.72rem;color:#9ca3af}@media (max-width:900px){.aur-header{padding:.6rem 1rem}.aur-hero-grid{grid-template-columns:1fr;gap:2rem}.aur-product-page-grid{display:flex;flex-direction:column;gap:1.5rem}.aur-icons-wrap{grid-template-columns:repeat(2,minmax(0,1fr))}.aur-collection-controls{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.aur-nav{display:none}.aur-section{padding:2.2rem 1.1rem}.aur-hero-device-card{width:220px;height:220px}.aur-icons-wrap{grid-template-columns:repeat(1,minmax(0,1fr))}.aur-cart-drawer-panel{width:100%}.aur-btn-primary,.aur-btn-ghost{padding:.9rem 1.9rem;font-size:.8rem}}.aur-trust-section{padding:72px 20px;text-align:center;background:radial-gradient(circle at top,rgba(212,175,55,.09),transparent 55%)}.aur-trust-title{font-size:2.1rem;letter-spacing:.05em;text-transform:uppercase;color:#111827;margin-bottom:10px}.aur-trust-subtitle{max-width:640px;margin:0 auto 38px;font-size:.95rem;color:#6b7280}.aur-trust-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:26px}.aur-trust-item{background:#fff;border-radius:18px;padding:20px 18px 22px;box-shadow:0 16px 45px #0f172a0f;border:1px solid rgba(212,175,55,.14);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.aur-trust-item:hover{transform:translateY(-4px);box-shadow:0 22px 55px #0f172a1f;border-color:#d4af3766}.aur-trust-icon-ring{width:60px;height:60px;margin:0 auto 10px;border-radius:999px;background:radial-gradient(circle at 30% 0,#fefce8,#fef9c3);border:1px solid rgba(212,175,55,.55);display:flex;align-items:center;justify-content:center}.aur-trust-icon{width:32px;height:32px}.aur-trust-item h3{font-size:.98rem;font-weight:600;margin-bottom:6px;color:#111827}.aur-trust-item p{font-size:.85rem;color:#6b7280}.aur-banner-section{padding:3.5rem 1.5rem 2.8rem;background:#020617}.aur-banner-inner{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:1.8rem}.aur-banner-hero-img{width:100%;border-radius:24px;overflow:hidden;box-shadow:0 30px 80px #0f172abf}.aur-banner-hero-img img{width:100%;height:auto;display:block}.aur-banner-strip-img{width:100%;border-radius:20px;overflow:hidden;box-shadow:0 18px 50px #0f172ab3}.aur-banner-strip-img img{width:100%;height:auto;display:block}@media (max-width:640px){.aur-trust-section{padding:52px 16px}.aur-trust-title{font-size:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
