:root{--vino: #4E171A;--terracota: #993D16;--beige: #E0DAD7;--blanco: #F5F5F1;--oscuro: #2E0202;--texto: #1a0a0a;--gris: #8a7a78;--borde: rgba(78,23,26,.12)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Jost,sans-serif;background:var(--blanco);color:var(--texto);font-size:15px;line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;font-weight:300;line-height:1.15}h1{font-size:clamp(2.2rem,5vw,3.8rem)}h2{font-size:clamp(1.8rem,3vw,2.8rem)}h3{font-size:1.4rem}.announcement-bar{background:var(--oscuro);color:var(--beige);text-align:center;padding:.55rem 1rem;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;font-weight:300}.site-header{background:var(--blanco);border-bottom:1px solid var(--borde);position:sticky;top:0;z-index:100}.header-inner{max-width:1280px;margin:0 auto;padding:0 2rem;height:68px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-logo{display:flex;align-items:baseline;gap:2px}.logo-word{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300;color:var(--oscuro);letter-spacing:.05em}.logo-badge{font-family:Jost,sans-serif;font-size:.65rem;font-weight:500;color:var(--terracota);letter-spacing:.1em}.main-nav{display:flex;gap:2rem}.main-nav a{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--texto);font-weight:400;transition:color .2s;padding-bottom:2px;border-bottom:1px solid transparent}.main-nav a:hover{color:var(--terracota);border-bottom-color:var(--terracota)}.header-actions{display:flex;align-items:center;gap:1.5rem}.nav-link{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gris);transition:color .2s}.nav-link:hover{color:var(--texto)}.cart-btn{display:flex;align-items:center;gap:.5rem;font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;background:var(--vino);color:#fff;padding:.55rem 1.2rem;transition:background .2s}.cart-btn:hover{background:var(--oscuro)}.cart-count{background:var(--terracota);color:#fff;width:18px;height:18px;border-radius:50%;font-size:.6rem;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.3rem;cursor:pointer;color:var(--vino)}.mobile-nav{display:none;flex-direction:column;background:var(--blanco);border-top:1px solid var(--borde);padding:1rem 2rem}.mobile-nav a{padding:.75rem 0;border-bottom:1px solid var(--borde);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.mobile-nav.open{display:flex}.hero{background:var(--oscuro);min-height:72vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 70% 50%,rgba(153,61,22,.25) 0%,transparent 60%);pointer-events:none}.hero-content{max-width:1280px;margin:0 auto;padding:4rem 2rem;position:relative;z-index:1;max-width:640px}.hero-eyebrow{font-size:.65rem;letter-spacing:.35em;text-transform:uppercase;color:var(--terracota);margin-bottom:1.5rem;font-weight:400}.hero h1{color:var(--blanco);margin-bottom:1.25rem}.hero h1 em{font-style:italic;color:var(--beige)}.hero-desc{color:#f5f5f18c;font-size:.9rem;line-height:1.9;margin-bottom:2.5rem;max-width:420px}.btn{display:inline-block;padding:.85rem 2.2rem;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-family:Jost,sans-serif;font-weight:400;transition:all .25s;cursor:pointer;border:none}.btn-primary{background:var(--terracota);color:#fff}.btn-primary:hover{background:#7a2e10}.btn-secondary{background:transparent;color:var(--blanco);border:1px solid rgba(245,245,241,.3)}.btn-secondary:hover{border-color:#fff}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.section{padding:5rem 2rem}.section-inner{max-width:1280px;margin:0 auto}.section-label{font-size:.6rem;letter-spacing:.4em;text-transform:uppercase;color:var(--terracota);margin-bottom:.6rem}.section-title{color:var(--oscuro);margin-bottom:2.5rem}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}.link-ver-todo{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--vino);display:flex;align-items:center;gap:.5rem;transition:gap .2s}.link-ver-todo:hover{gap:.9rem;color:var(--terracota)}.collections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1px;background:var(--borde)}.collection-card{background:var(--blanco);display:flex;flex-direction:column;overflow:hidden;transition:transform .3s}.collection-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #4e171a1a}.collection-img{aspect-ratio:1 / 1;background:var(--beige);overflow:hidden;position:relative}.collection-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.collection-card:hover .collection-img img{transform:scale(1.05)}.collection-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--beige) 0%,#d4c9c5 100%);color:var(--gris);font-size:2.5rem}.collection-info{padding:1.25rem}.collection-name{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:400;color:var(--oscuro);margin-bottom:.25rem}.collection-count{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gris)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.product-card{position:relative}.product-img{aspect-ratio:1 / 1;background:var(--beige);overflow:hidden;margin-bottom:1rem;position:relative}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-img img{transform:scale(1.05)}.product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--beige) 0%,#ccc3be 100%);color:var(--gris);font-size:2rem}.product-badge{position:absolute;top:.75rem;left:.75rem;background:var(--terracota);color:#fff;font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;padding:.25rem .6rem}.product-sport{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--terracota);margin-bottom:.25rem}.product-name{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:400;color:var(--oscuro);margin-bottom:.4rem;line-height:1.3}.product-price{font-size:.9rem;color:var(--texto);font-weight:400}.product-price .original{color:var(--gris);text-decoration:line-through;margin-left:.5rem;font-size:.8rem}.product-add{width:100%;margin-top:.75rem;background:var(--vino);color:#fff;border:none;padding:.7rem;font-family:Jost,sans-serif;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:background .2s;display:none}.product-card:hover .product-add{display:block}.product-add:hover{background:var(--oscuro)}.product-page{max-width:1280px;margin:0 auto;padding:3rem 2rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery{position:sticky;top:80px}.product-main-img{aspect-ratio:1/1;background:var(--beige);overflow:hidden;margin-bottom:1rem}.product-main-img img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:.5rem}.product-thumb{width:70px;height:70px;background:var(--beige);overflow:hidden;cursor:pointer;border:2px solid transparent}.product-thumb.active{border-color:var(--vino)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info-panel{padding-top:.5rem}.product-breadcrumb{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gris);margin-bottom:1rem}.product-breadcrumb a:hover{color:var(--terracota)}.product-title{font-size:clamp(1.8rem,3vw,2.5rem);color:var(--oscuro);margin-bottom:.5rem}.product-sku{font-size:.62rem;letter-spacing:.2em;color:var(--gris);margin-bottom:1.25rem}.product-price-large{font-size:1.6rem;color:var(--texto);margin-bottom:1.5rem;font-weight:300}.product-options{margin-bottom:1.5rem}.option-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--texto);margin-bottom:.6rem;font-weight:500}.option-btns{display:flex;flex-wrap:wrap;gap:.5rem}.option-btn{padding:.5rem 1rem;border:1px solid var(--borde);background:transparent;font-family:Jost,sans-serif;font-size:.75rem;cursor:pointer;transition:all .2s;color:var(--texto)}.option-btn:hover,.option-btn.selected{background:var(--vino);color:#fff;border-color:var(--vino)}.product-add-large{width:100%;padding:1rem;background:var(--vino);color:#fff;border:none;font-family:Jost,sans-serif;font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;cursor:pointer;transition:background .2s;margin-bottom:.75rem}.product-add-large:hover{background:var(--oscuro)}.product-meta-list{list-style:none;margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem}.product-meta-list li{font-size:.78rem;color:var(--gris);display:flex;gap:.5rem}.product-meta-list li:before{content:"\2726";color:var(--terracota);flex-shrink:0}.product-desc{font-size:.85rem;line-height:1.9;color:var(--gris);margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--borde)}.collection-page{max-width:1280px;margin:0 auto;padding:3rem 2rem}.collection-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--borde);display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:1rem}.filter-bar{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.filter-btn{padding:.45rem 1rem;border:1px solid var(--borde);background:transparent;cursor:pointer;font-family:Jost,sans-serif;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;transition:all .2s;color:var(--texto)}.filter-btn:hover,.filter-btn.active{background:var(--vino);color:#fff;border-color:var(--vino)}.cart-page{max-width:900px;margin:0 auto;padding:3rem 2rem}.cart-title{margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:1.5rem;align-items:start;padding:1.5rem 0;border-bottom:1px solid var(--borde)}.cart-item-img{background:var(--beige);aspect-ratio:1/1;overflow:hidden}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-name{font-family:Cormorant Garamond,serif;font-size:1.1rem;margin-bottom:.25rem}.cart-item-variant{font-size:.7rem;color:var(--gris);letter-spacing:.1em;margin-bottom:.75rem}.qty-control{display:flex;align-items:center;gap:0;border:1px solid var(--borde);width:fit-content}.qty-btn{width:32px;height:32px;background:none;border:none;cursor:pointer;font-size:1rem;color:var(--texto);transition:background .2s}.qty-btn:hover{background:var(--beige)}.qty-input{width:40px;height:32px;border:none;border-left:1px solid var(--borde);border-right:1px solid var(--borde);text-align:center;font-family:Jost,sans-serif;font-size:.85rem}.cart-item-price{font-size:1rem;font-weight:400;white-space:nowrap}.cart-summary{margin-top:2rem;padding-top:1.5rem;display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.cart-total{font-family:Cormorant Garamond,serif;font-size:1.6rem}.checkout-btn{background:var(--vino);color:#fff;border:none;padding:1rem 3rem;font-family:Jost,sans-serif;font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;cursor:pointer;transition:background .2s}.checkout-btn:hover{background:var(--oscuro)}.trust-bar{background:var(--vino);padding:2rem}.trust-inner{max-width:1280px;margin:0 auto;display:flex;justify-content:center;flex-wrap:wrap;gap:3rem}.trust-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;color:#f5f5f1cc}.trust-icon{font-size:1.4rem}.trust-label{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase}.breadcrumb{font-size:.65rem;letter-spacing:.12em;color:var(--gris);padding:1rem 2rem;max-width:1280px;margin:0 auto}.breadcrumb a:hover{color:var(--terracota)}.breadcrumb span{margin:0 .4rem}.empty-state{text-align:center;padding:5rem 2rem}.empty-state h2{color:var(--oscuro);margin-bottom:1rem}.empty-state p{color:var(--gris);margin-bottom:2rem}.site-footer{background:var(--oscuro);padding:4rem 2rem 1.5rem}.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(245,245,241,.08)}.footer-logo{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:300;color:var(--blanco);display:flex;align-items:baseline;gap:2px;margin-bottom:.75rem}.footer-tagline{font-size:.78rem;line-height:1.8;color:#f5f5f166;max-width:220px;margin-bottom:1.5rem}.footer-social{display:flex;gap:1.25rem}.footer-social a{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:#f5f5f166;transition:color .2s}.footer-social a:hover{color:var(--terracota)}.footer-heading{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--terracota);margin-bottom:1.25rem;font-family:Jost,sans-serif}.footer-col{display:flex;flex-direction:column;gap:.65rem}.footer-col a{font-size:.75rem;color:#f5f5f166;transition:color .2s;letter-spacing:.05em}.footer-col a:hover{color:var(--beige)}.footer-bottom{max-width:1280px;margin:0 auto;padding-top:1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.footer-bottom p{font-size:.62rem;color:#f5f5f133;letter-spacing:.1em}@media(max-width:900px){.main-nav,.header-actions .nav-link{display:none}.mobile-menu-btn{display:block}.product-layout{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:600px){.section{padding:3rem 1.25rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.collections-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr}.hero{min-height:60vh}.cart-item{grid-template-columns:70px 1fr}.cart-item-price{grid-column:2}.trust-inner{gap:1.5rem}}.about-hero{background:var(--oscuro);min-height:50vh;display:flex;align-items:flex-end;padding:5rem 2rem 4rem;position:relative;overflow:hidden}.about-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 80% 50%,rgba(153,61,22,.2) 0%,transparent 60%)}.about-hero-content{max-width:1280px;margin:0 auto;width:100%;position:relative;z-index:1}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.about-body{font-size:.9rem;line-height:1.95;color:var(--gris);margin-bottom:1rem}.about-values{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.value-card{padding:1.75rem;border:1px solid var(--borde)}.value-icon{color:var(--terracota);font-size:1rem;display:block;margin-bottom:.75rem}.value-card h3{font-size:1.1rem;color:var(--oscuro);margin-bottom:.5rem}.value-card p{font-size:.78rem;color:var(--gris);line-height:1.7}.about-stats{background:var(--vino);padding:3.5rem 2rem}.stats-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-number{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:var(--blanco);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#f5f5f180}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.process-step{padding:2rem;border-top:2px solid var(--terracota)}.step-num{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300;color:#4e171a1f;line-height:1;margin-bottom:1rem}.process-step h3{font-size:1.1rem;color:var(--oscuro);margin-bottom:.5rem}.process-step p{font-size:.78rem;color:var(--gris);line-height:1.7}.about-cta{background:var(--beige);padding:5rem 2rem;text-align:center}.about-cta-inner{max-width:500px;margin:0 auto}.about-cta h2{color:var(--oscuro);margin-bottom:.75rem}.about-cta p{color:var(--gris);font-size:.9rem;margin-bottom:2rem}@media(max-width:900px){.about-grid{grid-template-columns:1fr;gap:2.5rem}.stats-inner,.process-steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.about-values,.process-steps{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
