:root{--accent: #111111;--accent-hover: #000000;--accent-text: #ffffff;--bg: #ffffff;--bg-alt: #f7f7f7;--border: #e0e0e0;--text-primary: #111111;--text-secondary: #555555;--text-muted: #999999;--nav-height: 60px;--nav-bottom-height: 44px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text-primary);overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{cursor:pointer}.announcement-bar{background:var(--accent);color:#fff;text-align:center;padding:8px 16px;font-size:13px;letter-spacing:.5px}.header-wrapper{position:fixed;top:0;width:100%;background:#fff;z-index:1000;box-shadow:0 1px 6px #00000014}.header-top{display:flex;justify-content:space-between;align-items:center;padding:0 40px;height:var(--nav-height);border-bottom:1px solid #f0f0f0}.header-logo{font-size:30px;font-weight:800;font-family:Georgia,serif;letter-spacing:-.5px;color:var(--text-primary);font-style:italic}.header-search{display:flex;border:1px solid #ddd;border-radius:2px;overflow:hidden;width:380px}.header-search input{width:100%;border:none;outline:none;padding:9px 14px;font-size:13px;color:#555}.header-search button{background:var(--accent);color:#fff;border:none;padding:0 16px;display:flex;align-items:center;justify-content:center}.header-icons{display:flex;align-items:center;gap:24px}.header-icons a,.header-icons button{background:none;border:none;font-size:14px;font-weight:500;color:#333;display:flex;align-items:center;gap:6px;position:relative}.badge{position:absolute;top:-6px;right:-8px;background:var(--accent);color:#fff;font-size:10px;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-weight:700}.header-nav{display:flex;gap:36px;padding:0 40px;height:var(--nav-bottom-height);align-items:center;border-bottom:1px solid #f0f0f0}.header-nav a{font-size:12px;font-weight:700;color:#333;letter-spacing:.5px;text-transform:uppercase}.header-nav a:hover{color:var(--accent)}.nav-dropdown{position:relative}.nav-dropdown-menu{position:absolute;top:100%;left:0;width:560px;background:#fff;border:1px solid #eee;border-radius:8px;padding:20px;display:none;grid-template-columns:repeat(3,1fr);gap:4px;box-shadow:0 8px 24px #0000001a;z-index:200}.nav-dropdown:hover .nav-dropdown-menu{display:grid}.nav-dropdown-menu a{padding:8px 10px;font-size:12px;font-weight:600;color:#444;border-radius:4px;letter-spacing:.3px}.nav-dropdown-menu a:hover{background:var(--bg-alt);color:var(--accent)}.page-content{padding-top:calc(var(--nav-height) + var(--nav-bottom-height) + 8px)}.hero{position:relative;width:100%;height:85vh;min-height:500px;overflow:hidden;background:#111}.hero img{width:100%;height:100%;object-fit:cover;opacity:.7}.hero-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 20px}.hero-content h1{font-size:clamp(32px,6vw,72px);font-weight:800;font-family:Georgia,serif;letter-spacing:-1px;margin-bottom:16px;line-height:1.1}.hero-content p{font-size:clamp(14px,2vw,18px);color:#ffffffd9;margin-bottom:32px;letter-spacing:1px}.btn-hero{background:#fff;color:#111;padding:14px 36px;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;border:none;border-radius:2px;transition:background .2s,color .2s}.btn-hero:hover{background:#111;color:#fff}.section-heading{display:flex;align-items:center;gap:16px;margin-bottom:32px}.section-heading-line{flex:1;height:1px;background:#e0e0e0}.section-heading-text{font-size:13px;letter-spacing:3px;color:#999;text-transform:uppercase;white-space:nowrap}.category-section{padding:60px 40px;max-width:1280px;margin:0 auto}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{position:relative;overflow:hidden;border-radius:4px;aspect-ratio:3/4;background:#f0f0f0}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover img{transform:scale(1.05)}.category-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:20px}.category-card-name{color:#fff;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}.category-card-btn{background:#fff;color:#111;padding:8px 20px;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;border:none;border-radius:2px;opacity:0;transform:translateY(10px);transition:all .3s ease}.category-card:hover .category-card-btn{opacity:1;transform:translateY(0)}.products-section{padding:60px 40px;max-width:1280px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;overflow:hidden;position:relative;cursor:pointer}.product-card-image{position:relative;overflow:hidden;background:#f9f9f9;aspect-ratio:1}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease}.product-card-image img.secondary{position:absolute;top:0;left:0;opacity:0}.product-card:hover .product-card-image img.secondary{opacity:1}.product-card:hover .product-card-image img.primary{opacity:0}.product-card-badge{position:absolute;top:12px;left:12px;background:var(--accent);color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:20px;z-index:1}.product-card-wishlist{position:absolute;top:10px;right:10px;background:#ffffffe6;border:none;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;z-index:1;box-shadow:0 2px 8px #0000001a;font-size:15px}.product-card-info{padding:12px 4px 14px}.product-card-brand{font-size:11px;color:#aaa;margin-bottom:4px}.product-card-name{font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-card-price{display:flex;align-items:center;gap:8px}.product-card-price .price{font-size:14px;font-weight:600;color:#1a1a1a}.product-card-price .compare-price{font-size:12px;color:#ccc;text-decoration:line-through}.product-card-stock{font-size:11px;color:var(--accent);font-weight:600;margin-top:4px}.category-tabs{display:flex;justify-content:center;gap:32px;border-bottom:1px solid #e0e0e0;margin-bottom:32px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.category-tabs::-webkit-scrollbar{display:none}.category-tab{padding:12px 0;border:none;background:none;font-size:14px;font-weight:600;color:#888;border-bottom:2px solid transparent;white-space:nowrap;flex-shrink:0;cursor:pointer;transition:all .2s}.category-tab.active{color:#1a1a1a;border-bottom-color:var(--accent)}.collection-page{max-width:1280px;margin:0 auto;padding:32px;display:flex;gap:24px}.collection-sidebar{width:260px;flex-shrink:0;position:sticky;top:120px}.collection-main{flex:1;min-width:0}.collection-title{font-size:42px;font-weight:800;text-align:center;color:#1a1a1a;margin:24px 0 32px;letter-spacing:-.5px}.breadcrumb{display:flex;gap:8px;font-size:13px;color:#888;margin-bottom:20px}.breadcrumb a{color:var(--accent);font-weight:600}.filter-box{background:#fff;border:1px solid #eee;border-radius:10px;padding:16px}.filter-title{font-size:15px;font-weight:700;margin-bottom:16px;color:#1a1a1a}.filter-section{border-top:1px solid #f0f0f0;padding-top:14px;margin-top:14px}.filter-section-header{width:100%;display:flex;justify-content:space-between;align-items:center;border:none;background:none;font-weight:700;font-size:14px;color:#1a1a1a;padding:0 0 12px;cursor:pointer}.stone-swatches{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.stone-swatch{width:30px;height:30px;border-radius:50%;cursor:pointer;border:2px solid #eee;transition:all .15s;flex-shrink:0}.stone-swatch.active{border:3px solid var(--accent);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--accent)}.metal-option{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;cursor:pointer;border:1px solid #f0f0f0;background:#fafafa;margin-bottom:6px;transition:all .15s}.metal-option.active{border-color:var(--accent);background:#f5f5f5}.metal-dot{width:20px;height:20px;border-radius:50%;border:1px solid #eee;flex-shrink:0}.toggle-switch{width:44px;height:24px;border-radius:12px;background:#ddd;cursor:pointer;position:relative;transition:background .2s;flex-shrink:0}.toggle-switch.active{background:var(--accent)}.toggle-knob{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;transition:left .2s}.toggle-switch.active .toggle-knob{left:22px}.sort-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.products-count{font-size:14px;font-weight:700;color:var(--accent)}.sort-dropdown{position:relative}.sort-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid #eee;border-radius:8px;background:#fff;font-size:14px;font-weight:600;color:#333;cursor:pointer}.sort-menu{display:none;position:absolute;right:0;top:110%;background:#fff;border:1px solid #eee;border-radius:10px;padding:6px;z-index:100;min-width:220px;box-shadow:0 8px 32px #0000001a}.sort-menu.open{display:block}.sort-menu button{display:block;width:100%;text-align:left;padding:10px 14px;border:none;background:none;color:#333;font-size:14px;border-radius:6px}.sort-menu button:hover,.sort-menu button.active{background:#f5f5f5;color:var(--accent);font-weight:700}.filter-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.filter-tag{background:#f5f5f5;border:1px solid var(--accent);color:var(--accent);padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:6px}.filter-tag button{background:none;border:none;color:var(--accent);font-size:14px;padding:0;line-height:1}.product-detail{max-width:1280px;margin:0 auto;padding:32px;display:flex;gap:48px}.product-images{flex:0 0 55%;display:flex;gap:12px}.product-thumbnails{display:flex;flex-direction:column;gap:8px;width:80px}.product-thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid #e0e0e0;flex-shrink:0}.product-thumbnail.active{border-color:var(--accent)}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-main-image{flex:1;position:relative;border-radius:12px;overflow:hidden}.product-main-image img{width:100%;height:560px;object-fit:cover}.product-info{flex:1}.product-category{font-size:13px;color:var(--accent);font-weight:600;margin-bottom:8px;letter-spacing:.5px}.product-title{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:12px;line-height:1.3}.product-stars{display:flex;align-items:center;gap:6px;margin-bottom:16px}.product-price-block{display:flex;align-items:center;gap:12px;margin-bottom:16px}.product-price{font-size:26px;font-weight:700;color:#1a1a1a}.product-compare-price{font-size:16px;color:#ccc;text-decoration:line-through}.product-stock{display:flex;align-items:center;gap:8px;margin-bottom:20px;font-size:14px;font-weight:600}.stock-dot{width:10px;height:10px;border-radius:50%}.btn-primary{width:100%;background:var(--accent);color:#fff;border:none;padding:14px;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:background .2s;margin-bottom:10px}.btn-primary:hover{background:var(--accent-hover)}.btn-outline{width:100%;background:#fff;color:var(--accent);border:2px solid var(--accent);padding:13px;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;margin-bottom:10px}.btn-whatsapp{width:100%;background:#25d366;color:#fff;border:none;padding:14px;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;text-align:center;display:block;margin-bottom:10px}.btn-wishlist{width:100%;background:#fff;color:var(--accent);border:1px solid var(--accent);padding:12px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.cart-page{max-width:1100px;margin:0 auto;padding:32px 16px;display:flex;gap:20px}.cart-items{flex:1}.cart-item{display:flex;gap:16px;padding:16px;margin-bottom:12px;background:#fff;border-radius:10px;border:1px solid #f0f0f0;align-items:center}.cart-item img{width:90px;height:90px;object-fit:cover;border-radius:8px;flex-shrink:0}.cart-item-name{font-size:15px;font-weight:600;margin-bottom:4px}.cart-item-price{color:var(--accent);font-weight:700;font-size:15px;margin-bottom:10px}.qty-selector{display:flex;align-items:center;gap:8px}.qty-btn{width:30px;height:30px;border:1px solid #ddd;border-radius:6px;background:#f9f9f9;font-size:16px;display:flex;align-items:center;justify-content:center}.cart-summary{width:300px;flex-shrink:0}.cart-summary-box{background:#fff;border-radius:10px;border:1px solid #f0f0f0;padding:20px;position:sticky;top:120px}.footer{background:#fff;border-top:1px solid #e0e0e0;padding:60px 40px 40px}.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px}.footer-logo{font-size:36px;font-weight:700;font-family:Georgia,serif;font-style:italic;color:#111;margin-bottom:24px}.footer-social{display:flex;gap:12px;margin-bottom:24px}.footer-social a{width:40px;height:40px;border-radius:50%;background:#f0f0f0;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-size:18px}.footer-contact{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#555;line-height:1.6}.footer-heading{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:20px;letter-spacing:1px;text-transform:uppercase}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links a{font-size:14px;color:#555;transition:color .2s}.footer-links a:hover{color:#111}.footer-bottom{border-top:1px solid #e0e0e0;padding:16px 40px;text-align:center}.footer-bottom p{font-size:13px;color:#888}.whatsapp-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0003;z-index:999;font-size:28px;transition:transform .2s}.whatsapp-float:hover{transform:scale(1.1)}.mobile-header{display:none;justify-content:space-between;align-items:center;padding:0 16px;height:56px;border-bottom:1px solid #f0f0f0}.hamburger{background:none;border:none;font-size:22px;display:flex;align-items:center}.mobile-menu{display:none;position:fixed;top:0;left:0;height:100%;width:300px;background:#fff;z-index:999;overflow-y:auto;box-shadow:4px 0 24px #0000001f;animation:slideInLeft .25s ease}.mobile-menu.open{display:block}.mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:998}.mobile-overlay.open{display:block}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.header-top,.header-nav{display:none}.mobile-header{display:flex}.page-content{padding-top:56px}.hero{height:60vh}.hero-content h1{font-size:32px}.products-grid,.category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-section,.products-section{padding:32px 16px}.collection-page{flex-direction:column;padding:16px}.collection-sidebar{display:none!important}.mobile-filter-btn-wrap{display:block!important}.collection-title{font-size:28px}.product-detail{flex-direction:column;padding:16px}.product-images{flex:none}.product-thumbnails{display:none}.product-main-image img{height:360px}.cart-page{flex-direction:column}.cart-summary{width:100%}.footer{padding:32px 16px 24px}.footer-bottom{padding:16px}.header-search{width:100%}}.mobile-filter-btn-wrap{display:none}@media(max-width:480px){.category-tabs{gap:16px}.category-tab{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/elegante.css.map */
