*{box-sizing:border-box;margin:0;padding:0}:root{--teal:#1a5f5e;--teal-dark:#0d3d3c;--teal-light:#2a8a88;--teal-pale:#e8f4f3;--teal-mid:#c5e8e7;--cream:#f7f3eb;--cream-dark:#ede8dc;--text:#1a1a1a;--muted:#6b7280;--border:#dde8e7;--white:#ffffff;--accent:#e8521a;--gold:#c9941a}body{font-family:DM Sans,sans-serif;background:var(--cream);color:var(--text);min-height:100vh}.announcement-bar{background:var(--teal-dark);color:#ffffffe6;text-align:center;padding:.45rem 1rem;font-size:.82rem;font-weight:500;letter-spacing:.3px}.site-header{background:var(--teal-dark);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #00000026}.header-main{display:flex;align-items:center;gap:1rem;padding:.7rem 2rem}.logo-wrap{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:0}.logo-img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3)}.logo-placeholder{width:42px;height:42px;border-radius:50%;background:var(--teal-pale);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--teal-dark);font-size:.9rem;border:2px solid rgba(255,255,255,.3)}.logo-text{color:var(--white);font-family:Playfair Display,serif;font-size:1.1rem;line-height:1.1}.logo-text span{display:block;font-size:.65rem;font-weight:400;letter-spacing:2px;color:#ffffffb3;font-family:DM Sans,sans-serif}.search-wrap{flex:1;display:flex;align-items:center;background:var(--white);border-radius:50px;overflow:hidden;border:2px solid transparent;transition:border .2s;max-width:600px}.search-wrap:focus-within{border-color:var(--gold)}.search-wrap select{padding:.6rem .8rem;border:none;border-right:1px solid var(--border);background:var(--cream-dark);font-family:inherit;font-size:.8rem;color:var(--text);cursor:pointer}.search-wrap input{flex:1;padding:.6rem 1rem;border:none;font-family:inherit;font-size:.95rem;background:transparent}.search-wrap input:focus{outline:none}.search-wrap button{padding:.6rem 1.2rem;background:var(--gold);border:none;cursor:pointer;color:var(--white);display:flex;align-items:center;transition:background .2s}.search-wrap button:hover{background:#a87a12}.header-actions{display:flex;align-items:center;gap:.8rem;flex-shrink:0}.icon-btn{background:none;border:none;cursor:pointer;color:var(--white);display:flex;flex-direction:column;align-items:center;gap:2px;font-size:.65rem;padding:.4rem;border-radius:8px;transition:background .2s;position:relative;text-decoration:none}.icon-btn:hover{background:#ffffff1a}.icon-btn svg{width:22px;height:22px}.cart-badge{position:absolute;top:0;right:0;background:var(--accent);color:#fff;border-radius:50%;width:16px;height:16px;font-size:.6rem;display:flex;align-items:center;justify-content:center;font-weight:700}.header-divider{height:1px;background:#ffffff26}.nav-cats{background:var(--teal);padding:.6rem 2rem;overflow-x:auto;scrollbar-width:none;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.1)}.nav-cats::-webkit-scrollbar{display:none}.cat-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 1rem;border-radius:50px;color:#ffffffd9;font-size:.85rem;font-weight:500;cursor:pointer;border:1px solid rgba(255,255,255,.2);margin-right:.5rem;transition:all .2s;background:transparent;text-decoration:none;white-space:nowrap}.cat-pill:hover,.cat-pill.active{background:#fff3;color:var(--white);border-color:#ffffff80}.hero-banner{background:linear-gradient(135deg,var(--teal-dark) 0%,var(--teal) 60%,var(--teal-light) 100%);padding:2.5rem 2rem;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative}.hero-banner:after{content:"";position:absolute;right:-50px;top:-50px;width:300px;height:300px;border-radius:50%;background:#ffffff0d}.hero-content{color:var(--white);max-width:500px;position:relative;z-index:1}.hero-content h1{font-family:Playfair Display,serif;font-size:2.2rem;line-height:1.2;margin-bottom:.8rem}.hero-content p{opacity:.85;margin-bottom:1.5rem;font-size:1rem}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);color:var(--teal-dark);padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;border:none;font-family:inherit;font-size:.95rem;transition:transform .2s;text-decoration:none}.hero-cta:hover{transform:translateY(-2px)}.hero-ship-icon{opacity:.15;position:absolute;right:1rem;font-size:8rem;color:#fff}.deals-bar{background:var(--white);display:flex;gap:0;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid var(--border)}.deals-bar::-webkit-scrollbar{display:none}.deal-item{flex:0 0 auto;padding:.8rem 1.5rem;text-align:center;border-right:1px solid var(--border);min-width:140px}.deal-label{font-size:.75rem;color:var(--muted);font-weight:500;letter-spacing:.5px}.deal-val{font-size:1.1rem;font-weight:700;color:var(--accent)}.section{padding:1.5rem 2rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.section-header h2{font-family:Playfair Display,serif;font-size:1.4rem;color:var(--teal-dark)}.see-all{background:none;border:1.5px solid var(--teal);color:var(--teal);padding:.4rem 1rem;border-radius:50px;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .2s;text-decoration:none}.see-all:hover{background:var(--teal);color:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.product-card{background:var(--white);border-radius:16px;overflow:hidden;border:1px solid var(--border);cursor:pointer;transition:all .25s;position:relative}.product-card a{text-decoration:none;color:inherit;display:block}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #1a5f5e26;border-color:var(--teal-mid)}.product-img{width:100%;height:180px;object-fit:contain;background:var(--cream);padding:1rem}.product-info{padding:.9rem}.product-badge{position:absolute;top:.7rem;left:.7rem;background:var(--accent);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:6px}.product-wishlist{position:absolute;top:.7rem;right:.7rem;background:#fff;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);transition:all .2s;font-size:1rem;z-index:1}.product-wishlist:hover,.product-wishlist.active{color:var(--accent);border-color:var(--accent)}.product-name{font-size:.9rem;font-weight:500;margin-bottom:.3rem;line-height:1.4;color:var(--text)}.product-meta{font-size:.78rem;color:var(--muted);margin-bottom:.3rem}.product-price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin:.5rem 0}.price-current{font-size:1.1rem;font-weight:700;color:var(--teal-dark)}.price-old{font-size:.82rem;color:var(--muted);text-decoration:line-through}.price-off{font-size:.78rem;color:var(--accent);font-weight:600}.stars{display:flex;align-items:center;gap:3px;margin-bottom:.4rem}.star{color:var(--gold);font-size:.85rem}.star-count{font-size:.75rem;color:var(--muted)}.btn-add-cart{width:100%;padding:.55rem;background:var(--teal);color:#fff;border:none;border-radius:8px;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;margin-top:.7rem;transition:background .2s}.btn-add-cart:hover{background:var(--teal-dark)}.add-to-cart-form{margin:0}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1.5px solid var(--border);display:flex;z-index:99;box-shadow:0 -4px 20px #0000001a}.nav-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:.7rem .5rem;cursor:pointer;color:var(--muted);font-size:.7rem;font-weight:500;border:none;background:none;font-family:inherit;transition:all .2s;border-top:2px solid transparent;text-decoration:none;position:relative}.nav-tab.active{color:var(--teal);border-top-color:var(--teal)}.nav-tab svg{width:22px;height:22px}body{padding-bottom:70px}#product-detail-page{background:var(--cream);min-height:100vh}.detail-layout{padding:1rem}.product-detail-img-wrap{background:var(--white);padding:1.5rem;text-align:center;border-radius:12px;border:1px solid var(--border);margin-bottom:.8rem}.product-detail-img-wrap img{max-height:300px;object-fit:contain;width:100%}.thumbnails{display:flex;gap:.5rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}.thumb{width:56px;height:56px;border-radius:8px;object-fit:contain;border:2px solid var(--border);background:var(--cream);cursor:pointer;padding:4px;transition:border .2s}.thumb.active{border-color:var(--teal)}.product-detail-info,.order-section,.variants-section{padding:1.2rem;background:var(--white);border-radius:12px;border:1px solid var(--border);margin-bottom:.8rem}.product-detail-info h1{font-family:Playfair Display,serif;font-size:1.4rem;margin-bottom:.5rem;color:var(--teal-dark)}.variants-section h3{font-size:1rem;font-weight:600;color:var(--teal-dark);margin-bottom:.8rem}.variant-label{font-size:.85rem;font-weight:500;color:var(--muted);margin-bottom:.5rem;display:block}.color-options{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.color-opt{width:30px;height:30px;border-radius:50%;cursor:pointer;border:3px solid transparent;transition:border .2s}.color-opt.active{border-color:var(--teal-dark);transform:scale(1.15)}.size-options{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.size-opt{padding:.4rem .9rem;border:1.5px solid var(--border);border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s;background:var(--white)}.size-opt.active{border-color:var(--teal);background:var(--teal-pale);color:var(--teal-dark)}.delivery-info{background:var(--teal-pale);border-radius:10px;padding:.8rem 1rem;margin-bottom:1rem;font-size:.88rem}.delivery-info strong{color:var(--teal-dark)}.action-buttons{display:flex;gap:.8rem}.btn-cart{flex:1;padding:.8rem;background:var(--gold);color:#fff;border:none;border-radius:12px;font-family:inherit;font-weight:600;cursor:pointer;font-size:.95rem;transition:background .2s}.btn-cart:hover{background:#a87a12}.btn-buy{flex:1;padding:.8rem;background:var(--teal);color:#fff;border:none;border-radius:12px;font-family:inherit;font-weight:600;cursor:pointer;font-size:.95rem;transition:background .2s;text-decoration:none;display:flex;align-items:center;justify-content:center}.btn-buy:hover{background:var(--teal-dark)}.share-btn{padding:.8rem 1rem;background:var(--white);border:1.5px solid var(--border);border-radius:12px;cursor:pointer;font-size:1.1rem;transition:border .2s}.share-btn:hover{border-color:var(--teal)}.qty-ctrl{display:flex;align-items:center;gap:.5rem}.qty-btn{width:26px;height:26px;border:1.5px solid var(--border);border-radius:6px;background:var(--cream);cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;font-weight:700;text-decoration:none;color:var(--text);transition:border .2s}.qty-btn:hover{border-color:var(--teal)}.qty-display{width:30px;text-align:center;font-weight:600;font-size:.9rem}.cart-layout{display:block}.cart-item{background:var(--white);border-radius:12px;padding:1rem;margin-bottom:.8rem;display:flex;gap:1rem;align-items:center;border:1px solid var(--border)}.cart-item img{width:70px;height:70px;object-fit:contain;background:var(--cream);border-radius:8px;padding:5px;flex-shrink:0}.cart-item-info{flex:1}.cart-item-info h4{font-size:.9rem;font-weight:500;margin-bottom:.3rem}.cart-item-info .meta{font-size:.8rem;color:var(--muted)}.cart-item-price{font-weight:700;color:var(--teal-dark)}.cart-summary{background:var(--white);border-radius:12px;padding:1.2rem;border:1px solid var(--border)}.summary-row{display:flex;justify-content:space-between;margin-bottom:.7rem;font-size:.9rem}.summary-row.total{font-weight:700;font-size:1.1rem;border-top:1px solid var(--border);padding-top:.7rem;margin-top:.3rem;color:var(--teal-dark)}.btn-checkout{width:100%;padding:1rem;background:var(--accent);color:#fff;border:none;border-radius:12px;font-family:inherit;font-weight:700;font-size:1rem;cursor:pointer;margin-top:1rem;transition:background .2s;display:block;text-align:center;text-decoration:none}.btn-checkout:hover{background:#c44010}.order-card{background:var(--white);border-radius:12px;padding:1.2rem;margin-bottom:1rem;border:1px solid var(--border)}.order-status{display:inline-block;padding:.3rem .8rem;border-radius:50px;font-size:.78rem;font-weight:600}.status-paid,.status-delivered{background:#d1fae5;color:#065f46}.status-pending,.status-processing{background:#fef3c7;color:#92400e}.status-refunded,.status-cancelled{background:#fee2e2;color:#991b1b}.about-hero{background:var(--teal-dark);color:#fff;padding:2rem;text-align:center}.about-hero h1{font-family:Playfair Display,serif;font-size:1.8rem;margin-bottom:.5rem}.about-card{background:var(--white);border-radius:12px;padding:1.2rem;margin:1rem 1.5rem;border:1px solid var(--border)}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.85rem;font-weight:500;color:var(--teal-dark);margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:10px;font-family:inherit;font-size:.95rem;background:var(--cream);transition:border .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--teal-light);background:var(--white)}.btn-primary{width:100%;padding:.85rem;background:var(--teal);color:var(--white);border:none;border-radius:12px;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.5rem}.btn-primary:hover{background:var(--teal-dark)}.divider{display:flex;align-items:center;gap:.8rem;margin:1rem 0;color:var(--muted);font-size:.85rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;flex-wrap:wrap}.pagination a,.pagination span{padding:.5rem .9rem;border-radius:8px;border:1.5px solid var(--border);font-size:.88rem;text-decoration:none;color:var(--teal);transition:all .2s}.pagination a:hover,.pagination .current{background:var(--teal);color:#fff;border-color:var(--teal)}.site-footer{background:var(--teal-dark);color:#ffffffd9;padding:2rem 2rem 0}.footer-inner{max-width:1200px;margin:0 auto}.footer-brand{margin-bottom:1.5rem}.footer-tagline{font-size:.85rem;opacity:.7;margin-top:.3rem}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.footer-col h4{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:.8rem}.footer-col a,.footer-col p{display:block;font-size:.82rem;opacity:.75;text-decoration:none;color:inherit;margin-bottom:.3rem;line-height:1.5;transition:opacity .2s}.footer-col a:hover{opacity:1}.payment-icons{display:flex;flex-wrap:wrap;gap:.4rem}.pay-badge{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:.3rem .6rem;font-size:.78rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1rem 0;text-align:center;font-size:.8rem;opacity:.6;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.toast{position:fixed;bottom:90px;left:50%;transform:translate(-50%) translateY(20px);background:var(--teal-dark);color:#fff;padding:.7rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:500;z-index:9999;opacity:0;transition:all .3s;pointer-events:none;white-space:nowrap}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}@media(min-width:769px){.bottom-nav{display:none}body{padding-bottom:0}.toast{bottom:2rem}.header-main{padding:.8rem 3rem}.search-wrap{max-width:700px}.nav-cats{padding:.6rem 3rem}.hero-banner{padding:3rem}.hero-content h1{font-size:2.8rem}.hero-ship-icon{font-size:12rem}.section{padding:2rem 3rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.2rem}.product-img{height:200px}.detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem 3rem;max-width:1200px;margin:0 auto;align-items:start}.detail-left{position:sticky;top:80px}.cart-layout{max-width:900px;margin:0 auto;padding:0;display:grid;grid-template-columns:1fr 340px;gap:2rem}.footer-grid{grid-template-columns:repeat(4,1fr)}.footer-inner{padding:0}.about-card{margin:1rem 0}#about-page .section,.about-card,.about-hero{max-width:900px;margin-left:auto;margin-right:auto}}@media(min-width:1200px){.header-main,.nav-cats,.section{padding-left:4rem;padding-right:4rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}}@media(max-width:480px){.header-main{padding:.6rem .8rem;gap:.6rem}.logo-text{font-size:.95rem}.logo-img,.logo-placeholder{width:36px;height:36px}.search-wrap select{display:none}.hero-banner{padding:1.5rem 1rem}.hero-content h1{font-size:1.5rem}.hero-cta{font-size:.85rem;padding:.6rem 1rem}.section{padding:1rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.product-img{height:140px}.product-info{padding:.6rem}.product-name{font-size:.82rem}.section-header h2{font-size:1.1rem}.nav-cats{padding:.5rem .8rem}.cat-pill{font-size:.78rem;padding:.35rem .7rem}.deals-bar .deal-item{min-width:120px;padding:.6rem 1rem}.footer-grid{grid-template-columns:1fr 1fr}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/younited.css.map */
