:root{--verde: #2E3D2E;--dorado: #C6A85A;--crema: #E8E2D6;--blanco: #FFFFFF;--gris-claro: #F7F7F7;--gris-borde: #EBEBEB;--texto: #1a1a1a;--texto-suave: #777777;--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "Jost", "Helvetica Neue", Arial, sans-serif;--max-width: 1280px;--transition: all .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}body{font-family:var(--font-body);font-weight:300;color:var(--texto);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:var(--font-body)}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:400;line-height:1.2;color:var(--verde)}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.btn{display:inline-block;padding:.8rem 2rem;font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;transition:var(--transition);cursor:pointer;border:2px solid transparent}.btn-primary{background:var(--verde);color:#fff;border-color:var(--verde)}.btn-primary:hover{background:transparent;color:var(--verde)}.btn-gold{background:var(--dorado);color:var(--verde);border-color:var(--dorado)}.btn-gold:hover{background:transparent;color:var(--dorado)}.btn-outline-white{background:transparent;color:#fff;border-color:#fff}.btn-outline-white:hover{background:#fff;color:var(--verde)}.site-header{background:#fff;border-bottom:1px solid var(--gris-borde);position:sticky;top:0;z-index:1000}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem;height:65px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header-logo-text{font-family:var(--font-heading);font-size:1.6rem;font-weight:600;color:var(--verde);letter-spacing:.05em}.header-nav{flex:1;display:flex;justify-content:flex-start;padding-left:1rem}.nav-list{display:flex;align-items:center;gap:2.5rem}.nav-link{font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--texto);padding:.4rem 0;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1.5px;background:var(--verde);transition:var(--transition)}.nav-link:hover{color:var(--verde)}.nav-link:hover:after{width:100%}.dropdown-arrow{font-size:.6rem;margin-left:3px;opacity:.6}.header-icons{display:flex;align-items:center;gap:1.2rem}.header-icon{color:var(--texto);display:flex;align-items:center;position:relative;transition:var(--transition)}.header-icon:hover{color:var(--verde)}.cart-count{position:absolute;top:-7px;right:-8px;background:var(--verde);color:#fff;width:17px;height:17px;border-radius:50%;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center}.hamburger{display:none;flex-direction:column;gap:5px;padding:5px}.hamburger span{display:block;width:22px;height:1.5px;background:var(--texto);transition:var(--transition)}.nav-item--dropdown{position:relative}.mega-menu{position:absolute;top:calc(100% + 2px);left:50%;transform:translate(-50%);width:520px;background:#fff;box-shadow:0 12px 40px #2e3d2e24;border-radius:14px;border:1px solid #ebe5da;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease,transform .22s ease;pointer-events:none;transform:translate(-50%) translateY(-4px)}.mega-menu:after{content:"";position:absolute;top:-12px;left:0;right:0;height:12px;background:transparent}.nav-item--dropdown:hover .mega-menu{opacity:1;visibility:visible;pointer-events:all;transform:translate(-50%) translateY(0)}.mega-menu:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:12px;height:12px;background:#fff;border-left:1px solid #ebe5da;border-top:1px solid #ebe5da;rotate:45deg}.mega-menu-inner{display:block;padding:.5rem}.mega-menu-list{padding:.8rem;display:grid;grid-template-columns:1fr 1fr;gap:2px}.mega-menu-link{display:flex;align-items:center;gap:.6rem;padding:.7rem 1rem;font-size:.82rem;font-weight:500;color:var(--texto);transition:all .18s ease;border-radius:8px;text-decoration:none;position:relative}.mega-menu-link:after{content:"";position:absolute;bottom:6px;left:1rem;right:1rem;height:1.5px;background:var(--dorado);transform:scaleX(0);transition:transform .2s ease;transform-origin:left}.mega-menu-link:hover{background:#fdf8f2;color:var(--verde)}.mega-menu-link:hover:after{transform:scaleX(1)}.mega-menu-icon{font-size:.9rem}.mega-menu-promo{background:var(--verde);padding:1.5rem 1.2rem;border-radius:10px;display:flex;flex-direction:column;justify-content:center;gap:.7rem}.mega-menu-promo-tag{font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:var(--dorado);font-weight:600}.mega-menu-promo h3{font-family:var(--font-heading);color:#fff;font-size:1.1rem;line-height:1.3}.mobile-menu{display:none;background:#fff;border-top:1px solid var(--gris-borde);max-height:0;overflow:hidden;transition:max-height .4s ease}.mobile-menu.open{max-height:600px}.mobile-nav-list{padding:.5rem 2rem 1rem}.mobile-nav-list li{border-bottom:1px solid var(--gris-borde)}.mobile-nav-list a,.mobile-dropdown-btn{display:block;padding:.85rem 0;color:var(--texto);font-size:.85rem;font-weight:400;width:100%;text-align:left}.mobile-submenu{padding:.3rem 0 .5rem 1rem;display:none}.mobile-submenu.open{display:block}.mobile-submenu a{padding:.5rem 0;font-size:.8rem;color:var(--texto-suave);display:block}.hero-slider{position:relative;width:100%;overflow:hidden;background:#111}.hero-slide{display:none;position:relative;width:100%}.hero-slide.active{display:block}.hero-slide img{width:100%;height:auto;display:block}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0000008c,#0003 55%,#0000)}.hero-content{position:absolute;top:50%;left:7%;transform:translateY(-50%);max-width:480px;color:#fff}.hero-tag{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--dorado);margin-bottom:.8rem;font-family:var(--font-body)}.hero-title{font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3.8rem);font-weight:300;color:#fff;line-height:1.1;margin-bottom:1rem}.hero-title em{color:var(--dorado);font-style:italic}.hero-desc{font-size:.9rem;color:#ffffffd9;margin-bottom:1.8rem;line-height:1.7;font-weight:300;max-width:380px}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.slider-dots{position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.slider-dot{width:7px;height:7px;border-radius:50%;background:#fff6;cursor:pointer;transition:var(--transition);border:none}.slider-dot.active{background:var(--dorado);width:22px;border-radius:4px}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;color:#fff;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);z-index:10;font-size:1.1rem}.slider-arrow:hover{background:#ffffff4d}.slider-arrow--prev{left:1.5rem}.slider-arrow--next{right:1.5rem}.features-bar{background:var(--gris-claro);border-bottom:1px solid var(--gris-borde);padding:1rem 0}.features-bar-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-around}.feature-item{display:flex;align-items:center;gap:.6rem}.feature-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#2e3d2e}.feature-icon svg{width:22px;height:22px}.feature-text{font-size:.75rem;line-height:1.3;color:var(--texto-suave)}.feature-text strong{display:block;font-weight:600;color:var(--texto);font-size:.78rem}.section{padding:4rem 0}.section--gray{background:var(--gris-claro)}.section--crema{background:var(--crema)}.section-header{text-align:center;margin-bottom:2.5rem}.section-tag{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--dorado);margin-bottom:.5rem;font-family:var(--font-body)}.section-title{font-family:var(--font-heading);font-size:clamp(1.6rem,2.5vw,2.4rem);color:var(--verde);font-weight:400;margin-bottom:.5rem}.section-desc{font-size:.88rem;color:var(--texto-suave);max-width:480px;margin:0 auto;line-height:1.7}.products-grid-6{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:var(--gris-borde);border:1px solid var(--gris-borde)}.products-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card{background:#fff;transition:var(--transition);position:relative;overflow:hidden}.product-card:hover{z-index:1;box-shadow:0 4px 20px #0000001a}.product-card-img{display:block;position:relative;overflow:hidden;aspect-ratio:1/1;background:var(--gris-claro)}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card-img img{transform:scale(1.05)}.product-badge{position:absolute;top:.6rem;left:.6rem;background:var(--verde);color:#fff;font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .55rem;font-family:var(--font-body)}.product-badge--gold{background:var(--dorado);color:var(--verde)}.product-card-body{padding:.9rem .8rem 1rem;text-align:center}.product-card-vendor{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--texto-suave);margin-bottom:.3rem;font-family:var(--font-body)}.product-card-title{font-family:var(--font-heading);font-size:.95rem;color:var(--verde);margin-bottom:.4rem;font-weight:400;line-height:1.3}.product-card-title a:hover{color:var(--dorado)}.product-card-price{font-size:.9rem;font-weight:600;color:var(--texto);margin-bottom:.7rem;font-family:var(--font-body)}.product-card-price .compare{color:#bbb;text-decoration:line-through;font-weight:400;margin-right:.3rem;font-size:.8rem}.product-card-btn{display:inline-block;padding:.55rem 1.2rem;background:var(--verde);color:#fff;font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;transition:var(--transition);border:1.5px solid var(--verde);font-family:var(--font-body)}.product-card-btn:hover{background:transparent;color:var(--verde)}.promo-banner{background:var(--verde);padding:3.5rem 0;text-align:center}.promo-banner h2{font-family:var(--font-heading);font-size:clamp(1.6rem,3vw,2.8rem);color:#fff;font-weight:300;margin-bottom:.5rem}.promo-banner h2 em{color:var(--dorado);font-style:italic}.promo-banner p{color:#ffffffa6;font-size:.85rem;margin-bottom:1.8rem;letter-spacing:.05em}.videos-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:780px;margin:0 auto}.video-wrapper{position:relative;overflow:hidden;background:#000;aspect-ratio:9/16;border-radius:16px;box-shadow:0 8px 32px #0000002e}.video-wrapper video{width:100%;height:100%;object-fit:cover;display:block}.video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.video-overlay:hover{background:#00000026}.video-play-btn{width:52px;height:52px;background:#ffffffeb;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--verde);font-size:1.2rem;border:none;cursor:pointer;transition:var(--transition)}.video-play-btn:hover{transform:scale(1.1);background:var(--dorado)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--gris-borde)}.benefit-item{text-align:center;padding:2rem 1.5rem;border-right:1px solid var(--gris-borde)}.benefit-item:last-child{border-right:none}.benefit-icon{font-size:2rem;margin-bottom:.8rem}.benefit-title{font-family:var(--font-heading);font-size:1.1rem;color:var(--verde);margin-bottom:.4rem}.benefit-desc{font-size:.82rem;color:var(--texto-suave);line-height:1.7}.site-footer{background:var(--verde);color:#fff;padding:3.5rem 0 0}.footer-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo-text{font-family:var(--font-heading);font-size:1.8rem;color:#fff;display:block;margin-bottom:.8rem}.footer-tagline{font-size:.82rem;color:#ffffff8c;line-height:1.7;margin-bottom:1.5rem}.footer-social{display:flex;gap:.6rem}.social-link{width:32px;height:32px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;transition:var(--transition)}.social-link:hover{background:var(--dorado);color:var(--verde)}.footer-heading{font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#ffffffe6;margin-bottom:1.2rem;font-family:var(--font-body)}.footer-links li{margin-bottom:.55rem}.footer-links a{font-size:.82rem;color:#ffffff8c;transition:var(--transition)}.footer-links a:hover{color:var(--dorado);padding-left:4px}.footer-contact{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.5rem}.footer-contact li{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#ffffff8c}.footer-contact a{color:#ffffff8c}.footer-contact a:hover{color:var(--dorado)}.footer-payment-label{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:.5rem}.footer-payment-icons{display:flex;gap:.4rem;flex-wrap:wrap}.payment-badge{background:#ffffff1a;color:#ffffffa6;font-size:.62rem;font-weight:700;padding:.25rem .5rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0;font-size:.75rem;color:#ffffff59}@media(max-width:1100px){.products-grid-6{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.header-nav{display:none}.hamburger{display:flex}.mobile-menu{display:block}.hero-slide img{height:380px}.hero-content{left:5%;right:5%;max-width:100%}.products-grid-6{grid-template-columns:repeat(2,1fr)}.products-grid-3{grid-template-columns:repeat(2,1fr);gap:1rem}.videos-grid,.footer-grid{grid-template-columns:1fr}.mega-menu{display:none}}@media(max-width:480px){.hero-slide img{height:280px}.hero-title{font-size:1.6rem}.hero-btns{flex-direction:column}.products-grid-6{grid-template-columns:repeat(2,1fr)}.products-grid-3{grid-template-columns:1fr}}.mega-menu{width:400px}.mega-menu-inner{display:block}.mega-menu-list{grid-template-columns:1fr 1fr;padding:1rem}.mega-menu-link{font-size:.85rem;padding:.6rem .8rem}@media(max-width:1024px){.products-grid-6{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.benefits-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid .benefit-item:nth-child(2){border-right:none}.benefits-grid .benefit-item:nth-child(3){border-top:1px solid var(--gris-borde)}.benefits-grid .benefit-item:nth-child(4){border-right:none;border-top:1px solid var(--gris-borde)}}@media(max-width:768px){.header-inner{padding:0 1rem;height:56px}.header-logo-text{font-size:1.3rem}.header-nav{display:none}.hamburger{display:flex}.mobile-menu{display:block}.header-icons{gap:.8rem}.hero-slider{display:block}.slider-arrow{width:32px;height:32px;font-size:.85rem}.slider-arrow--prev{left:.8rem}.slider-arrow--next{right:.8rem}.features-bar-inner{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;padding:.8rem 1rem}.feature-item{justify-content:flex-start}.section{padding:2.5rem 0}.container{padding:0 1rem}.section-title{font-size:1.6rem}.section-desc{font-size:.82rem}.products-grid-6{grid-template-columns:repeat(2,1fr)}.products-grid-3{grid-template-columns:repeat(2,1fr);gap:1px;background:var(--gris-borde);border:1px solid var(--gris-borde)}.product-card-body{padding:.7rem .5rem .8rem}.product-card-title{font-size:.85rem}.product-card-price{font-size:.82rem;margin-bottom:.5rem}.product-card-btn{padding:.45rem .9rem;font-size:.6rem}.promo-banner{padding:2.5rem 1rem}.promo-banner h2{font-size:1.5rem}.promo-banner p{font-size:.8rem;margin-bottom:1.2rem}.videos-grid{grid-template-columns:1fr;gap:1rem}.benefits-grid{grid-template-columns:1fr 1fr}.benefit-item{padding:1.2rem .8rem}.benefit-icon{font-size:1.6rem;margin-bottom:.5rem}.benefit-title{font-size:.95rem}.benefit-desc{font-size:.75rem}.site-footer{padding:2.5rem 0 0}.footer-grid{grid-template-columns:1fr;gap:1.5rem;padding-bottom:2rem}.footer-logo-text{font-size:1.5rem}.footer-tagline{font-size:.78rem}.footer-bottom{flex-direction:column;gap:.3rem;text-align:center;font-size:.7rem;padding:1rem 0}.mega-menu{display:none!important}.announcement-bar p{font-size:.65rem;letter-spacing:.06em}}@media(max-width:480px){.header-logo-text{font-size:1.2rem}.products-grid-6{grid-template-columns:repeat(2,1fr)}.products-grid-3,.benefits-grid{grid-template-columns:1fr}.benefits-grid .benefit-item{border-right:none;border-bottom:1px solid var(--gris-borde)}.features-bar-inner{grid-template-columns:1fr;gap:.6rem}.feature-item{justify-content:center}.btn{padding:.7rem 1.5rem;font-size:.68rem}.section-header{margin-bottom:1.5rem}.footer-inner{padding:0 1rem}}.site-header{background:#e8e2d6!important;border-bottom:1px solid #d4cdc3}.nav-link{color:var(--verde)!important;font-weight:600}.nav-link:after{background:var(--dorado)!important}.nav-link:hover{color:var(--dorado)!important}.header-icon{color:var(--verde)!important}.header-icon:hover{color:var(--dorado)!important}.cart-count,.hamburger span{background:var(--verde)!important}.mobile-menu{background:#e8e2d6!important;border-top:1px solid #d4cdc3}.mobile-nav-list a,.mobile-dropdown-btn{color:var(--verde)!important}.mobile-submenu a{color:#7a8f6a!important}.search-bar{background:#e8e2d6;border-bottom:1px solid #d4cdc3;padding:.7rem 0}.search-bar-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.search-form{width:100%}.search-input-wrap{display:flex;align-items:center;background:#fff;border:1.5px solid #d4cdc3;border-radius:0;overflow:hidden;max-width:700px;margin:0 auto;transition:border-color .3s}.search-input-wrap:focus-within{border-color:var(--verde)}.search-icon{flex-shrink:0;margin:0 .8rem;color:#aaa}.search-input{flex:1;border:none;outline:none;font-family:var(--font-body);font-size:.88rem;font-weight:300;color:var(--texto);padding:.65rem 0;background:transparent}.search-input::placeholder{color:#bbb}.search-btn{background:var(--verde);color:#fff;border:none;padding:.65rem 1.5rem;font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .3s;white-space:nowrap}.search-btn:hover{background:var(--dorado);color:var(--verde)}@media(max-width:768px){.search-bar-inner{padding:0 1rem}.search-input-wrap{max-width:100%}.search-btn{padding:.65rem 1rem;font-size:.65rem}}.site-header{background:#fdf8f2!important;border-bottom:1px solid #ede8e0!important}.header-inner{height:75px!important}.header-logo,.header-logo a{display:flex;align-items:center}.search-bar{background:#fff!important;border-bottom:1px solid #ebebeb!important}.announcement-bar{background:var(--verde);overflow:hidden;white-space:nowrap;height:34px;display:flex;align-items:center}.ticker-wrap{width:100%;overflow:hidden}.ticker-track{display:inline-flex;align-items:center;gap:2.5rem;animation:ticker-scroll 30s linear infinite;white-space:nowrap}.ticker-item{flex-shrink:0;font-size:.75rem;font-weight:500;letter-spacing:.08em;color:#fffffff2;font-family:var(--font-body)}.ticker-sep{color:#c6a85a;font-size:1rem;flex-shrink:0}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.announcement-bar p{font-size:.72rem;font-weight:500;letter-spacing:.1em;color:#ffffffe6;text-transform:uppercase}.announcement-bar p span{color:var(--dorado)}.mobile-menu{background:#fdf8f2!important}.hero-slide img{width:100%;height:680px!important;object-fit:cover!important;object-position:center!important;display:block!important}@media(max-width:768px){.hero-slide img{height:280px!important}}@media(max-width:480px){.hero-slide img{height:220px!important}}.header-inner{height:90px!important}.search-input{color:var(--verde)!important}.search-input::placeholder{color:var(--verde)!important;opacity:.6}.search-icon{color:var(--verde)!important;stroke:var(--verde)!important}.header-inner{height:100px!important;padding-top:4px!important;padding-bottom:4px!important}.header-logo img{height:88px!important;width:auto!important}.hero-slider,.hero-slide{width:100%}.hero-slide img{width:100%!important;height:auto!important;max-height:none!important;object-fit:unset!important;display:block!important}.search-bar{position:relative;z-index:999}.search-form,.search-input-wrap{position:relative}.search-suggestions{display:none;position:absolute;top:calc(100% + 2px);left:0;right:0;max-width:700px;margin:0 auto;background:#fff;border:1px solid #e0e0e0;border-top:2px solid var(--verde);box-shadow:0 8px 24px #0000001a;z-index:1000;max-height:420px;overflow-y:auto}.search-suggestions.active{display:block}.suggestion-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .2s;text-decoration:none;color:inherit}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:#f7f7f7}.suggestion-img{width:52px;height:52px;object-fit:cover;flex-shrink:0;background:#f5f5f5}.suggestion-img-placeholder{width:52px;height:52px;background:#f0f0f0;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#ccc;font-size:1.2rem}.suggestion-info{flex:1;min-width:0}.suggestion-title{font-size:.88rem;font-weight:500;color:var(--texto);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.2rem;font-family:var(--font-body)}.suggestion-title em{color:var(--verde);font-style:normal;font-weight:700}.suggestion-price{font-size:.82rem;font-weight:600;color:var(--verde);font-family:var(--font-body)}.suggestion-stock{font-size:.7rem;color:#4caf50;font-weight:500;font-family:var(--font-body)}.suggestion-footer{padding:.7rem 1rem;text-align:center;border-top:1px solid #f0f0f0;background:#fafafa}.suggestion-footer a{font-size:.82rem;color:var(--verde);font-weight:600;font-family:var(--font-body);letter-spacing:.05em}.suggestion-footer a:hover{color:var(--dorado)}.suggestion-loading{padding:1rem;text-align:center;font-size:.85rem;color:#aaa;font-family:var(--font-body)}.suggestion-empty{padding:1rem;text-align:center;font-size:.85rem;color:#999;font-family:var(--font-body)}:root{--font-heading: "Playfair Display", Georgia, serif !important;--font-body: "Montserrat", "Helvetica Neue", Arial, sans-serif !important}body{font-family:Montserrat,sans-serif!important}h1,h2,h3,h4{font-family:Playfair Display,serif!important}.nav-link,.search-input,.search-btn,.btn,.product-card-vendor,.product-card-price,.product-card-btn,.section-tag,.footer-heading,.footer-links a,.announcement-bar p,.feature-text,.mega-menu-link{font-family:Montserrat,sans-serif!important}.product-card-title,.section-title,.hero-title,.promo-banner h2,.benefit-title{font-family:Playfair Display,serif!important}.product-card{background:#fff!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 2px 12px #00000012!important;transition:box-shadow .3s,transform .3s!important;position:relative!important}.product-card:hover{box-shadow:0 8px 28px #00000021!important;transform:translateY(-4px)!important}.product-card-img{background:#f8f8f8!important;border-radius:12px 12px 0 0!important;aspect-ratio:1/1!important;overflow:hidden!important;display:block!important;position:relative!important}.product-card-img img{width:100%!important;height:100%!important;object-fit:contain!important;padding:1rem!important;transition:transform .4s ease!important}.product-card:hover .product-card-img img{transform:scale(1.06)!important}.product-badge{position:absolute!important;top:.6rem!important;left:.6rem!important;background:#e53935!important;color:#fff!important;font-size:.6rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;padding:.25rem .6rem!important;border-radius:3px!important;font-family:Montserrat,sans-serif!important}.product-badge--gold{background:var(--dorado)!important;color:var(--verde)!important}.product-delivery-tag{display:inline-flex;align-items:center;gap:.3rem;background:#fff;border:1.5px solid #4caf50;color:#4caf50;font-size:.68rem;font-weight:600;padding:.25rem .7rem;border-radius:20px;margin-bottom:.5rem;font-family:Montserrat,sans-serif}.product-card-body{padding:.9rem 1rem 1.1rem!important;text-align:left!important;display:flex!important;flex-direction:column!important;flex:1!important}.product-card{display:flex!important;flex-direction:column!important}.atc-form{margin-top:auto!important}.product-card-vendor{font-size:.62rem!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#aaa!important;margin-bottom:.3rem!important}.product-card-title{font-family:Playfair Display,serif!important;font-size:.95rem!important;font-weight:500!important;color:#1a1a1a!important;line-height:1.35!important;margin-bottom:.5rem!important;min-height:4rem!important;flex:1!important}.product-card-title a{color:#1a1a1a!important}.product-card-title a:hover{color:var(--verde)!important}.product-card-price{font-size:.82rem!important;color:#555!important;font-weight:400!important;margin-bottom:.3rem!important}.product-card-price .compare{text-decoration:line-through!important;color:#bbb!important;margin-right:.3rem!important;font-size:.78rem!important}.product-card-price-main{font-size:1.3rem!important;font-weight:700!important;color:#1a1a1a!important;font-family:Montserrat,sans-serif!important}.product-card-btn{display:block!important;width:100%!important;padding:.75rem!important;background:var(--verde)!important;color:#fff!important;font-size:.75rem!important;font-weight:600!important;letter-spacing:.08em!important;text-transform:uppercase!important;text-align:center!important;border-radius:6px!important;border:2px solid var(--verde)!important;transition:all .3s!important;font-family:Montserrat,sans-serif!important;margin-top:.8rem!important}.product-card-btn:hover{background:transparent!important;color:var(--verde)!important}.products-carousel-wrap{position:relative;overflow:hidden}.products-carousel{display:flex;gap:1.2rem;transition:transform .4s ease;will-change:transform}.products-carousel .product-card{flex:0 0 calc(20% - 1rem);min-width:0}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#fff;border:1.5px solid #e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;font-size:1rem;color:var(--verde);box-shadow:0 2px 8px #0000001a;transition:all .3s}.carousel-btn:hover{background:var(--verde);color:#fff;border-color:var(--verde)}.carousel-btn--prev{left:-20px}.carousel-btn--next{right:-20px}@media(max-width:1024px){.products-carousel .product-card{flex:0 0 calc(25% - 1rem)}}@media(max-width:768px){.products-carousel .product-card{flex:0 0 calc(50% - .6rem)}.carousel-btn--prev{left:0}.carousel-btn--next{right:0}}@media(max-width:480px){.products-carousel .product-card{flex:0 0 calc(100% - .6rem)}}.carousel-btn{display:none!important}.products-carousel-wrap{overflow:hidden!important;position:relative!important}.products-carousel{display:flex!important;gap:1.2rem!important;transition:transform .6s ease!important;will-change:transform!important}.products-carousel .product-card{flex:0 0 calc(20% - 1rem)!important;min-width:0!important;display:flex!important;flex-direction:column!important}.product-card-body{display:flex!important;flex-direction:column!important;flex:1!important;padding:.9rem 1rem 1.1rem!important;text-align:center!important}.product-delivery-tag{align-self:center!important}.product-card-vendor{text-align:center!important}.product-card-title{text-align:center!important;flex:1!important;display:flex!important;align-items:flex-start!important;justify-content:center!important}.product-card-price{text-align:center!important;margin-top:auto!important}.product-card-price-main{display:block!important;text-align:center!important}.product-card-btn{margin-top:.8rem!important;align-self:stretch!important}@media(max-width:1024px){.products-carousel .product-card{flex:0 0 calc(25% - 1rem)!important}}@media(max-width:768px){.products-carousel .product-card{flex:0 0 calc(50% - .6rem)!important}}@media(max-width:480px){.products-carousel .product-card{flex:0 0 calc(100% - .6rem)!important}}.header-icon[aria-label=Buscar]{display:none!important}@media(max-width:768px){.header-inner{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;height:64px!important;padding:0 1rem!important}.header-logo{grid-column:1!important}.hamburger{grid-column:2!important;justify-self:center!important;display:flex!important}.header-icons{grid-column:3!important}.header-nav{display:none!important}}@media(max-width:768px){.features-bar-inner{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important}.feature-item{padding:.8rem 1rem!important;border-bottom:1px solid #d4cdc3!important;justify-content:flex-start!important;gap:.5rem!important}.feature-item:nth-child(1),.feature-item:nth-child(2){border-top:none!important}.feature-item:nth-child(odd){border-right:1px solid #d4cdc3!important}}@media(max-width:768px){.products-carousel .product-card{flex:0 0 calc(50% - .6rem)!important}.product-card-img img{padding:.5rem!important}.product-card-body{padding:.6rem .7rem .8rem!important}.product-delivery-tag{font-size:.6rem!important;padding:.2rem .5rem!important;margin-bottom:.3rem!important}.product-card-vendor{font-size:.58rem!important}.product-card-title{font-size:.78rem!important;min-height:2rem!important}.product-card-price-main{font-size:1rem!important}.product-card-btn{font-size:.62rem!important;padding:.55rem!important;margin-top:.5rem!important}}@media(max-width:480px){.products-carousel .product-card{flex:0 0 calc(50% - .6rem)!important}}@media(max-width:768px){.header-inner{height:70px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 1rem!important}.header-logo{display:flex!important;align-items:center!important}.header-logo img{height:60px!important}.hamburger{position:absolute!important;left:50%!important;transform:translate(-50%)!important;display:flex!important}.header-icons{display:flex!important;align-items:center!important;gap:.8rem!important}}.slider-dots{display:none!important}.feature-item{display:flex!important;align-items:center!important;gap:.7rem!important}.feature-text{display:flex!important;flex-direction:column!important;justify-content:center!important}@media(max-width:768px){.features-bar-inner{display:grid!important;grid-template-columns:1fr 1fr!important}.feature-item{padding:.9rem .8rem!important;align-items:center!important;border-bottom:1px solid #d4cdc3!important}.feature-item:nth-child(odd){border-right:1px solid #d4cdc3!important}.feature-item:nth-child(3),.feature-item:nth-child(4){border-bottom:none!important}.feature-icon{font-size:1.4rem!important;flex-shrink:0!important}.feature-text strong{font-size:.75rem!important}.feature-text{font-size:.72rem!important}}@media(max-width:768px){.products-carousel .product-card{flex:0 0 calc(50% - .6rem)!important;border-radius:8px!important;box-shadow:0 1px 8px #00000014!important}.product-card-img{aspect-ratio:1/1!important;border-radius:8px 8px 0 0!important}.product-card-img img{padding:.4rem!important;object-fit:contain!important}.product-card-body{padding:.5rem .6rem .7rem!important}.product-delivery-tag{display:none!important}.product-card-vendor{font-size:.55rem!important;margin-bottom:.2rem!important}.product-card-title{font-size:.72rem!important;line-height:1.25!important;min-height:2rem!important;-webkit-line-clamp:2!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-align:left!important}.product-card-title a{color:#1a1a1a!important}.product-card-price{text-align:left!important;margin-top:.4rem!important;margin-bottom:.3rem!important}.product-card-price-main{font-size:.95rem!important;font-weight:700!important;color:#1a1a1a!important;display:block!important;text-align:left!important}.product-card-price .compare{font-size:.68rem!important}.product-card-btn{font-size:.6rem!important;padding:.5rem .4rem!important;border-radius:6px!important;letter-spacing:.04em!important;margin-top:.4rem!important}}.payment-methods-bar{background:#fff;border-top:1px solid #ebebeb;padding:1.2rem 0}.payment-methods-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:center;gap:.8rem;flex-wrap:wrap}.payment-methods-label{font-size:.72rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.1em;font-family:Montserrat,sans-serif;margin-right:.5rem}.payment-icon{height:24px;width:auto;object-fit:contain;filter:grayscale(20%);transition:filter .2s}.payment-icon:hover{filter:grayscale(0%)}.pay-icon{height:32px;width:auto;object-fit:contain;border-radius:4px;transition:opacity .2s}.pay-icon:hover{opacity:.85}@media(max-width:768px){.pay-icon{height:26px}}.pay-badge{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 10px;border:1px solid #e0e0e0;border-radius:4px;font-size:.65rem;font-weight:700;font-family:Montserrat,sans-serif;letter-spacing:.05em;color:#444;background:#fff;white-space:nowrap}.pay-badge--visa{color:#1a1f71;border-color:#1a1f71}.pay-badge--mc{color:#eb001b;border-color:#eb001b}.pay-badge--amex{color:#2e77bc;border-color:#2e77bc}.pay-badge--oxxo{color:#e91c24;border-color:#e91c24}.pay-badge--paypal{color:#003087;border-color:#003087}.pay-badge--spei{color:#00793a;border-color:#00793a}.pay-badge--mercado{color:#009ee3;border-color:#009ee3}@media(max-width:768px){.payment-methods-inner{gap:.5rem;padding:0 1rem}.pay-badge{height:24px;font-size:.58rem;padding:0 7px}.payment-methods-label{width:100%;text-align:center;margin-right:0;margin-bottom:.4rem}}.atc-form{margin:0;padding:0}.atc-form .product-card-btn,.atc-form .pc-btn{width:100%;display:block;cursor:pointer;border:none}.footer-payment-imgs{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:.5rem}.footer-payment-imgs img{height:28px;width:auto;object-fit:contain;border-radius:4px}video{display:block}.video-wrapper video:focus{outline:none}
/*# sourceMappingURL=/cdn/shop/t/6/assets/aurum-base.css.map */
