.card-pack-selector{position:relative;display:block;--cps-ease: cubic-bezier(.16, 1, .3, 1);--cps-bleed-inline: 0px;--cps-bleed-bottom: 0px;--cps-corner: 7px;--cps-foot: 7px;--cps-toggle-border-inline: 1px;--cps-divider: rgba(0, 0, 0, .18);--cps-caret-rule: rgba(0, 0, 0, .12);--cps-pill-bg: #ffffff;--cps-pad-start: 9px;--cps-pad-end: 7px;--cps-lead: .4rem;margin-inline:calc(-1 * var(--cps-bleed-inline));margin-bottom:calc(-1 * var(--cps-bleed-bottom));padding-top:var(--cps-lead)}@media(min-width:768px){.card-pack-selector{--cps-corner: 8px;--cps-foot: 8px;--cps-pad-start: 12px;--cps-pad-end: 10px}}.card-pack-selector__bar{display:flex;flex-direction:column;width:100%;gap:8px}.card-pack-selector__toggle{width:100%;display:flex;align-items:center;gap:5px;min-height:36px;padding-block:0;padding-inline:var(--cps-pad-start) var(--cps-pad-end);background:var(--cps-pill-bg);border:1px solid var(--cps-divider);border-inline-width:var(--cps-toggle-border-inline);border-radius:var(--cps-corner);cursor:pointer;font-size:12.5px;line-height:1.2;color:rgb(var(--color-foreground));text-align:start;box-sizing:border-box;transition:background-color .15s ease,border-color .2s ease;-webkit-tap-highlight-color:transparent}@media(min-width:768px){.card-pack-selector__toggle{min-height:40px;gap:8px;font-size:14px}}.card-pack-selector__toggle:hover{background:#0000000a}.card-pack-selector__toggle:active{background:#00000012}.card-pack-selector.is-open .card-pack-selector__toggle{border-color:#000}.card-pack-selector__toggle-title{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.card-pack-selector__toggle-unit{flex:0 0 auto;font-size:.85em;color:rgba(var(--color-foreground),.55);white-space:nowrap}.card-pack-selector__toggle-unit:empty{display:none}@media(max-width:767.98px){.card-pack-selector__toggle{display:grid;grid-template-columns:1fr auto auto;grid-template-areas:"title price caret" "title unit  caret";align-items:center;column-gap:4px;row-gap:0;padding-block:5px;min-height:42px;--cps-pad-start: 8px;--cps-pad-end: 8px}.card-pack-selector__toggle-title{grid-area:title}.card-pack-selector__toggle-price{grid-area:price;justify-self:end;margin-inline-start:0}.card-pack-selector__toggle-unit{grid-area:unit;justify-self:end;font-size:.75em}.card-pack-selector__toggle-caret{grid-area:caret}}.card-pack-selector__toggle-price{margin-inline-start:auto;white-space:nowrap}.card-pack-selector__toggle-caret{display:inline-flex;flex:0 0 auto;align-items:center;padding-inline-start:8px;color:#0000008c}.card-pack-selector__toggle-caret svg{width:11px;height:11px;transition:transform .25s var(--cps-ease)}.card-pack-selector.is-open .card-pack-selector__toggle-caret svg{transform:rotate(180deg)}.card-pack-selector__form{display:flex;width:100%}.card-pack-selector__atc{width:100%;min-height:42px;border-radius:var(--cps-foot);white-space:nowrap;box-sizing:border-box;-webkit-tap-highlight-color:transparent;transition:background-color .25s ease,transform .2s var(--cps-ease),filter .15s ease}@media(min-width:768px){.card-pack-selector__atc{min-height:44px}}.card-pack-selector__atc:hover{filter:brightness(1.08)}.card-pack-selector__atc:active{transform:scale(.97)}.card-pack-selector__atc.is-added,.card-pack-selector__atc.is-added:hover{background:#4caf7d;border-color:#4caf7d;filter:none}.card-pack-selector__atc .card-pack-selector__atc-short{display:inline}.card-pack-selector__atc .card-pack-selector__atc-long{display:none}@media(min-width:768px){.card-pack-selector__atc .card-pack-selector__atc-short{display:none}.card-pack-selector__atc .card-pack-selector__atc-long{display:inline}}.card-pack-selector__atc .card-pack-selector__atc-added{display:none}.card-pack-selector__atc.is-added .card-pack-selector__atc-added{display:inline}.card-pack-selector__atc.is-added .card-pack-selector__atc-short,.card-pack-selector__atc.is-added .card-pack-selector__atc-long{display:none}.product-card-style-card:not(.color-inherit) .card-pack-selector,.product-card--simple:not(.color-inherit) .card-pack-selector,.product-card-style-boxed .card-pack-selector{--cps-bleed-inline: 0px;--cps-bleed-bottom: 0px;--cps-corner: var(--buttons-radius, .5rem);--cps-foot: var(--buttons-radius, .5rem);--cps-toggle-border-inline: 1px;--cps-pill-bg: #ffffff;--cps-divider: var(--cps-caret-rule);--cps-pad-start: calc(var(--pcard-inline-pad, 1rem) - var(--cps-toggle-border-inline));--cps-pad-end: calc(var(--pcard-inline-pad, 1rem) - var(--cps-toggle-border-inline))}.product-card .product-card__info .card-pack-selector{margin-inline:0}@media(max-width:767.98px){.product-card.product-card-list-on-mobile .card-pack-selector{--cps-bleed-inline: 0px;--cps-bleed-bottom: 0px;--cps-corner: var(--buttons-radius, .5rem);--cps-foot: var(--buttons-radius, .5rem);--cps-toggle-border-inline: 1px;--cps-divider: var(--cps-caret-rule);--cps-pad-start: 12px;--cps-pad-end: 12px}}.product-card__wrapper:has(.card-pack-selector){display:flex;flex-direction:column}.product-card__wrapper:has(.card-pack-selector) .product-card__info{flex:1 1 auto}.product-card__wrapper:has(.card-pack-selector) .card-pack-selector{margin-top:auto}.product-card__wrapper:has(.card-pack-selector) .product-card__info>:first-child{margin-top:auto}.card-pack-selector__toggle[disabled]{cursor:default;color:rgba(var(--color-foreground),.45)}.card-pack-selector__toggle[disabled]:hover,.card-pack-selector__toggle[disabled]:active{background:var(--cps-pill-bg)}.card-pack-selector__toggle[disabled] .card-pack-selector__toggle-caret{opacity:.4}.card-pack-selector__atc[disabled].card-pack-selector__atc--sold-out{background:rgb(var(--color-button));background:color-mix(in srgb,rgb(var(--color-button)) 72%,#000000);border-color:transparent;cursor:default;opacity:1}.card-pack-selector__atc[disabled].card-pack-selector__atc--sold-out:hover,.card-pack-selector__atc[disabled].card-pack-selector__atc--sold-out:active{filter:none;transform:none}.product-card__wrapper:has(.card-pack-selector) .product-card__info>.f-price{display:none}.card-pack-selector__panel{position:absolute;inset-inline:0;bottom:calc(100% - var(--cps-lead) + 5px);z-index:12;transform-origin:bottom center;background:#fff;border-radius:10px;box-shadow:0 6px 30px #1414142e;padding:5px;max-height:min(60vh,340px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;opacity:0;visibility:hidden;transform:translateY(8px) scale(.97);transition:opacity .22s var(--cps-ease),transform .28s var(--cps-ease),visibility .28s var(--cps-ease)}.card-pack-selector__panel[aria-hidden=false]{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.card-pack-selector__tiers{list-style:none;margin:0;padding:0;display:grid;gap:5px}.card-pack-selector__tier{display:flex;margin:0;min-width:0;position:relative}.card-pack-selector__tiers input.card-pack-selector__tier-input{position:absolute!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;opacity:0;pointer-events:none}.card-pack-selector__tile{position:relative;flex:1;display:flex;align-items:center;gap:56px;min-width:0;padding:7px 8px;background:var(--pack-tile-bg, #ffffff);border:1px solid var(--pack-tile-border, #ededed);border-radius:7px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.card-pack-selector__tier-input:checked+.card-pack-selector__tile{background:var(--pack-tile-selected-bg, #afdbc4);border-color:var(--pack-tile-selected-border, #4caf7d)}.card-pack-selector__tile-radio{order:3;flex:0 0 auto;width:15px;height:15px;border-radius:50%;border:2px solid #000000;background:transparent;display:inline-flex;align-items:center;justify-content:center;transition:background-color .15s ease,border-color .15s ease}.card-pack-selector__tier-input:checked+.card-pack-selector__tile .card-pack-selector__tile-radio{border-color:#4caf7d;background-color:#4caf7d;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 6.2 5 8.2 9 4' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:78%}.card-pack-selector__tile-body{flex:1;min-width:0;display:grid;grid-template-columns:1fr auto;grid-template-rows:minmax(var(--cps-row1, 18.2px),auto) minmax(var(--cps-row2, 14px),auto);column-gap:8px;row-gap:1px;align-items:center}.card-pack-selector__tile-body:not(:has(.card-pack-selector__tile-save)):not(:has(.card-pack-selector__tile-unit)) .card-pack-selector__tile-title,.card-pack-selector__tile-body:not(:has(.card-pack-selector__tile-save)):not(:has(.card-pack-selector__tile-unit)) .card-pack-selector__tile-price{grid-row:1 / 3}.card-pack-selector__tile-title{grid-row:1;grid-column:1;font-weight:700;font-size:14px;line-height:1.3;color:rgb(var(--color-foreground));min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-pack-selector__tile-price{grid-row:1;grid-column:2;justify-self:end;font-weight:700;font-size:14px;line-height:1.3;color:rgb(var(--color-foreground));white-space:nowrap}.card-pack-selector__tile-compare{margin-inline-start:6px;font-size:.8em;font-weight:400;color:#0009;text-decoration:line-through;white-space:nowrap}.card-pack-selector__tile-save{grid-row:2;grid-column:1;display:inline-flex;align-items:center;gap:4px;font-size:11px;line-height:1.25;font-weight:600;color:rgb(var(--color-foreground));min-width:0;white-space:nowrap}.card-pack-selector__save-icon{display:inline-flex;align-items:center;justify-content:center;width:13px;height:13px;border-radius:50%;background:#e0472b;color:#fff;font-size:7px;font-weight:800}.card-pack-selector__tier:not(:last-child) .card-pack-selector__save-icon{display:none}.card-pack-selector__tile-unit{grid-row:2;grid-column:2;justify-self:end;font-size:11px;line-height:1.25;color:#0009;white-space:nowrap}.card-pack-selector__ribbon{position:absolute;top:0;right:7.5px;transform:translateY(-25%);display:inline-flex;align-items:center;background:var(--pack-ribbon-bg, #4caf7d);color:var(--pack-ribbon-text, #ffffff);font-size:9.5px;font-weight:600;line-height:1;padding:2.5px 6.5px;border-radius:999px;z-index:1}.card-pack-sheet{--cps-ease: cubic-bezier(.16, 1, .3, 1)}.card-pack-sheet[hidden]{display:none}.card-pack-sheet__scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:40;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.card-pack-sheet.is-open .card-pack-sheet__scrim{opacity:1;visibility:visible}.card-pack-sheet__panel{position:fixed;inset-inline:0;bottom:0;z-index:41;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -8px 40px #0003;padding:16px 16px 20px;display:flex;flex-direction:column;gap:14px;max-height:88vh;overflow:hidden;overscroll-behavior:contain;transform:translateY(102%);visibility:hidden;transition:transform .32s var(--cps-ease),visibility .32s var(--cps-ease)}.card-pack-sheet__tiers-slot{overflow-y:auto;min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-top:10px;margin-top:-10px}.card-pack-sheet.is-open .card-pack-sheet__panel{transform:translateY(0);visibility:visible}.card-pack-sheet__header{display:flex;align-items:center;gap:12px}.card-pack-sheet__thumb{width:60px;height:60px;border-radius:10px;object-fit:cover;background:#f6f6f6;flex:0 0 auto}.card-pack-sheet__titles{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.card-pack-sheet__vendor{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#0000008c}.card-pack-sheet__title{margin:0;font-family:var(--font-heading-family, inherit);font-weight:600;font-size:17px;letter-spacing:-.02em;line-height:1.3;color:rgb(var(--color-foreground, 0, 0, 0))}.card-pack-sheet__close{flex:0 0 auto;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#0000000d;border:0;border-radius:50%;padding:0;cursor:pointer;color:#000;-webkit-tap-highlight-color:transparent}.card-pack-sheet__close:active{background:#0000001a}.card-pack-sheet__close svg{width:18px;height:18px}.card-pack-sheet .card-pack-selector__tiers{gap:8px}.card-pack-sheet .card-pack-selector__tile{padding:12px 14px;border-radius:10px;gap:56px;background:var(--pack-tile-bg, #ffffff);border:1.5px solid var(--pack-tile-border, #ededed)}.card-pack-sheet .card-pack-selector__tier-input:checked+.card-pack-selector__tile{background:var(--pack-tile-selected-bg, #afdbc4);border:1.5px solid var(--pack-tile-selected-border, #4caf7d)}.card-pack-sheet .card-pack-selector__tile-radio{width:22px;height:22px;border:2px solid #cccccc;background:transparent}.card-pack-sheet .card-pack-selector__tier-input:checked+.card-pack-selector__tile .card-pack-selector__tile-radio{border-color:#4caf7d}.card-pack-sheet .card-pack-selector__tile-body{--cps-row1: 21.25px;--cps-row2: 15px;row-gap:2px}.card-pack-sheet .card-pack-selector__tile-title{font-size:17px;line-height:1.25}.card-pack-sheet .card-pack-selector__tile-price{font-size:16px;line-height:1.25}.card-pack-sheet .card-pack-selector__tile-save{font-size:12px}.card-pack-sheet .card-pack-selector__save-icon{width:14px;height:14px;font-size:8px}.card-pack-sheet .card-pack-selector__tile-unit{font-size:12px}.card-pack-sheet .card-pack-selector__ribbon{right:12px;transform:translateY(-25%);font-size:11px;padding:4px 9px}@media(min-width:768px){.complementary-products .card-pack-selector__toggle-unit,.cart-drawer .card-pack-selector__toggle-unit{display:none}}.card-pack-sheet__actions{display:flex;flex-wrap:wrap;align-items:flex-end;column-gap:.8rem;row-gap:1.6rem;flex:0 0 auto}.card-pack-sheet__atc{flex:1 1 auto;width:auto;border-radius:var(--buttons-radius, .5rem)}.card-pack-selector__save-slot{display:none}.card-pack-sheet__save-slot{display:contents}.card-pack-sheet__payments{display:flex;align-items:center;justify-content:center;gap:6px}.card-pack-sheet__payments svg{height:22px;width:auto;display:block}@media(prefers-reduced-motion:reduce){.card-pack-selector__panel{transform:none;transition:opacity .22s ease,visibility .22s ease}.card-pack-selector__panel[aria-hidden=false]{transform:none}.card-pack-selector__toggle-caret svg{transition:none}.card-pack-selector__atc,.card-pack-selector__atc:active{transform:none;transition:background-color .25s ease}.card-pack-sheet__panel{transform:none;opacity:0;transition:opacity .25s ease,visibility .25s ease}.card-pack-sheet.is-open .card-pack-sheet__panel{transform:none;opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/98/assets/card-pack-selector.css.map */
