.luxe-variant-cards{padding:var(--lvc-padding-top) 0 var(--lvc-padding-bottom);width:100%}.luxe-variant-cards__heading{font-size:var(--luxe-text-sm);font-weight:600;color:var(--lvc-text);margin:0 0 10px;letter-spacing:.06em}.luxe-variant-cards__list{display:flex;flex-direction:column;gap:var(--lvc-gap)}.luxe-variant-cards__card-wrapper{border:2px solid var(--lvc-border);border-radius:var(--lvc-radius);overflow:hidden;background:var(--lvc-card-bg);transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}@media(hover:hover){.luxe-variant-cards__card-wrapper:hover{border-color:color-mix(in srgb,var(--lvc-border-active) 40%,var(--lvc-border))}}.luxe-variant-cards__card-wrapper--active{border-color:var(--lvc-border-active);background:var(--lvc-card-bg-active);box-shadow:0 4px 20px #1c2b4a14}.luxe-variant-cards__callout{display:flex;justify-content:space-between;align-items:center;padding:6px 16px;background:var(--lvc-callout-bg);color:var(--lvc-callout-text);font-size:var(--lvc-callout-font-size);font-weight:600;letter-spacing:0}.luxe-variant-cards__callout-right{font-weight:700;text-transform:uppercase;letter-spacing:.06em;opacity:.85}.luxe-variant-cards__card{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;background:transparent;border:none;cursor:pointer;text-align:left;font-family:inherit;font-size:inherit;color:inherit;outline:none;-webkit-tap-highlight-color:transparent}.luxe-variant-cards__card--unavailable{opacity:.45;cursor:not-allowed}.luxe-variant-cards__card:focus-visible{outline:2px solid var(--lvc-border-active);outline-offset:-2px}.luxe-variant-cards__radio{flex-shrink:0;width:18px;height:18px;border-radius:50%;border:2px solid var(--lvc-border);position:relative;transition:border-color .2s ease}.luxe-variant-cards__radio:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;border-radius:50%;background:var(--lvc-radio);transform:translate(-50%,-50%) scale(0);transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.luxe-variant-cards__card--active .luxe-variant-cards__radio{border-color:var(--lvc-radio)}.luxe-variant-cards__card--active .luxe-variant-cards__radio:after{transform:translate(-50%,-50%) scale(1)}.luxe-variant-cards__info{flex:1;min-width:0}.luxe-variant-cards__title-row{display:flex;align-items:flex-start;gap:8px}.luxe-variant-cards__name-badges{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:6px}.luxe-variant-cards__name{font-size:var(--lvc-font-size);font-weight:600;color:var(--lvc-text);line-height:1.3}.luxe-variant-cards__save-pill{display:inline-block;font-size:var(--lvc-badge-font-size);font-weight:700;text-transform:uppercase;padding:2px 8px;border-radius:4px;background:var(--lvc-save-pill-bg);color:var(--lvc-save-pill-text);white-space:nowrap;line-height:1.4}.luxe-variant-cards__badge{display:inline-block;font-size:var(--lvc-badge-font-size);font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:2px 8px;border-radius:4px;background:var(--lvc-badge-bg);color:var(--lvc-badge-text);white-space:nowrap;line-height:1.4}.luxe-variant-cards__badge--animated{animation:lvc-badge-wave 2.5s ease-in-out infinite}@keyframes lvc-badge-wave{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.luxe-variant-cards__pricing{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:0}.luxe-variant-cards__price-sale{display:block;font-size:var(--lvc-price-font-size);font-weight:700;color:var(--lvc-text);line-height:1.3;white-space:nowrap}.luxe-variant-cards__price-compare{display:block;font-size:var(--lvc-price-font-size);font-weight:400;color:var(--lvc-grey-text);text-decoration:line-through;line-height:1.3;white-space:nowrap}.luxe-variant-cards__sold-out{font-size:calc(var(--lvc-font-size) - 2px);font-weight:600;color:var(--lvc-grey-text);text-transform:uppercase;letter-spacing:.06em}.luxe-variant-cards__description{font-size:calc(var(--lvc-font-size) - 2px);color:var(--lvc-grey-text);line-height:1.4;margin:6px 0 0}.luxe-variant-cards__drawer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1)}.luxe-variant-cards__card-wrapper--active .luxe-variant-cards__drawer{grid-template-rows:1fr}.luxe-variant-cards__drawer-inner{overflow:hidden;min-height:0}.luxe-variant-cards__bundle-item{display:flex;align-items:center;gap:12px;padding:10px 16px;border-top:1px solid var(--lvc-border)}.luxe-variant-cards__bundle-image{flex-shrink:0;width:48px;height:48px;border-radius:var(--lvc-radius);overflow:hidden;background:var(--lvc-bundle-bg);display:flex;align-items:center;justify-content:center}.luxe-variant-cards__bundle-image img{width:100%;height:100%;object-fit:cover}.luxe-variant-cards__bundle-placeholder{width:100%;height:100%;background:var(--lvc-bundle-bg);display:flex;align-items:center;justify-content:center;color:#aaa}.luxe-variant-cards__bundle-placeholder svg{width:20px;height:20px}.luxe-variant-cards__bundle-info{flex:1;min-width:0}.luxe-variant-cards__bundle-title{font-size:var(--lvc-bundle-title-font-size);font-weight:600;color:var(--lvc-text);display:block;line-height:1.3}.luxe-variant-cards__bundle-desc{font-size:var(--lvc-bundle-desc-font-size);color:var(--lvc-grey-text);display:block;line-height:1.3;margin-top:1px}.luxe-variant-cards__bundle-value{flex-shrink:0;font-size:var(--lvc-bundle-value-font-size);font-weight:700;padding:2px 8px;border-radius:4px;background:var(--lvc-bundle-pill-bg);color:var(--lvc-bundle-pill-text);white-space:nowrap}@media screen and (max-width:749px){.luxe-variant-cards__card{padding:12px 14px;gap:10px}.luxe-variant-cards__callout{padding:5px 14px}.luxe-variant-cards__bundle-item{padding:8px 14px;gap:10px}.luxe-variant-cards__name-badges{gap:4px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/luxe-variant-cards.css.map */
