:root{--bg:#FFFFFF;--bg-soft:#F5F7FA;--bg-soft-2:#EEF1F5;--media:#F4F6FA;--soft:#F5F7FA;--soft-2:#EEF1F5;--card:#FFFFFF;--line:#E9ECF1;--line-2:#DCE0E8;--ink:#0F1B2D;--ink-2:#3D4860;--muted:#5E6877;--muted-2:#6C7585;--blue:#4FB477;--blue-deep:#439965;--blue-soft:#E7F6EE;--navy:#0E1726;--buy:#1F9D57;--buy-deep:#178247;--buy-soft:#E7F6EE;--gold:#BD8E3C;--gold-soft:#F6EFDF;--radius:16px;--radius-sm:11px;--r:14px;--r-lg:20px;--side-w:286px;--gut:clamp(16px,3vw,36px);--gutter:clamp(16px,3vw,36px);--maxw:1480px;--display:"Archivo",system-ui,sans-serif;--sans:"Inter",system-ui,-apple-system,sans-serif;--fd:"Archivo",system-ui,sans-serif;--fb:"Inter",system-ui,sans-serif;--ease:cubic-bezier(.22,1,.36,1);--spring:cubic-bezier(.34,1.4,.5,1);--sh-sm:0 1px 2px rgba(16,26,46,.05);--sh:0 1px 2px rgba(16,30,54,.04), 0 8px 24px -14px rgba(16,30,54,.12);--sh-lift:0 10px 30px -10px rgba(16,30,54,.18);--sh-lg:0 26px 60px -24px rgba(16,26,46,.28)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg-soft);color:var(--ink);font-family:var(--fb);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip}h1,h2,h3{margin:0;font-family:var(--fd);letter-spacing:-.01em;line-height:1.1}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;color:inherit}input,select,textarea{font-family:inherit}@media(max-width:768px){input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{font-size:16px!important}}img{max-width:100%}::selection{background:var(--blue);color:#fff}body.is-locked{overflow:hidden}.wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gut)}.hdr{position:sticky;top:0;z-index:60;background:var(--bg)}.topbar{background:linear-gradient(180deg,#f8fafcb8,#ffffff8c);-webkit-backdrop-filter:saturate(140%) blur(14px);backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid rgba(15,27,45,.05);font-size:12.5px}.topbar__in{display:flex;align-items:center;justify-content:space-between;height:48px;gap:clamp(18px,4vw,60px)}.topbar__l,.topbar__r{display:flex;align-items:center;gap:10px;list-style:none;margin:0;padding:0;min-width:0;flex:0 1 auto;flex-wrap:nowrap}.topbar__r{justify-content:flex-end}.topbar__l li,.topbar__r li{display:flex;align-items:center;gap:7px;white-space:nowrap;letter-spacing:.005em;color:var(--ink-2);background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(15,27,45,.06);border-radius:999px;padding:6px 14px;line-height:1;transition:.18s var(--ease)}.topbar__l li:hover,.topbar__r li:hover{background:#ffffffd9;border-color:#4fb47747}.topbar__l svg{width:15px;height:15px;flex:none;fill:none;stroke:var(--blue);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.topbar__l li b,.topbar__r li b{font-weight:700;color:var(--ink)}.topbar__r .star{color:var(--blue);font-size:13px;line-height:1}.mainbar__in{display:flex;align-items:center;gap:22px;height:68px}.brand{display:flex;align-items:center;gap:6px;flex:none}.brand__word{font-family:var(--display);font-weight:900;font-size:23px;letter-spacing:.01em;color:var(--ink)}.brand__dot{width:8px;height:8px;border-radius:50%;background:var(--blue);margin-top:6px}.nav{display:flex;align-items:center;gap:24px;flex:none}.nav__link{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:var(--ink-2);padding:6px 0;position:relative;white-space:nowrap;transition:color .15s var(--ease)}.nav__link .caret{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;opacity:.6}.nav__link:hover,.nav__link.is-active{color:var(--ink)}.nav__link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;border-radius:2px;background:var(--blue)}.tag{font-family:var(--display);font-size:9px;font-weight:800;letter-spacing:.06em;background:var(--blue);color:#fff;padding:2px 5px;border-radius:5px}.hdr__search{position:relative;flex:1;min-width:0;display:flex;align-items:center;gap:9px;background:var(--soft);border:1px solid var(--line-2);border-radius:999px;padding:10px 16px;transition:.18s var(--ease)}.hdr__search:focus-within{border-color:var(--blue);background:#fff;box-shadow:0 0 0 4px var(--blue-soft)}.hdr__search svg{width:18px;height:18px;flex:none;fill:none;stroke:var(--muted);stroke-width:2;stroke-linecap:round}.hdr__search input{flex:1;min-width:0;background:none;border:0;outline:0;color:var(--ink);font-size:16px}.hdr__search input::placeholder{color:var(--muted-2)}.hdr__icons{display:flex;align-items:center;gap:10px;flex:none}.iconbtn{position:relative;width:42px;height:42px;border-radius:12px;border:1px solid var(--line-2);background:#fff;display:grid;place-items:center;transition:.16s var(--ease)}.iconbtn svg{width:20px;height:20px;fill:none;stroke:var(--ink);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.iconbtn:hover{border-color:var(--blue);color:var(--blue)}.iconbtn:hover svg{stroke:var(--blue)}.iconbtn.is-on svg{fill:var(--blue);stroke:var(--blue)}.iconbtn__n{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--blue);color:#fff;font-family:var(--display);font-weight:700;font-size:10px;display:grid;place-items:center}.cart{display:inline-flex;align-items:center;gap:9px;padding:11px 18px;border:2px solid var(--navy);border-radius:12px;background:var(--navy);color:#fff;font-weight:700;font-size:14px;transition:.16s var(--ease)}.cart:hover{background:#1a2740}.cart__n{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#ffffff2e;display:grid;place-items:center;font-family:var(--display);font-size:12px}.cart__ic{display:none;width:18px;height:18px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media(max-width:1180px){.nav{display:none}}@media(max-width:1100px){.topbar__r li:nth-child(2){display:none}}@media(max-width:860px){.mainbar__in{flex-wrap:wrap;height:auto;padding-block:11px;row-gap:11px}.brand{order:1}.hdr__icons{order:2;margin-left:auto}.hdr__search{order:3;flex:1 1 100%}.topbar__in{height:42px;gap:12px;justify-content:space-between}.topbar__l,.topbar__r{gap:8px}.topbar__l li:nth-child(3){display:none}}@media(max-width:540px){.mainbar__in{gap:14px}.brand__word{font-size:20px}.hdr__icons{gap:7px}.iconbtn{width:40px;height:40px}.cart{padding:10px 13px;gap:6px}.cart__ic{display:block}.cart__label{display:none}.topbar{font-size:11.5px}.topbar__in{gap:8px;height:40px}.topbar__l li,.topbar__r li{padding:5px 11px;gap:6px}.topbar__l li:nth-child(2){display:none}.topbar__r li:nth-child(3){display:none}}@media(max-width:360px){.topbar__r{display:none}.topbar__in{justify-content:flex-start}.topbar__l li{padding:5px 10px}}.cart-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:#0f1a2e73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .25s var(--ease)}.cart-scrim.is-on{opacity:1;pointer-events:auto}.cartd{position:fixed;top:0;right:0;bottom:0;z-index:100;width:min(420px,92vw);display:flex;flex-direction:column;background:#fff;box-shadow:var(--sh-lg);transform:translate(101%);transition:transform .32s var(--ease)}.cartd.is-open{transform:none}.cartd__head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}.cartd__title{font-family:var(--fd);font-weight:800;font-size:19px;margin:0}.cartd__close{width:38px;height:38px;border-radius:50%;border:1px solid var(--line-2);background:#fff;font-size:22px;line-height:1;cursor:pointer}.cartd__close:hover{border-color:var(--blue)}.cartd__body{flex:1;overflow:auto;padding:6px 22px}.cart__empty{text-align:center;padding:60px 10px;color:var(--muted)}.cart__empty p{font-family:var(--fd);font-size:17px;color:var(--ink);margin:0 0 6px}.cart__line{display:flex;gap:13px;padding:16px 0;border-bottom:1px solid var(--line)}.cart__thumb{width:64px;height:72px;flex:none;border-radius:10px;background:var(--media);overflow:hidden;display:grid;place-items:center}.cart__thumb img{width:100%;height:100%;object-fit:contain;padding:6%}.cart__ph{width:60%;height:60%;border-radius:8px;background:var(--bg-soft-2)}.cart__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.cart__name{font-size:13.5px;font-weight:700;line-height:1.3}.cart__meta{font-size:12px;color:var(--muted)}.cartd .cart__floc,.cart__floc{font-size:11.5px;line-height:1.3;color:var(--muted);background:none;padding:0;border-radius:0;margin-top:2px;align-self:flex-start;max-width:100%}.cart__qty{display:inline-flex;align-items:center;margin-top:6px;border:1px solid var(--line-2);border-radius:9px;overflow:hidden;width:max-content}.cart__qty span{min-width:32px;text-align:center;font-weight:700;font-size:13px;font-variant-numeric:tabular-nums}.cart__step{width:30px;height:30px;border:0;background:#fff;font-size:16px;line-height:1;color:var(--ink);cursor:pointer}.cart__step:hover{background:var(--bg-soft);color:var(--blue)}.cart__right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.cart__lprice{font-family:var(--fd);font-weight:800;font-size:15px;font-variant-numeric:tabular-nums}.cart__rm{border:0;background:none;color:var(--muted-2);font-size:20px;line-height:1;cursor:pointer}.cart__rm:hover{color:#e8424e}.cartd__foot{border-top:1px solid var(--line);padding:18px 22px calc(18px + env(safe-area-inset-bottom));background:#fff}.cart__ship{font-size:12.5px;color:var(--ink-2);text-align:center;margin-bottom:8px}.cart__ship b{color:var(--blue-deep)}.cart__bar{height:6px;border-radius:99px;background:var(--bg-soft-2);overflow:hidden;margin-bottom:14px}.cart__bar span{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--blue-deep));border-radius:99px;transition:width .4s var(--ease)}.cart__sub{display:flex;align-items:center;justify-content:space-between;font-size:14px;margin-bottom:12px}.cart__sub b{font-family:var(--fd);font-size:20px;font-variant-numeric:tabular-nums}.cart__checkout{width:100%;padding:13px 20px;border:0;border-radius:12px;background:var(--blue);color:#fff;font-family:var(--fb);font-weight:700;font-size:14px;cursor:pointer;transition:background .16s var(--ease)}.cart__checkout:hover{background:var(--blue-deep)}.cart__cont{width:100%;margin-top:8px;border:0;background:none;color:var(--muted);font-size:13px;font-weight:600;padding:8px;cursor:pointer}.cart__cont:hover{color:var(--ink)}.cart__trust{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:12px}.cart__trust span{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--muted);font-weight:600}.cart__trust svg{width:14px;height:14px;fill:none;stroke:#1b9e63;stroke-width:2}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%) translateY(20px);z-index:120;display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--line-2);border-radius:14px;padding:14px 20px;box-shadow:var(--sh-lg);opacity:0;transition:.28s var(--ease);min-width:min(340px,calc(100vw - 24px));max-width:min(440px,calc(100vw - 24px))}.toast[hidden]{display:none}.toast.is-on{opacity:1;transform:translate(-50%) translateY(0)}.toast__ic{width:30px;height:30px;flex:none;border-radius:9px;display:grid;place-items:center;background:var(--blue)}.toast__ic svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.toast__txt{flex:1;min-width:0}.toast__txt b{display:block;font-size:13.5px;line-height:1.3}.toast__txt span{display:block;font-size:12px;color:var(--muted);line-height:1.35}@media(max-width:860px){.toast{bottom:calc(84px + env(safe-area-inset-bottom))}}.foot{margin-top:clamp(46px,5vw,70px);border-top:1px solid var(--line);background:var(--soft)}.foot__cols{max-width:var(--maxw);margin:0 auto;padding:clamp(36px,4vw,52px) var(--gut) 26px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:34px}.foot__logo{display:block;height:72px;width:auto;margin-bottom:4px}.foot__brandcol p{color:var(--muted);font-size:.88rem;margin-top:12px;max-width:34ch}.foot__h{font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);margin-bottom:14px}.foot__col a{display:block;color:var(--muted);font-size:.9rem;padding:5px 0;transition:color .2s}.foot__col a:hover{color:var(--ink)}.foot__disclaimer{max-width:var(--maxw);margin:0 auto;padding:16px var(--gut) 0;font-size:.76rem;color:var(--muted);line-height:1.5}.foot__legal{border-top:1px solid var(--line);max-width:var(--maxw);margin:14px auto 0;padding:18px var(--gut);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:.78rem;color:var(--muted-2)}@media(max-width:860px){.foot__cols{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/core.css.map */
