.rd-bundle-page{--rd-bundle-accent:#9637b3;--rd-bundle-accent-dark:#6f2585;--rd-bundle-text:#17151a;--rd-bundle-bg:#fff;--rd-bundle-bar:#fff;background:var(--rd-bundle-bg);color:var(--rd-bundle-text);padding-bottom:150px;font-family:'Montserrat',Arial,sans-serif}
.rd-bundle-page *{box-sizing:border-box}
.rd-bundle-hero{text-align:center;padding:clamp(32px,5vw,72px) 18px clamp(26px,4vw,52px)}
.rd-bundle-hero__eyebrow{margin:0 0 9px;color:var(--rd-bundle-accent);font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.rd-bundle-hero__title{margin:0;color:var(--rd-bundle-text);font-size:clamp(30px,4.2vw,58px);font-weight:600;line-height:1.08;letter-spacing:-.025em}
.rd-bundle-hero__text{max-width:700px;margin:14px auto 0;color:#746b68;font-size:clamp(14px,1.5vw,18px);line-height:1.55}
.rd-bundle-grid{max-width:100%;padding:0 clamp(16px,3.7vw,72px);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(14px,1.6vw,24px);align-items:stretch}
.rd-bundle-grid>.dm-card{height:100%}
.dm-bundle-card{position:relative;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.dm-bundle-card.is-selected{border-color:var(--rd-bundle-accent)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--rd-bundle-accent) 28%,transparent)}
.dm-bundle-card.is-selected::after{content:'✓';position:absolute;top:9px;right:9px;z-index:8;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--rd-bundle-accent);color:#fff;font-size:15px;font-weight:700;box-shadow:0 4px 12px rgba(0,0,0,.16)}
.dm-bundle-card .dm-card__button.is-selected{background:var(--rd-bundle-accent-dark)!important}
.rd-bundle-empty{grid-column:1/-1;padding:50px 18px;text-align:center;color:#746b68}
.rd-bundle-bar{position:fixed;left:0;right:0;bottom:0;z-index:20;background:var(--rd-bundle-bar);border-top:1px solid rgba(23,21,26,.1);box-shadow:0 -10px 30px rgba(30,18,43,.12)}
.rd-bundle-bar__inner{width:min(100%,1500px);min-height:112px;margin:auto;padding:12px clamp(16px,3vw,44px);display:grid;grid-template-columns:auto minmax(180px,1fr) auto auto;align-items:center;gap:20px}
.rd-bundle-count{white-space:nowrap;font-size:17px;font-weight:600}.rd-bundle-count strong{color:var(--rd-bundle-accent);font-size:23px}
.rd-bundle-slots{min-width:0;display:flex;gap:10px;overflow-x:auto;padding:4px 1px;scrollbar-width:none}.rd-bundle-slots::-webkit-scrollbar{display:none}
.rd-bundle-slot{position:relative;flex:0 0 62px;width:62px;height:62px;display:grid;place-items:center;overflow:hidden;border:1.5px dashed #cbbfc8;border-radius:9px;background:#fdf7ff}
.rd-bundle-slot.is-empty::before{content:'+';color:#a69aa2;font-size:22px}.rd-bundle-slot img{width:100%;height:100%;object-fit:cover}
.rd-bundle-remove{position:absolute;top:3px;right:3px;width:20px;height:20px;padding:0;border:0;border-radius:50%;background:#17151a;color:#fff;display:grid;place-items:center;font:600 13px/1 Arial;cursor:pointer}
.rd-bundle-offer{text-align:right;white-space:nowrap}.rd-bundle-offer strong{display:block;color:var(--rd-bundle-accent);font-size:23px;font-weight:700}.rd-bundle-offer span{display:block;margin-top:3px;color:#746b68;font-size:12px}
.rd-bundle-checkout{min-width:210px;height:54px;padding:0 22px;border:0;border-radius:7px;background:#d4ccd1;color:#fff;font:700 14px/1 'Montserrat',Arial,sans-serif;letter-spacing:.04em;cursor:not-allowed}
.rd-bundle-checkout.is-ready{background:var(--rd-bundle-accent);cursor:pointer}.rd-bundle-checkout.is-ready:hover{background:var(--rd-bundle-accent-dark)}
.rd-bundle-checkout:disabled{opacity:1}
.dm-bundle-card .dm-card__button[hidden],.dm-bundle-card .rd-bundle-quantity[hidden]{display:none!important}
.rd-bundle-quantity{width:100%;height:var(--dm-button-height,38px);min-height:var(--dm-button-height,38px);display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;overflow:hidden;border:1px solid color-mix(in srgb,var(--rd-bundle-accent) 32%,#ddd);border-radius:var(--dm-button-radius,6px);background:#fff}
.rd-bundle-quantity__button{width:100%;height:100%;padding:0;display:grid;place-items:center;border:0;outline:0;background:#f9f2fc;color:var(--rd-bundle-accent-dark);font:600 20px/1 'Montserrat',Arial,sans-serif;cursor:pointer;box-shadow:none;appearance:none;-webkit-appearance:none}
.rd-bundle-quantity__button::before,.rd-bundle-quantity__button::after{content:none!important;display:none!important}
.rd-bundle-quantity__button:hover:not(:disabled){background:#f0dff7}
.rd-bundle-quantity__button:disabled{color:#b9afb5;background:#f7f4f6;cursor:not-allowed}
.rd-bundle-quantity__value{min-width:0;text-align:center;color:var(--rd-bundle-text);font-size:14px;font-weight:650;line-height:1}
.rd-bundle-checkout.is-loading,.rd-bundle-checkout.is-loading:hover{background:var(--rd-bundle-accent-dark);cursor:wait}
@media(max-width:1199px){.rd-bundle-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.rd-bundle-bar__inner{grid-template-columns:auto minmax(140px,1fr) auto}.rd-bundle-offer{display:none}.rd-bundle-checkout{min-width:180px}}
@media(max-width:989px){.rd-bundle-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.rd-bundle-bar__inner{gap:12px}.rd-bundle-slot{flex-basis:54px;width:54px;height:54px}}
@media(max-width:749px){.rd-bundle-page{padding-bottom:168px}.rd-bundle-hero{padding-top:30px}.rd-bundle-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 14px;gap:12px}.rd-bundle-bar__inner{min-height:0;padding:10px 12px calc(10px + env(safe-area-inset-bottom));grid-template-columns:1fr auto;gap:8px 10px}.rd-bundle-count{font-size:14px}.rd-bundle-count strong{font-size:18px}.rd-bundle-slots{grid-column:1/-1;grid-row:1}.rd-bundle-count{grid-column:1;grid-row:2}.rd-bundle-checkout{grid-column:2;grid-row:2;min-width:145px;height:48px;padding:0 14px;font-size:12px}.rd-bundle-slot{flex-basis:48px;width:48px;height:48px}.rd-bundle-offer{display:none}.rd-bundle-quantity{height:var(--dm-mobile-button-height,var(--dm-button-height,36px));min-height:var(--dm-mobile-button-height,var(--dm-button-height,36px));grid-template-columns:36px minmax(0,1fr) 36px}.rd-bundle-quantity__button{font-size:18px}.rd-bundle-quantity__value{font-size:13px}}
