.vpd-bundle{border:1px solid var(--color-border,#e0e0e0);border-radius:10px;padding:16px;margin-block:4px}.vpd-bundle__tag{display:inline-block;background:#2f6690;color:#fff;font-size:.6875rem;letter-spacing:.06em;text-transform:uppercase;padding:4px 8px;border-radius:4px;margin-bottom:12px}.vpd-bundle__body{display:flex;align-items:center;gap:14px}.vpd-bundle__imgs{display:flex;align-items:center;gap:4px;flex-shrink:0}.vpd-bundle__imgs img{width:52px;height:52px;object-fit:contain;background:#f5f5f5;border-radius:6px}.vpd-bundle__plus{opacity:.5;font-size:.875rem}.vpd-bundle__title{font-weight:600;margin:0 0 2px}.vpd-bundle__desc{font-size:.8125rem;opacity:.7;margin:0 0 6px}.vpd-bundle__price{margin:0;font-size:.9375rem}.vpd-bundle__price s{opacity:.5;margin-right:6px}.vpd-bundle__price strong{font-size:1.0625rem}.vpd-bundle__save{display:inline-block;margin-left:8px;color:#1d7a4c;font-size:.8125rem;font-weight:600}.vpd-bundle__btn{width:100%;margin-top:14px;padding:12px 16px;border:1px solid currentColor;border-radius:8px;background:transparent;color:inherit;font:inherit;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.vpd-bundle__btn:hover{background:#2f6690;border-color:#2f6690;color:#fff}.vpd-bundle__note{font-size:.75rem;opacity:.6;margin:8px 0 0;text-align:center}.add-to-cart-button{transform-origin:center;animation:vpdWiggle 5s ease-in-out infinite}.add-to-cart-button:hover,.add-to-cart-button:focus-visible{animation-play-state:paused}@keyframes vpdWiggle{0%,84%,100%{transform:rotate(0) scale(1)}86%{transform:rotate(-1.8deg) scale(1.03)}88.5%{transform:rotate(1.8deg) scale(1.03)}91%{transform:rotate(-1.4deg) scale(1.02)}93.5%{transform:rotate(1.4deg) scale(1.02)}96%{transform:rotate(-.7deg) scale(1.01)}98%{transform:rotate(.5deg) scale(1)}}@media(prefers-reduced-motion:reduce){.add-to-cart-button{animation:none}}