:root{--gob-bg:#161C11;--gob-surface:#212816;--gob-surface2:#2B331C;--gob-line:#3E4830;--gob-green:#74C61C;--gob-green2:#93E53C;--gob-greendk:#34600D;--gob-soft:#A6C58A;--gob-text:#ECF2E4;--gob-muted:#94A085}.bg-wrap{max-width:1280px;margin:0 auto;padding:0 24px}.bg-sec{padding:62px 0}.bg-sec--tight{padding:42px 0}.bg-btn{display:inline-flex;align-items:center;gap:8px;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-weight:600;font-size:14px;cursor:pointer;border:none;padding:13px 22px;border-radius:10px;transition:.2s;text-decoration:none}.bg-btn--green{background:var(--gob-green);color:#06140a}.bg-btn--green:hover{background:var(--gob-green2);box-shadow:0 6px 28px #74c61c73;transform:translateY(-1px)}.bg-btn--ghost{background:transparent;color:var(--gob-text);border:1px solid var(--gob-line)}.bg-btn--ghost:hover{border-color:var(--gob-green);background:#74c61c1f}.bg-badge{display:inline-block;font-family:Oswald,sans-serif;font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;padding:4px 9px;border-radius:6px}.bg-badge--out{background:transparent;color:var(--gob-green);border:1px solid rgba(116,198,28,.5)}.bg-badge--pre{background:#74c61c29;color:var(--gob-green2);border:1px solid rgba(116,198,28,.45)}.bg-badge--new{background:var(--gob-green);color:#06140a}.bg-sechead{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px;gap:20px;flex-wrap:wrap}.bg-kicker{color:var(--gob-green);font-family:Oswald,sans-serif;letter-spacing:.18em;font-size:13px;text-transform:uppercase;margin-bottom:8px;display:flex;align-items:center;gap:8px}.bg-kicker:before{content:"";width:26px;height:2px;background:var(--gob-green);display:inline-block}.bg-sechead h2{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:clamp(24px,3vw,34px);color:var(--gob-text);margin:0;line-height:1.05}.bg-more{color:var(--gob-muted);font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:13px;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.bg-more:hover{color:var(--gob-green)}.bg-hero{position:relative;overflow:hidden;background:var(--gob-bg);border-bottom:1px solid var(--gob-line)}.bg-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.bg-hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.42}.bg-hero__ov{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#161c11f7,#161c11d1 42%,#161c1173)}.bg-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;padding:74px 24px 80px;max-width:1280px;margin:0 auto}.bg-hero h1{font-family:Oswald,sans-serif;text-transform:uppercase;font-weight:700;line-height:1.05;font-size:clamp(34px,5vw,58px);color:var(--gob-text);margin:18px 0 0}.bg-hero h1 .ac{color:var(--gob-green)}.bg-hero__lead{color:#cfd8c6;font-size:18px;margin:18px 0 28px;max-width:30em}.bg-hero__cta{display:flex;gap:14px;flex-wrap:wrap}.bg-hero__meta{display:flex;gap:26px;margin-top:32px;flex-wrap:wrap}.bg-hero__meta div{font-size:13px;color:var(--gob-muted)}.bg-hero__meta b{display:block;font-family:Oswald,sans-serif;font-size:24px;color:var(--gob-text)}.bg-hero__card{position:relative;height:380px;border-radius:20px;border:1px solid var(--gob-line);overflow:hidden;box-shadow:0 30px 80px #0000008c}.bg-hero__card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.bg-hero__tag{position:absolute;top:18px;left:18px;z-index:2}.bg-hero__cap{position:absolute;left:0;right:0;bottom:0;padding:22px;background:linear-gradient(0deg,rgba(5,7,4,.95),rgba(5,7,4,.5) 55%,transparent);z-index:2}.bg-hero__cap h3{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:22px;color:var(--gob-text);margin:0 0 4px}.bg-hero__cap span{color:var(--gob-soft);font-size:14px}@media(max-width:990px){.bg-hero__inner{grid-template-columns:1fr;gap:28px;padding:54px 24px 60px}.bg-hero__card{height:280px}}.bg-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.bg-cat{position:relative;border-radius:14px;border:1px solid var(--gob-line);overflow:hidden;min-height:160px;background:linear-gradient(155deg,var(--gob-surface2),var(--gob-surface));padding:20px;display:flex;flex-direction:column;justify-content:flex-end;transition:.22s;text-decoration:none}.bg-cat:hover{transform:translateY(-4px);border-color:var(--gob-green);box-shadow:0 14px 40px #00000080}.bg-cat__img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.bg-cat__img img{width:100%;height:100%;object-fit:cover;opacity:.5;transition:.3s}.bg-cat:hover .bg-cat__img img{opacity:.65;transform:scale(1.05)}.bg-cat__img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#161c11f5,#161c1180 60%,#161c1140)}.bg-cat__ic{position:relative;z-index:1;width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:#74c61c29;color:var(--gob-green);margin-bottom:auto}.bg-cat__body{position:relative;z-index:1}.bg-cat h3{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:18px;color:var(--gob-text);margin:14px 0 4px;line-height:1.1}.bg-cat span{font-size:12.5px;color:var(--gob-muted)}.bg-cat__arrow{position:absolute;top:18px;right:18px;z-index:1;color:var(--gob-muted);transition:.2s}.bg-cat:hover .bg-cat__arrow{color:var(--gob-green);transform:translate(3px)}.bg-singles{background:linear-gradient(120deg,#0c1207,#121a0b);border-top:1px solid var(--gob-line);border-bottom:1px solid var(--gob-line);position:relative;overflow:hidden}.bg-singles:after{content:"";position:absolute;right:-80px;top:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(116,198,28,.2),transparent 65%)}.bg-singles__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.bg-singles h2{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:clamp(26px,3.4vw,38px);color:var(--gob-text);margin:0;line-height:1.05}.bg-singles p{color:var(--gob-muted);margin:14px 0 0;font-size:16px}.bg-singles__search{margin-top:24px;display:flex;gap:10px;background:var(--gob-bg);border:1px solid var(--gob-line);border-radius:13px;padding:8px 8px 8px 16px;align-items:center}.bg-singles__search input{flex:1;background:none;border:none;outline:none;color:var(--gob-text);font-size:15px}.bg-chips{display:flex;gap:9px;margin-top:16px;flex-wrap:wrap}.bg-chip{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.05em;font-size:12px;padding:8px 14px;border-radius:20px;border:1px solid var(--gob-line);color:var(--gob-muted);text-decoration:none;transition:.2s}.bg-chip:hover{border-color:var(--gob-green);color:var(--gob-green);background:#74c61c14}.bg-singles__art{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.bg-minicard{aspect-ratio:.72;border-radius:12px;border:1px solid var(--gob-line);background:linear-gradient(160deg,#1c2a10,#0e1408);position:relative;overflow:hidden;display:grid;place-items:center}.bg-minicard:nth-child(2){transform:translateY(14px)}.bg-minicard:nth-child(3){transform:translateY(-6px)}.bg-minicard svg{width:42px;height:42px;opacity:.85}.bg-minicard .cond{position:absolute;bottom:8px;left:8px;font-size:10px;font-family:Oswald,sans-serif;letter-spacing:.08em;color:var(--gob-green)}.bg-minicard .pz{position:absolute;top:8px;right:8px;font-size:11px;font-family:Oswald,sans-serif;color:var(--gob-soft)}.bg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.bg-card{background:var(--gob-surface);border:1px solid var(--gob-line);border-radius:14px;overflow:hidden;transition:.22s;display:flex;flex-direction:column;text-decoration:none}.bg-card:hover{transform:translateY(-5px);border-color:var(--gob-green);box-shadow:0 18px 44px #0000008c}.bg-card__thumb{position:relative;aspect-ratio:1;overflow:hidden}.bg-card__badges{position:absolute;top:12px;left:12px;display:flex;gap:6px;z-index:2}.bg-card__thumb--art img{width:100%;height:100%;object-fit:cover}.bg-card__thumb--art .ov{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(5,7,4,.5),transparent 55%)}.bg-card__thumb--prod{background:#f4f4f1;display:grid;place-items:center;padding:16px}.bg-card__thumb--prod img{width:100%;height:100%;object-fit:contain}.bg-card__body{padding:15px 15px 17px;display:flex;flex-direction:column;gap:6px;flex:1}.bg-card__sys{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.1em;font-size:11px;color:var(--gob-soft)}.bg-card h3{font-size:15px;font-weight:600;line-height:1.3;color:var(--gob-text);margin:0}.bg-card__row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:10px}.bg-card__price{font-family:Oswald,sans-serif;font-size:20px;color:var(--gob-text)}.bg-card__price small{display:block;font-size:12px;color:var(--gob-muted);text-decoration:line-through}.bg-card__add{width:42px;height:42px;border-radius:11px;background:var(--gob-surface2);border:1px solid var(--gob-line);color:var(--gob-green);display:grid;place-items:center;flex-shrink:0}.bg-card:hover .bg-card__add{background:var(--gob-green);color:#06140a;border-color:var(--gob-green)}.bg-trust{border-top:1px solid var(--gob-line);border-bottom:1px solid var(--gob-line);background:var(--gob-surface)}.bg-trust__wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:30px 24px;max-width:1280px;margin:0 auto}.bg-trust__item{display:flex;align-items:center;gap:14px}.bg-trust__ic{width:44px;height:44px;border-radius:11px;background:#74c61c1f;color:var(--gob-green);display:grid;place-items:center;flex-shrink:0}.bg-trust__item b{display:block;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:14px;color:var(--gob-text)}.bg-trust__item span{font-size:12.5px;color:var(--gob-muted)}.bg-community__inner{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.bg-panel{background:linear-gradient(155deg,var(--gob-surface2),var(--gob-surface));border:1px solid var(--gob-line);border-radius:18px;padding:34px}.bg-panel h2{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:clamp(24px,3vw,32px);color:var(--gob-text);margin:0}.bg-panel p{color:var(--gob-muted);margin:14px 0 22px}.bg-hours{display:flex;flex-direction:column;gap:10px}.bg-hours div{display:flex;justify-content:space-between;padding:11px 16px;background:var(--gob-bg);border:1px solid var(--gob-line);border-radius:10px;font-size:14px;color:var(--gob-muted)}.bg-hours b{font-family:Oswald,sans-serif;letter-spacing:.04em;color:var(--gob-green)}.bg-iggrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bg-ig{aspect-ratio:1;border-radius:12px;border:1px solid var(--gob-line);overflow:hidden;position:relative;display:block}.bg-ig img{width:100%;height:100%;object-fit:cover;transition:.25s}.bg-ig:hover img{transform:scale(1.06)}.bg-foot{background:#050703;border-top:1px solid var(--gob-line);padding:56px 0 28px}.bg-foot__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;max-width:1280px;margin:0 auto;padding:0 24px}.bg-foot__grid h4{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:14px;margin:0 0 16px;color:var(--gob-text)}.bg-foot__grid a,.bg-foot__grid p{display:block;color:var(--gob-muted);font-size:14px;margin-bottom:10px;text-decoration:none}.bg-foot__grid a:hover{color:var(--gob-green)}.bg-foot__brandlogo{display:flex;align-items:center;gap:10px;margin-bottom:14px}.bg-foot__brandlogo img{height:40px!important;width:auto!important;max-width:200px!important;max-height:40px!important;object-fit:contain;display:inline-block}.bg-foot__brandlogo span{font-family:Oswald,sans-serif;font-weight:700;font-size:22px;text-transform:uppercase;color:var(--gob-text)}.bg-foot__brandlogo span .b{color:var(--gob-green)}.bg-foot__desc{color:var(--gob-muted);font-size:14px;max-width:32ch}.bg-pay{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.bg-pay span{font-family:Oswald,sans-serif;font-size:11px;letter-spacing:.06em;padding:6px 10px;border:1px solid var(--gob-line);border-radius:7px;color:var(--gob-muted)}.bg-foot__legal{border-top:1px solid var(--gob-line);margin:32px auto 0;padding:18px 24px 0;display:flex;justify-content:center;gap:10px;flex-wrap:wrap;max-width:1280px;font-size:13px}.bg-foot__legal a{color:var(--gob-soft);text-decoration:none}.bg-foot__legal a:hover{color:var(--gob-green2)}.bg-foot__sep{color:var(--gob-line)}.bg-foot__bottom{margin:14px auto 0;padding:18px 24px 0;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:var(--gob-muted);font-size:13px;max-width:1280px}@media(min-width:600px)and (max-width:989px){.bg-foot__grid{grid-template-columns:repeat(3,1fr);gap:24px}.bg-foot__grid>div:first-child{grid-column:1/-1}}@media(max-width:599px){.bg-foot__grid{grid-template-columns:1fr;gap:28px;text-align:left;padding:0 18px}.bg-foot__bottom{flex-direction:column;text-align:center;gap:8px;padding:18px}.bg-pay{justify-content:flex-start}}.bg-headerlogo{display:inline-flex;align-items:center;gap:clamp(6px,.9vw,10px);flex-shrink:0;white-space:nowrap;min-width:0}.bg-headerlogo img{height:clamp(26px,3.4vw,34px)!important;width:auto!important;max-width:180px!important;max-height:34px!important;object-fit:contain;display:inline-block;flex-shrink:0}img:not([class]):not([loading]),img.bg-noclass{max-width:100%!important;height:auto!important}.bg-headerlogo .word{font-family:Oswald,sans-serif;font-weight:700;font-size:clamp(15px,2.1vw,24px);letter-spacing:.03em;text-transform:uppercase;color:var(--gob-text);line-height:1;white-space:nowrap}.bg-headerlogo .word .b{color:var(--gob-green)}@media(max-width:990px){.bg-cats,.bg-grid{grid-template-columns:repeat(2,1fr)}.bg-singles__inner,.bg-community__inner{grid-template-columns:1fr;gap:26px}.bg-trust__wrap{grid-template-columns:repeat(2,1fr)}.bg-foot__grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.bg-cats,.bg-grid{grid-template-columns:1fr 1fr}.bg-trust__wrap{grid-template-columns:1fr}.bg-foot__grid{grid-template-columns:1fr 1fr}}html.bg-reveal-mode #MainContent>.shopify-section{transform:translateY(12px);transition:transform .6s cubic-bezier(.16,.84,.44,1)}html.bg-reveal-mode #MainContent>.shopify-section.bg-in{transform:none}html.bg-reveal-mode #MainContent>.shopify-section:first-child{transform:none!important}@media(prefers-reduced-motion:reduce){html.bg-reveal-mode #MainContent>.shopify-section{transform:none!important}}*{scrollbar-color:var(--gob-greendk) var(--gob-bg)}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--gob-bg)}::-webkit-scrollbar-thumb{background:var(--gob-greendk);border-radius:8px;border:3px solid var(--gob-bg)}::-webkit-scrollbar-thumb:hover{background:var(--gob-green)}::selection{background:var(--gob-green);color:#06140a}:focus-visible{outline:2px solid var(--gob-green);outline-offset:2px}.bg-card,.bg-cat,.bg-event,.bg-btn{will-change:transform}.bg-card__thumb--art img{transition:transform .5s ease}.bg-card:hover .bg-card__thumb--art img{transform:scale(1.06)}.bg-card__thumb--prod img{transition:transform .4s ease}.bg-card:hover .bg-card__thumb--prod img{transform:scale(1.04)}.bg-vp__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.bg-vp{position:relative;overflow:hidden;background:radial-gradient(130% 140% at 0% 0%,rgba(116,198,28,.12),transparent 50%),linear-gradient(160deg,var(--gob-surface2),var(--gob-surface));border:1px solid var(--gob-line);border-radius:16px;padding:26px 22px;transition:.22s}.bg-vp:nth-child(2){background:radial-gradient(130% 140% at 100% 0%,rgba(140,226,59,.12),transparent 50%),linear-gradient(160deg,var(--gob-surface2),var(--gob-surface))}.bg-vp:nth-child(3){background:radial-gradient(130% 140% at 0% 100%,rgba(116,198,28,.1),transparent 50%),linear-gradient(160deg,var(--gob-surface2),var(--gob-surface))}.bg-vp:nth-child(4){background:radial-gradient(130% 140% at 100% 100%,rgba(140,226,59,.1),transparent 50%),linear-gradient(160deg,var(--gob-surface2),var(--gob-surface))}.bg-vp:hover{border-color:var(--gob-green);transform:translateY(-4px);box-shadow:0 16px 40px #00000080}.bg-vp__wm{position:absolute;right:-18px;bottom:-18px;opacity:.07;pointer-events:none;color:var(--gob-green2)}.bg-vp__wm svg{width:120px;height:120px}.bg-vp:hover .bg-vp__wm{opacity:.12}.bg-vp__ic{position:relative;width:58px;height:58px;border-radius:16px;display:grid;place-items:center;background:radial-gradient(120% 120% at 30% 25%,#8ce23b4d,#74c61c1a 70%);border:1px solid rgba(116,198,28,.35);color:var(--gob-green2);margin-bottom:16px;box-shadow:0 6px 18px #74c61c29,inset 0 1px #ffffff14}.bg-vp__ic svg{width:28px;height:28px}.bg-vp h3{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:16px;color:var(--gob-text);margin:0 0 6px;letter-spacing:.02em}.bg-vp p{color:var(--gob-muted);font-size:14px;margin:0;line-height:1.5}.bg-stats{border-top:1px solid var(--gob-line);border-bottom:1px solid var(--gob-line);background:linear-gradient(120deg,#0c1207,#212816)}.bg-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1280px;margin:0 auto;padding:48px 24px;text-align:center}.bg-stat__num{font-family:Oswald,sans-serif;font-weight:700;font-size:clamp(34px,4.5vw,52px);color:var(--gob-green);line-height:1}.bg-stat__label{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.1em;font-size:12px;color:var(--gob-muted);margin-top:8px}.bg-brands{text-align:center}.bg-brands__row{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 36px;margin-top:8px}.bg-brands__row span{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.12em;font-size:clamp(15px,2vw,22px);color:var(--gob-muted);transition:.2s;cursor:default}.bg-brands__row span:hover{color:var(--gob-green)}.bg-revs{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.bg-rev{background:var(--gob-surface);border:1px solid var(--gob-line);border-radius:16px;padding:26px;display:flex;flex-direction:column;gap:14px;transition:.22s}.bg-rev:hover{border-color:#74c61c66;transform:translateY(-3px)}.bg-rev__stars{color:var(--gob-green);letter-spacing:3px;font-size:15px}.bg-rev__quote{color:var(--gob-text);font-size:15px;line-height:1.6;flex:1}.bg-rev__who{display:flex;align-items:center;gap:12px}.bg-rev__av{width:40px;height:40px;border-radius:50%;background:#74c61c29;color:var(--gob-green);display:grid;place-items:center;font-family:Oswald,sans-serif;font-weight:700}.bg-rev__who b{display:block;color:var(--gob-text);font-size:14px}.bg-rev__who span{color:var(--gob-muted);font-size:12.5px}.bg-guides{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.bg-guide{position:relative;border-radius:16px;overflow:hidden;border:1px solid var(--gob-line);min-height:280px;display:flex;flex-direction:column;justify-content:flex-end;text-decoration:none;transition:.22s}.bg-guide:hover{border-color:var(--gob-green);transform:translateY(-4px);box-shadow:0 16px 44px #00000080}.bg-guide img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.55;transition:.4s}.bg-guide:hover img{opacity:.7;transform:scale(1.05)}.bg-guide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(22,28,17,.96),rgba(22,28,17,.45) 55%,transparent)}.bg-guide__body{position:relative;z-index:1;padding:22px}.bg-guide__tag{display:inline-block;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.1em;font-size:11px;color:#06140a;background:var(--gob-green);padding:4px 9px;border-radius:6px}.bg-guide h3{font-family:Oswald,sans-serif;text-transform:uppercase;color:var(--gob-text);font-size:19px;margin:12px 0 0;line-height:1.15}@media(max-width:990px){.bg-vp__grid,.bg-stats__grid{grid-template-columns:repeat(2,1fr)}.bg-revs,.bg-guides{grid-template-columns:1fr}}.customer{max-width:560px;margin-inline:auto;padding-bottom:40px}.customer.account,.customer.order,.customer.addresses{max-width:1000px}.customer h1,.customer h2{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.02em;color:var(--gob-text)}.customer .field__input:focus,.customer input:focus{border-color:var(--gob-green)!important;box-shadow:0 0 0 2px #74c61c40!important}.customer a{color:var(--gob-green2)}.customer a:hover{color:var(--gob-green)}.customer.login form,.customer.register form,.customer.reset form,.customer.activate form{background:var(--gob-surface);border:1px solid var(--gob-line);border-radius:16px;padding:30px}body.gradient,body{background-image:radial-gradient(1100px 720px at 8% -10%,rgba(116,198,28,.12),transparent 55%),radial-gradient(950px 700px at 100% 0%,rgba(140,226,59,.07),transparent 50%),radial-gradient(820px 720px at 55% 120%,rgba(116,198,28,.08),transparent 60%),linear-gradient(180deg,#1d2416,#161c11 45%,#12160d);background-repeat:no-repeat}.bg-cat{min-height:174px;background:radial-gradient(135% 150% at 0% 0%,rgba(116,198,28,.13),transparent 48%),linear-gradient(160deg,var(--gob-surface2),var(--gob-surface))}.bg-cat:nth-child(3n+2){background:radial-gradient(135% 150% at 100% 0%,rgba(140,226,59,.13),transparent 48%),linear-gradient(160deg,var(--gob-surface2),var(--gob-surface))}.bg-cat:nth-child(3n){background:radial-gradient(140% 150% at 50% 125%,rgba(116,198,28,.11),transparent 52%),linear-gradient(160deg,var(--gob-surface2),var(--gob-surface))}.bg-cat__ic{width:54px;height:54px;border-radius:14px}.bg-cat__ic svg{width:28px;height:28px}.bg-cat:hover{box-shadow:0 16px 44px #00000080,inset 0 0 0 1px #74c61c47}.card--product .card__media{background:transparent;border-radius:10px;overflow:hidden}.product__media-wrapper .media,.product-media-container,.product__media,.product__media-item{background:transparent;border-radius:12px;overflow:hidden}.product__media-wrapper img,.product-media-container img{mix-blend-mode:normal}.bg-coins-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:linear-gradient(135deg,#74c61c2e,#74c61c14);border:1px solid rgba(116,198,28,.38);color:var(--gob-green2);text-decoration:none;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:11px;line-height:1;transition:.2s ease;white-space:nowrap;margin:0 6px}.bg-coins-pill:hover{background:linear-gradient(135deg,#74c61c47,#74c61c24);color:#fff;box-shadow:0 0 0 2px #74c61c2e}.bg-coins-pill svg,.bg-coins-pill__ic{flex-shrink:0}.bg-coins-pill__ic{width:18px;height:18px;object-fit:contain;display:block}.bg-coins-pill span{font-weight:600}@media(max-width:749px){.bg-coins-pill{padding:4px 9px;font-size:10px;margin:0 4px}.bg-coins-pill svg{width:12px;height:12px}.bg-coins-pill__ic{width:14px;height:14px}}.bg-coins-banner{margin:0 auto 16px;max-width:var(--page-width,1200px);padding:14px 18px;border-radius:14px;background:radial-gradient(120% 200% at 100% 0%,rgba(116,198,28,.18),transparent 55%),linear-gradient(135deg,#74c61c1a,#0b0f0899);border:1px solid rgba(116,198,28,.35);display:flex;align-items:center;gap:14px;color:var(--gob-text)}.bg-coins-banner__ic{flex-shrink:0;width:42px;height:42px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#a4ec43,#5fa215);display:grid;place-items:center;box-shadow:0 4px 16px #74c61c59,inset 0 1px #ffffff40}.bg-coins-banner__ic svg{color:#0b0f08}.bg-coins-banner__ic img{width:28px;height:28px;object-fit:contain;display:block;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4))}.bg-coins-banner__body{flex:1;min-width:0}.bg-coins-banner__title{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:14px;color:#fff;margin:0 0 2px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bg-coins-banner__amount{display:inline-block;padding:2px 10px;border-radius:999px;background:#74c61c38;color:var(--gob-green2);font-weight:700;letter-spacing:.02em}.bg-coins-banner__sub{font-size:13px;color:#e7eae0c7;margin:0;line-height:1.4}.bg-coins-banner__sub b{color:var(--gob-green2);font-weight:600}@media(max-width:749px){.bg-coins-banner{padding:12px 14px;gap:10px;margin-inline:12px}.bg-coins-banner__ic{width:36px;height:36px}.bg-coins-banner__title{font-size:13px}.bg-coins-banner__sub{font-size:12px}}.bg-conoce{max-width:1280px;margin:0 auto;padding:48px 24px 60px}.bg-conoce__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:start}.bg-conoce__intro h2{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:clamp(28px,3.4vw,42px);color:var(--gob-text);margin:6px 0 14px;line-height:1.05}.bg-conoce__intro>p{color:#cfd8c6;font-size:16px;line-height:1.55;max-width:54ch;margin:0 0 24px}.bg-conoce__facts{display:flex;flex-direction:column;gap:14px;margin-bottom:22px}.bg-fact{display:flex;gap:14px;padding:14px 16px;background:var(--gob-surface);border:1px solid var(--gob-line);border-radius:14px}.bg-fact:hover{border-color:#74c61c59}.bg-fact__ic{width:38px;height:38px;flex-shrink:0;border-radius:10px;background:#74c61c24;color:var(--gob-green2);display:grid;place-items:center}.bg-fact__l{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:11px;letter-spacing:.1em;color:var(--gob-muted);margin-bottom:4px}.bg-fact__v{color:var(--gob-text);font-size:14px;line-height:1.45}.bg-fact__v a{color:var(--gob-soft);text-decoration:none}.bg-fact__v a:hover{color:var(--gob-green2)}.bg-fact__link{display:inline-block;margin-top:6px;color:var(--gob-green2);font-size:13px;text-decoration:none;font-weight:500}.bg-fact__link:hover{color:var(--gob-green);text-decoration:underline}.bg-conoce__cta{display:flex;gap:12px;flex-wrap:wrap}.bg-conoce__map{position:sticky;top:24px}.bg-conoce__mapwrap{border-radius:18px;overflow:hidden;border:1px solid var(--gob-line);box-shadow:0 18px 50px #00000073;aspect-ratio:4/5;background:#000}.bg-conoce__mapwrap iframe{width:100%;height:100%;border:0;display:block;filter:saturate(.9) brightness(.92)}.bg-conoce__perks{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px}.bg-perk{display:flex;gap:12px;padding:16px;background:var(--gob-surface);border:1px solid var(--gob-line);border-radius:14px;align-items:flex-start}.bg-perk__ic{width:36px;height:36px;flex-shrink:0;border-radius:10px;background:#74c61c24;color:var(--gob-green2);display:grid;place-items:center}.bg-perk__t{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:13px;letter-spacing:.04em;color:var(--gob-text);margin-bottom:4px}.bg-perk__s{color:var(--gob-muted);font-size:12.5px;line-height:1.4}@media(max-width:899px){.bg-conoce__grid{grid-template-columns:1fr;gap:28px}.bg-conoce__map{position:static}.bg-conoce__mapwrap{aspect-ratio:16/10}.bg-conoce__perks{grid-template-columns:repeat(2,1fr)}}.bg-legal{padding:40px 0 64px}.bg-legal__inner{max-width:780px;margin:0 auto;padding:0 24px;color:var(--gob-soft);font-size:15.5px;line-height:1.65}.bg-legal__updated{color:var(--gob-muted);font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--gob-line)}.bg-legal h2{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.02em;font-size:22px;color:var(--gob-text);margin:36px 0 12px}.bg-legal h2:first-of-type{margin-top:0}.bg-legal h3{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.02em;font-size:17px;color:var(--gob-text);margin:24px 0 8px}.bg-legal p{margin:0 0 14px}.bg-legal ul,.bg-legal ol{margin:0 0 18px;padding-left:22px}.bg-legal li{margin-bottom:8px}.bg-legal a{color:var(--gob-green2);text-decoration:underline;text-underline-offset:3px}.bg-legal a:hover{color:var(--gob-green)}.bg-legal strong{color:var(--gob-text)}.bg-coins-info{max-width:1100px;margin:0 auto;padding:40px 24px 64px}.bg-coins-info__hero{display:flex;align-items:center;gap:24px;background:linear-gradient(135deg,#74c61c1a,#0b0f0899);border:1px solid rgba(116,198,28,.32);border-radius:20px;padding:28px;margin-bottom:32px}.bg-coins-info__coin{flex-shrink:0;position:relative;width:120px;height:120px;display:grid;place-items:center}.bg-coins-info__coin:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(116,198,28,.35),rgba(116,198,28,.08) 55%,transparent 75%);filter:blur(2px)}.bg-coins-info__coin:after{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border-radius:50%;border:2px solid rgba(116,198,28,.55);box-shadow:inset 0 0 0 2px #74c61c2e,0 8px 28px #74c61c52}.bg-coins-info__coinimg{position:relative;z-index:1;width:78%;height:78%;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.5))}.bg-coins-info__hero h2{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:clamp(28px,3.6vw,44px);color:var(--gob-text);margin:6px 0 10px;line-height:1.04}.bg-coins-info__hero p{color:var(--gob-soft);font-size:15.5px;line-height:1.55;margin:0 0 14px;max-width:60ch}.bg-coins-info__balance{display:inline-block;padding:8px 16px;border-radius:999px;background:#74c61c2e;border:1px solid rgba(116,198,28,.35);font-family:Oswald,sans-serif;text-transform:uppercase;font-size:13px;letter-spacing:.04em;color:var(--gob-green2)}.bg-coins-info__balance strong{color:#fff;margin-left:4px}.bg-coins-info__balance--zero{background:transparent;border-color:var(--gob-line);color:var(--gob-muted)}.bg-coins-info__balance--zero a{color:var(--gob-green2);text-decoration:none}.bg-coins-info__balance--zero a:hover{color:var(--gob-green);text-decoration:underline}.bg-coins-info__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:28px}.bg-coins-card{position:relative;background:var(--gob-surface);border:1px solid var(--gob-line);border-radius:16px;padding:24px 22px 22px}.bg-coins-card:hover{border-color:#74c61c59}.bg-coins-card__n{position:absolute;top:-14px;left:22px;width:30px;height:30px;border-radius:50%;background:var(--gob-green);color:#0b0f08;font-family:Oswald,sans-serif;font-weight:700;display:grid;place-items:center;font-size:14px;box-shadow:0 4px 14px #74c61c66}.bg-coins-card h3{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:18px;color:var(--gob-text);margin:0 0 12px}.bg-coins-card p{color:var(--gob-soft);font-size:14.5px;line-height:1.55;margin:0 0 10px}.bg-coins-card ul{margin:0;padding-left:20px;color:var(--gob-soft);font-size:14.5px;line-height:1.55}.bg-coins-card li{margin-bottom:8px}.bg-coins-card strong{color:var(--gob-text)}.bg-coins-table{width:100%;border-collapse:collapse;margin:10px 0 8px;font-size:14px}.bg-coins-table td{padding:8px 0;border-bottom:1px solid var(--gob-line);color:var(--gob-soft)}.bg-coins-table td:last-child{text-align:right;color:var(--gob-text);font-weight:600}.bg-coins-table__total td{border-bottom:none;color:var(--gob-green2)!important;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.04em}.bg-coins-info__note{font-size:13px!important;color:var(--gob-muted)!important;font-style:italic}.bg-coins-info__cta{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}@media(max-width:749px){.bg-coins-info__hero{flex-direction:column;text-align:center;padding:24px 18px}.bg-coins-info__hero p{text-align:center}.bg-coins-info__grid{grid-template-columns:1fr}}.bg-passwd{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--gob-bg)}.bg-passwd__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.bg-passwd__bg img{width:100%;height:100%;object-fit:cover;opacity:.28}.bg-passwd__ov{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(700px 400px at 50% 40%,rgba(116,198,28,.16),transparent 60%),linear-gradient(0deg,var(--gob-bg) 30%,rgba(22,28,17,.55) 100%)}.bg-passwd__inner{position:relative;z-index:1;max-width:560px;margin:0 auto;padding:60px 28px;text-align:center}.bg-passwd h1{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:clamp(34px,5.5vw,58px);color:var(--gob-text);margin:10px 0 16px;line-height:1.04}.bg-passwd p{color:#cfd8c6;font-size:16px;line-height:1.55;max-width:46ch;margin:0 auto 26px}.bg-passwd__form{margin:0 auto 22px;max-width:440px}.bg-passwd__field{display:flex;gap:8px;background:#161c1199;border:1px solid var(--gob-line);border-radius:999px;padding:6px}.bg-passwd__field input{flex:1;background:transparent;border:0;color:var(--gob-text);font-family:inherit;font-size:15px;padding:10px 16px;outline:none}.bg-passwd__field input::placeholder{color:var(--gob-muted)}.bg-passwd__field input:focus{outline:none}.bg-passwd__msg{margin-top:12px;font-size:13.5px;padding:8px 14px;border-radius:10px}.bg-passwd__msg--ok{background:#74c61c29;color:var(--gob-green2);border:1px solid rgba(116,198,28,.35)}.bg-passwd__msg--err{background:#dc505024;color:#ff9a9a;border:1px solid rgba(220,80,80,.35)}.bg-passwd__social{display:flex;gap:14px;justify-content:center;margin:18px 0 28px}.bg-passwd__social a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:var(--gob-soft);background:#ffffff0a;border:1px solid var(--gob-line);transition:.2s}.bg-passwd__social a:hover{color:var(--gob-green2);border-color:#74c61c59}.bg-passwd__staff{margin-top:30px}.bg-passwd__staffbtn{display:inline-block;color:var(--gob-muted);font-size:13px;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;list-style:none;padding:8px 18px;border-radius:999px;border:1px solid var(--gob-line);background:#ffffff05}.bg-passwd__staffbtn::-webkit-details-marker{display:none}.bg-passwd__staffbtn:hover{color:var(--gob-green2);border-color:#74c61c59}.bg-passwd__staffform{margin-top:18px;display:flex;flex-direction:column;gap:10px;max-width:340px;margin-inline:auto}.bg-passwd__staffform h3{font-family:Oswald,sans-serif;text-transform:uppercase;color:var(--gob-text);font-size:16px;margin:0 0 6px}.bg-passwd__staffform input{width:100%;padding:11px 16px;border-radius:10px;background:#161c1199;border:1px solid var(--gob-line);color:var(--gob-text);font-size:14px}.bg-passwd__staffform input:focus{outline:none;border-color:#74c61c80}.bg-passwd__staffform .bg-btn{width:100%}.bg-tag-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:999px;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600;line-height:1;border:1px solid transparent;z-index:5;position:relative}.bg-tag-badge svg{flex-shrink:0}.bg-tag-badge--preventa{background:#74c61cf5;color:#0b0f08;border-color:#74c61c;box-shadow:0 4px 14px #74c61c59}.bg-tag-badge--preorden{background:#ff8f28f5;color:#1a0f00;border-color:#ff8f28;box-shadow:0 4px 14px #ff8f2859}.bg-tag-badge--drop{background:#dc5050f5;color:#fff;border-color:#dc5050;box-shadow:0 4px 14px #dc505066;animation:bg-drop-pulse 1.8s ease-in-out infinite}@keyframes bg-drop-pulse{0%,to{box-shadow:0 4px 14px #dc505066}50%{box-shadow:0 4px 22px #dc5050a6}}.bg-tag-badge--card{align-self:flex-start}.bg-tag-badge--lg{font-size:13px;padding:7px 14px}.bg-tag-badge--lg svg{width:14px;height:14px}.bg-tag-note{margin-top:14px;padding:14px 16px;border-radius:12px;display:flex;flex-direction:column;gap:8px;font-size:13.5px;line-height:1.5}.bg-tag-note p{margin:0;color:var(--gob-soft,#cfd8c6)}.bg-tag-note__pill{align-self:flex-start;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:10.5px;font-weight:700;padding:4px 10px;border-radius:999px}.bg-tag-note__eta{margin-top:4px!important;font-weight:600;color:#fff!important;font-size:13px!important}.bg-tag-note--preventa{background:#74c61c1a;border:1px solid rgba(116,198,28,.35)}.bg-tag-note--preventa .bg-tag-note__pill{background:#74c61cd9;color:#0b0f08}.bg-tag-note--preorden{background:#ff8f281a;border:1px solid rgba(255,143,40,.35)}.bg-tag-note--preorden .bg-tag-note__pill{background:#ff8f28e6;color:#1a0f00}.bg-tag-note--drop{background:#dc50501a;border:1px solid rgba(220,80,80,.35)}.bg-tag-note--drop .bg-tag-note__pill{background:#dc5050e6;color:#fff}.bg-tag-note strong{color:#fff}.bg-anim{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.2,.6,.2,1),transform .8s cubic-bezier(.2,.6,.2,1);transition-delay:var(--bg-stagger,0ms);will-change:transform,opacity}.bg-anim.is-in{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.bg-anim,.bg-anim.is-in{opacity:1;transform:none;transition:none}}.bg-pagehead--cine{position:relative;overflow:hidden;background:var(--gob-bg);border-bottom:1px solid var(--gob-line);min-height:340px;display:flex;align-items:flex-end}.bg-pagehead--cine.bg-pagehead--collage{min-height:880px}.bg-pagehead--cine .bg-pagehead__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.bg-pagehead--cine .bg-pagehead__img{width:100%;height:120%;object-fit:cover;opacity:.55;transform:scale(1.06);transition:transform .2s linear;will-change:transform}.bg-pagehead__noise{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .35 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='.45'/></svg>");opacity:.5;mix-blend-mode:overlay;pointer-events:none}.bg-pagehead--cine .bg-pagehead__ov{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#161c118c,#161c11d9 70%,#161c11),linear-gradient(90deg,#161c11f2,#161c1173 60%,#161c11a6)}.bg-pagehead__glow{position:absolute;width:520px;height:520px;left:-100px;bottom:-220px;background:radial-gradient(circle,rgba(116,198,28,.32) 0%,transparent 60%);filter:blur(40px);pointer-events:none;animation:bg-glow-drift 14s ease-in-out infinite alternate}@keyframes bg-glow-drift{0%{transform:translate(0) scale(1);opacity:.85}50%{transform:translate(120px,-30px) scale(1.12);opacity:1}to{transform:translate(60px,40px) scale(.95);opacity:.7}}.bg-pagehead--cine .bg-pagehead__inner{position:relative;z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:90px 24px 50px}.bg-pagehead--cine .bg-crumbs{font-size:13px;color:var(--gob-muted);display:flex;gap:8px;align-items:center;margin-bottom:18px;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.08em}.bg-pagehead--cine .bg-crumbs a{color:var(--gob-muted);text-decoration:none;transition:.2s}.bg-pagehead--cine .bg-crumbs a:hover{color:var(--gob-green)}.bg-pagehead--cine .bg-crumbs__current{color:var(--gob-soft)}.bg-pagehead--cine .bg-crumbs__sep{color:var(--gob-line)}.bg-kicker--head{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:var(--gob-green2);display:inline-flex;align-items:center;gap:10px;padding:7px 14px;border-radius:999px;background:#74c61c1a;border:1px solid rgba(116,198,28,.32);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-bottom:18px}.bg-kicker__dot{width:6px;height:6px;border-radius:50%;background:var(--gob-green);box-shadow:0 0 0 4px #74c61c38;animation:bg-pulse 2.2s ease-in-out infinite}@keyframes bg-pulse{0%,to{box-shadow:0 0 0 4px #74c61c38;transform:scale(1)}50%{box-shadow:0 0 0 8px #74c61c0d;transform:scale(1.18)}}.bg-pagehead__title{font-family:Oswald,sans-serif;text-transform:uppercase;font-weight:700;font-size:clamp(36px,6vw,76px);color:var(--gob-text);margin:0;line-height:.98;letter-spacing:-.005em;text-shadow:0 4px 24px rgba(0,0,0,.4)}.bg-pagehead__sub{color:#d6dccc;font-size:16px;line-height:1.5;margin:18px 0 0;max-width:56ch}.bg-pagehead__meta{margin-top:22px;display:flex;gap:10px;flex-wrap:wrap}.bg-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:12px}.bg-pill--green{background:#74c61c29;color:var(--gob-green2);border:1px solid rgba(116,198,28,.38)}.bg-pagehead__fade{position:absolute;bottom:-1px;left:0;right:0;height:50px;background:linear-gradient(180deg,transparent,var(--gob-bg));pointer-events:none;z-index:3}@media(max-width:749px){.bg-pagehead--cine{min-height:260px}.bg-pagehead--cine.bg-pagehead--collage{min-height:673px}.bg-pagehead--cine .bg-pagehead__inner{padding:60px 20px 36px}.bg-pagehead__title{font-size:clamp(28px,8vw,42px)}.bg-pagehead__sub{font-size:14px}}.card-wrapper,.product-card-wrapper{position:relative;transition:transform .35s cubic-bezier(.2,.6,.2,1)}.bg-tilt-active{transition:transform .15s cubic-bezier(.2,.6,.2,1)}.card-wrapper .card,.product-card-wrapper .card{border-radius:14px;overflow:hidden;background:var(--gob-surface);border:1px solid var(--gob-line);transition:border-color .35s ease,box-shadow .4s cubic-bezier(.2,.6,.2,1)}.card-wrapper:hover .card,.product-card-wrapper:hover .card{border-color:#74c61c6b;box-shadow:0 22px 50px -18px #000000a6,0 0 0 1px #74c61c33,0 0 40px -8px #74c61c47}.card__media{overflow:hidden;background:transparent;position:relative}.card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 110%,rgba(116,198,28,.25),transparent 55%);opacity:0;transition:opacity .5s ease;pointer-events:none;mix-blend-mode:soft-light}.card-wrapper:hover .card__media:after,.product-card-wrapper:hover .card__media:after{opacity:1}.card__media img,.card .media img{transition:transform .8s cubic-bezier(.2,.6,.2,1),filter .4s ease;will-change:transform}.card-wrapper:hover .card__media img,.product-card-wrapper:hover .card__media img,.card-wrapper:hover .card .media img{transform:scale(1.06);filter:saturate(1.08)}.card__information,.card-information{padding:16px 22px}.card__information>*,.card-information>*{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.card__heading,.card__heading a,.card__title,.card__title a{display:block;padding:0!important;margin:0 0 6px!important;line-height:1.3;word-break:break-word}.card-wrapper .price,.product-card-wrapper .price{padding:0!important;margin:0!important}.card__content,.card-content{padding-left:6px;padding-right:6px;box-sizing:border-box}.card__content>.card__information,.card-content>.card-information{padding-left:14px;padding-right:14px}.card-wrapper .price,.product-card-wrapper .price{margin-top:6px!important}.shopify-section--main-collection-product-grid,.shopify-section[id*=product-grid]{width:100%}body.template-collection .page-width,.shopify-section--main-collection-product-grid .page-width,.collection.page-width{max-width:none!important;margin-left:auto!important;margin-right:auto!important;padding-left:clamp(16px,2.5vw,32px)!important;padding-right:clamp(16px,2.5vw,32px)!important;box-sizing:border-box}.product-grid-container,#ProductGridContainer{width:100%!important;max-width:none!important;margin:0 auto}@media(min-width:750px){#product-grid,.collection .product-grid,.product-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:18px!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important}}@media(max-width:749px){#product-grid,.collection .product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}#product-grid>.grid__item,.collection .product-grid>.grid__item{width:auto!important;max-width:none!important;flex:none!important}}.card__media,.card .ratio,.card__inner,.product__media-wrapper .media,.product__media-wrapper,.product-media-container,.product__media,.product__media-item,.media.media--transparent,.featured-product .product__media,.product-card-wrapper .card__media,.product__modal-opener,.product__media-list,.product__media-list .product__media,.product__media-list .media,.product-media-container .media,.thumbnail,.thumbnail-list,.thumbnail-list__item,.thumbnail-slider,.thumbnail .global-media-settings,.thumbnail-list__item .media,.thumbnail-list__item .ratio,.product-media-modal,.product-media-modal__content,.product-media-modal__content .media,.product-media-modal__content .product__media,.global-media-settings,.global-media-settings--no-shadow,.media,.media--transparent{background:transparent!important;background-color:transparent!important}.card__media:before,.thumbnail:before,.thumbnail-list__item:before,.product__media:before{background:transparent!important}.card__media img,.card .media img,.product__media-wrapper img,.product-media-container img,.product__media img,.thumbnail img,.thumbnail-list__item img,.product-media-modal img,.media img{background:transparent!important;mix-blend-mode:normal}.card__heading{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:15px;line-height:1.25;letter-spacing:.01em}.card__heading a{color:var(--gob-text);text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-size:0 1px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .4s ease,color .3s ease}.card-wrapper:hover .card__heading a,.product-card-wrapper:hover .card__heading a{color:var(--gob-green2);background-size:100% 1px}.price{font-family:Oswald,sans-serif;font-weight:600;letter-spacing:.02em;font-size:16px}.price__regular .price-item--regular{color:var(--gob-text);transition:color .3s ease}.card-wrapper:hover .price__regular .price-item--regular,.product-card-wrapper:hover .price__regular .price-item--regular,.price__sale .price-item--sale{color:var(--gob-green2)}.price__sale .price-item--regular{color:var(--gob-muted);text-decoration:line-through}.card__badge,.badge{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:11px;padding:6px 12px;border-radius:999px;border:1px solid;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);line-height:1.1}.badge.price__badge-sale{background:#74c61c33;color:var(--gob-green2);border-color:#74c61c73}.badge.price__badge-sold-out{background:#a0a0a02e;color:#cdcdcd;border-color:#ffffff26}.card__badge{top:12px;left:12px;animation:bg-badge-pop .55s cubic-bezier(.2,1.8,.4,1) both}@keyframes bg-badge-pop{0%{opacity:0;transform:scale(.6) translateY(-6px)}to{opacity:1;transform:scale(1) translateY(0)}}.quick-add__submit,.card .quick-add__submit{border-radius:999px!important;background:#161c11d9!important;color:var(--gob-text)!important;border:1px solid rgba(116,198,28,.38)!important;font-family:Oswald,sans-serif!important;text-transform:uppercase;letter-spacing:.06em;transition:all .25s ease}.quick-add__submit:hover{background:var(--gob-green)!important;color:#0b0f08!important;transform:translateY(-2px);box-shadow:0 8px 24px #74c61c66}.collection .product-grid,.product-grid{gap:22px}@media(min-width:990px){.collection .product-grid,.product-grid{gap:28px 24px}}.facets__heading,.facets__summary,#FacetFiltersForm h2,#FacetFiltersForm .facets__display{font-family:Oswald,sans-serif!important;text-transform:uppercase;letter-spacing:.04em}.facets__summary{cursor:pointer;transition:color .2s}.facets__summary:hover{color:var(--gob-green2)!important}.facets__price input,.facets input[type=text],.facets input[type=number]{background:#161c1180;border:1px solid var(--gob-line);color:var(--gob-text);border-radius:8px;padding:8px 12px}.facets__price input:focus{border-color:var(--gob-green);box-shadow:0 0 0 2px #74c61c33}.facets-vertical-form .facet-checkbox{border-radius:8px;transition:background .2s}.facets-vertical-form .facet-checkbox:hover{background:#74c61c0f}.active-facets__button,.active-facets a{border-radius:999px!important;background:#74c61c24!important;border:1px solid rgba(116,198,28,.35)!important;color:var(--gob-green2)!important;font-family:Oswald,sans-serif;text-transform:uppercase;font-size:12px;letter-spacing:.04em;transition:.2s}.active-facets__button:hover{background:#74c61c38!important}.facets__form-vertical select,.facets-vertical select,select.facets__select{background:#161c1180!important;border:1px solid var(--gob-line)!important;color:var(--gob-text)!important;border-radius:10px!important;padding:8px 14px;font-family:Oswald,sans-serif;text-transform:uppercase;font-size:12.5px;letter-spacing:.04em;cursor:pointer}.collection .loading-overlay__spinner{color:var(--gob-green)}.bg-btn,button.button,.shopify-payment-button__button{position:relative;overflow:hidden;isolation:isolate}.bg-btn{transition:transform .25s cubic-bezier(.2,.6,.2,1),background .25s ease,box-shadow .35s ease,color .25s ease}.bg-btn--green:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.35) 50%,transparent 70%);transform:translate(-110%);transition:transform .8s ease;z-index:-1}.bg-btn--green:hover{transform:translateY(-2px);box-shadow:0 14px 40px #74c61c6b,0 0 0 1px #74c61c99}.bg-btn--green:hover:before{transform:translate(110%)}.bg-btn--green:active{transform:translateY(0)}.bg-btn--ghost:hover{transform:translateY(-2px);background:#74c61c1a;color:var(--gob-green2);border-color:#74c61c66;box-shadow:0 10px 30px #00000059}.bg-ripple{position:absolute;border-radius:50%;background:#ffffff73;transform:translate(-50%,-50%) scale(0);animation:bg-rip .6s ease-out;pointer-events:none;width:8px;height:8px;z-index:0}@keyframes bg-rip{0%{transform:translate(-50%,-50%) scale(0);opacity:.55}80%{opacity:.2}to{transform:translate(-50%,-50%) scale(24);opacity:0}}.bg-cat{transition:transform .35s cubic-bezier(.2,.6,.2,1),box-shadow .4s ease;cursor:pointer}.bg-cat:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,rgba(116,198,28,.35),transparent 50%);opacity:0;transition:opacity .4s ease;pointer-events:none}.bg-cat:hover{transform:translateY(-6px)}.bg-cat:hover:after{opacity:.4}.bg-cat:hover .bg-cat__ic{transform:scale(1.08) rotate(-3deg);background:#74c61c47}.bg-cat__ic{transition:transform .4s cubic-bezier(.2,1.4,.5,1),background .35s ease}.facets-container{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:18px}.product-count{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:12.5px;color:var(--gob-muted)}.product-count strong{color:var(--gob-green2);font-weight:600}.facet-filters__sort,.bg-native-facet__select,select.select__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none!important}.facet-filters__sort::-ms-expand,.bg-native-facet__select::-ms-expand{display:none}.bg-native-facet{display:inline-flex;align-items:center;gap:8px;margin-right:6px}.bg-native-facet .facet-filters__label,.bg-native-facet>h2{margin:0;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:12.5px;color:var(--gob-muted)}.bg-native-facet .facet-filters__label label{cursor:pointer}.bg-native-facet .select{position:relative;display:inline-flex;align-items:center}.bg-native-facet .select:before,.bg-native-facet .select:after{content:none!important}.bg-native-facet__select{background:transparent;border:0;border-radius:0;color:var(--gob-text);font-family:inherit;font-size:14px;font-weight:500;padding:4px 22px 4px 0;margin:0;min-width:auto;min-height:auto;cursor:pointer;transition:color .2s ease;box-shadow:none;filter:none}.bg-native-facet__select:hover,.bg-native-facet__select:focus{color:var(--gob-green2);outline:none}.bg-native-facet__select option{background:var(--gob-bg);color:var(--gob-text)}.bg-native-facet .select .svg-wrapper,.bg-native-facet .select .icon-caret{position:absolute;right:0;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--gob-green2);width:10px;height:10px}.bg-native-facet .select .svg-wrapper svg,.bg-native-facet .select .icon-caret svg{width:10px;height:10px;display:block}.bg-foot a{position:relative;transition:color .2s ease}.bg-foot a:not(.bg-foot__brandlogo){background-image:linear-gradient(var(--gob-green),var(--gob-green));background-size:0 1px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .3s ease,color .25s ease}.bg-foot a:hover{color:var(--gob-green2);background-size:100% 1px}.header__icon{transition:transform .25s cubic-bezier(.2,1.4,.4,1),color .25s ease}.header__icon:hover{transform:scale(1.1);color:var(--gob-green2)}.bg-coins-pill{transition:transform .25s ease,background .25s ease,box-shadow .35s ease}.bg-coins-pill:hover{transform:translateY(-1px)}.product-grid.is-loading,.collection.is-loading{opacity:.55;pointer-events:none;transition:opacity .25s}.card__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#1a201a,#252b22,#1a201a 80%);background-size:200% 100%;animation:bg-shimmer 1.6s linear infinite;z-index:0;opacity:0;transition:opacity .3s}.card__media.is-loading:before{opacity:1}@keyframes bg-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}::selection{background:#74c61c66;color:#fff}@supports (scrollbar-color: auto){html{scrollbar-color:rgba(116,198,28,.45) #161C11;scrollbar-width:thin}}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-track{background:#161c11}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#74c61c66,#74c61c40);border-radius:10px;border:2px solid #0b0f08}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#74c61cb3,#74c61c73)}*:focus-visible{outline:2px solid var(--gob-green);outline-offset:2px;border-radius:6px}@media(max-width:749px){.bg-anim{transform:translateY(12px)}}.bg-card-grid>*{transition:transform .35s ease}input[type=email]:focus,.field__input:focus{border-color:var(--gob-green)!important;box-shadow:0 0 0 3px #74c61c33!important;outline:none!important}.bg-cats--rich{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media(max-width:1100px){.bg-cats--rich{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.bg-cats--rich{grid-template-columns:repeat(2,1fr);gap:12px}}.bg-cat--hero{position:relative;display:block;height:280px;border-radius:16px;overflow:hidden;text-decoration:none;background:#0b0f08;border:1px solid var(--gob-line);isolation:isolate;transition:transform .45s cubic-bezier(.2,.6,.2,1),border-color .35s ease,box-shadow .55s cubic-bezier(.2,.6,.2,1);will-change:transform}@media(max-width:749px){.bg-cat--hero{height:200px}}.bg-cat--hero .bg-cat__img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:center;transform:scale(1.02);transition:transform 1s cubic-bezier(.2,.6,.2,1),filter .5s ease;filter:saturate(1.02) brightness(1);will-change:transform}.bg-cat--hero .bg-cat__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#161c1100 0% 62%,#161c11b8);transition:opacity .4s ease}.bg-cat--hero .bg-cat__glow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(80% 70% at 100% 100%,rgba(116,198,28,.42),transparent 55%);opacity:0;transition:opacity .5s ease}.bg-cat--hero .bg-cat__kicker{position:absolute;top:14px;left:14px;z-index:3;display:inline-flex;align-items:center;gap:6px;padding:5px 10px;background:#161c118c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(116,198,28,.4);border-radius:999px;color:var(--gob-green2);font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:10.5px;transform:translateY(-4px);opacity:0;transition:opacity .35s ease,transform .45s cubic-bezier(.2,1.4,.4,1);transition-delay:.08s}.bg-cat--hero .bg-cat__corner{position:absolute;top:14px;right:14px;z-index:3;width:38px;height:38px;border-radius:50%;background:#161c1199;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);color:var(--gob-soft);display:grid;place-items:center;transition:transform .4s cubic-bezier(.2,1.4,.4,1),background .35s ease,border-color .35s ease,color .35s ease,box-shadow .45s ease}.bg-cat--hero .bg-cat__corner svg{transition:transform .4s cubic-bezier(.2,1.4,.4,1)}.bg-cat--hero .bg-cat__body{position:absolute;left:18px;right:64px;bottom:16px;z-index:3;transition:transform .5s cubic-bezier(.2,.6,.2,1)}.bg-cat--hero .bg-cat__title{font-family:Oswald,sans-serif;text-transform:uppercase;font-weight:700;font-size:clamp(17px,1.6vw,22px);line-height:1.08;letter-spacing:.005em;color:#fff;margin:0 0 4px;text-shadow:0 4px 14px rgba(0,0,0,.55)}.bg-cat--hero .bg-cat__desc{display:block;font-size:12.5px;line-height:1.35;color:#d6dccc;opacity:.82;transition:opacity .35s ease}.bg-cat--hero .bg-cat__shine{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.16) 50%,transparent 70%);transform:translate(-110%);transition:transform .9s cubic-bezier(.2,.6,.2,1)}.bg-cat--hero:hover{transform:translateY(-6px);border-color:#74c61c73;box-shadow:0 24px 60px -10px #0009,0 0 0 1px #74c61c38,0 0 40px -8px #74c61c52}.bg-cat--hero:hover .bg-cat__img{transform:scale(1.12);filter:saturate(1.08) brightness(1)}.bg-cat--hero:hover .bg-cat__shade{background:linear-gradient(180deg,#161c1100 0% 66%,#161c119e)}.bg-cat--hero:hover .bg-cat__glow{opacity:1}.bg-cat--hero:hover .bg-cat__corner{background:var(--gob-green);color:#0b0f08;border-color:var(--gob-green);transform:rotate(6deg) scale(1.05);box-shadow:0 8px 24px #74c61c73}.bg-cat--hero:hover .bg-cat__corner svg{transform:translate(2px,-2px)}.bg-cat--hero:hover .bg-cat__kicker{opacity:1;transform:translateY(0)}.bg-cat--hero:hover .bg-cat__body{transform:translateY(-3px)}.bg-cat--hero:hover .bg-cat__shine{transform:translate(120%)}.bg-cat--hero:focus-visible{outline:none;border-color:var(--gob-green);box-shadow:0 0 0 3px #74c61c59}.bg-cat--hero{animation:bg-cat-in .8s cubic-bezier(.2,.6,.2,1) both;animation-delay:var(--bg-stagger,0ms)}@keyframes bg-cat-in{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.bg-cat--hero{animation:none;transition:none}.bg-cat--hero .bg-cat__img{transition:none}}.bg-cats--rich .bg-cat__arrow,.bg-cats--rich .bg-cat__body span:only-child{display:none}.bg-cat--hero:after{display:none!important}.bg-cat--hero{min-height:0!important}.bg-cats--rich .bg-cat__body{padding:0}.bg-brands__row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:18px}.bg-brands__row span{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.14em;font-size:12px;color:var(--gob-muted);padding:9px 18px;border:1px solid var(--gob-line);border-radius:999px;background:#ffffff05;transition:all .25s ease}.bg-brands__row span:hover{color:var(--gob-green2);border-color:#74c61c66;background:#74c61c0f;transform:translateY(-2px);box-shadow:0 6px 20px #74c61c2e}.bg-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.bg-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:#ffffff0a;border:1px solid var(--gob-line);color:var(--gob-soft);text-decoration:none;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:12px;transition:all .25s ease}.bg-chip:hover{background:#74c61c1a;color:var(--gob-green2);border-color:#74c61c66;transform:translateY(-2px);box-shadow:0 6px 20px #74c61c2e}.bg-chip:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gob-green);opacity:0;transition:opacity .25s ease}.bg-chip:hover:before{opacity:1}.bg-scrollbar{position:fixed;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gob-green),var(--gob-green2));transform-origin:0 50%;transform:scaleX(0);z-index:9999;pointer-events:none;will-change:transform;box-shadow:0 0 18px #74c61c80}.bg-loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:radial-gradient(900px 600px at 50% 50%,#0b1208,#050705);display:grid;place-items:center;transition:opacity .55s ease,visibility .55s ease}.bg-loading.is-out{opacity:0;visibility:hidden}.bg-loading__inner{position:relative;text-align:center}.bg-loading__ring{width:140px;height:140px;border-radius:50%;border:2px solid rgba(116,198,28,.25);border-top-color:var(--gob-green);animation:bg-spin 1s linear infinite;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.bg-loading__logo{width:78px;height:78px;animation:bg-pop .9s cubic-bezier(.2,1.7,.4,1) both;filter:drop-shadow(0 0 24px rgba(116,198,28,.5))}.bg-loading__txt{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.22em;font-size:13px;color:#7e8a72;margin-top:84px;animation:bg-pop .9s cubic-bezier(.2,1.7,.4,1) .15s both}.bg-loading__txt span{color:var(--gob-green2)}@keyframes bg-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes bg-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.bg-particles{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;mix-blend-mode:screen}.bg-hero__spot{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;opacity:0;transition:opacity .4s ease;background:radial-gradient(380px 380px at var(--sx,50%) var(--sy,50%),rgba(116,198,28,.18),rgba(116,198,28,.04) 35%,transparent 60%);mix-blend-mode:screen}.bg-cat--hero .bg-cat__preview{position:absolute;top:60px;right:14px;left:auto;z-index:3;display:grid;grid-template-columns:repeat(2,46px);gap:6px;opacity:0;transform:translate(20px);transition:opacity .35s ease,transform .45s cubic-bezier(.2,.6,.2,1);pointer-events:none}.bg-cat--hero .bg-cat__preview img{width:46px;height:46px;object-fit:cover;border-radius:8px;border:1px solid rgba(116,198,28,.4);background:#1a1f15;box-shadow:0 6px 20px #00000073;transition:transform .35s cubic-bezier(.2,1.4,.4,1)}.bg-cat--hero:hover .bg-cat__preview{opacity:1;transform:translate(0);transition-delay:.15s}.bg-cat--hero:hover .bg-cat__preview img:nth-child(1){transform:translate(0)}.bg-cat--hero:hover .bg-cat__preview img:nth-child(2){transform:translate(0);transition-delay:.04s}.bg-cat--hero:hover .bg-cat__preview img:nth-child(3){transform:translate(0);transition-delay:.08s}.bg-cat--hero:hover .bg-cat__preview img:nth-child(4){transform:translate(0);transition-delay:.12s}@media(max-width:749px){.bg-cat--hero .bg-cat__preview{display:none}}.card-wrapper,.product-card-wrapper{position:relative}.bg-wish{position:absolute;top:10px;right:10px;z-index:5;width:36px;height:36px;border-radius:50%;background:#161c11a6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#cdd5c0;display:grid;place-items:center;cursor:pointer;transition:transform .2s cubic-bezier(.2,1.6,.4,1),background .25s ease,color .25s ease,border-color .25s ease}.bg-wish:hover{background:#74c61c2e;color:var(--gob-green2);border-color:#74c61c66;transform:scale(1.08)}.bg-wish.is-on{color:#ff4d6d;background:#ff4d6d1f;border-color:#ff4d6d66}.bg-wish.is-on svg{fill:#ff4d6d}.bg-wish.is-pop{animation:bg-wish-pop .55s cubic-bezier(.2,1.7,.4,1)}@keyframes bg-wish-pop{0%{transform:scale(1)}40%{transform:scale(1.45)}to{transform:scale(1)}}.bg-wish-burst__p{position:absolute;top:50%;left:50%;width:6px;height:6px;border-radius:50%;background:radial-gradient(circle,#ff4d6d 30%,transparent 70%);pointer-events:none;animation:bg-burst .7s cubic-bezier(.2,.6,.2,1) forwards}@keyframes bg-burst{0%{transform:translate(-50%,-50%) translate(0);opacity:1}to{transform:translate(-50%,-50%) translate(var(--bx),var(--by));opacity:0}}.header__icon svg,.header__icon-cart svg{transition:transform .35s cubic-bezier(.2,1.4,.4,1)}.header__icon:hover svg,.header__icon-cart:hover svg{transform:rotate(-8deg) scale(1.12)}.header__icon-cart:hover svg{animation:bg-cart-shake .55s ease}@keyframes bg-cart-shake{0%,to{transform:translate(0)}20%{transform:translate(-2px) rotate(-5deg)}40%{transform:translate(3px) rotate(4deg)}60%{transform:translate(-2px) rotate(-3deg)}80%{transform:translate(1px)}}.bg-sound-toggle{position:fixed;bottom:14px;left:14px;z-index:9990;display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:#161c11c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);color:#cdd5c0;cursor:pointer;font-family:Oswald,sans-serif;text-transform:uppercase;font-size:10px;letter-spacing:.12em;transition:all .25s ease}.bg-sound-toggle:hover{color:var(--gob-green2);border-color:#74c61c66}.bg-ship{position:fixed;bottom:14px;left:50%;transform:translate(-50%) translateY(140%);z-index:9988;padding:0 14px;width:min(420px,calc(100% - 24px));pointer-events:none;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.bg-ship.is-visible{transform:translate(-50%) translateY(0);pointer-events:auto}.bg-ship__wrap{display:flex;align-items:center;gap:12px;background:#0b0f08eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(116,198,28,.3);border-radius:14px;padding:10px 14px;box-shadow:0 18px 50px #00000080}.bg-ship__icon{flex-shrink:0;width:32px;height:32px;border-radius:8px;background:#74c61c2e;color:var(--gob-green2);display:grid;place-items:center}.bg-ship__body{flex:1;min-width:0}.bg-ship__txt{font-size:12.5px;color:var(--gob-soft);margin-bottom:4px;line-height:1.3}.bg-ship__txt b{color:var(--gob-green2)}.bg-ship__rail{height:5px;border-radius:99px;background:#ffffff0f;overflow:hidden}.bg-ship__fill{height:100%;width:0;background:linear-gradient(90deg,var(--gob-green),var(--gob-green2));transition:width .65s cubic-bezier(.2,.6,.2,1);box-shadow:0 0 10px #74c61c99}.bg-ship.is-complete .bg-ship__fill{width:100%!important}.bg-confetti{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9995;pointer-events:none}.bg-egg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99998;background:#000000b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;opacity:0;transition:opacity .35s ease;padding:20px}.bg-egg.is-in{opacity:1}.bg-egg__bd{position:relative;max-width:520px;background:linear-gradient(180deg,#121810,#0b0f08);border:1px solid rgba(116,198,28,.4);border-radius:20px;padding:30px;color:var(--gob-text);transform:scale(.92) translateY(20px);transition:transform .45s cubic-bezier(.2,1.4,.4,1)}.bg-egg.is-in .bg-egg__bd{transform:scale(1) translateY(0)}.bg-egg__x{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#ffffff0f;border:1px solid var(--gob-line);color:var(--gob-text);font-size:20px;cursor:pointer;display:grid;place-items:center;line-height:1}.bg-egg__x:hover{background:#74c61c2e;color:var(--gob-green2)}.bg-egg__goblin{display:flex;justify-content:center;margin-bottom:18px}.bg-egg__goblin img{width:80px;animation:bg-goblin-bounce 1.6s ease-in-out infinite;filter:drop-shadow(0 8px 24px rgba(116,198,28,.4))}@keyframes bg-goblin-bounce{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-8px) rotate(2deg)}}.bg-egg__txt{text-align:center}.bg-egg__txt h2{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:24px;color:#fff;margin:6px 0 10px}.bg-egg__txt p{color:var(--gob-soft);font-size:14.5px;line-height:1.55;margin:0 0 18px}.bg-egg__txt b{color:var(--gob-green2)}.bg-egg__code{display:flex;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:12px}.bg-egg__code code{background:#74c61c24;border:1px dashed rgba(116,198,28,.45);border-radius:10px;padding:10px 18px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:17px;color:var(--gob-green2);letter-spacing:.08em}.bg-egg__txt small{color:var(--gob-muted);font-size:11.5px;display:block}.bg-rune{position:absolute;width:80px;height:80px;color:#74c61c2e;pointer-events:none;z-index:0;mix-blend-mode:screen}.bg-rune svg{width:100%;height:100%;animation:bg-rune-rot 60s linear infinite}.bg-rune--1{top:18px;right:18px}.bg-rune--2{bottom:18px;left:18px;transform:scaleX(-1)}.bg-rune--3{top:50%;left:6px;transform:translateY(-50%) scale(.7)}.bg-rune--4{bottom:30px;right:30px;transform:scale(.6)}@keyframes bg-rune-rot{to{transform:rotate(360deg)}}.bg-rune--2 svg{animation-direction:reverse}.bg-themetog{position:fixed;bottom:14px;left:108px;z-index:9990;width:36px;height:36px;border-radius:50%;background:#161c11c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);color:#cdd5c0;cursor:pointer;display:grid;place-items:center;transition:all .25s ease}.bg-themetog:hover{color:var(--gob-green2);border-color:#74c61c66}.bg-cmpbtn{position:fixed;bottom:14px;left:160px;z-index:9990;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:#161c11c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);color:#cdd5c0;cursor:pointer;font-family:Oswald,sans-serif;text-transform:uppercase;font-size:10px;letter-spacing:.12em;transition:all .25s ease}.bg-cmpbtn:hover{color:var(--gob-green2);border-color:#74c61c66}.bg-cmpbtn.is-active{background:#74c61c2e;color:var(--gob-green2);border-color:#74c61c80}.bg-cmpbtn span{font-weight:700}.bg-cmp-add{position:absolute;top:48px;right:10px;z-index:5;width:30px;height:30px;border-radius:8px;background:#161c11a6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#cdd5c0;cursor:pointer;display:grid;place-items:center;transition:all .25s ease}.bg-cmp-add:hover,.bg-cmp-add.is-on{background:#74c61c2e;color:var(--gob-green2);border-color:#74c61c66}.bg-cmpdr{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99996;background:#000000a6;opacity:0;transition:opacity .3s ease;display:flex;justify-content:flex-end}.bg-cmpdr.is-in{opacity:1}.bg-cmpdr__bd{background:linear-gradient(180deg,#121810,#0b0f08);width:min(720px,100%);height:100%;padding:28px;overflow-y:auto;border-left:1px solid rgba(116,198,28,.3);transform:translate(100%);transition:transform .45s cubic-bezier(.2,.6,.2,1)}.bg-cmpdr.is-in .bg-cmpdr__bd{transform:translate(0)}.bg-cmpdr__bd header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.bg-cmpdr__bd h3{font-family:Oswald,sans-serif;text-transform:uppercase;color:#fff;margin:0;font-size:22px}.bg-cmpdr__x{width:36px;height:36px;border-radius:50%;background:#ffffff0f;border:1px solid var(--gob-line);color:#fff;font-size:22px;cursor:pointer}.bg-cmpdr__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.bg-cmpdr__col{background:var(--gob-surface);border:1px solid var(--gob-line);border-radius:14px;padding:14px;text-align:center}.bg-cmpdr__col img{width:100%;height:160px;object-fit:contain;background:#f6f6f4;border-radius:8px;margin-bottom:12px}.bg-cmpdr__t{font-family:Oswald,sans-serif;text-transform:uppercase;color:var(--gob-text);font-size:14px;margin-bottom:12px;line-height:1.3}.bg-cmpdr__rm{display:block;width:100%;margin-top:8px;background:transparent;border:0;color:var(--gob-muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em;cursor:pointer}.bg-cmpdr__rm:hover{color:#ff4d6d}.bg-cmpdr__clr{margin-top:18px;background:transparent;border:1px solid var(--gob-line);color:var(--gob-muted);padding:8px 14px;border-radius:999px;cursor:pointer;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.bg-cmpdr__clr:hover{color:#ff4d6d;border-color:#ff4d6d}.bg-preventa-sticker{position:absolute;top:8px;left:8px;z-index:5;width:20px;height:20px;pointer-events:none;animation:bg-rotate-cw 14s linear infinite}.bg-preventa-sticker svg{width:100%;height:100%;opacity:0}.bg-preventa-sticker:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle,var(--gob-green2),var(--gob-green));box-shadow:0 0 10px #74c61c8c,inset 0 0 0 1px #ffffff2e}@keyframes bg-rotate-cw{to{transform:rotate(360deg)}}@media(max-width:749px){.bg-preventa-sticker{width:16px;height:16px;top:6px;left:6px}}.bg-galaxy{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.65;mix-blend-mode:screen}.bg-nav{position:relative}.bg-nav__slide{position:absolute;bottom:-2px;height:2px;background:linear-gradient(90deg,var(--gob-green),var(--gob-green2));box-shadow:0 0 12px #74c61c99;transition:transform .45s cubic-bezier(.2,.6,.2,1),width .35s ease,opacity .2s ease;opacity:0;border-radius:2px;left:0;width:0;pointer-events:none}.bg-nav:hover .bg-nav__slide{opacity:1}.bg-megamenu{position:absolute;left:50%;transform:translate(-50%);background:linear-gradient(180deg,#101510,#0a0e07);border:1px solid var(--gob-line);border-radius:16px;padding:22px;min-width:580px;box-shadow:0 28px 70px #000000a6;opacity:0;visibility:hidden;transition:opacity .25s ease,transform .35s cubic-bezier(.2,.6,.2,1);margin-top:14px;z-index:50;display:grid;grid-template-columns:1.2fr 1.8fr;gap:24px}.bg-megamenu.is-open{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.product-card-wrapper.is-tcg:after,.card-wrapper.is-tcg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(2px 2px at 20% 30%,rgba(255,255,255,.8),transparent 50%),radial-gradient(1px 1px at 70% 60%,rgba(140,226,59,.6),transparent 50%),radial-gradient(2px 2px at 50% 80%,rgba(255,255,255,.5),transparent 50%);opacity:0;mix-blend-mode:screen;transition:opacity .5s;pointer-events:none}.product-card-wrapper.is-tcg:hover:after,.card-wrapper.is-tcg:hover:after{opacity:1;animation:bg-sparkle 2s linear infinite alternate}@keyframes bg-sparkle{0%{background-position:0% 0%,50% 50%,80% 30%}to{background-position:30% 70%,80% 20%,30% 80%}}.bg-ps-drop{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:9990;background:linear-gradient(180deg,#101510,#0a0e07);border:1px solid var(--gob-line);border-radius:14px;padding:8px;max-height:60vh;overflow-y:auto;box-shadow:0 28px 70px #0009;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .25s cubic-bezier(.2,.6,.2,1),visibility .2s}.bg-ps-drop.is-open{opacity:1;visibility:visible;transform:translateY(0)}.bg-ps-sec{padding:6px 4px 10px}.bg-ps-lbl{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.1em;font-size:10.5px;color:var(--gob-muted);padding:4px 8px 6px}.bg-ps-c{display:block;padding:8px 12px;border-radius:8px;color:var(--gob-soft);text-decoration:none;font-size:13px}.bg-ps-c:hover{background:#74c61c1a;color:var(--gob-green2)}.bg-ps-p{display:flex;gap:10px;align-items:center;padding:8px;border-radius:10px;text-decoration:none;color:var(--gob-text);transition:background .2s}.bg-ps-p:hover{background:#74c61c14}.bg-ps-p img,.bg-ps-p-noimg{width:46px;height:46px;border-radius:8px;object-fit:cover;background:#f6f6f4;flex-shrink:0}.bg-ps-p-info{flex:1;min-width:0}.bg-ps-p-t{font-size:13px;line-height:1.3;color:var(--gob-text);margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bg-ps-p-pr{font-family:Oswald,sans-serif;font-weight:600;color:var(--gob-green2);font-size:13px}.bg-ps-all{display:block;text-align:center;padding:10px;border-top:1px solid var(--gob-line);color:var(--gob-green2);text-decoration:none;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:12px;margin-top:4px}.bg-ps-all:hover{background:#74c61c14}.bg-ps-empty{padding:20px;text-align:center;color:var(--gob-muted);font-size:13px}.bg-qa{position:absolute;right:10px;bottom:10px;z-index:5;display:inline-flex;align-items:center;justify-content:center;gap:6px;width:36px;height:36px;padding:0;background:#161c11c7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(116,198,28,.45);border-radius:999px;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600;cursor:pointer;opacity:0;transform:translateY(6px) scale(.85);transition:opacity .25s ease,transform .35s cubic-bezier(.2,1.4,.4,1),width .3s cubic-bezier(.2,.6,.2,1),background .25s ease,color .25s ease;white-space:nowrap;overflow:hidden}.card-wrapper:hover .bg-qa,.product-card-wrapper:hover .bg-qa{opacity:1;transform:translateY(0) scale(1)}.bg-qa .bg-qa-label{display:inline-block;max-width:0;opacity:0;transform:translate(-4px);transition:max-width .3s cubic-bezier(.2,.6,.2,1),opacity .2s ease,transform .25s ease}.bg-qa:hover{width:auto;padding:0 14px 0 10px;background:var(--gob-green);color:#0b0f08;border-color:var(--gob-green);box-shadow:0 8px 22px #74c61c66}.bg-qa:hover .bg-qa-label{max-width:120px;opacity:1;transform:translate(0);margin-left:2px}.bg-qa.is-busy{width:auto;padding:0 14px;background:#74c61c2e;color:var(--gob-green2)}.bg-qa.is-busy .bg-qa-label,.bg-qa.is-ok .bg-qa-label,.bg-qa.is-err .bg-qa-label{max-width:120px;opacity:1;transform:translate(0)}.bg-qa.is-ok{width:auto;padding:0 14px;background:var(--gob-green);color:#0b0f08;border-color:var(--gob-green)}.bg-qa.is-err{width:auto;padding:0 14px;background:#dc50502e;color:#ff9a9a;border-color:#dc505066}.bg-qa:hover{background:var(--gob-green);color:#0b0f08;border-color:var(--gob-green)}.bg-qa.is-busy{background:#74c61c2e;color:var(--gob-green2)}.bg-qa.is-ok{background:var(--gob-green);color:#0b0f08;border-color:var(--gob-green)}.bg-qa.is-err{background:#dc50502e;color:#ff9a9a;border-color:#dc505066}.bg-qa-spin{width:12px;height:12px;border-radius:50%;border:2px solid currentColor;border-top-color:transparent;animation:bg-spin .7s linear infinite;display:inline-block}.bg-coin-fly{position:fixed;z-index:9997;width:24px;height:24px;pointer-events:none;animation:bg-fly .9s cubic-bezier(.4,0,.7,1) forwards;will-change:transform,opacity}@keyframes bg-fly{0%{transform:translate(-50%,-50%) scale(.6) rotate(0);opacity:0}15%{transform:translate(-50%,-50%) scale(1.2) rotate(40deg);opacity:1}to{transform:translate(-50%,-50%) translate(var(--tx),var(--ty)) scale(.5) rotate(360deg);opacity:0}}.bg-coins-pill.is-pulse{animation:bg-coin-pulse .7s cubic-bezier(.2,1.7,.4,1)}@keyframes bg-coin-pulse{0%,to{transform:scale(1)}40%{transform:scale(1.18);background:#74c61c66}}.bg-megamenu__col{display:flex;flex-direction:column;gap:6px}.bg-megamenu__col a{color:var(--gob-soft);text-decoration:none;padding:8px 10px;border-radius:8px;font-size:14px}.bg-megamenu__col a:hover{background:#74c61c1a;color:var(--gob-green2)}.bg-megamenu__cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bg-megamenu__card{position:relative;display:block;border-radius:12px;overflow:hidden;text-decoration:none;border:1px solid var(--gob-line);transition:.2s}.bg-megamenu__card img{width:100%;height:130px;object-fit:cover;background:#f6f6f4}.bg-megamenu__card span{position:absolute;left:10px;right:10px;bottom:10px;color:#fff;font-family:Oswald,sans-serif;text-transform:uppercase;font-size:12px;text-shadow:0 2px 6px #000}.bg-megamenu__card:hover{border-color:#74c61c80}details[open]>.search-modal,.search-modal{background:#161c11d9!important;backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);animation:bg-modal-in .35s cubic-bezier(.2,.6,.2,1)}@keyframes bg-modal-in{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(20px) saturate(1.2);backdrop-filter:blur(20px) saturate(1.2)}}.search-modal__content,.search-modal__content-bottom,.search-modal__content-top{background:linear-gradient(180deg,#101510,#0a0e07)!important;border:1px solid rgba(116,198,28,.32)!important;border-radius:18px!important;box-shadow:0 30px 80px #0009,0 0 0 1px #74c61c1f!important;max-width:780px!important;margin:80px auto 24px!important;padding:24px!important;animation:bg-modal-content-in .5s cubic-bezier(.2,1.4,.4,1)}@keyframes bg-modal-content-in{0%{opacity:0;transform:translateY(-18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.search-modal__form,.search__form{position:relative}.search__input,.search-modal input[type=search],.search-modal input[type=text]{background:#161c1199!important;border:1px solid rgba(116,198,28,.28)!important;border-radius:14px!important;color:var(--gob-text)!important;font-family:Inter,system-ui,sans-serif!important;font-size:16px!important;padding:16px 56px 16px 22px!important;width:100%!important;height:auto!important;transition:border-color .25s,box-shadow .25s,background .25s}.search__input:focus,.search-modal input:focus{border-color:var(--gob-green)!important;box-shadow:0 0 0 3px #74c61c40!important;background:#161c11c7!important;outline:none!important}.search__input::placeholder{color:var(--gob-muted)!important}.search__button,.search__form button[type=submit]{position:absolute!important;right:8px!important;top:50%!important;transform:translateY(-50%)!important;width:42px!important;height:42px!important;border-radius:50%!important;background:var(--gob-green)!important;color:#0b0f08!important;border:none!important;display:grid!important;place-items:center!important;cursor:pointer;transition:transform .25s,box-shadow .25s}.search__button:hover{transform:translateY(-50%) scale(1.08)!important;box-shadow:0 8px 24px #74c61c66}.search__button svg{color:#0b0f08!important}.modal__close-button,.search-modal .modal__close-button{background:#ffffff0f!important;border:1px solid var(--gob-line)!important;border-radius:50%!important;color:#fff!important;width:38px!important;height:38px!important;transition:all .25s}.modal__close-button:hover{background:#74c61c2e!important;color:var(--gob-green2)!important;border-color:#74c61c66!important;transform:rotate(90deg)}.predictive-search{background:transparent!important;border:none!important;border-radius:14px!important;padding:8px 0 0!important}.predictive-search__results-groups-wrapper,.predictive-search__results-list{padding:0!important;margin:0!important}.predictive-search ul,.predictive-search ol{list-style:none!important}.predictive-search li{padding:0!important}.predictive-search a,.predictive-search__item-link{padding:10px 12px!important;border-radius:10px!important;color:var(--gob-soft)!important;text-decoration:none!important;display:flex!important;gap:12px!important;align-items:center!important;transition:background .2s}.predictive-search a:hover{background:#74c61c1a!important;color:var(--gob-green2)!important}.predictive-search__heading{font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.1em!important;font-size:11px!important;color:var(--gob-muted)!important;margin:14px 0 6px!important;padding:0 4px!important}.header__icon--account{position:relative;overflow:visible!important}.header__icon--account:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid var(--gob-green);opacity:0;transform:scale(.6);pointer-events:none}.header__icon--account.is-clicked:before{animation:bg-acct-ring .8s cubic-bezier(.2,.6,.2,1) forwards}@keyframes bg-acct-ring{0%{opacity:1;transform:scale(.6);border-width:3px}to{opacity:0;transform:scale(2);border-width:1px}}.header__icon--account.is-clicked svg{animation:bg-acct-pulse .7s cubic-bezier(.2,1.6,.4,1)}@keyframes bg-acct-pulse{0%{transform:scale(1)}40%{transform:scale(1.3) rotate(-12deg);color:var(--gob-green2)}to{transform:scale(1) rotate(0)}}.bg-acct-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99996;background:radial-gradient(900px 600px at 50% 50%,#0b0f08f2,#050705fa);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:grid;place-items:center;opacity:0;visibility:hidden;transition:opacity .35s,visibility .35s}.bg-acct-loader.is-on{opacity:1;visibility:visible}.bg-acct-loader__inner{text-align:center}.bg-acct-loader__ring{width:90px;height:90px;border-radius:50%;border:3px solid rgba(116,198,28,.18);border-top-color:var(--gob-green);border-right-color:var(--gob-green2);animation:bg-spin .9s linear infinite;margin:0 auto 20px;position:relative}.bg-acct-loader__ring:after{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:50%;border:1px dashed rgba(116,198,28,.32);animation:bg-spin 4s linear infinite reverse}.bg-acct-loader__txt{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.16em;color:var(--gob-soft);font-size:13px}.bg-acct-loader__txt b{color:var(--gob-green2)}.customer.login{max-width:480px!important;margin:60px auto!important;padding:42px 36px!important;position:relative;background:linear-gradient(180deg,#101510,#0a0e07)!important;border:1px solid rgba(116,198,28,.32)!important;border-radius:22px!important;box-shadow:0 30px 80px #0000008c,inset 0 1px #ffffff0a!important;overflow:hidden}.customer.login:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(700px 400px at 50% -10%,rgba(116,198,28,.18),transparent 55%),radial-gradient(500px 300px at 100% 100%,rgba(116,198,28,.1),transparent 60%);pointer-events:none;z-index:0}.customer.login:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;height:2px;background:linear-gradient(90deg,transparent,var(--gob-green),transparent);filter:blur(2px);animation:bg-login-shine 4s ease-in-out infinite}@keyframes bg-login-shine{0%,to{opacity:.35;transform:translate(-50%)}50%{opacity:1;transform:translate(50%)}}.customer.login>*{position:relative;z-index:1}.customer.login h1,.customer.login h2{font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.04em!important;font-size:30px!important;color:#fff!important;text-align:center;margin:0 0 8px!important;text-shadow:0 4px 16px rgba(116,198,28,.18)}.customer.login h1:before{content:"";display:block;width:64px;height:64px;margin:0 auto 18px;background-image:url(/cdn/shop/t/3/assets/bg-mig-08.png?v=1782806300);background-size:contain;background-repeat:no-repeat;background-position:center;filter:drop-shadow(0 6px 18px rgba(116,198,28,.4));animation:bg-login-goblin 3.5s ease-in-out infinite}@keyframes bg-login-goblin{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-4px) rotate(3deg)}}.customer.login .field__label,.customer.login label{font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:11.5px!important;color:var(--gob-muted)!important}.customer.login .field,.customer.login p{margin-bottom:14px}.customer.login .field__input,.customer.login input[type=email],.customer.login input[type=password],.customer.login input[type=text]{background:#161c1173!important;border:1px solid var(--gob-line)!important;border-radius:12px!important;color:var(--gob-text)!important;font-size:15px!important;padding:14px 16px!important;width:100%!important;transition:.25s}.customer.login .field__input:focus,.customer.login input:focus{border-color:var(--gob-green)!important;box-shadow:0 0 0 3px #74c61c38!important;background:#161c119e!important;outline:none!important}.customer.login button[type=submit],.customer.login .button{background:var(--gob-green)!important;color:#0b0f08!important;border:1px solid var(--gob-green)!important;border-radius:999px!important;padding:14px 22px!important;font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:13px!important;font-weight:700!important;cursor:pointer;width:100%;transition:all .25s;box-shadow:0 8px 24px #74c61c52}.customer.login button[type=submit]:hover,.customer.login .button:hover{background:var(--gob-green2)!important;box-shadow:0 12px 36px #74c61c80;transform:translateY(-2px)}.customer.login a{color:var(--gob-green2)!important;text-decoration:none!important;font-weight:500}.customer.login a:hover{color:var(--gob-green)!important;text-decoration:underline!important}.customer.login .login__title-wrapper p,.customer.login .login__title-wrapper{text-align:center;color:var(--gob-soft);font-size:14px;margin-bottom:24px}#RecoverPassword{margin-top:20px;padding-top:18px;border-top:1px solid var(--gob-line)}@media(prefers-reduced-motion:reduce){.bg-rune svg,.bg-egg__goblin img,.bg-preventa-sticker,.bg-galaxy,.bg-particles,.bg-loading__ring,.bg-coin-fly,.bg-acct-loader__ring,.customer.login:after,.customer.login h1:before{animation:none!important}.bg-loading{display:none}.bg-megamenu,.bg-ps-drop{transition:none!important}}.header.header--middle-left,.header.page-width{max-width:none;padding-left:clamp(20px,3vw,40px);padding-right:clamp(20px,3vw,40px)}.section-header .header-wrapper{padding-left:0;padding-right:0}.header--middle-left{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px}.header--middle-left .header__inline-menu{min-width:0}.header--middle-left .header__heading-link,.header--middle-left .header__heading{justify-self:start}.header--middle-left .header__inline-menu{justify-self:center;width:auto}.header--middle-left .header__icons{justify-self:end}.bg-nav{position:relative;display:flex;justify-content:center;width:100%;min-width:0}.bg-nav .list-menu--inline{display:flex;flex-wrap:nowrap;gap:4px;align-items:center;justify-content:center}@media(min-width:1440px)and (max-width:1520px){.header--middle-left{gap:14px!important}.bg-nav__item>a{min-width:0!important;padding:9px 11px!important;font-size:12.5px!important}.bg-nav .list-menu--inline{gap:2px!important}}@media(min-width:1240px)and (max-width:1439px){.header--middle-left{gap:10px!important}.bg-nav__item>a{min-width:0!important;padding:8px 9px!important;font-size:11.5px!important;letter-spacing:.01em!important}.bg-nav .list-menu--inline{gap:0!important}.bg-nav__chev{margin-left:2px!important}}@media(min-width:990px)and (max-width:1239px){header-drawer{display:block!important}.header__inline-menu{display:none!important}}.bg-nav__item{position:relative;flex-shrink:0}.bg-nav__item>a{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:9px 16px;min-width:0;border-radius:999px;transition:color .2s ease;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:500;white-space:nowrap;position:relative}.bg-nav__item>a>span,.bg-nav__item>a>svg{position:relative;z-index:2}.bg-nav__item>a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#2b331c,#212816);border-radius:999px;border:1px solid rgba(116,198,28,0);opacity:0;transition:opacity .22s cubic-bezier(.22,.61,.36,1),border-color .22s ease,border-radius .25s ease;z-index:1;pointer-events:none}.bg-nav__item>a,.bg-nav__item>a:hover,.bg-nav__item>a:focus,.bg-nav__item>a:active,.bg-nav__item>a>span,.bg-nav__item>a:hover>span,.bg-nav__item>a>span:hover{text-decoration:none!important;text-decoration-line:none!important}.bg-nav__item>a:hover{color:#ecf2e4!important;background:transparent!important}.bg-nav__item>a:hover:before{opacity:1!important;border-color:#74c61c38!important}@media(max-width:1280px){.bg-nav__item>a{padding:10px;font-size:12.5px}.bg-nav .list-menu--inline{gap:2px}}@media(max-width:1100px){.header--middle-left{gap:14px}.bg-nav__item>a{padding:10px 8px;font-size:12px;letter-spacing:.02em}}.bg-nav__chev{transition:transform .2s;flex-shrink:0;opacity:.7}.header__inline-menu,.header__inline-menu .list-menu,.header__inline-menu .list-menu--inline,.bg-nav,.bg-nav .list-menu,.bg-nav .list-menu--inline,.bg-nav__item,.section-header,.shopify-section-header,.shopify-section-group-header-group{overflow:visible!important}.bg-nav__drop{position:absolute;top:100%;left:0;min-width:240px;background:linear-gradient(180deg,var(--gob-surface2,#2B331C) 0%,var(--gob-surface,#212816) 100%);border:1px solid rgba(116,198,28,.28);border-radius:14px;padding:10px;box-shadow:0 24px 60px #0009,0 0 0 1px #0006;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s;z-index:9999;margin-top:0}.bg-nav__item--has-children.is-open>.bg-nav__drop{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important;transition-delay:0s!important}.bg-nav__item--has-children.is-open>a>.bg-nav__chev{transform:rotate(180deg)}.bg-nav__item--has-children.is-open>a{color:#ecf2e4!important}.bg-nav__item--has-children.is-open>a:before{opacity:1;border-radius:999px 999px 0 0;border-color:#74c61c47;border-bottom-color:transparent}.bg-nav__item--has-children>a:after{content:"";position:absolute;left:-1px;right:-1px;bottom:-3px;height:6px;background:#2b331c;border-left:1px solid rgba(116,198,28,.28);border-right:1px solid rgba(116,198,28,.28);opacity:0;visibility:hidden;z-index:0;pointer-events:none}.bg-nav__item--has-children.is-open>a:after{opacity:1;visibility:visible}.bg-nav__item--has-children.is-open>a>.bg-nav__chev{color:var(--gob-green2,#93E53C);transform:rotate(180deg)}.bg-nav__item--has-children{padding-bottom:0}.bg-nav__droplist,.bg-nav__droplist li,.bg-nav__droplist a{position:relative}.bg-nav__droplist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.bg-nav__droplist a{display:block;padding:9px 14px;border-radius:8px;color:var(--gob-soft,#A6C58A);text-decoration:none;font-size:14px;font-family:Inter,Helvetica,sans-serif;text-transform:none;letter-spacing:.01em;font-weight:500;transition:.15s;white-space:nowrap}.bg-nav__droplist a:hover{background:#74c61c29;color:var(--gob-green2,#93E53C);transform:translate(2px)}.bg-nav__drop--mega{position:fixed;left:0;right:0;top:var(--bg-megamenu-top, 100%);max-width:none;min-width:0;border-radius:0 0 20px 20px;border:none;border-top:1px solid rgba(116,198,28,.16);box-shadow:0 28px 60px #0000008c,0 0 0 1px #74c61c0a;background:linear-gradient(180deg,#2b331c,#212816);padding:0;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .35s cubic-bezier(.22,.61,.36,1),padding .35s cubic-bezier(.22,.61,.36,1),transform .35s cubic-bezier(.22,.61,.36,1),visibility 0s linear .35s}.bg-nav__item--has-children.is-open>.bg-nav__drop--mega{opacity:1!important;visibility:visible!important;pointer-events:auto!important;padding:36px 0 40px!important;transform:translateY(0)!important;transition-delay:0s!important}.bg-nav__megagrid{max-width:var(--page-width, 1280px);margin:0 auto;padding:0 36px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px 42px}.bg-nav__megacol{display:flex;flex-direction:column;gap:6px}.bg-nav__megahead{font-family:Oswald,Inter,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:700;line-height:1.1;color:var(--gob-green2,#93E53C);text-decoration:none;padding:0 0 10px;margin:0 0 4px;border-bottom:1px solid rgba(116,198,28,.18);transition:color .2s ease,border-color .2s ease}.bg-nav__megahead:hover{color:#fff;border-color:#74c61c73}.bg-nav__megahead--loose{color:#ffffff8c;cursor:default}.bg-nav__megalist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.bg-nav__megalist a{display:block;padding:7px 10px;border-radius:6px;font-family:Inter,Helvetica,sans-serif;text-transform:none;letter-spacing:.005em;font-size:13.5px;font-weight:500;line-height:1.4;color:#ecf2e4c7;text-decoration:none;transition:background .18s ease,color .18s ease,padding-left .22s cubic-bezier(.22,.61,.36,1)}.bg-nav__megalist a:hover{background:#74c61c1f;color:#ecf2e4;padding-left:14px}@media(max-width:989px){.bg-nav__drop,.bg-nav__drop--mega{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.search-modal *:focus-visible{outline:2px solid var(--gob-green,#74C61C)!important;outline-offset:2px!important;box-shadow:0 0 0 4px #74c61c38!important;border-radius:6px}main.focus-none:focus,main[tabindex="-1"]:focus{outline:none!important}main.focus-none:focus-visible,main[tabindex="-1"]:focus-visible{outline:3px solid var(--gob-green,#74C61C)!important;outline-offset:-3px}.product-form__submit,.product-form__submit.button,.shopify-payment-button__button,.shopify-payment-button__button--unbranded,button[name=add],.product-form .button{border-radius:999px!important;padding:14px 28px!important;font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:600!important;font-size:14px!important;border:0!important;position:relative;overflow:hidden;isolation:isolate;transition:transform .25s ease,box-shadow .35s ease,filter .25s ease;cursor:pointer}.product-form__submit.button--secondary,.product-form__submit:not(.shopify-payment-button__button){background:linear-gradient(180deg,#0d1209db,#161c11eb)!important;color:var(--gob-text)!important;border:1.5px solid rgba(116,198,28,.55)!important;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:inset 0 1px #ffffff0d,inset 0 0 0 1px #74c61c14,0 6px 22px #0006}.product-form__submit.button--secondary:hover,.product-form__submit:not(.shopify-payment-button__button):hover{background:linear-gradient(180deg,#74c61c2e,#0d1209f2)!important;border-color:var(--gob-green)!important;color:#fff!important;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff14,0 8px 28px #74c61c40}.shopify-payment-button__button,.shopify-payment-button__button--unbranded{background:linear-gradient(180deg,#8de436,#74c61c 55%,#5fa215)!important;color:#0b0f08!important;box-shadow:inset 0 1px #ffffff73,inset 0 -1px #0000002e,0 8px 22px #74c61c59,0 2px 6px #0003}.shopify-payment-button__button:hover,.shopify-payment-button__button--unbranded:hover{filter:brightness(1.08) saturate(1.1);transform:translateY(-1px);box-shadow:inset 0 1px #ffffff8c,0 12px 32px #74c61c80}.shopify-payment-button__button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(110deg,transparent 25%,rgba(255,255,255,.35) 50%,transparent 75%);background-size:200% 100%;background-position:-100% 0;transition:background-position .9s ease;pointer-events:none;mix-blend-mode:overlay}.shopify-payment-button__button:hover:after{background-position:200% 0}.quantity,.quantity.cart-quantity{border-radius:999px!important;background:linear-gradient(180deg,#0d1209d9,#161c11f2);border:1px solid rgba(255,255,255,.08)!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:4px;box-shadow:inset 0 1px #ffffff0a,0 4px 14px #0000004d;overflow:hidden;min-height:46px;display:inline-flex;align-items:center}.quantity__button,.quantity button{border-radius:999px!important;width:36px!important;height:36px!important;background:transparent!important;border:0!important;color:var(--gob-soft)!important;cursor:pointer;transition:.2s ease;display:grid!important;place-items:center}.quantity__button:hover,.quantity button:hover{background:#74c61c2e!important;color:var(--gob-green2)!important;transform:scale(1.08)}.quantity__button:active{transform:scale(.95)}.quantity__input{background:transparent!important;color:var(--gob-text)!important;border:0!important;font-family:Oswald,sans-serif!important;font-weight:600!important;font-size:16px!important;letter-spacing:.04em;text-align:center;min-width:38px;outline:0!important}.search-modal,.search-modal__content,.search-modal__form,.search-modal .field,.search-modal__form .field,predictive-search,predictive-search .field{background:transparent!important;background-color:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.search-modal__form{display:flex!important;align-items:center;gap:8px;padding:6px!important;border-radius:999px!important;background:linear-gradient(180deg,#0d1209eb,#161c11f5)!important;border:1.5px solid rgba(116,198,28,.35)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 1px #ffffff0d,0 8px 28px #00000073!important;overflow:hidden}.search-modal__form:focus-within{border-color:var(--gob-green)!important;box-shadow:inset 0 1px #ffffff12,0 0 0 4px #74c61c33,0 12px 40px #74c61c2e!important}.search__input.field__input,predictive-search input[type=search]{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;color:var(--gob-text)!important;padding:8px 18px!important;font-family:Inter,sans-serif!important;font-size:15px!important;outline:0!important;flex:1;-webkit-appearance:none;appearance:none}.search__input.field__input:focus,predictive-search input[type=search]:focus{background:transparent!important;box-shadow:none!important;border:0!important;outline:0!important}.search__input.field__input::placeholder{color:var(--gob-muted)!important}.search-modal__form .field__label{display:none!important}.search-modal__close-button,.search__button{border-radius:999px!important;width:38px!important;height:38px!important;background:linear-gradient(180deg,#8de436,#74c61c)!important;border:0!important;color:#0b0f08!important;transition:.25s;display:grid;place-items:center;cursor:pointer;flex-shrink:0;box-shadow:inset 0 1px #fff6,0 4px 12px #74c61c59!important}.search-modal__close-button:hover,.search__button:hover{filter:brightness(1.08);transform:scale(1.06);box-shadow:inset 0 1px #ffffff8c,0 6px 18px #74c61c80!important}@keyframes bg-pulse-glow{0%,to{box-shadow:inset 0 1px #ffffff73,inset 0 -1px #0000002e,0 8px 22px #74c61c59,0 0 #74c61c73}50%{box-shadow:inset 0 1px #ffffff8c,inset 0 -1px #0000002e,0 10px 30px #74c61c80,0 0 0 6px #74c61c2e}}.shopify-payment-button__button,.shopify-payment-button__button--unbranded,.cart__checkout-button,button[name=checkout],.cart-notification__links [name=checkout],.cart-notification__links a[href*=checkout]{background:linear-gradient(180deg,#a4ec43,#74c61c 55%,#4f8a11)!important;color:#0b0f08!important;padding:16px 32px!important;font-size:14.5px!important;letter-spacing:.08em!important;animation:bg-pulse-glow 3s ease-in-out infinite;position:relative;border:1.5px solid rgba(255,255,255,.18)!important}.shopify-payment-button__button:hover,.cart__checkout-button:hover,button[name=checkout]:hover,.cart-notification__links [name=checkout]:hover,.cart-notification__links a[href*=checkout]:hover{background:linear-gradient(180deg,#b8f55a,#8de436 55%,#5fa215)!important;animation:none!important;transform:translateY(-2px) scale(1.02);filter:brightness(1.1) saturate(1.15);box-shadow:inset 0 1px #ffffffa6,0 16px 40px #74c61c99,0 0 0 8px #74c61c1f!important}.shopify-payment-button__button:active,.cart__checkout-button:active{transform:translateY(0) scale(.98);transition:transform .1s}.quantity,.quantity.cart-quantity{background:linear-gradient(180deg,#181f10,#0d130a)!important;border:1.5px solid rgba(116,198,28,.45)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:inset 0 1px #ffffff0f,inset 0 0 0 1px #74c61c14,0 4px 14px #00000059,0 0 0 1px #0006!important;min-height:50px!important;padding:5px!important}.quantity__button,.quantity button{background:#74c61c1a!important;color:var(--gob-text)!important;width:38px!important;height:38px!important}.quantity__button svg{width:14px;height:14px}.quantity__button:hover,.quantity button:hover{background:linear-gradient(180deg,#8de436,#74c61c)!important;color:#0b0f08!important;transform:scale(1.06);box-shadow:0 4px 12px #74c61c66}.quantity__input{color:#fff!important;font-size:17px!important;font-weight:700!important}.facets__summary,.facets-vertical__details summary,facet-filters-form details summary,.facets__disclosure summary{border-radius:999px!important;padding:10px 18px!important;background:linear-gradient(180deg,#0d1209eb,#161c11f5)!important;border:1.5px solid rgba(116,198,28,.32)!important;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--gob-text)!important;font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:12.5px!important;cursor:pointer;transition:.25s;list-style:none}.facets__summary:hover,.facets-vertical__details summary:hover,facet-filters-form details summary:hover{border-color:var(--gob-green)!important;color:var(--gob-green2)!important;background:linear-gradient(180deg,#74c61c1f,#161c11f5)!important}.facets__display,.facets-vertical__list,.facets__list,.disclosure__list,.disclosure-has-popup .disclosure__list,.facets__display-vertical,.facets-vertical__list-container,facet-filters-form .facets__display{background:linear-gradient(180deg,#161c0e,#0d130a)!important;border:1.5px solid rgba(116,198,28,.35)!important;border-radius:16px!important;box-shadow:0 24px 60px #000000b3,0 0 0 1px #74c61c14!important;padding:18px 18px 14px!important;min-width:300px!important;max-height:420px!important;overflow-y:auto!important;z-index:200!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.facets__display::-webkit-scrollbar,.disclosure__list::-webkit-scrollbar{width:8px}.facets__display::-webkit-scrollbar-track,.disclosure__list::-webkit-scrollbar-track{background:transparent}.facets__display::-webkit-scrollbar-thumb,.disclosure__list::-webkit-scrollbar-thumb{background:#74c61c66;border-radius:4px}.facets__display::-webkit-scrollbar-thumb:hover,.disclosure__list::-webkit-scrollbar-thumb:hover{background:var(--gob-green)}.facets__item,.facets__list li,.facets-layout-list li,.disclosure__list li{padding:6px 4px!important;border-radius:8px;transition:.18s}.facets__item:hover,.facets__list li:hover,.disclosure__list li:hover{background:#74c61c14!important}.facets__checkbox,.facets__label,.facets__item label,.facets__list label{color:var(--gob-text)!important;font-family:Inter,sans-serif!important;font-size:14px!important;letter-spacing:.01em!important;text-transform:none!important}.facet-checkbox{padding:6px 0!important;color:var(--gob-soft)!important}.facet-checkbox input[type=checkbox]{accent-color:var(--gob-green)!important}.facets__price{display:flex;flex-direction:column;gap:14px;padding:6px 4px}.facets__price .field,price-range .field{display:flex;align-items:center;gap:6px;background:#0d120999!important;border:1.5px solid rgba(116,198,28,.25)!important;border-radius:999px!important;padding:8px 14px!important;transition:.25s}.facets__price .field:focus-within,price-range .field:focus-within{border-color:var(--gob-green)!important;box-shadow:0 0 0 3px #74c61c2e!important}.facets__price input[type=number],.facets__price .field__input,price-range input{background:transparent!important;border:0!important;color:var(--gob-text)!important;font-family:Inter,sans-serif!important;font-size:14px!important;outline:none!important;width:100%;padding:0!important}.facets__price .field__currency,.facets__price .field__label{color:var(--gob-muted)!important;font-size:13px!important;font-family:Inter,sans-serif!important;position:static!important;font-weight:600}.facets__price__info,.facets__price-from,.facets__price-to,.facets__price__from,.facets__price__to,.facets__price-range,.facets-vertical .facets__price{padding-top:2px!important}.facets__reset,.facets__reset button,button[name=clear],.facets-vertical .facets__reset{border-radius:999px!important;padding:8px 18px!important;background:transparent!important;border:1.5px solid rgba(116,198,28,.4)!important;color:var(--gob-green2)!important;font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:12px!important;font-weight:600!important;cursor:pointer;transition:.25s;text-decoration:none!important}.facets__reset:hover,button[name=clear]:hover{background:#74c61c29!important;color:#fff!important;border-color:var(--gob-green)!important}.facets__submit{border-radius:999px!important;padding:9px 20px!important;background:linear-gradient(180deg,#8de436,#74c61c)!important;color:#0b0f08!important;border:0!important;font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:600!important}.bg-singles__search{display:flex;align-items:center;gap:8px;background:linear-gradient(180deg,#0d1209eb,#161c11f5)!important;border:1.5px solid rgba(116,198,28,.35)!important;border-radius:999px!important;padding:6px 6px 6px 18px!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 24px #0006;max-width:560px;transition:.25s}.bg-singles__search:focus-within{border-color:var(--gob-green)!important;box-shadow:0 0 0 4px #74c61c2e,0 12px 30px #74c61c26}.bg-singles__search input[type=search]{flex:1;background:transparent!important;border:0!important;color:var(--gob-text)!important;font-family:Inter,sans-serif!important;font-size:15px!important;padding:8px 0!important;outline:none!important;min-width:0;-webkit-appearance:none;appearance:none;box-shadow:none!important;border-radius:0!important}.bg-singles__search input[type=search]::placeholder{color:var(--gob-muted)!important;opacity:1}.bg-singles__search button[type=submit],.bg-singles__search .bg-btn{border-radius:999px!important;padding:10px 22px!important;font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:600!important;font-size:13px!important;background:linear-gradient(180deg,#8de436,#74c61c)!important;color:#0b0f08!important;border:0!important;cursor:pointer;flex-shrink:0;transition:.25s;box-shadow:inset 0 1px #ffffff59,0 4px 14px #74c61c59}.bg-singles__search button[type=submit]:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:inset 0 1px #ffffff80,0 8px 22px #74c61c80}.facets__sort,.facet-filters__sort,.facets__form .field--sort,.product-facet__filter-by-sort,select[name=sort_by]{border-radius:999px!important;background:linear-gradient(180deg,#0d1209eb,#161c11f5)!important;border:1.5px solid rgba(116,198,28,.32)!important;color:var(--gob-text)!important;padding:10px 36px 10px 16px!important;font-family:Inter,sans-serif!important;font-size:13.5px!important;cursor:pointer;transition:.25s;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%2374C61C' stroke-width='1.8' stroke-linecap='round'/></svg>")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;background-size:11px!important}select[name=sort_by]:hover,.facets__sort:hover{border-color:var(--gob-green)!important;background-color:#74c61c0f!important}select[name=sort_by]:focus{outline:0!important;border-color:var(--gob-green)!important;box-shadow:0 0 0 4px #74c61c2e!important}select[name=sort_by] option{background:#0d130a;color:var(--gob-text)}.facets__sort-label,.facets__sort-by{font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:var(--gob-muted)!important}.bg-wish,.bg-cmp-add,.bg-qa{border-radius:999px!important;background:linear-gradient(180deg,#0d1209d9,#161c11f2)!important;border:1px solid var(--gob-line)!important;color:var(--gob-soft)!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:.25s}.bg-wish:hover{background:#dc50502e!important;border-color:#dc505073!important;color:#ff9a9a!important}.bg-wish.is-active{background:linear-gradient(135deg,#ff5a5a,#dc4040)!important;border-color:transparent!important;color:#fff!important}.bg-cmp-add:hover{background:#74c61c2e!important;border-color:#74c61c73!important;color:var(--gob-green2)!important}.bg-qa:hover{background:linear-gradient(180deg,#8de436,#74c61c)!important;color:#0b0f08!important;border-color:var(--gob-green)!important}.header__icon.header__icon--summary,.header__icon-cart,.header__icon--account,.header__icon[href*=account],.header__icon[href*=search]{border-radius:999px!important;width:42px;height:42px;display:grid!important;place-items:center;background:#ffffff08;border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .25s,border-color .25s,transform .25s ease,color .25s ease;color:var(--gob-soft)}.header__icon.header__icon--summary:hover,.header__icon-cart:hover,.header__icon--account:hover,.header__icon[href*=account]:hover,.header__icon[href*=search]:hover{background:#74c61c2e!important;border-color:#74c61c80!important;color:var(--gob-green2)!important;transform:translateY(-1px) scale(1.05);box-shadow:0 6px 18px #74c61c47}.product__info-wrapper .share-button details summary,.share-button__button{border-radius:999px!important;padding:9px 18px!important;background:#ffffff0a!important;border:1px solid rgba(255,255,255,.08)!important;color:var(--gob-soft)!important;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:12px!important;transition:.25s}.share-button__button:hover{background:#74c61c24!important;border-color:#74c61c66!important;color:var(--gob-green2)!important}.product-form__input--pill input[type=radio]+label,.product-form__input.product-form__input--pill label{border-radius:999px!important;padding:10px 18px!important;background:#ffffff08!important;border:1.5px solid rgba(255,255,255,.1)!important;color:var(--gob-soft)!important;font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:12.5px!important;transition:.25s}.product-form__input--pill input[type=radio]:hover+label{border-color:#74c61c80!important;color:var(--gob-green2)!important}.product-form__input--pill input[type=radio]:checked+label{background:linear-gradient(180deg,#8de436,#74c61c)!important;border-color:var(--gob-green)!important;color:#0b0f08!important;box-shadow:0 4px 14px #74c61c59}.customer.login .field__input,.customer.register .field__input,.customer .field input{border-radius:14px!important;background:#0d120999!important;border:1.5px solid rgba(255,255,255,.1)!important;color:var(--gob-text)!important;padding:12px 16px!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:.25s}.customer.login .field__input:focus,.customer.register .field__input:focus,.customer .field input:focus{border-color:var(--gob-green)!important;box-shadow:0 0 0 4px #74c61c2e!important;outline:0!important}.customer.login button,.customer.register button,.customer button[type=submit]{border-radius:999px!important;background:linear-gradient(180deg,#8de436,#74c61c)!important;color:#0b0f08!important;border:0!important;padding:13px 28px!important;font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:600!important;box-shadow:inset 0 1px #fff6,0 8px 22px #74c61c59;transition:.25s}.customer.login button:hover,.customer.register button:hover,.customer button[type=submit]:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:inset 0 1px #ffffff8c,0 12px 30px #74c61c80}.product__info-wrapper{position:relative}.bg-admin-gate{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;background:linear-gradient(135deg,#8ce23b38,#74c61c1f);border:1.5px dashed rgba(116,198,28,.5);color:var(--gob-green2);font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:12px;text-decoration:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:.25s}.bg-admin-gate:hover{background:linear-gradient(135deg,#8ce23b52,#74c61c33);border-style:solid;color:#fff}.bg-admin-tools{display:flex;gap:10px;flex-wrap:wrap;padding:14px 18px;margin:18px 0;background:#74c61c0f;border:1px dashed rgba(116,198,28,.32);border-radius:16px}.bg-admin-tools__label{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:11px;color:var(--gob-muted);align-self:center;margin-right:auto}.card__information,.card-information{padding:11px 26px!important}.card-wrapper .card__heading,.product-card-wrapper .card__heading,.card__heading,.card__title{padding-left:0!important;margin-bottom:4px!important}.card-wrapper .price,.product-card-wrapper .price,.card-information .price{margin-top:3px!important;padding-left:0!important}.card__content>.card__information,.card-content>.card-information{padding:11px 22px!important}.card__content,.card-content{gap:0!important}facet-filters-form,.facets,.facets-container,.facets__wrapper,.facets__form,.facets-vertical{position:relative;z-index:50}.facets__disclosure,.facets-vertical .disclosure-has-popup,.facets-vertical .facets__details,facet-filters-form details{position:relative;z-index:60}.facets__display,.facets-vertical__list,.facets__list,.disclosure__list,.disclosure-has-popup .disclosure__list{position:absolute!important;z-index:120!important;background:linear-gradient(180deg,var(--gob-surface2),var(--gob-surface));border:1px solid var(--gob-line);border-radius:14px;box-shadow:0 20px 50px #0000008c;padding:14px 16px;min-width:240px}.card-wrapper,.product-card-wrapper,.card,.card__inner{z-index:1}.card-wrapper .quick-add,.card-wrapper .quick-add__submit,.card__heart,.card__wishlist,.card-wrapper [data-product-id=wishlist]{z-index:5!important}.shopify-section-header,.header-wrapper{z-index:30}cart-notification,.cart-notification-wrapper{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;outline:0!important;display:contents!important}#cart-notification.cart-notification{border-radius:18px!important;background:linear-gradient(180deg,var(--gob-surface2),var(--gob-surface))!important;border:1px solid rgba(116,198,28,.32)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 24px 60px #0009,inset 0 1px #ffffff0a!important;overflow:hidden;padding:18px 20px!important}.cart-notification__header,.cart-notification__heading{padding:0 0 8px!important}.cart-notification-product{padding:12px 0!important;border-bottom:1px solid var(--gob-line)!important}.cart-notification__links{display:flex;flex-direction:column;gap:10px;padding-top:16px!important}.cart-notification__links .button,.cart-notification__links a,.cart-notification__links button{border-radius:999px!important;padding:13px 26px!important;font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:600!important;font-size:13.5px!important;border:0!important;text-align:center;transition:.25s;text-decoration:none!important}.cart-notification__links a[href*=cart]:not([href*=checkout]),.cart-notification__links .button--secondary{background:linear-gradient(180deg,#0d1209db,#161c11eb)!important;color:var(--gob-text)!important;border:1.5px solid rgba(116,198,28,.45)!important;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.cart-notification__links a[href*=cart]:not([href*=checkout]):hover,.cart-notification__links .button--secondary:hover{background:linear-gradient(180deg,#74c61c2e,#0d1209f2)!important;color:#fff!important;border-color:var(--gob-green)!important;transform:translateY(-1px)}.cart-notification__button,.cart-notification__links [name=checkout],.cart-notification__links button[type=submit],.cart-notification__links a[href*=checkout]{background:linear-gradient(180deg,#8de436,#74c61c 55%,#5fa215)!important;color:#0b0f08!important;box-shadow:inset 0 1px #ffffff73,0 8px 22px #74c61c59!important}.cart-notification__button:hover,.cart-notification__links [name=checkout]:hover,.cart-notification__links button[type=submit]:hover,.cart-notification__links a[href*=checkout]:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 12px 30px #74c61c80!important}.cart-notification__close{border-radius:999px!important;width:34px;height:34px;background:#ffffff0d!important;border:1px solid var(--gob-line)!important;color:var(--gob-soft)!important;display:grid;place-items:center;transition:.2s}.cart-notification__close:hover{background:#dc50502e!important;border-color:#dc505066!important;color:#ff9a9a!important}.product__media-wrapper[data-bg-imgsizer-root]{position:relative}.bg-imgsizer{display:inline-flex;gap:6px;align-items:center;padding:6px;border-radius:999px;background:linear-gradient(180deg,#0d1209e0,#161c11eb);border:1px solid var(--gob-line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 14px #0000004d;position:absolute;top:14px;right:14px;z-index:8}.product__media-wrapper:not(:has(.product__media-list)) .bg-imgsizer,.product--no-media .bg-imgsizer{display:none!important}.bg-ship{display:none!important}.facets__price input[type=number],.facets__price input,.facets__price__from input,.facets__price__to input,price-range input[type=number],price-range input{background:transparent!important;background-color:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;color:var(--gob-text)!important;font-family:Inter,sans-serif!important;font-size:14px!important;padding:0 4px!important;-webkit-appearance:none!important;appearance:none!important;-moz-appearance:textfield!important}.facets__price input::-webkit-outer-spin-button,.facets__price input::-webkit-inner-spin-button,price-range input::-webkit-outer-spin-button,price-range input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}.facets__price .field,.facets__price__from,.facets__price__to,price-range .field{background:#161c1199!important;border:1.5px solid rgba(116,198,28,.32)!important;border-radius:999px!important;padding:4px 14px!important;display:flex!important;align-items:center;gap:6px;box-shadow:none!important;min-height:34px!important;max-height:38px!important;outline:0!important}.facets__price .field:focus-within,price-range .field:focus-within{border-color:var(--gob-green)!important;background:#161c11c7!important;box-shadow:0 0 0 3px #74c61c2e!important}.facets__price input[type=number],.facets__price input,price-range input[type=number],price-range input{height:24px!important;min-height:0!important;line-height:24px!important}.facets__price .field__currency,.facets__price .field__label,price-range .field__currency,price-range .field__label{color:var(--gob-muted)!important;font-size:13px!important;font-family:Inter,sans-serif!important;position:static!important;margin:0!important;padding:0!important;font-weight:600;white-space:nowrap;background:transparent!important}.facets__price label[for*=Filter-Precio-LTE],.facets__price label[for*=Mobile-Filter-Precio-LTE],price-range label[for*=Filter-Precio-LTE],price-range label[for*=Mobile-Filter-Precio-LTE],.facets__price .field__label[for*=LTE],price-range .field__label[for*=LTE]{font-size:0!important;color:transparent!important;position:relative!important;display:inline-block!important;white-space:nowrap!important}.facets__price label[for*=Filter-Precio-LTE]:before,.facets__price label[for*=Mobile-Filter-Precio-LTE]:before,price-range label[for*=Filter-Precio-LTE]:before,price-range label[for*=Mobile-Filter-Precio-LTE]:before,.facets__price .field__label[for*=LTE]:before,price-range .field__label[for*=LTE]:before{content:"Hasta"!important;font-size:13px!important;line-height:1.2!important;color:var(--gob-muted)!important;font-family:Inter,sans-serif!important;font-weight:600!important;text-transform:none!important;letter-spacing:0!important;display:inline-block!important;visibility:visible!important;position:static!important}.facets__display,.facets-vertical__list,.facets__list,.disclosure__list,facet-filters-form .facets__display{position:absolute!important;top:100%!important;left:0!important;margin-top:8px!important;max-height:min(70vh,560px)!important;min-height:0!important;overflow-y:auto!important;z-index:200!important}details[id*=Filter-Price] .facets__display,details[id*=Filter-Precio] .facets__display,details:has(price-range) .facets__display,.facets__display:has(price-range),.facets__display:has(.facets__price){padding:12px 14px!important;min-width:260px!important;max-width:300px!important;max-height:auto!important;overflow:visible!important}.facets__price__info,.facets__price__info-text,price-range+p,.facets__display .facets__heading,.facets-vertical__list .facets__heading{font-size:12px!important;color:var(--gob-muted)!important;margin:0!important;padding:0!important;line-height:1.3!important;font-family:Inter,sans-serif!important;text-transform:none!important;letter-spacing:0!important}.facets__price,.facets__display>.facets__price,.facets-wrap .facets__price{display:flex!important;flex-direction:column!important;gap:8px!important;padding:6px 0!important;margin:0!important}.facets__price__from,.facets__price__to{display:flex!important;align-items:center!important;gap:8px!important;padding:0!important}.facets__price .facets__reset,.facets__display .facets__reset{padding:6px 14px!important;font-size:11px!important;align-self:flex-end}.search-modal,.search-modal__content{background:transparent!important;border:0!important;box-shadow:none!important;outline:0!important}.search-modal__form .field,.search-modal .field,predictive-search .field,predictive-search{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important}.search-modal__form .field__input,.search-modal input[type=search],predictive-search input{background:transparent!important;border:0!important;box-shadow:none!important;outline:0!important;padding:8px 14px!important}.search-modal input:focus,.search-modal input:focus-visible{outline:0!important;box-shadow:none!important}.cart__empty-text+a,.cart__continue-shopping,.cart-drawer__continue-shopping,.template-cart main a[href="/collections/all"]:not(.bg-btn):not(.button--secondary),cart-drawer a[href="/collections/all"]:not(.bg-btn),.search-modal a[href="/collections/all"]:not(.bg-btn),.cart__warnings a:not(.bg-btn),button.cart__continue-shopping,a.cart__continue-shopping,.drawer__inner-empty a,.drawer__heading+a{border-radius:999px!important;padding:12px 24px!important;font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-weight:600!important;font-size:13px!important;background:linear-gradient(180deg,#0d1209db,#161c11eb)!important;color:#e7eae0!important;border:1.5px solid rgba(116,198,28,.45)!important;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:inline-flex;align-items:center;gap:8px;text-decoration:none!important;transition:.25s;box-shadow:inset 0 1px #ffffff0d,0 4px 14px #0000004d}.cart__empty-text+a:hover,.cart__continue-shopping:hover,.cart-drawer__continue-shopping:hover,.drawer__inner-empty a:hover{background:linear-gradient(180deg,#74c61c2e,#0d1209f2)!important;border-color:var(--gob-green)!important;color:#fff!important;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff14,0 8px 22px #74c61c40}.bg-imgsizer__btn{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:transparent;border:0;color:var(--gob-soft);cursor:pointer;transition:.2s ease;font-family:Oswald,sans-serif;font-weight:700;font-size:13px}.bg-imgsizer__btn:hover{background:#74c61c29;color:var(--gob-green2);transform:scale(1.1)}.bg-imgsizer__btn.is-active{background:linear-gradient(180deg,#8de436,#74c61c);color:#0b0f08;box-shadow:0 2px 8px #74c61c66}.bg-imgsizer__btn svg{width:14px;height:14px}.product__media-wrapper{transition:max-width .35s ease,transform .35s ease}.product__media-wrapper[data-bg-size=s]{max-width:55%;margin-left:auto;margin-right:auto}.product__media-wrapper[data-bg-size=m]{max-width:78%;margin-left:auto;margin-right:auto}.product__media-wrapper[data-bg-size=l]{max-width:100%}@media(max-width:749px){.product__media-wrapper[data-bg-size=s]{max-width:75%}.product__media-wrapper[data-bg-size=m]{max-width:90%}}.bg-preventa-empty{display:grid;grid-template-columns:1.2fr .8fr;gap:0;max-width:1280px;margin:48px auto;border-radius:24px;overflow:hidden;background:linear-gradient(160deg,var(--gob-surface2),var(--gob-surface));border:1.5px solid rgba(116,198,28,.3);box-shadow:0 30px 80px #00000080,inset 0 1px #ffffff0a;isolation:isolate}.bg-preventa-empty__video{position:relative;min-height:480px;overflow:hidden;background:#070904}.bg-preventa-empty__video iframe,.bg-preventa-empty__video video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border:0;z-index:1}.bg-preventa-empty__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(90deg,transparent 50%,rgba(7,9,4,.4) 80%,rgba(7,9,4,.8) 100%);pointer-events:none}.bg-preventa-empty__info{padding:48px 40px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#0d1209eb,#070904f5);position:relative;z-index:3}.bg-preventa-empty__pill{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:7px 16px;border-radius:999px;background:linear-gradient(135deg,#ffb0282e,#ffb02814);border:1px solid rgba(255,176,40,.42);color:#ffb028;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:600;margin-bottom:18px}.bg-preventa-empty__info h2{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:clamp(28px,3vw,40px);color:#fff;margin:0 0 14px;line-height:1.05;letter-spacing:.01em}.bg-preventa-empty__descr{color:var(--gob-muted);font-size:14.5px;line-height:1.55;margin:0 0 22px}.bg-preventa-empty__date{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:10px 14px;border-radius:10px;background:#74c61c1a;border:1px solid rgba(116,198,28,.28);color:var(--gob-green2);font-size:13.5px;margin-bottom:22px}.bg-preventa-empty__date b{color:#fff;font-weight:600}.bg-preventa-empty__date svg{color:var(--gob-green);flex-shrink:0}.bg-preventa-empty__cta{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:850px){.bg-preventa-empty{grid-template-columns:1fr}.bg-preventa-empty__video{min-height:280px}.bg-preventa-empty__info{padding:28px 22px}}.facets__summary>div,.facets__disclosure summary>div,facet-filters-form details summary>div{display:inline-flex!important;align-items:center!important;gap:10px!important;width:100%}.facets__summary,.facets__disclosure summary,facet-filters-form details summary,.facets-vertical__details summary{padding-right:24px!important;padding-left:18px!important}.facets__summary svg,.facets__disclosure summary svg,facet-filters-form details summary svg,.facets-vertical__details summary svg{width:11px!important;height:11px!important;flex-shrink:0;margin-left:auto;transition:transform .25s ease;color:var(--gob-green2)}.facets__disclosure[open] summary svg,facet-filters-form details[open] summary svg,.facets-vertical__details[open] summary svg{transform:rotate(180deg)}.card--product .card__media img,.card--standard .card__media img,.card-wrapper .card__media img,.product-card-wrapper .card__media img{mix-blend-mode:normal;background:transparent!important}.product-grid .card__media,.product-grid .card__media-wrapper,.product-grid .card--product .card__media,.card__media-image-container,.card__inner,.product-card-wrapper,.card__media-wrapper{background:transparent!important}.product-grid img[src*=".png"],.product-grid img[src*=".jpg"],.product-grid img[src*=".jpeg"],.product-grid img[src*=".webp"]{filter:drop-shadow(0 4px 14px rgba(0,0,0,.45))}.card-wrapper.bg-blend-multiply .card__media img,.product-card-wrapper.bg-blend-multiply .card__media img,[data-product-tag~=blend-multiply] .card__media img{mix-blend-mode:multiply;filter:brightness(1.15) contrast(1.05)}.card__media{position:relative}.card__media:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;background:radial-gradient(circle at 50% 50%,rgba(116,198,28,.18),transparent 65%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:-1}.card-wrapper:hover .card__media:before,.product-card-wrapper:hover .card__media:before{opacity:1}.bg-catsearch{max-width:1280px;margin:18px auto 24px;padding:14px 24px;display:flex;align-items:center;gap:14px;flex-wrap:wrap;background:linear-gradient(180deg,#0d1209c7,#161c11d9);border:1px solid rgba(116,198,28,.22);border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 24px #00000052,inset 0 1px #ffffff08}.bg-catsearch__label{display:inline-flex;align-items:center;gap:8px;color:var(--gob-green2);font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:600;white-space:nowrap;flex-shrink:0}.bg-catsearch__label svg{flex-shrink:0}.bg-catsearch__pill{flex:1;min-width:240px;display:inline-flex;align-items:center;gap:10px;padding:8px 14px 8px 16px;border-radius:999px;background:#161c11a6;border:1.5px solid rgba(116,198,28,.32);transition:border-color .25s,background .25s,box-shadow .25s}.bg-catsearch__pill:focus-within{border-color:var(--gob-green);background:#161c11d9;box-shadow:0 0 0 3px #74c61c29}.bg-catsearch__icon{color:var(--gob-muted);flex-shrink:0;transition:color .25s}.bg-catsearch__pill:focus-within .bg-catsearch__icon{color:var(--gob-green2)}.bg-catsearch__input{flex:1;background:transparent;border:0;outline:0;color:var(--gob-text);font-family:Inter,sans-serif;font-size:14px;padding:4px 0;min-width:0;-webkit-appearance:none;appearance:none}.bg-catsearch__input::placeholder{color:var(--gob-muted);opacity:.7}.bg-catsearch__input::-webkit-search-cancel-button{display:none}.bg-catsearch__clear{flex-shrink:0;display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#74c61c24;border:1px solid rgba(116,198,28,.32);color:var(--gob-green2);cursor:pointer;transition:.2s ease}.bg-catsearch__clear:hover{background:#74c61c47;color:#fff;transform:scale(1.05)}.bg-catsearch__count{color:var(--gob-muted);font-size:13px;font-family:Inter,sans-serif;white-space:nowrap;min-width:120px;flex-shrink:0}.bg-catsearch__count b{color:var(--gob-green2);font-weight:600}.bg-catsearch[data-bg-catsearch-active="1"]{border-color:#74c61c6b;background:linear-gradient(180deg,#131a0cd9,#0b0f08eb)}.product-grid>.grid__item[data-bg-catsearch-hidden]{display:none!important}.bg-catsearch__noresult{display:none;text-align:center;padding:32px 18px;color:var(--gob-muted);font-size:14.5px}.bg-catsearch__noresult b{color:var(--gob-green2)}.product-grid[data-bg-catsearch-empty="1"]+.bg-catsearch__noresult,.product-grid-container[data-bg-catsearch-empty="1"] .bg-catsearch__noresult{display:block}@media(max-width:749px){.bg-catsearch{padding:12px 16px;gap:10px;margin-inline:12px}.bg-catsearch__label{font-size:11px}.bg-catsearch__pill{min-width:100%}.bg-catsearch__count{min-width:auto;width:100%;text-align:right}}.product--no-media .bg-imgsizer,.product__media-wrapper:not(:has(.product__media-list)) .bg-imgsizer,.product__media-wrapper:has(.product__media-list>:only-child) .bg-imgsizer,.product__media-wrapper:has(.product__media-list:not(:has(.product__media-item~.product__media-item))) .bg-imgsizer{display:none!important}.bg-wa-fab{position:fixed;bottom:20px;right:20px;z-index:9998;width:56px;height:56px;border-radius:50%;background:#25d366;display:grid;place-items:center;text-decoration:none;box-shadow:0 6px 20px #25d36673,0 2px 6px #0000004d;transition:transform .25s ease,box-shadow .25s ease}.bg-wa-fab:hover{transform:scale(1.08) rotate(-3deg);box-shadow:0 10px 30px #25d36699}.bg-wa-fab:focus-visible{outline:3px solid #fff;outline-offset:3px}@media(max-width:749px){.bg-wa-fab{width:50px;height:50px;bottom:14px;right:14px}.bg-wa-fab svg{width:24px;height:24px}}body.template-product .bg-wa-fab,body[class*=template-product] .bg-wa-fab{bottom:80px}@media(min-width:990px){body.template-product .bg-wa-fab,body[class*=template-product] .bg-wa-fab{bottom:20px}}.bg-cookies{position:fixed;bottom:0;left:0;right:0;z-index:9997;background:linear-gradient(180deg,#0b0f08f5,#161c11fc);border-top:1px solid rgba(116,198,28,.32);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:14px 18px;animation:bg-cookies-slide .4s ease}@keyframes bg-cookies-slide{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.bg-cookies__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:space-between}.bg-cookies__txt{flex:1;min-width:260px;color:var(--gob-soft);font-size:13.5px;line-height:1.4}.bg-cookies__txt strong{color:var(--gob-text);display:block;margin-bottom:2px;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:13px}.bg-cookies__txt p{margin:0}.bg-cookies__txt a{color:var(--gob-green2);text-decoration:underline}.bg-cookies__btns{display:flex;gap:8px;flex-shrink:0}.bg-cookies__btns .bg-btn{padding:9px 16px;font-size:12px}@media(max-width:639px){.bg-cookies__inner{flex-direction:column;align-items:stretch}.bg-cookies__btns{justify-content:space-between}.bg-cookies__btns .bg-btn{flex:1}.bg-wa-fab{bottom:90px}}.bg-ship-bar{margin:0 auto 14px;max-width:var(--page-width,1200px);padding:12px 16px;border-radius:12px;background:linear-gradient(135deg,#74c61c14,#0b0f08b3);border:1px solid rgba(116,198,28,.28);text-align:center}.bg-ship-bar p{margin:0 0 8px;color:var(--gob-soft);font-size:13.5px}.bg-ship-bar strong{color:var(--gob-green2);font-weight:700}.bg-ship-bar__track{height:6px;border-radius:999px;background:#ffffff0f;overflow:hidden}.bg-ship-bar__fill{height:100%;background:linear-gradient(90deg,var(--gob-green),var(--gob-green2));border-radius:999px;transition:width .5s ease;box-shadow:0 0 12px #74c61c66}.bg-ship-bar--on{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--gob-green2);font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:600;border-color:#74c61c80;background:#74c61c1f}.bg-account-coins{display:flex;align-items:center;gap:18px;padding:18px 22px;border-radius:18px;background:radial-gradient(120% 200% at 20% 30%,rgba(116,198,28,.18),transparent 50%),linear-gradient(135deg,var(--gob-surface2),var(--gob-surface));border:1px solid rgba(116,198,28,.32);margin:18px 0 28px;max-width:520px}.bg-account-coins__ic{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,rgba(116,198,28,.25),transparent 60%);border:2px solid rgba(116,198,28,.5);flex-shrink:0}.bg-account-coins__ic img{width:74%;height:74%;object-fit:contain}.bg-account-coins__l{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:11px;color:var(--gob-muted)}.bg-account-coins__v{font-family:Oswald,sans-serif;font-size:28px;font-weight:700;color:var(--gob-green2);margin:2px 0 6px;line-height:1}.bg-account-coins__link{color:var(--gob-soft);font-size:12.5px;text-decoration:underline;text-underline-offset:3px}.bg-account-coins__link:hover{color:var(--gob-green2)}.bg-sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:9000;background:linear-gradient(180deg,#0b0f08f5,#161c11fc);border-top:1px solid rgba(116,198,28,.32);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:10px 14px;display:flex;align-items:center;gap:12px;animation:bg-sticky-up .3s ease}@keyframes bg-sticky-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bg-sticky-atc__img{width:46px;height:46px;object-fit:contain;border-radius:8px;background:#212816;flex-shrink:0;padding:4px}.bg-sticky-atc__info{flex:1;min-width:0}.bg-sticky-atc__title{font-size:13px;color:var(--gob-text);font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bg-sticky-atc__price{font-family:Oswald,sans-serif;color:var(--gob-green2);font-size:16px;font-weight:600;line-height:1.2}.bg-sticky-atc__btn{padding:11px 22px;border-radius:999px;background:var(--gob-green);color:#06140a;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-weight:600;font-size:13px;border:none;cursor:pointer;white-space:nowrap;transition:.2s}.bg-sticky-atc__btn:hover{background:var(--gob-green2);box-shadow:0 4px 16px #74c61c80}@media(min-width:990px){.bg-sticky-atc{display:none}}.bg-empty-cart{text-align:center;padding:60px 24px;max-width:560px;margin:0 auto}.bg-empty-cart__ic{display:inline-block;color:var(--gob-green2);opacity:.7;margin-bottom:18px}.bg-empty-cart .cart__empty-text{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:clamp(28px,4vw,42px);color:var(--gob-text);margin:0 0 14px}.bg-empty-cart__sub{color:var(--gob-soft);font-size:15px;line-height:1.55;max-width:42ch;margin:0 auto 26px}.bg-empty-cart__cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:30px}.bg-empty-cart__quick{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding-top:22px;border-top:1px solid var(--gob-line)}@media screen and (min-width:750px){.bg-empty-cart__quick{flex-wrap:nowrap}}.bg-empty-cart__quick a{padding:6px 14px;border-radius:999px;border:1px solid var(--gob-line);color:var(--gob-soft);text-decoration:none;font-size:13px;transition:.2s}.bg-empty-cart__quick a:hover{color:var(--gob-green2);border-color:#74c61c59;background:#74c61c14}.bg-empty-cart .cart__login-title{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:14px;color:var(--gob-muted);margin:36px 0 6px}.bg-empty-cart .cart__login-paragraph{color:var(--gob-soft);font-size:13.5px}.bg-empty-cart .cart__login-paragraph a{color:var(--gob-green2)}.bg-cart-reassure{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;padding:12px;margin:0 0 14px;background:#74c61c0f;border:1px solid rgba(116,198,28,.18);border-radius:10px;font-size:12.5px;color:var(--gob-soft)}.bg-cart-reassure span{display:inline-flex;align-items:center;gap:6px}.bg-cart-reassure svg{color:var(--gob-green2);flex-shrink:0}@media(max-width:599px){.bg-cart-reassure{flex-direction:column;align-items:flex-start}}.bg-acc-preorders{margin:30px 0;padding:22px;border-radius:14px;background:radial-gradient(120% 200% at 100% 0%,rgba(116,198,28,.1),transparent 55%),var(--gob-surface);border:1px solid rgba(116,198,28,.22)}.bg-acc-preorders h2{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:18px;color:var(--gob-text);margin:0 0 4px}.bg-acc-preorders__sub{color:var(--gob-muted);font-size:13.5px;margin:0 0 16px}.bg-acc-preorders__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.bg-acc-preorder{display:flex;align-items:center;gap:14px;padding:12px;background:#161c1166;border:1px solid var(--gob-line);border-radius:10px}.bg-acc-preorder img{width:54px;height:54px;object-fit:contain;border-radius:8px;background:var(--gob-surface2);flex-shrink:0;padding:4px}.bg-acc-preorder__info{flex:1;min-width:0}.bg-acc-preorder__title{display:block;color:var(--gob-text);font-weight:600;text-decoration:none;font-size:14.5px;line-height:1.3;margin-bottom:3px}.bg-acc-preorder__title:hover{color:var(--gob-green2)}.bg-acc-preorder__meta{font-size:12px;color:var(--gob-muted);margin-bottom:4px}.bg-acc-preorder__meta a{color:var(--gob-soft);text-decoration:none}.bg-acc-preorder__tag{display:inline-block;font-family:Oswald,sans-serif;text-transform:uppercase;font-size:10.5px;letter-spacing:.06em;padding:3px 8px;border-radius:999px;background:#74c61c2e;color:var(--gob-green2);border:1px solid rgba(116,198,28,.4)}.bg-acc-preorder__price{font-family:Oswald,sans-serif;font-size:16px;font-weight:600;color:var(--gob-green2);flex-shrink:0}@keyframes bg-cart-bump{0%{transform:scale(1)}30%{transform:scale(1.25) rotate(-8deg)}60%{transform:scale(.92) rotate(4deg)}to{transform:scale(1)}}@keyframes bg-count-pop{0%{transform:scale(1)}30%{transform:scale(1.5)}to{transform:scale(1)}}.header__icon--cart.is-bumped svg,#cart-icon-bubble.is-bumped>svg,#cart-icon-bubble.is-bumped{animation:bg-cart-bump .7s cubic-bezier(.34,1.56,.64,1)}.header__icon--cart.is-bumped .cart-count-bubble,#cart-icon-bubble.is-bumped .cart-count-bubble{animation:bg-count-pop .5s cubic-bezier(.2,1.6,.4,1);background:var(--gob-green2)!important;color:#06140a!important}.bg-nl__err{color:#ff8a8a;background:#dc50501f;border:1px solid rgba(220,80,80,.35);padding:8px 14px;border-radius:10px;font-size:13.5px;margin-bottom:12px;text-align:center}.bg-nl__form input.is-error{border-color:#dc50508c!important}.cart-item__link{display:block;position:relative;width:100%;height:auto;text-decoration:none;border-radius:10px;overflow:hidden}.cart-item__link:hover .cart-item__image{transform:scale(1.05)}.cart-item__image{transition:transform .35s ease}@media(max-width:749px){.cart__ctas{position:sticky;bottom:0;background:linear-gradient(180deg,transparent 0%,rgba(22,28,17,.95) 18%);padding:18px 14px 12px;margin:0 -14px;z-index:30}.cart__checkout-button{width:100%;animation:bg-pulse-glow 2.4s ease infinite}@keyframes bg-pulse-glow{0%,to{box-shadow:0 0 #74c61c00}50%{box-shadow:0 0 0 8px #74c61c26}}}.bg-cinematic{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;animation:bg-cinematic-in .6s cubic-bezier(.2,.8,.2,1) both}@keyframes bg-cinematic-in{0%{opacity:0;transform:translateY(-20px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}.bg-cinematic.is-dismiss{animation:bg-cinematic-out .85s cubic-bezier(.7,0,.3,1) forwards}@keyframes bg-cinematic-out{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-110vh) scale(1.05);opacity:0}}.bg-cinematic__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.bg-cinematic__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;animation:bg-cinematic-zoom 3.4s cubic-bezier(.25,.8,.25,1) both;filter:saturate(1.15) contrast(1.1)}@keyframes bg-cinematic-zoom{0%{transform:scale(1.18) translateY(2%);filter:saturate(1.3) contrast(1.15) blur(4px) brightness(.55)}to{transform:scale(1) translateY(0);filter:saturate(1.15) contrast(1.1) blur(0) brightness(1)}}.bg-cinematic__scan{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,transparent 40%,rgba(116,198,28,.06) 50%,transparent 60%,transparent 100%);background-size:100% 14px;mix-blend-mode:overlay;pointer-events:none;animation:bg-cinematic-scan .8s linear infinite;opacity:.5}@keyframes bg-cinematic-scan{0%{background-position:0 0}to{background-position:0 14px}}.bg-cinematic__vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 100% at 50% 60%,transparent 0%,rgba(0,0,0,.4) 60%,rgba(0,0,0,.8) 100%),linear-gradient(180deg,rgba(0,0,0,.5),transparent 25%,transparent 70%,rgba(22,28,17,.95));pointer-events:none}.bg-cinematic__grain{position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.9'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");opacity:.08;pointer-events:none;animation:bg-cinematic-grain .25s steps(3) infinite}@keyframes bg-cinematic-grain{0%{transform:translate(0)}33%{transform:translate(-3%,2%)}66%{transform:translate(2%,-1%)}to{transform:translate(0)}}.bg-cinematic__content{position:relative;z-index:2;text-align:center;padding:30px;max-width:900px;animation:bg-cinematic-text-in 1.2s .35s cubic-bezier(.2,.8,.2,1) both}@keyframes bg-cinematic-text-in{0%{opacity:0;transform:translateY(30px);filter:blur(8px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.bg-cinematic__kicker{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.35em;font-size:14px;color:var(--gob-green2);margin-bottom:18px;text-shadow:0 0 18px rgba(116,198,28,.65);animation:bg-cinematic-kick 2s ease infinite alternate}@keyframes bg-cinematic-kick{0%{opacity:.7}to{opacity:1}}.bg-cinematic__title{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:clamp(48px,9vw,128px);font-weight:700;color:#fff;letter-spacing:.02em;line-height:1;margin:0;text-shadow:0 0 40px rgba(0,0,0,.6),0 0 80px rgba(116,198,28,.18),0 2px 0 rgba(0,0,0,.3)}.bg-cinematic__bar{width:240px;max-width:60vw;height:3px;background:#ffffff2e;border-radius:2px;margin:36px auto 0;overflow:hidden;position:relative}.bg-cinematic__bar-fill{height:100%;width:0;background:linear-gradient(90deg,var(--gob-green),var(--gob-green2));box-shadow:0 0 16px #74c61cb3;animation:bg-cinematic-bar 3s linear forwards}@keyframes bg-cinematic-bar{0%{width:0}to{width:100%}}.bg-cinematic__skip{position:absolute;top:28px;right:28px;z-index:3;background:#0000008c;border:1px solid rgba(255,255,255,.25);color:#fff;padding:8px 16px;border-radius:999px;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:.2s;opacity:0;animation:bg-cinematic-skip-show .4s 1s ease forwards}@keyframes bg-cinematic-skip-show{to{opacity:1}}.bg-cinematic__skip:hover{background:#74c61cd9;color:#06140a;border-color:transparent;transform:scale(1.04)}.bg-cinematic__skip:focus-visible{outline:2px solid var(--gob-green);outline-offset:2px}.bg-cinematic__skip svg{transform:rotate(-90deg)}@media(max-width:749px){.bg-cinematic__skip{top:16px;right:16px;padding:7px 12px;font-size:11px}.bg-cinematic__content{padding:20px}}@media(prefers-reduced-motion:reduce){.bg-cinematic,.bg-cinematic__bg,.bg-cinematic__scan,.bg-cinematic__grain,.bg-cinematic__content,.bg-cinematic__kicker,.bg-cinematic__bar-fill{animation-duration:.4s!important;animation-iteration-count:1!important}}.template-search__header{padding-top:24px;padding-bottom:18px;text-align:center}.bg-search-kicker{display:inline-flex;align-items:center;gap:8px;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.1em;font-size:12px;color:var(--gob-green2);padding:5px 14px;border:1px solid rgba(116,198,28,.32);border-radius:999px;background:#74c61c14;margin-bottom:14px}.template-search h1.h2{font-family:Oswald,sans-serif;text-transform:uppercase;color:var(--gob-text);font-size:clamp(28px,4.5vw,46px);margin:0 0 8px}.bg-search-empty-sub{color:var(--gob-soft);font-size:15px;margin:14px 0 22px;max-width:46ch;margin-inline:auto}.bg-search-empty-sub strong{color:var(--gob-green2)}.bg-search-suggestions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}.bg-search-suggestions a{padding:8px 16px;border-radius:999px;background:var(--gob-surface);border:1px solid var(--gob-line);color:var(--gob-soft);font-size:13.5px;text-decoration:none;transition:.2s}.bg-search-suggestions a:hover{background:#74c61c1a;border-color:#74c61c66;color:var(--gob-green2);transform:translateY(-1px)}product-info[loading],product-info.is-loading{position:relative}product-info[loading]:after,product-info.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#161c116b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:5;pointer-events:none;animation:bg-load-pulse 1s ease infinite;border-radius:14px}@keyframes bg-load-pulse{0%,to{opacity:.55}50%{opacity:.85}}product-info[loading] .product__info-wrapper,product-info.is-loading .product__info-wrapper{transition:opacity .25s;opacity:.55}[hidden],.bg-welcome.is-hidden{display:none!important}.bg-welcome__err{color:#ff8a8a;background:#dc50501f;border:1px solid rgba(220,80,80,.35);padding:8px 14px;border-radius:10px;font-size:13.5px;margin-bottom:12px;text-align:center}.bg-welcome__hint{color:#ff8a8a;font-size:12.5px;margin:8px 0 0;text-align:center;background:#dc505014;padding:6px 10px;border-radius:8px}.bg-welcome__hint.is-ok{color:var(--gob-green2);background:#74c61c1a}.bg-welcome__form input.is-invalid{border-color:#dc50508c!important;background:#dc50500d}.bg-welcome{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9996;display:flex;align-items:center;justify-content:center;padding:20px;animation:bg-welcome-fade .35s ease}@keyframes bg-welcome-fade{0%{opacity:0}to{opacity:1}}.bg-welcome__back{position:absolute;top:0;right:0;bottom:0;left:0;background:#161c11c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bg-welcome__card{position:relative;background:linear-gradient(160deg,var(--gob-surface2),var(--gob-surface));border:1px solid rgba(116,198,28,.32);border-radius:20px;padding:34px 30px 26px;max-width:440px;width:100%;text-align:center;box-shadow:0 30px 80px #0009,inset 0 1px #ffffff0a;animation:bg-welcome-slide .45s cubic-bezier(.2,1.2,.4,1)}@keyframes bg-welcome-slide{0%{opacity:0;transform:scale(.92) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.bg-welcome__x{position:absolute;top:14px;right:14px;background:#ffffff14;border:1px solid var(--gob-line);color:var(--gob-soft);width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:20px;line-height:1;display:grid;place-items:center;transition:.2s}.bg-welcome__x:hover{background:#74c61c2e;color:var(--gob-green2);border-color:#74c61c66}.bg-welcome__ic{width:56px;height:56px;margin:0 auto 14px;background:radial-gradient(circle at 30% 30%,rgba(116,198,28,.25),transparent 60%);border:2px solid rgba(116,198,28,.5);border-radius:50%;display:grid;place-items:center}.bg-welcome__ic img{width:74%;height:74%;object-fit:contain}.bg-welcome__kicker{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:var(--gob-green2)}.bg-welcome__card h2{font-family:Oswald,sans-serif;text-transform:uppercase;color:var(--gob-text);font-size:clamp(24px,3.5vw,32px);margin:8px 0 10px;line-height:1.05}.bg-welcome__card p{color:var(--gob-soft);font-size:14.5px;line-height:1.55;margin:0 0 20px}.bg-welcome__form{display:flex;gap:8px;background:#161c1199;border:1px solid var(--gob-line);border-radius:999px;padding:5px}.bg-welcome__form input{flex:1;background:transparent;border:0;color:var(--gob-text);padding:10px 16px;font-size:14.5px;outline:none}.bg-welcome__form input::placeholder{color:var(--gob-muted)}.bg-welcome__form .bg-btn{padding:10px 20px}.bg-welcome__ok{padding:14px;background:#74c61c2e;border:1px solid rgba(116,198,28,.4);color:var(--gob-green2);border-radius:12px;font-size:14px}.bg-welcome__legal{font-size:12px;color:var(--gob-muted);margin:14px 0 0}.bg-welcome__legal a{color:var(--gob-soft);text-decoration:underline}@media(max-width:479px){.bg-welcome__form{flex-direction:column;border-radius:14px}.bg-welcome__form .bg-btn{width:100%}}.bg-welcome__form{background:#fff;border:1.5px solid #D8D3C2}.bg-welcome__form input{color:#1e2415}.bg-welcome__form input::placeholder{color:#8a8672}.bg-countdown{display:inline-grid;grid-template-columns:auto auto;gap:4px 14px;align-items:center;background:linear-gradient(135deg,#74c61c1f,#0b0f08a6);border:1px solid rgba(116,198,28,.32);padding:12px 18px;border-radius:14px;font-family:Oswald,sans-serif}.bg-countdown__dot{grid-row:1/3;width:10px;height:10px;border-radius:50%;background:var(--gob-green);box-shadow:0 0 #74c61cb3;animation:bg-cd-pulse 1.6s ease infinite;align-self:center}@keyframes bg-cd-pulse{0%{box-shadow:0 0 #74c61c99}70%{box-shadow:0 0 0 10px #74c61c00}to{box-shadow:0 0 #74c61c00}}.bg-countdown__l{font-size:10.5px;text-transform:uppercase;letter-spacing:.1em;color:var(--gob-muted)}.bg-countdown__name{font-size:14px;text-transform:uppercase;color:var(--gob-text);font-weight:600;letter-spacing:.02em}.bg-countdown__time{grid-column:2;font-size:12px;color:var(--gob-green2);font-weight:600}.bg-countdown__cta{grid-column:1/3;margin-top:6px;color:var(--gob-soft);font-family:Inter,sans-serif;text-decoration:none;font-size:12px;font-weight:500;text-transform:none;letter-spacing:0}.bg-countdown__cta:hover{color:var(--gob-green2)}.facets__form.is-loading .facets__display,collection-facets[loading] .facets__display{position:relative;opacity:.55;pointer-events:none}collection-facets[loading]:after{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,transparent,var(--gob-green2),transparent);background-size:200% 100%;animation:bg-skel-bar 1.4s ease infinite;z-index:5}@keyframes bg-skel-bar{0%{background-position:200% 0}to{background-position:-100% 0}}.product-grid.is-loading .grid__item,product-grid[loading] .grid__item{position:relative;overflow:hidden}.product-grid.is-loading .grid__item:before,product-grid[loading] .grid__item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);background-size:200% 100%;animation:bg-skel-shimmer 1.2s ease infinite;pointer-events:none}@keyframes bg-skel-shimmer{0%{background-position:-100% 0}to{background-position:200% 0}}body.bg-is-loading:after{content:"";position:fixed;top:0;left:0;right:0;height:2px;z-index:99998;background:linear-gradient(90deg,var(--gob-green),var(--gob-green2));box-shadow:0 0 12px #74c61c80;animation:bg-loading-bar 1.2s ease infinite}@keyframes bg-loading-bar{0%{transform:scaleX(0);transform-origin:left}50%{transform:scaleX(.8);transform-origin:left}to{transform:scaleX(0);transform-origin:right}}.bg-pagehead--collage .bg-pagehead__bg{background:#000}.bg-pagehead__collage{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:0;background:#000}.bg-pagehead__quad{position:relative;background-color:#000;background-size:cover;background-position:center;background-repeat:no-repeat;filter:saturate(1.15) brightness(.85);overflow:hidden}.bg-pagehead__quad[data-quad=pokemon]{background-size:135% auto;background-position:center}.shopify-section.section-header{position:sticky!important;top:0!important;z-index:90!important;background:var(--gob-bg, #161C11);-webkit-backdrop-filter:saturate(1.1) blur(8px);backdrop-filter:saturate(1.1) blur(8px)}sticky-header.header-wrapper{position:relative!important;top:auto!important;z-index:auto!important}.shopify-section.announcement-bar-section{position:static!important;z-index:1!important}.bg-pagehead__quadtag{position:absolute;bottom:10px;left:10px;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:10.5px;color:#fff;padding:4px 9px;border-radius:999px;background:#000000b3;border:1px solid rgba(116,198,28,.4);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.bg-pagehead--collage .bg-pagehead__ov{background:linear-gradient(135deg,#161c11b3,#161c1173 35%,#161c11a6 65%,#161c11d9),radial-gradient(120% 90% at 50% 50%,transparent 0%,rgba(22,28,17,.6) 100%)}.bg-pagehead--collage .bg-pagehead__glow{background:radial-gradient(700px 400px at 50% 40%,rgba(116,198,28,.18),transparent 65%)}@media(max-width:600px){.bg-pagehead__quadtag{font-size:9px;padding:3px 7px;bottom:6px;left:6px}}@media(max-width:599px){.bg-foot__grid>div{display:flex;flex-direction:column}.bg-foot__grid h4{cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:14px 0;margin:0;border-bottom:1px solid var(--gob-line);position:relative}.bg-foot__grid h4:after{content:"+";font-size:22px;color:var(--gob-green2);transition:transform .25s ease;font-weight:300}.bg-foot__grid h4.is-open:after{transform:rotate(45deg)}.bg-foot__grid>div>a,.bg-foot__grid>div>p{display:none;padding:10px 0;margin-bottom:0;min-height:44px;align-items:center;border-bottom:1px solid rgba(255,255,255,.04)}.bg-foot__grid>div.is-open>a,.bg-foot__grid>div.is-open>p{display:flex}.bg-foot__grid>div:first-child h4{display:none}.bg-foot__grid>div:first-child>*{display:block!important}}.facets__heading,.facets__summary,.facets__summary-label,.mobile-facets__heading,.facets__heading--vertical,.facets-vertical-sort,.facets-vertical label,.facets__display label,.facet-checkbox,.facets__price label,.facets-vertical .facets__summary,collection-filters-form summary,collection-filters-form label,.facets__form *,.facets__form-vertical *{word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;-webkit-hyphens:none!important}.facets__summary-label,.facets__heading{white-space:nowrap}.facets__summary{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important}.facets-vertical .facets__wrapper,.facets__form-vertical{min-width:200px}@media(max-width:749px){.mobile-facets__heading{white-space:normal}}.bg-wishlist-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:#161c11b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;z-index:5;transition:transform .2s,background .2s,color .2s;font-size:0}.bg-wishlist-btn:before{content:"\2661";font-size:18px;line-height:1}.bg-wishlist-btn.is-saved:before{content:"\2665";color:#e85c5c}.bg-wishlist-btn:hover{transform:scale(1.1);background:#74c61c2e;border-color:#74c61c80}.bg-wishlist-btn.is-saved{background:#e85c5c2e;border-color:#e85c5c73}.bg-quickadd-btn{position:absolute;bottom:12px;left:50%;transform:translate(-50%,12px);background:var(--gob-green2);color:#0c1109;border:0;border-radius:999px;padding:9px 18px;font-family:Oswald,sans-serif;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.07em;cursor:pointer;opacity:0;transition:opacity .25s,transform .25s;z-index:4;box-shadow:0 8px 24px #0006;white-space:nowrap}.card-wrapper:hover .bg-quickadd-btn,.product-card-wrapper:hover .bg-quickadd-btn{opacity:1;transform:translate(-50%)}.bg-quickadd-btn:disabled{opacity:.5;cursor:wait}.bg-quickadd-btn.is-added{background:#fff}.bg-stock-badge{position:absolute;top:10px;left:10px;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:600;padding:4px 9px;border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:5}.bg-stock-badge--low{background:#e88c5040;color:#ffba89;border:1px solid rgba(232,140,80,.5)}.bg-stock-badge--new{background:#74c61c2e;color:var(--gob-green2);border:1px solid rgba(116,198,28,.45)}.bg-shipbar{padding:12px 18px;background:linear-gradient(90deg,#74c61c1a,#74c61c0a);border-bottom:1px solid rgba(116,198,28,.18)}.bg-shipbar__txt{font-family:Oswald,sans-serif;font-size:13px;letter-spacing:.04em;color:var(--gob-soft);text-align:center;margin:0 0 8px}.bg-shipbar__txt strong{color:var(--gob-green2);font-weight:700}.bg-shipbar__bar{height:5px;border-radius:999px;background:#ffffff14;overflow:hidden}.bg-shipbar__fill{height:100%;background:linear-gradient(90deg,var(--gob-green),var(--gob-green2));border-radius:999px;transition:width .5s cubic-bezier(.2,.6,.2,1);box-shadow:0 0 10px #74c61c80}.bg-countdown{display:flex;align-items:center;gap:14px;padding:14px 18px;background:linear-gradient(135deg,#74c61c1a,#161c1199);border:1px solid rgba(116,198,28,.28);border-radius:14px}.bg-countdown__icon{font-size:24px}.bg-countdown__txt{flex:1}.bg-countdown__label{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:11px;letter-spacing:.1em;color:var(--gob-muted);margin:0}.bg-countdown__name{font-family:Oswald,sans-serif;font-weight:600;font-size:14px;color:var(--gob-text);margin:2px 0 0}.bg-countdown__time{font-family:JetBrains Mono,monospace;font-size:18px;color:var(--gob-green2);font-weight:600;letter-spacing:.05em}.bg-skel{position:relative;border-radius:14px;background:linear-gradient(90deg,#ffffff0a,#ffffff14,#ffffff0a);background-size:200% 100%;animation:bg-skel 1.4s linear infinite;overflow:hidden}@keyframes bg-skel{0%{background-position:200% 0}to{background-position:-200% 0}}.bg-recently{padding:32px 24px;border-top:1px solid var(--gob-line)}.bg-recently h3{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:16px;color:var(--gob-soft);margin:0 0 16px}.bg-recently__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.bg-recently__item{position:relative;display:block;background:#ffffff0a;border:1px solid var(--gob-line);border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:.2s}.bg-recently__item:hover{transform:translateY(-2px);border-color:#74c61c66}.bg-recently__img{aspect-ratio:1;background:#0c1109;background-size:contain;background-repeat:no-repeat;background-position:center}.bg-recently__name{font-size:12px;padding:8px 10px;line-height:1.3;color:var(--gob-soft)}.bg-toast{position:fixed;bottom:24px;right:24px;background:#161c11f2;border:1px solid var(--gob-green);border-left-width:4px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:14px 18px 14px 22px;border-radius:12px;color:#fff;font-family:Oswald,sans-serif;font-size:13px;letter-spacing:.04em;display:flex;align-items:center;gap:12px;z-index:10001;transform:translate(120%);transition:transform .35s cubic-bezier(.2,.6,.2,1);box-shadow:0 14px 40px #00000080;max-width:340px}.bg-toast.is-shown{transform:translate(0)}.bg-toast--error{border-color:#e85c5c}.bg-toast__icon{font-size:20px}.is-tcg .card-wrapper:hover .card__inner,.is-tcg .product-card-wrapper:hover{box-shadow:0 0 0 1px #74c61c80,0 20px 50px #74c61c2e}@media(max-width:599px){.bg-recently__list{grid-template-columns:repeat(2,1fr);gap:10px}.bg-toast{left:16px;right:16px;bottom:16px;max-width:none}}.bg-bundle-badge{position:absolute;top:10px;left:10px;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:700;padding:5px 10px;border-radius:999px;background:linear-gradient(135deg,#ff6b3d,#ffa547);color:#1a0c00;z-index:5;box-shadow:0 4px 14px #ff6b3d66}.bg-bundle-badge:before{content:"\1f4e6  "}.bg-compare-bar{position:fixed;bottom:20px;left:50%;transform:translate(-50%,120%);background:#161c11f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(116,198,28,.4);border-radius:999px;padding:10px 16px;display:flex;align-items:center;gap:10px;z-index:9000;transition:transform .35s cubic-bezier(.2,.6,.2,1);box-shadow:0 14px 40px #00000080}.bg-compare-bar.is-open{transform:translate(-50%)}.bg-compare-bar__items{display:flex;gap:6px}.bg-compare-bar__item{width:32px;height:32px;border-radius:50%;background:#1a2014 center/cover no-repeat;border:1px solid rgba(116,198,28,.3);position:relative}.bg-compare-bar__item button{position:absolute;top:-4px;right:-4px;width:14px;height:14px;border-radius:50%;background:#e85c5c;color:#fff;border:0;font-size:10px;line-height:1;cursor:pointer}.bg-compare-bar__label{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:12px;letter-spacing:.06em;color:var(--gob-soft)}.bg-compare-bar__cta{background:var(--gob-green2);color:#0c1109;border:0;border-radius:999px;padding:7px 14px;font-family:Oswald,sans-serif;font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.06em;cursor:pointer}.bg-compare-btn{position:absolute;top:50px;right:10px;width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:#161c11b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;z-index:5;transition:.2s;font-size:14px}.bg-compare-btn:hover{background:#74c61c33;border-color:#74c61c80}.bg-compare-btn.is-active{background:#74c61c4d;color:var(--gob-green2)}.bg-tier{display:flex;align-items:center;gap:18px;padding:18px;background:linear-gradient(135deg,#74c61c1a,#161c1199);border:1px solid rgba(116,198,28,.28);border-radius:14px;margin-bottom:24px}.bg-tier__crest{width:56px;height:56px;border-radius:50%;background:radial-gradient(circle,#ffd04a,#d99a1a);display:flex;align-items:center;justify-content:center;font-size:28px}.bg-tier__crest--bronze{background:radial-gradient(circle,#c87f4a,#7a4a26)}.bg-tier__crest--silver{background:radial-gradient(circle,#d8dde2,#9aa2a8)}.bg-tier__crest--gold{background:radial-gradient(circle,#ffd04a,#d99a1a)}.bg-tier__crest--mythic{background:radial-gradient(135deg,#74c61c,#ffd04a,#ff5c8a,#74c61c);background-size:300% 300%;animation:bg-rainbow 6s linear infinite}@keyframes bg-rainbow{0%{background-position:0% 50%}to{background-position:100% 50%}}.bg-tier__body{flex:1}.bg-tier__name{font-family:Oswald,sans-serif;font-weight:700;text-transform:uppercase;font-size:18px;color:var(--gob-text);margin:0}.bg-tier__perks{margin:2px 0 6px;font-size:12px;color:var(--gob-soft)}.bg-tier__progress{height:4px;background:#ffffff14;border-radius:999px;overflow:hidden;margin-bottom:4px}.bg-tier__progress-fill{height:100%;background:linear-gradient(90deg,var(--gob-green),var(--gob-green2));border-radius:999px}.bg-tier__progress-txt{font-size:11px;color:var(--gob-muted)}.bg-rating{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:var(--gob-soft)}.bg-rating__stars{color:#ffd04a;letter-spacing:1px}.bg-rating__count{color:var(--gob-muted);font-size:11px}.bg-singles-filters{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.bg-singles-filter{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:#ffffff0a;border:1px solid var(--gob-line);font-size:12px;color:var(--gob-soft);cursor:pointer;transition:.2s;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.05em}.bg-singles-filter:hover{border-color:#74c61c80;color:var(--gob-green2)}.bg-singles-filter.is-active{background:#74c61c29;border-color:var(--gob-green2);color:var(--gob-green2)}.bg-coin-tip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%,4px);background:#161c11f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(116,198,28,.3);border-radius:10px;padding:10px 14px;font-size:12px;color:var(--gob-soft);white-space:nowrap;opacity:0;pointer-events:none;transition:.25s;z-index:10}.bg-coin-tip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#74c61c4d}[data-bg-coin-tip]{position:relative;cursor:help}[data-bg-coin-tip]:hover .bg-coin-tip{opacity:1;transform:translate(-50%)}.bg-restock-btn{display:inline-flex;align-items:center;gap:6px;background:#e88c502e;border:1px solid rgba(232,140,80,.45);color:#ffba89;padding:8px 14px;border-radius:999px;font-family:Oswald,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.05em;cursor:pointer}.bg-restock-btn:hover{background:#e88c5047}.bg-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#161c11e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9500;opacity:0;visibility:hidden;transition:opacity .3s,visibility 0s linear .3s}.bg-search-overlay.is-open{opacity:1;visibility:visible;transition:opacity .3s}@media(min-width:750px){.bg-mob-nav{display:none}}@media(max-width:749px){.bg-mob-nav{position:fixed;bottom:0;left:0;right:0;display:flex;background:#161c11f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--gob-line);z-index:80;padding:8px 0 calc(8px + env(safe-area-inset-bottom))}.bg-mob-nav__item{flex:1;text-align:center;text-decoration:none;color:var(--gob-soft);font-size:10px;display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 4px}.bg-mob-nav__item svg{width:22px;height:22px}.bg-mob-nav__item.is-active{color:var(--gob-green2)}body{padding-bottom:60px}}.shopify-section.section-header.is-scrolled{box-shadow:0 4px 30px #00000080}.shopify-section.section-header.is-scrolled .header-wrapper{transition:padding .2s}details[open] summary>svg.bg-chev{transform:rotate(180deg)}summary>svg.bg-chev{transition:transform .25s}@media print{.header-wrapper,.shopify-section--header,footer,.bg-mob-nav,.bg-shipbar,.bg-toast,.bg-compare-bar{display:none!important}body{color:#000;background:#fff}}.facets-container{display:flex!important;flex-direction:column}.facets__form{display:flex!important;flex-wrap:wrap;align-items:center;gap:14px;width:100%}.facets__form>.facets__wrapper{display:flex!important;flex-wrap:wrap;align-items:center;gap:10px;flex:1 1 auto}.facets__form>.facets__wrapper .facets__heading{margin:0;white-space:nowrap;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--gob-muted);align-self:center}.facets__form>.facets__wrapper .bg-native-facet{flex:0 0 auto}.facets__form>.facets__wrapper .bg-native-facet>label,.facets__form>.facets__wrapper .bg-native-facet>.field__label{display:inline-block!important;margin-right:6px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--gob-muted)}.facets__form>.active-facets{order:5;flex:1 1 100%}.facets__form>.facet-filters.sorting{display:flex!important;align-items:center;gap:8px;margin-left:auto;flex:0 0 auto}.facets__form>.facet-filters.sorting>*{margin:0}.facets__form>.facet-filters.sorting label,.facets__form>.facet-filters.sorting .sort-by__label{white-space:nowrap;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--gob-muted)}.facets__form>.product-count{flex:0 0 auto;white-space:nowrap;font-size:13px;letter-spacing:.05em;color:var(--gob-soft);font-family:Oswald,sans-serif;text-transform:uppercase;align-self:center}.facets__form select,.facets__form .price-input{min-width:130px;max-width:200px}@media(max-width:749px){.facets__form{flex-direction:column;align-items:stretch}.facets__form>.facets__wrapper,.facets__form>.facet-filters.sorting{width:100%;margin-left:0}.facets__form>.product-count{align-self:flex-end}}html[data-bg-theme=light],html[data-bg-theme=light] body{background:var(--gob-bg, #161C11)!important;background-image:none!important;color:var(--gob-text)!important}html[data-bg-theme=light] .card__media{background:#ffffff0a!important}html[data-bg-theme=light] .bg-foot{background:var(--gob-surface, #212816)!important}.bg-themetog{display:none!important}@media(max-width:989px){html,body{overflow-x:hidden!important;max-width:100vw}*,*:before,*:after{max-width:100%}img,video,iframe,canvas,svg{max-width:100%;height:auto}.page-width{padding-left:16px!important;padding-right:16px!important}}@media(max-width:989px){.header__inline-menu,.bg-nav,.bg-nav__item,.bg-nav__drop,.bg-nav__drop--mega{display:none!important}.header.header--middle-left,.header.header--top-left,.header.page-width{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:12px!important;padding:10px 14px!important;max-width:100%!important}.header--middle-left .header__heading-link,.header--middle-left .header__heading,.header__heading-link,.header__heading{justify-self:center!important;grid-column:2!important;margin:0!important;padding:0!important}.header__icons{justify-self:end!important;grid-column:3!important;display:flex!important;align-items:center!important;gap:4px!important}header-drawer,.header__drawer-button,.menu-drawer-container{display:block!important;justify-self:start!important;grid-column:1!important}.bg-headerlogo{display:inline-flex!important;align-items:center!important;gap:6px!important;white-space:nowrap!important;writing-mode:horizontal-tb!important;flex-direction:row!important}.bg-headerlogo img{width:30px!important;height:30px!important;max-width:30px!important;max-height:30px!important;object-fit:contain!important;flex-shrink:0!important}.bg-headerlogo .word{display:inline-flex!important;align-items:center!important;gap:3px!important;font-size:14px!important;font-family:Oswald,sans-serif!important;font-weight:700!important;letter-spacing:.02em!important;text-transform:uppercase!important;white-space:nowrap!important;writing-mode:horizontal-tb!important}.bg-headerlogo .word .b{color:var(--gob-green2, #93E53C)}.header__icon{padding:8px!important}.header__icon svg{width:20px;height:20px}}@media(max-width:480px){.bg-headerlogo img{width:26px!important;height:26px!important}.bg-headerlogo .word{font-size:12px!important}.header__icon{padding:6px!important}}@media(max-width:989px){.bg-hero{min-height:auto!important;padding:30px 16px 40px!important}.bg-hero__inner,.bg-hero__grid{display:flex!important;flex-direction:column!important;gap:24px!important;text-align:left!important}.bg-hero__title,.bg-pagehead__title,h1.bg-hero__title{font-size:clamp(28px,7vw,44px)!important;line-height:1.05!important;word-break:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important}.bg-hero__sub,.bg-hero__lead{font-size:14px!important;line-height:1.5!important}.bg-hero__ctas{display:flex!important;flex-wrap:wrap!important;gap:10px!important}.bg-hero__ctas .bg-btn{flex:1 1 auto;min-width:140px;font-size:13px!important;padding:12px 16px!important}.bg-hero__bg{opacity:.35!important}.bg-hero__stats{flex-wrap:wrap!important;gap:16px!important}.bg-hero__stats>div{flex:1 1 calc(50% - 8px);min-width:100px}.bg-hero__card,.bg-hero__feature{position:relative!important;width:100%!important;max-width:100%!important;margin-top:20px!important;transform:none!important}}@media(max-width:749px){.bg-cats,.bg-cats--rich,.bg-categories,.bg-card-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.bg-feature-grid,.bg-valueprops,.bg-trust__wrap{grid-template-columns:1fr!important;gap:14px!important}.bg-cat,.bg-card,.bg-perk,.bg-fact{padding:14px!important}.bg-sec h2,.bg-sec__title{font-size:clamp(22px,5vw,32px)!important}.bg-kicker{font-size:11px!important}}@media(max-width:479px){.bg-cats,.bg-cats--rich,.bg-categories,.bg-card-grid{grid-template-columns:1fr!important}}@media(max-width:749px){#product-grid,.product-grid,.grid--3-col-desktop,.grid--4-col-desktop{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}#product-grid>.grid__item,.product-grid>.grid__item,.grid--3-col-desktop>.grid__item,.grid--4-col-desktop>.grid__item{width:auto!important;max-width:none!important;flex:none!important}.facets__form{flex-direction:column!important;gap:8px!important}.facets__form>*{width:100%!important}.collection-hero,.bg-pagehead{padding:30px 16px!important}}@media(max-width:749px){.product,.product__container{display:flex!important;flex-direction:column!important;gap:20px!important}.product__media-wrapper,.product__info-wrapper{width:100%!important;max-width:100%!important}.product__title{font-size:clamp(22px,5vw,28px)!important}.product .price{font-size:20px!important}.card__heading{font-size:14.5px!important;line-height:1.3!important;letter-spacing:.02em!important}.card-information .price,.card__information .price{font-size:16.5px!important}}@media(max-width:749px){.bg-foot,.footer{padding:30px 16px 20px!important}.bg-foot__grid,.footer__content-top{grid-template-columns:1fr!important;gap:28px!important}.bg-foot__bottom,.footer__content-bottom{flex-direction:column!important;gap:12px!important;text-align:center!important}}.announcement-bar,.bg-announce{overflow:hidden!important;position:relative!important}.utility-bar,.announcement-bar-slider,.announcement-bar-slider .slider,.announcement-bar-slider .slider__slide,.announcement-bar__announcement{overflow:hidden!important;width:100%!important}.slider-buttons .slider-button{display:none!important}.announcement-bar-slider .slider{display:block!important;transform:none!important;scroll-behavior:auto!important}.announcement-bar-slider .slider__slide{min-width:100%!important;opacity:1!important;visibility:visible!important}.announcement-bar__message,.bg-announce__message{display:block!important;overflow:hidden!important;white-space:nowrap!important;text-align:left!important;margin:0!important;padding:0!important;contain:paint}.bg-marquee-wrap{display:inline-flex!important;width:max-content!important;animation:bg-marquee 22s linear infinite!important;transform:translateZ(0);backface-visibility:hidden}.bg-marquee-item{display:inline-block!important;white-space:nowrap!important;padding-right:64px!important;flex-shrink:0}.announcement-bar__message .bg-marquee-item,.bg-announce__message .bg-marquee-item{display:inline-block!important;max-width:none!important;width:max-content!important}@keyframes bg-marquee{0%{transform:translate(0)}to{transform:translate(calc(-100% / 3))}}@media(max-width:749px){.announcement-bar,.bg-announce{font-size:11.5px!important;padding:6px 0!important}.bg-marquee-wrap{animation-duration:11s!important}.bg-marquee-item{padding-right:48px!important}}@media(max-width:749px){.bg-sound-toggle,.bg-cmpbtn,.bg-themetog,.bg-wa-fab{transform:scale(.85);transform-origin:bottom right;bottom:calc(76px + env(safe-area-inset-bottom))!important}.bg-ship{bottom:calc(76px + env(safe-area-inset-bottom))!important}}@media(max-width:989px){.menu-drawer{background:radial-gradient(60% 50% at 50% 0%,rgba(116,198,28,.1),transparent 60%),linear-gradient(180deg,#0e1209,#161c11)!important;color:#ecf2e4!important;border-right:1px solid rgba(116,198,28,.15)!important;box-shadow:0 0 60px #0009!important}.menu-drawer__inner-container{background:transparent!important;padding:8px 0!important}.menu-drawer__navigation{padding:18px 0!important}.menu-drawer__menu-item{color:#ecf2e4d9!important;font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:14px!important;font-weight:500!important;padding:14px 20px!important;margin:2px 14px!important;border-radius:12px!important;border:1px solid transparent!important;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s cubic-bezier(.2,.7,.2,1)!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.menu-drawer__menu-item>.svg-wrapper{position:static!important;transform:none!important;margin-left:12px!important;flex:0 0 auto!important;width:15px!important;display:inline-flex!important;align-items:center!important}.menu-drawer__menu-item>.svg-wrapper:has(.icon-caret){display:none!important}.menu-drawer__menu-item:hover,.menu-drawer__menu-item:focus,.menu-drawer__menu-item--active{background:linear-gradient(135deg,#74c61c29,#74c61c0f)!important;color:var(--gob-green2, #93E53C)!important;border-color:#74c61c52!important;transform:translate(4px)!important;text-decoration:none!important}.menu-drawer__submenu .menu-drawer__menu-item{font-size:13px!important;font-family:Inter,sans-serif!important;text-transform:none!important;letter-spacing:.01em!important;font-weight:500!important;color:#ecf2e4a6!important;padding:10px 18px!important;margin:1px 22px!important;border-radius:8px!important}.menu-drawer__submenu .menu-drawer__menu-item{justify-content:flex-start!important;text-align:left!important}.menu-drawer__submenu summary.menu-drawer__menu-item{justify-content:space-between!important}.menu-drawer__close-button{color:var(--gob-green2, #93E53C)!important;background:#74c61c1a!important;border:1px solid rgba(116,198,28,.22)!important;border-radius:999px!important;padding:8px 14px!important;font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:11px!important;font-weight:600!important;transition:background .2s ease,color .2s ease!important}.menu-drawer__close-button:hover{background:#74c61c2e!important;color:#fff!important}.menu-drawer__utility-links{background:transparent!important;padding:12px 18px!important;border-top:1px solid rgba(116,198,28,.12)!important;margin-top:16px!important}.menu-drawer__account{color:var(--gob-green2, #93E53C)!important;font-family:Oswald,sans-serif!important;text-transform:uppercase!important;font-size:12px!important;letter-spacing:.06em!important}.menu-drawer__social-links{gap:14px!important}.menu-drawer__social-link svg{fill:var(--gob-green2, #93E53C)!important}details[open]>.menu-drawer{animation:bg-drawer-in .35s cubic-bezier(.22,.61,.36,1)}@keyframes bg-drawer-in{0%{transform:translate(-100%);opacity:.5}to{transform:translate(0);opacity:1}}.menu-drawer__overlay,.menu-drawer+.menu-drawer__overlay{background:#000000a6!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}}@media(max-width:749px){h1{font-size:clamp(26px,6vw,38px)!important}h2{font-size:clamp(22px,5vw,30px)!important}h3{font-size:clamp(18px,4.5vw,24px)!important}p,li{font-size:14px!important;line-height:1.55!important}}@media(max-width:989px){.page-width,.container,[class*=container]:not(.menu-drawer__inner-container){padding-left:16px!important;padding-right:16px!important;max-width:100%!important}}.section-header,.shopify-section-header,.shopify-section-group-header-group .shopify-section{padding:0!important;margin:0!important}.header-wrapper,.shopify-section-header .header-wrapper,.shopify-section-group-header-group .header-wrapper{padding-top:0!important;padding-bottom:0!important;margin:0!important}.header,.header.header--middle-left,.header.header--top-left,.header.page-width,.shopify-section-header .header{padding-top:4px!important;padding-bottom:4px!important;margin:0!important}@media(min-width:990px){.header,.header.header--middle-left,.header.page-width{padding-top:6px!important;padding-bottom:6px!important}}.announcement-bar,.utility-bar{padding-top:4px!important;padding-bottom:4px!important;margin:0!important}.bg-headerlogo .word,.bg-headerlogo{line-height:1!important}.bg-pagehead__sub,.bg-pagehead--cine .bg-pagehead__sub{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;font-size:clamp(13px,1.5vw,16px)!important}@media(max-width:749px){.bg-pagehead__sub,.bg-pagehead--cine .bg-pagehead__sub{font-size:12px!important;letter-spacing:-.005em!important}}.bg-pagehead .bg-crumbs,.bg-pagehead--cine .bg-crumbs{display:none!important}.bg-particles,canvas.bg-particles,.bg-hero canvas.bg-particles{display:none!important;opacity:0!important;visibility:hidden!important}.bg-cookies{padding:8px 18px!important}.bg-cookies__inner{align-items:center!important;gap:12px!important;flex-wrap:nowrap!important}.bg-cookies__txt{display:flex!important;align-items:center!important;gap:8px!important;flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;white-space:nowrap!important}.bg-cookies__txt strong{margin:0!important;display:inline!important;flex-shrink:0}.bg-cookies__txt strong:after{content:":"}.bg-cookies__txt p{margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;flex:1 1 auto!important}.bg-cookies__btns{flex-shrink:0!important;gap:6px!important}.bg-cookies__btns .bg-btn{padding:7px 14px!important;font-size:11px!important;white-space:nowrap!important}@media(max-width:749px){.bg-cookies{padding:6px 12px!important}.bg-cookies__inner{gap:8px!important}.bg-cookies__txt{font-size:11px!important;white-space:nowrap!important}.bg-cookies__txt strong,.bg-cookies__txt p{font-size:11px!important}.bg-cookies__btns .bg-btn{padding:6px 10px!important;font-size:10px!important}}.header__icon,.header__icon-link,.header__icon--account,.header__icon--cart,.header__icon--search{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;padding:0!important;border-radius:999px!important;background:transparent!important;border:1px solid transparent!important;transition:background .2s ease,border-color .2s ease,transform .25s cubic-bezier(.2,1.4,.4,1),color .25s ease}.header__icon:hover,.header__icon:focus-visible{background:#74c61c1a!important;border-color:#74c61c38!important;transform:none!important}.header__icon svg,.header__icon-cart svg,.header__icon--search svg{display:block!important;margin:0!important;width:20px!important;height:20px!important}.cart-count-bubble{position:absolute!important;top:2px!important;right:2px!important}.header__icon--cart{position:relative!important}@media(max-width:749px){.header__icon,.header__icon-link,.header__icon--account,.header__icon--cart,.header__icon--search{width:36px!important;height:36px!important}.header__icon svg{width:18px!important;height:18px!important}}.search-modal__form,.search__form,search-form{background:#161c11c7!important;border:1px solid rgba(116,198,28,.22)!important;border-radius:999px!important;padding:4px 4px 4px 18px!important;display:flex!important;align-items:center!important;gap:8px!important;box-shadow:none!important;overflow:hidden!important}.search-modal__form:focus-within,.search__form:focus-within{border-color:#74c61c73!important;background:#161c11eb!important}.search-modal__form input[type=search],.search-modal__form input[type=text],.search__input,search-form input{background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;flex:1 1 auto!important;padding:10px 0!important;color:var(--gob-text,#ECF2E4)!important;font-family:Inter,sans-serif!important;font-size:14px!important;border-radius:0!important}.search-modal__form input::placeholder,.search__input::placeholder{color:#ecf2e473!important}.search-modal__form button[type=submit],.search__form button[type=submit],.search__button,.search-modal__form .search__button{background:var(--gob-green2,#93E53C)!important;color:#0c1109!important;border:none!important;border-radius:999px!important;width:36px!important;height:36px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-shadow:none!important;flex-shrink:0!important;transition:background .2s ease,transform .2s ease}.search-modal__form button[type=submit]:hover,.search__form button[type=submit]:hover{background:var(--gob-green,#74C61C)!important;transform:scale(1.05)}.search-modal__form button[type=submit] svg,.search__form button[type=submit] svg,.search__button svg{width:16px!important;height:16px!important;margin:0!important}.search-modal__form .reset__button,.search-modal__form button[type=reset],.search-modal__close-button{background:transparent!important;border:none!important;border-radius:999px!important;width:32px!important;height:32px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:var(--gob-soft,#A6C58A)!important;box-shadow:none!important;flex-shrink:0!important}.search-modal__form .reset__button:hover{background:#74c61c1a!important;color:#fff!important}@media(max-width:749px){.search-modal__form,.search__form{padding:3px 3px 3px 14px!important}.search-modal__form input{font-size:13px!important;padding:8px 0!important}.search-modal__form button[type=submit]{width:32px!important;height:32px!important}}.bg-wish-btn{position:absolute;top:10px;right:10px;background:#0a0d088c;color:#ecf2e4;border:1px solid rgba(255,255,255,.15);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .18s ease,background .18s,color .18s,border-color .18s;z-index:3}.bg-wish-btn:hover{transform:scale(1.08);background:#0a0d08d9;border-color:#74c61c}.bg-wish-btn.is-wished{background:#ff4d6d;border-color:#ff4d6d;color:#fff}.bg-wish-btn.is-wished svg{fill:#fff}.bg-wish-btn svg{transition:fill .15s;pointer-events:none}.bg-wish-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%) translateY(20px);background:#1a2b22;color:#ecf2e4;padding:12px 22px;border-radius:14px;border:1px solid rgba(116,198,28,.4);box-shadow:0 18px 40px #00000080;font-family:Inter,system-ui,sans-serif;font-size:14px;opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;z-index:99999}.bg-wish-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.bg-wish-header-badge{position:absolute;top:-4px;right:-4px;background:#ff4d6d;color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid var(--gob-bg, #10140B)}.bg-footer-legals{display:flex;flex-wrap:wrap;gap:8px 14px;margin:8px 0 0;padding:0;justify-content:center}.bg-footer-legals li{list-style:none}.bg-footer-legals li:after{content:"\b7";margin-left:14px;color:#ffffff2e}.bg-footer-legals li:last-child:after{content:"";margin-left:0}.bg-footer-legals a{color:var(--gob-muted, #94A085);font-size:12px;text-decoration:none;transition:color .15s}.bg-footer-legals a:hover{color:var(--gob-green, #74C61C);text-decoration:underline}.header__icon--wishlist{display:flex;align-items:center;justify-content:center}.header__icon--wishlist .svg-wrapper{display:inline-flex}.bg-welcome__code{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#f5b42826,#f5b42808);border:1px dashed rgba(245,180,40,.5);border-radius:10px;padding:10px 14px;margin:8px 0 6px}.bg-welcome__code-l{font-size:11px;color:#a6c58a;letter-spacing:2px;text-transform:uppercase}.bg-welcome__code-v{flex:1;font-family:JetBrains Mono,Courier New,monospace;color:#f5b428;font-weight:700;letter-spacing:1.5px;font-size:14px}.bg-welcome__code-copy{background:#f5b428;color:#2b1f10;border:0;padding:6px 12px;border-radius:8px;font-size:11px;font-weight:700;cursor:pointer;font-family:inherit}.bg-welcome__code-copy:hover{filter:brightness(1.1)}.bg-welcome__code-help{font-size:11px;color:#94a085;margin:4px 0 0;line-height:1.4}.bg-encargable{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#74c61ceb,#5aa812eb);color:#0a1407;font-family:Inter,system-ui,sans-serif;font-weight:700;font-size:10.5px;letter-spacing:.2px;padding:3px 8px;border-radius:999px;line-height:1.1;white-space:nowrap;box-shadow:0 2px 6px #00000040}.bg-encargable svg{flex-shrink:0}.bg-encargable--card{margin-top:5px}.card__badge{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.bg-encargable--pdp{font-size:12px;padding:4px 11px}.bg-tag-note--encargo{background:linear-gradient(160deg,#74c61c1a,#161c1166);border:1px solid rgba(116,198,28,.4);border-radius:14px;padding:16px 18px;margin-top:14px}.bg-tag-note--encargo .bg-tag-note__pill{display:inline-block;background:#74c61c;color:#0a1407;font-weight:800;font-size:11px;letter-spacing:1px;padding:4px 10px;border-radius:8px;margin-bottom:8px}.bg-tag-note--encargo p{color:#c8d2bd;font-size:14px;line-height:1.5;margin:0 0 12px}.bg-tag-note--encargo p strong{color:#ecf2e4}.bg-encargo-btn{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#063d1c;font-family:Oswald,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:13.5px;padding:12px 22px;border-radius:12px;text-decoration:none;transition:transform .15s,filter .15s}.bg-encargo-btn:hover{filter:brightness(1.07);transform:translateY(-1px)}.bg-encargo-btn svg{flex-shrink:0}.bg-cart-flag{margin:6px 0 2px}.bg-cf-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;padding:3px 9px;border-radius:999px;white-space:nowrap}.bg-cf-ok{background:#74c61c24;color:#93e53c;border:1px solid rgba(116,198,28,.4)}.bg-cf-pre{margin-top:6px;padding:10px 12px;border-radius:12px;background:#74c61c14;border:1.5px solid rgba(116,198,28,.55)}.bg-cf-pre__title{font-weight:800;letter-spacing:.04em;color:#93e53c;font-size:13px}.bg-cf-pre__sub{font-size:12.5px;color:var(--gob-muted,#94A085);margin:3px 0 7px;line-height:1.5}.bg-cf-pre__sub b{color:#cfe9b0}.bg-cf-tc{display:flex;gap:8px;align-items:flex-start;font-size:12.5px;color:#e9efe2;cursor:pointer;line-height:1.45}.bg-cf-tc__cb{margin-top:2px;width:16px;height:16px;accent-color:#74C61C;flex:0 0 auto;cursor:pointer}.bg-cf-tc a{color:#93e53c;text-decoration:underline}.bg-cf-tc__err{color:#fca5a5;font-size:12px;font-weight:600;margin-top:5px}.bg-cart-panel{margin:10px 0}.bg-cart-timer{font-size:12.5px;color:#f2d98a;background:#fbbf241a;border:1px solid rgba(251,191,36,.35);border-radius:10px;padding:8px 11px;margin-bottom:8px;line-height:1.5}.bg-cart-timer--exp{color:#f2d98a;background:#fbbf2429;border-color:#fbbf2480}.bg-cart-timer b{font-variant-numeric:tabular-nums}.bg-cart-opts{background:#ffffff08;border:1px solid var(--border,rgba(255,255,255,.12));border-radius:12px;padding:11px 13px;margin-bottom:8px}.bg-opt-info{font-size:13px;color:#e9efe2;margin-bottom:8px;font-weight:600}.bg-opt-btns{display:flex;flex-direction:column;gap:7px}.bg-opt-btn{text-align:left;font-size:13px;font-weight:700;padding:10px 13px;border-radius:10px;border:none;cursor:pointer;background:linear-gradient(180deg,#93e53c,#74c61c);color:#06210a}.bg-opt-btn.bg-opt-soft{background:transparent;border:1.5px solid rgba(116,198,28,.5);color:#cfe9b0;font-weight:600}.bg-cart-prev{background:#ffffff08;border:1px dashed rgba(116,198,28,.4);border-radius:12px;padding:11px 13px;margin-bottom:8px;font-size:13px}.bg-prev__t{color:#e9efe2;margin-bottom:7px}.bg-prev__res{margin-top:8px;font-size:12.5px;color:var(--gob-muted,#94A085);line-height:1.6}.bg-bis{margin:14px 0;padding:14px 16px;border:1px solid rgba(116,198,28,.35);border-radius:12px;background:#74c61c0f}.bg-bis__title{font-weight:800;font-size:.98rem;margin-bottom:2px}.bg-bis__sub{font-size:.82rem;opacity:.8;margin-bottom:10px}.bg-bis__form{display:flex;gap:8px;flex-wrap:wrap}.bg-bis__email{flex:1 1 180px;min-width:0;padding:10px 12px;border:1px solid rgba(0,0,0,.18);border-radius:10px;font-size:.9rem}.bg-bis__btn{padding:10px 18px;border:0;border-radius:10px;background:#74c61c;color:#0b1c05;font-weight:800;cursor:pointer;white-space:nowrap}.bg-bis__btn:disabled{opacity:.55;cursor:default}.bg-bis__msg{margin-top:9px;font-size:.86rem;font-weight:600}.bg-bis__msg--ok{color:#0c7a2c}.bg-bis__msg--err{color:#b91c1c}.bg-passwd__field input:focus-visible{outline:2px solid var(--gob-green);outline-offset:2px;border-color:var(--gob-green)!important}.bg-singles__search input:focus-visible{outline:2px solid var(--gob-green);outline-offset:2px}.bg-native-facet__select:focus-visible,select.select__select:focus-visible{outline:2px solid var(--gob-green);outline-offset:2px}@media(max-width:749px){.bg-imgsizer{display:none!important}}.bg-pagehead--flat{position:relative;background:radial-gradient(620px 240px at 85% 0%,rgba(116,198,28,.1),transparent 60%),linear-gradient(180deg,var(--gob-surface) 0%,var(--gob-bg) 100%);border-bottom:1px solid var(--gob-line)}.bg-pagehead--flat .bg-pagehead__inner{position:relative;max-width:1280px;margin:0 auto;padding:44px 24px 34px}@media(max-width:749px){.bg-pagehead--flat .bg-pagehead__inner{padding:30px 18px 24px}}.utility-bar__grid.page-width{max-width:none!important;padding-left:0!important;padding-right:0!important;margin:0!important;width:100%!important}.announcement-bar{width:100%!important}.announcement-bar__message{padding-left:0!important}.product-card-wrapper .card__inner{--ratio-percent:100% !important}.product-card-wrapper .card__inner.ratio:before{padding-bottom:100%!important}.product-card-wrapper .card__media .media{padding-bottom:100%!important;height:auto!important}.product-card-wrapper .card__media img{object-fit:contain!important;object-position:center!important;padding:5%}.bg-coins-info a,.bg-coins-info a:visited{color:var(--gob-green2);text-decoration:underline;text-underline-offset:3px}.bg-coins-info a:hover{color:var(--gob-green)}.header-wrapper,.shopify-section-group-header-group .header{background:linear-gradient(180deg,#7dce24,#63ac16)!important;border-bottom:1px solid rgba(11,20,7,.22)!important}.header a,.header .header__heading-link,.header .header__icon,.header .header__icon svg,.header .bg-nav__item>a,.header summary{color:#0b1407!important}.header .bg-headerlogo span,.header .bg-headerlogo .b{color:#0b1407!important}.bg-nav__item>a:before{background:#0b140724!important;border-color:#0b140740!important}.bg-nav__item>a:hover{color:#0b1407!important}.header .bg-coins-pill{background:#0b140729;border-color:#0b14074d;color:#0b1407}.announcement-bar-section .utility-bar,.announcement-bar{background:#2f5d0c!important;color:#eaf6dc!important}.announcement-bar__message,.bg-marquee-item{color:#eaf6dc!important}body.bg-light{--bgl-bg:#F5F2E9;--bgl-card:#FFFFFF;--bgl-line:#E2DECF;--bgl-text:#151B10;--bgl-soft:#3E4733;--bgl-muted:#6C7562;background:var(--bgl-bg)!important;background-image:radial-gradient(900px 480px at 85% -5%,rgba(116,198,28,.1),transparent 55%),linear-gradient(180deg,#f7f4ec,#f5f2e9 60%,#f0eddf)!important;color:var(--bgl-text)}body.bg-light .bg-pagehead--flat{background:radial-gradient(620px 240px at 85% 0%,rgba(116,198,28,.14),transparent 60%),linear-gradient(180deg,#eeeada,#f5f2e9);border-bottom:1px solid var(--bgl-line)}body.bg-light .bg-pagehead__title{color:var(--bgl-text)}body.bg-light .bg-pagehead__sub{color:var(--bgl-soft)}body.bg-light .bg-crumbs,body.bg-light .bg-crumbs a{color:var(--bgl-muted)}body.bg-light .bg-crumbs__current{color:var(--bgl-soft)}body.bg-light .card,body.bg-light .card__inner,body.bg-light .card--card,body.bg-light .card--standard .card__inner{background:var(--bgl-card)!important;border-color:var(--bgl-line)!important}body.bg-light .card__media,body.bg-light .card--product .card__media,body.bg-light .product__media-wrapper .media,body.bg-light .product-media-container,body.bg-light .product__media,body.bg-light .product__media-item{background:#fff!important}body.bg-light .card__heading,body.bg-light .card__heading a,body.bg-light .card__information,body.bg-light .price,body.bg-light .price__regular,body.bg-light .price-item{color:var(--bgl-text)!important}body.bg-light .card-wrapper{--color-foreground:21,27,16}body.bg-light .card:hover{box-shadow:0 14px 34px #1c241224}body.bg-light .facets__form,body.bg-light .facet-filters{color:var(--bgl-text)}body.bg-light .facet-filters__label,body.bg-light .facets__label,body.bg-light .collection-hero__text-wrapper,body.bg-light .facets__summary,body.bg-light .mobile-facets__open{color:var(--bgl-soft)!important}body.bg-light .facet-filters__sort,body.bg-light .bg-native-facet__select,body.bg-light select.select__select{background:#fff!important;color:var(--bgl-text)!important;border:1px solid var(--bgl-line)!important;border-radius:10px}body.bg-light .select .svg-wrapper,body.bg-light .select svg{color:var(--bgl-soft)}body.bg-light .product-count__text,body.bg-light .collection-product-count{color:var(--bgl-muted)}body.bg-light .bg-colsearch input,body.bg-light input[type=search]{background:#fff;color:var(--bgl-text);border-color:var(--bgl-line)}body.bg-light .product__title,body.bg-light .product__title h1,body.bg-light .product__text,body.bg-light .product__description,body.bg-light .product .rte,body.bg-light .product__info-container{color:var(--bgl-text)!important}body.bg-light .product__info-container .rte,body.bg-light .product__inventory{color:var(--bgl-soft)!important}body.bg-light .product-form__input .form__label,body.bg-light variant-selects legend,body.bg-light .quantity__label{color:var(--bgl-soft)!important}body.bg-light .quantity,body.bg-light .quantity__input{background:#fff;color:var(--bgl-text);border-color:var(--bgl-line)}body.bg-light .product-form__submit.button--secondary{background:#fff;color:var(--bgl-text);border:1px solid var(--bgl-soft)}body.bg-light .accordion,body.bg-light .accordion__title,body.bg-light .accordion summary,body.bg-light .accordion .rte{color:var(--bgl-text)!important;border-color:var(--bgl-line)}body.bg-light .product__tax,body.bg-light .shipping-policy{color:var(--bgl-muted)!important}body.bg-light .product__tax a,body.bg-light .shipping-policy a{color:#3f7a0d!important;text-decoration:underline;text-underline-offset:3px}body.bg-light .product__tax a:hover,body.bg-light .shipping-policy a:hover{color:#74c61c!important}body.bg-light pickup-availability .color-foreground{color:var(--bgl-text)!important}body.bg-light .pickup-availability-button{color:#3f7a0d!important}body.bg-light .pickup-availability-button:hover{color:#74c61c!important}body.bg-light .bg-encargable{background:#74c61c24;color:#2f5d0c;border-color:#3f7a0d66}body.bg-light .badge{border-color:transparent}body.bg-light .bg-tag-note{color:var(--bgl-soft)}body.bg-light .related-products .title,body.bg-light .title-wrapper .title,body.bg-light .bg-sechead h2{color:var(--bgl-text)}body.bg-light .bg-kicker{color:#3f7a0d}body.bg-light #bg-disp-aviso{color:var(--bgl-muted)!important}body.bg-light #MainContent .shopify-section>.gradient,body.bg-light #MainContent section.gradient{background:transparent!important}body.bg-light .bg-catsearch__pill{background:#fff!important;border:1px solid var(--bgl-line)!important}body.bg-light .bg-catsearch__pill input{color:var(--bgl-text)!important}body.bg-light .facets-container,body.bg-light .facets__wrapper,body.bg-light .bg-catsearch{background:transparent!important}body.bg-light .bg-catsearch .bg-kicker{color:#3f7a0d}.header .bg-nav__drop a,.header .bg-nav__drop--mega a,.header .bg-nav__droplist a,.header .bg-nav__megahead,.header .bg-nav__megalist a,.header .bg-nav__drop summary{color:#ecf2e4!important}.header .bg-nav__drop a:hover,.header .bg-nav__droplist a:hover,.header .bg-nav__megalist a:hover,.header .bg-nav__megahead:hover{color:#8ce23b!important}.header .bg-ps-drop,.header .bg-ps-drop a,.header .bg-ps-drop .bg-ps-p-t{color:#ecf2e4!important}.header .bg-ps-drop .bg-ps-p-pr{color:#8ce23b!important}.header .bg-ps-drop .bg-ps-lbl{color:#94a085!important}.header .menu-drawer a,.header .menu-drawer summary,.header .menu-drawer .menu-drawer__menu-item{color:#ecf2e4!important}.header .menu-drawer a:hover{color:#8ce23b!important}body.bg-light .card,body.bg-light .card--card,body.bg-light .card__inner,body.bg-light .card-wrapper .card{box-shadow:none!important}body.bg-light .card--card:after,body.bg-light .card--standard .card__inner:after,body.bg-light .card__media:after{box-shadow:none!important}body.bg-light .card__media img{box-shadow:none!important;filter:none!important}body.bg-light .card-wrapper:hover .card,body.bg-light .card:hover{box-shadow:0 16px 36px #1c241229!important}body.bg-light{--gob-bg:#F5F2E9;--gob-surface:#FFFFFF;--gob-surface2:#F3EFE3;--gob-line:#E2DECF;--gob-text:#151B10;--gob-soft:#3E4733;--gob-muted:#6C7562}body.bg-light .bg-foot{background:#ece8da;border-top:1px solid var(--gob-line)}body.bg-light .bg-foot__legal a,body.bg-light .bg-foot a{color:#3e4733}body.bg-light .bg-foot a:hover{color:#3f7a0d}body.bg-light .bg-pay span{border-color:#d8d3c2;color:#6c7562}.scroll-trigger.animate--slide-in,.scroll-trigger.animate--fade-in{animation:none!important;opacity:1!important;transform:none!important}.bg-anim{opacity:1!important;transform:none!important;transition:none!important}[data-anim]{opacity:1!important;transform:none!important}body.bg-light .bg-hero__lead,body.bg-light .bg-conoce__intro>p,body.bg-light .bg-pagehead__sub{color:var(--gob-soft)!important}body.bg-light .bg-hero__meta div{color:var(--gob-muted)}.bg-encargable--card{background:#f7f5ec!important;color:#2f5d0c!important;border:1px solid #74C61C!important;box-shadow:0 2px 10px #141a0f2e;font-weight:600}body.bg-light .collection--empty .underlined-link,body.bg-light .collection--empty a{color:#3f7a0d!important;text-decoration:underline}body.bg-light .collection--empty .title,body.bg-light .collection--empty p{color:var(--gob-text)!important}.bg-imgsizer{display:none!important}.header a,.header .header__heading-link,.header .header__icon,.header .header__icon svg,.header .bg-nav__item>a,.header summary{color:#16350b!important}.header .bg-headerlogo span,.header .bg-headerlogo .b{color:#16350b!important}.header .bg-coins-pill{color:#16350b}@media(min-width:750px){.bg-marquee-wrap{animation:none!important;width:100%!important;display:flex!important;justify-content:center!important;transform:none!important}.bg-marquee-item{padding-right:0!important;width:auto!important}.bg-marquee-item:nth-child(n+2){display:none!important}.announcement-bar__message{text-align:center!important}}body.bg-light .bg-pagehead--flat .bg-pagehead__inner{padding:18px 24px 14px}.bg-pagehead--flat .bg-pagehead__title{font-size:clamp(24px,3vw,38px)}.bg-pagehead--flat .bg-pagehead__sub{margin:6px 0 0;font-size:14px}.bg-pagehead--flat .bg-pagehead__meta{margin-top:8px}.bg-pagehead--flat .bg-kicker--head{margin-bottom:4px}@media(max-width:749px){body.bg-light .bg-pagehead--flat .bg-pagehead__inner{padding:14px 18px 10px}}.bg-preventa-fecha{background:#74c61c1f;border:1px solid rgba(116,198,28,.45);border-left:4px solid #74C61C;border-radius:10px;padding:12px 16px;margin:0 0 16px;color:#2f5d0c;font-size:14.5px;line-height:1.5}body.bg-light .bg-preventa-fecha{color:#2f5d0c}body.bg-light .bg-hero{background:#141a0f;border-bottom:1px solid #2A331D}body.bg-light .bg-hero__bg{opacity:1!important}body.bg-light .bg-hero__bg img{opacity:.5!important}body.bg-light .bg-hero h1{color:#fff}body.bg-light .bg-hero__lead{color:#cfd8c6!important}body.bg-light .bg-hero .bg-kicker{color:#8ce23b}body.bg-light .bg-hero__card{border-color:#8ce23b4d}body.bg-light .bg-vp{background:#fff;border:1px solid #D9D3BE;box-shadow:0 8px 22px #1c241212}body.bg-light .bg-vp:hover{border-color:#74c61c;box-shadow:0 14px 32px #1c241221}body.bg-light .bg-vp h3{color:#141a0f}body.bg-light .bg-vp p{color:#57614a}body.bg-light .bg-vp__ic{background:linear-gradient(135deg,#7dce24,#4e8f10);border:1px solid #4E8F10;color:#fff;box-shadow:0 6px 16px #5e981459}body.bg-light .bg-vp__wm{opacity:.1;color:#4e8f10}body.bg-light .bg-vp:hover .bg-vp__wm{opacity:.16}body.bg-light .product-form__submit{background:#74c61c!important;color:#0b1407!important;border:none!important;font-weight:600}body.bg-light .product-form__submit:after{box-shadow:none!important;border:none!important}body.bg-light .product-form__submit:hover{background:#8ce23b!important}body.bg-light .product-form__submit[disabled],body.bg-light .product-form__submit[aria-disabled=true]{background:#d8d3c2!important;color:#77816b!important}body.bg-light .bg-singles{background:radial-gradient(700px 320px at 90% 10%,rgba(116,198,28,.12),transparent 60%),linear-gradient(120deg,#fff,#f3efe3);border-top:1px solid var(--gob-line);border-bottom:1px solid var(--gob-line)}body.bg-light .bg-singles h2{color:#141a0f}body.bg-light .bg-singles p{color:#3e4733}body.bg-light .bg-singles__search{background:#fff;border:1px solid #D9D3BE}body.bg-light .bg-singles__search input{color:#141a0f;background:transparent}body.bg-light .bg-singles__search input::placeholder{color:#8b937d}body.bg-light .bg-chip{background:#fff;border:1px solid #D9D3BE;color:#3e4733}body.bg-light .bg-chip:hover{border-color:#74c61c;color:#2f5d0c}body.bg-light .bg-minicard{background:#fff;border:1px solid #D9D3BE;box-shadow:0 10px 26px #1c24121f;color:#141a0f}body.bg-light .bg-minicard .pz{color:#141a0f}body.bg-light .bg-minicard .cond{background:#74c61c29;color:#2f5d0c}body.bg-light .bg-hero .bg-btn--ghost{background:#f5f2e9!important;color:#141a0f!important;border-color:#f5f2e9!important}body.bg-light .bg-hero .bg-btn--ghost:hover{background:#fff!important;color:#0b1407!important}body.bg-light .bg-feature h2,body.bg-light .bg-feature .bg-feature__inner h2{color:#fff!important}body.bg-light .bg-feature p{color:#d9e2cd!important}body.bg-light .bg-feature .bg-kicker{color:#8ce23b!important}body.bg-light .bg-feature__ov{background:linear-gradient(90deg,#0a0e07d1,#0a0e078c 55%,#0a0e0740)!important}body.bg-light .bg-mapsec__title{color:#ecf2e4}body.bg-light .bg-mapsec__sub{color:#cfd8c6}body.bg-light .bg-mapsec__l{color:#94a085}body.bg-light .bg-mapsec__v{color:#ecf2e4}body.bg-light .bg-mapsec__v a{color:#cfd8c6}body.bg-light .bg-mapsec .bg-btn--ghost{color:#ecf2e4;border-color:#ffffff47}body.bg-light .bg-event--rich{background:linear-gradient(155deg,#2b331c,#212816);border-color:#ffffff1a}body.bg-light .bg-countdown{background:linear-gradient(135deg,#74c61c29,#ffffffc7);border-color:#3f7a0d59}body.bg-light .bg-countdown__l{color:#6c7562}body.bg-light .bg-countdown__name{color:#151b10}body.bg-light .bg-countdown__time,body.bg-light .bg-countdown__cta{color:#3f7a0d}body.bg-light .cart-notification__heading{color:#151b10!important}body.bg-light cart-notification a:not(.button),body.bg-light #cart-notification a:not(.button){color:#151b10!important}body.bg-light .cart-notification-product__name{color:#151b10!important}body.bg-light cart-notification .button--secondary,body.bg-light #cart-notification .button--secondary{color:#e7eae0!important}body.bg-light .bg-legal__inner,body.bg-light .bg-legal p,body.bg-light .bg-legal li{color:#3e4733}body.bg-light .bg-legal h2,body.bg-light .bg-legal h3,body.bg-light .bg-legal strong{color:#151b10}body.bg-light .bg-legal__updated{color:#6c7562;border-color:#e2decf}body.bg-light .bg-more{color:#3e4733}body.bg-light .bg-more:hover{color:#3f7a0d}body.bg-light .bg-admin-tools__label{color:#3e4733}body.bg-light .bg-admin-gate{color:#3f7a0d}.announcement-bar__message,.bg-announce__message{padding-top:5px!important;padding-bottom:5px!important;line-height:1.3!important}.utility-bar,.announcement-bar{min-height:0!important}.utility-bar{padding-top:0!important;padding-bottom:0!important}.announcement-bar__message,.bg-announce__message{min-height:0!important}.announcement-bar{padding-top:0!important;padding-bottom:0!important}body.bg-light .title-wrapper-with-link .title,body.bg-light cart-items .title,body.bg-light .cart-items th,body.bg-light .cart-item__name,body.bg-light .cart-item .product-option,body.bg-light .cart-item .price,body.bg-light .totals__total,body.bg-light .totals__total-value{color:#151b10!important}body.bg-light .tax-note{color:#6c7562!important}body.bg-light .tax-note a{color:#3f7a0d!important;text-decoration:underline;text-underline-offset:3px}body.bg-light .bg-cf-badge.bg-cf-ok{color:#2f5d0c!important}body.bg-light .bg-ship-bar{color:#3e4733!important}body.bg-light .bg-ship-bar strong{color:#3f7a0d!important}body.bg-light .bg-cart-timer{color:#3e4733!important}body.bg-light .bg-cart-timer--exp,body.bg-light .bg-cart-timer--exp b{color:#7a5a00!important}body.bg-light .cart-items th{font-family:Oswald,sans-serif;font-size:12.5px;font-weight:600;letter-spacing:.12em;color:#6c7562!important;padding-bottom:14px;border-bottom:1px solid #E2DECF}body.bg-light .cart-item>td{padding-top:22px;padding-bottom:22px;border-bottom:1px solid #EDE9DB}body.bg-light .cart-item__name{font-size:16px;font-weight:600;line-height:1.3}body.bg-light .cart-item .product-option{font-size:14px;color:#6c7562!important}body.bg-light .cart-item .price,body.bg-light .cart-item__totals .price{font-family:Oswald,sans-serif;font-size:17px}body.bg-light .quantity,body.bg-light .quantity.cart-quantity{background:#fff!important;border:1px solid #D8D3C2!important;box-shadow:none!important}body.bg-light .quantity__input{background:transparent!important;color:#151b10!important;font-weight:600}body.bg-light .quantity__button{background:transparent!important;color:#3f7a0d!important}body.bg-light .bg-ship-bar{background:linear-gradient(135deg,#74c61c24,#fff 70%)!important;border-color:#3f7a0d4d!important}body.bg-light .bg-ship-bar__track{background:#3f7a0d1f!important}body.bg-light .bg-ship-bar p{color:#3e4733}body.bg-light .bg-hero__cap h3{color:#fff}body.bg-light .bg-hero__cap span{color:#d6dccc}.bg-minicard--real{text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.bg-minicard--real:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 16px 40px #1c241240}.bg-minicard--real img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.bg-minicard--real .pz,.bg-minicard--real .cond{z-index:2}.bg-minicard--real .pz{background:#050704c7;color:#fff!important;padding:3px 8px;border-radius:8px;font-weight:600}.bg-minicard--real .cond{background:#74c61ceb!important;color:#0b0f08!important;padding:2px 7px;border-radius:7px;font-weight:700}.bg-singles-gate{max-width:var(--page-width,1200px);margin:34px auto 20px;padding:26px 28px;border-radius:18px;display:flex;gap:28px;align-items:center;justify-content:space-between;flex-wrap:wrap;background:radial-gradient(560px 220px at 90% 0%,rgba(116,198,28,.14),transparent 60%),linear-gradient(120deg,#fff,#f3efe3);border:1px solid #D9D3BE}.bg-singles-gate__info h2{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:clamp(22px,2.6vw,30px);color:#141a0f;margin:6px 0 8px}.bg-singles-gate__info p{color:#3e4733;font-size:14.5px;max-width:46ch;margin:0 0 16px}.bg-singles-gate__cards{display:flex;gap:14px}.bg-singles-gate .bg-minicard{width:112px;aspect-ratio:.72}@media(max-width:749px){.bg-singles-gate{flex-direction:column;align-items:flex-start;margin-inline:12px;padding:20px 16px}.bg-singles-gate .bg-minicard{width:96px}}.bg-tag-note--encargo{background:#ff8f281a;border:1px solid rgba(255,143,40,.35)}.bg-tag-note--encargo .bg-tag-note__pill{background:#ff8f28e6;color:#1a0f00}body.bg-light .bg-tag-note p{color:#3e4733}body.bg-light .bg-tag-note strong{color:#151b10}body.bg-light .bg-tag-note__eta{color:#151b10!important}.underline-links-hover:hover a,.card__heading a:hover,a.full-unstyled-link:hover{text-decoration-thickness:.2rem!important;text-underline-offset:.3rem!important}.product__media-wrapper .product__media-list{max-width:80%;margin-inline:auto}.product-media-modal__content{display:grid!important;place-items:center}.product-media-modal__content>img,.product-media-modal__content .media,.product-media-modal__content deferred-media{max-width:50vw!important;max-height:70vh!important;width:auto!important;height:auto!important;margin:0 auto!important}@media(max-width:749px){.product-media-modal__content>img{max-width:92vw!important;max-height:80vh!important}}.facets-container{margin-bottom:8px!important;row-gap:6px!important}.facets__form{row-gap:6px!important}.facets__form select,.facets__form .select__select{padding-top:5px!important;padding-bottom:5px!important;min-height:34px!important}.facets__form .facets__heading{font-size:12px!important}.product-count,.products-count,.collection-product-count{margin:2px 0 0!important;font-size:12.5px}.facets__form select:focus,.facets__form select:focus-visible,.facet-filters__sort:focus,.facet-filters__sort:focus-visible{outline:none!important;box-shadow:0 0 0 2px #74c61c66!important;border-color:#74c61c!important}body.bg-light .pagination__item,body.bg-light .pagination a,body.bg-light .pagination__item-arrow,body.bg-light .pagination svg{color:#151b10!important}body.bg-light .pagination__item--current{color:#2f5d0c!important;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px}.bg-minicard{--bg-off:0px}.bg-minicard:nth-child(2){--bg-off:14px;transform:translateY(var(--bg-off))}.bg-minicard:nth-child(3){--bg-off:-6px;transform:translateY(var(--bg-off))}.bg-minicard--real:hover{transform:translateY(calc(var(--bg-off) - 4px)) scale(1.02)!important}.bg-wish{border:0!important;box-shadow:none!important}.facets-container{margin:0 0 2px!important;padding:0!important;row-gap:4px!important}.facets__form{margin:0!important;row-gap:4px!important}#main-collection-filters,.collection-filters,.facets{padding-top:2px!important;padding-bottom:2px!important;margin:0!important}.facets__form select,.facets__form .select__select{min-height:30px!important;padding-top:3px!important;padding-bottom:3px!important}.bg-singles__search{background:#fff!important;border:1px solid #D9D3BE!important}.bg-singles__search input{background:transparent!important;color:#141a0f!important;-webkit-text-fill-color:#141A0F!important}.bg-singles__search input::placeholder{color:#8b937d!important;-webkit-text-fill-color:#8B937D!important}.loading-overlay,.loading-overlay.gradient{background:none!important;opacity:0!important}#product-grid.collection--loading,.collection.loading{opacity:1!important;filter:none!important}html.bg-reveal-mode #MainContent>.shopify-section{transform:none!important;transition:none!important}[data-anim]{animation:none!important;transition:none!important}.active-facets,facet-remove{display:none!important}#ProductGridContainer .collection.loading,#ProductGridContainer .collection--loading{opacity:.55!important;transition:opacity .25s ease;filter:none!important}#ProductGridContainer .collection{transition:opacity .25s ease}select.bg-sort-short option{color:#141a0f!important;background:#fff}.bg-sort-label{display:none!important}.search-modal{background:transparent!important;border:0!important;box-shadow:none!important}.search-modal__content{background:transparent!important;box-shadow:none!important;border:0!important;padding:14px 16px!important}.search-modal predictive-search,.search-modal .search-modal__form,.search-modal form.search{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;max-width:640px;margin:0 auto}.search-modal .field{background:#fff!important;border:1.5px solid #D8D3C2!important;border-radius:999px!important;box-shadow:0 10px 30px #141a0f2e!important;padding:4px 8px 4px 20px!important;align-items:center}.search-modal .field:focus-within{border-color:#74c61c!important;box-shadow:0 10px 30px #74c61c40!important}.search-modal .search__input{background:transparent!important;color:#151b10!important;-webkit-text-fill-color:#151B10!important;font-size:15px!important;border:0!important;box-shadow:none!important}.search-modal .search__input::placeholder{color:#8b937d!important;-webkit-text-fill-color:#8B937D!important}.search-modal .search__button{width:38px!important;height:38px!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#3f7a0d!important;transform:none!important}.search-modal .search__button:hover{color:#74c61c!important;background:#74c61c1f!important;border-radius:50%}.search-modal .search__button svg,.search-modal .search__button .icon{width:19px!important;height:19px!important}.search-modal__close-button,.search-modal .field__label{display:none!important}.header__icons .header__icon svg,.header__icon--cart svg,.header__icon--cart .icon{width:20px!important;height:20px!important}.header__icons .header__icon{width:40px!important;height:40px!important}.search-modal .field{display:flex!important}.search-modal .search__button,.search-modal .field .field__button,.search-modal button.reset__button{position:static!important;flex-shrink:0;margin:0!important;inset:auto!important}.collection .center .button,.collection__view-all .button{font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:13px!important;font-weight:600!important;border-radius:999px!important;padding:12px 26px!important;background:transparent!important;color:#2f5d0c!important;border:1.5px solid rgba(63,122,13,.45)!important;box-shadow:none!important;transition:.2s ease}.collection .center .button:hover,.collection__view-all .button:hover{background:#74c61c!important;color:#0b0f08!important;border-color:#74c61c!important}.card__heading a:hover,.underline-links-hover:hover a,a.full-unstyled-link:hover{text-decoration:none!important}.bg-hero__bg img,body.bg-light .bg-hero__bg img{opacity:0!important}.bg-hero__bg img.is-act,body.bg-light .bg-hero__bg img.is-act{opacity:.52!important}.template-search .field{background:#fff!important;border:1.5px solid #D8D3C2!important;border-radius:999px!important;box-shadow:0 8px 24px #141a0f1a!important;padding:4px 8px 4px 20px!important;display:flex!important;align-items:center;max-width:640px;margin:0 auto}.template-search .field:focus-within{border-color:#74c61c!important}.template-search .search__input{background:transparent!important;color:#151b10!important;-webkit-text-fill-color:#151B10!important;border:0!important;box-shadow:none!important}.template-search .search__input::placeholder{color:#8b937d!important;-webkit-text-fill-color:#8B937D!important}.template-search .search__button,.template-search .field .field__button{position:static!important;inset:auto!important;margin:0!important;flex-shrink:0;width:38px!important;height:38px!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#3f7a0d!important}.template-search .field__label{display:none!important}predictive-search .predictive-search,.predictive-search{background:#fff!important;border:1px solid #D8D3C2!important;border-radius:14px!important;box-shadow:0 16px 40px #141a0f29!important;color:#151b10!important}.predictive-search *,.predictive-search .predictive-search__item-heading,.predictive-search .predictive-search__no-results,.predictive-search a{color:#151b10!important;background:transparent}.predictive-search .predictive-search__item:hover,.predictive-search .predictive-search__item[aria-selected=true]{background:#74c61c1f!important}.predictive-search .predictive-search__heading{color:#6c7562!important;border-color:#ede9db!important}body.bg-light select.facet-filters__sort.bg-sort-short,select.facet-filters__sort.bg-sort-short{color:transparent!important}.template-search form.search{position:relative;max-width:640px;margin:0 auto}.template-search form.search .search__button{position:absolute!important;right:10px!important;top:50%!important;transform:translateY(-50%)!important;margin:0!important;left:auto!important;bottom:auto!important}@media(max-width:749px){.announcement-bar__message,.announcement-bar__message.h5,.bg-announce__message,.bg-marquee-item{font-size:13px!important;letter-spacing:.03em!important;line-height:1.25!important}}.bg-hero h1>span[data-h]{display:block}@media(max-width:749px){.bg-sound-toggle{display:none!important}}@media(max-width:749px){.bg-pagehead__title{-webkit-hyphens:none!important;hyphens:none!important;word-break:normal!important;overflow-wrap:break-word!important}}.shopify-section-header,.section-header,sticky-header{z-index:120!important}body.bg-light .bg-mapsec{background:linear-gradient(180deg,#efede2,#f7f5eb);border-top:1px solid rgba(30,36,21,.12)}body.bg-light .bg-mapsec__title{color:#1e2415}body.bg-light .bg-mapsec__sub{color:#4a523d}body.bg-light .bg-mapsec__facts li{background:#fff;border-color:#e2decd}body.bg-light .bg-mapsec__l{color:#8a8672}body.bg-light .bg-mapsec__v{color:#1e2415}body.bg-light .bg-mapsec__v a{color:#3f6b1b}body.bg-light .bg-mapsec .bg-btn--ghost{color:#1e2415;border-color:#1e24154d}body.bg-light .bg-store-badge--open{color:#3f6b1b;background:#74c61c29;border-color:#508c1473}body.bg-light .bg-store-badge--closed{color:#b23a3a;background:#dc50501a;border-color:#be464659}predictive-search{position:relative;z-index:220}.predictive-search{z-index:220!important}.product .quantity,product-info .quantity{min-height:34px!important;padding:3px!important;width:110px!important;min-width:0!important}.product .quantity__button,product-info .quantity__button{width:26px!important;height:26px!important}.product .quantity__button svg,product-info .quantity__button svg{width:11px;height:11px}.product .quantity__input,product-info .quantity__input{font-size:14px!important}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.announcement-bar,.bg-announce,.bg-marquee-wrap,.bg-marquee-item,.announcement-bar__message{-webkit-text-size-adjust:100%;text-size-adjust:100%}body.bg-light .bg-mob-nav{background:#faf8f0f7;border-top:1px solid #E2DECD;box-shadow:0 -6px 20px #1e24151a}body.bg-light .bg-mob-nav__item{color:#5a6350}body.bg-light .bg-mob-nav__item.is-active{color:#3f7a0d}@media(max-width:749px){.collection-hero,.bg-pagehead{padding:14px 16px 12px!important}.bg-pagehead__sub{margin-top:4px!important}}.mobile-facets{z-index:300!important}.mobile-facets__header{padding:16px 20px!important}.mobile-facets__heading{font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.06em!important}.mobile-facets__summary{margin:10px 16px!important;border:1.5px solid rgba(116,198,28,.42)!important;border-radius:14px!important;padding:13px 16px!important}.mobile-facets__footer .button,.mobile-facets__footer .mobile-facets__clear{border-radius:999px!important}.mobile-facets__footer .button--primary{font-family:Oswald,sans-serif!important;text-transform:uppercase!important;letter-spacing:.05em!important}.mobile-facets__sort{display:flex!important;align-items:center!important;gap:10px!important;width:100%!important}.mobile-facets__sort .select{flex:1!important}.mobile-facets__sort select{width:100%!important;border-radius:999px!important}body.bg-light .mobile-facets__inner{background:#f7f5eb!important;color:#1e2415!important}body.bg-light .mobile-facets__header{background:#f7f5eb!important;border-bottom:1px solid #E2DECD!important}body.bg-light .mobile-facets__heading,body.bg-light .mobile-facets__count{color:#1e2415!important}body.bg-light .mobile-facets__count{color:#8a8672!important}body.bg-light .mobile-facets__summary{background:#fff!important;border-color:#d8d3c2!important}body.bg-light .mobile-facets__summary span,body.bg-light .mobile-facets__summary div{color:#1e2415!important}body.bg-light .mobile-facets__arrow svg{color:#3f7a0d!important}body.bg-light .mobile-facets__submenu{background:#f7f5eb!important}body.bg-light .mobile-facets__close-button{color:#1e2415!important}body.bg-light .mobile-facets__close-button svg{color:#3f7a0d!important}body.bg-light .mobile-facets label{color:#1e2415!important}body.bg-light .mobile-facets__checkbox svg{color:#3f7a0d!important}body.bg-light .mobile-facets__footer{background:#f7f5eb!important;border-top:1px solid #E2DECD!important}body.bg-light .mobile-facets__footer .button--primary{background:#74c61c!important;color:#12200b!important;border:0!important}body.bg-light .mobile-facets__clear{color:#5a6350!important}body.bg-light .mobile-facets__close svg{color:#1e2415!important}body.bg-light .mobile-facets__sort label{color:#1e2415!important}body.bg-light .mobile-facets__sort select{background:#fff!important;border:1.5px solid #D8D3C2!important;color:#1e2415!important}.facets-container:has(details.mobile-facets__disclosure[open]){z-index:400!important}body.bg-light .mobile-facets__main{background:#f7f5eb!important}.mobile-facets__sort select{font-size:13.5px!important}@media(max-width:749px){.facets-container{margin:0 0 4px!important;padding-top:0!important}.mobile-facets__wrapper{margin:4px 0!important}.product-count{margin:0!important}.product-count__text{font-size:14px!important;letter-spacing:.04em!important}.collection .bg-catsearch{margin-top:6px!important}}.shopify-section:has(.bg-marquee-wrap) .announcement-bar__message:not(:has(.bg-marquee-wrap)):not(.bg-marquee-item){display:none!important}@media(max-width:749px){.bg-hero{padding-top:12px!important}.bg-hero__inner{padding-top:10px!important}}.header__icon--cart svg,.header__icons .header__icon--cart svg,a.header__icon.header__icon--cart svg{width:27px!important;height:27px!important}@media(max-width:749px){.search-modal input[type=search],.template-search input[type=search],predictive-search input[type=search],.bg-catsearch input,.search__input{font-size:16px!important}}.bg-pay span{white-space:nowrap!important;line-height:1!important}@media(max-width:749px){.bg-pay{gap:6px!important}.bg-pay span{font-size:10px!important;padding:5px 8px!important}}@media(max-width:749px){.card__heading{text-align:center!important;padding:0 8px!important}.card__information,.card-information{text-align:center!important}.card__information .price,.card-information .price{justify-content:center!important;text-align:center!important}}.bg-enc-short{display:none}@media(max-width:749px){.bg-encargable--card .bg-enc-full{display:none}.bg-encargable--card .bg-enc-short{display:inline}.card__heading{overflow-wrap:anywhere!important}}.card-wrapper .price-item,.card__information .price-item,.card-information .price-item{white-space:nowrap!important}@media(max-width:749px){.card__content{grid-template-columns:minmax(0,1fr)!important}.card__content>.card__information,.card__information,.card-information{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.card__information{padding-left:10px!important;padding-right:10px!important}.card__content>.card__information .card-information{padding-left:0!important;padding-right:0!important}}@media(min-width:750px){.shopify-section[id*=featured_preventas] .product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}.shopify-section[id*=featured_preventas] .grid__item{width:auto!important;max-width:none!important;flex:none!important}}.collection__view-all .button:after,.center .button:after{border-radius:999px!important}.bg-destacados__sub{color:var(--gob-muted,#6C7562);margin:6px 0 0;font-size:14.5px}body.bg-light .bg-destacados__sub{color:#6c7562}body.bg-light .bg-nl{background:linear-gradient(120deg,#f3f1e7,#fbf9f1);border-color:#e2decd}body.bg-light .bg-nl__content h2{color:#1e2415}body.bg-light .bg-nl__content p{color:#4a523d}body.bg-light .bg-nl__form{background:#fff;border:1.5px solid #D8D3C2}body.bg-light .bg-nl__form input{color:#1e2415}body.bg-light .bg-nl__form input::placeholder{color:#8a8672}body.bg-light .bg-nl__glow{opacity:.45}body.bg-light .bg-nl__ok{color:#3f7a0d}.bg-catsearch__input:focus,.bg-catsearch__input:focus-visible{outline:0!important;box-shadow:none!important}.bg-catsearch__results{margin-top:6px}.bg-catresult{position:relative;display:flex;flex-direction:column;text-decoration:none;background:#fff;border:1px solid #E7E3D4;border-radius:14px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.bg-catresult:hover{transform:translateY(-3px);box-shadow:0 12px 28px #00000024;border-color:#74c61c73}.bg-catresult__media{display:block;aspect-ratio:1/1;background:#fff}.bg-catresult__media img{width:100%;height:100%;object-fit:contain;padding:10px;box-sizing:border-box}.bg-catresult__title{padding:10px 12px 0;font-family:Oswald,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.01em;font-size:13px;line-height:1.3;color:#1e2415;text-align:center;overflow-wrap:anywhere}.bg-catresult__price{padding:6px 12px 14px;font-family:Oswald,sans-serif;font-weight:700;font-size:16px;color:#12200b;text-align:center;margin-top:auto}.bg-catresult__badge{position:absolute;top:10px;left:10px;z-index:2;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600;padding:4px 9px;border-radius:999px}.bg-catresult__badge--pre{background:#74c61c29;color:#3f7a0d;border:1px solid rgba(80,140,20,.4)}.bg-catresult__badge--out{background:#1e241514;color:#6c7562;border:1px solid #D8D3C2}body:not(.bg-light) .bg-catresult{background:linear-gradient(180deg,#12180d,#0d130a);border-color:#74c61c2e}body:not(.bg-light) .bg-catresult__title{color:#ecf2e4}body:not(.bg-light) .bg-catresult__price{color:#93e53c}body:not(.bg-light) .bg-catresult__media,body:not(.bg-light) .bg-catresult__media img{background:transparent}html[data-bg-catsearching] #product-grid,html[data-bg-catsearching] .product-grid:not(.bg-catsearch__results),html[data-bg-catsearching] .pagination-wrapper,html[data-bg-catsearching] .bg-singles-gate,html[data-bg-catsearching] .bg-collection-loadmore{display:none!important}html:not([data-bg-catsearching]) .bg-catsearch__results{display:none!important}.bg-catresult__media--empty{display:grid;place-items:center;background:linear-gradient(135deg,#f3f1e7,#e9e6d8)}.bg-catresult__ph{width:40%;height:40%;color:#b7b29c}body:not(.bg-light) .bg-catresult__media--empty{background:linear-gradient(135deg,#141a0e,#0e130a)}body:not(.bg-light) .bg-catresult__ph{color:#3a4a24}body.bg-light .bg-buylist__field input,body.bg-light .bg-buylist__field select,body.bg-light .bg-buylist__field textarea{background:#fff!important;border-color:#d8d3c2!important;color:#1e2415!important}body.bg-light .bg-buylist__field input::placeholder,body.bg-light .bg-buylist__field textarea::placeholder{color:#8a8672!important;opacity:1!important}body.bg-light .bg-legal h1,body.bg-light .bg-legal h2,body.bg-light .bg-legal h3{color:#151b10!important}body.bg-light .bg-legal,body.bg-light .bg-legal p,body.bg-light .bg-legal li{color:#3e4733!important}body.bg-light .bg-legal__kicker{color:#3f7a0d!important}body.bg-light .bg-legal__upd,body.bg-light .bg-legal__updated{color:#6c7562!important}body.bg-light .bg-legal a{color:#2f6b0c!important}body.bg-light .bg-legal__box{background:#f3f1e7!important;border-color:#e2decf!important;background-image:none!important}body.bg-light .bg-legal__box strong{color:#2f6b0c!important}body.bg-light .main-page-title,body.bg-light .page-title{color:#1e2415!important}body.bg-light .contact .field__input,body.bg-light .contact textarea.field__input,body.bg-light .contact select.field__input{background:#fff!important;color:#1e2415!important;border-color:#d8d3c2!important}body.bg-light .contact .field__label{color:#8a8672!important}body.bg-light .contact .field__input::placeholder{color:#8a8672!important}body.bg-light .bg-ps-drop{background:#fff!important;border-color:#e2decf!important;box-shadow:0 20px 54px #1e241533!important}body.bg-light .bg-ps-drop .bg-ps-c,body.bg-light .bg-ps-drop .bg-ps-p,body.bg-light .bg-ps-drop .bg-ps-p-t,body.bg-light .header .bg-ps-drop,body.bg-light .header .bg-ps-drop a,body.bg-light .header .bg-ps-drop .bg-ps-p-t{color:#1e2415!important}body.bg-light .bg-ps-drop .bg-ps-lbl,body.bg-light .header .bg-ps-drop .bg-ps-lbl{color:#8a8672!important}body.bg-light .bg-ps-drop .bg-ps-p-pr,body.bg-light .header .bg-ps-drop .bg-ps-p-pr{color:#2f6b0c!important}body.bg-light .bg-ps-drop .bg-ps-c:hover,body.bg-light .bg-ps-drop .bg-ps-p:hover{background:#74c61c1f!important}body.bg-light .bg-coins-info__hero{background:linear-gradient(135deg,#74c61c29,#8ce23b0a)!important;border:1px solid rgba(80,140,20,.22)!important}body.bg-light .bg-coins-info__hero a{color:#2f6b0c!important}body.bg-light .bg-comunidad__name{color:#1e2415!important}body.bg-light .bg-igsec__empty{background:linear-gradient(180deg,#f3f1e7,#fbf9f1)!important;border-color:#e2decf!important}body.bg-light .bg-igsec__empty h3{color:#1e2415!important}body.bg-light .bg-igsec__empty p{color:#4a523d!important}body.bg-light .bg-fb-verify__form{background:#fff!important;border-color:#d8d3c2!important}body.bg-light .bg-fb-verify__form input{color:#1e2415!important}body.bg-light .bg-fb-verify__form input::placeholder{color:#8a8672!important}body.bg-light .bg-cal__date span{color:#ecf2e4!important}@media(max-width:749px){.bg-sticky-atc{bottom:calc(76px + env(safe-area-inset-bottom))!important}}@media(max-width:749px){body.bg-atc-on .bg-wa-fab,body.bg-atc-on .bg-sound-toggle,body.bg-atc-on .bg-cmpbtn,body.bg-atc-on .bg-themetog{bottom:calc(150px + env(safe-area-inset-bottom))!important}}body.bg-light .bg-cf-pre__title{color:#2f6b0c}body.bg-light .bg-cf-pre__sub{color:#3a4632}body.bg-light .bg-cf-pre__sub b{color:#2f6b0c}body.bg-light .bg-cf-tc{color:#1e2415}body.bg-light .bg-cf-tc a{color:#2f6b0c}body.bg-light .bg-cf-tc__err{color:#b5170f}.product-grid>li[data-bg-estado=disponible]{order:1}.product-grid>li[data-bg-estado=encargable]{order:2}.product-grid>li[data-bg-estado=agotado]{order:3}.bg-gsort-more{display:flex;flex-direction:column;align-items:center;gap:10px;padding:30px 0 6px;text-align:center}.bg-gsort-more__btn{min-width:220px;cursor:pointer}.bg-gsort-more__count{margin:0;font-size:14px;opacity:.72}.bg-preventa-empty__img{width:100%;height:100%;min-height:380px;object-fit:cover;display:block}.bg-preventa-empty__msg{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:clamp(17px,2.2vw,24px);line-height:1.35;color:var(--gob-green2);margin:14px 0 4px}body.bg-light .bg-preventa-empty__msg{color:#2f6b0c}body.bg-light .bg-preventa-empty__info{background:transparent}body.bg-light .bg-preventa-empty__info h2,body.bg-light .bg-preventa-empty__date b{color:var(--gob-text)}body.bg-light .bg-preventa-empty{background:transparent;border:1px solid rgba(0,0,0,.07)}body.bg-light .bg-coins-info__balance strong{color:#151b10}.bg-btn--green,.bg-btn--green:visited,body.bg-light .bg-btn--green{color:#06140a!important}.bg-nav__item--has-children.is-open>.bg-nav__drop--mega{max-height:calc(100vh - var(--bg-megamenu-top, 96px) - 12px);overflow-y:auto}.bg-tcgpills{margin:4px 0 16px}.bg-tcgpills__head{display:flex;align-items:baseline;gap:12px;margin-bottom:9px}.bg-tcgpills__label{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:12.5px;color:var(--gob-muted)}.bg-tcgpills__count{font-size:13px;color:var(--gob-muted)}.bg-tcgpills__count b{color:var(--gob-green2,#93E53C)}.bg-tcgpills__row{display:flex;flex-wrap:wrap;gap:7px}.bg-tcgpill{padding:6px 14px;border-radius:999px;border:1px solid rgba(116,198,28,.38);background:transparent;color:var(--gob-soft,#A6C58A);font-family:Inter,Helvetica,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:.15s;line-height:1.2}.bg-tcgpill:hover{border-color:var(--gob-green2,#93E53C);color:var(--gob-green2,#93E53C)}.bg-tcgpill.is-on{background:var(--gob-green,#74C61C);border-color:var(--gob-green,#74C61C);color:#06140a;font-weight:700}.bg-tcgpill--all.is-on{background:var(--gob-text,#ECF2E4);border-color:var(--gob-text,#ECF2E4)}body.bg-light .bg-tcgpill{border-color:#3a661273}body.bg-light .bg-tcgpill.is-on{color:#0b1407}body.bg-light .bg-tcgpills__count b{color:#3a6612}@media screen and (max-width:749px){.bg-tcgpill{padding:6px 11px;font-size:12.5px;flex:0 0 auto}.bg-tcgpills__row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}}.bg-catsearch__results.is-loading{opacity:.45;pointer-events:none;transition:opacity .15s}.bg-pagodoc{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:6px 0 26px;padding:30px 22px 20px;background:linear-gradient(180deg,#74c61c12,#74c61c08);border:1px solid rgba(116,198,28,.25);border-radius:16px}.bg-pagodoc__title{margin:0 0 10px;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.05em;font-size:15px;color:var(--gob-text,#ECF2E4)}.bg-pagodoc__opts{display:flex;gap:10px;flex-wrap:wrap}.bg-pagodoc__opts--col{flex-direction:column;gap:8px}.bg-pagodoc__opt{display:flex;align-items:center;gap:9px;padding:9px 13px;border:1px solid rgba(116,198,28,.3);border-radius:10px;cursor:pointer;font-size:14px;color:var(--gob-soft,#A6C58A);transition:.15s}.bg-pagodoc__opt:hover{border-color:var(--gob-green2,#93E53C)}.bg-pagodoc__opt:has(input:checked){border-color:var(--gob-green,#74C61C);background:#74c61c24;color:var(--gob-text,#ECF2E4)}.bg-pagodoc__opt input{accent-color:var(--gob-green,#74C61C);margin:0}.bg-pagodoc__opt .bg-pagodoc__monto{margin-left:auto;font-size:14px;font-weight:700;color:var(--gob-green2,#93E53C)}body.bg-light .bg-pagodoc__opt .bg-pagodoc__monto{color:#1e4a08!important}.bg-pagodoc__pct{opacity:.75;font-size:12px}.bg-pagodoc__factura{display:flex;flex-direction:column;gap:8px;margin-top:10px}.bg-pagodoc__transfer{display:flex;flex-direction:column;gap:6px;margin-top:10px}.bg-pagodoc__nota--rut{margin:0}.bg-pagodoc__input{padding:10px 12px;border-radius:9px;border:1px solid rgba(116,198,28,.3);background:#0000002e;color:var(--gob-text,#ECF2E4);font-size:14px}.bg-pagodoc__input:focus{outline:none;border-color:var(--gob-green2,#93E53C)}.bg-pagodoc__ruterr{margin:0;font-size:12.5px;color:#e88}.bg-pagodoc__nota{margin:10px 0 0;font-size:12.5px;color:var(--gob-muted,#9aa88e)}.bg-pagodoc__nota--top{margin:0 0 10px}.bg-pagodoc__aviso{display:none!important}.bg-pagodoc__sync{margin:6px 0 0;font-size:12px;color:var(--gob-muted)}body.bg-light .bg-pagodoc__input{background:#ffffffb3;color:#151b10}body.bg-light .bg-pagodoc__opt:has(input:checked){color:#151b10}body.bg-light .bg-pagodoc__title{color:#151b10}@media screen and (max-width:749px){.bg-pagodoc{grid-template-columns:1fr;gap:18px;padding:16px}}.bg-precios-medios{margin:10px 0 2px;font-size:14px;color:var(--gob-muted,#9aa88e);display:flex;flex-direction:column;gap:3px}.bg-precios-medios b{color:var(--gob-green2,#93E53C);font-weight:600}body.bg-light .bg-precios-medios b{color:#3a6612}.cart-item:has(a[href*=costo-pasarela-]) quantity-input,.cart-item:has(a[href*=costo-pasarela-]) .cart-item__quantity-wrapper cart-remove-button,.cart-item:has(a[href*=costo-pasarela-]) cart-remove-button{display:none!important}.cart-item:has(a[href*=costo-pasarela-]) .cart-item__name{pointer-events:none}@keyframes bg-qty-shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.bg-qty-capped{animation:bg-qty-shake .25s ease}.pickup-availability-info .caption-large,.pickup-availability-info .caption,.pickup-availability-button,.product__tax.caption{font-size:14px!important}@media screen and (min-width:990px){.product-grid.grid--3-col-desktop>.grid__item{width:calc(33.333% - 16px);max-width:calc(33.333% - 16px)}.product-grid.grid--4-col-desktop>.grid__item{width:calc(25% - 18px);max-width:calc(25% - 18px)}}@media screen and (min-width:750px)and (max-width:989px){.product-grid.grid--2-col-tablet-down>.grid__item{width:calc(50% - 12px);max-width:calc(50% - 12px)}}.cart-item:has(a[href*=costo-pasarela-]) .cart-item__details .price,.cart-item:has(a[href*=costo-pasarela-]) .cart-item__details>div.product-option,.cart-item:has(a[href*=costo-pasarela-]) .cart-item__details>p.product-option{display:none!important}.cart-item:has(a[href*=costo-pasarela-]) .cart-item__details dl{display:block!important;margin:2px 0 0}.cart-item:has(a[href*=costo-pasarela-]) .cart-item__details dl .product-option{font-size:12.5px;display:inline}#checkout.cart__checkout-button,.cart__checkout-button{background:var(--gob-green)!important;color:#06140a!important;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-weight:600;border:none;border-radius:10px;transition:.2s}#checkout.cart__checkout-button:hover,.cart__checkout-button:hover{background:var(--gob-green2)!important;box-shadow:0 6px 28px #74c61c73;transform:translateY(-1px)}@media screen and (min-width:990px){:is(.related-products,[id*=__featured]) .grid--3-col-desktop>.grid__item:nth-child(n+4):nth-child(3n+1):last-child,:is(.related-products,[id*=__featured]) .grid--3-col-desktop>.grid__item:nth-child(n+4):nth-child(3n+2):last-child,:is(.related-products,[id*=__featured]) .grid--3-col-desktop>.grid__item:nth-child(n+4):nth-child(3n+1):nth-last-child(2){display:none}}.cart__warnings .bg-btn--green{background:var(--gob-green)!important;color:#06140a!important}.cart__warnings .bg-btn--green:hover{background:var(--gob-green2)!important}@media screen and (min-width:990px){main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)){display:grid;padding-top:26px;grid-template-columns:minmax(2.4rem,1fr) minmax(0,40rem) minmax(0,64rem) minmax(2.4rem,1fr);column-gap:4rem;align-items:start}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty))>.shopify-section{grid-column:1 / -1}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty))>.shopify-section:has(.bg-pagodoc){grid-column:2;grid-row:1 / span 2}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty))>.shopify-section:has(cart-items){grid-column:3;grid-row:1}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty))>.shopify-section:has(.cart__footer){grid-column:3;grid-row:2}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty))>.shopify-section:has(.bg-pagodoc) .page-width,main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty))>.shopify-section:has(cart-items) .page-width,main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty))>.shopify-section:has(.cart__footer) .page-width{max-width:100%;padding-left:0;padding-right:0}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .bg-pagodoc{grid-template-columns:1fr}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart__footer>*{width:100%;max-width:100%}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart__footer .cart__blocks{max-width:100%}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart-items{table-layout:fixed;width:100%}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart-items td,main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart-items th{padding-left:.5rem;padding-right:.5rem}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) td.cart-item__media{width:10rem;min-width:0}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart-item .cart-item__image{width:9.5rem}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart-items td{vertical-align:middle}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) td.cart-item__quantity,main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) th.cart-items__heading--quantity{width:13rem;text-align:center;padding-left:.2rem;padding-right:.2rem}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart-item__quantity-wrapper{justify-content:center;flex-wrap:nowrap;align-items:center}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart-item__quantity-wrapper cart-remove-button{order:-1;margin:0 .5rem 0 0}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) td.cart-item__totals,main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart-item__totals{width:7rem;padding-left:.2rem}}.cart-item .quantity{width:calc(9rem / var(--font-body-scale) + var(--inputs-border-width) * 2)!important;min-width:calc(9rem / var(--font-body-scale) + var(--inputs-border-width) * 2)!important;min-height:calc((var(--inputs-border-width) * 2) + 2.8rem)}.cart-item .quantity__button{width:calc(2.6rem / var(--font-body-scale))!important;flex:0 0 auto!important;font-size:1rem}.cart-item .quantity__button .svg-wrapper svg{width:.9rem;height:.9rem}.cart-item .quantity__input{min-width:2rem!important;width:auto!important;flex:1 1 auto!important;font-size:1.3rem!important;padding:0!important}.cart-item .cart-item__image{width:12rem;max-width:none;height:auto}.cart-item td.cart-item__media,.cart-item .cart-item__media{width:13rem;min-width:13rem}@media screen and (max-width:749px){.cart-item .cart-item__image{width:9rem;max-width:9rem}.cart-item td.cart-item__media,.cart-item .cart-item__media{width:auto;min-width:9rem}}body.bg-light .bg-acct-loader{background:radial-gradient(900px 600px at 50% 50%,#faf8f0f7,#f0ece0fc)}body.bg-light .bg-acct-loader__txt{color:#3e4733}body.bg-light .bg-acct-loader__txt b{color:#3f7a0d}body.bg-light .bg-acct-loader__ring{border-color:#3f7a0d2e;border-top-color:#3f7a0d;border-right-color:#74c61c}body.bg-light .bg-acct-loader__ring:after{border-color:#3f7a0d59}.bg-tcgpills__row--modo{margin-bottom:8px}.cart-item__name,.cart-item__name:hover{text-decoration:none!important}.bg-recently__list{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.bg-recently__img{display:block!important;aspect-ratio:1/1;height:auto;background-color:transparent!important;background-size:contain;background-position:center;background-repeat:no-repeat;margin:10px 10px 6px}.bg-recently__name{text-align:center;font-size:12.5px;line-height:1.35;padding:0 10px 4px}.bg-recently__price{text-align:center;font-weight:700;font-size:13px;padding:0 10px 12px;color:var(--gob-green2)}body.bg-light .bg-recently__price{color:#1e4a08}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty))>.bg-recently{grid-column:1/-1}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) cart-items[class*=-padding]{padding-bottom:8px!important}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart__footer[class*=-padding]{padding-top:8px!important}.bg-cart-panel{margin-top:0!important}.bg-cart-panel .bg-cart-timer{margin-bottom:10px}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart-items td{padding-bottom:1.1rem}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart-items{margin-bottom:0}.cart-item:has(a[href*=costo-pasarela-]) .cart-item__name{display:inline-block;max-width:15ch;line-height:1.25}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) cart-items[class*=-padding]{padding-bottom:0!important}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart-items td{padding-bottom:.7rem}.bg-cart-panel .bg-cart-timer{margin-top:0}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart__footer .js-contents{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart__footer .js-contents>div:first-child{flex-basis:100%}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart__footer .js-contents .tax-note{order:1;margin:0;text-align:left;flex:1 1 auto}main#MainContent:has(.bg-pagodoc):has(cart-items:not(.is-empty)) .cart__footer .js-contents .totals{order:2;margin:0;justify-content:flex-end}[id*=bg_cart_related] .page-width{max-width:104rem!important}.bg-pagodoc .bg-cart-reassure{margin:12px 0 0;display:flex;flex-direction:column;gap:6px}@media screen and (min-width:990px){.product--large:not(.product--no-media) .product__media-wrapper{max-width:58.5%!important;width:calc(58.5% - var(--grid-desktop-horizontal-spacing) / 2)!important}.product--large:not(.product--no-media) .product__info-wrapper{max-width:41.5%!important;width:calc(41.5% - var(--grid-desktop-horizontal-spacing) / 2)!important}.product__title>h1,.product__title>.h1{font-size:3.6rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/bastion.css.map */
