.luxe-bundles{background:var(--lxb-bg, #fff);color:var(--lxb-text, #1C2B4A);padding-top:var(--lxb-padding-top, 40px);padding-bottom:var(--lxb-padding-bottom, 40px)}.luxe-bundles__inner{display:flex;flex-direction:column;gap:20px}.luxe-bundles__header{display:flex;flex-direction:column;gap:6px}.luxe-bundles__header--center{align-items:center;text-align:center}.luxe-bundles__header--left{align-items:flex-start;text-align:left}.luxe-bundles__heading{margin:0;font-family:var(--font-heading-family, inherit);font-weight:500;letter-spacing:-.01em;line-height:1.15;font-size:var(--lxb-section-heading-size, 32px);color:var(--lxb-text)}.luxe-bundles__subheading{margin:0;font-size:var(--lxb-section-subheading-size, 15px);line-height:1.5;color:var(--lxb-muted);max-width:56ch}.luxe-bundles__filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.luxe-bundles__chip{-webkit-appearance:none;appearance:none;border:1px solid var(--lxb-border);background:transparent;color:var(--lxb-text);font:inherit;font-size:13px;padding:7px 14px;border-radius:999px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;white-space:nowrap}.luxe-bundles__chip:hover{background:#0000000a}.luxe-bundles__chip--active{background:var(--lxb-accent);color:#fff;border-color:var(--lxb-accent)}.luxe-bundles__list-wrap{position:relative}.luxe-bundles__list{list-style:none;margin:0;padding:0;display:grid;gap:var(--lxb-card-gap, 16px)}.luxe-bundles--grid .luxe-bundles__list{grid-template-columns:1fr}@media(min-width:500px){.luxe-bundles--grid .luxe-bundles__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.luxe-bundles--grid .luxe-bundles__list{grid-template-columns:repeat(3,1fr)}}@media(min-width:1300px){.luxe-bundles--grid .luxe-bundles__list{grid-template-columns:repeat(4,1fr)}}.luxe-bundles--featured-1 .luxe-bundles__list{grid-template-columns:1fr;max-width:720px;margin-inline:auto}.luxe-bundles--carousel .luxe-bundles__list--carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:16px;gap:var(--lxb-card-gap, 16px);-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;margin-inline:calc(-1 * var(--lxb-card-gap, 16px));padding-inline:var(--lxb-card-gap, 16px)}.luxe-bundles--carousel .luxe-bundles__list--carousel::-webkit-scrollbar{display:none}.luxe-bundles--carousel .luxe-bundles__item{flex:0 0 82%;scroll-snap-align:start;min-width:0}@media(min-width:500px){.luxe-bundles--carousel .luxe-bundles__item{flex-basis:46%}}@media(min-width:900px){.luxe-bundles--carousel .luxe-bundles__item{flex-basis:31%}}@media(min-width:1300px){.luxe-bundles--carousel .luxe-bundles__item{flex-basis:23.5%}}.luxe-bundles__item{margin:0;padding:0}.luxe-bundles__card{position:relative;display:flex;flex-direction:column;background:var(--lxb-card-bg);border:1px solid var(--lxb-border);border-radius:var(--lxb-radius, 12px);overflow:hidden;height:100%;transition:box-shadow .2s ease,transform .2s ease}.luxe-bundles__card:hover{box-shadow:0 12px 32px #1c2b4a14}.luxe-bundles__card--coming-soon{opacity:.85}.luxe-bundles__callout{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 12px;font-size:12px;letter-spacing:.02em;text-transform:uppercase}.luxe-bundles__callout-right{font-weight:600}.luxe-bundles__visual{position:relative;width:100%;overflow:hidden}.luxe-bundles__hero-link{display:block;width:100%;height:100%}.luxe-bundles__hero-img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.luxe-bundles__hero-link:hover .luxe-bundles__hero-img{transform:scale(1.03)}.luxe-bundles__pills{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;z-index:2;pointer-events:none}.luxe-bundles__save-pill,.luxe-bundles__badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.02em;line-height:1.2}.luxe-bundles__save-pill{background:var(--lxb-save-bg);color:var(--lxb-save-text)}.luxe-bundles__badge{background:var(--lxb-badge-bg);color:var(--lxb-badge-text)}.luxe-bundles__composition{position:relative;width:100%;height:100%;display:grid;gap:2px}.luxe-bundles__tile{position:relative;display:block;width:100%;height:100%;overflow:hidden;background:transparent;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease}.luxe-bundles__tile img{display:block;width:100%;height:100%;transition:transform .3s ease}.luxe-bundles--fit-cover .luxe-bundles__tile img{object-fit:cover;padding:0}.luxe-bundles--fit-contain .luxe-bundles__tile img{object-fit:contain;padding:var(--lxb-tile-padding, 8%)}.luxe-bundles__tile:hover{z-index:2}.luxe-bundles__tile:hover img{transform:scale(1.05)}.luxe-bundles__tile-label{position:absolute;inset:auto 8px 8px 8px;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--lxb-muted);text-align:center;pointer-events:none;line-height:1.2}.luxe-bundles__composition--single{grid-template-columns:1fr}.luxe-bundles__composition--split-2{grid-template-columns:1fr 1fr}.luxe-bundles__composition--asymmetric-3{grid-template-columns:1.6fr 1fr;grid-template-rows:1fr 1fr}.luxe-bundles__composition--asymmetric-3 .luxe-bundles__tile:nth-child(1){grid-row:span 2}.luxe-bundles__composition--mosaic-4{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.luxe-bundles__composition--mosaic-4 .luxe-bundles__tile:nth-child(n+5){display:none}.luxe-bundles__composition--stacked{grid-template-columns:1fr;grid-auto-rows:1fr}.luxe-bundles__body{display:flex;flex-direction:column;gap:8px;padding:16px;flex:1}.luxe-bundles--density-compact .luxe-bundles__body{padding:12px;gap:6px}.luxe-bundles--density-editorial .luxe-bundles__body{padding:20px 22px 22px;gap:10px}.luxe-bundles__title{margin:0;font-family:var(--font-heading-family, inherit);font-weight:500;font-size:var(--lxb-title-size, 18px);line-height:1.25;letter-spacing:-.005em;color:var(--lxb-text)}.luxe-bundles__title-link{color:inherit;text-decoration:none}.luxe-bundles__title-link:hover{text-decoration:underline;text-underline-offset:3px}.luxe-bundles__subtitle{margin:0;font-size:var(--lxb-subtitle-size, 14px);line-height:1.4;color:var(--lxb-muted)}.luxe-bundles__editorial{margin:2px 0 0;font-size:13px;line-height:1.45;color:var(--lxb-muted);font-style:italic}.luxe-bundles__includes{margin-top:4px;display:flex;flex-direction:column;gap:6px}.luxe-bundles__includes-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--lxb-muted);font-weight:600}.luxe-bundles__chip-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.luxe-bundles__chip-item{margin:0}.luxe-bundles__chip-link,.luxe-bundles__chip-static{display:inline-block;padding:4px 10px;border:1px solid var(--lxb-border);border-radius:999px;font-size:12px;line-height:1.3;color:var(--lxb-text);text-decoration:none;background:transparent}.luxe-bundles__chip-link:hover{background:var(--lxb-accent);color:#fff;border-color:var(--lxb-accent)}.luxe-bundles__chip-static{color:var(--lxb-muted)}.luxe-bundles__price-wrap{margin-top:4px}.luxe-bundles__cta-row{margin-top:auto;padding-top:12px}.luxe-bundles__cta-row .button{width:100%;display:inline-flex!important;align-items:center;justify-content:center;gap:8px}.luxe-bundles__cta-icon{flex-shrink:0;vertical-align:middle}.luxe-bundles__cta-disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.luxe-bundles__cta-row .button.is-loading{opacity:.7;cursor:wait}.luxe-bundles__cta-row .button.is-success{background:#4f7b68!important;color:#fff!important}.luxe-bundles__key-points{list-style:none;margin:8px 0 4px;padding:0;display:flex;flex-direction:column;gap:5px}.luxe-bundles__key-point{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.4;color:var(--lxb-text)}.luxe-bundles__key-tick{color:#4f7b68;flex-shrink:0;margin-top:2px}.luxe-bundles__nav{display:none;gap:8px;justify-content:flex-end;margin-top:12px}@media(min-width:750px){.luxe-bundles--carousel .luxe-bundles__nav{display:flex}}.luxe-bundles__nav-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--lxb-border);background:var(--lxb-card-bg);color:var(--lxb-text);cursor:pointer;transition:background .15s ease,opacity .15s ease}.luxe-bundles__nav-btn:hover:not(:disabled){background:#0000000a}.luxe-bundles__nav-btn:disabled{opacity:.3;cursor:default}.luxe-bundles__view-all{display:flex;justify-content:center;margin-top:8px}.luxe-bundles__view-all-link{display:inline-block;padding:12px 22px;border:1px solid var(--lxb-accent);border-radius:8px;color:var(--lxb-accent);font-size:14px;font-weight:600;text-decoration:none;transition:background .15s ease,color .15s ease}.luxe-bundles__view-all-link:hover{background:var(--lxb-accent);color:#fff}.luxe-bundles__item.is-filtered-out{display:none}.luxe-bundles__debug{background:#fff8dc;border:1px solid #E6CB6B;border-radius:8px;padding:16px 18px;font-size:13px;line-height:1.5;color:#5a4500;max-width:640px}.luxe-bundles__debug strong{display:block;font-size:14px;margin-bottom:4px;color:#1c2b4a}.luxe-bundles__debug p{margin:0 0 8px}.luxe-bundles__debug code{background:#0000000f;padding:2px 6px;border-radius:3px;font-size:12px}.luxe-bundles__debug small{display:block;color:#5a4500b3;font-size:11px}@media(prefers-reduced-motion:reduce){.luxe-bundles__card,.luxe-bundles__hero-img,.luxe-bundles__tile,.luxe-bundles__tile img,.luxe-bundles__tile-label,.luxe-bundles__cta{transition:none!important}.luxe-bundles__hero-link:hover .luxe-bundles__hero-img,.luxe-bundles__tile:hover img{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/luxe-bundles.css.map */
