@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,400&family=Montserrat:wght@200;300;400;500&display=swap");:root{--sk-primary:#1c1c1c;--sk-accent:#d4af37;--sk-accent-soft:rgba(212,175,55,.15);--sk-bg:#fdfbf7;--sk-card-bg:#fff;--sk-text-main:#2c2c2c;--sk-text-muted:#666;--sk-font-heading:"Cormorant Garamond",serif;--sk-font-body:"Montserrat",sans-serif;--sk-ease:cubic-bezier(0.23,1,0.32,1)}.skincare-page{background-color:var(--sk-bg);color:var(--sk-text-main);font-family:var(--sk-font-body);min-height:100vh;padding-top:100px;padding-bottom:5rem;overflow-x:hidden;width:100%}.skincare-loading{height:100vh;display:flex;justify-content:center;align-items:center;background:var(--sk-bg)}.skincare-loader{width:60px;height:60px;border:1px solid var(--sk-accent-soft);border-top-color:var(--sk-accent);border-radius:50%;animation:spin 1.2s var(--sk-ease) infinite}@keyframes spin{to{transform:rotate(1turn)}}.skincare-hero{position:relative;height:85vh;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:#f0eae0}.skincare-hero-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.9;z-index:1;transition:transform 10s ease;animation:subtleZoom 20s infinite alternate}@keyframes subtleZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.skincare-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,hsla(40,60%,98%,.3),hsla(40,60%,98%,.8) 60%,var(--sk-bg) 100%);z-index:2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.skincare-hero-content{position:relative;z-index:10;max-width:900px;padding:0 2rem;opacity:0;animation:heroFadeIn 1.5s var(--sk-ease) forwards .3s}@keyframes heroFadeIn{to{opacity:1;transform:translateY(0)}}.skincare-hero-badge{display:inline-flex;align-items:center;gap:.6rem;padding:8px 20px;background:hsla(0,0%,100%,.8);border:1px solid var(--sk-accent);border-radius:100px;color:var(--sk-accent);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;margin-bottom:2.5rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 20px rgba(212,175,55,.1)}.skincare-hero-title{font-family:var(--sk-font-heading);font-size:clamp(3.5rem,8vw,7rem);line-height:.95;color:var(--sk-primary);margin-bottom:2rem;font-weight:400;letter-spacing:-.02em}.skincare-hero-title span{display:block;font-style:italic;color:var(--sk-accent);font-weight:300;transform:translateX(10%)}.skincare-hero-description{font-size:1.1rem;color:var(--sk-text-muted);max-width:500px;margin:0 auto 3.5rem;line-height:1.7;font-weight:300}.skincare-hero-decoration{display:flex;align-items:center;justify-content:center;gap:1.5rem;opacity:.6}.deco-line{height:1px;width:60px;background:var(--sk-accent)}.skincare-accent{position:absolute;color:var(--sk-accent);z-index:5;pointer-events:none;filter:drop-shadow(0 0 10px rgba(212,175,55,.2))}.accent-1{top:15%;left:15%;opacity:.4;animation:float 8s ease-in-out infinite}.accent-2{top:35%;right:10%;opacity:.3;animation:float 10s ease-in-out infinite reverse}.accent-3{bottom:25%;left:25%;opacity:.2;animation:float 12s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.skincare-collection{position:relative;padding:4rem 0 3rem;background:var(--sk-bg);z-index:10}.skincare-container{max-width:1440px;margin:0 auto;padding:0 2rem}.skincare-section-header{text-align:center;margin-bottom:3rem;position:relative}.header-label{color:var(--sk-accent);font-size:.8rem;text-transform:uppercase;letter-spacing:.25em;margin-bottom:1rem;font-weight:500}.header-title{font-size:3.5rem;color:var(--sk-primary);margin-bottom:.5rem;font-weight:400}.header-subtitle,.header-title{font-family:var(--sk-font-heading)}.header-subtitle{font-size:1.5rem;font-style:italic;color:var(--sk-text-muted)}.header-underline{width:60px;height:1px;background:var(--sk-accent);margin:1.5rem auto 0}.skincare-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,320px));grid-gap:3rem 2rem;gap:3rem 2rem;justify-content:center}.luxuryCard{position:relative;background:#fff;border-radius:20px;padding:0;box-shadow:0 10px 30px rgba(0,0,0,.06);transition:all .4s cubic-bezier(.25,1,.5,1);cursor:pointer;overflow:hidden;border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;height:100%;max-width:320px;width:100%;margin:0 auto}.luxuryCard:after{content:"";position:absolute;inset:0;border-radius:20px;border:2px solid #d4af37;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:5}.luxuryCard:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.12)}.luxuryCard:hover:after{opacity:1}.card-badge{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:3}.badge-hot{background:#1a1a1a;color:#fff;letter-spacing:1px}.badge-category,.badge-hot{font-size:.65rem;font-weight:700;padding:4px 10px;border-radius:4px;text-transform:uppercase}.badge-category{background:#fff;color:#d4af37;border:1px solid #d4af37}.jewelry-image-container{position:relative;width:100%;height:320px;display:flex;justify-content:center;align-items:center;overflow:hidden;background:#f9f9f9}.jewelry-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.luxuryCard:hover .jewelry-image{transform:scale(1.05)}.luxury-content{position:relative;padding:1.25rem;flex-grow:1;display:flex;flex-direction:column}.jewelry-title{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.jewelry-description{font-size:.85rem;color:#777;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.luxury-price-box{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid #f5f5f5}.pricex{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:#1a1a1a}.luxury-add-bag-btn-compact{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#1a1a1a;color:#fff;border:none;border-radius:30px;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.luxury-add-bag-btn-compact:hover{background:#d4af37;transform:translateY(-2px)}.skincare-wishlist-btn-overlay{position:absolute;top:-20px;right:1.25rem;width:36px;height:36px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(0,0,0,.1);border:none;cursor:pointer;color:#ccc;transition:all .3s ease;z-index:10}.skincare-wishlist-btn-overlay.active{color:#ef4444}.skincare-wishlist-btn-overlay:hover{transform:scale(1.1)}.skincare-usp{padding:3rem 2rem;background:#fff;border-top:1px solid rgba(0,0,0,.03)}.usp-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4rem;gap:4rem;text-align:center}.usp-item{padding:1rem 2rem;transition:transform .3s ease}.usp-item:hover{transform:translateY(-5px)}.usp-icon-wrapper{width:70px;height:70px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--sk-bg);color:var(--sk-accent);border:1px solid rgba(212,175,55,.1)}.usp-item h4{font-family:var(--sk-font-heading);font-size:1.5rem;margin-bottom:.75rem;color:var(--sk-primary)}.usp-item p{font-size:.9rem;color:var(--sk-text-muted);line-height:1.6}@media (max-width:1024px){.skincare-hero-title{font-size:4.5rem}.usp-grid{grid-template-columns:1fr;gap:2rem}.usp-item{border-bottom:1px solid #f0f0f0}.usp-item:last-child{border-bottom:none}.skincare-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:768px){.skincare-hero{height:65vh}.skincare-hero-title{font-size:3.5rem}.skincare-hero-title span{transform:translateX(20px)}.skincare-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:0 8px}.luxuryCard{border-radius:8px}.jewelry-image-container{height:180px;border-radius:8px 8px 0 0}.jewelry-title{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--sk-font-body);font-weight:600}.jewelry-description{display:none}.luxury-content{padding:8px}.pricex{font-size:1rem;font-family:var(--sk-font-heading)}.luxury-add-bag-btn-compact{padding:6px 10px}.luxury-add-bag-btn-compact span{display:none}.skincare-wishlist-btn-overlay{width:28px;height:28px;top:-14px;right:8px}.header-title{font-size:2.5rem}}.agni-products-cart-side-panel-trigger{position:fixed;right:0;top:150px;width:50px;height:150px;background:linear-gradient(180deg,#fbc02d,#d4af37);border:none;border-radius:12px 0 0 12px;box-shadow:-4px 0 20px rgba(0,0,0,.15);cursor:pointer;z-index:99;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:16px 0;overflow:hidden}.agni-products-cart-side-panel-trigger:hover{width:55px;box-shadow:-6px 0 25px rgba(212,175,55,.4)}.agni-products-cart-side-panel-trigger.open{background:#1a1a1a;width:55px}.agni-products-cart-trigger-content{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1 1;justify-content:center}.agni-products-cart-trigger-icon{width:22px;height:22px;color:#000}.agni-products-cart-side-panel-trigger.open .agni-products-cart-trigger-icon{color:#d4af37}.agni-products-cart-trigger-text{font-size:13px;font-weight:900;color:#000;transform:rotate(90deg);letter-spacing:2px;margin:10px 0;white-space:nowrap}.agni-products-cart-side-panel-trigger.open .agni-products-cart-trigger-text{color:#d4af37}.agni-products-cart-trigger-badge{position:absolute;top:10px;right:10px;background:#fff;color:#d4af37;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;box-shadow:0 2px 8px rgba(0,0,0,.2);border:2px solid #000}.agni-products-cart-trigger-arrow{width:14px;height:14px;color:#000;transition:all .3s ease;stroke-width:3px}.agni-products-cart-side-panel-trigger.open .agni-products-cart-trigger-arrow{color:#d4af37;transform:rotate(180deg)}.hotsales-cart-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;animation:hotsales-fade-in .3s ease}@keyframes hotsales-fade-in{0%{opacity:0}to{opacity:1}}.hotsales-cart-drawer{position:fixed;top:0;right:-100%;height:100vh;width:100%;max-width:450px;background:#fff;box-shadow:-10px 0 50px rgba(0,0,0,.1);z-index:1001;display:flex;flex-direction:column;transition:right .5s cubic-bezier(.4,0,.2,1)}.hotsales-cart-drawer.open{right:0}.hotsales-cart-header{padding:2rem;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between}.hotsales-cart-title{display:flex;align-items:center;gap:12px}.hotsales-cart-title h2{font-family:var(--sk-font-heading);font-size:1.8rem;margin:0}.hotsales-cart-title-icon{color:var(--sk-accent)}.hotsales-cart-close-btn{width:40px;height:40px;border-radius:50%;background:#f5f5f5;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.hotsales-cart-close-btn:hover{background:#1a1a1a;color:#fff;transform:rotate(90deg)}.hotsales-cart-items-container{flex:1 1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.hotsales-cart-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;text-align:center;padding:2rem}.hotsales-cart-empty-icon{color:#eee}.hotsales-cart-item{display:flex;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f9f9f9}.hotsales-cart-item-image{width:80px;height:100px;border-radius:8px;overflow:hidden;background:#f5f5f5}.hotsales-cart-item-image img{width:100%;height:100%;object-fit:cover}.hotsales-cart-item-details{flex:1 1;display:flex;flex-direction:column;gap:4px}.hotsales-cart-item-header{display:flex;justify-content:space-between;align-items:flex-start}.hotsales-cart-item-title{font-family:var(--sk-font-heading);font-size:1.2rem;margin:0;color:var(--sk-primary)}.hotsales-cart-item-remove{background:none;border:none;color:#ccc;cursor:pointer;transition:color .3s}.hotsales-cart-item-remove:hover{color:#ef4444}.hotsales-cart-item-category{font-size:.75rem;color:var(--sk-text-muted);text-transform:uppercase;letter-spacing:1px}.hotsales-cart-item-pricez{font-weight:600;color:var(--sk-accent);margin:.5rem 0}.hotsales-cart-item-qty-controls{display:flex;align-items:center;gap:12px;margin-top:auto}.hotsales-cart-qty-btn{width:24px;height:24px;border-radius:4px;border:1px solid #eee;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.hotsales-cart-qty-btn:hover{background:#f5f5f5;border-color:#ddd}.hotsales-cart-qty-display{font-size:.9rem;font-weight:500}.hotsales-cart-footer{padding:2rem;background:#fff;border-top:1px solid #f0f0f0;box-shadow:0 -10px 30px rgba(0,0,0,.05)}.hotsales-cart-subtotal-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-weight:600}.hotsales-cart-subtotal-amount{color:var(--sk-primary);font-size:1.4rem}.hotsales-cart-tax-note{font-size:.8rem;color:var(--sk-text-muted);margin-bottom:1.5rem}.hotsales-cart-checkout-btn{width:100%;padding:1.25rem;background:#1a1a1a;color:#fff;border:none;border-radius:50px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .3s}.hotsales-cart-checkout-btn:hover{background:var(--sk-accent);transform:translateY(-2px);box-shadow:0 10px 20px rgba(212,175,55,.2)}@media (max-width:480px){.hotsales-cart-drawer{max-width:100%}}