[part=list]{display:flex;flex-wrap:nowrap;align-items:center;justify-content:var(--overflow-list-alignment);column-gap:1rem;padding-block:var(--overflow-list-padding-block, 0);padding-inline:var(--overflow-list-padding-inline, 0);height:100%;overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}@media screen and (max-width:749px){[part=list]{justify-content:var(--overflow-list-alignment-mobile)}}[part=list]::-webkit-scrollbar{display:none}[part=list],[part=overflow-list],[part=placeholder]{margin:0;padding:0;list-style:none}slot[name=more]:not([hidden]){display:flex;height:100%;align-items:center}slot[name=more] .button{cursor:pointer;border:none;background:none;padding:0;margin:0;font-family:var(--font-paragraph-family);font-size:var(--font-paragraph-size);text-transform:var(--text-transform);color:currentcolor;text-align:start;-webkit-font-smoothing:antialiased}[part=overflow]{display:none}[part=placeholder]{visibility:hidden;width:0;height:0}:host([disabled]) slot[name=more]{display:none}:root{--bg-color: #ffffff;--text-primary: #000000;--text-secondary: #666666;--dark-bg: #111111;--darker-bg: #0a0a0a;--accent: #d54e4e;--gold: #A67C00;--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:color .3s ease}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500}.navbar{display:flex;justify-content:space-between;align-items:center;padding:2rem 5%;position:absolute;top:0;left:0;right:0;z-index:100;color:var(--bg-color)}.nav-links{display:flex;gap:2rem;font-size:.85rem;font-weight:300;text-transform:uppercase;letter-spacing:.5px}.nav-links a:hover{color:#ccc}.logo h1{font-size:2rem;letter-spacing:2px}.contact-number{font-size:.9rem;font-weight:400}.hero{position:relative;height:100vh;min-height:700px;display:flex;flex-direction:column;justify-content:center;padding:0 10%;color:#fff}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:#000}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-bg .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000c,#0000004d)}.hero-content{max-width:600px;animation:fadeIn 1.5s ease}.hero-content h2{font-size:4.5rem;line-height:1.1;margin-bottom:1.5rem;font-weight:500}.hero-content p{font-size:1.1rem;margin-bottom:2.5rem;font-weight:300;letter-spacing:.5px}.btn-primary{display:inline-block;padding:1rem 2.5rem;border:1px solid white;background:transparent;color:#fff;text-transform:uppercase;font-size:.8rem;letter-spacing:2px;transition:all .3s ease}.btn-primary:hover{background:#fff;color:#000}.features{display:flex;background-color:var(--dark-bg);color:#fff;padding:4rem 10%;justify-content:space-between}.feature-item{text-align:center;flex:1;padding:0 1rem;border-right:1px solid rgba(255,255,255,.1)}.feature-item:last-child{border-right:none}.feature-item h3{font-size:1.1rem;font-family:var(--font-body);font-weight:400;margin-bottom:.5rem}.feature-item p{font-size:.85rem;color:#999}.product-catalog{padding:6rem 5%;text-align:center}.catalog-tabs{display:flex;justify-content:center;gap:3rem;margin-bottom:4rem}.tab-btn{background:none;border:none;font-size:1.2rem;font-family:var(--font-heading);color:var(--text-secondary);cursor:pointer;padding-bottom:.5rem;transition:color .3s}.tab-btn.active{color:var(--text-primary);border-bottom:1px solid var(--text-primary)}.tab-btn:hover{color:var(--text-primary)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;opacity:1;transition:opacity .5s ease}.product-card{text-align:left;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-card .img-wrapper{background-color:#f9f9f9;padding:2rem;margin-bottom:1.5rem;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center}.product-card img{max-width:100%;height:auto;object-fit:contain;mix-blend-mode:multiply}.product-info .brand{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-bottom:.5rem}.product-title{font-size:1rem;font-family:var(--font-body);font-weight:300;margin-bottom:.8rem;line-height:1.4;min-height:3rem}.price{font-size:.95rem;font-weight:500}.sale-price .sale{color:var(--accent);margin-right:.5rem}.sale-price .original{text-decoration:line-through;color:var(--text-secondary);font-size:.85rem}.split-section{display:flex;height:70vh;min-height:500px;background:var(--dark-bg)}.split-image{flex:1;position:relative;overflow:hidden}.split-image img{width:100%;height:100%;object-fit:cover}.split-text{flex:1;display:flex;align-items:center;padding:0 10%;color:#fff}.split-text p{font-size:1.6rem;font-family:var(--font-heading);line-height:1.5;max-width:500px}.testimonials-section{padding:6rem 10%;text-align:center}.section-title{font-size:2.5rem;margin-bottom:4rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;text-align:left}.testimonial-card .img-wrapper{height:250px;overflow:hidden;margin-bottom:1.5rem;background:#f0f0f0}.testimonial-card img{width:100%;height:100%;object-fit:cover;object-position:center;mix-blend-mode:multiply}.testimonial-content h4{font-family:var(--font-body);font-size:1rem;font-weight:600;margin-bottom:.8rem}.testimonial-content p{font-size:.9rem;color:var(--text-secondary);line-height:1.6}.footer{background:var(--dark-bg);color:#fff}.footer-top{display:flex}.newsletter-section{flex:1;padding:6rem 10%;display:flex;flex-direction:column;justify-content:center}.newsletter-section h2{font-size:2.5rem;margin-bottom:1rem}.newsletter-section p{font-size:.9rem;color:#999;margin-bottom:2.5rem}.newsletter-form{display:flex;max-width:400px;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:.5rem}.newsletter-form input{flex:1;background:transparent;border:none;color:#fff;font-family:var(--font-body);font-size:.9rem}.newsletter-form input:focus{outline:none}.newsletter-form button{background:transparent;border:none;color:#fff;font-size:.8rem;letter-spacing:1px;cursor:pointer;font-weight:500}.footer-image{flex:1;position:relative;overflow:hidden}.footer-image img{width:100%;height:100%;object-fit:cover;opacity:.8}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:4rem 10% 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo-details h2{font-size:2rem;margin-bottom:.5rem}.footer-logo-details p{font-size:.8rem;color:#666}.footer-bottom-links{display:flex;gap:2rem;font-size:.85rem}.footer-contact-right{text-align:right}.footer-contact-right p{font-size:.9rem;margin-bottom:1rem}.social-icons{display:flex;gap:1rem;justify-content:flex-end}.footer-legal{display:flex;justify-content:space-between;padding:2rem 10%;font-size:.8rem;color:#666}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}.hero-content h2{font-size:3.5rem}.testimonials-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:2rem;text-align:center}.footer-contact-right{text-align:center}.social-icons{justify-content:center}}@media(max-width:768px){.navbar{flex-direction:column;gap:1rem;padding:1rem 5%;background:#000c}.nav-links{display:none}.split-section{flex-direction:column;height:auto}.split-image,.split-text{width:100%;height:300px}.footer-top{flex-direction:column}.newsletter-section{padding:4rem 5%}.features{flex-direction:column;gap:2rem}.feature-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/overflow-list.css.map */
