.bundle-offer{--bundle-ink: #0c1a2e;--bundle-muted: rgba(12, 26, 46, .62);--bundle-line: rgba(12, 26, 46, .18);--bundle-active: #e84b0c;--bundle-choice-active: #0c1a2e;--bundle-badge: #0c1a2e;--bundle-red: #e84b0c;--bundle-soft: rgba(232, 75, 12, .12);--bundle-bg: #ffffff;--bundle-radius: 8px;color:var(--bundle-ink);width:100%;max-width:420px}.bundle-offer__section+.bundle-offer__section{margin-top:34px}.bundle-offer__title{margin:0 0 14px;color:var(--bundle-ink);font-size:17px;font-weight:700;line-height:1.2;letter-spacing:0}.bundle-offer__options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:8px}.bundle-card{position:relative;display:grid;justify-items:center;align-content:end;min-height:128px;padding:12px 8px 10px;border:1.5px solid var(--bundle-line);border-radius:var(--bundle-radius);background:var(--bundle-bg);color:var(--bundle-ink);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.bundle-card:hover{border-color:var(--bundle-active)}.bundle-card.is-active{border:2px solid var(--bundle-active);box-shadow:0 8px 20px #e84b0c1f;transform:translateY(-2px)}.bundle-card__badge{position:absolute;top:-10px;left:50%;z-index:2;min-width:88px;padding:4px 10px;border-radius:5px;background:var(--bundle-active);color:#fff;font-size:11px;font-weight:700;line-height:1;text-align:center;transform:translate(-50%);white-space:nowrap;pointer-events:none}.bundle-card--trio .bundle-card__badge{background:var(--bundle-badge)}.bundle-card__image{display:grid;place-items:end center;width:100%;min-height:58px;margin-bottom:4px}.bundle-card__image img{display:block;width:min(92px,100%);height:58px;object-fit:contain}.bundle-card--single .bundle-card__image img{width:min(66px,100%)}.bundle-card__title{display:block;margin-top:2px;font-size:17px;font-weight:700;line-height:1.1}.bundle-card__compare{display:block;min-height:18px;margin-top:4px;color:var(--bundle-muted);font-size:11px;line-height:1.2}.bundle-card__compare span{color:var(--bundle-ink)}.bundle-card__compare s{color:#0c1a2e6b}.bundle-card__save{display:inline-flex;align-items:center;justify-content:center;min-height:25px;margin-top:4px;padding:5px 12px;border-radius:999px;background:var(--bundle-red);color:#fff;font-size:12px;font-weight:700;line-height:1}.bundle-card__price{display:block;margin-top:6px;color:var(--bundle-muted);font-size:12px;font-weight:600}.bundle-card__unit{display:inline-flex;align-items:center;justify-content:center;min-height:25px;margin-top:6px;padding:5px 10px;border-radius:999px;background:var(--bundle-soft);color:var(--bundle-active);font-size:12px;font-weight:700;line-height:1}.bundle-card--single .bundle-card__unit{display:none}.bundle-choice+.bundle-choice{margin-top:26px}.bundle-choice__heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.bundle-choice__title{margin:0;color:var(--bundle-ink);font-size:16px;font-weight:700;line-height:1.2;letter-spacing:0}.bundle-offer__size-chart-link{display:inline-flex;align-items:center;gap:7px;color:var(--bundle-ink);font-size:13px;font-weight:700;line-height:1;text-decoration:underline;text-underline-offset:4px;white-space:nowrap;cursor:pointer}.bundle-choice__grid{display:grid;gap:10px}.bundle-choice__grid--gender{grid-template-columns:repeat(2,minmax(0,1fr))}.bundle-choice__grid--size{grid-template-columns:repeat(3,minmax(0,1fr))}.bundle-choice__button{min-height:46px;padding:10px 12px;border:1.5px solid var(--bundle-line);border-radius:7px;background:#fff;color:var(--bundle-ink);font-size:14px;font-weight:600;line-height:1.15;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.bundle-choice__button:hover{border-color:var(--bundle-active)}.bundle-choice__button.is-active{border-color:var(--bundle-choice-active);background:var(--bundle-choice-active);color:#fff}.bundle-choice__empty{margin:10px 0 0;color:var(--bundle-muted);font-size:14px;line-height:1.4}.bundle-size-chart{padding:4px 0}.bundle-size-chart__title{margin:0 0 20px;text-align:center;font-size:22px;font-weight:800;color:var(--bundle-ink)}.bundle-size-chart__subtitle{margin:16px 0 6px;font-size:15px;font-weight:700;color:var(--bundle-ink)}.bundle-size-chart__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.bundle-size-chart__table{width:100%;border-collapse:collapse;white-space:nowrap;font-size:14px;color:var(--bundle-ink)}.bundle-size-chart__table thead tr{background:#fff8f5}.bundle-size-chart__table th,.bundle-size-chart__table td{padding:12px 16px;white-space:nowrap}.bundle-size-chart__table th{text-align:left;font-size:12px;font-weight:800;border-bottom:2px solid rgba(12,26,46,.1)}.bundle-size-chart__table td{border-bottom:1px solid rgba(12,26,46,.08);color:#0c1a2ec2}.bundle-size-chart__table tbody tr:hover{background:#fff8f5}.bundle-size-chart__size-label{font-weight:800;color:var(--bundle-ink)}.bundle-size-chart__note{margin:12px 0 0;font-size:12px;line-height:1.45;font-style:italic;color:#0c1a2e94}.bundle-size-chart__image-wrap{margin-top:16px;padding-top:16px;border-top:1px solid rgba(12,26,46,.1)}.bundle-size-chart__image-wrap img{display:block;width:100%;height:auto;margin-top:12px}@media screen and (max-width:749px){.bundle-offer{max-width:none}.bundle-offer__options{gap:8px}.bundle-card{min-height:126px;padding-inline:6px}.bundle-card__title{font-size:17px}.bundle-card__save,.bundle-card__unit{font-size:11px}.bundle-choice__grid--size{grid-template-columns:repeat(3,minmax(0,1fr))}.bundle-choice__button{min-height:44px;padding-inline:8px;font-size:14px}}@media screen and (max-width:374px){.bundle-choice__grid--size{grid-template-columns:repeat(2,minmax(0,1fr))}.bundle-card__title{font-size:16px}}@media screen and (min-width:750px){.bundle-offer{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/bundle-offer.css.map */
