.ars-offer{--ars-blue:#1399ff;--ars-blue-dark:#0a6ed1;--ars-navy:#0f1111;--ars-amazon:#ff9900;--ars-amazon-dark:#e88a00;--ars-price:#b12704;position:relative;display:flex;gap:.9rem;align-items:flex-start;background:#fff;border:1px solid #e6e9ec;border-radius:16px;padding:.85rem;margin:1.5rem 0;box-shadow:0 8px 22px -12px rgba(15,17,17,.22);box-sizing:border-box}
.ars-offer *{box-sizing:border-box}
.ars-offer__ad{position:absolute;top:.45rem;right:.65rem;z-index:2;font-size:.6rem;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:#b9bec3;pointer-events:none}
.ars-offer__imgwrap{position:relative;flex:0 0 96px;width:96px;height:96px;display:flex;align-items:center;justify-content:center;text-decoration:none}
.ars-offer__imgwrap img,.ars-offer__imgwrap amp-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.ars-offer__disc{position:absolute;top:-.4rem;left:-.4rem;z-index:2;font-size:.72rem;font-weight:800;color:#fff;background:#cc0c39;padding:.15rem .45rem;border-radius:6px}
.ars-offer__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.25rem}
.ars-offer__store{font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--ars-blue-dark)}
.ars-offer__title{margin:0;font-size:.95rem;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ars-offer__title a{color:var(--ars-navy);text-decoration:none}
.ars-offer__title a:hover{text-decoration:underline}
.ars-offer__coupon{align-self:flex-start;font-size:.72rem;font-weight:600;line-height:1.3;color:#0f6e56;background:#e1f5ee;border:1px dashed #5dcaa5;padding:.25rem .5rem;border-radius:8px}
.ars-offer__prices{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}
.ars-offer__prices strong{color:var(--ars-price);font-size:1.2rem;font-weight:800}
.ars-offer__prices s{color:#888;font-size:.9rem}
.ars-offer__actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.35rem}
.ars-offer a.ars-offer__btn{display:inline-flex;align-items:center;gap:.35rem;background:var(--ars-amazon);color:#fff;font-weight:800;font-size:.9rem;text-decoration:none;padding:.55rem 1.1rem;border-radius:50px;transition:background .15s ease}
.ars-offer a.ars-offer__btn:hover{background:var(--ars-amazon-dark);color:#fff;text-decoration:none}
.ars-offer__share{display:flex;gap:.4rem;margin-left:auto}
.ars-offer__sh{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;color:#fff;text-decoration:none;transition:opacity .15s ease}
.ars-offer__sh svg{width:18px;height:18px}
.ars-offer__sh:hover{opacity:.85;color:#fff}
.ars-offer__sh--wa{background:#25D366}
.ars-offer__sh--tg{background:#229ED9}
@media(min-width:600px){.ars-offer{gap:1.1rem;padding:1rem}.ars-offer__imgwrap{flex-basis:120px;width:120px;height:120px}.ars-offer__title{font-size:1.05rem}}
