@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,600&family=Quicksand:wght@400;500;600;700&family=Pacifico&display=swap";:root{--vanilla-cream: #FFF7E6;--bg-main: #FAF6F0;--blush-petal: #F7C8D3;--blush-light: #FDF0F3;--rosewood: #B46A72;--rosewood-dark: #934E55;--rosewood-soft: rgba(180, 106, 114, .1);--sage-leaf: #A8B58A;--sage-dark: #4A6038;--sage-light: #F2F5EC;--misty-sky: #A9B7C6;--misty-light: #EBF0F5;--midnight-lagoon: #2D3A47;--text-muted: #5C6B73;--card-bg: #FFFFFF;--border-color: rgba(180, 106, 114, .15);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 24px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(45, 58, 71, .04);--shadow-md: 0 8px 24px rgba(45, 58, 71, .08);--shadow-lg: 0 16px 36px rgba(45, 58, 71, .12);--font-heading: "Cormorant Garamond", "Pacifico", Georgia, serif;--font-hand: "Pacifico", cursive;--font-body: "Quicksand", -apple-system, BlinkMacSystemFont, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--bg-main);color:var(--midnight-lagoon);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.top-announcement{background:var(--rosewood);color:#fff;text-align:center;padding:.5rem 1rem;font-size:.85rem;font-weight:600;letter-spacing:.5px}header.main-header{background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:500;border-bottom:1px solid var(--border-color);box-shadow:0 4px 15px #0000000a}.header-top-row{max-width:1280px;margin:0 auto;padding:.35rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(230,215,215,.4)}.header-top-left{flex:1;display:flex;align-items:center}.header-insta-link{font-size:.82rem;font-weight:600;color:var(--midnight-lagoon);text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;border-radius:var(--radius-full);background:var(--soft-blush);transition:all .2s ease}.header-insta-link:hover{background:var(--rosewood-soft);color:var(--rosewood)}.brand-logo{display:flex;align-items:center;justify-content:center;gap:.6rem;text-decoration:none;flex:1}.brand-logo img{width:38px;height:38px;border-radius:var(--radius-full);border:2px solid var(--rosewood);object-fit:cover;flex-shrink:0}.brand-logo .brand-name{font-family:var(--font-heading);font-size:1.45rem;font-weight:700;color:var(--rosewood);letter-spacing:.5px;line-height:1.1;white-space:nowrap}.brand-logo .brand-subtitle{font-size:.62rem;font-weight:600;color:var(--midnight-lagoon);letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.header-actions{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:.75rem}nav.categories-nav{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:.2rem 1rem}nav.categories-nav ul.nav-main-list{list-style:none;display:flex;align-items:center;gap:1.75rem;margin:0;padding:0}.nav-item-link{font-family:var(--font-body);font-weight:700;font-size:.88rem;letter-spacing:.6px;text-transform:uppercase;color:var(--midnight-lagoon);text-decoration:none;padding:.45rem .75rem;border-radius:var(--radius-sm);display:inline-flex;align-items:center;gap:.3rem;transition:all .2s ease}.nav-item-link:hover,.nav-item-link.active,.nav-dropdown:hover>.nav-item-link{color:var(--rosewood);background:var(--rosewood-soft)}.dropdown-caret{font-size:.75rem;transition:transform .25s ease}.nav-dropdown:hover .dropdown-caret{transform:rotate(180deg)}.nav-dropdown{position:relative}.mega-menu-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:0 12px 35px #0000001f;padding:1.5rem;min-width:580px;opacity:0;visibility:hidden;pointer-events:none;transition:all .25s cubic-bezier(.16,1,.3,1);z-index:1000}.nav-dropdown:hover .mega-menu-dropdown,.nav-dropdown:focus-within .mega-menu-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.mega-menu-dropdown.mini-dropdown{min-width:220px;padding:.75rem}.mega-menu-grid{display:grid;grid-template-columns:1.4fr 1.1fr 1.1fr;gap:1.75rem}.mega-menu-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--rosewood);padding-bottom:.4rem;margin-bottom:.65rem;border-bottom:2px solid var(--rosewood-soft)}.mega-menu-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.mega-menu-col ul li a,.mini-dropdown ul li a{font-size:.88rem;font-weight:600;color:#4a5568;text-decoration:none;display:block;padding:.35rem .6rem;border-radius:var(--radius-sm);transition:all .2s ease}.mega-menu-col ul li a:hover,.mini-dropdown ul li a:hover{color:var(--rosewood);background:var(--rosewood-soft);transform:translate(4px)}.mobile-menu-btn{display:none;background:transparent;border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:.35rem .45rem;cursor:pointer;flex-direction:column;justify-content:space-around;width:38px;height:38px;gap:4px;align-items:center;box-sizing:border-box}.mobile-menu-btn .hamburger-line{width:20px;height:2px;background-color:var(--rosewood);border-radius:2px;transition:all .3s ease}.mobile-menu-btn.active .hamburger-line:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-btn.active .hamburger-line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-nav-drawer{display:none;background:#fff;border-top:1px solid var(--border-color);padding:1rem 1.25rem;box-shadow:var(--shadow-md)}.mobile-nav-drawer.active{display:block}.drawer-section-title{font-family:var(--font-heading);font-size:.95rem;font-weight:700;color:var(--rosewood);padding:.6rem .8rem .2rem;margin-top:.5rem;border-bottom:1px dashed var(--rosewood-soft);text-transform:uppercase;letter-spacing:.5px}.mobile-nav-drawer ul{list-style:none;display:flex;flex-direction:column;gap:.6rem;padding:0;margin:0}.mobile-nav-drawer a{font-weight:600;font-size:.95rem;color:var(--midnight-lagoon);display:block;padding:.5rem .8rem;border-radius:var(--radius-sm);background:var(--bg-main);transition:background .2s ease}.mobile-nav-drawer a:active,.mobile-nav-drawer a:hover{background:var(--rosewood-soft);color:var(--rosewood)}.header-actions{display:flex;align-items:center;gap:clamp(.5rem,1.5vw,1rem);flex-shrink:0}.header-cart-btn{background:var(--rosewood);color:#fff;border:none;padding:clamp(.45rem,1.5vw,.55rem) clamp(.75rem,2vw,1.25rem);border-radius:var(--radius-full);font-family:var(--font-body);font-weight:700;font-size:clamp(.8rem,2vw,.9rem);cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:all .3s ease;box-shadow:0 4px 12px #b46a724d;white-space:nowrap}.header-cart-btn:hover{background:var(--rosewood-dark);transform:translateY(-2px);box-shadow:0 6px 16px #b46a7266}.cart-count-badge{background:#fff;color:var(--rosewood);width:22px;height:22px;border-radius:var(--radius-full);display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800}.insta-banner-wrapper{max-width:1280px;margin:1.25rem auto 0;padding:0 1.5rem}.insta-banner-pill{background:var(--rosewood);color:#fff;border-radius:var(--radius-full);padding:.7rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 4px 15px #b46a7240;font-weight:600;font-size:.95rem}.insta-banner-pill .insta-text{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.insta-banner-pill .insta-handle{font-weight:800;text-decoration:underline;text-underline-offset:3px}.insta-banner-pill .insta-btn{background:#fff;color:var(--rosewood);padding:.45rem 1.25rem;border-radius:var(--radius-full);font-weight:700;font-size:.85rem;text-decoration:none;transition:all .25s ease;white-space:nowrap;box-shadow:0 2px 8px #0000001a;display:inline-flex;align-items:center}.insta-banner-pill .insta-btn:hover{background:var(--vanilla-cream);transform:scale(1.05)}.hero-compact{background:linear-gradient(135deg,var(--vanilla-cream) 0%,var(--blush-petal) 100%);padding:2.5rem 1.5rem 2rem;text-align:center;position:relative;border-bottom:1px solid var(--border-color);overflow:hidden}.hero-compact:before{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,#fff9,#fff0 70%);pointer-events:none}.hero-content-wrapper{max-width:800px;margin:0 auto;position:relative;z-index:2}.hero-avatar-badge{position:relative;display:inline-block;margin-bottom:1rem}.hero-avatar{width:6rem;height:6rem;border-radius:var(--radius-full);border:3px solid #FFFFFF;box-shadow:var(--shadow-md);object-fit:cover}.hero-sparkle{position:absolute;top:-.25rem;right:-.25rem;font-size:1.5rem}.hero-compact h1{font-family:var(--font-heading);font-size:2.4rem;font-weight:700;color:var(--midnight-lagoon);line-height:1.25;margin-bottom:.6rem}.hero-compact p.hero-subtitle{font-size:1.05rem;color:var(--rosewood);font-weight:600;margin-bottom:1.25rem}.btn-hero{display:inline-block;background:var(--rosewood);color:#fff;padding:.75rem 2rem;border-radius:var(--radius-full);font-weight:700;font-size:.95rem;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 4px 15px #b46a724d;border:none;cursor:pointer}.btn-hero:hover{background:var(--rosewood-dark);transform:translateY(-2px);box-shadow:0 8px 20px #b46a7266}.filter-bar-section{max-width:1280px;margin:1.5rem auto 1rem;padding:0 1.5rem}.filter-bar-container{background:var(--card-bg);border-radius:var(--radius-md);padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);flex-wrap:wrap}.search-box-wrapper{flex:1;min-width:240px;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;font-size:1.1rem;color:var(--text-muted);pointer-events:none}.search-input{width:100%;padding:.65rem 1rem .65rem 2.6rem;border-radius:var(--radius-full);border:1px solid var(--misty-sky);background:var(--bg-main);font-family:var(--font-body);font-size:.95rem;color:var(--midnight-lagoon);transition:all .25s ease}.search-input:focus{outline:none;border-color:var(--rosewood);background:#fff;box-shadow:0 0 0 3px #b46a7226}.sort-select-wrapper{display:flex;align-items:center;gap:.5rem}.sort-select-wrapper label{font-size:.85rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.sort-select{padding:.6rem 1rem;border-radius:var(--radius-full);border:1px solid var(--misty-sky);background:var(--bg-main);font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--midnight-lagoon);cursor:pointer;transition:all .25s ease}.sort-select:focus{outline:none;border-color:var(--rosewood)}.gallery-section{max-width:1280px;margin:2rem auto;padding:0 1.5rem;text-align:center}.gallery-section h2{font-family:var(--font-heading);font-size:2.2rem;color:var(--midnight-lagoon);margin-bottom:1.25rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.gallery-card{position:relative;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);aspect-ratio:1;border:1px solid var(--border-color)}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-card:hover img{transform:scale(1.08)}.section-header-wrap{max-width:1280px;margin:3.5rem auto 1.5rem;padding:0 1.5rem;display:flex;align-items:center;gap:1rem}.section-header-line{flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--rosewood-soft),transparent)}.section-title{font-family:var(--font-heading);font-size:clamp(1.4rem,4vw,2.4rem);font-weight:700;color:var(--midnight-lagoon);text-align:center;letter-spacing:.5px;position:relative;word-break:break-word}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem;max-width:1280px;margin:0 auto;padding:0 1.5rem 3.5rem}@media screen and (max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media screen and (max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:0 1rem 2.5rem}}@media screen and (max-width:420px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.85rem;padding:0 .75rem 2rem}}@media screen and (max-width:340px){.product-grid{grid-template-columns:1fr}}.product{background:var(--card-bg);border-radius:var(--radius-md);padding:1rem;display:flex;flex-direction:column;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:all .35s cubic-bezier(.165,.84,.44,1);cursor:pointer;position:relative;height:100%}.product:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:var(--rosewood)}.product-img-wrapper{width:100%;max-height:260px;aspect-ratio:1 / 1;border-radius:var(--radius-sm);background-color:#f8f4ee;overflow:hidden;position:relative;margin-bottom:.85rem;display:flex;align-items:center;justify-content:center;padding:6px;border:1px solid rgba(180,106,114,.08)}.product img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:var(--radius-sm);border:none;transition:transform .4s cubic-bezier(.165,.84,.44,1)}.product:hover img{transform:scale(1.08)}.product-info{display:flex;flex-direction:column;flex:1;text-align:left}.product h3{font-family:var(--font-body);font-size:1.05rem;font-weight:700;color:var(--midnight-lagoon);margin-bottom:.35rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product p{font-family:var(--font-body);font-size:1.15rem;font-weight:800;color:var(--rosewood);margin-bottom:.5rem}.stock-badge-wrapper{margin-bottom:.6rem}.stock-badge{display:inline-block;font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:var(--radius-full)}.stock-badge.in-stock{background:var(--sage-light);color:var(--sage-dark);border:1px solid rgba(74,96,56,.2)}.stock-badge.low-stock{background:#fff7e6;color:#d46b08;border:1px solid #FFD591}.stock-badge.out-of-stock{background:#fde8e8;color:#e02424;border:1px solid rgba(224,36,36,.2)}.product-sold-out-tag{position:absolute;top:10px;left:10px;background:#ff4d4f;color:#fff;font-size:.75rem;font-weight:800;padding:.35rem .85rem;border-radius:20px;box-shadow:0 2px 6px #ff4d4f59;z-index:3;line-height:1;pointer-events:none}.dm-btn.sold-out-btn,.modal-add-cart-btn.sold-out-btn{background:#f0f2f5!important;color:#8c92a0!important;border:1px solid #e2e8f0!important;cursor:not-allowed!important;opacity:.9!important;box-shadow:none!important;font-weight:700!important}.dm-btn{margin-top:auto;width:100%;background:var(--rosewood);color:#fff;border:none;padding:.65rem 1rem;border-radius:var(--radius-full);font-family:var(--font-body);font-size:.85rem;font-weight:700;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;gap:.4rem;box-shadow:0 2px 6px #b46a7233}.dm-btn:hover:not(:disabled){background:var(--rosewood-dark);transform:translateY(-1px);box-shadow:0 4px 10px #b46a7259}.dm-btn:disabled{background:var(--misty-sky);color:#fff;cursor:not-allowed;opacity:.7}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#2d3a47a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;justify-content:center;align-items:center;padding:1.5rem}.modal-overlay.active{display:flex;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:var(--radius-lg);max-width:900px;width:100%;max-height:90vh;overflow-y:auto;display:flex;position:relative;box-shadow:var(--shadow-lg);border:1px solid var(--border-color)}.modal-close{position:absolute;top:1rem;right:1rem;background:var(--bg-main);border:1px solid var(--border-color);font-size:1.2rem;width:2.4rem;height:2.4rem;border-radius:var(--radius-full);cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;color:var(--midnight-lagoon);transition:all .25s ease}.modal-close:hover{background:var(--rosewood);color:#fff;transform:rotate(90deg)}.modal-left{flex:1.1;background:var(--bg-main);padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.modal-image-container{width:100%;max-width:380px;max-height:380px;aspect-ratio:1;position:relative;overflow:hidden;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff}.modal-image-container img{width:100%;height:100%;object-fit:contain;object-position:center;display:none}.modal-image-container img.active{display:block}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:1px solid var(--border-color);width:38px;height:38px;border-radius:var(--radius-full);cursor:pointer;font-size:1.4rem;display:flex;align-items:center;justify-content:center;transition:all .25s ease;box-shadow:var(--shadow-sm);color:var(--midnight-lagoon)}.carousel-nav:hover{background:var(--rosewood);color:#fff}.carousel-prev{left:1rem}.carousel-next{right:1rem}.carousel-dots{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.carousel-dot{width:10px;height:10px;border-radius:var(--radius-full);background:var(--misty-sky);border:none;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:var(--rosewood);width:26px}.modal-right{flex:1;padding:3rem 2.5rem;display:flex;flex-direction:column}.modal-title{font-family:var(--font-heading);color:var(--midnight-lagoon);font-size:2.2rem;font-weight:700;margin-bottom:.75rem;line-height:1.2}.modal-price{font-size:1.8rem;font-weight:800;color:var(--rosewood);margin-bottom:1.5rem}.modal-add-cart-btn{background:var(--rosewood);color:#fff;border:none;padding:.9rem 2rem;font-size:1rem;font-weight:700;border-radius:var(--radius-full);cursor:pointer;transition:all .3s ease;width:100%;box-shadow:0 4px 14px #b46a724d}.modal-add-cart-btn:hover{background:var(--rosewood-dark);transform:translateY(-2px);box-shadow:0 6px 18px #b46a7266}.modal-dm-btn{background:var(--blush-light);color:var(--rosewood);border:1.5px solid var(--blush-petal);padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;border-radius:var(--radius-full);transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;width:100%}.modal-dm-btn:hover{background:var(--blush-petal);color:var(--rosewood-dark)}@media screen and (max-width:768px){.modal-content{flex-direction:column;max-height:95vh}.modal-left{padding:2rem 1.5rem 1.5rem}.modal-right{padding:1.5rem}.modal-title{font-size:1.6rem}.modal-price{font-size:1.4rem;margin-bottom:1rem}}.cart-sidebar{position:fixed;top:0;right:-100%;width:100%;max-width:420px;height:100vh;background:#fff;box-shadow:-8px 0 30px #2d3a4726;z-index:1000;transition:right .35s cubic-bezier(.165,.84,.44,1);display:flex;flex-direction:column}.cart-sidebar.active{right:0}.cart-header{background:var(--bg-main);padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color)}.cart-header h2{font-family:var(--font-heading);color:var(--midnight-lagoon);font-size:1.8rem;font-weight:700}.cart-close{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-full);width:32px;height:32px;font-size:1.1rem;cursor:pointer;color:var(--midnight-lagoon);display:flex;align-items:center;justify-content:center;transition:all .25s ease}.cart-close:hover{background:var(--rosewood);color:#fff}.cart-items{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;background:var(--bg-main);padding:.85rem;border-radius:var(--radius-sm);border:1px solid var(--border-color);align-items:center}.cart-item img{width:65px;height:65px;border-radius:var(--radius-sm);object-fit:cover}.cart-item-details{flex:1}.cart-item-details h4{font-family:var(--font-body);font-size:.95rem;font-weight:700;color:var(--midnight-lagoon);margin-bottom:.25rem}.cart-item-details p{font-weight:800;color:var(--rosewood);font-size:.95rem;margin-bottom:.4rem}.cart-quantity{display:flex;align-items:center;gap:.5rem}.cart-quantity button{background:#fff;border:1px solid var(--misty-sky);width:26px;height:26px;border-radius:4px;cursor:pointer;font-weight:700;color:var(--midnight-lagoon);display:flex;align-items:center;justify-content:center}.cart-quantity button:hover{background:var(--rosewood);color:#fff;border-color:var(--rosewood)}.cart-footer{padding:1.5rem;background:var(--bg-main);border-top:1px solid var(--border-color)}.cart-total{font-size:1rem;font-weight:700;color:var(--midnight-lagoon);margin-bottom:.5rem;display:flex;justify-content:space-between}.checkout-btn{width:100%;background:var(--rosewood);color:#fff;border:none;padding:.9rem;border-radius:var(--radius-full);font-family:var(--font-body);font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #b46a724d;margin-top:.5rem}.checkout-btn:hover:not(:disabled){background:var(--rosewood-dark);transform:translateY(-2px)}.checkout-btn:disabled{background:var(--misty-sky);cursor:not-allowed;box-shadow:none}.floating-cart-btn{position:fixed;bottom:2rem;right:2rem;background:var(--rosewood);color:#fff;border:none;border-radius:var(--radius-full);padding:.85rem 1.4rem;font-family:var(--font-body);font-size:1.05rem;font-weight:700;cursor:pointer;box-shadow:0 6px 20px #b46a7266;z-index:400;transition:all .3s ease;display:flex;align-items:center;gap:.6rem}.floating-cart-btn:hover{background:var(--rosewood-dark);transform:scale(1.05) translateY(-3px);box-shadow:0 8px 25px #b46a7280}.checkout-container{max-width:1080px;margin:2.5rem auto;padding:0 1.5rem;display:flex;flex-wrap:wrap;gap:2rem}.checkout-section{background:#fff;border-radius:var(--radius-lg);padding:2.25rem;flex:1;min-width:320px;box-shadow:var(--shadow-md);border:1px solid var(--border-color)}.checkout-section h2{font-family:var(--font-heading);color:var(--midnight-lagoon);margin-bottom:1.5rem;font-size:2.2rem;font-weight:700;text-align:center}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:700;margin-bottom:.4rem;color:var(--midnight-lagoon);font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--misty-sky);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.95rem;background:var(--bg-main);color:var(--midnight-lagoon);transition:all .25s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--rosewood);background:#fff;box-shadow:0 0 0 3px #b46a7226}.order-summary-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;background:var(--bg-main);padding:.75rem;border-radius:var(--radius-sm);border:1px solid var(--border-color)}.order-summary-item img{width:60px;height:60px;border-radius:var(--radius-sm);object-fit:cover}.order-summary-details{flex:1}.order-summary-details h4{font-family:var(--font-body);font-size:.95rem;font-weight:700;color:var(--midnight-lagoon);margin-bottom:.25rem}.order-summary-details p{font-size:.85rem;color:var(--text-muted)}.summary-totals{margin-top:1.5rem;padding-top:1.25rem;border-top:1px dashed var(--border-color)}.summary-row{display:flex;justify-content:space-between;margin-bottom:.6rem;font-size:1rem;color:var(--midnight-lagoon)}.summary-row.total{font-size:1.4rem;font-weight:800;color:var(--rosewood);border-top:1px solid var(--border-color);padding-top:.6rem;margin-top:.6rem}.payment-instructions{background:var(--bg-main);padding:1.5rem;border-radius:var(--radius-md);text-align:center;margin-bottom:1.5rem;border:1px solid var(--border-color)}.upi-id{font-size:1.25rem;font-weight:800;color:var(--rosewood);background:#fff;padding:.6rem 1.2rem;border-radius:var(--radius-full);display:inline-block;margin:1rem 0;border:1px dashed var(--rosewood)}.btn-submit{width:100%;background:var(--rosewood);color:#fff;border:none;padding:.9rem 1.5rem;font-size:1.05rem;border-radius:var(--radius-full);cursor:pointer;font-weight:700;transition:all .3s ease;font-family:var(--font-body);box-shadow:0 4px 14px #b46a724d}.btn-submit:hover:not(:disabled){background:var(--rosewood-dark);transform:translateY(-2px);box-shadow:0 6px 18px #b46a7266}.btn-submit:disabled{background:var(--misty-sky);cursor:not-allowed;box-shadow:none}#successMessage{display:none}.guide-container{max-width:900px;margin:3rem auto;padding:2.5rem;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-color)}.guide-header{text-align:center;margin-bottom:3rem}.guide-header h1{font-family:var(--font-heading);color:var(--midnight-lagoon);font-size:3rem;margin-bottom:.5rem}.guide-header p{font-size:1.1rem;color:var(--rosewood);font-weight:600}.guide-step{display:flex;gap:1.5rem;margin-bottom:2rem;background:var(--bg-main);padding:1.5rem;border-radius:var(--radius-md);border-left:4px solid var(--rosewood);transition:transform .3s ease}.guide-step:hover{transform:translate(6px)}.step-number{background:#fff;color:var(--rosewood);width:54px;height:54px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1.8rem;font-weight:700;border:2px solid var(--blush-petal);flex-shrink:0}.step-content h3{font-size:1.3rem;color:var(--midnight-lagoon);margin-bottom:.4rem;font-family:var(--font-body);font-weight:700}.step-content p{font-size:1rem;line-height:1.6;color:var(--text-muted)}footer{text-align:center;padding:2.5rem 1.5rem;background:#fff;color:var(--midnight-lagoon);font-weight:600;border-top:1px solid var(--border-color);margin-top:3rem}footer p{font-size:.95rem;color:var(--text-muted)}@media screen and (max-width:768px){.header-top-row{padding:.5rem .85rem}.header-top-left{display:none}.brand-logo{justify-content:flex-start}nav.categories-nav{display:none}.mobile-menu-btn{display:flex}.insta-banner-pill{flex-direction:column;text-align:center;border-radius:var(--radius-md);padding:.85rem 1.25rem}.insta-banner-pill .insta-btn{width:100%;justify-content:center}.filter-bar-container{flex-direction:column;align-items:stretch}.search-box-wrapper,.sort-select-wrapper,.sort-select{width:100%;max-width:100%}.sort-select-wrapper{flex-direction:column;align-items:flex-start;gap:.3rem}.floating-cart-btn{bottom:1.25rem;right:1.25rem;padding:.75rem 1.2rem;font-size:.95rem}}@media screen and (max-width:480px){html,body{font-size:15px}.hero-compact{padding:1.75rem 1rem}.hero-compact h1{font-size:clamp(1.4rem,5vw,1.8rem)}.hero-avatar{width:4.8rem;height:4.8rem}.section-header-wrap{margin:2.5rem auto 1rem;padding:0 1rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}.checkout-container{padding:0 .75rem;margin:1.25rem auto}.checkout-section{padding:1.25rem 1rem}.upi-id{font-size:1rem;padding:.5rem .8rem;word-break:break-all}.modal-content{width:96vw;border-radius:var(--radius-md)}.modal-left,.modal-right{padding:1.25rem 1rem}}@media screen and (max-width:360px){.brand-logo .brand-name{font-size:1.15rem}.brand-logo .brand-subtitle{display:none}.header-cart-btn{padding:.4rem .65rem;font-size:.78rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:6px;padding-left:.35rem;padding-right:.35rem}.product{padding:.45rem}.product h3{font-size:.82rem}.product p{font-size:.85rem}.product .add-to-cart-quick{font-size:.72rem;padding:.45rem .2rem}}.card-brand-options{margin:.35rem 0 .5rem;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.card-brand-label{font-size:.75rem;font-weight:700;color:var(--midnight-lagoon)}.card-brand-pills{display:flex;gap:.3rem;flex-wrap:wrap}.card-option-pill{padding:.2rem .6rem;border-radius:14px;font-size:.73rem;font-weight:700;border:1.5px solid #18181B;background:#e8ecf2;color:#18181b;cursor:pointer;transition:all .15s ease}.card-option-pill:hover{background:#d9e1eb}.card-option-pill.active{background:#18181b;color:#fff;border-color:#18181b}.product-options-wrapper{margin-bottom:1.25rem}.product-options-label{font-size:.85rem;font-weight:700;color:var(--midnight-lagoon);margin-bottom:.4rem;display:block}.option-pills-container{display:flex;gap:.5rem;flex-wrap:wrap}.modal-option-btn{padding:.45rem 1.15rem;border-radius:20px;font-size:.85rem;font-weight:700;border:1.5px solid #18181B;background:#e8ecf2;color:#18181b;cursor:pointer;transition:all .2s ease}.modal-option-btn:hover{background:#d9e1eb}.modal-option-btn.active{background:#18181b;color:#fff;border-color:#18181b;box-shadow:0 2px 6px #00000026}.stock-badge.preorder-badge{background:#fff0f5!important;color:#ff1493!important;border:1px solid #ff69b4!important;font-weight:700;display:inline-flex;align-items:center;gap:.3rem}.product-preorder-tag{position:absolute;top:10px;right:10px;background:#ff1493;color:#fff;padding:.3rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:800;letter-spacing:.5px;box-shadow:0 3px 10px #ff149366;z-index:5}.preorder-info-box{background:#fff0f5;border:1px solid #ffc0cb;border-radius:var(--radius-md);padding:.85rem 1rem;margin:1rem 0;font-size:.88rem;color:#8b005d;line-height:1.5}.preorder-info-box strong{color:#ff1493}.cart-preorder-tag{display:inline-block;background:#ff1493;color:#fff;font-size:.7rem;font-weight:800;padding:.15rem .45rem;border-radius:4px;margin-left:.4rem;vertical-align:middle}.checkout-preorder-banner{background:#fff0f5;border:1.5px solid #ff69b4;border-radius:var(--radius-md);padding:1rem 1.25rem;margin-bottom:1.5rem;color:#8b005d;font-size:.92rem;line-height:1.5;box-shadow:0 3px 10px #ff69b426}.weekend-shipping-notice-banner{background:linear-gradient(135deg,#fff0f5,#ffe4e1);border:1.5px solid #ff69b4;border-radius:var(--radius-md);padding:.85rem 1.25rem;margin:1rem auto;max-width:1080px;display:flex;align-items:center;gap:.75rem;color:#8b005d;box-shadow:0 2px 8px #ff69b41f}.weekend-shipping-notice-banner .notice-icon{font-size:1.4rem;color:#ff1493}.weekend-shipping-notice-banner .notice-text{font-size:.88rem;font-weight:600;line-height:1.4}@media screen and (max-width:768px){.weekend-shipping-notice-banner{margin:.75rem 1rem;padding:.75rem 1rem;font-size:.82rem}}
