:root{--font-size-product-name: 12px;--font-size-price-main: 16px;--font-size-price-muted: 13px;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--ease-base: cubic-bezier(.4, 0, .2, 1);--duration-fast: .15s;--duration-mid: .3s;--duration-slow: .5s;--color-overlay: rgba(0, 0, 0, .45);--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--font-family: "Inter", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--max-width: 1216px;--gutter: 1.25rem;--border-radius-sm: 4px;--border-radius: 8px;--border-radius-lg: 12px;--border-radius-xl: 16px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .12);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .15);--transition-fast: var(--duration-fast) var(--ease-base);--transition: .25s var(--ease-base);--transition-slow: var(--duration-slow) var(--ease-base);--z-dropdown: 10;--z-sticky: 20;--z-header: 100;--z-overlay: 290;--z-drawer: 300;--z-flyout: 200;--z-modal: 400;--z-toast: 500}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-family);font-size:1rem;line-height:1.6;color:var(--color-text-muted);background-color:var(--color-bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font-family:var(--font-family);cursor:pointer;border:none;background:none}input,textarea,select{font-family:var(--font-family)}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:var(--color-text-main)}h1{font-size:clamp(1.75rem,4vw,2.5rem)}h2{font-size:clamp(1.375rem,3vw,2rem)}h3{font-size:clamp(1.125rem,2vw,1.5rem)}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}p{line-height:1.7;color:var(--color-text-muted)}svg{display:inline-block;vertical-align:middle}[hidden]{display:none!important}:focus-visible{outline:2px solid var(--color-brand-blue, #033f87);outline-offset:2px}@media(forced-colors:active){:focus-visible{outline:3px solid LinkText}}@media(prefers-reduced-motion:reduce){*,:before,:after{animation-delay:-1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important;background-attachment:scroll!important;scroll-behavior:auto!important;transition-duration:0s!important;transition-delay:0s!important}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:none}@media(max-width:1024px){.container{padding-inline:1rem}}.text-center{text-align:center}.text-left{text-align:start}.text-right{text-align:end}.text-muted{color:var(--color-text-muted)}.text-dark{color:var(--color-text-main)}.text-blue{color:var(--color-brand-blue)}.text-red{color:var(--color-brand-red)}.text-green{color:var(--color-brand-green)}.text-white{color:var(--color-bg-white)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.d-grid{display:grid}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-sm{gap:var(--space-xs)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.price--compare{text-decoration:line-through;color:var(--color-text-muted)}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.w-full{width:100%}.hidden{display:none!important}.mt-1{margin-block-start:var(--space-2xs)}.mt-2{margin-block-start:var(--space-xs)}.mt-4{margin-block-start:var(--space-md)}.mt-6{margin-block-start:var(--space-lg)}.mb-2{margin-block-end:var(--space-xs)}.mb-4{margin-block-end:var(--space-md)}.py-4{padding-block:var(--space-md)}.px-4{padding-inline:var(--space-md)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.rounded{border-radius:var(--border-radius)}.gap-2{gap:var(--space-xs)}.gap-4{gap:var(--space-md)}.items-center{align-items:center}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.flex-col{flex-direction:column}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6875rem 1.5rem;font-family:var(--font-family);font-size:.875rem;font-weight:600;letter-spacing:.04em;line-height:1;border-radius:var(--border-radius);border:2px solid transparent;cursor:pointer;transition:background-color var(--transition),color var(--transition),border-color var(--transition),box-shadow var(--transition),transform var(--transition);white-space:nowrap;text-transform:uppercase;text-decoration:none;-webkit-user-select:none;user-select:none}.btn:focus-visible{outline:2px solid var(--color-brand-blue);outline-offset:3px}.btn:active{transform:scale(.97)}.btn--primary{background-color:var(--color-brand-blue);color:var(--color-bg-white);border-color:var(--color-brand-blue)}.btn--primary:hover{background-color:var(--color-brand-blue-hover);border-color:var(--color-brand-blue-hover);box-shadow:var(--shadow-md)}.btn--secondary{background-color:var(--color-brand-red);color:var(--color-bg-white);border-color:var(--color-brand-red)}.btn--secondary:hover{background-color:var(--color-brand-red-hover);border-color:var(--color-brand-red-hover);box-shadow:var(--shadow-md)}.btn--outline{background-color:transparent;color:var(--color-brand-blue);border-color:var(--color-brand-blue)}.btn--outline:hover{background-color:var(--color-brand-blue);color:var(--color-bg-white)}.btn--outline-red{background-color:transparent;color:var(--color-brand-red);border-color:var(--color-brand-red)}.btn--outline-red:hover{background-color:var(--color-brand-red);color:var(--color-bg-white)}.btn--ghost{background-color:transparent;color:var(--color-text-muted);border-color:transparent}.btn--ghost:hover{background-color:#033f8714;color:var(--color-brand-blue)}.btn--sm{padding:.5rem 1rem;font-size:.75rem}.btn--lg{padding:.875rem 2rem;font-size:1rem}.btn--full{width:100%}.btn:disabled,.btn[aria-disabled=true]{opacity:.45;cursor:not-allowed;pointer-events:none}.btn--loading{pointer-events:none;opacity:.75}.btn--loading:after{content:"";display:inline-block;width:.875rem;height:.875rem;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .65s linear infinite;margin-left:.375rem}.badge{display:inline-flex;align-items:center;padding:.2rem .55rem;font-size:.6875rem;font-weight:700;line-height:1;letter-spacing:.03em;text-transform:uppercase;border-radius:var(--border-radius);white-space:nowrap}.badge--discount{background-color:var(--color-brand-red);color:var(--color-bg-white)}.badge--tag{background-color:var(--color-brand-blue);color:var(--color-bg-white)}.badge--unavailable{background-color:var(--color-border);color:var(--color-text-muted)}.badge--new{background-color:var(--color-brand-green);color:var(--color-bg-white)}.badge--sale{background-color:#e07b00;color:var(--color-bg-white)}.input{width:100%;padding:.625rem .875rem;font-family:var(--font-family);font-size:.9375rem;color:var(--color-text-main);background-color:var(--color-bg-white);border:1.5px solid var(--color-border);border-radius:var(--border-radius);transition:border-color var(--transition),box-shadow var(--transition);outline:none;-webkit-appearance:none;appearance:none}.input::placeholder{color:var(--color-text-muted)}.input:focus{border-color:var(--color-brand-blue);box-shadow:0 0 0 3px #033f8726}.input--error{border-color:var(--color-brand-red)}.input--error:focus{box-shadow:0 0 0 3px #c1121f26}.stepper{display:inline-flex;align-items:center;border:1.5px solid var(--color-border);border-radius:var(--border-radius);overflow:hidden;background-color:var(--color-bg-white)}.stepper__btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;font-size:1.25rem;font-weight:500;color:var(--color-brand-blue);background:none;border:none;cursor:pointer;transition:background-color var(--transition),color var(--transition);flex-shrink:0}.stepper__btn:hover{background-color:var(--color-brand-blue);color:var(--color-bg-white)}.stepper__btn:disabled{color:var(--color-border);cursor:not-allowed}.stepper__value{min-width:2.5rem;text-align:center;font-size:.9375rem;font-weight:600;color:var(--color-text-main);padding-inline:.25rem;-webkit-user-select:none;user-select:none}.card{background-color:var(--color-bg-white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.fade-in{animation:fadeIn var(--transition) forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.slide-down{animation:slideDown .3s ease forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUp .3s ease forwards}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}.about-page{padding-block:3rem;background-color:var(--color-bg-white)}.about-container{max-width:1024px}.about-header{display:flex;justify-content:center;margin-bottom:3rem}.about-title-badge{background-color:var(--color-brand-red);color:var(--color-bg-white);padding:.5rem 1.5rem;border-radius:6px;font-size:16px;font-weight:600;letter-spacing:.2em;margin:0;text-align:center}.about-section{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;margin-bottom:4rem}.about-section__image{border-radius:8px;overflow:hidden;width:100%;order:-1}.about-section--alternate .about-section__image{min-height:340px}.about-section:not(.about-section--alternate) .about-section__image{min-height:400px}@media(min-width:1024px){.about-section{grid-template-columns:repeat(2,1fr);gap:4rem}.about-section--alternate .about-section__image{order:0;width:448px;height:340px;max-width:100%}.about-section--alternate .about-section__content{order:1}.about-section:not(.about-section--alternate) .about-section__image{order:1;width:448px;height:400px;max-width:100%}.about-section:not(.about-section--alternate) .about-section__content{order:0}}.about-img{width:100%;height:100%;object-fit:cover}.about-section--alternate .about-img{min-height:340px;object-position:top}.about-section:not(.about-section--alternate) .about-img{min-height:400px;object-position:center}.about-section__content{display:flex;flex-direction:column;gap:1.5rem}.about-section:not(.about-section--alternate) .about-section__content{gap:2rem}.about-section__heading{font-size:clamp(22px,3vw,36px);font-weight:500;color:var(--color-brand-blue);line-height:1.25;margin-bottom:1rem}.about-section__text{font-size:13px;font-weight:300;line-height:1.7;color:#6b7280;max-width:36rem}.about-brands__title{font-size:15px;font-weight:500;color:var(--color-brand-blue);margin-bottom:1.25rem}.about-brands__carousel{width:100%;max-width:36rem;overflow:hidden}.about-brands__track{display:flex;align-items:center}.about-brands__item{flex:0 0 auto;width:200px;aspect-ratio:2 / 1;display:flex;align-items:center;justify-content:center;padding:0 10px}.about-brands__item img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.about-divider{border-top:1px solid #eaeaea;margin-block:4rem}.faq-page{padding-block:4rem 6rem;background-color:var(--color-bg-white)}.faq-header{display:flex;justify-content:center;margin-bottom:3rem}.faq-title{background-color:var(--color-brand-red);color:var(--color-bg-white);padding:.625rem 2rem;border-radius:6px;font-size:16px;font-weight:600;letter-spacing:.2em;margin:0;text-align:center}.faq-accordion{border-top:1px solid #e5e7eb}.faq-item{border-bottom:1px solid #e5e7eb}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding-block:1.25rem;padding-inline:.25rem;background:none;border:none;cursor:pointer;gap:1rem}.faq-item__trigger span:first-child{font-size:16px;font-weight:300;color:#374151;line-height:1.5;transition:color .2s}.faq-item.is-open .faq-item__trigger span:first-child{color:var(--color-brand-red);font-weight:500}.faq-item__icon{color:#9ca3af;transition:transform .3s cubic-bezier(.4,0,.2,1),color .2s;flex-shrink:0}.faq-item.is-open .faq-item__icon{transform:rotate(180deg);color:var(--color-brand-red)}.faq-item__content{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.faq-item__inner{padding-bottom:1.5rem;padding-inline:.25rem}.faq-item__inner p{font-size:15px;font-weight:300;color:#374151;line-height:1.8;margin-bottom:1rem}.faq-item__inner strong{font-weight:500;color:#111}.faq-list{list-style:none;padding-left:.5rem;margin-bottom:1.25rem}.faq-list li{font-size:15px;font-weight:300;color:#374151;line-height:1.8;margin-bottom:.5rem;position:relative;display:flex;align-items:flex-start;gap:.75rem}.faq-list--decimal{counter-reset:faq-counter}.faq-list--decimal li{counter-increment:faq-counter}.faq-list--decimal li:before{content:counter(faq-counter) ".";font-weight:300}.faq-bullet{width:6px;height:6px;background-color:var(--color-brand-red);border-radius:50%;margin-top:.625rem;flex-shrink:0}.faq-routes{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.5rem}.faq-route__label{font-size:15px;font-weight:500;color:#111;margin-bottom:.25rem}.faq-route__desc{font-size:15px;font-weight:300;color:#374151;line-height:1.8;margin:0}.garantia-page{padding-block:4rem 6rem;background-color:var(--color-bg-white)}.garantia-title{font-size:clamp(28px,5vw,42px);font-weight:700;color:var(--color-brand-blue);text-align:center;margin-bottom:2.5rem}.garantia-text{max-width:800px;margin-inline:auto;font-size:15px;font-weight:300;line-height:1.85;color:#4b5563;margin-bottom:3rem}.garantia-text p{margin-bottom:1.5rem}.garantia-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3.5rem}@media(min-width:640px){.garantia-highlights{grid-template-columns:repeat(4,1fr)}}.garantia-highlight{background-color:#f5f7fb;border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;transition:transform .3s var(--ease-base)}.garantia-highlight:hover{transform:translateY(-5px)}.garantia-highlight__icon{color:var(--color-brand-blue)}.garantia-highlight__label{font-size:12px;font-weight:700;color:#111;margin:0;text-transform:uppercase;letter-spacing:.02em}.garantia-highlight__desc{font-size:11px;font-weight:300;color:#6b7280;line-height:1.6;margin:0}.garantia-banner{position:relative;height:clamp(200px,30vw,340px);border-radius:12px;overflow:hidden;margin-top:3.5rem}.garantia-banner__img{width:100%;height:100%;object-fit:cover;object-position:center}.garantia-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(3,63,135,.8),transparent);display:flex;align-items:center;padding-inline:2rem}@media(min-width:768px){.garantia-banner__overlay{padding-inline:3rem}}.garantia-banner__content{max-width:400px}.garantia-banner__subtitle{color:#fffc;font-size:10px;font-weight:700;letter-spacing:.2em;margin-bottom:.5rem;text-transform:uppercase}.garantia-banner__title{color:var(--color-bg-white);font-size:clamp(18px,3vw,24px);font-weight:500;line-height:1.3;margin-bottom:1.5rem}.garantia-banner__btn{display:inline-flex;align-items:center;padding:.75rem 1.5rem;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.contact-page{background-color:#eaeaea;min-height:100vh}.contact-page .container{max-width:1280px}.contact-hero{position:relative;width:100%;height:clamp(240px,35vw,380px);overflow:hidden}.contact-hero__img{width:100%;height:100%;object-fit:cover;object-position:center}.contact-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#033f87d9,#033f871a);display:flex;align-items:center;justify-content:center}.contact-hero__title{color:var(--color-bg-white);text-align:center;padding-inline:1rem;font-size:clamp(32px,6vw,56px);font-weight:700;margin:0}.contact-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:1024px){.contact-grid{grid-template-columns:repeat(12,1fr)}.contact-grid__map{grid-column:span 4}.contact-grid__info{grid-column:span 5}.contact-grid__schedule{grid-column:span 3}}.contact-card{background-color:var(--color-bg-white);border-radius:10px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;height:100%}.contact-card--map{padding:0;overflow:hidden}.contact-card__title{font-size:22px;font-weight:700;color:#111;margin-bottom:1.25rem}.contact-locations{display:flex;flex-direction:column;gap:1.5rem}.contact-detail{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.contact-detail__icon{color:var(--color-brand-blue);flex-shrink:0;margin-top:.125rem}.contact-detail__text{font-size:14px;font-weight:300;line-height:1.7;color:#4b5563;margin:0}.contact-detail__link{font-size:14px;font-weight:500;color:var(--color-brand-blue);text-decoration:none}.contact-detail__link:hover{text-decoration:underline}.contact-card__desc{font-size:13px;font-weight:300;line-height:1.65;color:#6b7280;font-style:italic;margin-bottom:1.25rem}.contact-features{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:1rem;border-top:1px solid #f3f4f6;margin-top:1rem}.contact-feature{display:flex;align-items:center;gap:.5rem}.contact-feature span{font-size:12px;font-weight:400;color:#374151}.contact-feature svg{color:#6b7280}.contact-schedule{display:flex;flex-direction:column;gap:.875rem}.contact-schedule__item{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.contact-schedule__item:last-child{border-bottom:none;padding-bottom:0}.contact-schedule__day{font-size:14px;font-weight:400;color:#374151}.contact-schedule__hours{font-size:13px;font-weight:300;color:#4b5563}.cart-page{background-color:#eaeaea;padding-block:2.5rem 5rem}.cart-page__title{font-family:var(--font-heading-family);font-weight:700;font-size:clamp(24px,4vw,36px);color:#111;margin-block-start:0;margin-block-end:2rem}.cart-page__layout{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}@media(min-width:1024px){.cart-page__layout{grid-template-columns:8fr 4fr;gap:1.5rem}.cart-page__layout--empty{grid-template-columns:1fr;width:100%}}.cart-page__left{display:flex;flex-direction:column;gap:1.5rem}.cart-page__right{position:static}@media(min-width:1024px){.cart-page__right{position:sticky;top:120px}}.cart-items{background-color:var(--color-bg-white, #ffffff);border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.cart-item{display:flex;gap:1rem;padding:0;border:none;margin:0}@media(min-width:640px){.cart-item{gap:1.5rem}}.cart-item+.cart-item{border-top:1px solid #f0f0f0;padding-block-start:1.25rem;margin-block-start:1.25rem}.cart-item__image-wrap{width:88px;height:88px;flex-shrink:0;border-radius:8px;overflow:hidden;background-color:#f7f7f7;display:flex;align-items:center;justify-content:center}@media(min-width:640px){.cart-item__image-wrap{width:110px;height:110px}}.cart-item__image{width:100%;height:100%;object-fit:contain}.cart-item__content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.cart-item__header{display:flex;justify-content:space-between;gap:.5rem}.cart-item__vendor{font-size:10px;font-weight:500;color:#9ca3af;letter-spacing:.1em;text-transform:uppercase;margin-block-end:2px}.cart-item__title{font-size:13px;font-weight:500;color:#111;line-height:1.4;margin:0;margin-block-end:4px}.cart-item__price{font-size:14px;font-weight:600;color:#111;margin:0}.cart-item__total{font-size:14px;font-weight:600;color:#111;display:none}@media(min-width:640px){.cart-item__total{display:block}}.cart-item__footer{display:flex;align-items:center;gap:.75rem;margin-block-start:.75rem}.stepper{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;height:32px;background-color:var(--color-bg-white, #ffffff)}.stepper__btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#6b7280;background:transparent;border:none;cursor:pointer;transition:background-color .2s var(--ease-base);padding:0}.stepper__btn:hover{background-color:#f5f5f5}.stepper__btn svg{width:12px;height:12px;stroke-width:2px}.stepper__value{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-inline-start:1px solid #e5e7eb;border-inline-end:1px solid #e5e7eb;font-size:13px;font-weight:500;color:#111}.cart-item__remove{padding:6px;border-radius:6px;border:none;background:transparent;cursor:pointer;color:#9ca3af;transition:all .2s var(--ease-base);display:flex;align-items:center;justify-content:center}.cart-item__remove:hover{color:var(--color-brand-red, #c1121f);background-color:#fef2f2}.cart-item__remove svg{width:15px;height:15px;stroke-width:1.5px}.cart-suggestions{background-color:var(--color-bg-white, #ffffff);border-radius:12px;padding:1.25rem 1.5rem;margin-block-start:0}.cart-suggestions__header{display:flex;justify-content:space-between;align-items:center;margin-block-end:1.25rem}.cart-suggestions__title{font-size:15px;font-weight:600;color:#111;margin:0}.cart-suggestions__nav{display:flex;gap:.5rem}.cart-suggestions__btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:50%;color:#111;background-color:transparent;cursor:pointer;transition:all .2s var(--ease-base);padding:0}.cart-suggestions__btn:hover:not(:disabled){border-color:var(--color-brand-red, #c1121f);color:var(--color-brand-red, #c1121f)}.cart-suggestions__btn:disabled{opacity:.3;cursor:not-allowed}.cart-suggestions__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:768px){.cart-suggestions__grid{grid-template-columns:1fr}}.suggestion-card{display:flex;gap:.75rem;padding:.75rem;border-radius:10px;border:1px solid #f0f0f0;background-color:#fafafa}.suggestion-card__image-wrap{width:72px;height:72px;shrink-0:0;border-radius:6px;overflow:hidden;background-color:var(--color-bg-white, #ffffff)}.suggestion-card__image{width:100%;height:100%;object-fit:cover}.suggestion-card__info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.suggestion-card__vendor{font-size:10px;font-weight:500;color:#9ca3af;letter-spacing:.1em;text-transform:uppercase;margin-block-end:2px}.suggestion-card__name{font-size:12px;font-weight:400;color:#111;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.suggestion-card__price{font-size:14px;font-weight:700;color:#111;margin-block-start:4px}.suggestion-card__atc{margin-block-start:.5rem;padding:6px 12px;border-radius:9999px;border:1px solid #e5e7eb;background-color:var(--color-bg-white, #ffffff);color:#111;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s var(--ease-base);align-self:flex-start}.suggestion-card__atc:hover{border-color:var(--color-brand-red, #c1121f);color:var(--color-brand-red, #c1121f)}.suggestion-card__atc.is-added{background-color:var(--color-brand-red, #c1121f);border-color:var(--color-brand-red, #c1121f);color:var(--color-bg-white, #ffffff)}.cart-summary{background-color:var(--color-bg-white, #ffffff);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.cart-summary__title{font-size:17px;font-weight:700;color:#111;text-transform:none;letter-spacing:normal;margin-block-end:0}.product-accordion{border-radius:8px;overflow:hidden;margin-block-end:1rem}.product-accordion__observaciones{margin-block-end:0}.product-accordion__header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:transparent;border:none;cursor:pointer;text-align:start;font-size:13px;font-weight:400;color:#4b5563;transition:background-color .2s var(--ease-base)}.product-accordion__header:hover{background-color:#fafafa}.product-accordion__header svg{transition:transform .22s ease-out;color:#9ca3af;width:16px;height:16px}.product-accordion__header[aria-expanded=true]+.product-accordion__content{max-height:150px}.product-accordion__inner{padding:.75rem 1rem}.product-accordion__inner textarea{width:100%;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:12px;font-weight:300;color:#374151;outline:none;resize:none;transition:border-color .2s var(--ease-base)}.product-accordion__inner textarea:focus{border-color:var(--color-brand-blue, #033f87)}.cart-summary .divider{height:1px;background-color:#f0f0f0;border:none;margin:0}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;margin-block-end:0}.cart-summary__label,.cart-summary__value{font-size:15px;font-weight:700;color:#111}.cart-summary__value small{font-weight:300;font-size:12px;margin-inline-start:2px;text-transform:uppercase}.cart-summary .btn--primary{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.25rem;background-color:#111!important;color:var(--color-bg-white, #ffffff)!important;border:none!important;border-radius:8px!important;font-size:15px!important;font-weight:600!important;cursor:pointer;transition:background-color .2s var(--ease-base);height:auto!important}.cart-summary .btn--primary:hover{background-color:#333!important}.cart-page__continue-link{text-align:center;color:var(--color-brand-blue, #033f87);font-size:12px;font-weight:400;text-decoration:none;display:block;margin-block-start:0;transition:text-decoration .2s var(--ease-base)}.cart-page__continue-link:hover{text-decoration:underline}.cart-empty{text-align:center;padding-block:4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.cart-empty__icon{color:#d1d5db;margin-block-end:0;display:flex;align-items:center;justify-content:center}.cart-empty__text{font-size:15px;color:#9ca3af;font-weight:300;margin:0}[data-reveal-delay="1"]{transition-delay:.1s}[data-reveal-delay="2"]{transition-delay:.2s}[data-reveal-delay="3"]{transition-delay:.3s}[data-reveal-delay="4"]{transition-delay:.4s}[data-reveal-delay="5"]{transition-delay:.5s}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.shopify-section{background-color:#fff}.section-hero-banner{padding-block:3rem}.section{border-color:#fff;padding-block:3rem}.section__title{font-size:clamp(20px,2.5vw,24px);font-weight:var(--font-weight-semibold);color:var(--color-text-main);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.75rem}.divider{border:none;border-top:1px solid var(--color-border);margin-block:2rem}.product-name{font-size:11px;font-weight:500;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-name:first-line{font-size:14px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--color-overlay);opacity:0;visibility:hidden;transition:opacity var(--transition-slow),visibility var(--transition-slow);z-index:var(--z-overlay)}.overlay.is-open{opacity:1;visibility:visible}.product-card{position:relative;display:flex;flex-direction:column;height:100%;background-color:var(--color-bg-white)}.product-card__block-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5}.product-card__image-wrap{position:relative;overflow:hidden;background-color:var(--color-bg-white);margin-bottom:.75rem;aspect-ratio:1 / 1;z-index:10}.product-card__image{width:100%;height:100%;object-fit:contain;transition:opacity var(--duration-slow) var(--ease-base),transform var(--duration-slow) var(--ease-base)}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card:hover .product-card__image-wrap--with-secondary .product-card__image--primary{opacity:0}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__quick-view{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;align-items:flex-end;justify-content:center;padding-bottom:.75rem;z-index:20}.btn-vista-previa{pointer-events:auto;display:none;align-items:center;gap:.375rem;background-color:#ffffffeb;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:var(--color-text-main, #1f2937);padding:6px 16px;border-radius:var(--radius-base, 8px);box-shadow:0 4px 6px -1px #0000001a;font-size:11px;font-weight:500;letter-spacing:.04em;opacity:0;transform:translateY(5px);transition:opacity var(--duration-fast) var(--ease-base),transform var(--duration-fast) var(--ease-base);border:none;cursor:pointer}@media(min-width:640px){.btn-vista-previa{display:flex}}.product-card:hover .btn-vista-previa{opacity:1;transform:translateY(0)}.btn-vista-previa:active{transform:scale(.96)}.quick-view-modal{margin:0;padding:1rem;border:none;background:transparent;width:100%;height:100%;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center}.quick-view-modal:not([open]){display:none!important}.quick-view-modal::backdrop{background-color:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.quick-view-modal__card{position:relative;background-color:var(--color-bg-white);border-radius:12px;width:100%;max-width:860px;max-height:600px;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column}.quick-view-modal__close-btn{position:absolute;top:1rem;right:1rem;z-index:10;background:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:background-color .2s}.quick-view-modal__close-btn:hover{background-color:#f3f4f6}.quick-view-modal__content{display:flex;flex-direction:column;height:100%}@media(min-width:640px){.quick-view-modal__content{flex-direction:row}}.quick-view-modal__image-col{width:100%;background-color:#f5f5f5;display:flex;flex-direction:column}@media(min-width:640px){.quick-view-modal__image-col{width:42%}}.quick-view-modal__main-image-wrap{position:relative;width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;padding:1rem}.quick-view-modal__main-image{max-width:100%;max-height:100%;object-fit:contain}.quick-view-modal__thumbnails{display:flex;gap:.5rem;padding:1rem;overflow-x:auto;scrollbar-width:none}.quick-view-modal__thumbnails::-webkit-scrollbar{display:none}.quick-view-modal__thumbnail{width:60px;height:60px;border-radius:8px;border:2px solid transparent;cursor:pointer;background-color:#fff;flex-shrink:0;overflow:hidden;opacity:.6;transition:opacity .2s,border-color .2s}.quick-view-modal__thumbnail.is-active{opacity:1;border-color:var(--color-brand-blue, #033F87)}.quick-view-modal__thumbnail img{width:100%;height:100%;object-fit:contain}.quick-view-modal__info-col{width:100%;padding:2rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}@media(min-width:640px){.quick-view-modal__info-col{width:58%}}.quick-view-modal__vendor{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0}.quick-view-modal__title{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:600;color:var(--color-text-main, #1f2937);margin:0;line-height:1.2}.quick-view-modal__price{font-size:1.25rem;font-weight:700;color:var(--color-brand-blue, #033F87);margin:0}.quick-view-modal__desc{font-size:14px;color:#4b5563;line-height:1.5;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.quick-view-modal__actions{margin-top:auto;padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.quick-view-modal__add-btn{width:100%;padding:.75rem 1.5rem;background-color:var(--color-brand-blue, #033F87);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s}.quick-view-modal__add-btn:hover:not(:disabled){background-color:var(--color-brand-blue-hover, #022d61)}.quick-view-modal__add-btn:disabled{background-color:#d1d5db;cursor:not-allowed}.quick-view-modal__full-link{text-align:center;font-size:14px;color:#6b7280;text-decoration:underline;transition:color .2s}.quick-view-modal__full-link:hover{color:var(--color-text-main, #1f2937)}.product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.375rem;z-index:20}.product-card__badge{padding:.25rem .5rem;font-size:10px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--color-bg-white);border-radius:4px}.product-card__badge--discount{background-color:var(--color-brand-red)}.product-card__badge--tag{background-color:var(--color-brand-blue)}.product-card__badge--unavailable{background-color:var(--color-text-muted)}.product-card__wishlist{position:absolute;top:.75rem;right:.75rem;width:1.75rem;height:1.75rem;border-radius:50%;background-color:var(--color-bg-white);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);transition:transform var(--duration-fast) var(--ease-base),color var(--duration-fast) var(--ease-base);z-index:20;color:var(--color-text-main)}.product-card__wishlist:hover{transform:scale(1.1);color:var(--color-brand-red)}.product-card__wishlist.is-active{color:var(--color-brand-red)}.product-card__wishlist.is-active svg{fill:currentColor}.product-card__info{margin-bottom:.5rem;position:relative;z-index:10;height:auto;min-height:38px}.product-name{font-size:12px;font-weight:500;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;color:#242424}.product-card__pricing{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem;position:relative;z-index:10}.product-card__price--original{text-decoration:line-through;color:var(--color-text-muted);font-size:13px;font-weight:400}.product-card__price--current{color:var(--color-text-main);font-size:16px;font-weight:600}.product-card__actions{position:relative;width:100%;height:36px;border-radius:var(--border-radius);overflow:hidden;z-index:10;transition:border-color var(--transition)}.product-card__atc{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--color-brand-blue);color:var(--color-bg-white);font-size:11px;font-weight:400;letter-spacing:.12em;transition:all var(--transition);border:none;cursor:pointer}.product-card__atc:hover{background-color:var(--color-brand-blue-hover)}.product-card__atc-red{background-color:var(--color-brand-red);border:none}.product-card__atc-red:hover{background-color:var(--color-brand-red-hover);border:none}.product-card__stepper{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;background-color:#339a47;color:var(--color-bg-white)}.product-card__stepper-btn{height:100%;width:32px;display:flex;align-items:center;justify-content:center;color:inherit;transition:opacity var(--transition)}.product-card__stepper-btn:hover{background-color:#0000001a}.product-card__stepper-qty{font-size:13px;font-weight:600;-webkit-user-select:none;user-select:none}.product-card__unavailable{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#f3f4f6;color:#9ca3af;font-size:10px;font-weight:500;letter-spacing:.08em;white-space:nowrap;cursor:not-allowed}.product-carousel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.product-carousel__title{font-size:1.5rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin:0}.product-carousel__nav{display:flex;gap:.5rem}.product-carousel__nav-btn{width:2rem;height:2rem;padding:0;display:flex;align-items:center;justify-content:center;background-color:var(--color-brand-red);color:var(--color-bg-white);border-radius:8px;transition:background-color var(--transition),opacity var(--transition)}.product-carousel__nav-btn:hover{background-color:var(--color-brand-red-hover)}.product-carousel__nav-btn:disabled{opacity:.1;pointer-events:none}.product-carousel__track-wrap{position:relative;margin-inline:calc(var(--gutter) * -1);padding-inline:var(--gutter);overflow:hidden}.product-carousel__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:1rem}.product-carousel__track::-webkit-scrollbar{display:none}.product-carousel__item{flex:0 0 calc(50vw - (var(--gutter) * 1.5));scroll-snap-align:start}@media(min-width:1024px){.product-carousel__track{gap:1.5rem}.product-carousel__item{flex:0 0 220px}.product-carousel__track-wrap{margin-inline:0;padding-inline:0}}.how-to-buy__title{margin-bottom:2.5rem}.how-to-buy__step{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:var(--color-bg-white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm)}.how-to-buy__icon-wrap{width:3rem;height:3rem;flex-shrink:0;background-color:var(--color-brand-red);color:var(--color-bg-white);border-radius:50%;display:flex;align-items:center;justify-content:center}.how-to-buy__step-number{color:var(--color-brand-red);font-size:11px;font-weight:600;letter-spacing:.15em}.how-to-buy__step-title{color:var(--color-brand-blue);font-size:15px;font-weight:700;letter-spacing:.05em;margin:0}.how-to-buy__step-desc{font-size:13px;color:var(--color-text-muted);line-height:1.5;margin:0}@media(min-width:640px){.how-to-buy__grid{grid-template-columns:repeat(3,1fr)}.how-to-buy__step{flex-direction:column;text-align:center;padding:2rem 1.5rem}.how-to-buy__content{align-items:center;gap:1rem}}.brand-values{background-color:#eaeaea}.brand-values__inner{display:flex;flex-direction:column;align-items:center;gap:2rem}.brand-values__image{flex-shrink:0;width:100%;max-width:260px}.brand-values__image img{width:100%;height:auto;filter:drop-shadow(var(--shadow-sm))}.brand-values__content{flex:1;text-align:center;overflow:hidden;min-width:0;width:100%;max-width:100%}.brand-values__title{font-size:clamp(1.375rem,3vw,2.25rem);font-weight:300;line-height:1.25;color:var(--color-text-main);margin-bottom:1rem;overflow-wrap:break-word;width:100%}.brand-values__desc{font-size:13px;font-weight:300;line-height:1.7;color:var(--color-text-muted);max-width:600px;margin-inline:auto;margin-bottom:2rem;overflow-wrap:break-word}.brand-values__carousel{overflow:hidden;width:100%}.brand-values__track{display:flex;gap:2rem;width:max-content;animation:brandScroll 20s linear infinite}.brand-values__track:hover{animation-play-state:paused}@keyframes brandScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-values__logo-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:120px;height:60px}.brand-values__logo-item img{max-height:50px;width:auto;object-fit:contain;mix-blend-multiply:multiply;transition:transform var(--transition)}.brand-values__logo-item img:hover{transform:scale(1.1)}@media(min-width:768px){.brand-values__inner{flex-direction:row;gap:4rem}.brand-values__image{max-width:340px}.brand-values__content{text-align:left}.brand-values__desc,.brand-values__carousel{margin-inline:0}}.testimonials__inner{background-color:#669bbb;border-radius:var(--border-radius-xl);padding:3.5rem 1.5rem;color:var(--color-bg-white)}.testimonials__header{margin-bottom:3.5rem}.testimonials__title{font-size:24px;font-weight:600;color:var(--color-bg-white);letter-spacing:.2em;text-transform:uppercase}.testimonials__subtitle{font-size:13px;font-weight:300;color:#ffffffb3;margin-top:.5rem}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:2rem}.testimonials__item{text-align:center}.testimonials__avatar{width:3.5rem;height:3.5rem;border-radius:50%;background-color:#ffffff4d;margin-inline:auto;margin-bottom:1.25rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.testimonials__avatar img{width:100%;height:100%;object-fit:cover}.testimonials__avatar-placeholder{font-size:18px;font-weight:300;color:#f8fbff}.testimonials__rating{display:flex;justify-content:center;gap:.25rem;margin-bottom:1rem}.testimonials__star{color:#ffffff4d}.testimonials__star.is-active{color:var(--color-bg-white);fill:var(--color-bg-white)}.testimonials__text{font-size:13px;font-weight:300;line-height:1.8;color:#ffffffd9;margin-bottom:1rem;font-style:italic}.testimonials__author{font-size:11px;font-weight:600;letter-spacing:.15em;margin:0}@media(min-width:768px){.testimonials__inner{padding-inline:4rem}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(max-width:767px){.testimonials__inner{background-color:transparent;padding:0;color:var(--color-text-muted)}.testimonials__title{color:var(--color-text-main)}.testimonials__subtitle{color:var(--color-text-muted)}.testimonials__item{background-color:#669bbb;border-radius:var(--border-radius-lg);padding:2rem 1.5rem;color:var(--color-bg-white)}.testimonials__author{color:var(--color-bg-white)}}.blog-section{border-top:1px solid var(--color-border)}.blog-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.blog-section__title{font-size:1.5rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin:0}.blog-section__nav{display:flex;gap:.5rem}.blog-section__nav-btn{width:2.25rem;height:2.25rem;padding:0;display:flex;align-items:center;justify-content:center;background-color:var(--color-bg-white);color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:var(--border-radius);transition:all var(--transition)}.blog-section__nav-btn:hover{border-color:var(--color-brand-blue);color:var(--color-brand-blue)}.blog-section__track-wrap{position:relative;margin-inline:calc(var(--gutter) * -1);padding-inline:var(--gutter);overflow:hidden}.blog-section__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:1rem}.blog-section__track::-webkit-scrollbar{display:none}.blog-section__item{flex:0 0 calc(80vw - (var(--gutter) * 1.5));scroll-snap-align:start;text-decoration:none;color:inherit}.blog-section__image-wrap{height:200px;overflow:hidden;background-color:var(--color-bg-white);border-radius:var(--border-radius-lg);margin-bottom:1rem}.blog-section__image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.blog-section__item:hover .blog-section__image{transform:scale(1.05)}.blog-section__post-title{font-size:15px;font-weight:500;color:var(--color-text-main);margin-bottom:.5rem;transition:opacity var(--transition)}.blog-section__item:hover .blog-section__post-title{opacity:.7}.blog-section__post-excerpt{font-size:13px;font-weight:300;line-height:1.7;color:var(--color-text-muted);margin-bottom:1rem}.blog-section__post-link{display:inline-block;font-size:11px;font-weight:400;letter-spacing:.15em;color:var(--color-brand-red);border-bottom:1px solid var(--color-brand-red);padding-bottom:.125rem}@media(min-width:1024px){.blog-section__item{flex:0 0 360px}}.breadcrumb{padding-block:1rem}.breadcrumb__list{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem;list-style:none;padding:0;margin:0}.breadcrumb__item{font-size:12px}.breadcrumb__link{color:var(--color-text-muted);text-decoration:none;transition:color var(--transition)}.breadcrumb__link:hover{color:var(--color-text-muted)}.breadcrumb__separator{color:var(--color-text-muted);display:flex;align-items:center}.breadcrumb__current{color:var(--color-text-muted)}.product-detail__grid{display:flex;flex-direction:column;padding-bottom:4rem;gap:2rem}@media(min-width:1024px){.product-detail__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:flex-start}.product-detail__info-col{position:sticky;top:10rem}}.product-gallery__main{position:relative;background-color:var(--color-bg-white);border-radius:var(--border-radius-lg);overflow:hidden;aspect-ratio:1 / 1;margin-bottom:.75rem;cursor:zoom-in}.product-gallery__image{width:100%;height:100%;object-fit:contain;padding:2rem;transition:transform .4s cubic-bezier(.4,0,.2,1);transform-origin:var(--zoom-x, 50%) var(--zoom-y, 50%)}.product-gallery__main.is-zoomed .product-gallery__image{transform:scale(1.75)}.product-detail__badge{position:absolute;top:1rem;left:1rem;background-color:var(--color-brand-red);color:var(--color-bg-white);padding:.125rem .5rem;font-size:10px;font-weight:500;letter-spacing:.05em;z-index:10}.product-gallery__thumbnails{display:flex;gap:.75rem;overflow-x:auto;scrollbar-width:none}.product-gallery__thumb{width:5rem;height:5rem;flex-shrink:0;background-color:var(--color-bg-white);border:2px solid var(--color-border);border-radius:var(--border-radius);padding:.5rem;cursor:pointer;transition:border-color var(--transition)}.product-gallery__thumb.is-active{border-color:var(--color-brand-blue)}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain}.product-detail__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.product-detail__title{font-size:1.625rem;font-weight:700;line-height:1.2;color:var(--color-text-main);margin:0}.product-detail__wishlist{width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:50%;background-color:var(--color-bg-white);box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);transition:transform var(--transition)}.product-detail__wishlist:hover{transform:scale(1.1);color:var(--color-brand-red, #C1121F)}.product-detail__wishlist.is-active{color:var(--color-brand-red, #C1121F)}.product-detail__wishlist.is-active svg{fill:var(--color-brand-red, #C1121F);stroke:var(--color-brand-red, #C1121F)}.product-detail__price-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.product-detail__price--current{font-size:2.125rem;font-weight:700;color:var(--color-text-main)}.product-detail__price--original{font-size:1rem;color:var(--color-text-muted);text-decoration:line-through}.product-detail__badge-inline{background-color:var(--color-brand-red);color:var(--color-bg-white);padding:.125rem .5rem;border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.06em}.product-variants{margin-bottom:1.5rem}.product-variant{margin-bottom:1rem}.product-variant__label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;margin-bottom:.5rem;color:var(--color-text-muted)}.product-variant__values{display:flex;flex-wrap:wrap;gap:.5rem}.variant-swatch{border:1px solid var(--color-border);padding:.5rem 1rem;border-radius:var(--border-radius);font-size:13px;background:var(--color-bg-white);cursor:pointer;transition:all var(--transition)}.variant-swatch:hover{border-color:var(--color-brand-blue)}.variant-swatch.is-active{border-color:var(--color-brand-blue);background-color:#f0f7ff;color:var(--color-brand-blue);font-weight:600}.product-detail__qty-atc{display:flex;gap:.75rem;margin-bottom:1rem}.quantity-selector{display:flex;align-items:center;border:1px solid var(--color-brand-blue);border-radius:var(--border-radius);height:3rem;overflow:hidden}.quantity-selector__btn{width:2.75rem;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-brand-blue);transition:all var(--transition)}.quantity-selector__btn:hover{background-color:var(--color-brand-blue);color:var(--color-bg-white)}.quantity-selector__input{width:2.5rem;height:100%;text-align:center;border:none;font-size:15px;font-weight:600;background:transparent;-moz-appearance:textfield}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-accordion__header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background-color:var(--color-bg-white);border:1px solid var(--color-border);border-radius:var(--border-radius);font-size:12px;font-weight:500;color:var(--color-brand-blue);transition:border-color var(--transition)}.product-accordion__header:hover{border-color:var(--color-brand-blue)}.product-accordion__header svg{transition:transform var(--transition)}.product-accordion__header[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0}.product-accordion__header[aria-expanded=true] svg{transform:rotate(180deg)}.product-accordion__content{max-height:0;overflow:hidden;transition:max-height var(--transition) ease-out,border var(--transition) ease-out;border:none;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.product-accordion__header[aria-expanded=true]+.product-accordion__content{max-height:500px;border:1px solid var(--color-border);border-top:none}.product-accordion__inner{padding:1rem}.product-accordion__note{font-size:11px;color:var(--color-text-muted);margin-bottom:.75rem}.payment-methods{display:flex;flex-wrap:wrap;gap:.5rem}.payment-method{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background-color:#0000000d;border:1px solid rgba(0,0,0,.1);border-radius:6px}.payment-method[style*="#00A650"]{background-color:#00a65014;border-color:#00a65033}.payment-method[style*="#6D1ED4"]{background-color:#6d1ed414;border-color:#6d1ed433}.payment-method[style*="#FF6B2B"]{background-color:#ff6b2b14;border-color:#ff6b2b33}.payment-method[style*="#1D7347"]{background-color:#1d734714;border-color:#1d734733}.payment-method__dot{width:1.25rem;height:1.25rem;border-radius:50%;background-color:var(--pm-color);color:var(--color-bg-white);display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:700}.payment-method__name{font-size:11px;font-weight:500}.store-availability{background-color:var(--color-bg-white);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);overflow:hidden}.store-availability__header{padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.05)}.store-availability__title{font-size:11px;font-weight:600;letter-spacing:.08em;color:var(--color-text-muted);margin:0}.store-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.03)}.store-item:last-child{border-bottom:none}.store-item__icon{color:var(--color-text-muted);flex-shrink:0}.store-item__info{flex:1}.store-item__name{font-size:13px;font-weight:500;color:var(--color-text-main);margin:0}.store-item__address{font-size:11px;color:var(--color-text-muted);margin:0}.product-tabs.desktop-only{display:none}@media(min-width:1024px){.product-tabs.desktop-only{display:block}.product-tabs.mobile-only{display:none}}.product-tabs__header{display:flex;gap:2rem;border-bottom:1px solid #f0f0f0;margin-bottom:1.5rem}.product-tabs__btn{background:none;border:none;padding:0 0 1rem;font-size:11px;font-weight:400;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;position:relative;transition:all var(--transition)}.product-tabs__btn.is-active{color:var(--color-text-main);font-weight:600}.product-tabs__btn.is-active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:var(--color-brand-blue)}.product-tabs__pane.is-active{display:block;animation:fadeIn .3s ease-out}.product-specs__row{border-bottom:1px solid #f0f0f0}.product-specs__row:nth-child(2n){background-color:#f9f9f9}.product-specs__label{padding:1rem;font-size:13px;font-weight:600;color:var(--color-text-main);width:35%}.product-specs__value{padding:1rem;font-size:13px;color:var(--color-text-muted)}.payment-method[style*="#003087"]{background-color:#00308714;border-color:#00308733}.store-item__status.is-available{color:var(--color-brand-green)}.store-item__status.is-unavailable{color:var(--color-brand-red)}.store-item__status{display:flex;align-items:center;gap:.25rem;font-size:11px;font-weight:500;white-space:nowrap}.collection-page{background-color:var(--color-bg-white);padding-bottom:4rem}.collection-page__banner{position:relative;height:250px;overflow:hidden;margin-bottom:2rem}.collection-page__banner-img{width:100%;height:100%;object-fit:cover}.collection-page__banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(3,63,135,.7),transparent);display:flex;align-items:center}.collection-page__banner-title{color:var(--color-bg-white);margin:0}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:12px}.breadcrumb__link{color:var(--color-text-muted);transition:var(--transition)}.breadcrumb__link:hover{color:var(--color-brand-red)}.breadcrumb__sep{color:var(--color-border);display:flex}.breadcrumb__sep svg{width:12px;height:12px}.breadcrumb__current{color:var(--color-text-main);font-weight:500}.collection-page__layout{display:flex;gap:2rem}.collection-page__sidebar{width:250px;flex-shrink:0;display:none}@media(min-width:1024px){.collection-page__sidebar{display:block}}.collection-page__content{flex:1;min-width:0}.collection-page__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.collection-page__title{margin:0 0 .25rem;font-size:clamp(1.5rem,3vw,2rem)}.collection-page__count{font-size:13px;color:var(--color-text-muted);margin:0}.custom-dropdown{position:relative}.sort-dropdown__trigger{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background-color:var(--color-bg-white);border:1px solid #d4d4d4;border-radius:var(--border-radius);font-size:12px;font-weight:500;color:#111;transition:all var(--transition);cursor:pointer;width:fit-content}.sort-dropdown__trigger:hover{border-color:var(--color-brand-blue)}.sort-dropdown__trigger svg:first-child{color:var(--color-brand-blue);flex-shrink:0}.sort-dropdown__current{color:var(--color-brand-blue);white-space:nowrap}.sort-dropdown__arrow{color:#9ca3af;display:flex;transition:transform .2s var(--ease-base);flex-shrink:0}.sort-dropdown__trigger[aria-expanded=true] .sort-dropdown__arrow{transform:rotate(180deg)}.custom-dropdown__menu{position:absolute;right:0;top:calc(100% + 6px);z-index:30;background-color:var(--color-bg-white);border:1px solid #d4d4d4;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;min-width:220px;opacity:0;visibility:hidden;transform:translateY(-6px) scale(.97);transition:all .2s cubic-bezier(.4,0,.2,1)}.custom-dropdown.is-open .custom-dropdown__menu{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.custom-dropdown__option{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;font-size:13px;color:#374151;transition:all .15s var(--ease-base);text-decoration:none}.custom-dropdown__option:hover{background-color:#f9f9f9}.custom-dropdown__option.is-active{font-weight:600;color:var(--color-brand-blue);background-color:#f0f5ff}.custom-dropdown__option svg{color:var(--color-brand-blue);flex-shrink:0}.mobile-categories{margin-bottom:1.25rem;margin-inline:calc(var(--gutter) * -1)}.mobile-categories__scroll{overflow-x:auto;padding-inline:var(--gutter);scrollbar-width:none;-webkit-overflow-scrolling:touch}.mobile-categories__scroll::-webkit-scrollbar{display:none}.mobile-categories__list{display:flex;gap:.5rem;width:max-content;padding-bottom:.25rem}.mobile-categories__pill{flex-shrink:0;padding:.5rem 1rem;border:1px solid #d4d4d4;border-radius:9999px;font-size:12px;font-weight:400;color:#374151;background-color:var(--color-bg-white);transition:all .15s var(--ease-base);text-decoration:none;line-height:1}.mobile-categories__pill.is-active{font-weight:600;color:var(--color-bg-white);background-color:var(--color-brand-blue);border-color:var(--color-brand-blue)}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.collection-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.collection-grid{grid-template-columns:repeat(4,1fr)}}.dept-sidebar{border:1px solid var(--color-border);border-radius:var(--border-radius-lg);position:sticky;top:100px;overflow-y:auto;max-height:calc(100vh - 120px);scrollbar-width:none;-ms-overflow-style:none}.dept-sidebar::-webkit-scrollbar{display:none}.dept-sidebar__header{padding:1.25rem 1.25rem .75rem;border-bottom:1px solid #f0f0f0}.dept-sidebar__label{font-size:10px;font-weight:600;letter-spacing:.12em;color:#9ca3af;text-transform:uppercase;margin:0}.dept-sidebar__item{border-bottom:1px solid #f0f0f0}.dept-sidebar__item:last-child{border-bottom:none}.dept-sidebar__toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;font-size:13px;font-weight:400;color:var(--color-text-muted);transition:var(--transition);text-align:left;background-color:var(--color-bg-white);position:sticky;top:0;z-index:10}.dept-sidebar__toggle:hover{background-color:#f9f9f9}.dept-sidebar__toggle.is-active{color:var(--color-brand-blue);font-weight:500}.dept-sidebar__toggle-icon svg{width:12px;height:12px;transition:var(--transition)}.dept-sidebar__toggle.is-active .dept-sidebar__toggle-icon svg{transform:rotate(180deg)}.dept-sidebar__submenu{background-color:#f8f9fb;max-height:0;overflow:hidden;transition:max-height .3s var(--ease-base)}.dept-sidebar__submenu.is-open{max-height:500px}.dept-sidebar__sublink{display:flex;align-items:center;gap:.75rem;padding:.625rem 1.25rem .625rem 1.75rem;font-size:12px;color:#4b5563;transition:var(--transition);position:relative}.dept-sidebar__sublink:hover{background-color:#f0f5ff;color:var(--color-brand-blue)}.dept-sidebar__sublink.is-active{color:var(--color-brand-blue);font-weight:600;background-color:#eef3fb}.dept-sidebar__sublink.is-active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:var(--color-brand-red);border-radius:0 4px 4px 0}.dept-sidebar__dot{width:6px;height:6px;border-radius:50%;background-color:#d1d5db;transition:var(--transition)}.dept-sidebar__sublink:hover .dept-sidebar__dot{background-color:var(--color-brand-blue)}.dept-sidebar__sublink.is-active .dept-sidebar__dot{background-color:var(--color-brand-red)}.dept-sidebar__sublink--all{font-weight:500;font-size:11px;color:var(--color-text-muted)}.dept-mobile-accordion{margin-bottom:1.5rem;width:100%}.dept-mobile-accordion__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;background-color:var(--color-bg-white);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);font-size:13px;font-weight:500;color:var(--color-text-main);box-shadow:0 1px 2px #0000000d;transition:var(--transition)}.dept-mobile-accordion__icon svg{width:16px;height:16px;color:#6b7280;transition:transform .2s var(--ease-base)}.dept-mobile-accordion__panel{opacity:0;display:grid;grid-template-rows:0fr;transition:opacity cubic-bezier(.4,0,.2,1),grid-template-rows .3s cubic-bezier(.4,0,.2,1)}.dept-mobile-accordion__panel.is-open{opacity:1;grid-template-rows:1fr}.dept-mobile-accordion__panel>div{overflow:hidden}.dept-mobile-accordion__content{border:1px solid var(--color-border);border-radius:var(--border-radius-lg);overflow:hidden;background-color:var(--color-bg-white)}.mobile-sort{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:none}.mobile-sort.is-open{display:block}.mobile-sort__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.mobile-sort__panel{position:absolute;bottom:0;left:0;right:0;background:var(--color-bg-white);border-radius:20px 20px 0 0;padding-bottom:2rem;transform:translateY(100%);transition:transform .3s var(--ease-base)}.mobile-sort.is-open .mobile-sort__panel{transform:translateY(0)}.mobile-sort__handle{width:40px;height:4px;background:#d4d4d4;border-radius:2px;margin:.75rem auto}.mobile-sort__header{padding:.5rem 1.25rem 1rem;border-bottom:1px solid #f0f0f0}.mobile-sort__header p{margin:0;font-size:13px;font-weight:600;color:var(--color-text-main)}.mobile-sort__option{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #f0f0f0;font-size:14px;color:var(--color-text-muted);text-decoration:none}.mobile-sort__option.is-active{background-color:#f0f5ff;color:var(--color-brand-blue);font-weight:600}.mobile-sort__option svg{width:16px;height:16px;color:var(--color-brand-blue)}@media(min-width:640px){.sm-d-flex{display:flex}.sm-d-none{display:none}.sm-d-block{display:block}}.col-span-2{grid-column:span 2 / span 2}.hidden{display:none}@media(min-width:768px){.md\:col-span-1{grid-column:span 1 / span 1}.md\:block{display:block}}.store-item__status.is-available{color:#16a34a}.store-item__status.is-unavailable{color:var(--color-text-muted)}.product-tabs{margin-top:2rem}.product-tabs__header{display:flex;border-bottom:1px solid var(--color-border)}.product-tabs__btn{padding:.75rem 1.5rem;font-size:11px;font-weight:400;letter-spacing:.08em;color:var(--color-text-muted);position:relative;transition:color var(--transition)}.product-tabs__btn.is-active{color:var(--color-brand-blue);font-weight:600}.product-tabs__btn.is-active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:var(--color-brand-blue)}.product-tabs__content{padding:1.5rem 0}.product-tabs__pane{display:none}.product-tabs__pane.is-active{display:block}.product-description{font-size:14px;line-height:1.7;color:var(--color-text-muted)}.product-specs{width:100%;border-collapse:collapse}.product-specs tr:nth-child(odd){background-color:#f9f9f9}.product-specs td{padding:.75rem 1.25rem}.product-specs__label{font-size:12px;font-weight:500;color:var(--color-text-muted);width:40%;border-right:1px solid #f0f0f0}.product-specs__value{font-size:13px;font-weight:300;color:var(--color-text-main)}@media(min-width:768px){.mobile-only{display:none!important}}@media(max-width:767px){.desktop-only{display:none!important}}@media(min-width:1024px){.lg-d-none{display:none!important}}@media(max-width:1023px){:root{--gutter: 1rem}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.section{padding-block:3rem}.section--lg{padding-block:4rem}}@media(max-width:767px){:root{--gutter: .875rem}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.section{padding-block:2rem}.section--lg{padding-block:3rem}.btn--mobile-full{width:100%}}@media(max-width:479px){html{font-size:15px}}@media print{.header,.footer,.cart-drawer,.flyout,[data-mobile-menu]{display:none!important}body{background:#fff;color:#000}a:after{content:" (" attr(href) ")";font-size:.75rem;color:#555}}.search-page__layout{display:flex;gap:2rem}.search-page__sidebar{width:250px;flex-shrink:0;display:none;margin-block:3rem}@media(min-width:1024px){.search-page__sidebar{display:block}}.search-page__content{flex:1;min-width:0}.search-page__header{display:flex;justify-content:space-between;align-items:flex-start;margin-block:3rem 2rem;flex-wrap:wrap;gap:1rem}.search-page__title{font-size:clamp(20px,3vw,28px);font-weight:700;color:var(--color-text-main);margin-bottom:.5rem}.search-page__title span{color:var(--color-brand-blue)}.search-page__count{font-size:13px;color:var(--color-text-muted)}.collection-page__controls{margin-bottom:1.5rem}.search-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding-block:4rem}.search-empty__icon-wrap{width:80px;height:80px;background-color:var(--color-bg-white);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);margin-bottom:1.5rem}.search-empty__label{font-size:12px;font-weight:400;letter-spacing:.12em;color:var(--color-text-muted);text-transform:uppercase;margin-bottom:.5rem}.search-empty__title{font-size:clamp(18px,3vw,26px);font-weight:700;color:var(--color-text-main);max-width:500px;margin-bottom:1rem}.search-empty__title span{color:var(--color-brand-red)}.search-empty__desc{font-size:13px;color:var(--color-text-muted);max-width:350px;margin-bottom:2rem}.search-empty__divider{width:100%;height:1px;background-color:#e8e8e8;margin-block:3rem}.customer-page{min-height:calc(100vh - 400px);display:flex;align-items:center;justify-content:center;padding:4rem 1rem;background-color:var(--color-bg-white)}.customer-card{width:100%;max-width:448px;background-color:var(--color-bg-white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.customer-card__header{padding:2rem 2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.customer-card__logo{height:40px;width:auto}.customer-card__desc{font-size:13px;font-weight:300;color:var(--color-text-muted);text-align:center}.customer-card__body{padding:0 2rem 2rem}.customer-form{display:flex;flex-direction:column;gap:1.25rem}.customer-form__field{display:flex;flex-direction:column;gap:.375rem}.customer-form__label{font-size:13px;font-weight:500;color:#4b5563}.customer-form__label-row{display:flex;justify-content:space-between;align-items:center}.customer-form__input-wrap{height:46px;background-color:#f5f5f5;border-radius:var(--border-radius);border:1px solid transparent;display:flex;align-items:center;padding-inline:1rem;gap:.75rem;transition:var(--transition)}.customer-form__input-wrap:focus-within{border-color:var(--color-brand-blue);background-color:var(--color-bg-white)}.customer-form__icon{color:var(--color-text-muted);flex-shrink:0}.customer-form__input{width:100%;background:transparent;border:none;outline:none;font-size:14px;font-weight:300;color:var(--color-text-main)}.customer-form__input::placeholder{color:#9ca3af}.customer-form__toggle-pass{color:var(--color-text-muted);cursor:pointer;background:none;border:none;padding:0}.customer-form__link{font-size:12px;color:var(--color-brand-blue);text-decoration:none}.customer-form__link:hover{text-decoration:underline}.customer-form__divider{display:flex;align-items:center;gap:1rem;margin-block:1.5rem}.customer-form__divider-line{flex:1;height:1px;background-color:#e5e7eb}.customer-form__divider-text{font-size:12px;font-weight:300;color:var(--color-text-muted)}.customer-card__footer{padding-bottom:1.5rem;text-align:center}.customer-card__back{font-size:12px;font-weight:300;color:var(--color-text-muted);text-decoration:none}.customer-card__back:hover{color:var(--color-text-main)}#recover{display:none}#recover:target{display:block}#recover:target~#login{display:none}.header{background-color:var(--color-bg-white);border-bottom:1px solid #d4d4d4}#header-group{position:sticky;top:0;z-index:var(--z-header);background-color:var(--color-bg-white)}.header__announcement{text-align:center;padding-block:.5rem;font-size:12px;font-weight:400;letter-spacing:.1em}.header__row{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--spacing) * 3);padding-block:10px}.header__logo{flex-shrink:0}.header__logo-link{display:block}@media(max-width:768px){.header__logo-link{margin-right:100px}}.header__logo-svg,.header__logo-img{display:block;width:auto;height:40px;padding:10px}@media(min-width:1024px){.header__logo-svg,.header__logo-img{height:40px;padding:10px}}.header__search{flex:1;max-width:1000px;display:none}@media(min-width:1024px){.header__search{display:block}}.header__search-inner{position:relative;display:flex;align-items:center;background-color:#eaeaea;border-radius:9999px;padding-inline:1.25rem;height:42px}.header__search-inner svg{color:var(--color-text-muted);width:18px;height:18px}.header__search-inner input{width:100%;background:transparent;border:none;outline:none;padding-inline:.75rem;font-size:13px;font-weight:100;color:#6a7282}.header__mobile-search{display:none;padding:.75rem 1rem;background-color:var(--color-bg-white);border-bottom:1px solid var(--color-border);position:absolute;top:100%;left:0;right:0;z-index:40}.header__mobile-search.is-open{display:block;animation:slideDown .3s ease forwards}.header__actions{display:flex;align-items:center;gap:.75rem}.header__user-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.header__action{color:var(--color-text-main);position:relative;display:flex;align-items:center;justify-content:center;padding:.375rem;border-radius:50%;transition:background-color var(--transition)}.header__action:hover{background-color:#f4f4f4}@media(max-width:1024px){.header__action--search:hover{background-color:#fff}}.header__action--search{display:flex}@media(min-width:1024px){.header__action--search{display:none}}.header__cart-badge{position:absolute;top:-4px;right:-4px;background-color:var(--color-brand-red);color:var(--color-bg-white);border-radius:50%;width:16px;height:16px;font-size:9px;font-weight:600;display:flex;align-items:center;justify-content:center;z-index:2}.header__mobile-toggle{position:relative;width:36px;height:36px;display:flex;align-items:center;justify-content:center;padding:0;background:none;border:none;color:var(--color-text-main);cursor:pointer}@media(min-width:1024px){.header__mobile-toggle{display:none}}.header__mobile-toggle-icon{position:absolute;transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);display:flex}.header__mobile-toggle-icon:not(.is-close){opacity:1;transform:rotate(0)}.header__mobile-toggle-icon.is-close{opacity:0;transform:rotate(-90deg)}.header__mobile-toggle[aria-expanded=true] .header__mobile-toggle-icon:not(.is-close){opacity:0;transform:rotate(90deg)}.header__mobile-toggle[aria-expanded=true] .header__mobile-toggle-icon.is-close{opacity:1;transform:rotate(0)}.header__mobile-menu{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1),visibility .35s;background-color:var(--color-bg-white);width:100%;z-index:40;overflow:hidden;visibility:hidden}.header__mobile-menu.is-open{grid-template-rows:1fr;visibility:visible}.header__mobile-menu-inner{min-height:0;transform:translateY(-12px);transition:transform .35s cubic-bezier(.4,0,.2,1)}.header__mobile-menu.is-open .header__mobile-menu-inner{transform:translateY(0)}@media(min-width:1024px){.header__mobile-menu{display:none!important}}.header__mobile-nav{padding:1rem 1.5rem}.header__mobile-item{list-style:none;opacity:0;transform:translate(-10px);transition:opacity .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.header__mobile-menu.is-open .header__mobile-item{opacity:1;transform:translate(0)}.header__mobile-item:nth-child(1){transition-delay:0s}.header__mobile-item:nth-child(2){transition-delay:.04s}.header__mobile-item:nth-child(3){transition-delay:.08s}.header__mobile-item:nth-child(4){transition-delay:.12s}.header__mobile-item:nth-child(5){transition-delay:.16s}.header__mobile-item:nth-child(6){transition-delay:.2s}.header__mobile-item:nth-child(7){transition-delay:.24s}.header__mobile-item:nth-child(8){transition-delay:.28s}.header__mobile-item:nth-child(9){transition-delay:.32s}.header__mobile-item:nth-child(10){transition-delay:.36s}.header__mobile-link{display:block;width:100%;padding-block:.75rem;border-bottom:1px solid #eaeaea;font-size:14px;color:#374151;font-weight:400;background:none;text-align:left;cursor:pointer;text-decoration:none;transition:color .2s var(--ease-base)}.header__mobile-link.is-active{color:var(--color-brand-red);font-weight:500}.header__mobile-submenu{display:none;padding-left:1rem;padding-bottom:.75rem}.header__mobile-sublink{display:block;padding-block:.5rem;font-size:13px;color:var(--color-text-muted)}.header__action-icon.is-close{display:none}.header__action.is-active .header__action-icon:not(.is-close){display:none}.header__action.is-active .header__action-icon.is-close{display:block}.header__cart-badge{position:absolute;top:-4px;right:-6px;background-color:#000;color:var(--color-bg-white);font-size:9px;font-weight:700;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center}.user-menu__dropdown{position:absolute;top:100%;right:0;margin-top:.75rem;background-color:var(--color-bg-white);border-radius:10px;min-width:220px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;z-index:500;overflow:hidden;opacity:0;transform:translateY(-8px) scale(.97);transition:all .2s cubic-bezier(0,0,.2,1);visibility:hidden;pointer-events:none}.user-menu__dropdown.is-open{opacity:1;transform:translateY(0) scale(1);visibility:visible;pointer-events:auto}.user-menu__list{padding-block:.25rem}.user-menu__item{list-style:none}.user-menu__link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:14px;font-weight:400;color:#111;transition:background-color var(--transition)}.user-menu__link:hover{background-color:#f4f4f4}.user-menu__link svg{width:20px;height:20px;color:#6b7280;transition:color var(--transition)}.user-menu__link:hover svg{color:#033f87}.user-menu__item--divider{margin-bottom:.25rem;padding-bottom:.25rem;position:relative}.user-menu__item--divider:after{content:"";position:absolute;bottom:0;left:1rem;right:1rem;height:1px;background-color:#ebebeb}.user-menu__mobile{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;visibility:hidden;opacity:0;transition:opacity .3s var(--ease-base),visibility .3s}.user-menu__mobile.is-open{visibility:visible;opacity:1}.user-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.user-menu__panel{position:absolute;top:0;right:0;width:70%;max-width:320px;height:100%;background-color:var(--color-bg-white);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(0,0,.2,1);box-shadow:-10px 0 15px -3px #0000001a}.user-menu__mobile.is-open .user-menu__panel{transform:translate(0)}.user-menu__header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #ebebeb}.user-menu__title{font-size:14px;font-weight:600;color:#111}.user-menu__close{padding:.375rem;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.user-menu__close:hover{background-color:#f4f4f4}.user-menu__close svg{width:16px;height:16px}.user-menu__body{flex:1;overflow-y:auto}.header__nav{display:none;background-color:var(--color-bg-white)}@media(min-width:1024px){.header__nav{display:block}}.header__nav-list{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:0;margin:0;border-top:1px solid #d4d4d4;padding-block:.5rem}@media(max-width:1024px){.header__nav-list{border-top:none}}.header__nav-link{display:block;padding:6px 12px;font-size:12px;font-weight:400;letter-spacing:.1em;color:#4b5563;border-radius:8px;transition:all var(--transition);text-transform:uppercase}.header__nav-link:hover{background-color:#f2f2f2}.header__nav-link.is-active{background-color:#c1121f;color:#fff;font-weight:500}.header__nav-productos-wrap{position:relative}.header__nav-link--productos{background:transparent;border:none;cursor:pointer;font-family:inherit;line-height:inherit;text-align:left}.header__nav-link--productos[aria-expanded=true]{background-color:#f2f2f2;color:#c1121f}.flyout{position:absolute;top:93%;left:0;background-color:var(--color-bg-white);box-shadow:0 8px 32px #0000001a;display:none;z-index:var(--z-flyout);border-radius:8px;overflow:hidden;margin-top:12px;min-width:280px;max-width:580px}.flyout.is-visible{display:flex;animation:fadeIn .2s ease}.flyout__departments{width:230px;background-color:var(--color-bg-white);border-right:1px solid #f0f0f0}.flyout__dept-list{padding-block:.5rem}.flyout__dept-item{transition:background-color var(--transition)}.flyout__dept-item:hover{background-color:#f5f5f5}.flyout__dept-item.is-active{background-color:#f5f5f5;color:#c1121f}.flyout__dept-btn{width:100%;display:flex;align-items:center;gap:.75rem;padding:10px 16px;font-size:13px;font-weight:400;color:inherit;text-align:left;font-family:var(--font-family);background:none;border:none;cursor:pointer;transition:background-color .15s var(--ease-base),color .15s var(--ease-base)}.flyout__dept-item.is-active .flyout__dept-btn{font-weight:500}.flyout__dept-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.flyout__dept-icon svg{width:16px;height:16px;color:#6b7280;stroke-width:1.5;transition:color .15s var(--ease-base)}.flyout__dept-item.is-active .flyout__dept-icon svg{color:#c1121f}.flyout__dept-btn svg:last-child{margin-left:auto;width:13px;height:13px;color:#d1d5db;flex-shrink:0;transition:color .15s var(--ease-base)}.flyout__dept-item.is-active .flyout__dept-btn svg:last-child{color:#c1121f}.flyout__subcategories{flex:1;padding:16px;min-width:200px;min-height:360px}.flyout__panel{display:none}.flyout__panel.is-active{display:block;animation:fadeIn .3s ease}.flyout__panel-title{font-size:11px;font-weight:600;letter-spacing:.12em;color:#033f87;text-transform:uppercase;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.flyout__sub-list{display:flex;flex-direction:column;gap:2px;list-style:none;margin:0;padding:0;max-height:310px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.flyout__sub-list::-webkit-scrollbar{display:none}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.flyout__sub-list li a,.flyout__sub-link{display:block;padding:7px 8px;border-radius:6px;font-size:13px;font-weight:300;color:#4b5563;transition:color .15s var(--ease-base),background-color .15s var(--ease-base);text-decoration:none}.flyout__sub-list li a:hover,.flyout__sub-link:hover{color:#c1121f;background-color:#f9f9f9}.header__mobile-sublink:active{color:var(--color-brand-red);background-color:#f0f0f0;border-left-color:var(--color-brand-red)}.footer{background-color:var(--color-bg-white);color:var(--color-text-muted);border-top:1px solid var(--color-border)}.footer__main{padding-block:4rem}.footer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer__col-title{font-size:13px;font-weight:700;color:var(--color-brand-blue);margin-bottom:1.5rem;letter-spacing:.1em}.footer__logo{margin-bottom:1.5rem}.footer__logo-svg,.footer__logo-img{max-width:140px;height:auto}.footer__brand-label{font-size:11px;font-weight:700;color:var(--color-brand-red);letter-spacing:.15em;margin-bottom:.75rem}.footer__brand-desc{font-size:13px;line-height:1.7;color:var(--color-text-muted)}.footer__nav-list{display:flex;flex-direction:column;gap:.75rem}.footer__nav-link{font-size:13px;color:var(--color-text-muted);transition:color var(--transition)}.footer__nav-link:hover{color:var(--color-brand-blue)}.footer__location-grid{display:flex;flex-direction:column;gap:1.5rem}.footer__location-label{font-size:11px;font-weight:700;color:var(--color-brand-blue);margin-bottom:.5rem}.footer__location-text{font-size:13px;line-height:1.5;color:var(--color-text-muted);display:block}.footer__bottom{background-color:var(--color-brand-blue);border-top:1px solid #d4d4d4;padding-block:1.5rem}.footer__bottom-inner{display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:768px){.footer__bottom-inner{flex-direction:row;justify-content:space-between}}.footer__social-links{display:flex;align-items:center;gap:1.25rem}.footer__social-link{color:#fff9;transition:color var(--transition)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:none}.cart-drawer.is-open{display:block}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;animation:fadeIn .3s ease}.cart-drawer__panel{position:absolute;top:0;right:0;width:100%;height:100%;background-color:var(--color-bg-white);display:flex;flex-direction:column;transform:translate(100%);opacity:.5;transition:transform .45s cubic-bezier(.25,1,.5,1),opacity .45s cubic-bezier(.25,1,.5,1);z-index:501;box-shadow:-10px 0 30px #0000001a}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0);opacity:1}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #ebebeb;flex-shrink:0}.cart-drawer__header-info{display:flex;align-items:center;gap:.75rem}.cart-drawer__title{font-size:17px;font-weight:700;color:#111;margin:0;text-transform:none}.cart-drawer__view-link{font-size:12px;font-weight:400;color:#033f87;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s;text-transform:none;letter-spacing:normal}.cart-drawer__view-link:hover{opacity:.7}.cart-drawer__header-actions{display:flex;align-items:center;gap:.75rem}.cart-drawer__clear-btn{padding:6px;border-radius:6px;border:none;background:transparent;cursor:pointer;color:#9ca3af;transition:all var(--duration-fast) var(--ease-base);display:flex;align-items:center;justify-content:center}.cart-drawer__clear-btn:hover{color:var(--color-brand-red, #c1121f);background-color:#fef2f2}.cart-drawer__clear-btn svg{width:18px;height:18px;stroke-width:1.5px}.cart-drawer__close{padding:6px;border-radius:50%;color:#6b7280;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.cart-drawer__close:hover{background-color:#f5f5f5}.cart-drawer__body{flex:1;overflow-y:auto;padding:0rem 1.5rem;display:flex;flex-direction:column}.cart-drawer__divider{height:1px;background-color:#f0f0f0;width:100%}.cart-drawer__items{padding-block:1.5rem}.cart-item{display:flex;gap:1rem}.cart-item__image{width:88px;height:88px;background-color:#f5f5f5;border-radius:8px;overflow:hidden;flex-shrink:0}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.cart-item__brand{font-size:10px;font-weight:500;color:#9ca3af;letter-spacing:.1em;margin:0;text-transform:uppercase}.cart-item__title{font-size:13px;font-weight:400;color:#111;line-height:1.4;margin:0}.cart-item__price{font-size:15px;font-weight:700;color:#111;margin:0}.cart-item__actions{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.cart-item__remove{padding:6px;border-radius:6px;color:#9ca3af;transition:all .2s;display:flex;align-items:center;justify-content:center}.cart-item__remove:hover{background-color:#fef2f2;color:#c1121f}.cart-item__remove svg{width:15px;height:15px}.cart-item__stepper{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.cart-item__stepper button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#6b7280;transition:background-color .2s;background:transparent}.cart-item__stepper button:hover{background-color:#f5f5f5}.cart-item__stepper span{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;font-size:13px;font-weight:500;color:#111}.cart-drawer__suggestions{margin-block:1rem}.cart-drawer__suggestions-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cart-drawer__suggestions-title{font-size:13px;font-weight:600;color:#111;text-transform:none;letter-spacing:normal;margin:0}.cart-drawer__suggestions-nav{display:flex;align-items:center;gap:.25rem}.cart-drawer__nav-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #e5e7eb;color:#6b7280;transition:all .2s;background:transparent}.cart-drawer__nav-btn:hover:not(:disabled){border-color:#c1121f;color:#c1121f}.cart-drawer__nav-btn:disabled{opacity:.3;cursor:not-allowed}.cart-drawer__nav-btn svg{width:13px;height:13px}.cart-drawer__suggestion-card{background-color:#fafafa;border:1px solid #f0f0f0;border-radius:8px;padding:.75rem;display:flex;gap:1rem}.cart-drawer__suggestion-image{width:72px;height:72px;border-radius:6px;overflow:hidden;flex-shrink:0;background-color:var(--color-bg-white)}.cart-drawer__suggestion-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__suggestion-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.25rem}.cart-drawer__suggestion-name{font-size:12px;font-weight:400;color:#111;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer__suggestion-price{font-size:14px;font-weight:700;color:#111;margin:0}.cart-drawer__suggestion-add{font-size:11px;font-weight:500;border-radius:8px;border:1px solid #e5e7eb;background-color:#fff;color:#111;padding:6px 12px;cursor:pointer;transition:all .2s;white-space:nowrap}.cart-drawer__suggestion-add.is-added{border-color:#c1121f;background-color:#c1121f;color:#fff}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid #ebebeb;background-color:var(--color-bg-white);flex-shrink:0}.cart-drawer__checkout-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background-color:#111;color:var(--color-bg-white);border-radius:8px;transition:background-color .2s;text-decoration:none}.cart-drawer__checkout-btn:hover{background-color:#222;color:var(--color-bg-white)}.cart-drawer__checkout-text{font-size:14px;font-weight:600}.cart-drawer__checkout-price{font-weight:700;font-size:14px}.cart-drawer__checkout-currency{font-size:12px;font-weight:300}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-block:2.5rem;text-align:center;gap:.75rem}.cart-drawer__empty-content{display:contents}.cart-drawer__empty-icon{color:#d1d5db}.cart-drawer__empty-text{font-size:14px;color:#9ca3af;font-weight:300;margin:0}.cart-drawer__empty-btn{color:#033f87;text-decoration:underline;text-underline-offset:2px;font-size:12px;background:transparent;border:none;padding:0}.cart-drawer__empty-btn:hover{opacity:.7}@media(min-width:640px){.cart-drawer__panel{width:420px}}@media(min-width:1024px){.cart-drawer__panel{width:33vw;min-width:380px;max-width:460px}}.categories{padding-block:3rem}.categories__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.categories__title{flex:1;text-align:center;font-size:24px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin:0;color:var(--color-text-main)}.categories__nav{display:flex;gap:.5rem}@media(min-width:1024px){.categories__nav{display:none!important}}.categories__nav-btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:8px;background-color:var(--color-bg-white);border:1px solid #d4d4d4;color:var(--color-text-main);transition:all var(--transition)}.categories__nav-btn:hover{border-color:var(--color-brand-blue);color:var(--color-brand-blue)}.categories__nav-btn:disabled{opacity:.1;pointer-events:none}.categories__nav-btn svg{width:14px;height:14px;stroke-width:1.5}.categories__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.5rem}.categories__track::-webkit-scrollbar{display:none}.categories__item{flex:0 0 min(200px,calc(50vw - 24px));scroll-snap-align:start}@media(min-width:1024px){.categories__track{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;overflow:visible;padding-bottom:0}.categories__item{flex:none}}.categories__link{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.categories__image-wrap{width:100%;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background-color:var(--color-bg-white);transition:transform .5s var(--ease-base);display:flex;align-items:center;justify-content:center}.categories__link:hover .categories__image-wrap{transform:scale(1.05)}.categories__image{width:100%;height:100%;object-fit:cover}.categories__label{font-size:16px;font-weight:700;color:#1f2937;letter-spacing:.15em;text-transform:uppercase;transition:color .3s var(--ease-base);line-height:1.4;font-family:var(--font-family)}.categories__link:hover .categories__label{color:var(--color-brand-blue)}.how-to-buy{padding-block:4rem}.how-to-buy__title{font-size:24px;font-weight:600;letter-spacing:.2em;color:var(--color-text-main);margin-bottom:2.5rem;text-transform:uppercase}.how-to-buy__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.how-to-buy__grid{grid-template-columns:repeat(3,1fr)}}.how-to-buy__step{background-color:var(--color-bg-white);border-radius:12px;padding:1.5rem;display:flex;flex-direction:row;align-items:center;gap:1rem;box-shadow:var(--shadow-sm);transition:transform .3s var(--ease-base),box-shadow .3s var(--ease-base)}@media(min-width:640px){.how-to-buy__step{flex-direction:column;text-align:center;padding:2rem 1.5rem}}.how-to-buy__step:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.how-to-buy__icon-wrap{width:48px;height:48px;border-radius:50%;background-color:var(--color-brand-red);color:var(--color-bg-white);display:flex;align-items:center;justify-content:center;flex-shrink:0}.how-to-buy__icon-wrap svg{width:22px;height:22px;stroke-width:1.5}.how-to-buy__content{display:flex;flex-direction:column;gap:.25rem}@media(min-width:640px){.how-to-buy__content{gap:1rem;align-items:center}}.how-to-buy__step-number{font-size:11px;font-weight:600;color:var(--color-brand-red);letter-spacing:.15em;text-transform:uppercase}.how-to-buy__step-title{font-size:15px;font-weight:700;color:var(--color-brand-blue);letter-spacing:.05em;margin:0;text-transform:uppercase}.how-to-buy__step-desc{font-size:13px;line-height:1.6;color:#6b7280;margin:0}.footer{background-color:var(--color-bg-white);color:var(--color-text-muted);border-top:1px solid #d4d4d4}.footer__brands{background-color:var(--color-bg-white);border-bottom:1px solid #eee;padding-block:2.5rem;overflow:hidden}.footer__brands-track{display:flex;align-items:center;justify-content:space-between;gap:2rem;opacity:.6}@media(max-width:767px){.footer__brands-track{overflow-x:auto;padding-bottom:.5rem;justify-content:flex-start}}.footer__brand-img{max-height:40px;width:auto;filter:grayscale(100%);transition:all .3s var(--ease-base)}.footer__brand-img:hover{filter:grayscale(0%);opacity:1}.footer__main{padding-block:2rem}@media(min-width:1024px){.footer__main{padding-block:4rem}}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:repeat(3,1fr);gap:4rem}}.footer__logo{margin-bottom:1rem}.footer__brand-label{font-size:11px;font-weight:500;color:var(--color-text-main);letter-spacing:.2em;margin-bottom:.5rem}.footer__brand-desc{font-size:13px;font-weight:300;line-height:1.7;color:#6b7280}.footer__col-title{font-size:11px;font-weight:500;color:var(--color-text-main);letter-spacing:.2em;margin-bottom:1.25rem}.footer__col--menu{display:none}@media(min-width:768px){.footer__col--menu{display:block}}.footer__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.footer__nav-link{font-size:13px;font-weight:300;color:#6b7280;transition:all .2s var(--ease-base)}.footer__nav-link:hover{color:var(--color-text-main)}.footer__location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.footer__location-grid{grid-template-columns:1fr;gap:1.5rem}}.footer__location-label{font-size:11px;font-weight:500;color:var(--color-text-main);letter-spacing:.15em;margin-bottom:.5rem}.footer__location-text,.footer__location-text a{display:block;font-size:13px;font-weight:300;line-height:1.7;color:#6b7280;transition:color .2s var(--ease-base);text-decoration:none}.footer__location-text a:hover{color:var(--color-text-main)}@media(max-width:767px){.footer__col--brand{text-align:center}.footer__logo{display:flex;justify-content:center}}.footer__social-links{display:flex;gap:1.25rem;align-items:center}.footer__social-link{color:#fff9;transition:var(--transition);display:flex;align-items:center}.footer__social-link:hover{color:var(--color-bg-white)}.footer__social-link svg{width:18px;height:18px}.footer__bottom{border-top:1px solid #d4d4d4;padding-block:1.5rem;background-color:var(--color-brand-blue)}.footer__bottom-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:768px){.footer__bottom-inner{flex-direction:row}}.footer__copyright{font-size:11px;font-weight:300;color:#fff9}.footer__payment-methods{display:flex;gap:.75rem}.instagram-feed{padding-block:4rem;background-color:var(--color-bg-white)}.instagram-feed__profile{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2.5rem}@media(min-width:640px){.instagram-feed__profile{gap:1.5rem}}.instagram-feed__avatar-wrap{width:64px;height:64px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#f3f4f6}@media(min-width:640px){.instagram-feed__avatar-wrap{width:96px;height:96px}}.instagram-feed__avatar{width:100%;height:100%;object-fit:cover}.instagram-feed__profile-info{flex:1;display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.instagram-feed__profile-info{flex-direction:row;align-items:flex-start;gap:1rem}}.instagram-feed__handle-group{flex:1}.instagram-feed__handle{display:block;font-size:13px;font-weight:500;letter-spacing:.2em;color:var(--color-text-main);margin-bottom:.75rem;text-decoration:none}.instagram-feed__info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.instagram-feed__info-item{display:flex;align-items:flex-start;gap:.5rem}.instagram-feed__info-emoji{font-size:12px}.instagram-feed__info-text{font-size:12px;font-weight:300;color:#6b7280;line-height:1.6}.instagram-feed__btn{display:inline-block;padding:.5rem 1.5rem;background-color:var(--color-brand-blue);color:var(--color-bg-white);font-size:11px;font-weight:400;letter-spacing:.15em;border-radius:8px;text-decoration:none;transition:background-color .3s var(--ease-base);white-space:nowrap}.instagram-feed__btn:hover{background-color:#022d61}.instagram-feed__nav-wrap{display:flex;justify-content:flex-end;margin-bottom:.75rem}.instagram-feed__grid{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:1rem}.instagram-feed__grid::-webkit-scrollbar{display:none}@media(min-width:1024px){.instagram-feed__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;overflow:visible;padding-bottom:0}}.instagram-feed__item{flex:0 0 min(180px,calc(42vw - 12px));scroll-snap-align:start;aspect-ratio:4 / 5;border-radius:8px;overflow:hidden;position:relative}@media(min-width:1024px){.instagram-feed__item{flex:none}}.instagram-feed__image-wrap{width:100%;height:100%}.instagram-feed__img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.instagram-feed__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#033f8799;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s var(--ease-base);z-index:2}.instagram-feed__icon{width:2rem;height:2rem;color:var(--color-bg-white);transform:scale(.8);transition:transform .3s cubic-bezier(.4,0,.2,1)}.instagram-feed__item:hover .instagram-feed__img{transform:scale(1.1)}.instagram-feed__item:hover .instagram-feed__overlay{opacity:1}.instagram-feed__item:hover .instagram-feed__icon{transform:scale(1)}.mixed-section-home{padding-block:4rem}.mixed-section-home__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:1024px){.mixed-section-home__grid{grid-template-columns:3fr 1fr;gap:2rem}}.mixed-section-home__carousel{min-width:0}.mixed-section-home__banner{height:100%}.side-banner{position:relative;height:100%;min-height:300px;border-radius:12px;overflow:hidden;display:flex;align-items:flex-end;background-color:#f3f4f6}.side-banner__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease-base)}.side-banner:hover .side-banner__img{transform:scale(1.05)}.side-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#00000080,#0000 70%);z-index:1}.side-banner__content{position:relative;z-index:2;padding:1.5rem;color:var(--color-bg-white)}@media(min-width:1024px){.side-banner__content{padding:2rem}}.side-banner__subtitle{font-size:14px;font-weight:500;letter-spacing:.2em;margin-bottom:.5rem;opacity:.9}.side-banner__title{font-size:24px;font-weight:700;margin-bottom:1.5rem;color:var(--color-bg-white)}.side-banner__link{font-size:11px;font-weight:600;letter-spacing:.15em;color:var(--color-bg-white);text-decoration:none;border-bottom:1px solid var(--color-bg-white);padding-bottom:2px;transition:opacity .3s var(--ease-base)}.side-banner__link:hover{opacity:.7}.mid-banner{padding-block:2rem}.mid-banner__wrapper{position:relative;min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;border-radius:12px;overflow:hidden;background-color:var(--color-brand-blue);color:var(--color-bg-white);padding:2rem}@media(min-width:768px){.mid-banner__wrapper{min-height:400px;padding:4rem}}.mid-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.mid-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--color-black);z-index:2;opacity:.2}.mid-banner__content{position:relative;z-index:3;max-width:700px}.mid-banner__subtitle{font-size:clamp(11px,1.2vw,14px);font-weight:500;letter-spacing:.3em;text-transform:uppercase;margin-bottom:.75rem;color:var(--color-bg-white)}.mid-banner__title{font-size:clamp(24px,4vw,48px);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--color-bg-white)}.mid-banner__btn{display:inline-block;padding:.625rem 1.5rem;background-color:transparent;color:var(--color-bg-white);border:1px solid var(--color-bg-white);border-radius:8px;font-size:clamp(11px,1.2vw,14px);font-weight:500;letter-spacing:.2em;text-decoration:none;transition:all var(--transition)}.mid-banner__btn:hover{background-color:var(--color-brand-red);border-color:var(--color-brand-red)}.mid-banner__wrapper--no-image{background:linear-gradient(135deg,var(--color-brand-blue) 0%,#022a5a 100%)}.promo-grid{padding-block:4rem}.promo-grid__container{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.promo-grid__container{grid-template-columns:repeat(2,1fr)}}.promo-grid__item{height:250px;border-radius:12px;overflow:hidden;position:relative;background-color:#f3f4f6;transition:transform .4s var(--ease-base)}@media(min-width:640px){.promo-grid__item{height:280px}}.promo-grid__link{display:block;width:100%;height:100%}.promo-grid__image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.promo-grid__img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease-base)}.promo-grid__item:hover .promo-grid__img{transform:scale(1.05)}.promo-grid__content{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0003;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:1.5rem;color:var(--color-bg-white);transition:background-color .3s var(--ease-base);z-index:2}.promo-grid__item:hover .promo-grid__content{background-color:#0000004d}.promo-grid__item-title{font-size:clamp(18px,2.5vw,24px);font-weight:700;margin:0;color:var(--color-bg-white)}.promo-grid__btn{display:block;font-size:clamp(11px,1.2vw,14px);font-weight:500;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.25rem;opacity:.9;order:-1}.mixed-section{padding-block:4rem;background-color:var(--color-bg-white)}.mixed-section__blocks{display:flex;flex-direction:column;gap:4rem}.rich-text{max-width:800px;margin-inline:auto}.rich-text.text-center{text-align:center}.rich-text__title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:var(--color-text-main);margin-bottom:1.5rem}.rich-text__content{font-size:16px;line-height:1.7;color:#4b5563;margin-bottom:2rem}.feature-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.feature-grid--2,.feature-grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.feature-grid--4{grid-template-columns:repeat(4,1fr)}}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;background-color:#f8f9fb;border-radius:12px;transition:all .3s var(--ease-base)}.feature-item:hover{transform:translateY(-5px);background-color:var(--color-bg-white);box-shadow:0 10px 15px -3px #0000001a}.feature-item__icon-wrap{width:3.5rem;height:3.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.feature-item__icon{width:100%;height:100%;object-fit:contain}.feature-item__title{font-size:15px;font-weight:700;color:var(--color-text-main);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.feature-item__text{font-size:13px;line-height:1.5;color:#6b7280;margin:0}.recently-viewed{padding-block:4rem}.recently-viewed.hidden{display:none}.recently-viewed__grid{display:grid;grid-template-columns:repeat(8,1fr);gap:1rem}@media(min-width:768px){.recently-viewed__grid{grid-template-columns:repeat(8,1fr);gap:1.5rem}}@media(min-width:1024px){.recently-viewed__grid{gap:2rem}}.whatsapp-btn{position:fixed;bottom:2rem;right:2rem;width:3.5rem;height:3.5rem;background-color:#25d366;color:var(--color-bg-white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000040;z-index:100;transition:transform .3s cubic-bezier(.4,0,.2,1)}.whatsapp-btn:hover{transform:scale(1.1)}.whatsapp-btn__icon{width:2rem;height:2rem;position:relative;z-index:2}.whatsapp-btn__pulse{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#25d366;border-radius:50%;z-index:1;opacity:.6;animation:whatsapp-pulse 2s infinite}@keyframes whatsapp-pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.8);opacity:0}}@media(max-width:640px){.whatsapp-btn{bottom:1.5rem;right:1.5rem;width:3.25rem;height:3.25rem}}[data-reveal]{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.hero{position:relative;width:100%}.hero-grid{display:flex;flex-direction:column;gap:.75rem}@media(min-width:1024px){.hero-grid{display:grid;grid-template-columns:1fr .82fr;grid-template-rows:1fr;gap:.75rem;height:var(--hero-height-desktop, 420px);max-width:1280px}}.hero-grid__carousel-col{height:var(--hero-height-mobile, 260px);position:relative}@media(min-width:1024px){.hero-grid__carousel-col{height:100%}}.hero--rounded{border-radius:var(--border-radius-lg, 12px);overflow:hidden;position:relative}.hero__inner{position:relative;width:100%;height:100%}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .7s var(--ease-base);pointer-events:none;z-index:1}.hero__slide.is-active{opacity:1;pointer-events:auto;z-index:2}.hero__image-wrap{position:absolute;top:0;right:0;bottom:0;left:0}.hero__image{width:100%;height:100%;max-width:none;object-fit:cover;display:block;position:relative;z-index:0}.hero__image--placeholder{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;pointer-events:none}.hero__content-container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;padding-inline:var(--gutter);z-index:3}.hero__content-container--top-left{align-items:flex-start;justify-content:flex-start}.hero__content-container--center-left{align-items:center;justify-content:flex-start}.hero__content-container--center{align-items:center;justify-content:center}.hero__content-container--center-right{align-items:center;justify-content:flex-end}.hero__content-container--bottom-center{align-items:flex-end;justify-content:center}.hero__content{max-width:600px;padding:2rem 1rem}.hero__content--align-left{text-align:left}.hero__content--align-center{text-align:center}.hero__content--align-right{text-align:right}@media screen and (min-width:750px){.hero__content{padding:2rem}}.hero__subtitle{display:inline-block;font-size:11px;font-weight:500;letter-spacing:.08em;color:#fff;background-color:#fff3;padding:.25rem .75rem;border-radius:9999px;margin-bottom:.75rem;text-transform:uppercase;width:fit-content}.hero__title{font-size:clamp(24px,7vw,34px);font-weight:700;line-height:1.15;color:#fff;margin-bottom:.25rem}@media(min-width:1024px){.hero__title{font-size:clamp(28px,3.5vw,46px);margin-bottom:.5rem}}.hero__text{font-size:13px;font-weight:400;color:#fffc;margin-bottom:1rem}@media(min-width:1024px){.hero__text{font-size:clamp(11px,1.2vw,14px);margin-bottom:1.5rem}}.hero__actions{margin-top:0}.hero__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:13px;font-weight:600;color:var(--color-brand-red, #C1121F);background-color:#fff;border:none;border-radius:var(--border-radius, 8px);text-decoration:none;width:fit-content;transition:background-color .25s var(--ease-base),color .25s var(--ease-base)}@media(min-width:1024px){.hero__cta{padding:.625rem 1.5rem;font-size:14px}}.hero__cta-icon{width:14px;height:14px}.hero__cta:hover{background-color:#f5f5f5}.hero__controls{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:20}@media(max-width:480px){.hero__nav-btn{display:none!important}}.hero__nav-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff3;color:var(--color-bg-white);border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;pointer-events:auto;cursor:pointer;transition:background-color .3s}.hero__nav-btn:hover{background-color:#fff6}.hero__nav-btn--prev{left:.75rem}.hero__nav-btn--next{right:.75rem}.hero__dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.375rem;pointer-events:auto}.hero__dot{width:6px;height:6px;border-radius:9999px;background-color:#fff6;border:none;cursor:pointer;padding:0;transition:all .3s var(--ease-base)}.hero__dot.is-active{background-color:#fff;width:24px}.hero-grid__promo-col{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:1024px){.hero-grid__promo-col{gap:.75rem;grid-template-rows:1.1fr 1fr;height:100%}}.hero-promo{position:relative;border-radius:var(--border-radius-lg, 12px);overflow:hidden;display:flex;flex-direction:column;background-color:#f8f9fb}.hero-promo--horizontal{grid-column:span 2;flex-direction:row;align-items:stretch;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1598.66 480.63' preserveAspectRatio='xMidYMid slice'%3E%3Cdefs%3E%3CclipPath id='c'%3E%3Crect width='1598.66' height='480.63'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg opacity='.04' clip-path='url(%23c)' fill='%23c1121f'%3E%3Cpath d='M141.43 44.27l4.18-9.88c9.27-21.94 25.92-40.08 47.17-51.39l120.18-63.99-25.27 99.43c-5.07 19.93 6.19 40.37 25.93 47.1l98.49 33.54-120.31 64.05c-20.36 10.84-43.34 16-66.46 14.94h0c-27.93-1.28-53.15-16.85-66.47-41.03l-13.93-25.29c-11.47-20.82-12.76-45.63-3.52-67.49'/%3E%3Cpath d='M523.75-76.61l-10.68-.98c-23.71-2.18-47.57 3.94-67.56 17.33L332.37 15.5l99.59 24.65c19.97 4.94 32.67 24.51 29.28 45.09l-16.91 102.66 113.25-75.84c19.16-12.83 34.57-30.66 44.54-51.54 12.05-25.23 10.23-54.81-4.8-77.96l-15.72-24.21c-12.95-19.94-34.2-32.78-57.84-34.95'/%3E%3Cpath d='M22.58-6.11l-10.68-.98C-11.82-9.27-35.67-3.15-55.66 10.24l-113.13 75.76 99.59 24.65c19.97 4.94 32.67 24.51 29.28 45.09l-16.91 102.66 113.25-75.84c19.16-12.83 34.57-30.66 44.54-51.54 12.05-25.23 10.23-54.81-4.81-77.96l-15.72-24.21C67.48 8.91 46.22-3.94 22.58-6.11'/%3E%3Cpath d='M499.41 206.53l4.18-9.88c9.27-21.94 25.92-40.08 47.17-51.39l120.18-63.99-25.27 99.43c-5.07 19.93 6.19 40.37 25.93 47.1l98.49 33.54-120.31 64.05c-20.36 10.84-43.34 16.01-66.46 14.95h0c-27.93-1.28-53.15-16.85-66.47-41.03l-13.92-25.29c-11.47-20.82-12.76-45.63-3.52-67.49'/%3E%3Cpath d='M881.73 85.66l-10.68-.98c-23.72-2.18-47.57 3.94-67.56 17.33l-113.13 75.76 99.59 24.65c19.97 4.94 32.67 24.51 29.28 45.09l-16.91 102.66 113.25-75.84c19.16-12.83 34.57-30.66 44.54-51.54 12.05-25.23 10.23-54.81-4.8-77.96l-15.72-24.21c-12.95-19.94-34.2-32.78-57.84-34.95'/%3E%3Cpath d='M-21.59 313.16l4.18-9.88c9.27-21.94 25.92-40.08 47.17-51.39l120.18-63.99-25.27 99.43c-5.07 19.94 6.19 40.37 25.93 47.1l98.49 33.54-120.31 64.05c-20.36 10.84-43.34 16.01-66.46 14.94h0c-27.93-1.28-53.15-16.85-66.47-41.03l-13.93-25.29c-11.47-20.82-12.76-45.63-3.52-67.49'/%3E%3Cpath d='M360.73 192.29l-10.68-.98c-23.71-2.18-47.57 3.94-67.56 17.33l-113.13 75.76 99.59 24.65c19.97 4.94 32.67 24.51 29.28 45.09l-16.91 102.66 113.25-75.84c19.16-12.83 34.57-30.65 44.54-51.54 12.05-25.23 10.23-54.81-4.8-77.96l-15.72-24.21c-12.95-19.94-34.2-32.78-57.85-34.95'/%3E%3Cpath d='M650.03-65.33l4.18-9.88c9.27-21.94 25.92-40.08 47.17-51.39l120.18-63.99-25.27 99.43c-5.07 19.93 6.19 40.37 25.93 47.1l98.49 33.54-120.31 64.05c-20.36 10.84-43.34 16.01-66.46 14.95h0c-27.93-1.28-53.15-16.85-66.47-41.03l-13.92-25.29c-11.47-20.82-12.76-45.63-3.52-67.49'/%3E%3Cpath d='M1032.35-186.2l-10.68-.98c-23.72-2.18-47.57 3.94-67.56 17.33l-113.13 75.76 99.59 24.65c19.97 4.94 32.67 24.51 29.28 45.09l-16.91 102.66L1066.18 2.47c19.16-12.83 34.57-30.66 44.54-51.54 12.05-25.23 10.23-54.81-4.8-77.96l-15.72-24.21c-12.95-19.94-34.2-32.78-57.84-34.95'/%3E%3Cpath d='M1006.6 107.87l4.18-9.88c9.27-21.94 25.92-40.08 47.17-51.39l120.18-63.99-25.27 99.43c-5.07 19.93 6.19 40.37 25.93 47.1l98.49 33.54-120.31 64.05c-20.36 10.84-43.34 16.01-66.46 14.94-27.94-1.28-53.15-16.85-66.47-41.03l-13.92-25.29c-11.47-20.82-12.76-45.63-3.52-67.49'/%3E%3Cpath d='M1388.92-13l-10.68-.98c-23.72-2.18-47.57 3.94-67.56 17.33l-113.13 75.76 99.59 24.65c19.97 4.94 32.67 24.51 29.28 45.09l-16.91 102.66 113.25-75.84c19.16-12.83 34.57-30.66 44.54-51.54 12.05-25.23 10.23-54.81-4.8-77.96l-15.72-24.21c-12.95-19.94-34.2-32.78-57.84-34.95'/%3E%3Cpath d='M863.68 387.84l4.18-9.88c9.27-21.94 25.92-40.08 47.17-51.39l120.18-63.99-25.27 99.43c-5.07 19.93 6.19 40.37 25.93 47.1l98.49 33.54-120.31 64.05c-20.36 10.84-43.34 16.01-66.46 14.94h0c-27.93-1.28-53.15-16.85-66.47-41.03l-13.92-25.29c-11.47-20.82-12.76-45.63-3.52-67.49'/%3E%3Cpath d='M1246 266.97l-10.68-.98c-23.72-2.18-47.57 3.94-67.56 17.33l-113.13 75.76 99.59 24.65c19.97 4.94 32.67 24.51 29.28 45.09l-16.91 102.66 113.25-75.84c19.16-12.83 34.57-30.66 44.54-51.54 12.05-25.23 10.23-54.81-4.8-77.96l-15.72-24.21c-12.95-19.94-34.2-32.78-57.84-34.95'/%3E%3Cpath d='M338.48 505.28l4.18-9.88c9.27-21.94 25.92-40.08 47.17-51.39l120.18-63.99-25.27 99.43c-5.07 19.94 6.19 40.37 25.93 47.1l98.49 33.54-120.31 64.05c-20.36 10.84-43.34 16.01-66.46 14.94h0c-27.93-1.28-53.15-16.85-66.47-41.03l-13.92-25.29c-11.47-20.82-12.76-45.63-3.52-67.49'/%3E%3Cpath d='M720.8 384.41l-10.68-.98c-23.72-2.18-47.57 3.94-67.56 17.33l-113.13 75.76 99.59 24.65c19.97 4.94 32.67 24.51 29.28 45.09l-16.91 102.66 113.25-75.84c19.16-12.83 34.57-30.65 44.54-51.54 12.05-25.23 10.23-54.81-4.8-77.96l-15.72-24.21c-12.95-19.94-34.2-32.78-57.84-34.95'/%3E%3Cpath d='M1380.14 320.89l4.18-9.88c9.27-21.94 25.92-40.08 47.17-51.39l120.18-63.99-25.27 99.43c-5.07 19.94 6.19 40.37 25.93 47.1l98.49 33.54-120.31 64.05c-20.36 10.84-43.34 16.01-66.46 14.94-27.94-1.28-53.15-16.85-66.47-41.03l-13.92-25.29c-11.47-20.82-12.76-45.63-3.52-67.49'/%3E%3Cpath d='M1762.46 200.01l-10.68-.98c-23.72-2.18-47.57 3.94-67.56 17.33l-113.13 75.76 99.59 24.65c19.97 4.94 32.67 24.51 29.28 45.09l-16.91 102.66 113.25-75.84c19.16-12.83 34.57-30.65 44.54-51.54 12.05-25.23 10.23-54.81-4.8-77.96l-15.72-24.21c-12.95-19.94-34.2-32.78-57.84-34.95'/%3E%3Cpath d='M1546.34 25.69l4.18-9.88c9.27-21.94 25.92-40.08 47.17-51.39l120.18-63.99L1692.6-.13c-5.07 19.94 6.19 40.37 25.93 47.1l98.49 33.54-120.31 64.05c-20.36 10.84-43.34 16.01-66.46 14.94h0c-27.94-1.28-53.15-16.85-66.47-41.03l-13.92-25.29c-11.47-20.82-12.76-45.63-3.52-67.49'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;background-position:center}.hero-promo--horizontal .hero-promo__content{flex:1;z-index:2;padding:1.25rem 1.75rem;display:flex;flex-direction:column;justify-content:center}.hero-promo--horizontal .hero-promo__image-wrap{width:44%;position:absolute;right:0;top:0;bottom:0;display:flex;justify-content:flex-end;align-items:center;overflow:hidden}.hero-promo--horizontal .hero-promo__image{width:100%;height:100%;object-fit:cover;object-position:top}.hero-promo--horizontal .hero-promo__title{font-size:24px;font-weight:700;color:#c1121f;margin-bottom:1rem;line-height:1.15}.hero-promo__badge{position:absolute;bottom:.75rem;right:.75rem;padding:.375rem .75rem;background-color:#c1121f;color:#fff;border-radius:8px;font-size:11px;font-weight:700;letter-spacing:.04em;margin:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.hero-promo--horizontal .hero-promo__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background-color:#c1121f;color:#fff;border-radius:8px;font-size:13px;font-weight:500;text-decoration:none;transition:background-color .2s;width:fit-content}.hero-promo--horizontal .hero-promo__btn:hover{background-color:#9b0e18}.hero-promo--square{grid-column:span 1;aspect-ratio:4 / 3;justify-content:flex-end;padding:1rem}.hero-promo--2{background-color:#033f87}.hero-promo--3{background-color:#c1121f}@media(min-width:1024px){.hero-promo--square{aspect-ratio:auto;height:100%}}.hero-promo--square .hero-promo__image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-promo--square .hero-promo__image{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.35;mix-blend-mode:luminosity;transition:transform .5s var(--ease-base)}.hero-promo--square:hover .hero-promo__image{transform:scale(1.05)}.hero-promo--square .hero-promo__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 100%);z-index:2}.hero-promo--square .hero-promo__content{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:space-between;height:100%}.hero-promo--square .hero-promo__title{font-size:clamp(14px,1.3vw,17px);font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.2}.hero-promo--square .hero-promo__btn{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;background-color:#fff3;color:#fff;border-radius:8px;font-size:12px;font-weight:500;text-decoration:none;width:fit-content;transition:background-color .2s var(--ease-base)}.hero-promo--square .hero-promo__btn:hover{background-color:#ffffff4d}.hero-promo__btn-icon{width:12px;height:12px}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.dept-layout-container{background-color:#fff}.dept-sidebar__item button,.dept-sidebar__item a{outline:none}.dept-carousel__item{flex-shrink:0}.dept-carousel__item .product-card{width:100%}.favorites{min-height:100vh;background-color:#fff;font-family:var(--font-body-family, "Inter", sans-serif)}.favorites__container{max-width:64rem;margin:0 auto;padding:3rem 1rem}@media(min-width:640px){.favorites__container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.favorites__container{padding-left:2rem;padding-right:2rem}}.favorites__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.favorites__title{font-size:22px;font-weight:700;color:#111827;margin-bottom:.25rem}.favorites__count{font-size:13px;font-weight:300;color:#9ca3af;transition:opacity .2s var(--ease-base)}.favorites__add-all,.favorites__empty-cta{display:flex;align-items:center;gap:.5rem;background-color:#033f87;color:#fff;border:none;border-radius:8px;font-weight:500;font-size:13px;transition:background-color .2s var(--ease-base),transform .1s var(--ease-base);cursor:pointer;text-decoration:none;justify-content:center}.favorites__add-all:hover,.favorites__empty-cta:hover{background-color:#022d63;color:#fff}.favorites__add-all:active,.favorites__empty-cta:active{transform:scale(.97)}.favorites__add-all{height:42px;padding:0 1.25rem}.favorites__empty-cta{height:44px;padding:0 1.5rem}.favorites__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media screen and (min-width:640px){.favorites__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.favorites__grid-item{transition:opacity .3s var(--ease-base),transform .3s var(--ease-base)}.favorites__grid-item .product-card.is-removing{opacity:0;transform:scale(.92);transition:opacity .28s var(--ease-base),transform .28s var(--ease-base)}.favorites__empty{display:flex;flex-direction:column;align-items:center}.favorites__empty-icon{width:96px;height:96px;border-radius:50%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;margin-top:4rem;color:#d1d5db}.favorites__empty-icon svg{width:44px;height:44px}.favorites__empty-title{font-size:20px;font-weight:700;color:#111827;margin-bottom:.5rem}.favorites__empty-desc{font-size:14px;font-weight:300;line-height:1.6;color:#9ca3af;margin-bottom:2rem;text-align:center;max-width:24rem}.favorites__divider{width:100%;max-width:64rem;border-top:1px solid #e0e0e0;margin:2.5rem auto}.favorites__recommended{width:100%;max-width:64rem;margin:0 auto}.favorites__recommended-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.favorites__recommended-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#033f87;margin:0}.favorites__recommended-link{display:flex;align-items:center;gap:.25rem;font-size:12px;font-weight:400;color:#9ca3af;transition:color .2s var(--ease-base);text-decoration:none}.favorites__recommended-link:hover{color:#033f87}.favorites__recommended-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media screen and (min-width:640px){.favorites__recommended-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.product-card__wishlist.is-active svg{fill:var(--color-brand-red, #dc2626);stroke:var(--color-brand-red, #dc2626)}.puntazo-toast{position:fixed;bottom:24px;left:24px;right:auto;z-index:10000;display:flex;align-items:center;gap:12px;padding:14px 20px;border-radius:12px;font-size:13px;font-weight:500;color:var(--color-text-main, #111111);background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(229,231,235,.4);box-shadow:0 10px 25px -3px #00000014,0 4px 12px -2px #00000008;transform:translateY(24px) scale(.95);opacity:0;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .35s var(--ease-base);pointer-events:none;max-width:calc(100vw - 48px)}.puntazo-toast.is-active{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}.puntazo-toast--success{border-inline-start:4px solid var(--color-brand-green, #339a47)}.puntazo-toast--error{border-inline-start:4px solid var(--color-brand-red, #c1121f)}.puntazo-toast--info{border-inline-start:4px solid var(--color-brand-blue, #033f87)}.puntazo-toast__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.puntazo-toast__message{line-height:1.4}@media screen and (max-width:640px){.puntazo-toast{bottom:16px;left:16px;right:auto;width:44px;height:44px;padding:10px;border-radius:50%;aspect-ratio:1;justify-content:center;border-inline-start:none!important;border-width:2px!important;box-shadow:0 4px 12px #0000001a}.puntazo-toast--success{border-color:var(--color-brand-green, #339a47)!important}.puntazo-toast--error{border-color:var(--color-brand-red, #c1121f)!important}.puntazo-toast--info{border-color:var(--color-brand-blue, #033f87)!important}.puntazo-toast__message{display:none}}.dept-page{min-height:100vh}.dept-page__inner{max-width:80rem;margin-inline:auto;padding:0 1rem}@media(min-width:640px){.dept-page__inner{padding-inline:1.5rem}}@media(min-width:1024px){.dept-page__inner{padding-inline:2rem}}.dept-page__breadcrumb{display:flex;align-items:center;gap:.375rem;padding-block:1rem}.dept-page__breadcrumb-link{transition:color var(--transition);font-size:12px;color:#6b7280;font-weight:400;text-decoration:none}.dept-page__breadcrumb-link:hover{color:var(--color-brand-red, #C1121F)}.dept-page__breadcrumb-icon{color:#9ca3af}.dept-page__breadcrumb-current{font-size:12px;color:#111;font-weight:500}.dept-page__pills{margin-inline:-1rem;margin-top:1rem;margin-bottom:1.5rem}@media(min-width:640px){.dept-page__pills{margin-inline:-1.5rem}}.dept-page__pills-scroll{overflow-x:auto;padding-inline:1rem}@media(min-width:640px){.dept-page__pills-scroll{padding-inline:1.5rem}}.dept-page__pills-list{display:flex;gap:.5rem;width:max-content;padding-bottom:.25rem}.dept-page__pill{flex-shrink:0;padding:.5rem 1rem;border-radius:9999px;border:1px solid var(--color-border, #d4d4d4);background-color:var(--color-bg-light, #ffffff);transition:color var(--transition),border-color var(--transition);font-size:12px;font-weight:400;color:#374151;text-decoration:none}.dept-page__pill:hover{border-color:var(--color-brand-blue, #033F87);color:var(--color-brand-blue, #033F87)}.dept-page__title{color:#111;font-size:clamp(24px,3vw,32px);font-weight:700;margin:0}.dept-page__subtitle{font-size:13px;color:#6b7280;font-weight:300;margin-top:.25rem;margin-bottom:0}.dept-category{margin-bottom:2.5rem}@media(min-width:640px){.dept-category{margin-bottom:3.5rem}}.dept-category__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.dept-category__title-group{display:flex;align-items:center;gap:1rem}.dept-category__title{color:#111;letter-spacing:.1em;font-size:clamp(13px,1.5vw,15px);font-weight:600;margin:0}.dept-category__view-all{transition:opacity var(--transition);font-size:12px;color:var(--color-brand-red, #C1121F);font-weight:400;text-decoration:none}.dept-category__view-all:hover{opacity:.7}.dept-category__controls{display:none;gap:.5rem}@media(min-width:640px){.dept-category__controls{display:flex}}.dept-category__control-btn{border:1px solid var(--color-border, #d4d4d4);padding:.375rem;border-radius:8px;transition:color var(--transition),border-color var(--transition);display:flex;align-items:center;justify-content:center;background:transparent;cursor:pointer;color:inherit}.dept-category__control-btn:hover{border-color:var(--color-brand-blue, #033F87);color:var(--color-brand-blue, #033F87)}.dept-category__carousel{width:100%;overflow:hidden}.dept-category__carousel-scroll{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.75rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.dept-category__carousel-item{flex-shrink:0;width:calc(50vw - 2.25rem);scroll-snap-align:start}@media(min-width:640px){.dept-category__carousel-item{width:185px}}.dept-category__empty{font-size:13px;color:#6b7280;margin:0}.dept-category__divider{margin-top:1.5rem;height:1px;background-color:#eaeaea}.contact-grid__map{display:flex;flex-direction:column;height:auto;overflow:visible}.contact-grid__map .contact-card--map{flex:1 1 auto;min-height:400px;overflow:hidden}.contact-grid__map .contact-card--map iframe{display:block;width:100%;height:100%;min-height:400px}.contact-map__directions{flex:0 0 auto;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding:12px 16px;background:var(--color-brand-blue);color:#fff;border-radius:10px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s ease}.contact-map__directions:hover{background:var(--color-brand-blue-hover);color:#fff}.promo-grid__image-wrap{position:relative;overflow:hidden}.promo-grid__img{display:block;width:100%;height:100%;object-fit:cover}.promo-grid__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to top,#000000bf,#00000073 30%,#0000 65%)}.promo-grid__content{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:1.5rem;color:#fff}.promo-grid__subtitle{color:#fff;font-size:12px;font-weight:600;letter-spacing:.15em;margin:0 0 .35rem;text-shadow:0 1px 3px rgba(0,0,0,.4)}.promo-grid__title{color:#fff;font-size:22px;font-weight:700;line-height:1.2;margin:0;text-shadow:0 1px 4px rgba(0,0,0,.5)}.header__mobile-search{border-bottom:none;box-shadow:0 6px 12px -8px #00000026}.header__mobile-search.is-open{margin-top:-1px}.product-detail__sku{font-size:12px;color:var(--color-text-muted);margin:-.25rem 0 1rem;letter-spacing:.03em}.product-detail__sku span{font-weight:600;color:var(--color-text-main)}
/*# sourceMappingURL=/cdn/shop/t/8/assets/puntazo.css.map */
