.shop-shell{min-height:100vh;background:#f7f5ef;color:#111}.shop-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:18px;padding:12px clamp(18px,5vw,72px);background:rgba(5,5,5,.96);color:#fff;border-bottom:1px solid rgba(216,182,91,.32);backdrop-filter:blur(16px)}.shop-logo{width:54px;height:54px;object-fit:contain}.shop-brand{line-height:1}.shop-brand strong{display:block;color:#f5dc94;letter-spacing:.15em;font-size:.8rem}.shop-brand span{display:block;margin-top:6px;color:#8e8363;font-size:.62rem;letter-spacing:.08em}.shop-nav{margin-left:auto;display:flex;align-items:center;gap:8px}.shop-nav a{color:#d7cfb6;text-decoration:none;padding:9px 12px;border-radius:999px;font-size:.76rem;font-weight:700}.shop-nav a:hover{color:#fff;background:rgba(216,182,91,.12)}.shop-cart-pill{border:1px solid rgba(216,182,91,.42)!important;color:#f2d781!important}.shop-main{min-height:calc(100vh - 78px)}.shop-hero{min-height:500px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:40px;padding:70px clamp(20px,7vw,110px);background:radial-gradient(circle at 80% 20%,rgba(216,182,91,.16),transparent 25%),linear-gradient(125deg,#030303,#17140c);color:#fff;overflow:hidden}.shop-hero h1{font-family:'DM Serif Display',serif;font-size:clamp(3rem,7vw,6.6rem);font-weight:400;line-height:.9;margin:10px 0 22px;letter-spacing:-.035em}.shop-hero h1 span{color:#d8b65b}.shop-hero p{max-width:600px;color:#c8bea2;line-height:1.8}.shop-hero-art{position:relative;display:grid;place-items:center;min-height:360px}.shop-hero-art::before,.shop-hero-art::after{content:'';position:absolute;border:1px solid rgba(216,182,91,.28);border-radius:50%;width:350px;aspect-ratio:1}.shop-hero-art::after{width:270px;border-style:dashed;animation:sadoon-orbit 18s linear infinite}.shop-hero-art img{position:relative;width:min(75%,340px);z-index:2;filter:brightness(0) saturate(100%) invert(78%) sepia(44%) saturate(677%) hue-rotate(4deg) brightness(96%) contrast(89%);animation:sadoon-float 4s ease-in-out infinite}.shop-section{max-width:1500px;margin:auto;padding:72px clamp(16px,5vw,72px)}.shop-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.shop-section-head h2{font-family:'DM Serif Display',serif;font-size:clamp(2rem,4vw,3.3rem);font-weight:400;margin:0}.shop-search{width:min(420px,100%)}.shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.shop-product{background:#fff;border:1px solid rgba(167,125,32,.22);border-radius:20px;overflow:hidden;box-shadow:0 16px 42px rgba(0,0,0,.06);transition:transform .25s ease,box-shadow .25s ease}.shop-product:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(0,0,0,.12)}.shop-product-image{position:relative;aspect-ratio:4/5;background:#e8e3d8;overflow:hidden}.shop-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.shop-product:hover .shop-product-image img{transform:scale(1.035)}.shop-product-code{position:absolute;left:12px;top:12px;padding:6px 9px;border-radius:999px;background:rgba(0,0,0,.78);color:#f1d276;font-size:.63rem;font-weight:800;letter-spacing:.07em}.shop-product-body{padding:18px}.shop-product-body h3{font-size:1rem;margin:0 0 7px}.shop-product-body p{min-height:36px;color:#706b5d;font-size:.72rem;line-height:1.45;margin:0 0 14px}.shop-product-actions{display:flex;gap:8px}.shop-product-actions button,.whatsapp-button{border:0;border-radius:11px;padding:10px 13px;font:700 .72rem 'Manrope',sans-serif;cursor:pointer}.shop-product-actions button{flex:1;background:#0a0a0a;color:#f3d77f}.whatsapp-button{display:inline-flex;align-items:center;justify-content:center;background:#1da851;color:#fff;text-decoration:none}.shop-cart{background:#080808;color:#fff;border-radius:26px;padding:clamp(22px,4vw,42px);margin-top:55px}.shop-cart h2{color:#f0d47a}.shop-cart-line{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.1)}.shop-cart-line small{display:block;color:#8f866f;margin-top:3px}.shop-cart-footer{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:22px}.shop-footer{background:#030303;color:#82785c;padding:34px clamp(20px,7vw,110px);border-top:1px solid rgba(216,182,91,.2);font-size:.7rem;text-align:center}@media(max-width:1100px){.shop-grid{grid-template-columns:repeat(3,1fr)}.shop-hero{grid-template-columns:1fr}.shop-hero-art{display:none}}@media(max-width:780px){.shop-grid{grid-template-columns:repeat(2,1fr)}.shop-section-head{align-items:flex-start;flex-direction:column}.shop-search{width:100%}.shop-nav a:not(.shop-cart-pill){display:none}.shop-hero{min-height:460px;padding-top:52px;padding-bottom:52px}.shop-cart-footer{align-items:stretch;flex-direction:column}.shop-cart-line{grid-template-columns:1fr auto}}@media(max-width:480px){.shop-grid{grid-template-columns:1fr}.shop-header{padding:9px 13px}.shop-logo{width:44px;height:44px}.shop-hero h1{font-size:3.25rem}.shop-section{padding-top:50px}.shop-product-body h3{font-size:1.05rem}}@media(prefers-reduced-motion:reduce){.shop-hero-art img,.shop-product{animation:none!important;transition:none!important}}
