*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-background);color:var(--color-foreground);font-family:var(--font-body);font-style:var(--font-primary--style);font-weight:var(--font-primary--weight);line-height:1.5}img,video{display:block;max-width:100%;height:auto}a{color:inherit}button,input,select,textarea{font:inherit}button,.button{font-family:var(--font-button)}nav{font-family:var(--font-navigation)}.skip-link{position:fixed;top:0;left:1rem;z-index:9999;padding:.75rem 1rem;background:var(--color-navy);color:var(--color-accent-contrast);transform:translateY(-120%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px}.page-width{width:min(calc(100% - (var(--page-margin) * 2)),var(--page-width));margin-inline:auto}.section{padding-block:var(--section-spacing)}.section__header{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section__header h1,.section__header h2{margin:0;line-height:1.1}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.75rem 1.1rem;border:1px solid var(--color-accent);border-radius:var(--radius);background:var(--color-accent);color:var(--color-accent-contrast);font-weight:700;text-decoration:none;cursor:pointer}.button--secondary{background:transparent;color:var(--color-accent)}.button[disabled]{opacity:.55;cursor:not-allowed}.muted{color:var(--color-muted)}.grid{display:grid;gap:var(--grid-gap)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-surface)}.product-card__media{display:grid;aspect-ratio:1/1;place-items:center;overflow:hidden;background:var(--color-surface-alt)}.product-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .25s ease}.product-card:hover .product-card__media img{transform:scale(1.035)}.product-card__favorite{position:absolute;top:12px;right:12px;z-index:2;display:grid;width:40px;height:40px;place-items:center;padding:0;border:1px solid var(--color-border);border-radius:50%;background:#fffffff0;color:var(--color-navy);cursor:pointer;box-shadow:0 5px 16px #0b1f521a}.product-card__favorite svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}.product-card__favorite[aria-pressed=true]{border-color:var(--color-sale);color:var(--color-sale)}.product-card__favorite[aria-pressed=true] svg{fill:currentColor}.product-card__content{display:flex;flex:1;flex-direction:column;gap:.55rem;padding:1rem}.product-card__vendor,.product-card__availability,.product-card__installments{margin:0}.product-card__vendor{color:var(--color-muted);font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.product-card__availability{display:flex;align-items:center;gap:7px;color:var(--color-success);font-size:.68rem;font-weight:700}.product-card__availability:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.product-card__availability--sold-out{color:var(--color-muted)}.product-card__title{margin:0;font-size:1rem;line-height:1.35}.product-card__title a{text-decoration:none}.product-card__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem}.product-card__price-current{color:var(--color-navy);font-family:var(--font-price);font-size:1.18rem;font-weight:800}.product-card__price-compare{color:var(--color-muted);font-size:.82rem}.product-card__installments{color:var(--color-muted);font-size:.7rem}.product-card__action{width:100%;margin-top:auto}.product-card__quick-form{display:grid;gap:.35rem;margin-top:auto}.product-card__status,.product-card__error{font-size:.7rem;line-height:1.4}.product-card__status:not(:empty){color:var(--color-success)}.product-card__error:not(:empty){color:var(--color-sale)}.product-card__secondary-actions{display:grid;gap:.45rem;text-align:center}.product-card__whatsapp,.product-card__view-link{font-size:.72rem;font-weight:800;text-decoration:none}.product-card__whatsapp{color:var(--color-success)}.product-card__view-link{color:var(--color-accent)}.product-card__whatsapp:hover,.product-card__view-link:hover{text-decoration:underline}.badge-row{position:absolute;top:.75rem;left:.75rem;z-index:1;display:flex;flex-wrap:wrap;gap:.35rem}.badge{display:inline-flex;padding:.3rem .55rem;border-radius:999px;background:var(--color-accent);color:var(--color-accent-contrast);font-size:.72rem;font-weight:800}.price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;font-family:var(--font-price)}.price__current{font-size:1.2rem;font-weight:800}.price__compare{color:var(--color-muted);font-size:.9rem;text-decoration:line-through}.price__discount{color:var(--color-sale);font-size:.8rem;font-weight:800}.empty-state{padding:2rem;border:1px dashed var(--color-border);border-radius:var(--card-radius);text-align:center}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:990px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){:root{--page-margin:16px}.section{padding-block:2.5rem}.section__header{align-items:start;flex-direction:column}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.product-card__content{padding:.8rem}.product-card__title{font-size:.92rem}.price__current{font-size:1.05rem}}@media(max-width:380px){.product-grid{grid-template-columns:1fr}}@media(max-width:1280px){:root{--page-margin:clamp(18px,2.4vw,28px)}}@media(max-width:1024px){.section{padding-block:clamp(3rem,6vw,var(--section-spacing))}.grid>*{min-width:0}}@media(max-width:480px){:root{--page-margin:16px}.section{padding-block:2.5rem}.button{min-height:46px}.section__header{margin-bottom:1.25rem}}@media(max-width:360px){:root{--page-margin:14px}.product-card__content{padding:.75rem}}.button{transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease,color .16s ease}.button:hover:not([disabled]){transform:translateY(-1px);box-shadow:var(--shadow-button)}.button:active:not([disabled]){transform:translateY(0)}.product-card{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-card:hover,.product-card:focus-within{border-color:#1746d138;box-shadow:var(--shadow-card);transform:translateY(-3px)}.product-card__favorite,.site-header__counter{transition:transform .16s ease,background-color .16s ease,color .16s ease}.product-card__favorite:hover,.product-card__favorite[aria-pressed=true]{transform:scale(1.06)}[aria-current=page]{text-decoration-thickness:.12em;text-underline-offset:.3em}.contact-form [role=alert]{padding:.8rem;border:1px solid rgba(164,62,73,.25);border-radius:var(--radius);background:#fff0f0;color:#a43e49}.contact-form [role=status]{padding:.8rem;border-radius:var(--radius);background:#edf8f3;color:var(--color-success)}@media(hover:none){.button:hover:not([disabled]),.product-card:hover{transform:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}h1,h2,h3{color:var(--color-navy);text-wrap:balance}.premium-guarantee :is(h2,h3),.verified-customers :is(h2,h3),.prime-about__values :is(h2,h3),.prime-about__cta :is(h2,h3),.prime-about__trust-bar :is(h2,h3){color:#fff}.rte,.section__header>div{max-width:var(--content-width-reading)}.section__header{gap:var(--space-5);margin-bottom:clamp(1.75rem,3vw,2.5rem)}.section__header h1,.section__header h2{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.15rem);font-weight:800;letter-spacing:-.045em}.button{min-height:48px;gap:.55rem;padding:.82rem 1.3rem;border-radius:var(--radius-md);background:linear-gradient(180deg,#2457e2,var(--color-accent));box-shadow:0 1px 2px #0b1f5214,0 8px 20px #1746d129;letter-spacing:-.01em;transition:transform .22s var(--ease-premium),box-shadow .22s var(--ease-premium),background-color .22s ease,border-color .22s ease,color .22s ease}.button--secondary{border-color:var(--color-accent-border);background:#ffffffeb;color:var(--color-accent);box-shadow:0 1px 2px #0b1f520a,0 8px 24px #0b1f520e}.button:hover:not([disabled]){transform:translateY(-2px);box-shadow:var(--shadow-button)}.button--secondary:hover:not([disabled]){border-color:#1746d15c;background:var(--color-accent-soft)}.button:active:not([disabled]){transform:translateY(0) scale(.99)}input:not([type=checkbox]):not([type=radio]),select,textarea{min-height:48px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 4px #1746d11a}.product-grid{align-items:stretch}.product-grid .product-card{border-color:#0b1f521a;background:var(--color-surface);box-shadow:var(--shadow-subtle);transition:transform .3s var(--ease-premium),border-color .3s ease,box-shadow .3s var(--ease-premium)}.product-grid .product-card:hover,.product-grid .product-card:focus-within{border-color:var(--color-accent-border);box-shadow:var(--shadow-card-hover);transform:translateY(-6px)}.product-grid .product-card__media{background:linear-gradient(145deg,#fafbfe,var(--color-accent-soft))}.product-grid .product-card__media img{transition:transform .5s var(--ease-premium),opacity .25s ease}.product-grid .product-card:hover .product-card__media img{transform:scale(1.055)}.product-grid .product-card__content{gap:0;padding:1.25rem}.product-grid .product-card__vendor{color:var(--color-muted);font-size:.625rem;letter-spacing:.08em}.product-grid .product-card__title{min-height:2.6875rem;margin:.4375rem 0 .8125rem;color:var(--color-navy);font-size:1rem;font-weight:700;line-height:1.35}.product-grid .product-card__price{min-height:auto;gap:.5rem;padding:0}.product-grid .product-card__price-current{color:var(--color-navy);font-size:1.375rem;font-weight:800;letter-spacing:-.025em}.product-grid .product-card__price-compare{color:#959aab;font-size:.75rem}.product-grid .product-card__installments{margin:.3125rem 0 .6875rem;color:var(--color-accent);font-size:.6875rem;font-weight:600}.product-grid .product-card__availability{margin:0 0 .9375rem;color:var(--color-success);font-size:.6875rem;font-weight:500}.product-grid .product-card__action{min-height:42px;margin-top:0;padding-inline:.875rem;border-radius:.6875rem;font-size:.75rem}.featured-products .product-card__secondary-actions{gap:.5rem;margin-top:.5rem}.featured-products .product-card__action{border-color:#1746d12e;background:#fff;color:var(--color-accent);box-shadow:none}.featured-products .product-card__action:hover:not([disabled]){border-color:#1746d15c;background:var(--color-accent-soft);box-shadow:0 8px 20px #0b1f5214}.featured-products .product-card__view-link{display:flex;min-height:42px;align-items:center;justify-content:center;gap:.375rem;border:1px solid var(--color-accent);border-radius:.6875rem;background:var(--color-accent);color:#fff;box-shadow:0 6px 16px #1746d126;font-size:.75rem;transition:transform var(--transition-base),box-shadow var(--transition-base),background-color var(--transition-fast)}.featured-products .product-card__view-link:hover{background:#123fbf;box-shadow:var(--shadow-button);text-decoration:none;transform:translateY(-1px)}.featured-products .product-card__whatsapp{font-size:.6875rem}.product-card__favorite{border-color:#0b1f521a;box-shadow:0 8px 24px #0b1f521a;transition:transform .22s var(--ease-premium),border-color .2s ease,background-color .2s ease,color .2s ease}.product-card__favorite:hover{border-color:var(--color-accent-border);background:var(--color-accent-soft);color:var(--color-accent)}.badge{padding:.38rem .68rem;border:1px solid rgba(255,255,255,.22);box-shadow:0 8px 20px #1746d12e;letter-spacing:.02em}main :is(.payment-option-card,.shipping-logistics-card,.brand-confidence-card,.prime-faq__item,.search-page__editorial-card,.tracking-page__card,.main-cart__line,.main-cart__summary){border-color:#0b1f521a;box-shadow:var(--shadow-subtle)}main :is(.payment-option-card,.shipping-logistics-card,.brand-confidence-card,.prime-faq__item,.search-page__editorial-card,.main-cart__line){transition:transform .28s var(--ease-premium),border-color .28s ease,box-shadow .28s var(--ease-premium)}main :is(.payment-option-card,.shipping-logistics-card,.brand-confidence-card,.search-page__editorial-card,.main-cart__line):hover{border-color:var(--color-accent-border);box-shadow:var(--shadow-card);transform:translateY(-4px)}.benefits-section{box-shadow:0 10px 34px #0b1f5209}.benefit-card__icon,.payment-option-card__icon,.shipping-logistics-card__icon{background:linear-gradient(145deg,var(--color-accent-soft),#fff);box-shadow:inset 0 0 0 1px #1746d114}.prime-faq__item[open]{border-color:var(--color-accent-border);box-shadow:0 14px 34px #0b1f5212}.prime-category-card{border:1px solid rgba(11,31,82,.08);box-shadow:var(--shadow-subtle);transition:transform .35s var(--ease-premium),box-shadow .35s var(--ease-premium)}.prime-category-card:hover,.prime-category-card:focus-visible{box-shadow:var(--shadow-card);transform:translateY(-5px)}.product-detail,.main-cart,.catalog{background:var(--color-surface-soft)}.product-detail__layout,.main-cart__layout{align-items:start}.product-detail__summary,.main-cart__summary{border-radius:var(--card-radius)}.product-detail__current-price{color:var(--color-accent)}.product-detail__availability{border:1px solid rgba(21,131,92,.14)}[hidden]{display:none!important}.prime-reveal{opacity:0;transform:translateY(20px)}.prime-reveal--visible{opacity:1;transform:none;transition:opacity .7s var(--ease-premium),transform .7s var(--ease-premium)}@media(max-width:749px){.section__header h1,.section__header h2{font-size:clamp(1.8rem,8vw,2.45rem)}.product-grid .product-card__content{padding:.875rem}.product-grid .product-card__title{min-height:2.6rem;margin:.375rem 0 .625rem;font-size:.8125rem}.product-grid .product-card__price-current{font-size:1.0625rem}.product-grid .product-card__price-compare{font-size:.625rem}.product-grid .product-card__installments,.product-grid .product-card__availability{font-size:.5625rem}.product-grid .product-card__action,.featured-products .product-card__view-link{min-height:44px;font-size:.6875rem}.product-grid .product-card:hover,.product-grid .product-card:focus-within,main :is(.payment-option-card,.shipping-logistics-card,.brand-confidence-card,.search-page__editorial-card,.main-cart__line):hover,.prime-category-card:hover{transform:none}}@media(prefers-reduced-motion:reduce){.prime-reveal,.prime-reveal--visible{opacity:1;transform:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
