.commerce-panel,.smart-offer{color:var(--commerce-text,#20242b);font-family:inherit}.commerce-panel{margin:16px 0;overflow:hidden;border:1px solid var(--commerce-border,#e7e8ec);border-radius:var(--commerce-radius,16px);background:var(--commerce-bg,#fff);box-shadow:0 10px 32px rgba(27,31,39,.06)}.commerce-panel__shipping,.commerce-panel__pix{display:flex;align-items:center;gap:12px;padding:15px 16px}.commerce-panel__pix{border-top:1px solid var(--commerce-border,#e7e8ec);background:color-mix(in srgb,var(--commerce-accent,#5b5cf0) 5%,#fff)}.commerce-panel__icon,.commerce-panel__pix-mark{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:11px;background:color-mix(in srgb,var(--commerce-accent,#5b5cf0) 10%,#fff);color:var(--commerce-accent,#5b5cf0)}.commerce-panel__icon svg,.commerce-panel__pix-mark svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.commerce-panel__copy{display:flex;min-width:0;flex:1;flex-direction:column;line-height:1.25}.commerce-panel__eyebrow{margin-bottom:2px;color:var(--commerce-accent,#5b5cf0);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.commerce-panel__copy strong{font-size:14px}.commerce-panel__copy small{margin-top:2px;color:#747985;font-size:11px}.commerce-panel__badge,.commerce-panel__pix-value{flex:0 0 auto;padding:5px 8px;border-radius:99px;background:var(--commerce-accent,#5b5cf0);color:#fff;font-size:10px;font-weight:800}.commerce-panel__payments{padding:14px 16px;border-top:1px solid var(--commerce-border,#e7e8ec)}.commerce-panel__payments-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:11px}.commerce-panel__payments-head span{font-size:12px;font-weight:700}.commerce-panel__payments-head small{color:#7a7f88;font-size:10px}.commerce-panel__payment-list{display:flex;flex-wrap:wrap;gap:7px}.commerce-panel__payment{display:grid;min-width:46px;height:31px;place-items:center;padding:3px 7px;border:1px solid #e5e7eb;border-radius:7px;background:#fff}.commerce-panel__payment svg{display:block;width:38px;height:24px}.commerce-panel__payment--pix{color:#18a999;font-size:11px;font-weight:900;letter-spacing:.05em}.smart-offer{display:block;margin:15px 0 5px;padding:15px;border:1px solid var(--offer-border,#e4e6eb);border-radius:var(--offer-radius,16px);background:var(--offer-bg,#f8f8fb);box-shadow:0 12px 34px rgba(27,31,39,.07)}.smart-offer__heading{display:flex;flex-direction:column;margin-bottom:11px}.smart-offer__heading span{color:var(--offer-accent,#5b5cf0);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.smart-offer__heading strong{margin-top:2px;font-size:14px}.smart-offer__product{display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:11px}.smart-offer__image{display:block;overflow:hidden;border-radius:11px;background:#fff;aspect-ratio:1}.smart-offer__image img{width:100%;height:100%;object-fit:cover}.smart-offer__details{display:flex;min-width:0;flex-direction:column;align-items:flex-start}.smart-offer__badge{margin-bottom:4px;padding:3px 7px;border-radius:99px;background:color-mix(in srgb,var(--offer-accent,#5b5cf0) 11%,#fff);color:var(--offer-accent,#5b5cf0);font-size:9px;font-weight:800}.smart-offer__name{display:-webkit-box;overflow:hidden;color:#252932;font-size:12px;font-weight:700;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.smart-offer__prices{display:flex;align-items:baseline;gap:6px;margin-top:4px}.smart-offer__prices s{color:#8b8f97;font-size:10px}.smart-offer__prices strong{color:var(--offer-accent,#5b5cf0);font-size:14px}.smart-offer__button{min-height:38px;padding:0 12px;border:0;border-radius:9px;background:var(--offer-button,#20242b);color:var(--offer-button-text,#fff);font-size:10px;font-weight:800;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.smart-offer__button:hover{transform:translateY(-2px)}.smart-offer__button:disabled{cursor:wait;opacity:.65}.smart-offer__note{margin:10px 0 0;color:#858992;font-size:9px;line-height:1.4}.smart-offer__loading{display:flex;align-items:center;gap:9px;color:#747985;font-size:11px}.smart-offer__loading span{width:15px;height:15px;border:2px solid #ddd;border-top-color:var(--offer-accent,#5b5cf0);border-radius:50%;animation:commerce-spin .7s linear infinite}@keyframes commerce-spin{to{transform:rotate(360deg)}}@media(max-width:640px){.smart-offer__product{grid-template-columns:62px minmax(0,1fr)}.smart-offer__button{grid-column:1/-1;width:100%}.commerce-panel__shipping,.commerce-panel__pix{padding:13px}.commerce-panel__badge{display:none}}@media(prefers-reduced-motion:reduce){.smart-offer__button{transition:none}.smart-offer__loading span{animation:none}}
