body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;background:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden;touch-action:manipulation}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}@media (max-width:768px){body{font-size:16px}}*{box-sizing:border-box;margin:0;padding:0}.splash-screen{align-items:center;animation:fadeIn .5s ease-in;background-color:#000;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;transition:opacity 1s ease-out,visibility 1s ease-out;width:100%;z-index:9999}.splash-screen.fade-out{opacity:0;pointer-events:none;visibility:hidden}.splash-content{animation:logoAppear 1s ease-in-out;text-align:center}.splash-logo{animation:pulse 2s ease-in-out infinite;height:auto;max-width:500px;width:90%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes logoAppear{0%{opacity:0;transform:scale(.8)}50%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.splash-logo{max-width:350px;width:85%}}@media (max-width:480px){.splash-logo{max-width:280px;width:80%}}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media (max-width:768px){.product-card,a.nav-link,button{min-height:44px;min-width:44px}}.App{color:#fff;min-height:100vh;overflow-x:hidden;position:relative}.video-background{height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:-2}.video-background video{filter:brightness(.6);height:100%;object-fit:cover;width:100%}@media (max-width:768px){.video-background video{filter:brightness(.5)}}.video-overlay{background:linear-gradient(135deg,#000000b3,#0000004d 50%,#000000b3);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@media (max-width:768px){.video-overlay{background:linear-gradient(135deg,#000000bf,#0006 50%,#000000bf)}}.navbar{background:linear-gradient(180deg,#000c,#0000);left:0;padding:2rem 0;position:fixed;top:0;width:100%;z-index:1000}.navbar-content{justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 4rem}.navbar-content,.navbar-left{align-items:center;display:flex}.navbar-left{gap:3rem}.nav-link{color:#fff;font-size:.95rem;font-weight:500;letter-spacing:.1em;position:relative;text-decoration:none;transition:all .3s ease}.nav-link-dropdown{display:inline-block;position:relative}.dropdown-menu{animation:fadeInDown .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1af2;border-radius:8px;box-shadow:0 10px 40px #0000004d;left:0;margin-top:.5rem;min-width:180px;padding:1rem 0;position:absolute;top:100%;z-index:1000}.dropdown-menu:before{background:#0000;content:"";height:.5rem;left:0;position:absolute;right:0;top:-.5rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-menu a{color:#fff;display:block;font-size:.9rem;font-weight:400;letter-spacing:.05em;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.dropdown-menu a:hover{background:#ffffff1a;padding-left:2rem}.nav-link:after{background:#fff;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.logo,.navbar-right{align-items:center;display:flex}.logo{font-size:1.5rem;font-weight:500;gap:.5rem;left:50%;letter-spacing:.05em;position:absolute;transform:translateX(-50%)}.star-icon{stroke:#fff;stroke-width:2;fill:none;animation:pulse 2s ease-in-out infinite;height:32px;width:32px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.shop-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;-webkit-clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.15em;padding:.8rem 2.5rem;transition:all .3s ease}.shop-button:hover{background:#fff3;border-color:#fff;box-shadow:0 4px 15px #ffffff4d;transform:translateY(-2px)}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:.5rem;z-index:1001}.mobile-menu-btn span{background:#fff;height:3px;transition:all .3s ease;width:25px}.mobile-menu{display:none}@media (max-width:768px){.navbar{padding:1rem 0}.navbar-content{gap:.5rem;padding:0 1.5rem}.navbar-content,.navbar-left{flex-wrap:wrap;justify-content:center}.navbar-left{gap:.8rem;width:100%}.nav-link{font-size:.7rem;letter-spacing:.08em}.nav-link-dropdown{align-items:center;display:inline-flex}.nav-link-dropdown .nav-link{font-size:.7rem}.logo,.navbar-right{display:none}.dropdown-menu{left:50%;min-width:150px;padding:.8rem 0;transform:translateX(-50%)}.dropdown-menu a{font-size:.85rem;padding:.6rem 1rem}.mobile-menu a{border-bottom:1px solid #ffffff1a;color:#fff;font-size:1.1rem;font-weight:500;letter-spacing:.1em;padding:.8rem 0;text-decoration:none;transition:all .3s ease}.mobile-menu a:hover{color:#ccc;padding-left:1rem}.mobile-shop-section{border-bottom:1px solid #ffffff1a;display:flex;flex-direction:column;gap:.5rem;padding:.5rem 0}.mobile-shop-label{color:#fff;font-size:1.1rem;font-weight:600;letter-spacing:.1em;padding:.8rem 0}.mobile-shop-section a{border:none;font-size:.95rem;font-weight:400;padding:.5rem 0 .5rem 1rem}.mobile-shop-btn{background:#ffffff1a;border:2px solid #ffffff4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.15em;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease}.mobile-shop-btn:hover{background:#fff3}}.hero{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:0 1rem;position:relative;z-index:1}.hero-logo-container{animation:fadeDown .8s ease-out .8s forwards;opacity:0}.hero-logo{filter:drop-shadow(0 10px 30px rgba(0,0,0,.5));height:auto;max-width:600px;width:90%}.hero-title{font-size:clamp(4rem,15vw,12rem);font-style:italic;font-weight:700;letter-spacing:-.02em;line-height:1;margin:0;text-align:center;text-shadow:0 10px 30px #00000080}.hero-shop-button{animation:fadeDown .6s ease-out 2s forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;-webkit-clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.15em;margin-top:3rem;opacity:0;padding:1rem 3rem;transition:all .3s ease}.hero-shop-button:hover{background:#fff3;border-color:#fff;box-shadow:0 8px 25px #ffffff4d;transform:translateY(-5px)}.letter-fade,.letter-fade-hero,.letter-fade-subtitle{animation:fadeDown .6s ease-out forwards;display:inline-block;opacity:0}.logo-text{display:inline-block}@keyframes fadeDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.about-section{background:#fff;min-height:100vh;overflow:hidden;padding:8rem 0;position:relative;z-index:1}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:0 4rem}.about-text{color:#000;will-change:transform}.about-title{color:#000;font-size:clamp(4rem,8vw,7rem);font-style:italic;font-weight:700;line-height:.9;margin-bottom:3rem}.letter-fade-about{animation:fadeDown .6s ease-out forwards;display:inline-block;opacity:0}.about-paragraphs{display:flex;flex-direction:column;gap:2rem}.about-paragraphs p{color:#333;font-size:1.1rem;font-weight:400;line-height:1.8}.about-images{align-items:center;display:flex;gap:1.5rem;height:700px;justify-content:center;position:relative}.about-image-main{height:100%;overflow:hidden;position:relative;width:45%;z-index:2}.about-image-main img{height:100%;object-fit:cover;width:100%}.about-image-small{height:60%;overflow:hidden;position:relative;width:25%;will-change:transform}.about-image-top{align-self:flex-start}.about-image-bottom{align-self:flex-end}.about-image-small img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.about-image-small:hover img{transform:scale(1.05)}.about-content-new{margin:0 auto;max-width:1400px;padding:0 4rem;text-align:center}.about-title-simple{color:#000;font-size:clamp(3rem,6vw,5rem);font-style:italic;font-weight:700;margin-bottom:1rem}.about-subtitle{color:#666;font-size:1.3rem;font-weight:300;margin-bottom:4rem}.products-grid{grid-template-columns:repeat(4,1fr);margin-top:3rem}.product-card-about{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card-about:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-8px)}.product-image-wrapper{height:300px;overflow:hidden;width:100%}.product-image-wrapper img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card-about:hover .product-image-wrapper img{transform:scale(1.1)}.product-card-about h3{color:#000;font-size:1.5rem;font-weight:600;margin:1.5rem 0 1rem}.shop-now-btn{background:#000;border:none;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.1em;margin:0 0 2rem;padding:1rem 2.5rem;text-transform:uppercase;transition:all .3s ease}.shop-now-btn:hover{background:#333;transform:translateY(-2px)}@media (max-width:768px){.hero-logo{max-width:400px;width:85%}.hero-title{font-size:3.5rem}.hero-shop-button{font-size:.95rem;margin-top:2rem;padding:.8rem 2rem}.about-section{padding:4rem 0}}@media (max-width:480px){.hero-logo{max-width:280px;width:80%}}@media (max-width:768px){.about-content{gap:2.5rem;grid-template-columns:1fr}.about-content,.about-content-new{padding:0 1.5rem}.products-grid{gap:2rem;grid-template-columns:1fr}.product-image-wrapper{height:250px}.about-text{transform:translateX(0)!important}.about-title{font-size:2rem;margin-bottom:2rem;text-align:center}.about-images{gap:1rem;height:400px}.about-image-main{width:50%}.about-image-small{width:22%}.about-paragraphs{gap:1.5rem}.about-paragraphs p{font-size:.95rem;line-height:1.6}}.banner-section{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding:6rem 4rem;position:relative;z-index:1}.banner-content{align-items:center;display:flex;gap:4rem;margin:0 auto;max-width:1400px;width:100%}.banner-phrases{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.banner-phrase{display:flex;opacity:0}.banner-phrase.from-right{justify-content:flex-end;transform:translateX(100%)}.banner-phrase.from-left{justify-content:flex-start;transform:translateX(-100%)}.banner-phrase.visible{animation:slideToCenter .8s ease-out forwards}@keyframes slideToCenter{0%{opacity:0}50%{opacity:1}to{opacity:1;transform:translateX(0)}}.phrase-box{background:#1a1a1a;display:inline-block;padding:1.5rem 3rem;position:relative}.phrase-box span{color:#fff;font-size:clamp(1.8rem,3.5vw,3.5rem);font-style:italic;font-weight:700;letter-spacing:.02em;white-space:nowrap}.banner-phrase:first-child .phrase-box{text-align:center;width:95%}.banner-phrase:nth-child(2) .phrase-box{text-align:center;width:85%}.banner-phrase:nth-child(3) .phrase-box{text-align:center;width:95%}.banner-phrase:nth-child(4) .phrase-box{text-align:center;width:65%}.banner-phrase:nth-child(5) .phrase-box{text-align:center;width:75%}.banner-text{flex-shrink:0;width:350px}.banner-text p{color:#fff;font-size:1.1rem;font-weight:400;line-height:1.8}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}.banner-content{flex-direction:column;gap:3rem}.banner-text{max-width:600px;text-align:center;width:100%}.phrase-box span{font-size:2rem}.banner-section{padding:4rem 2rem}}@media (max-width:768px){.banner-section{min-height:auto;padding:3rem 1rem}.banner-content{gap:2rem}.banner-phrases{gap:1rem}.phrase-box{padding:1rem 1.5rem}.phrase-box span{font-size:1.3rem;white-space:normal}.banner-phrase:first-child .phrase-box,.banner-phrase:nth-child(2) .phrase-box,.banner-phrase:nth-child(3) .phrase-box,.banner-phrase:nth-child(4) .phrase-box,.banner-phrase:nth-child(5) .phrase-box,.banner-text{width:100%}.banner-text p{font-size:.95rem;line-height:1.6}}.new-arrivals{background:linear-gradient(135deg,#fff5f7,#ffe8ee 50%,#ffd6e0);height:100vh;min-height:100vh;position:relative;z-index:1}.arrivals-content{align-items:center;display:grid;grid-template-columns:25% 40% 35%;height:100vh;overflow:hidden;padding:0 4rem;position:-webkit-sticky;position:sticky;top:0}.arrivals-left{align-items:center;display:flex}.arrivals-title{color:#c41e3a;font-size:clamp(3rem,6vw,5rem);font-style:italic;font-weight:700;line-height:1;writing-mode:horizontal-tb}.letter-fade-arrivals{animation:fadeDown .6s ease-out forwards;display:inline-block;opacity:0}.arrivals-center{height:100%;overflow:hidden}.arrivals-center,.polaroids-container{align-items:center;display:flex;justify-content:center;position:relative}.polaroids-container{height:650px;width:450px}.polaroid-card{animation:fadeInPolaroid .8s ease-out forwards;background:#fff;border:2px solid #e0e0e0;box-shadow:0 10px 40px #00000026;opacity:0;padding:1.5rem 1.5rem 1rem;position:absolute;transform:translateY(100vh) rotate(0deg);transform-origin:center;transition:all .6s ease-out}.polaroid-card.visible{opacity:1;transform:translateY(0) rotate(0deg)}.polaroid-card.past{opacity:0;transform:translateY(-100vh) rotate(-10deg)}@media (max-width:768px){.polaroid-card{animation:none;transition:none}.polaroid-card,.polaroid-card.past,.polaroid-card.visible{opacity:1;position:relative;transform:none}}@keyframes fadeInPolaroid{0%{opacity:0}to{opacity:1}}.polaroid-image{background:#f0f0f0;height:500px;margin-bottom:1rem;overflow:hidden;width:400px}.polaroid-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.polaroid-card:hover .polaroid-image img{transform:scale(1.05)}.polaroid-caption{padding:.5rem 0;text-align:center}.polaroid-caption h3{color:#1a1a1a;font-family:Courier New,monospace;font-size:2rem;font-weight:600;letter-spacing:.05em;margin:0}.arrivals-right{align-items:center;display:flex;justify-content:center;padding-left:3rem}.arrivals-description{display:flex;flex-direction:column;gap:1.5rem}.arrivals-description p{color:#4a2c2a;font-size:1.05rem;font-weight:400;line-height:1.8;margin:0}@media (max-width:1024px){.arrivals-content{grid-template-columns:1fr;grid-template-rows:auto 1fr auto;padding:2rem}.arrivals-title{font-size:3rem;writing-mode:horizontal-tb}.polaroid-image{height:400px;width:300px}.arrivals-right{padding-left:0}}@media (max-width:768px){.new-arrivals{height:auto;min-height:auto}.arrivals-content{display:flex;flex-direction:column;gap:2rem;height:auto;padding:3rem 0;position:relative}.arrivals-left{order:1;padding:0 .5rem}.arrivals-title{font-size:1.8rem;text-align:center}.arrivals-center{-webkit-overflow-scrolling:touch;height:auto;order:2;overflow-x:auto;overflow-y:hidden;padding:1rem 0;position:relative;scroll-snap-type:x mandatory;width:100%}.arrivals-center::-webkit-scrollbar{display:none}.polaroids-container{display:flex;flex-direction:row;gap:1.5rem;height:auto;min-height:auto;padding:0 0 0 90vw;position:relative;width:auto}.polaroid-card{flex:0 0 85vw;max-width:350px;padding:1rem 1rem .8rem;scroll-snap-align:center;scroll-snap-stop:always}.polaroid-image{height:420px;width:100%}.polaroid-caption h3{font-size:1.5rem}.arrivals-right{order:3;padding:0 1.5rem}.arrivals-description{gap:1rem}.arrivals-description p{font-size:.95rem;line-height:1.6}.arrivals-center:after{animation:pulseSwipe 2s ease-in-out infinite;bottom:.5rem;color:#0006;content:"← Desliza →";font-size:.85rem;font-weight:500;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%)}@keyframes pulseSwipe{0%,to{opacity:.4}50%{opacity:.8}}}.about-us-page{background:#fff;min-height:100vh;padding-top:80px}.about-us-hero{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:50vh;padding:4rem 2rem;text-align:center}.about-us-title{font-size:clamp(3rem,8vw,6rem);font-style:italic;font-weight:700;margin:0 0 1rem}.about-us-tagline{font-size:clamp(1rem,2vw,1.5rem);font-weight:300;opacity:.9}.about-us-content{margin:0 auto;max-width:1200px;padding:4rem 2rem}.about-us-section{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:6rem}.about-us-text h2{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.about-us-text p{color:#333;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-us-image{border-radius:12px;box-shadow:0 10px 40px #0000001a;height:500px;overflow:hidden;width:100%}.about-us-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.about-us-image:hover img{transform:scale(1.05)}.about-us-products{margin-bottom:6rem}.about-us-products h2{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.products-showcase{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}.product-item{text-align:center}.product-icon{border-radius:12px;box-shadow:0 4px 20px #0000001a;height:300px;margin-bottom:1.5rem;overflow:hidden;width:100%}.product-icon img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-item:hover .product-icon img{transform:scale(1.1)}.product-item h3{color:#000;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.product-item p{color:#666;font-size:1rem;line-height:1.6}.about-us-values{margin-bottom:6rem}.about-us-values h2{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.value-item{background:#f9f9f9;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.value-item:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-8px)}.value-item h3{color:#000;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.value-item p{color:#666;font-size:.95rem;line-height:1.6}.about-us-cta{background:#000;border-radius:12px;color:#fff;margin-bottom:4rem;padding:4rem 2rem;text-align:center}.about-us-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.about-us-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-button{background:#fff;border-radius:4px;color:#000;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 3rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#f0f0f0;box-shadow:0 4px 15px #ffffff4d;transform:translateY(-2px)}@media (max-width:1024px){.about-us-section,.products-showcase{gap:3rem;grid-template-columns:1fr}.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-us-hero{min-height:40vh}.about-us-content,.about-us-hero{padding:3rem 1.5rem}.about-us-cta h2,.about-us-products h2,.about-us-text h2,.about-us-values h2{font-size:2rem}.about-us-image{height:300px}.product-icon{height:250px}.values-grid{gap:1.5rem;grid-template-columns:1fr}.about-us-cta{padding:3rem 1.5rem}}.footer{background:#2a2a2a;color:#fff;padding:4rem 4rem 2rem;position:relative;z-index:1}.footer-content{gap:2.5rem;margin:0 auto;max-width:1400px}.footer-content,.footer-logo{align-items:center;display:flex;flex-direction:column}.footer-logo{gap:1.5rem}.footer-star-icon{height:80px;width:80px}.footer-logo h2{font-size:2.5rem;font-style:italic;font-weight:700;letter-spacing:.05em;margin:0}.footer-divider{background:#fff3;height:1px;width:100%}.footer-nav{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center}.footer-nav a{color:#fff;font-size:1.1rem;font-weight:500;letter-spacing:.1em;position:relative;text-decoration:none;transition:color .3s ease}.footer-nav a:hover{color:#ccc}.footer-nav a:after{background:#fff;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-nav a:hover:after{width:100%}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;width:100%}.footer-bottom p{color:#fffc;font-size:.95rem;margin:0}@media (max-width:768px){.footer{padding:3rem 2rem 1.5rem}.footer-nav{gap:2rem}.footer-nav a{font-size:1rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-logo h2{font-size:2rem}.footer-star-icon{height:60px;width:60px}}.shop-page{background:#f9f9f9;min-height:100vh;padding:8rem 4rem 4rem}.shop-header{margin:0 auto 3rem;max-width:1400px}.shop-header h1{color:#333;font-size:2rem;font-weight:400;margin-bottom:2rem;text-align:center}.search-bar{background:#fff;border-radius:50px;box-shadow:0 2px 10px #0000001a;display:flex;gap:1rem;margin:0 auto 2rem;max-width:600px;padding:.5rem}.search-bar input{background:#0000;flex:1 1;font-size:1rem;outline:none}.search-bar input,.search-btn{border:none;padding:.8rem 1.5rem}.search-btn{background:#1a1a1a;border-radius:50px;cursor:pointer;font-size:1.2rem;transition:all .3s ease}.search-btn:hover{transform:scale(1.05)}.category-tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.category-tabs button{background:#fff;border:2px solid #e0e0e0;border-radius:25px;cursor:pointer;font-size:.95rem;font-weight:500;letter-spacing:.05em;padding:.8rem 2rem;transition:all .3s ease}.category-tabs button:hover{border-color:#1a1a1a;transform:translateY(-2px)}.category-tabs button.active{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.shop-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:250px 1fr;margin:0 auto;max-width:1400px}.shop-filters{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:120px}.filter-section{margin-bottom:2rem}.filter-section h3{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.filter-option{align-items:center;cursor:pointer;display:flex;gap:.8rem;padding:.5rem 0;transition:all .3s ease}.filter-option:hover{padding-left:.5rem}.filter-option input[type=checkbox]{cursor:pointer;height:18px;width:18px}.filter-option span{color:#555;font-size:.95rem}.clear-filters{background:#ff6b6b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;margin-top:1rem;padding:.8rem;transition:all .3s ease;width:100%}.clear-filters:hover{background:#ff5252;transform:translateY(-2px)}.shop-products{min-height:500px}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.product-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-8px)}.product-badges{display:flex;flex-direction:column;gap:.5rem;left:1rem;position:absolute;top:1rem;z-index:10}.badge-category,.badge-popular{background:#fff;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.4rem .8rem;text-transform:uppercase}.badge-category{background:#fffffff2;color:#333}.badge-popular{background:#ff6b6bf2;color:#fff}.product-image{background:#f5f5f5;height:320px;overflow:hidden;width:100%}.product-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.08)}.product-info{padding:1.5rem}.product-rating{align-items:center;color:gold;display:flex;font-size:1rem;gap:.5rem;margin-bottom:.8rem}.reviews-count{color:#666;font-size:.85rem;margin-left:.3rem}.product-name{color:#1a1a1a;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.product-price{color:#1a1a1a;font-size:1.3rem;font-weight:700;margin-bottom:.8rem}.product-inspired{color:#666;font-size:.85rem;line-height:1.4}.product-inspired strong{color:#1a1a1a}.product-components{color:#888;font-size:.85rem;font-style:italic;margin-bottom:.5rem}.badge-familia{background:#6496fff2;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.4rem .8rem;text-transform:uppercase}.product-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000bf;display:flex;height:100vh;justify-content:center;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:1000}.product-modal{animation:slideUp .4s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 10px #0000001a;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px;z-index:10}.modal-close:hover{background:#ff6b6b;color:#fff;transform:rotate(90deg)}.modal-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:2rem}.modal-image-section{display:flex;flex-direction:column;gap:1rem}.modal-image{background:#f5f5f5;border-radius:12px;height:500px;overflow:hidden;width:100%}.modal-image img{height:100%;object-fit:cover;width:100%}.variant-thumbnails{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr)}.variant-thumb{background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.variant-thumb:hover{border-color:#1a1a1a;transform:translateY(-2px)}.variant-thumb.active{border-color:#1a1a1a;box-shadow:0 0 0 2px #1a1a1a}.variant-thumb img{height:80px;object-fit:cover;width:100%}.variant-thumb span{color:#555;font-size:.75rem;font-weight:500;padding:.5rem;text-align:center}.variant-thumb.active span{color:#1a1a1a;font-weight:600}.modal-details{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.modal-details h2{color:#1a1a1a;font-size:2rem;font-weight:600;margin-bottom:.5rem}.modal-familia{color:#666;font-size:1rem}.modal-components{background:#f9f9f9;border-radius:8px;padding:1rem}.modal-components strong{color:#1a1a1a;display:block;font-size:1rem;margin-bottom:.5rem}.modal-components ul{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0}.modal-components li{background:#fff;border:1px solid #e0e0e0;border-radius:20px;color:#555;font-size:.9rem;padding:.4rem .8rem}.modal-description{color:#666;font-size:1rem;line-height:1.6}.modal-variant-selector{background:#f9f9f9;border-radius:12px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.modal-variant-selector label{color:#1a1a1a;font-size:1rem}.modal-variant-selector select{background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.modal-variant-selector select:focus{border-color:#1a1a1a;outline:none}.modal-price{color:#1a1a1a;font-size:1.8rem;font-weight:700;padding:1rem 0}.add-to-cart-btn{align-items:center;background:#25d366;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;letter-spacing:.05em;padding:1.2rem 2rem;text-transform:uppercase;transition:all .3s ease}.add-to-cart-btn:hover{background:#128c7e;box-shadow:0 5px 20px #25d36666;transform:translateY(-2px)}.modal-inspired{border-top:1px solid #e0e0e0;color:#888;font-size:.9rem;padding-top:1rem;text-align:center}.no-results{color:#666;font-size:1.1rem;padding:4rem 2rem;text-align:center}@media (max-width:768px){.product-modal-overlay{padding:0}.product-modal{border-radius:0;max-height:100vh}.modal-content{gap:1.5rem;grid-template-columns:1fr;padding:1.5rem}.modal-image{height:300px}.variant-thumbnails{gap:.5rem;grid-template-columns:repeat(3,1fr)}.variant-thumb img{height:60px}.variant-thumb span{font-size:.7rem;padding:.4rem}.modal-details{padding:0}.modal-details h2,.modal-price{font-size:1.5rem}.add-to-cart-btn{flex-direction:row;font-size:1rem;gap:.4rem;padding:1rem 1.5rem}}@media (max-width:1024px){.shop-page{padding:8rem 2rem 4rem}.shop-content{grid-template-columns:1fr}.shop-filters{margin-bottom:2rem;position:static}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:768px){.shop-page{padding:6rem 1rem 3rem}.shop-header h1{font-size:1.5rem;margin-bottom:1.5rem}.search-bar{margin:0 auto 1.5rem;max-width:100%;padding:.3rem}.search-bar input{font-size:.9rem;padding:.7rem 1rem}.search-btn{font-size:1rem;padding:.7rem 1.2rem}.category-tabs{gap:.5rem}.category-tabs button{font-size:.85rem;padding:.6rem 1.2rem}.shop-content{gap:2rem;grid-template-columns:1fr}.shop-filters{padding:1.5rem}.filter-section{margin-bottom:1.5rem}.filter-section h3{font-size:1rem}.filter-option span{font-size:.9rem}.products-grid{gap:1.5rem;grid-template-columns:1fr}.product-card{max-width:100%}.product-image{height:280px}.product-info{padding:1.2rem}.product-name{font-size:1.1rem}.product-price{font-size:1.2rem}}.new-collection{background:#fff;height:100vh;min-height:100vh;position:relative;z-index:1}.collection-content{display:grid;grid-template-columns:40% 60%;height:100vh;overflow:hidden;position:-webkit-sticky;position:sticky;top:0}.collection-left{background:#1a1a1a;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:6rem 4rem}.collection-title{font-size:clamp(1rem,3vw,9rem);font-style:italic;font-weight:700;line-height:1;margin-bottom:3rem}.letter-fade-collection{animation:fadeDown .6s ease-out forwards;display:inline-block;opacity:0}.collection-description{display:flex;flex-direction:column;gap:2rem}.collection-description p{color:#e0e0e0;font-size:1rem;font-weight:300;line-height:1.8}.collection-right{background:#d3d3d3;overflow:hidden;position:relative}.collection-cards{align-items:center;display:flex;gap:2rem;height:100%;padding:0 3rem;transition:transform .1s linear;will-change:transform}.collection-card{animation:fadeInCard .8s ease-out forwards;flex:0 0 auto;opacity:0;width:350px}@keyframes fadeInCard{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.card-image{background:#fff;height:500px;margin-bottom:1.5rem;overflow:hidden;position:relative;width:100%}.card-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.card-overlay{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%}.overlay-text{color:#fff;font-size:1.5rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.collection-card:hover .card-image img{transform:scale(1.05)}.collection-card:hover .card-overlay{opacity:1}.card-title{color:#1a1a1a;font-size:1.8rem;font-weight:500;letter-spacing:.05em;text-align:center}@media (max-width:1024px){.collection-content{grid-template-columns:1fr;grid-template-rows:auto 1fr}.collection-left{padding:4rem 2rem}.collection-title{font-size:3rem}}@media (max-width:768px){.new-collection{height:auto;min-height:auto}.collection-content{display:flex;flex-direction:column;height:auto;position:relative}.collection-left{padding:3rem 1.5rem}.collection-title{font-size:2.5rem;margin-bottom:2rem}.collection-description{gap:1.5rem}.collection-description p{font-size:.95rem;line-height:1.6}.collection-right{-webkit-overflow-scrolling:touch;min-height:500px;overflow-x:auto;overflow-y:hidden;position:relative;scroll-snap-type:x mandatory}.collection-right::-webkit-scrollbar{display:none}.collection-cards{align-items:center;flex-direction:row;gap:2rem;padding:2rem 1.5rem;transition:none}.collection-card{flex:0 0 80vw;max-width:320px;scroll-snap-align:center;scroll-snap-stop:always;width:80vw}.card-image{height:400px}.card-title{font-size:1.5rem}.collection-right:after{animation:pulseSwipe 2s ease-in-out infinite;bottom:1rem;color:#fff9;content:"← Desliza →";font-size:.85rem;font-weight:500;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);z-index:10}}.combo-promo{background:linear-gradient(135deg,#f5f8ff,#e8eff9 50%,#d6e6ff);height:100vh;min-height:100vh;position:relative;z-index:1}.combo-content{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:30% 35% 35%;height:100vh;overflow:hidden;padding:0 4rem;position:-webkit-sticky;position:sticky;top:0}.combo-left{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;justify-content:center}.combo-title{color:#1e3a8a;font-size:clamp(2.5rem,5vw,4rem);font-style:italic;font-weight:700;line-height:1.1;writing-mode:horizontal-tb}.letter-fade-combo{animation:fadeDown .6s ease-out forwards;display:inline-block;opacity:0}.combo-price{align-items:baseline;display:flex;gap:.5rem;margin-top:1rem}.price-currency{color:#64748b;font-size:1.2rem;font-weight:600}.price-amount{color:#1e3a8a;font-size:3rem;font-weight:800}.price-period{color:#64748b;font-size:1rem;font-weight:500}.combo-center{height:100%;overflow:hidden}.combo-cards-container,.combo-center{align-items:center;display:flex;justify-content:center;position:relative}.combo-cards-container{gap:1.5rem;height:400px;perspective:1000px;width:100%}.combo-card{background:#fff;background-clip:padding-box;border:3px solid #0000;border-radius:20px;box-shadow:0 20px 40px #0000001a,0 10px 20px #0000000d;height:300px;opacity:0;padding:1.2rem;position:relative;transform:scale(.8);transition:all .8s cubic-bezier(.175,.885,.32,1.275);width:220px}.combo-card.visible{border-color:#3b82f6;box-shadow:0 25px 50px #3b82f626,0 15px 30px #0000001a;opacity:1;transform:scale(1)}.combo-card:hover{box-shadow:0 30px 60px #3b82f633,0 20px 40px #00000026;transform:scale(1.05) translateY(-5px)}.combo-card-icon{align-items:center;display:flex;font-size:2rem;height:50px;justify-content:center;margin-bottom:.8rem;text-align:center}.combo-card-image{border-radius:15px;height:120px;margin-bottom:.8rem;overflow:hidden;width:100%}.combo-card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.combo-card:hover .combo-card-image img{transform:scale(1.05)}.combo-card-content{text-align:center}.combo-card-content h3{color:#1e3a8a;font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.combo-card-content p{color:#64748b;font-size:.85rem;font-weight:500}.combo-right{display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem 0}.combo-description{animation:slideInRight 1s ease-out 6s both;max-width:450px}.combo-description p{color:#334155;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.combo-features{margin:2rem 0}.combo-features h4{color:#1e3a8a;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.combo-features ul{list-style:none;margin:0;padding:0}.combo-features li{color:#475569;font-size:1rem;line-height:1.8;margin-bottom:.5rem;padding-left:0}.combo-cta{margin-top:2rem}.combo-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border:none;border-radius:50px;box-shadow:0 10px 20px #3b82f64d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.combo-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 15px 30px #3b82f666;transform:translateY(-2px)}@media (max-width:1024px){.combo-content{gap:1rem;grid-template-columns:1fr;grid-template-rows:auto auto 1fr;padding:2rem}.combo-title{font-size:clamp(2rem,4vw,3rem)}.combo-center{height:350px}.combo-cards-container{gap:1rem}.combo-card{height:250px;padding:1rem;width:180px}}@media (max-width:768px){.combo-promo{height:auto;min-height:100vh}.combo-content{display:flex;flex-direction:column;gap:2rem;height:auto;padding:2rem 1rem;position:relative}.combo-left{align-items:center;text-align:center}.combo-title{font-size:clamp(1.8rem,5vw,2.5rem)}.combo-center{height:auto;padding:1rem 0}.combo-cards-container{align-items:center;flex-direction:column;gap:1.5rem;height:auto}.combo-card{height:320px;padding:1.5rem;width:280px}.combo-card-image{height:140px;margin-bottom:1rem}.combo-card-icon{font-size:2.2rem;height:55px;margin-bottom:1rem}.combo-card-content h3{font-size:1.2rem;margin-bottom:.5rem}.combo-card-content p{font-size:.9rem}.combo-right{height:auto;padding:0}.combo-description{max-width:100%;text-align:center}}
/*# sourceMappingURL=main.533b1bfe.css.map*/