.caramel-upsell{margin:24px 0 0;padding:0 16px 16px;border-top:1px solid rgb(0 0 0 / .07)}.caramel-upsell__header{display:flex;align-items:center;gap:8px;padding:12px 0 10px}.caramel-upsell__icon{font-size:18px;line-height:1}.caramel-upsell__title{font-size:13px;font-weight:700;color:#1d1d1d;letter-spacing:.01em;margin:0}.caramel-upsell__slider{position:relative}.caramel-upsell__track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 16px 6px;scroll-padding-left:16px;scroll-padding-right:16px;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 16px,#000 calc(100% - 28px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 16px,#000 calc(100% - 28px),transparent 100%)}.caramel-upsell__track::-webkit-scrollbar{display:none}.caramel-upsell__card{flex:0 0 140px;scroll-snap-align:start;background:#fafafa;border:1px solid rgb(0 0 0 / .07);border-radius:10px;overflow:hidden;display:flex;flex-direction:column}.caramel-upsell__img-wrap{width:100%;aspect-ratio:1;overflow:hidden;background:#f0f0f0}.caramel-upsell__img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.caramel-upsell__card:hover .caramel-upsell__img-wrap img{transform:scale(1.04)}.caramel-upsell__info{padding:8px 8px 10px;display:flex;flex-direction:column;gap:6px;flex:1}.caramel-upsell__name{font-size:11.5px;font-weight:600;color:#1d1d1d;line-height:1.3;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.caramel-upsell__select{font-size:11px;padding:3px 5px;border:1px solid #ddd;border-radius:4px;width:100%;background:#fff;cursor:pointer;color:#1d1d1d;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%}.caramel-upsell__bottom{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-top:auto}.caramel-upsell__price{font-size:12.5px;font-weight:800;color:#1d1d1d}.caramel-upsell__btn{display:inline-flex;align-items:center;gap:4px;padding:5px 9px;background:#275497;color:#fff;border:none;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .18s ease,opacity .15s ease;font-family:inherit;line-height:1}.caramel-upsell__btn svg{width:10px;height:10px;stroke:currentColor;stroke-width:2.5;fill:none;stroke-linecap:round}.caramel-upsell__btn:hover{background:#1d4078}.caramel-upsell__btn:disabled{opacity:.5;cursor:not-allowed}.caramel-upsell__btn.is-added{background:#2d7a2d}.caramel-upsell__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid rgb(0 0 0 / .16);box-shadow:0 2px 8px rgb(0 0 0 / .16);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:opacity .15s ease,box-shadow .15s ease,transform .15s ease}.caramel-upsell__nav svg{width:16px;height:16px;stroke:#1d1d1d;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.caramel-upsell__nav--prev{left:0}.caramel-upsell__nav--next{right:0}.caramel-upsell__nav:hover{box-shadow:0 3px 10px rgb(0 0 0 / .22);transform:translateY(-50%) scale(1.06)}.caramel-upsell__nav:active{transform:translateY(-50%) scale(.95)}.caramel-upsell__nav.is-edge{opacity:.35}@media (max-width:480px){.caramel-upsell__nav{width:28px;height:28px}.caramel-upsell__nav svg{width:14px;height:14px}}@keyframes crml-spin{to{transform:rotate(360deg)}}