.variant-card-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.2rem;width:100%;position:relative}.variant-card-picker__option-name{display:block;font-size:1.4rem;font-weight:600;color:var(--card-picker-text, #1a1a1a);margin-bottom:2rem;padding:0;border:none}.variant-card-picker__option-name .form__label-value{font-weight:400}.variant-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background:var(--card-picker-bg, #f9f9f9);border:2px solid var(--card-picker-border, #e0e0e0);border-radius:.6rem;padding:1.5rem 0 0;cursor:pointer;transition:border-color .25s ease,box-shadow .25s ease,transform .2s ease;text-align:center;overflow:visible}.variant-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.variant-card.is-selected{border-color:var(--card-picker-active-border, #c0392b);box-shadow:0 4px 20px #c0392b26;background:var(--card-picker-active-bg, #fff)}.variant-card__check{display:none!important;position:absolute;top:1.2rem;right:1.2rem;width:2.2rem;height:2.2rem;border-radius:50%;border:2px solid var(--card-picker-border, #e0e0e0);display:flex;align-items:center;justify-content:center;transition:all .25s ease;background:#fff}.variant-card.is-selected .variant-card__check{background:var(--card-picker-active-border, #c0392b);border-color:var(--card-picker-active-border, #c0392b)}.variant-card__check svg{width:1.2rem;height:1.2rem;fill:none;stroke:#fff;stroke-width:3;opacity:0;transition:opacity .2s ease}.variant-card.is-selected .variant-card__check svg{opacity:1}.variant-card__badge{position:absolute;top:-1.1rem;left:50%;transform:translate(-50%);background:var(--card-picker-badge-bg, #c0392b);color:var(--card-picker-badge-text, #fff);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.3rem 1.2rem;border-radius:.4rem;white-space:nowrap;z-index:2;line-height:1.6}.variant-card__duration-save-wrapper{align-self:flex-start;display:flex;width:100%;justify-content:space-between;align-items:center;flex-wrap:wrap}.variant-card__duration{font-size:1.8rem;font-weight:700;color:var(--card-picker-text, #1a1a1a);margin-top:1.5rem;margin-bottom:.2rem;line-height:1.3;text-align:start}.variant-card__save{font-size:1.5rem;font-weight:500;color:var(--card-picker-save-text, #c0392b);background-color:var(--card-picker-active-bg, #ffffff);padding:.3rem .8rem;border-bottom-left-radius:.6rem;border-bottom-right-radius:.6rem;width:100%;margin-top:.9rem}.variant-card__save .save_price{font-weight:800}.variant-card__image{width:100%;max-width:14rem;margin:.6rem auto;display:flex;align-items:center;justify-content:center;overflow:hidden}.variant-card__image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.variant-card__main-info{background-color:var(--card-variant-info-bg-color, #ffffff);padding:.5rem;border-radius:.8rem;margin-bottom:1rem;width:calc(100% - 15px);display:flex;align-items:center;justify-content:center}.variant-card .divider-line{margin:0 .5rem}.variant-card.is-selected .variant-card__main-info,.variant-card.is-selected .variant-card__save{background-color:#fff}.variant-card__pack-label{font-size:1.4rem;font-weight:700;color:var(--card-picker-text, #1a1a1a);line-height:1}.variant-card__tablet-count{font-size:1.4rem;color:var(--card-picker-secondary-text, #666);font-weight:400;line-height:1}.variant-card__divider{width:100%;min-height:1px;max-height:1px;background:var(--card-picker-border, #e0e0e0);margin:.6rem 0}.variant-card__price-section{width:100%;text-align:center;margin-top:.4rem}.variant-card__compare-price{font-size:1.2rem;color:var(--card-picker-secondary-text, #999);text-decoration:line-through;line-height:1.4}.variant-card__price{font-size:2rem;font-weight:800;color:var(--card-picker-text, #1a1a1a);line-height:1.3}.variant-card.is-selected .variant-card__price{color:var(--card-picker-active-border, #c0392b)}.variant-card__tax-note{font-size:1rem;color:var(--card-picker-secondary-text, #999);font-style:italic;margin-top:.2rem}.variant-card.is-sold-out:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1.2rem;z-index:1;background:linear-gradient(to bottom right,transparent calc(50% - 1px),rgb(var(--color-border)) 50%,transparent calc(50% + 1px)) no-repeat}.variant-card__input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}@media screen and (max-width:590px){.variant-card-picker{grid-template-columns:repeat(3,1fr);gap:.5rem}.variant-card{padding:.5rem 0 0;text-align:left;border-width:.5px}.variant-card__badge{top:-1rem;left:50%;font-size:.8rem;letter-spacing:0;text-align:center}.variant-card__check{top:1.2rem;right:.6rem;width:1.4rem;height:1.4rem}.variant-card__save{font-size:11px;margin-bottom:0;text-align:center}.variant-card__duration{font-size:1.2rem;margin-top:.5rem}.variant-card__image{width:8rem;max-width:8rem;margin:0;flex-shrink:0}.variant-card__main-info{padding:.5rem;border-radius:.5rem;width:calc(100% - 6px);text-align:center;margin-bottom:.5rem}.variant-card__main-info .variant-card__pack-label,.variant-card__tablet-count{font-size:9px}.variant-card .divider-line{margin:0 .2rem;font-size:.8rem}.variant-card__divider{width:100%;flex-basis:100%;margin:.1rem 0}.variant-card__price{font-size:16px}.variant-card__compare-price{font-size:1rem}.variant-card__tax-note{font-size:.8rem}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/component-variant-card-picker.css.map */
