@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Cormorant+Garamond:wght@500;600;700&display=swap";:root{font-family:Manrope,sans-serif;line-height:1.5;font-weight:400;color:#25140c;background:radial-gradient(circle at top,rgba(255,208,216,.72),transparent 28%),linear-gradient(180deg,#fff8f4,#fffdfb 45%,#fbf1ea);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--surface: rgba(255, 255, 255, .82);--surface-strong: #ffffff;--surface-soft: #fff5ef;--ink: #25140c;--muted: #74584b;--line: rgba(74, 41, 27, .12);--line-strong: rgba(74, 41, 27, .2);--accent: #df6f89;--accent-deep: #bc4c6a;--accent-soft: #ffe2e8;--highlight: #f5b85f;--success: #2c8a61;--shadow: 0 20px 50px rgba(74, 41, 27, .12)}html{overflow-x:hidden}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,p{margin:0}::selection{background:#df6f8938}*{box-sizing:border-box;scroll-behavior:smooth}.app-shell{min-height:100vh}.app-main{min-height:calc(100vh - 88px)}.whatsapp-float{position:fixed;right:1.25rem;bottom:1.25rem;z-index:40;display:inline-flex;border-radius:999px;animation:float-up 2.8s ease-in-out infinite}.whatsapp-icon{width:3.85rem;height:3.85rem;border-radius:999px;box-shadow:0 16px 32px #28140938;transition:transform .18s ease,box-shadow .18s ease}.whatsapp-float:hover .whatsapp-icon{transform:translateY(-2px) scale(1.02);box-shadow:0 20px 36px #28140947}@keyframes float-up{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width: 640px){.whatsapp-float{right:.85rem;bottom:.85rem}.whatsapp-icon{width:3.3rem;height:3.3rem}}.catalogue-page{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:5.75rem 0 0}.eyebrow{display:inline-flex;margin-bottom:.85rem;padding:.45rem .8rem;border-radius:999px;background:var(--accent-soft);color:var(--accent-deep);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero-section{display:grid;align-items:end;min-height:clamp(460px,72vh,720px);border-radius:36px;overflow:hidden}.hero-section-background{padding:clamp(1.5rem,4vw,2.4rem);background-size:cover;background-position:center top}.hero-copy-overlay{max-width:560px;padding:clamp(1.25rem,3vw,2rem);border:1px solid rgba(255,255,255,.18);border-radius:28px;color:#fff;background:#1c110d57;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-copy h1,.controls-copy h2,.collection-header h2,.about-copy h1,.offers-header h1{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,5vw,5rem);line-height:.95}.hero-copy p,.controls-copy p,.collection-copy p{margin-top:1rem;max-width:58ch;color:var(--muted);font-size:1rem}.hero-copy-overlay p{color:#ffffffe0}.hero-actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.85rem}.primary-action,.secondary-action,.cart-link-button,.pagination button,.product-primary-button,.product-quantity button,.cart-cta button,.checkout-submit,.admin-action,.empty-cart button,.cta-link{border:0;border-radius:999px;min-height:48px;padding:.85rem 1.2rem;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.primary-action,.product-primary-button,.checkout-submit,.admin-action,.cart-cta .primary{color:#fff;background:linear-gradient(135deg,var(--accent-deep),var(--accent));box-shadow:0 14px 30px #bc4c6a38}.secondary-action,.cart-link-button,.pagination button,.product-quantity button,.cart-cta .secondary,.empty-cart button,.cta-link{background:#ffffffd1;border:1px solid var(--line);color:var(--ink)}.primary-action:hover,.secondary-action:hover,.cart-link-button:hover,.pagination button:hover,.product-primary-button:hover,.product-quantity button:hover,.cart-cta button:hover,.checkout-submit:hover,.admin-action:hover,.empty-cart button:hover,.cta-link:hover{transform:translateY(-2px)}.featured-tile,.controls-panel,.product-card,.cart-shell,.checkout-panel,.admin-card,.offer-card,.about-card,.collection-header{border:1px solid var(--line);border-radius:28px;background:var(--surface);box-shadow:var(--shadow)}.featured-tile span,.product-badge,.meta-chip,.admin-label{font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.featured-strip{margin-top:2rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.featured-tile{overflow:hidden}.featured-tile img{width:100%;aspect-ratio:1 / 1.15;object-fit:cover}.featured-tile div{padding:1rem}.featured-tile span{color:var(--accent-deep)}.featured-tile h2{margin-top:.45rem;font-size:1.05rem}.featured-tile p{margin-top:.35rem;color:var(--muted)}.catalogue-controls{margin-top:3rem;display:grid;gap:1.25rem;scroll-margin-top:6.5rem}.controls-copy h2,.collection-header h2{font-size:clamp(2.35rem,4vw,3.5rem)}.controls-panel{padding:1rem;display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:.85rem}.controls-panel label,.checkout-form label,.admin-form label{display:flex;flex-direction:column;gap:.45rem}.controls-panel span,.checkout-form span,.admin-form span{color:var(--muted);font-size:.88rem}.controls-panel input,.controls-panel select,.checkout-form input,.checkout-form select,.admin-form input,.admin-form select,.admin-form textarea,.product-quantity input,.cart-quantity input{width:100%;min-height:48px;padding:.85rem 1rem;border:1px solid var(--line);border-radius:16px;background:#fffffff2;color:var(--ink)}.catalogue-meta{margin-top:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.catalogue-meta p{color:var(--muted)}.products-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.product-card{overflow:hidden;display:flex;flex-direction:column;min-height:100%}.product-media-wrap{position:relative;aspect-ratio:1 / 1.15}.product-image{width:100%;height:100%;object-fit:cover}.product-badge{position:absolute;top:.9rem;left:.9rem;padding:.45rem .72rem;border-radius:999px;background:#fffffff0;color:var(--accent-deep)}.product-body{display:flex;flex:1;flex-direction:column;gap:.85rem;padding:1rem}.product-meta-row{display:flex;flex-wrap:wrap;gap:.45rem}.meta-chip{padding:.35rem .6rem;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:#ffffffb3}.product-name{font-size:1.08rem;line-height:1.35;min-height:2.9rem}.product-prices{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.product-price{font-size:1.15rem;font-weight:800;color:var(--ink)}.product-old-price{color:var(--muted);text-decoration:line-through}.product-discount{color:var(--accent-deep);font-weight:700}.product-CTA{margin-top:auto;display:grid;gap:.75rem}.product-quantity{display:inline-grid;grid-template-columns:44px 72px 44px;gap:.4rem;align-items:center;justify-self:start}.product-quantity input,.cart-quantity input{text-align:center}.product-primary-button{width:100%}.empty-state{padding:3rem 1rem;text-align:center;grid-column:1 / -1;border:1px dashed var(--line-strong);border-radius:28px}.pagination{margin-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem}.pagination .active-page{background:var(--accent-soft);color:var(--accent-deep)}@media (max-width: 1080px){.featured-strip,.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 820px){.catalogue-page{width:min(100%,calc(100% - 1rem))}.featured-strip,.controls-panel,.products-grid{grid-template-columns:1fr}.catalogue-meta{flex-direction:column;align-items:stretch}}@media (max-width: 560px){.catalogue-page{padding-top:5rem}.hero-section{min-height:420px}.hero-copy h1,.controls-copy h2,.collection-header h2,.about-copy h1,.offers-header h1{font-size:clamp(2.25rem,11vw,3.3rem)}}.offers-page{width:min(1100px,calc(100% - 2rem));margin:0 auto;padding-top:5.75rem}.offers-header h1{margin-top:.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5vw,4.4rem);line-height:.95}.offers-sections{margin-top:1.5rem;display:grid;gap:2rem}.collection-section{display:grid;gap:1rem}.collection-header{padding:1.35rem;border:1px solid var(--line);border-radius:28px;background:var(--surface);box-shadow:var(--shadow)}.collection-copy p{margin-top:.65rem;color:var(--muted)}.collection-grid{margin-top:0}@media (max-width: 820px){.offers-page{width:min(100%,calc(100% - 1rem))}}@media (max-width: 560px){.offers-page{padding-top:5rem}}.about-page{width:min(1100px,calc(100% - 2rem));margin:0 auto;padding-top:5.75rem}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem}.about-card{padding:1.25rem}.about-copy h1{font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5vw,4.4rem);line-height:.95}.about-copy p,.about-values p{margin-top:1rem;color:var(--muted)}.about-image-card img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:28px}.about-values{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (max-width: 820px){.about-page{width:min(100%,calc(100% - 1rem))}.about-grid,.about-values{grid-template-columns:1fr}}@media (max-width: 560px){.about-page{padding-top:5rem}}.checkout-overlay{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:1rem;background:#25140c6b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:80}.checkout-overlay.show{display:flex}.checkout-panel{position:relative;width:min(760px,100%);max-height:90vh;overflow-y:auto;padding:1.4rem}.close-btn{position:absolute;top:1rem;right:1rem;width:42px;height:42px;border-radius:999px;border:1px solid var(--line);background:#ffffffd9}.checkout-panel h1{font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,5vw,3.5rem);line-height:.95}.checkout-intro{margin-top:.6rem;color:var(--muted)}.checkout-summary{margin-top:1.25rem;display:grid;gap:.8rem}.checkout-item{display:grid;grid-template-columns:88px 1fr;gap:.8rem;padding:.85rem;border:1px solid var(--line);border-radius:20px;background:#ffffffa6}.checkout-item img{width:100%;aspect-ratio:1 / 1.1;object-fit:cover;border-radius:16px}.checkout-price,.checkout-total{color:var(--muted)}.checkout-total{margin-top:1rem}.checkout-form{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.checkout-form .checkout-submit{grid-column:1 / -1}@media (max-width: 640px){.checkout-form,.checkout-item{grid-template-columns:1fr}}.checkout-overlay{position:fixed;top:0;right:-100%;width:100%;height:100%;background:#00000073;transition:right .4s ease-in-out;display:flex;justify-content:flex-end;z-index:9999}.checkout-overlay.show{right:0}.checkout-panel{background:#fff;width:420px;max-width:95%;height:100%;padding:20px;border-radius:12px 0 0 12px;box-shadow:-2px 0 10px #0000001a;overflow-y:auto;transform:translate(100%);transition:transform .4s ease}.checkout-overlay.show .checkout-panel{transform:translate(0)}.close-btn{background:none;border:none;font-size:22px;cursor:pointer;float:right;margin-top:-5px;color:#333}.checkout-panel h1{font-size:1.4rem;margin-bottom:20px}.checkout-summary{margin-bottom:20px}.checkout-item{display:flex;align-items:center;gap:12px;border-bottom:1px solid #eee;padding:10px 0}.checkout-item img{width:55px;height:55px;object-fit:cover;border-radius:8px}.checkout-item-details{flex:1}.checkout-price{color:#555;font-size:.95rem}.checkout-total{font-size:1.1rem;font-weight:600;margin:15px 0;text-align:right;color:#222}.checkout-form{display:flex;flex-direction:column;gap:12px;margin-top:10px}.checkout-form input,.checkout-form select{padding:10px;border:1px solid #ddd;border-radius:8px;font-size:1rem;outline:none}.checkout-form input:focus,.checkout-form select:focus{border-color:#007bff}.place-order{background-color:#007bff;color:#fff;padding:12px;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .3s}.place-order:hover{background-color:#0056b3}@media (max-width: 600px){.checkout-panel{width:100%;border-radius:0}}.cart-page{width:min(1000px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 0}.cart-shell{padding:1.25rem}.cart-header-row,.cart-top,.cart-cta{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cart-header{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4rem);line-height:.95}.cart-subcopy,.cart-description,.total-label,.empty-cart p{color:var(--muted)}.cart{margin-top:1.5rem;display:grid;gap:1rem}.cartItem{display:grid;grid-template-columns:180px 1fr;gap:1rem;padding:1rem;border:1px solid var(--line);border-radius:24px;background:#ffffffd6}.cart-image{width:100%;aspect-ratio:1 / 1.12;object-fit:cover;border-radius:20px}.cart-details{display:grid;gap:.85rem}.cart-name{font-size:1.1rem}.cart-price{margin-top:.35rem;font-weight:700}.cart-tags{margin-top:.65rem;display:flex;flex-wrap:wrap;gap:.45rem}.cart-quantity,.product-quantity{display:inline-grid;grid-template-columns:44px 72px 44px;gap:.4rem;align-items:center}.cart-quantity input,.product-quantity input{text-align:center}.cart-cta{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--line)}.total{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800}.empty-cart{margin-top:1.5rem;padding:2rem 1rem;text-align:center;border:1px dashed var(--line-strong);border-radius:28px}@media (max-width: 720px){.cart-page{width:min(100%,calc(100% - 1rem))}.cart-header-row,.cart-top,.cart-cta,.cartItem{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.cartItem{display:grid}}.cart-container{margin-top:100px;text-align:center;display:flex;flex-direction:column;align-items:center;font-family:Poppins,sans-serif;color:#333}.cart-header{font-size:2rem;font-weight:600;color:#e91e63;margin-bottom:30px}.cart{display:flex;flex-direction:column;align-items:center;gap:25px;width:90%;max-width:1000px}.cartItem{display:flex;justify-content:flex-start;align-items:flex-start;background:#fff;border:1px solid #f4c2c2;box-shadow:0 4px 10px #e91e6314;border-radius:15px;padding:20px;width:100%;transition:.3s ease}.cartItem:hover{transform:scale(1.01)}.cart-image{width:160px;height:180px;object-fit:cover;border-radius:12px;margin-right:20px}.cart-details{flex:1;display:flex;flex-direction:column}.cart-top{display:flex;justify-content:space-between;align-items:flex-start}.cart-info{text-align:left}.cart-name{color:#e91e63;font-weight:500;margin-bottom:5px;font-size:1.1rem}.cart-price{color:#444;font-size:1rem;font-weight:500}.cart-quantity{display:flex;align-items:center;gap:8px}.cart-quantity button{color:#e91e63;width:100%;height:40px;border:none;border-radius:10px;font-weight:500;font-size:1rem;cursor:pointer;transition:.3s}.cart-quantity button:hover{background:#e91e63;color:#fff}.cart-quantity input{width:40px;text-align:center;border:1px solid #ccc;border-radius:5px;height:30px;font-size:.9rem}.cart-description{margin-top:10px;text-align:left;font-size:.9rem;color:#555;line-height:1.4}.checkout{margin-top:40px;background:#fff;padding:30px;border-radius:20px;box-shadow:0 4px 10px #e91e6326;width:90%;max-width:600px;text-align:center}.subtotal,.total{font-size:1.3rem;margin:10px 0;font-weight:500}.delivery-section{margin-top:10px}.delivery-fee{font-size:1.1rem;margin-bottom:5px}.strike{text-decoration:line-through;color:#999;margin-right:6px}.free-text{color:#e91e63;font-weight:600}.delivery-msg{font-size:.95rem;color:#e91e63}.divider{border:none;border-top:1px solid #f3d2d2;margin:20px 0}.options{display:flex;flex-direction:column;gap:15px;margin-top:20px}.options button{width:100%;height:45px;border:none;border-radius:10px;font-weight:500;font-size:1rem;cursor:pointer;transition:.3s}.options button:first-child{background-color:#fff;color:#e91e63;border:1px solid #e91e63}.options button:last-child{background-color:#e91e63;color:#fff}.options button:hover{opacity:.9}.emptyCart{display:flex;flex-direction:column;justify-content:center;align-items:center;height:60vh;width:90%;max-width:600px;background:#fff0f5;border-radius:15px;box-shadow:0 3px 10px #e91e631a;color:#e91e63;padding:30px;margin-top:50px;text-align:center}.emptyCart button{width:200px;height:45px;border:none;border-radius:10px;margin-top:20px;color:#fff;background-color:#e91e63;cursor:pointer;font-weight:500}.emptyCart button:hover{opacity:.9}@media (max-width: 768px){.cartItem{flex-direction:row;align-items:flex-start;padding:15px}.cart-image{width:100px;height:110px;margin-right:10px}.cart-name{font-size:.95rem}.cart-price{font-size:.9rem}.cart-description{font-size:.8rem}.cart-quantity button{width:26px;height:26px;font-size:.85rem}.cart-quantity input{width:35px;height:26px}.checkout{width:95%;padding:20px}.options button{font-size:.9rem}.emptyCart{width:95%;padding:20px}}.payment-popup{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:1000}.popup-content{background:#fff;padding:2rem;border-radius:16px;max-width:90%;width:380px;text-align:center;box-shadow:0 10px 25px #0003;animation:popup-fade-in .3s ease}.popup-content h3{font-size:1.5rem;margin-bottom:1rem;color:#222}.popup-content p{font-size:.95rem;color:#444;margin:.5rem 0}.popup-buttons{display:flex;gap:1rem;margin-top:1.5rem;justify-content:center}.paid-btn{background-color:#e91e63;color:#fff;border:none;padding:.7rem 1.4rem;border-radius:8px;cursor:pointer;transition:.2s ease}.paid-btn:hover{transform:scale(1.05)}.cancel-btn{background:#e6e6e6;color:#333;border:none;padding:.7rem 1.4rem;border-radius:8px;cursor:pointer;transition:.2s ease}.cancel-btn:hover{background:#ccc}@keyframes popup-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 500px){.popup-content{width:90%;padding:1.5rem}.popup-content h3{font-size:1.2rem}.popup-content p{font-size:.9rem}}.name-input{width:100%;margin-top:1rem;padding:.7rem 1rem;border-radius:8px;border:1px solid #ccc;outline:none;font-size:.95rem;transition:.2s}.name-input:focus{border-color:#000}.admin-page{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding-top:2rem}.admin-hero,.admin-stats,.admin-grid,.admin-orders,.stock-list{display:grid;gap:1rem}.admin-hero{grid-template-columns:1fr auto;align-items:end}.admin-hero h1{margin-top:.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5vw,4.4rem);line-height:.95}.admin-hero p,.admin-card p,.backend-list li,.admin-section-head span,.admin-order-row span{color:var(--muted)}.admin-stats{margin-top:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.admin-grid{margin-top:1rem;grid-template-columns:1.2fr 1fr}.secondary-grid{grid-template-columns:.95fr 1.05fr}.admin-card{padding:1.2rem}.stat-card strong{display:block;margin-top:.65rem;font-size:2rem}.admin-section-head,.admin-order-row,.stock-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-order-row,.stock-row{padding:.9rem 0;border-top:1px solid var(--line)}.admin-order-row:first-child,.stock-row:first-child{border-top:0}.status-pill{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .8rem;border-radius:999px;background:var(--accent-soft);color:var(--accent-deep);font-size:.8rem;font-weight:700}.admin-form{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.full-span{grid-column:1 / -1}.backend-list{margin-top:1rem;padding-left:1.2rem}.backend-list li+li{margin-top:.7rem}@media (max-width: 900px){.admin-page{width:min(100%,calc(100% - 1rem))}.admin-hero,.admin-stats,.admin-grid,.secondary-grid,.admin-form{grid-template-columns:1fr}.admin-section-head,.admin-order-row,.stock-row{flex-direction:column;align-items:flex-start}}.navbar{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fff8f4d6}.nav-content{width:min(1200px,calc(100% - 2rem));margin:0 auto;min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo-container{display:flex;align-items:center;gap:.85rem}.logo{width:72px;height:72px;object-fit:contain}.logo-copy{display:flex;flex-direction:column}.logo-title{font-family:Cormorant Garamond,serif;font-size:2rem;line-height:1;font-weight:700}.logo-tag{color:var(--muted);font-size:.88rem}.nav-links{display:flex;align-items:center;gap:.4rem}.nav-links a,.cart-icon-wrapper,.cart-icon-wrapper1 a{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:44px;padding:.8rem 1rem;border-radius:999px;color:var(--muted);transition:background .18s ease,color .18s ease,transform .18s ease}.nav-links a:hover,.cart-icon-wrapper:hover,.cart-icon-wrapper1 a:hover,.nav-links a.active,.cart-icon-wrapper.active,.cart-icon-wrapper1 a.active{color:var(--ink);background:#ffffffe6;transform:translateY(-1px)}.cart-icon-wrapper,.cart-icon-wrapper1{position:relative}.cart-icon,.cart-icon1{font-size:1rem}.cart-badge,.cart-badge1{min-width:22px;height:22px;padding:0 .35rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;color:#fff;background:var(--accent-deep)}.nav-small{display:none;align-items:center;gap:.5rem}.hamburger{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:999px;background:#ffffffd9;color:var(--ink)}@media (max-width: 860px){.nav-content{min-height:78px}.logo{width:60px;height:60px}.logo-title{font-size:1.65rem}.nav-small{display:flex}.hamburger{display:inline-flex;align-items:center;justify-content:center}.nav-links{position:absolute;top:calc(100% + .5rem);left:1rem;right:1rem;display:none;flex-direction:column;align-items:stretch;padding:.85rem;border:1px solid var(--line);border-radius:24px;background:#fffcfaf5;box-shadow:var(--shadow)}.nav-links.open{display:flex}.nav-links li,.nav-links a,.cart-icon-wrapper1 a{width:100%;justify-content:space-between}.cart-icon-wrapper1,.logo-tag{display:none}}@media (max-width: 560px){.nav-content{width:min(100%,calc(100% - 1rem))}.logo-copy{display:none}}:root{--light-pink: #ffd1dc;--pink: #ff69b4;--dark-pink: #c2185b;--light-brown: #d2b48c;--nav-shadow: rgba(0, 0, 0, .08);--hover-hue: rgba(0, 0, 0, .12)}*{margin:0;padding:0;box-sizing:border-box}.navbar{position:fixed;top:0;left:0;width:100%;background:#fff;box-shadow:0 2px 8px var(--nav-shadow);z-index:1000;display:flex;align-items:center;justify-content:space-evenly;height:70px;padding:0 2rem}.logo-container{display:flex;align-items:center}.cart-icon1{display:block;font-size:1.5rem;color:var(--pink)}.nav-links{display:flex;align-items:center;gap:1.2rem;list-style:none}.nav-links li{position:relative}.nav-links a{text-decoration:none;color:var(--dark-pink);font-weight:500;padding:.5rem .8rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center}.nav-links a:hover,.nav-links a.active{box-shadow:0 2px 8px var(--hover-hue);background:var(--hover-hue)}.cart-icon{font-size:1.6rem;color:var(--pink);display:none}.hamburger{background:none;border:none;font-size:1.8rem;color:var(--pink);cursor:pointer;display:none;padding:.5rem}.cart-icon-wrapper1{position:relative;display:inline-block;cursor:pointer}.cart-icon-wrapper1 i{font-size:24px}.cart-icon-wrapper{display:none}.cart-badge1{position:absolute;top:-5px;right:-10px;background-color:green;color:#fff;font-size:12px;font-weight:700;padding:2px 6px;border-radius:50%;min-width:20px;text-align:center}@media (max-width: 768px){.navbar{padding:0 1rem;height:60px;display:flex;gap:50px;justify-content:space-between}.nav-small{display:flex;justify-content:center;align-items:center;gap:20px}.nav-links{position:fixed;top:60px;right:0;width:60%;height:calc(100vh - 60px);background:#fff;flex-direction:column;justify-content:flex-start;padding-top:2rem;gap:1rem;transform:translate(150%);transition:transform .3s ease-in-out;z-index:999}.nav-links.open{transform:translate(0)}.hamburger{display:block}.nav-links a{padding:.8rem 1.5rem;font-size:1.1rem}.cart-icon{font-size:1.5rem;color:var(--pink);display:block}.cart-icon1{display:none}.cart-icon-wrapper{position:relative;display:inline-block;cursor:pointer}.cart-icon-wrapper i{font-size:24px}.cart-badge{position:absolute;top:-5px;right:-10px;background-color:green;color:#fff;font-size:12px;font-weight:700;padding:2px 6px;border-radius:50%;min-width:20px;text-align:center}.cart-badge1,.cart-icon-wrapper1{display:none}}.footer{margin-top:4rem;border-top:1px solid var(--line);background:#fff7f3bf}.footer-inner{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:3rem 0 2rem;display:grid;grid-template-columns:1.4fr 1fr;gap:2rem}.footer-brand{max-width:460px}.ehairslogo{width:88px;height:88px;object-fit:contain}.footer-kicker{margin-top:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1}.footer-note{margin-top:.85rem;color:var(--muted)}.footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.socials,.footlinks{display:flex;flex-direction:column;gap:.65rem}.socials h4,.footlinks h4{font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.socials a,.footlinks a,.socials p{color:var(--ink)}.copyright{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:0 0 1.5rem;color:var(--muted);font-size:.92rem}@media (max-width: 820px){.footer-inner,.footer-links{grid-template-columns:1fr}}.socials a,.footlinks a{text-decoration:none;color:#db7093}.footer-inner a:hover{text-decoration:underline;transform:scale(1.1)}.ehairslogo{width:auto;height:50px}.social-links{display:flex;gap:20px;width:100%;justify-content:space-evenly;align-items:center;margin:20px}.socials,.footlinks{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:9px;font-size:1rem;margin:0 15px}.footer-inner{display:flex;margin:30px;justify-content:center;align-items:center;gap:30px}.copyright{text-align:center;height:100px;background-color:#db7093;color:#fff;width:100vw;display:flex;justify-content:center;align-items:center}.footer{border-top:1px solid palevioletred;margin-top:50px}@media (max-width: 768px){.footer-inner{flex-direction:column}.socials,.footlinks{display:flex;flex-direction:column}}
