.navbar{width:92.8vw;height:60px;object-fit:cover;background:#d9a8ac;display:flex;align-items:center;justify-content:center;padding:0 40px;position:absolute;top:0;z-index:1000;font-family:Cormorant Garamond,serif;font-size:18px}.nav-links-left,.nav-links-right{display:flex;gap:35px;list-style:none}.web-logo{font-size:30px;font-weight:500;letter-spacing:2px}.nav-links-left li a,.nav-links-right li a,.web-logo,.icons .icon{text-decoration:none;color:#3d2c30;transition:all .3s ease}.nav-links-left li a:hover,.nav-links-right li a:hover,.icons .icon:hover{opacity:.6}.navbar>*{flex:1;display:flex;justify-content:center}.navbar div{justify-content:center}.icons{display:flex;gap:20px;font-size:20px;justify-content:flex-end}.nav-links-left{justify-content:flex-start}.nav-links-right{justify-content:flex-end}.hero{position:relative;display:flex;align-items:center;justify-content:flex-start;height:70vh;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;filter:brightness(90%);position:absolute;top:0;left:0;z-index:0}.hero-content{position:relative;z-index:1;max-width:600px;margin-left:80px;color:#3e1e1e}.hero h1{font-size:3rem;font-weight:600;margin-bottom:15px}.subtext{font-size:1.2rem;margin-bottom:25px;color:#633d3d}.hero-btn{background:none;border:1px solid #633d3d;color:#633d3d;padding:10px 25px;font-size:1rem;cursor:pointer;border-radius:25px;transition:.3s}.hero-btn:hover{background-color:#633d3d;color:#fff}.catalog{display:flex;justify-content:center;gap:30px;padding:40px 60px;flex-wrap:wrap}.filter-sidebar{width:250px;background:#ffe6eb;padding:20px;border-radius:10px;box-shadow:0 2px 6px #0000001a;height:fit-content}.filter-sidebar h3{margin-bottom:15px;font-size:1.2rem;border-bottom:2px solid #f4b6c2;padding-bottom:5px}.filter-group{margin-bottom:20px}.filter-group h4{font-size:1rem;margin-bottom:8px}.filter-group label{display:block;margin-bottom:5px;font-size:.9rem}.product-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.product-card{background:#fff;border-radius:10px;box-shadow:0 2px 6px #0000001a;text-align:center;padding:15px;transition:transform .2s ease}.product-card:hover{transform:translateY(-5px)}.product-card img{width:100%;height:220px;object-fit:cover;border-radius:8px;margin-bottom:10px}.product-card h4{margin:8px 0;font-size:1.1rem}.product-card p{color:#d6336c;font-weight:700}.product-card button{background-color:#f4b6c2;border:none;padding:8px 12px;border-radius:8px;cursor:pointer;margin-top:8px;transition:.3s}.product-card button:hover{background-color:#f08080;color:#fff}.footer{display:flex;justify-content:space-evenly;align-items:flex-start;padding:60px;color:#3e1e1e;flex-wrap:wrap;z-index:2;position:relative}.footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:70vw;height:2px;background-color:#000}.footer-col h4{margin-bottom:10px;font-family:Playfair Display,serif}.footer-col p{font-size:13px;margin:5px 0}.contact-wrapper{height:100vh;width:100%;background:#ffd3dd91;display:flex;justify-content:center;align-items:center;padding:40px 20px}.contact-card{width:950px;background:#fff;border-radius:18px;box-shadow:0 5px 30px #0000001a;display:flex;overflow:hidden;position:relative;z-index:1}.contact-info{width:40%;background:#ffe6ee;padding:30px 25px;text-align:center;position:relative;z-index:2}.contact-info img{width:100%;height:180px;object-fit:cover;border-radius:14px;margin-bottom:20px;pointer-events:auto;cursor:pointer}.contact-info h2{margin-bottom:8px;font-weight:600}.contact-info p{font-size:14px;color:#555;margin-bottom:20px}.info-item{background:#fff;padding:12px;margin-bottom:10px;border-radius:10px;font-size:14px;color:#444;box-shadow:0 2px 8px #0000001a;pointer-events:auto}.contact-form-area{width:60%;padding:40px 35px;position:relative;z-index:3}.contact-form-area h1{margin-bottom:25px;font-size:32px}.field-row{display:flex;gap:15px;margin-bottom:20px}input,textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #ccc;outline:none;font-size:15px;background:#fff;pointer-events:auto;cursor:text}input:focus,textarea:focus{border-color:#ff5c8d;box-shadow:0 0 5px #ff5c8d4d}textarea{resize:none;margin-bottom:20px}.send-btn{width:100%;padding:14px;border:none;border-radius:10px;background:#ff5c8d;color:#fff;font-size:18px;cursor:pointer;transition:.3s}.send-btn:hover{background:#e24c7a;transform:translateY(-2px)}@media(max-width:900px){.contact-card{flex-direction:column;width:100%}.contact-info,.contact-form-area{width:100%}.field-row{flex-direction:column}}.login-page{display:flex;height:100vh;width:100%;background:#ffe6eb}.left-section{flex:1;display:flex;justify-content:center;align-items:center;overflow:hidden}.astro-img{width:100%;height:100%;object-fit:cover;pointer-events:none;display:block}.left-section h2{font-size:24px;color:#ffe6eb}.left-section p{width:70%;color:#ffe6eb;font-size:14px}.right-section{flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:10}.login-box{width:75%;max-width:380px;padding:35px;z-index:20}.login-box h1{text-align:center;color:#3e1e1e;font-weight:500;z-index:10000}.subtitle{text-align:center;font-size:14px;color:gray;margin-bottom:20px}.login-box input{width:100%;padding:12px;margin-bottom:15px;border-radius:6px;border:1px solid #d6c2e2}.login-btn{width:100%;padding:12px;background:#d9a8ac;color:#3e1e1e;border-radius:6px;border:none;margin-top:10px;cursor:pointer;font-size:16px}.login-btn:hover{background:#d9a8ac}.social-login{margin-top:20px;display:flex;gap:10px}.google-btn,.fb-btn{flex:1;padding:10px;border-radius:6px;border:none;cursor:pointer;background:#f6b7c4}.google-btn:hover,.fb-btn:hover{background:#e59fad}.signup-text{margin-top:20px;text-align:center}.signup-text a{color:#3e1e1e;font-weight:700}.cart-wrapper{display:flex;gap:25px;padding:30px 40px;background:#f7e9e4;min-height:90vh}.cart-left{width:65%}.cart-title{font-size:24px;margin-bottom:20px;color:#333}.cart-items{display:flex;flex-direction:column;gap:20px}.cart-item{background:#fff;padding:20px;display:flex;gap:20px;border-radius:12px;box-shadow:0 2px 10px #0000001f}.cart-img{width:110px;height:110px;border-radius:10px;object-fit:cover}.cart-info{flex:1}.cart-name{font-size:18px;font-weight:600;color:#333}.cart-price{font-size:16px;font-weight:700;color:#e75757;margin-top:5px}.cart-actions{margin-top:15px;display:flex;align-items:center;gap:15px}.qty-btn{width:32px;height:32px;border:none;background:#f0f0f0;font-size:18px;border-radius:6px;cursor:pointer}.qty{font-size:16px;font-weight:600}.remove-btn{margin-left:auto;background:none;border:none;color:#d9534f;cursor:pointer;font-size:14px}.empty-cart{font-size:18px;color:#555}.cart-right{width:30%;background:#fff;padding:20px;height:fit-content;border-radius:12px;box-shadow:0 2px 10px #0000001f}.order-summary-box{margin-top:10px}.summary-row{display:flex;justify-content:space-between;padding:10px 0;font-size:16px}.total{font-weight:700;font-size:18px}.checkout-btn{margin-top:15px;width:100%;background:#ff6a00;border:none;color:#fff;padding:12px 0;border-radius:8px;font-size:16px;cursor:pointer}.app-bg{position:relative;min-height:100vh;width:100%;overflow-x:hidden;background-image:url(/assets/flowers-bg-Cp0-k_SL.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:absolute}.app-bg:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#ffffff40;z-index:0}section,footer,header,main{position:relative;z-index:1;background:transparent}
