*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #1B3A5C;--navy-dark: #122840;--navy-light: #234a72;--gold: #C8922A;--gold-light: #e0a83a;--gold-pale: #fef5e4;--white: #ffffff;--off-white: #f7f8fa;--gray-100: #f1f3f5;--gray-200: #e9ecef;--gray-300: #dee2e6;--gray-500: #adb5bd;--gray-700: #495057;--gray-900: #212529;--red: #e53935;--green: #2e7d32;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.14);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 999px;--transition: .2s ease;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--container: 1280px;--header-h: 60px;--cat-bar-h: 44px}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--gray-900);background:var(--off-white);line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:var(--font)}input,select,textarea{font-family:var(--font)}.container{max-width:var(--container);margin:0 auto;padding:0 16px}.site-header{background:var(--navy);position:sticky;top:0;z-index:1000;box-shadow:var(--shadow-md)}.header-top{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 16px;max-width:var(--container);margin:0 auto}.header-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.header-logo img{height:40px;width:auto;object-fit:contain}.header-logo span{font-size:1.3rem;font-weight:800;color:var(--white);letter-spacing:-.02em}.header-logo span em{color:var(--gold);font-style:normal}.header-search{flex:1;max-width:780px;position:relative;margin:0 auto}.header-search form{display:flex}.header-search input{flex:1;height:42px;padding:0 16px;border:2px solid transparent;border-radius:var(--radius-full) 0 0 var(--radius-full);font-size:.9rem;background:var(--white);outline:none;transition:border-color var(--transition)}.header-search input:focus{border-color:var(--gold)}.header-search button{height:42px;padding:0 20px;background:var(--gold);color:var(--white);border-radius:0 var(--radius-full) var(--radius-full) 0;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:6px;transition:background var(--transition)}.header-search button:hover{background:var(--gold-light)}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-action-btn{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 12px;color:var(--white);border-radius:var(--radius-sm);transition:background var(--transition);font-size:.7rem;font-weight:500}.header-action-btn:hover{background:#ffffff1f}.header-action-btn svg{width:22px;height:22px}.cart-btn{position:relative}.cart-badge{position:absolute;top:-6px;right:-8px;background:var(--gold);color:var(--white);font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;padding:0 4px;z-index:2}.category-bar{background:var(--navy-dark);border-top:1px solid rgba(255,255,255,.08)}.category-bar-inner{display:flex;align-items:center;height:var(--cat-bar-h);max-width:var(--container);margin:0 auto;padding:0 16px;gap:4px;overflow-x:auto;scrollbar-width:none}.category-bar-inner::-webkit-scrollbar{display:none}.cat-link{white-space:nowrap;padding:6px 14px;border-radius:var(--radius-full);font-size:.82rem;font-weight:500;color:#fffc;transition:all var(--transition);flex-shrink:0}.cat-link:hover,.cat-link.active{background:var(--gold);color:var(--white)}.hero-section{background:var(--white);overflow:hidden}.hero-slider{position:relative}.hero-slide{display:none;position:relative;min-height:400px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 60%,#1a4a72 100%);align-items:center;overflow:hidden}.hero-slide.active{display:flex}.hero-slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-content{position:relative;z-index:2;padding:60px 40px;max-width:55%}.hero-badge{display:inline-block;background:var(--gold);color:var(--white);font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.hero-title{font-size:clamp(1.8rem,3.5vw,3rem);font-weight:800;color:var(--white);line-height:1.15;margin-bottom:12px;letter-spacing:-.02em}.hero-title span{color:var(--gold)}.hero-subtitle{font-size:1rem;color:#ffffffbf;margin-bottom:28px;line-height:1.6}.hero-cta{display:flex;gap:12px;flex-wrap:wrap}.hero-image{position:absolute;right:0;bottom:0;height:100%;width:45%;object-fit:cover;object-position:center top;opacity:.85;mask-image:linear-gradient(to right,transparent,black 40%);-webkit-mask-image:linear-gradient(to right,transparent,black 40%)}.hero-dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.hero-dot{width:8px;height:8px;border-radius:var(--radius-full);background:#fff6;transition:all var(--transition);cursor:pointer}.hero-dot.active{background:var(--gold);width:24px}.section{padding:32px 0}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.section-title{font-size:1.25rem;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:10px}.section-title:before{content:"";width:4px;height:22px;background:var(--gold);border-radius:var(--radius-full);display:block}.section-link{font-size:.85rem;font-weight:600;color:var(--gold);display:flex;align-items:center;gap:4px;transition:gap var(--transition)}.section-link:hover{gap:8px}.category-tiles{background:var(--white)}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px}.category-tile{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 12px;background:var(--off-white);border-radius:var(--radius-md);border:1px solid var(--gray-200);transition:all var(--transition);cursor:pointer;text-align:center}.category-tile:hover{border-color:var(--gold);background:var(--gold-pale);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.category-tile-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--navy),var(--navy-light));border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.category-tile-icon svg{width:26px;height:26px;display:block}.category-tile-name{font-size:.85rem;font-weight:600;color:var(--gray-700);line-height:1.3}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.product-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-200);overflow:hidden;transition:all var(--transition);display:flex;flex-direction:column;position:relative}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:var(--gray-300)}.product-card__badge{position:absolute;top:10px;left:10px;z-index:2;display:flex;flex-direction:column;gap:4px}.badge{font-size:.68rem;font-weight:700;padding:3px 8px;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em}.badge-sale{background:var(--red);color:var(--white)}.badge-new{background:var(--navy);color:var(--white)}.product-card__wishlist{position:absolute;top:10px;right:10px;z-index:2;width:30px;height:30px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);transition:all var(--transition);opacity:0}.product-card:hover .product-card__wishlist{opacity:1}.product-card__wishlist:hover{background:var(--red);color:var(--white)}.product-card__wishlist svg{width:14px;height:14px}.product-card__image-wrap{aspect-ratio:1;overflow:hidden;background:var(--gray-100)}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image-wrap img{transform:scale(1.06)}.product-card__body{padding:12px;flex:1;display:flex;flex-direction:column;gap:6px}.product-card__title{font-size:.85rem;font-weight:500;color:var(--gray-900);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{display:flex;align-items:center;gap:8px;margin-top:auto}.price-current{font-size:1rem;font-weight:700;color:var(--navy)}.price-compare{font-size:.8rem;color:var(--gray-500);text-decoration:line-through}.price-saving{font-size:.72rem;font-weight:600;color:var(--red)}.product-card__footer{padding:0 12px 12px}.btn-add-cart{width:100%;height:38px;background:var(--navy);color:var(--white);border-radius:var(--radius-sm);font-size:.82rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;transition:background var(--transition)}.btn-add-cart:hover{background:var(--gold)}.btn-add-cart svg{width:15px;height:15px}.promo-strip{background:linear-gradient(90deg,var(--navy) 0%,var(--navy-light) 50%,var(--navy) 100%);padding:14px 0}.promo-strip-inner{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.promo-item{display:flex;align-items:center;gap:8px;color:var(--white);font-size:.85rem;font-weight:500}.promo-item svg{width:18px;height:18px;color:var(--gold);flex-shrink:0}.deal-section{background:var(--white)}.deal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.deal-timer{display:flex;align-items:center;gap:8px}.deal-timer-label{font-size:.82rem;color:var(--gray-700);font-weight:500}.timer-block{display:flex;align-items:center;gap:4px}.timer-unit{background:var(--navy);color:var(--white);font-size:1rem;font-weight:700;padding:6px 10px;border-radius:var(--radius-sm);min-width:40px;text-align:center;font-variant-numeric:tabular-nums}.timer-sep{font-weight:700;color:var(--navy);font-size:1rem}.collection-banners{background:var(--white)}.banners-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.banner-card{border-radius:var(--radius-lg);overflow:hidden;position:relative;min-height:180px;display:flex;align-items:flex-end;cursor:pointer;background:linear-gradient(135deg,var(--navy-light) 0%,var(--navy-dark) 100%);transition:all var(--transition)}.banner-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.banner-card.large{grid-row:span 2;min-height:374px}.banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%;transition:transform .4s ease}.banner-card:hover .banner-bg{transform:scale(1.04)}.banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(27,58,92,.85) 0%,rgba(27,58,92,.2) 60%,transparent 100%)}.banner-content{position:relative;z-index:2;padding:20px;color:var(--white)}.banner-tag{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:4px}.banner-title{font-size:1.2rem;font-weight:700;line-height:1.2;margin-bottom:8px}.banner-cta{display:inline-flex;align-items:center;gap:4px;font-size:.8rem;font-weight:600;color:var(--gold);border-bottom:1px solid rgba(200,146,42,.4);padding-bottom:1px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 24px;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;transition:all var(--transition);cursor:pointer;white-space:nowrap}.btn-primary{background:var(--white);color:var(--navy)}.btn-primary:hover{background:var(--gold-pale)}.btn-accent{background:var(--gold);color:var(--white)}.btn-accent:hover{background:var(--gold-light)}.btn-navy{background:var(--navy);color:var(--white)}.btn-navy:hover{background:var(--navy-light)}.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.4)}.btn-outline:hover{border-color:var(--white);background:#ffffff1a}.btn-full{width:100%}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1100;opacity:0;pointer-events:none;transition:opacity var(--transition)}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:380px;max-width:100vw;background:var(--white);z-index:1200;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s var(--ease);--ease: cubic-bezier(.32, .72, 0, 1);box-shadow:var(--shadow-lg)}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--gray-200);background:var(--navy);color:var(--white)}.cart-drawer__header h3{font-size:1rem;font-weight:600}.cart-drawer__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--white);background:#ffffff26;transition:background var(--transition)}.cart-drawer__close:hover{background:#ffffff40}.cart-drawer__items{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.cart-item{display:flex;gap:12px;padding:12px;background:var(--off-white);border-radius:var(--radius-md)}.cart-item__img{width:70px;height:70px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}.cart-item__info{flex:1}.cart-item__title{font-size:.82rem;font-weight:500;margin-bottom:4px;line-height:1.4}.cart-item__price{font-size:.9rem;font-weight:700;color:var(--navy)}.cart-item__remove{font-size:.72rem;color:var(--red);cursor:pointer;margin-top:4px;display:block}.cart-drawer__footer{padding:16px 20px;border-top:1px solid var(--gray-200);display:flex;flex-direction:column;gap:10px}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:600;font-size:1rem;padding-bottom:8px}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--gray-500);text-align:center;padding:40px 20px}.cart-empty svg{width:60px;height:60px;opacity:.3}.site-footer{background:var(--navy-dark);color:#ffffffbf;margin-top:48px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding:48px 0 32px}.footer-brand .footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer-brand .footer-logo img{height:40px}.footer-brand .footer-logo span{font-size:1.2rem;font-weight:800;color:var(--white)}.footer-brand .footer-logo span em{color:var(--gold);font-style:normal}.footer-desc{font-size:.85rem;line-height:1.7;margin-bottom:20px}.footer-socials{display:flex;gap:10px}.social-btn{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:var(--white);transition:background var(--transition)}.social-btn:hover{background:var(--gold)}.social-btn svg{width:16px;height:16px}.footer-col-title{font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:16px;text-transform:uppercase;letter-spacing:.08em}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:.85rem;transition:color var(--transition)}.footer-links a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:.8rem}.payment-icons{display:flex;gap:8px;align-items:center}.payment-icon{background:var(--white);border-radius:4px;padding:3px 8px;font-size:.65rem;font-weight:700;color:var(--navy)}.product-page{background:var(--white);padding:32px 0}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.product-gallery{position:sticky;top:calc(var(--header-h) + var(--cat-bar-h) + 16px)}.product-main-img{border-radius:var(--radius-lg);overflow:hidden;background:var(--gray-100);aspect-ratio:1}.product-main-img img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.product-thumb{width:70px;height:70px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color var(--transition)}.product-thumb.active,.product-thumb:hover{border-color:var(--gold)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:20px}.product-breadcrumb{font-size:.8rem;color:var(--gray-500);display:flex;align-items:center;gap:6px}.product-title{font-size:1.6rem;font-weight:700;color:var(--navy);line-height:1.3}.product-price-row{display:flex;align-items:baseline;gap:12px}.product-price-main{font-size:2rem;font-weight:800;color:var(--navy)}.product-price-compare{font-size:1.1rem;color:var(--gray-500);text-decoration:line-through}.product-savings-badge{background:var(--red);color:var(--white);font-size:.8rem;font-weight:700;padding:3px 10px;border-radius:var(--radius-full)}.product-divider{border:none;border-top:1px solid var(--gray-200)}.product-description{font-size:.9rem;color:var(--gray-700);line-height:1.8}.product-actions{display:flex;gap:10px}.product-actions .btn{flex:1;height:50px;font-size:1rem}.collection-header{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);padding:40px 0;color:var(--white);margin-bottom:32px}.collection-header h1{font-size:2rem;font-weight:800;margin-bottom:8px}.collection-header p{color:#ffffffb3;font-size:.95rem}.collection-layout{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:start}.filter-sidebar{background:var(--white);border-radius:var(--radius-md);padding:20px;border:1px solid var(--gray-200);position:sticky;top:calc(var(--header-h) + var(--cat-bar-h) + 16px)}.filter-group{margin-bottom:24px}.filter-group-title{font-size:.85rem;font-weight:700;color:var(--navy);margin-bottom:12px;text-transform:uppercase;letter-spacing:.06em}.sort-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;background:var(--white);padding:12px 16px;border-radius:var(--radius-md);border:1px solid var(--gray-200)}.sort-bar select{border:1px solid var(--gray-300);border-radius:var(--radius-sm);padding:6px 10px;font-size:.85rem;outline:none}.breadcrumb{font-size:.8rem;color:var(--gray-500);display:flex;align-items:center;gap:6px;padding:12px 0;flex-wrap:wrap}.breadcrumb a:hover{color:var(--gold)}.breadcrumb-sep{color:var(--gray-300)}.announcement-bar{background:var(--gold);color:var(--white);text-align:center;padding:8px 16px;font-size:.82rem;font-weight:600;letter-spacing:.02em}.newsletter-section{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);padding:60px 0;text-align:center;color:var(--white)}.newsletter-title{font-size:1.8rem;font-weight:800;margin-bottom:8px}.newsletter-sub{color:#ffffffb3;margin-bottom:28px}.newsletter-form{display:flex;max-width:480px;margin:0 auto;gap:0}.newsletter-form input{flex:1;height:48px;padding:0 18px;border:none;border-radius:var(--radius-sm) 0 0 var(--radius-sm);font-size:.9rem;outline:none}.newsletter-form button{height:48px;padding:0 24px;background:var(--gold);color:var(--white);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-weight:700;font-size:.9rem;transition:background var(--transition);white-space:nowrap}.newsletter-form button:hover{background:var(--gold-light)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}.toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px}.toast{background:var(--navy);color:var(--white);padding:12px 20px;border-radius:var(--radius-md);font-size:.85rem;font-weight:500;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:10px;animation:slideInRight .3s ease;max-width:320px}.toast.success{border-left:3px solid var(--gold)}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}html,body{max-width:100%;overflow-x:hidden}@media(max-width:768px){.header-top{height:auto;padding:12px 16px;flex-wrap:wrap;gap:12px}.header-logo{order:1}.header-actions{order:2;margin-left:auto}.header-search{order:3;flex:0 0 100%;max-width:100%;margin:0}.header-search input,.header-search button{height:38px}.header-actions .header-action-btn span{display:none}.hero-content{max-width:100%;padding:40px 20px}.hero-image{display:none}.banners-grid{grid-template-columns:1fr}.banner-card.large{min-height:200px}.footer-top{grid-template-columns:1fr 1fr}.product-layout,.collection-layout{grid-template-columns:1fr}.filter-sidebar{display:none}.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.promo-strip-inner{gap:20px}.footer-bottom{flex-direction:column;text-align:center}}@media(max-width:480px){.categories-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.hero-title{font-size:1.5rem}.footer-top{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/ezze-theme.css.map */
