:root{--black:#0b0b0b;--charcoal:#121212;--red:#d62828;--red2:#ef2f2f;--gray:#f6f6f6;--line:#e6e6e6;--text:#141414;--muted:#666;--green:#44a83d}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}.shell{width:min(1500px,calc(100% - 36px));margin-inline:auto}.topbar{height:42px;background:#050505;color:#fff;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;padding:0 22px;font-size:13px}.topbar__message{text-align:center;font-weight:600}.topbar span{color:var(--red);margin:0 8px}.topbar__icons{text-align:right}.header{height:84px;background:#fff;border-bottom:1px solid #eee;display:flex;align-items:center;padding:0 28px;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#111;min-width:210px}.brand__mark{width:48px;height:48px;background:#0d0d0d;color:var(--red);display:grid;place-items:center;font-size:29px;font-weight:900;border-radius:5px;transform:skew(-8deg)}.brand strong{font-size:23px;letter-spacing:-1px}.brand span{display:block;color:var(--red);font-weight:800;font-size:13px}.nav{display:flex;gap:29px;align-items:center;margin:auto;font-size:13px;font-weight:600}.nav a{text-decoration:none;color:#111;padding:31px 0 27px;border-bottom:3px solid transparent}.nav a.active{color:var(--red);border-color:var(--red)}.nav a.accent{color:var(--red)}.header__actions{font-size:22px;white-space:nowrap}.hero{margin-top:16px;background:linear-gradient(90deg,#0b0b0b 0%,#121212 65%,#270808 100%);border-radius:9px;color:#fff;min-height:340px;padding:55px 48px;display:grid;grid-template-columns:1fr 1.25fr;gap:55px;align-items:center;overflow:hidden;position:relative}.hero:after{content:'M';position:absolute;right:25px;bottom:-85px;font-size:300px;font-weight:900;color:rgba(214,40,40,.10);transform:skew(-8deg)}.hero__copy,.hero__search{position:relative;z-index:1}.hero h1{font-size:44px;line-height:1.15;margin:0 0 18px;letter-spacing:-1.8px}.hero h1 span{color:#ff3636}.hero p{font-size:18px;line-height:1.5;margin:0}.hero__trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:38px;font-size:12px}.searchbox{display:flex;background:#fff;border-radius:7px;padding:6px;box-shadow:0 8px 30px rgba(0,0,0,.28)}.searchbox input{flex:1;border:0;padding:17px 19px;font-size:16px;outline:none}.searchbox button{width:58px;border:0;background:var(--red);color:#fff;border-radius:5px;font-size:28px;cursor:pointer}.quick-chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:15px}.quick-chips button{border:1px solid #555;color:#fff;background:rgba(0,0,0,.28);border-radius:6px;padding:11px 16px;cursor:pointer}.quick-links{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:20px}.quick-links button{background:#fff;border:1px solid var(--line);border-radius:8px;padding:20px 24px;display:grid;grid-template-columns:36px 1fr;text-align:left;cursor:pointer}.quick-links span{grid-row:1/3;color:var(--red);font-size:27px}.quick-links b{font-size:14px}.quick-links small{color:var(--muted);margin-top:5px}.catalog{padding-top:32px}.catalog__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.breadcrumbs{font-size:13px}.catalog__tools{display:flex;align-items:center;gap:13px;font-size:13px}.catalog__tools select{border:1px solid #ddd;border-radius:7px;padding:13px 42px 13px 16px;background:#fff}.catalog__layout{display:grid;grid-template-columns:280px 1fr;gap:24px}.filters{border:1px solid var(--line);border-radius:8px;padding:18px;background:#fff;align-self:start;position:sticky;top:102px}.filters__title{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:15px}.filters__title button{border:0;background:none;color:var(--red);cursor:pointer}.filter-group{border-bottom:1px solid var(--line);padding:17px 0}.filter-group:last-child{border-bottom:0}.filter-group h3{font-size:12px;margin:0 0 12px}.filter-group input[type=search],.price-row input{width:100%;border:1px solid #ddd;border-radius:6px;padding:10px}.check{display:flex;align-items:center;gap:8px;font-size:13px;margin:10px 0;cursor:pointer}.check small{color:#777}.check input{accent-color:var(--red)}.price-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dot{width:10px;height:10px;border-radius:50%;display:inline-block}.dot--rojo{background:#e8322b}.dot--azul{background:#2582d5}.dot--verde{background:#5bbf3d}.dot--morado{background:#9666d7}.dot--amarillo{background:#f0c72c}.dot--negro{background:#111}.status{padding:30px;text-align:center;color:#666}.status--error{color:#a40000;background:#fff0f0;border:1px solid #ffd0d0;border-radius:8px}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.product-card{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:.2s}.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(0,0,0,.08)}.product-card__image{aspect-ratio:0.72;border:0;background:#f4f4f4;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__image.image-error:after{content:'Imagen no disponible';color:#999}.product-card__body{padding:13px;display:flex;flex-direction:column;gap:9px;height:100%}.product-card__name{border:0;background:none;padding:0;text-align:left;font:600 13px/1.45 Inter;min-height:58px;cursor:pointer}.tags{display:flex;flex-wrap:wrap;gap:5px}.tags span{font-size:10px;background:#f2f2f2;border-radius:14px;padding:5px 8px}.price{font-size:19px}.stock{font-size:12px;display:flex;align-items:center;gap:6px}.stock i{width:8px;height:8px;border-radius:50%;background:var(--green)}.stock--out{color:#999}.stock--out i{background:#999}.wa-btn{margin-top:auto;border:1px solid #ff7777;color:var(--red);border-radius:6px;padding:10px;text-align:center;text-decoration:none;font-size:11px;font-weight:700}.wa-btn:hover{background:var(--red);color:#fff}.wa-btn.disabled{opacity:.5;pointer-events:none}.empty{grid-column:1/-1;padding:70px;text-align:center;background:#fafafa;border-radius:8px}.pagination{display:flex;gap:8px;justify-content:center;margin:28px 0 38px}.pagination button,.pagination span{min-width:38px;height:38px;border:1px solid #ddd;background:#fff;border-radius:6px;display:grid;place-items:center}.pagination button.active{background:var(--red);color:#fff;border-color:var(--red)}.benefits{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:8px;margin-bottom:0}.benefits article{padding:28px;display:flex;gap:18px;border-right:1px solid var(--line)}.benefits article:last-child{border-right:0}.benefits span{color:var(--red);font-size:30px}.benefits b{display:block;font-size:12px}.benefits small{display:block;margin-top:8px;line-height:1.4;color:#555}.footer{background:#080808;color:#fff;margin-top:0;padding:42px 0 0}.footer__grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:42px}.brand--footer{color:#fff}.footer p,.footer a{color:#bbb;font-size:12px;line-height:1.7}.footer a{display:block;text-decoration:none;margin:5px 0}.footer h4{font-size:12px;margin-top:0}.newsletter{display:flex;background:#202020;border-radius:5px;overflow:hidden}.newsletter input{flex:1;border:0;background:transparent;padding:12px;color:#fff;min-width:0}.newsletter button{width:42px;border:0;background:var(--red);color:#fff}.footer__bottom{text-align:center;border-top:1px solid #222;margin-top:36px;padding:18px;color:#777;font-size:11px}.modal{width:min(900px,92vw);border:0;border-radius:10px;padding:28px}.modal::backdrop{background:rgba(0,0,0,.7)}.modal__close{position:absolute;right:15px;top:10px;border:0;background:none;font-size:30px;cursor:pointer}.product-detail{display:grid;grid-template-columns:1fr 1.15fr;gap:35px;align-items:center}.product-detail__image img{width:100%;max-height:650px;object-fit:contain}.product-detail h2{font-size:30px}.eyebrow{color:var(--red);font-size:12px;font-weight:800}.muted{color:#777}.detail-price{font-size:32px;font-weight:800;margin:25px 0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-width:1200px){.nav{gap:17px}.product-grid{grid-template-columns:repeat(4,1fr)}.hero h1{font-size:38px}}
@media(max-width:900px){.topbar{grid-template-columns:1fr}.topbar__social,.topbar__icons{display:none}.header{height:68px}.nav{display:none}.header__actions{margin-left:auto}.hero{grid-template-columns:1fr;padding:35px 28px}.quick-links{grid-template-columns:repeat(2,1fr)}.catalog__layout{grid-template-columns:1fr}.filters{position:static}.product-grid{grid-template-columns:repeat(3,1fr)}.benefits{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.shell{width:min(100% - 20px,1500px)}.topbar{height:auto;min-height:36px;padding:8px 10px;font-size:10px}.brand strong{font-size:18px}.brand{min-width:0}.brand__mark{width:40px;height:40px}.hero{margin-top:10px;min-height:auto}.hero h1{font-size:31px}.hero__trust{gap:10px}.quick-links{grid-template-columns:1fr}.catalog__head{align-items:flex-start;gap:12px;flex-direction:column}.catalog__tools{width:100%;flex-wrap:wrap}.product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-card__name{font-size:12px}.price{font-size:16px}.benefits{grid-template-columns:1fr}.benefits article{border-right:0;border-bottom:1px solid var(--line)}.footer__grid{grid-template-columns:1fr}.product-detail{grid-template-columns:1fr}.modal{padding:22px 14px}.header{padding:0 12px}.header__actions{font-size:18px}.hero__search{min-width:0}.searchbox input{min-width:0}.filters{padding:14px}}

/* v3 refinements */
.quick-links{grid-template-columns:repeat(4,1fr)}
.topbar__social{display:flex;gap:12px}.topbar__social a{color:#fff;text-decoration:none;font-size:11px;font-weight:800}.brand__mark{position:relative;overflow:hidden}.brand__mark:before{content:'';position:absolute;inset:7px 12px;border:2px solid rgba(255,255,255,.75);border-radius:3px;transform:rotate(-7deg)}.brand__mark span{position:relative;z-index:1}.header__actions{display:flex;align-items:center;gap:12px}.header__actions button{display:none;border:1px solid #ddd;background:#fff;border-radius:7px;padding:9px 12px;font-weight:700}.filters__close{display:none;position:absolute;right:12px;top:8px;border:0;background:transparent;font-size:28px}.product-card__image{padding:10px}.product-card__image img{object-fit:contain;border-radius:4px}.product-card__body{padding:12px}.product-card__name{min-height:52px}.product-grid{align-items:stretch}.product-card{min-width:0}.no-scroll{overflow:hidden}
@media(max-width:900px){.header__actions button{display:inline-flex}.filters{position:fixed;top:0;left:0;bottom:0;width:min(88vw,340px);z-index:60;border-radius:0;overflow-y:auto;transform:translateX(-105%);transition:transform .22s ease;box-shadow:18px 0 45px rgba(0,0,0,.22)}.filters:after{content:'';position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:-1;opacity:0;pointer-events:none}.filters--open{transform:translateX(0)}.filters__close{display:block}.filters__title{padding-right:34px}.catalog__layout{display:block}.catalog__content{width:100%}}
@media(max-width:620px){.product-card__image{padding:6px}.product-card__body{padding:10px}.wa-btn{padding:9px 6px;font-size:10px}.hero:after{font-size:190px}.hero__trust span{width:calc(50% - 8px)}.topbar__message{line-height:1.4}.topbar__icons{display:none}}

/* V7.5 — navegación táctil completa en celular */
@media(max-width:900px){
  .header{height:auto;min-height:68px;flex-wrap:wrap;padding:0 18px}
  .brand,.header__actions{height:68px}
  .nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));order:3;flex-basis:100%;width:100%;gap:0;margin:0;border-top:1px solid #eee}
  .nav a{display:flex;align-items:center;justify-content:center;min-height:48px;padding:10px 5px;border-bottom-width:3px;font-size:11px;touch-action:manipulation}
  .quick-links{grid-template-columns:repeat(2,minmax(0,1fr))}
  .quick-links button{min-height:78px;touch-action:manipulation}
}
@media(max-width:620px){
  .header{padding:0 10px}
  .nav a{font-size:10px;letter-spacing:0}
  .quick-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .quick-links button{padding:14px 11px;grid-template-columns:29px 1fr}
  .quick-links span{font-size:22px}
}

/* MetaDeck v5 — carrito funcional */
.topbar-cart{border:0;background:transparent;color:#fff;font:inherit;cursor:pointer}.topbar-cart span,.cart-action span{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--red);color:#fff;font-size:11px;font-weight:800}.icon-action,.cart-action{border:0;background:transparent;cursor:pointer;font-size:21px;display:flex;align-items:center;gap:5px;padding:8px}.cart-action{position:relative}.cart-action--pulse{animation:cartPulse .35s ease}@keyframes cartPulse{50%{transform:scale(1.18)}}
.cart-btn{margin-top:auto;border:1px solid var(--red);background:#fff;color:var(--red);border-radius:6px;padding:10px 8px;font-size:11px;font-weight:800;cursor:pointer}.cart-btn:hover{background:var(--red);color:#fff}.cart-btn:disabled{opacity:.45;cursor:not-allowed}.cart-btn--detail{width:100%;margin-top:22px;padding:14px;font-size:14px}
.cart-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:89}.cart-drawer{position:fixed;z-index:90;top:0;right:0;width:min(460px,100%);height:100dvh;background:#fff;box-shadow:-18px 0 48px rgba(0,0,0,.24);transform:translateX(102%);transition:transform .24s ease;display:flex;flex-direction:column}.cart-drawer--open{transform:translateX(0)}.cart-drawer__head{padding:23px 24px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start}.cart-drawer__head h2{margin:4px 0 0;font-size:28px}.cart-drawer__close{border:0;background:none;font-size:32px;cursor:pointer}.cart-items{flex:1;overflow-y:auto;padding:12px 24px}.cart-item{display:grid;grid-template-columns:74px 1fr 28px;gap:13px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item img{width:74px;height:104px;object-fit:contain;background:#f7f7f7;border-radius:5px}.cart-item__info{display:flex;flex-direction:column;gap:5px;min-width:0}.cart-item__info strong{font-size:13px;line-height:1.35}.cart-item__info small{color:#777}.cart-item__info>span{font-weight:800}.cart-item__remove{border:0;background:none;font-size:23px;color:#888;cursor:pointer;align-self:start}.quantity{display:flex;align-items:center;gap:9px;margin-top:5px}.quantity button{width:28px;height:28px;border:1px solid #ddd;background:#fff;border-radius:5px;cursor:pointer}.quantity button:disabled{opacity:.35}.quantity small{margin-left:4px;font-size:10px}.cart-drawer__footer{border-top:1px solid var(--line);padding:18px 24px 22px;display:grid;gap:8px;background:#fafafa}.cart-drawer__footer label{font-size:11px;font-weight:800}.cart-drawer__footer input,.cart-drawer__footer select,.cart-drawer__footer textarea{width:100%;border:1px solid #d7d7d7;border-radius:6px;padding:10px;background:#fff;font:inherit;resize:vertical}.cart-total{display:flex;align-items:center;justify-content:space-between;margin-top:8px;font-size:17px}.cart-total strong{font-size:23px}.cart-note{font-size:11px;color:#666;margin:0}.checkout-btn{border:0;background:var(--red);color:#fff;border-radius:6px;padding:14px;font-weight:800;cursor:pointer}.checkout-btn:disabled,.clear-cart-btn:disabled{opacity:.4;cursor:not-allowed}.clear-cart-btn{border:0;background:transparent;color:#777;padding:7px;cursor:pointer}.cart-empty{text-align:center;padding:70px 10px;color:#777}.cart-empty span{font-size:45px}.cart-empty h3{color:#222}.no-scroll{overflow:hidden}
@media(max-width:620px){.icon-action{display:none}.cart-drawer__head,.cart-items,.cart-drawer__footer{padding-left:16px;padding-right:16px}.cart-item{grid-template-columns:62px 1fr 24px}.cart-item img{width:62px;height:87px}}

.catalog__title{font-size:24px;margin:8px 0 0}.catalog__head>div:first-child{min-width:240px}
@media(max-width:620px){.catalog__title{font-size:21px}}

/* V5.6 — detalle de composición de decks */
.decklist{grid-column:1/-1;margin-top:24px;border-top:1px solid #e7e7e7;padding-top:22px}
.decklist__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}
.decklist__head h3{margin:3px 0 0;font-size:1.25rem}
.decklist__head>strong{font-size:.9rem;background:#f5f5f5;border:1px solid #e3e3e3;border-radius:999px;padding:7px 11px;white-space:nowrap}
.decklist__table-wrap{overflow-x:auto;border:1px solid #e4e4e4;border-radius:12px}
.decklist__table{width:100%;border-collapse:collapse;min-width:650px;background:#fff}
.decklist__table th,.decklist__table td{text-align:left;padding:11px 13px;border-bottom:1px solid #ececec;font-size:.88rem;vertical-align:middle}
.decklist__table th{background:#f7f7f7;font-size:.76rem;letter-spacing:.04em;text-transform:uppercase}
.decklist__table tbody tr:last-child td{border-bottom:0}
.decklist__card{display:flex;align-items:center;gap:9px;font-weight:600}
.decklist__card img{width:36px;height:50px;object-fit:cover;border-radius:5px;border:1px solid #ddd;background:#f1f1f1}
.decklist__empty{border:1px dashed #d7a6a6;background:#fff8f8;border-radius:10px;padding:15px;color:#6b2b2b;line-height:1.5}
@media(max-width:700px){.decklist__head{align-items:flex-start}.decklist{margin-top:18px}.decklist__table th,.decklist__table td{padding:9px 10px}}

/* V6.0 — controles comerciales y enlaces funcionales */
.status:not([hidden]){min-height:260px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f3f3f3 63%);background-size:400% 100%;animation:loading 1.4s ease infinite;color:#555;font-weight:700}
@keyframes loading{0%{background-position:100% 0}100%{background-position:0 0}}
.price--pending{font-size:14px;color:#8a2b2b}
.validation-warning{padding:11px 13px;border:1px solid #f0c2c2;border-radius:7px;background:#fff6f6;color:#7b2020;font-size:13px}
.deck-cover{width:100%;height:100%;display:grid;grid-template-columns:repeat(2,1fr);position:relative;overflow:hidden;background:#161616}
.deck-cover img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important;filter:brightness(.84)}
.deck-cover b{position:absolute;inset:auto 10px 10px;background:rgba(0,0,0,.82);color:#fff;border-left:4px solid var(--red);padding:7px 10px;text-align:left;letter-spacing:.12em}
.product-detail__image .deck-cover{min-height:430px;border-radius:9px}
.footer-link{display:block;border:0;background:none;color:#bbb;font:inherit;font-size:12px;padding:0;margin:5px 0;cursor:pointer}
.footer-link:hover,.footer a:hover{color:#fff}
.footer-contact{display:inline-block!important;margin-top:10px!important;color:#fff!important;border:1px solid #555;border-radius:5px;padding:8px 11px}
.modal--info{width:min(560px,92vw)}
.modal--info h2{font-size:28px}
.modal--info p{line-height:1.7;color:#444}


/* V6.7 — Portada neutra para packs en Ofertas */
.offer-cover{width:100%;height:100%;min-height:270px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(145deg,#111 0%,#2b2b2b 55%,#d62828 140%);color:#fff;text-align:center;padding:24px;box-sizing:border-box}
.offer-cover__label{font-size:12px;font-weight:800;letter-spacing:.18em;padding:6px 10px;border:1px solid rgba(255,255,255,.5);border-radius:999px}
.offer-cover strong{font-size:30px;line-height:1.05;letter-spacing:-.04em}
.offer-cover small{font-size:16px;font-weight:700}
.offer-cover em{font-size:12px;font-style:normal;opacity:.8}
.cart-item__offer{width:72px;height:72px;display:grid;place-items:center;background:#171717;color:#fff;border-radius:10px;font-size:12px;font-weight:800;letter-spacing:.08em;flex:0 0 72px}

/* V7.0 — Ofertas más claras y comparables */
.offer-guide{margin-bottom:18px;padding:22px 24px;border:1px solid #ead2d2;border-radius:12px;background:linear-gradient(115deg,#fff 0%,#fff8f8 65%,#fbe9e9 100%);display:flex;align-items:center;justify-content:space-between;gap:28px}
.offer-guide[hidden]{display:none}.offer-guide__eyebrow{display:block;color:var(--red);font-size:11px;font-weight:900;letter-spacing:.12em;margin-bottom:6px}.offer-guide h3{margin:0 0 7px;font-size:24px}.offer-guide p{margin:0;max-width:650px;color:#555;font-size:13px;line-height:1.55}.offer-guide__facts{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.offer-guide__facts span{white-space:nowrap;border:1px solid #eadada;background:#fff;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:700}.offer-guide__facts b{color:var(--red);margin-right:4px}
.product-card--offer{border-radius:12px;position:relative}.product-card--offer .product-card__image{aspect-ratio:1/1;background:#f2f2f2;position:relative}.product-card--offer .product-card__name{min-height:44px;font-size:15px;line-height:1.3}.product-card--offer .product-card__body{gap:8px;padding:15px}.offer-badge{position:absolute;top:12px;left:12px;padding:7px 10px;border-radius:999px;background:#d62828;color:#fff;font-size:10px;font-weight:900;letter-spacing:.06em;box-shadow:0 4px 12px rgba(0,0,0,.18)}.offer-kicker{color:#9f2020;font-size:9px;font-weight:900;letter-spacing:.13em}.offer-summary{display:flex;flex-direction:column;gap:3px;padding:10px 11px;border-radius:8px;background:#f7f7f7}.offer-summary b{font-size:12px}.offer-summary span{font-size:11px;color:#666}.offer-price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.offer-price-row .price{font-size:24px;line-height:1}.offer-price-row small{font-size:10px;color:#666;text-align:right}.offer-saving{padding:7px 9px;border-radius:6px;background:#eaf7e9;color:#23721f;font-size:10px;font-weight:800}.product-card--offer .cart-btn{background:var(--red);color:#fff;padding:12px}.product-card--offer .cart-btn:hover{background:#b91f1f}
.product-grid--offers{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
@media(max-width:900px){.offer-guide{align-items:flex-start;flex-direction:column}.offer-guide__facts{justify-content:flex-start}.product-card--offer .product-card__image{aspect-ratio:.9}}
@media(max-width:900px){.product-grid--offers{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.offer-guide{padding:17px}.offer-guide h3{font-size:20px}.offer-guide__facts span{white-space:normal}.product-card--offer .product-card__body{padding:11px}.product-card--offer .product-card__name{font-size:13px}.offer-price-row{align-items:flex-start;flex-direction:column}.offer-price-row .price{font-size:20px}.product-grid--offers{gap:10px}}
