:root{--cpt-page-bg: rgb(var(--background, 255 255 255));--cpt-card-bg: rgb(var(--background, 255 255 255));--cpt-text: rgb(var(--text-color, 28 28 28));--cpt-muted: rgba(var(--text-color, 28 28 28), .62);--cpt-border: #d1d5db;--cpt-accent: rgb(var(--heading-color, 15 15 15));--cpt-sale: #c5322d;--cpt-success: #2c7a56;--cpt-line: #d6dce2;--cpt-line-soft: #e7ebef;--cpt-soft: #f6f7f8;--cpt-ink: #121315;--cpt-red: #c92318;--cpt-blue: #1f63bd;--cpt-green: #16864d;--cpt-disabled: #a2acb7}.cpt-section{padding:40px 0;background:var(--cpt-page-bg)}.cpt-container{max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box}.cpt-panel{display:none}.cpt-panel.is-active{display:block}.cpt-row{display:flex;justify-content:center;align-items:stretch;width:100%}.cpt-block{box-sizing:border-box;flex-shrink:0;flex-grow:0}.cpt-block--1{width:25%}.cpt-block--2{width:50%}.cpt-block--4{width:100%}.cpt-promo-card{background:#fff;border:1px solid #d1d5db;display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden}.cpt-badge{display:inline-flex;align-items:center;width:fit-content;background:var(--cpt-sale);color:#fff;font-size:14px;font-weight:700;padding:6px 12px;border-radius:999px;text-transform:uppercase;letter-spacing:.3px;pointer-events:none}.cpt-badge--bundle{background:#1d4ed8}.cpt-product-image{position:relative;aspect-ratio:1;overflow:hidden;background:#fff}.cpt-product-image img{width:100%;height:100%;object-fit:contain;padding:10%;display:block;transition:transform .3s}.cpt-promo-card:hover .cpt-product-image img{transform:scale(1.03)}.cpt-card-body{padding:12px;flex:1;display:flex;flex-direction:column;gap:7px}.cpt-product-title{font-size:14px;font-weight:600;color:var(--cpt-text);line-height:1.35;margin:0}.cpt-variant-label{font-size:14px;color:var(--cpt-muted)}.cpt-pricing{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px}.cpt-price-old{font-size:13px;color:#9ca3af;text-decoration:line-through}.cpt-price-new{font-size:16px;font-weight:700;color:var(--cpt-sale)}.cpt-savings{font-size:13px;color:var(--cpt-success);font-weight:600;background:#2c7a561f;padding:1px 5px;border-radius:2px}.cpt-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cpt-chips{--chip-size: 46px;display:grid;gap:8px;justify-content:center;grid-template-columns:repeat(4,var(--chip-size))}.cpt-chips--5,.cpt-chips--6{grid-template-columns:repeat(3,var(--chip-size))}.cpt-chips--7,.cpt-chips--8{grid-template-columns:repeat(4,var(--chip-size))}.cpt-chip{width:var(--chip-size);height:var(--chip-size);padding:2px;border:1px solid #d1d5db;background:#fff;border-radius:50%;cursor:pointer;transition:border-color .14s ease,transform .14s ease}.cpt-chip:hover{border-color:#6b7280;transform:translateY(-1px)}.cpt-chip-media{width:100%;height:100%;border-radius:999px;overflow:hidden;display:block;background:#f3f4f6}.cpt-chip-media img{width:100%;height:100%;object-fit:cover;display:block}.cpt-chip-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#374151}.cpt-chip.is-selected{border-color:var(--cpt-accent);box-shadow:0 0 0 2px rgba(var(--text-color, 28 28 28),.16)}.cpt-chip.is-unavailable{opacity:.38;cursor:not-allowed}.cpt-btn-atc{width:100%;padding:10px 12px;margin-top:auto;background:var(--cpt-accent);color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;text-align:center;transition:background .18s,opacity .18s}.cpt-btn-atc:hover:not(:disabled){background:#374151}.cpt-btn-atc:disabled{background:#9ca3af;cursor:not-allowed}.cpt-btn-atc.is-loading{opacity:.65;pointer-events:none}.cpt-btn-atc.is-added{background:#15803d}.cpt-error-msg{font-size:11px;color:#ef4444;margin-top:4px}.cpt-bundle-block{background:#fff;border:1px solid #d1d5db;display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden}.cpt-bundle-badge{display:inline-block;background:var(--cpt-sale);color:#fff;font-size:10px;font-weight:700;padding:3px 7px;border-radius:2px;text-transform:uppercase;letter-spacing:.6px;margin:12px 12px 0;align-self:flex-start}.cpt-bundle-header{padding:8px 12px 0}.cpt-bundle-title{font-size:14px;font-weight:700;color:#111827;margin:0 0 3px}.cpt-bundle-subtitle{font-size:12px;color:var(--cpt-muted);margin:0}.cpt-bundle-promo-badge{display:flex;align-items:center;justify-content:center;width:100%;background:var(--cpt-sale);color:#fff;font-size:16px;font-weight:700;padding:10px 12px;border-radius:999px;letter-spacing:.2px;text-align:center;line-height:1.25}.cpt-product-grid{display:flex;flex-wrap:wrap;flex:1}.cpt-product-grid--2unit{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:10px;gap:10px}.cpt-product-grid--2unit .cpt-product-grid-item{width:100%;border-radius:12px;background:#fff;border:1px solid #e5e7eb;padding:10px;display:flex;flex-direction:column;align-items:stretch;text-align:center;gap:8px}.cpt-product-grid--2unit .cpt-grid-item-info{width:100%;padding:0;display:flex;flex-direction:column;align-items:center;gap:6px;flex:1 1 auto}.cpt-product-grid--2unit .cpt-grid-item-name{font-size:13px;font-weight:800;-webkit-line-clamp:2;min-height:34px;display:flex;align-items:center;justify-content:center}.cpt-product-grid--2unit .cpt-grid-item-variant{font-size:12px;margin:0}.cpt-product-grid--2unit .cpt-grid-item-price{font-size:15px;font-weight:800}.cpt-product-grid--2unit .cpt-grid-item-btn{margin-top:auto;width:100%;min-height:44px;padding:10px 12px;border-radius:12px;background:#0b0c0e;color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center}.cpt-product-grid-item{cursor:pointer;box-sizing:border-box;border:2px solid transparent;position:relative;transition:border-color .12s;background:#f9fafb}.cpt-product-grid-item:hover{border-color:#9ca3af}.cpt-product-grid-item.is-selected{border-color:#111827}.cpt-product-grid-item.is-unavailable{opacity:.56;cursor:not-allowed}.cpt-product-grid-item.is-unavailable:hover{border-color:transparent}.cpt-product-grid-item.is-unavailable .cpt-grid-item-btn{background:#9ca3af;color:#fff}.cpt-product-grid--2unit .cpt-product-grid-item.is-selected .cpt-grid-item-btn{background:#111827}.cpt-product-grid-item img{width:100%;display:block;aspect-ratio:1;object-fit:cover}.cpt-product-grid--2unit .cpt-product-grid-item img{border-radius:10px;height:180px;width:100%;object-fit:contain}.cpt-block--4 .cpt-product-grid-item img{height:180px;width:100%;display:block;object-fit:contain;object-position:center center;background:#fff}.cpt-block--4 .cpt-grid-item-name{font-size:13px}.cpt-block--4 .cpt-product-grid-item{background:#fff;display:flex;flex-direction:column}.cpt-block--4 .cpt-grid-item-info{background:#fff;flex:1 1 auto}.cpt-block--4 .cpt-grid-item-variant{font-size:12px}.cpt-block--4 .cpt-grid-item-price{font-size:15px}.cpt-grid-item-info{padding:3px 5px 5px;background:#fff}.cpt-grid-item-name{font-size:10px;font-weight:600;color:#374151;line-height:1.3;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cpt-grid-item-variant{font-size:9px;color:#9ca3af;margin:1px 0 0}.cpt-grid-item-price{font-size:10px;font-weight:700;color:#111827;margin:2px 0 0}.cpt-product-grid-item:after{content:"";position:absolute;top:5px;right:5px;width:18px;height:18px;background:#111827 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/11px no-repeat;border-radius:50%;opacity:0;transition:opacity .12s;pointer-events:none;z-index:1}.cpt-product-grid-item.is-selected:after{opacity:1}.cpt-item-free-badge{position:absolute;bottom:26px;left:0;right:0;text-align:center;background:#16a34a;color:#fff;font-size:16px;font-weight:700;padding:2px;text-transform:uppercase;pointer-events:none}.cpt-product-grid--2unit .cpt-item-free-badge{bottom:58px}.cpt-grid-density-3 .cpt-product-grid-item{width:33.333%}.cpt-grid-density-5 .cpt-product-grid-item{width:20%}.cpt-grid-density-6 .cpt-product-grid-item{width:16.666%}.cpt-grid-density-8 .cpt-product-grid-item{width:12.5%}.cpt-bundle-footer{padding:10px 12px;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px}.cpt-block--2 .cpt-selected-items{justify-content:flex-start;flex-wrap:wrap;min-width:0}.cpt-block--2 .cpt-bundle-pricing{grid-area:pricing;align-self:start;justify-self:end;align-items:center;justify-content:flex-end;gap:8px;white-space:nowrap;min-width:0}.cpt-block--2 .cpt-selected-item{width:62px;height:62px}.cpt-block--2 .cpt-bundle-price-old{font-size:14px}.cpt-block--2 .cpt-bundle-price-new{font-size:24px}.cpt-block--2 .cpt-bundle-save-chip{font-size:16px;padding:4px 8px}.cpt-clear-btn{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:999px;font-size:12px;font-weight:700;padding:5px 10px;cursor:pointer}.cpt-selected-items{display:grid;grid-template-columns:repeat(4,minmax(0,max-content));justify-content:start;align-items:center;gap:8px;min-height:56px}.cpt-selected-item{width:55px;height:55px;border-radius:999px;overflow:hidden;border:1px solid #d1d5db;background:#fff;flex:0 0 auto}.cpt-selected-item img{width:100%;height:100%;object-fit:cover;display:block}.cpt-bundle-footer--split .cpt-btn-atc{width:100%;min-width:0;margin-top:0;align-self:stretch}.cpt-bundle-save-chip{font-size:16px;color:#16a34a;font-weight:700;background:#dcfce7;padding:2px 6px;border-radius:6px}.cpt-bundle-summary{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px}.cpt-bundle-summary-text{font-size:12px;color:#374151;font-weight:500}.cpt-bundle-pricing{display:flex;align-items:baseline;gap:5px}.cpt-bundle-price-old{font-size:14px;color:#9ca3af;text-decoration:line-through}.cpt-bundle-price-new{font-size:16px;font-weight:700;color:#dc2626}.cpt-selected-item-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#111827;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1}.cpt-bundle-promo-badge--4unit{font-size:14px;padding:8px 12px}@media(max-width:768px){.cpt-row{flex-wrap:wrap;justify-content:stretch}.cpt-block--1{width:50%}.cpt-block--2,.cpt-block--4{width:100%}.cpt-chips{--chip-size: 42px;grid-template-columns:repeat(3,var(--chip-size));justify-content:center;gap:8px}.cpt-chip{width:var(--chip-size);height:var(--chip-size)}.cpt-card-body{overflow:visible}.cpt-bundle-block .cpt-product-grid-item{width:33.333%!important}.cpt-product-grid--2unit{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.cpt-product-grid--2unit .cpt-product-grid-item{width:100%!important}.cpt-block--4 .cpt-product-grid-item img{height:143px}.cpt-product-grid--2unit .cpt-product-grid-item img{height:143px;width:100%;object-fit:contain;padding:0;background:#fff}.cpt-product-grid--2unit .cpt-grid-item-name{font-size:13px;min-height:30px}.cpt-product-grid--2unit .cpt-grid-item-price{font-size:13px}.cpt-product-grid--2unit .cpt-grid-item-btn{min-height:40px;font-size:13px;padding:8px 10px}.cpt-product-grid--2unit .cpt-item-free-badge{font-size:12px;bottom:52px}.cpt-selected-items{min-height:44px;gap:6px;justify-content:flex-start}.cpt-bundle-pricing{flex-direction:column;align-items:flex-start;gap:2px}.cpt-block--2 .cpt-bundle-pricing{flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:3px;white-space:normal;min-width:0}.cpt-selected-item{width:44px;height:44px}.cpt-block--2 .cpt-selected-item{width:52px;height:52px}.cpt-block--2 .cpt-bundle-price-old{font-size:14px}.cpt-block--2 .cpt-bundle-price-new{font-size:20px}.cpt-block--2 .cpt-bundle-save-chip{font-size:16px}}@media(max-width:480px){.cpt-container{padding:0 12px}.cpt-block--1{width:50%}.cpt-chips{--chip-size: 36px}}.cpt-section,.cpt-container,.cpt-section button{letter-spacing:0}.cpt-tab-bar{display:flex;flex-wrap:nowrap;align-items:stretch;width:100%;max-width:100%;justify-content:center;gap:6px;padding:6px;border-radius:8px;background:#fff;box-shadow:none;overflow:visible;scrollbar-width:none;position:sticky;top:max(10px,var(--header-height, 0px));margin:0 0 14px;z-index:2}.cpt-tab-bar::-webkit-scrollbar{display:none}.cpt-tab-btn{position:relative;flex:1 1 0;width:auto;min-width:0;max-width:190px;min-height:58px;padding:12px 10px 16px;border:1px solid transparent;border-radius:6px;background:var(--cpt-soft);color:#5c6672;font-size:13px;font-weight:850;line-height:1.2;text-transform:uppercase;overflow-wrap:anywhere}.cpt-tab-btn:after{content:"";position:absolute;left:12px;right:12px;bottom:7px;height:3px;border-radius:999px;background:#fff;opacity:0;transform:scaleX(.45);transition:opacity .18s ease,transform .18s ease}.cpt-tab-btn:hover{background:#eef0f2}.cpt-tab-btn:focus-visible,.cpt-chip:focus-visible,.cpt-btn-atc:focus-visible,.cpt-clear-btn:focus-visible,.cpt-product-grid-item[tabindex="0"]:focus-visible{outline:2px solid var(--cpt-green);outline-offset:2px}.cpt-tab-btn.is-active{background:var(--cpt-ink);color:#fff;box-shadow:none}.cpt-tab-btn.is-active:after{opacity:1;transform:scaleX(1)}.cpt-row{gap:14px;margin-bottom:14px}.cpt-block--1,.cpt-block--2,.cpt-block--4{min-width:0}.cpt-row .cpt-block--1{width:calc(25% - 10.5px)}.cpt-row .cpt-block--2{width:calc(50% - 7px)}.cpt-promo-card,.cpt-bundle-block{border:1px solid var(--cpt-line);border-radius:8px;background:#fff;box-shadow:0 8px 18px #1213150a}.cpt-block--1 .cpt-product-image,.cpt-block--1 .cpt-product-image:hover,.cpt-block--1 .cpt-product-image:focus{background:#fff!important;background-color:#fff!important}.cpt-block--1 .cpt-product-image img,.cpt-block--1 .cpt-product-image picture,.cpt-block--1 .cpt-product-image svg{background:#fff!important;background-color:#fff!important;mix-blend-mode:normal}.cpt-card-body{padding:14px;gap:8px}.cpt-block--1 .cpt-chips{margin-top:auto;min-height:calc((var(--chip-size) * 2) + 8px);align-content:end}.cpt-block--1 .cpt-chips+.cpt-btn-atc{margin-top:10px}.cpt-block--1 .cpt-product-title{min-height:2.44em;line-height:1.22;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.cpt-product-title,.cpt-grid-item-name{color:#010b1a}.cpt-badge,.cpt-bundle-promo-badge{min-height:30px;padding:7px 12px;border-radius:6px;color:#fff;font-size:12px;font-weight:900;line-height:1.1;text-align:center;text-transform:none;letter-spacing:0}.cpt-badge,.cpt-badge--amount,.cpt-bundle-promo-badge--amount{background:var(--cpt-red)}.cpt-badge--bundle,.cpt-badge--price,.cpt-bundle-promo-badge--price{background:var(--cpt-blue)}.cpt-badge--percent,.cpt-bundle-promo-badge--percent,.cpt-savings,.cpt-bundle-save-chip{background:var(--cpt-green);color:#fff}.cpt-price-new,.cpt-bundle-price-new{color:var(--cpt-red)}.cpt-savings{border-radius:6px;padding:4px 7px;font-size:11px;display:inline-flex;align-items:center}.cpt-chip{border-radius:6px}.cpt-chip-media{border-radius:4px;background:var(--cpt-soft)}.cpt-chip.is-selected{border-color:var(--cpt-green);box-shadow:inset 0 0 0 1px var(--cpt-green)}.cpt-btn-atc{min-height:44px;border-radius:6px;background:var(--cpt-ink);font-weight:850;text-transform:uppercase}.cpt-btn-atc:disabled{background:var(--cpt-disabled)}.cpt-bundle-header{display:flex;align-items:center;justify-content:space-between;gap:12px 18px;padding:16px 16px 14px;border-bottom:0}.cpt-bundle-title{font-size:24px;font-weight:900;line-height:1.1;color:#010b1a}.cpt-bundle-header .cpt-bundle-promo-badge{flex:0 0 180px;width:180px}.cpt-bundle-promo-badge{display:inline-flex;width:auto}.cpt-product-grid--2unit{padding:12px;gap:10px}.cpt-product-grid-item,.cpt-product-grid--2unit .cpt-product-grid-item,.cpt-block--4 .cpt-product-grid-item{overflow:hidden;border:1px solid var(--cpt-line);border-radius:8px;background:#fff;box-shadow:none;transition:border-color .14s ease}.cpt-product-grid-item:hover{border-color:#97a3af}.cpt-product-grid-item.is-selected{border-color:var(--cpt-green);box-shadow:inset 0 0 0 2px var(--cpt-green)}.cpt-product-grid-item:after{top:8px;right:8px;width:23px;height:23px;background-color:var(--cpt-green);background-size:14px;box-shadow:0 3px 9px #00000040}.cpt-product-grid-item>img,.cpt-product-grid--2unit .cpt-product-grid-item img,.cpt-block--4 .cpt-product-grid-item img{display:block;margin:6px;width:calc(100% - 12px);max-width:calc(100% - 12px);height:auto;max-height:190px;aspect-ratio:1;border-radius:6px;background:var(--cpt-soft);object-fit:contain}.cpt-product-grid--2unit .cpt-product-grid-item>img{max-height:170px}.cpt-grid-item-info,.cpt-block--4 .cpt-grid-item-info,.cpt-product-grid--2unit .cpt-grid-item-info{padding:7px 8px 10px;gap:4px}.cpt-grid-item-name,.cpt-product-grid--2unit .cpt-grid-item-name{min-height:32px;font-size:13px;font-weight:850;line-height:1.22}.cpt-grid-item-price,.cpt-product-grid--2unit .cpt-grid-item-price,.cpt-block--4 .cpt-grid-item-price{font-size:14px;font-weight:900}.cpt-product-grid--2unit .cpt-grid-item-btn{min-height:34px;border-radius:6px;background:var(--cpt-disabled);font-size:12px}.cpt-item-free-badge{position:absolute!important;display:inline-flex;align-items:center;justify-content:center;left:8px;right:auto;top:8px;bottom:auto;z-index:2;width:auto;min-width:0;max-width:calc(100% - 16px);min-height:20px;border-radius:6px;background:var(--cpt-green);padding:5px 8px;font-size:10px;line-height:1;font-weight:900;color:#fff;text-transform:uppercase}.cpt-product-grid--2unit .cpt-item-free-badge{top:14px;bottom:auto;left:14px;right:auto;font-size:10px}.cpt-bundle-footer--2unit{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(116px,max-content) max-content;align-items:center;gap:12px;margin-top:auto;padding:12px 16px;background:var(--cpt-soft);border-top:1px solid var(--cpt-line-soft);overflow:visible}.cpt-bundle-selection,.cpt-bundle-actions,.cpt-bundle-rail-top{display:flex;align-items:center;gap:10px;min-width:0}.cpt-bundle-selection-copy{flex:0 0 auto}.cpt-bundle-footer--2unit .cpt-bundle-selection{grid-column:1;grid-row:1;grid-area:auto!important;min-width:0}.cpt-bundle-footer--2unit .cpt-selected-items{min-height:38px;flex:0 0 auto;flex-wrap:nowrap;overflow:visible}.cpt-bundle-summary-text{display:block;color:#010b1a;font-size:14px;font-weight:900;line-height:1.15}.cpt-bundle-count-text{display:block;margin-top:3px;color:#445164;font-size:12px;font-weight:700}.cpt-bundle-footer--2unit .cpt-bundle-pricing{grid-column:2;grid-row:1;grid-area:auto!important;align-self:center!important;justify-self:end;min-width:max-content;display:grid;grid-template-columns:auto auto;grid-template-areas:"old new" "save save";align-items:end;justify-items:end;justify-content:end;row-gap:4px;column-gap:6px;padding-left:10px}.cpt-bundle-footer--2unit .cpt-bundle-save-chip{display:inline-flex!important;grid-area:save;align-items:center;justify-self:end;padding:5px 10px;font-size:12px;line-height:1.1;border-radius:5px;max-width:100%;white-space:nowrap}.cpt-bundle-footer--2unit .cpt-bundle-actions{grid-column:3;grid-row:1;grid-area:auto!important;align-self:center;justify-self:end;min-width:0;display:flex;align-items:center;gap:8px;justify-content:flex-end;flex-wrap:nowrap}@media(min-width:901px){.cpt-bundle-block--stacked-summary .cpt-bundle-footer--2unit{grid-template-columns:minmax(0,1fr) minmax(116px,max-content) max-content;grid-template-rows:auto auto;align-items:start;gap:10px 12px}.cpt-bundle-block--stacked-summary .cpt-bundle-footer--2unit .cpt-bundle-selection{grid-column:1;grid-row:1 / span 2;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;align-items:start;row-gap:8px}.cpt-bundle-block--stacked-summary .cpt-bundle-footer--2unit .cpt-bundle-selection-copy{grid-column:1;grid-row:1}.cpt-bundle-block--stacked-summary .cpt-bundle-footer--2unit .cpt-selected-items{grid-column:1;grid-row:2;flex-wrap:wrap;min-height:38px}.cpt-bundle-block--stacked-summary .cpt-bundle-footer--2unit .cpt-bundle-pricing{grid-column:2;grid-row:2;align-self:end!important}.cpt-bundle-block--stacked-summary .cpt-bundle-footer--2unit .cpt-bundle-actions{grid-column:3;grid-row:1 / span 2;align-self:stretch;display:grid;grid-template-rows:auto 1fr;justify-items:end;align-content:space-between;row-gap:8px}.cpt-bundle-block--stacked-summary .cpt-bundle-footer--2unit .cpt-clear-btn{align-self:start}.cpt-bundle-block--stacked-summary .cpt-bundle-footer--2unit .cpt-bundle-actions .cpt-btn-atc{align-self:end}}.cpt-clear-btn{display:inline-flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;flex:0 0 auto;min-height:34px;padding:7px 10px;border-radius:6px;background:#fff;color:#536070;font-size:11px;font-weight:900;text-transform:uppercase}.cpt-bundle-block.has-selection .cpt-clear-btn{visibility:visible;opacity:1}.cpt-bundle-actions .cpt-btn-atc{flex:0 0 118px;min-width:0;width:118px;min-height:44px;white-space:normal;line-height:1.15;overflow-wrap:anywhere;margin-top:0}.cpt-bundle-footer--2unit .cpt-selected-item{width:32px;height:32px}.cpt-bundle-footer--2unit .cpt-bundle-price-old{grid-area:old;font-size:12px}.cpt-bundle-footer--2unit .cpt-bundle-price-new{grid-area:new;font-size:20px}.cpt-selected-items{min-height:40px;flex-wrap:wrap;gap:6px}.cpt-selected-item,.cpt-block--2 .cpt-selected-item{position:relative;width:38px;height:38px;border-radius:7px;border:1px solid var(--cpt-green)}.cpt-selected-item--empty{border-style:dashed;border-color:#bcc6d0;background:linear-gradient(135deg,transparent 46%,#c2c9cf 48%,#c2c9cf 52%,transparent 54%),#fff}.cpt-selected-item img{display:block;width:100%!important;height:100%!important;max-width:100%;max-height:100%;object-fit:contain;padding:3px}.cpt-selected-item--free{overflow:visible;padding-bottom:0;border-color:var(--cpt-green);box-shadow:inset 0 0 0 1px var(--cpt-green)}.cpt-selected-item--free img{height:100%!important}.cpt-selected-free-indicator{position:absolute;right:-3px;bottom:-3px;width:13px;height:13px;border-radius:999px;background:var(--cpt-green);border:2px solid #fff;box-shadow:0 1px 4px #0000002e}.cpt-bundle-price-old{color:#8a95a3}.cpt-bundle-price-new,.cpt-block--2 .cpt-bundle-price-new{font-size:20px;font-weight:900}.cpt-bundle-save-chip{border-radius:6px;font-size:11px}.cpt-4slot-layout--up-to-5 .cpt-product-grid-item{grid-row:1}.cpt-4slot-layout--up-to-10 .cpt-product-grid-item:nth-child(-n+5){grid-row:1}.cpt-4slot-layout--up-to-10 .cpt-product-grid-item:nth-child(n+6){grid-row:2}.cpt-4slot-layout--stagger-12 .cpt-product-grid-item:nth-child(-n+7){grid-row:1}.cpt-4slot-layout--stagger-12 .cpt-product-grid-item:nth-child(n+8){grid-row:2}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(-n+7){grid-row:1}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(n+8):nth-child(-n+12){grid-row:2}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(n+13){grid-row:3}.cpt-4slot-layout--up-to-5,.cpt-4slot-layout--up-to-10,.cpt-4slot-layout--stagger-12,.cpt-4slot-layout--stagger-14,.cpt-4slot-layout--large{grid-template-columns:repeat(7,minmax(0,1fr))}.cpt-4slot-layout--up-to-5 .cpt-bundle-rail{grid-column:6 / span 2;grid-row:1}.cpt-4slot-layout--up-to-10 .cpt-bundle-rail{grid-column:6 / span 2;grid-row:1 / span 2}.cpt-4slot-layout--stagger-12 .cpt-bundle-rail{grid-column:6 / span 2;grid-row:2}.cpt-4slot-layout--stagger-14 .cpt-bundle-rail{grid-column:6 / span 2;grid-row:2 / span 2}.cpt-bundle-rail .cpt-bundle-actions{margin-top:auto;display:flex;justify-content:flex-end;align-items:flex-end}.cpt-bundle-rail .cpt-btn-atc{width:auto;min-width:148px}.cpt-4slot-layout .cpt-grid-item-name,.cpt-block--4 .cpt-grid-item-name{min-height:30px;font-size:12px;text-align:center}.cpt-4slot-layout .cpt-grid-item-price{text-align:center;font-size:13px}@media(min-width:901px){.cpt-4slot-layout{gap:8px}.cpt-4slot-layout .cpt-product-grid-item{display:flex;flex-direction:column}.cpt-4slot-layout .cpt-grid-item-info{display:flex;flex-direction:column;justify-content:flex-start;min-height:88px;padding:6px 8px 8px}.cpt-4slot-layout .cpt-grid-item-name,.cpt-block--4 .cpt-grid-item-name{-webkit-line-clamp:3;min-height:4.4em;line-height:1.22}.cpt-bundle-rail{display:grid;grid-template-rows:auto auto auto 1fr;align-content:start;gap:12px;padding:14px 14px 12px;border-radius:10px}.cpt-bundle-rail-top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;padding-bottom:10px}.cpt-bundle-rail .cpt-bundle-summary{align-items:flex-start;gap:4px}.cpt-bundle-rail .cpt-bundle-summary-text{font-size:15px;line-height:1.1;font-weight:800}.cpt-bundle-rail .cpt-bundle-count-text{font-size:12px;color:var(--cpt-muted);font-weight:700}.cpt-bundle-rail .cpt-selected-items{grid-template-columns:repeat(4,minmax(0,max-content));min-height:46px;margin:0;padding-bottom:10px}.cpt-bundle-rail .cpt-selected-item{width:40px;height:40px;border-radius:10px}.cpt-bundle-rail .cpt-bundle-pricing{display:grid;grid-template-columns:auto auto;grid-template-areas:"old new" "save save";justify-content:start;align-items:end;gap:4px 8px;margin-bottom:0}.cpt-bundle-rail .cpt-bundle-price-old{grid-area:old;font-size:12px}.cpt-bundle-rail .cpt-bundle-price-new{grid-area:new;font-size:22px;line-height:1}.cpt-bundle-rail .cpt-bundle-save-chip{grid-area:save;width:fit-content;padding:4px 8px}.cpt-bundle-rail .cpt-bundle-actions{margin-top:auto;justify-content:flex-end}.cpt-bundle-rail .cpt-btn-atc{min-width:132px;min-height:40px}}@media(max-width:900px){.cpt-row{flex-wrap:wrap}.cpt-row .cpt-block--1{width:calc(50% - 7px)}.cpt-row .cpt-block--2,.cpt-row .cpt-block--4{width:100%}.cpt-tab-bar{justify-content:flex-start;overflow-x:auto;position:sticky;top:max(10px,var(--header-height, 0px));margin-bottom:12px;padding:4px;border-radius:8px}.cpt-tab-btn{flex:0 0 41vw;min-width:126px;max-width:152px;min-height:46px;padding:8px 10px 12px;font-size:11px;line-height:1.15}.cpt-bundle-block[data-promo-mode=bxgy] .cpt-product-grid-item.is-free{padding-bottom:26px}.cpt-bundle-block[data-promo-mode=bxgy] .cpt-product-grid-item.is-free .cpt-item-free-badge{top:auto!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;max-width:none!important;min-height:24px;border-radius:0 0 7px 7px;justify-content:center;padding:5px 8px;font-size:11px}.cpt-block--1 .cpt-btn-atc{min-height:38px;padding:8px 10px;font-size:12px;line-height:1.1}.cpt-bundle-footer--2unit{grid-template-columns:1fr!important;align-items:stretch}.cpt-bundle-footer--2unit .cpt-bundle-pricing,.cpt-bundle-footer--2unit .cpt-bundle-actions{justify-content:flex-start}.cpt-4slot-layout,.cpt-4slot-layout--up-to-5,.cpt-4slot-layout--up-to-10,.cpt-4slot-layout--stagger-12,.cpt-4slot-layout--stagger-14,.cpt-4slot-layout--large{grid-template-columns:repeat(3,minmax(0,1fr))}.cpt-4slot-layout .cpt-bundle-rail{grid-column:1 / -1;grid-row:auto}.cpt-4slot-layout .cpt-product-grid-item{width:auto!important}.cpt-bundle-header{align-items:stretch;flex-direction:column}.cpt-bundle-header .cpt-bundle-promo-badge{flex-basis:auto;width:100%}}@media(max-width:480px){.cpt-row .cpt-block--1{width:calc(50% - 7px)}.cpt-product-grid--2unit{gap:6px}.cpt-grid-item-name,.cpt-product-grid--2unit .cpt-grid-item-name{font-size:11px}.cpt-bundle-title{font-size:20px}.cpt-selected-item,.cpt-block--2 .cpt-selected-item{width:34px;height:34px}}@media(max-width:420px){.cpt-block--1 .cpt-btn-atc{min-height:36px;padding:7px 8px;font-size:11px;white-space:normal}.cpt-bundle-footer--2unit.has-pricing{grid-template-columns:minmax(0,1fr) 118px!important;gap:8px}.cpt-bundle-footer--2unit.has-pricing .cpt-bundle-pricing{flex-direction:column;align-items:flex-start;gap:4px;max-width:100%}.cpt-bundle-footer--2unit.has-pricing .cpt-bundle-save-chip{max-width:100%}.cpt-bundle-footer--2unit .cpt-bundle-actions .cpt-btn-atc{flex-basis:118px;width:118px;white-space:normal;line-height:1.1}}.cpt-row{gap:0;margin-bottom:0}.cpt-row .cpt-block--1{width:25%}.cpt-row .cpt-block--2{width:50%}.cpt-row .cpt-block--4{width:100%}.cpt-promo-card,.cpt-bundle-block{border-radius:0;box-shadow:none}.cpt-bundle-block{background:#fff}.cpt-bundle-header{align-items:start;gap:12px;padding:18px 18px 14px;border-bottom:0!important}.cpt-bundle-title{font-size:18px;line-height:1.08;letter-spacing:0;margin:0}.cpt-bundle-header .cpt-bundle-promo-badge{flex:0 0 auto;width:auto;max-width:240px}.cpt-product-grid--2unit{padding:12px 12px 0;gap:10px;border-bottom:0}.cpt-product-grid--2unit .cpt-product-grid-item{border-width:1px;border-radius:8px}.cpt-product-grid--2unit .cpt-product-grid-item:last-child{border-right-width:1px}.cpt-product-grid--2unit .cpt-product-grid-item:hover{box-shadow:none;transform:none}.cpt-bundle-footer--2unit{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px 18px;padding:16px 18px;background:#fff;border-top:1px solid var(--cpt-line-soft)}.cpt-bundle-footer--2unit .cpt-bundle-selection{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;align-items:start}.cpt-bundle-footer--2unit .cpt-bundle-selection-copy{display:flex;flex-direction:column;gap:3px}.cpt-bundle-footer--2unit .cpt-bundle-summary-text{font-size:18px;font-weight:900;line-height:1.05;color:#010b1a}.cpt-bundle-footer--2unit .cpt-bundle-count-text{margin-top:0;font-size:13px;font-weight:700;color:#516072}.cpt-bundle-footer--2unit .cpt-selected-items{min-height:42px;gap:8px}.cpt-bundle-footer--2unit .cpt-selected-item{width:40px;height:40px;border-radius:10px}.cpt-bundle-footer--2unit .cpt-bundle-pricing{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding-left:0;min-width:0}.cpt-bundle-footer--2unit .cpt-bundle-price-old{font-size:13px;line-height:1}.cpt-bundle-footer--2unit .cpt-bundle-price-new{font-size:34px;line-height:.95}.cpt-bundle-footer--2unit .cpt-bundle-save-chip{justify-self:start;padding:5px 10px;border-radius:999px;font-size:12px}.cpt-bundle-footer--2unit .cpt-bundle-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:8px}.cpt-bundle-footer--2unit .cpt-bundle-actions .cpt-btn-atc{width:154px;flex:0 0 auto}.cpt-4slot-layout{display:grid;padding:12px;gap:10px}.cpt-4slot-layout .cpt-product-grid{display:contents}.cpt-4slot-layout .cpt-product-grid-item{width:auto;min-height:100%;outline:2px solid transparent;outline-offset:-2px}.cpt-4slot-layout .cpt-product-grid-item.is-selected{outline-color:var(--cpt-green);box-shadow:none}.cpt-4slot-layout--large{grid-template-columns:repeat(7,minmax(0,1fr))}.cpt-4slot-layout--large .cpt-bundle-rail{grid-column:6 / span 2;grid-row:3 / span 2}.cpt-bundle-rail{display:flex;flex-direction:column;min-width:0;min-height:100%;padding:12px;border:1px solid var(--cpt-line);border-radius:8px;background:#fff}.cpt-bundle-rail-top{justify-content:space-between;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid var(--cpt-line-soft)}.cpt-bundle-rail .cpt-selected-items{min-height:58px;margin:12px 0;padding-bottom:12px;border-bottom:1px solid var(--cpt-line-soft)}.cpt-bundle-rail .cpt-selected-item{width:46px;height:46px}.cpt-bundle-rail .cpt-bundle-pricing{margin-bottom:14px;flex-wrap:wrap}.cpt-bundle-rail .cpt-bundle-actions{margin-top:auto}.cpt-bundle-rail .cpt-btn-atc{width:100%;min-width:0}@media(max-width:900px){.cpt-row .cpt-block--1{width:50%}.cpt-row .cpt-block--2,.cpt-row .cpt-block--4{width:100%}.cpt-bundle-header{padding:16px 14px 12px}.cpt-bundle-title{font-size:16px}.cpt-bundle-footer--2unit{grid-template-columns:1fr;gap:12px;padding:14px;background:#fcfcfc}.cpt-bundle-footer--2unit .cpt-bundle-pricing{flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:8px}.cpt-bundle-footer--2unit .cpt-bundle-price-new{font-size:28px}.cpt-bundle-footer--2unit .cpt-bundle-actions{align-items:stretch;gap:10px}.cpt-bundle-footer--2unit .cpt-bundle-actions .cpt-btn-atc{width:100%;min-height:48px}.cpt-bundle-footer--2unit .cpt-clear-btn{align-self:flex-end}.cpt-4slot-layout,.cpt-4slot-layout--large{grid-template-columns:repeat(3,minmax(0,1fr))}.cpt-4slot-layout .cpt-product-grid{display:contents}.cpt-4slot-layout .cpt-bundle-rail{grid-column:1 / -1;grid-row:auto}.cpt-bundle-rail .cpt-bundle-summary-text{font-size:18px}.cpt-bundle-rail .cpt-bundle-price-new{font-size:30px}.cpt-bundle-rail{display:grid;grid-template-columns:minmax(0,1fr) max-content;grid-template-rows:auto auto;align-items:center;gap:8px 10px;min-height:0}.cpt-bundle-rail-top{grid-column:1 / -1;grid-row:1;padding-bottom:42px;border-bottom:0}.cpt-bundle-rail .cpt-selected-items{grid-column:1;grid-row:1;align-self:end;min-height:38px;margin:50px 0 0;padding-bottom:0;border-bottom:0}.cpt-bundle-rail .cpt-selected-item{width:34px;height:34px}.cpt-bundle-rail .cpt-bundle-pricing{grid-column:1;grid-row:2;margin-bottom:0;flex-direction:row;align-items:baseline}.cpt-bundle-rail .cpt-bundle-actions{grid-column:2;grid-row:2;margin-top:0;justify-self:end}}@media(max-width:480px){.cpt-bundle-footer--2unit{gap:14px;padding:14px 12px 16px}.cpt-bundle-footer--2unit .cpt-bundle-selection{gap:8px}.cpt-bundle-footer--2unit .cpt-bundle-selection-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 10px;align-items:end}.cpt-bundle-footer--2unit .cpt-bundle-summary-text{font-size:15px;line-height:1.05}.cpt-bundle-footer--2unit .cpt-bundle-count-text{grid-column:1;font-size:12px}.cpt-bundle-footer--2unit .cpt-clear-btn{grid-column:2;grid-row:1 / span 2;align-self:center;font-size:11px}.cpt-bundle-footer--2unit .cpt-selected-items{min-height:38px;gap:6px}.cpt-bundle-footer--2unit .cpt-selected-item{width:36px;height:36px;border-radius:9px}.cpt-bundle-footer--2unit .cpt-bundle-pricing{display:grid;grid-template-columns:auto auto;grid-template-areas:"old new" "save save";align-items:end;justify-content:start;gap:4px 8px}.cpt-bundle-footer--2unit .cpt-bundle-price-old{grid-area:old;font-size:12px}.cpt-bundle-footer--2unit .cpt-bundle-price-new{grid-area:new;font-size:22px;line-height:1}.cpt-bundle-footer--2unit .cpt-bundle-save-chip{grid-area:save;font-size:11px;padding:4px 8px}.cpt-bundle-footer--2unit .cpt-bundle-actions{gap:8px}.cpt-bundle-footer--2unit .cpt-bundle-actions .cpt-btn-atc{width:100%;min-height:46px;border-radius:10px;font-size:14px}.cpt-product-grid--2unit{grid-template-columns:repeat(2,minmax(0,1fr))}.cpt-product-grid--2unit .cpt-product-grid-item:nth-child(2n){border-right-width:0}.cpt-bundle-footer--2unit .cpt-bundle-summary-text,.cpt-bundle-rail .cpt-bundle-summary-text{font-size:16px}.cpt-bundle-footer--2unit .cpt-bundle-price-new,.cpt-bundle-rail .cpt-bundle-price-new{font-size:24px}.cpt-4slot-layout .cpt-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:contents}.cpt-bundle-rail{padding:14px 12px 16px}.cpt-bundle-rail-top{gap:8px;padding-bottom:12px}.cpt-bundle-rail .cpt-bundle-summary{gap:3px}.cpt-bundle-rail .cpt-bundle-summary-text{font-size:15px}.cpt-bundle-rail .cpt-bundle-count-text{font-size:12px}.cpt-bundle-rail .cpt-selected-items{min-height:40px;margin-bottom:12px;gap:6px}.cpt-bundle-rail .cpt-selected-item{width:36px;height:36px;border-radius:9px}.cpt-bundle-rail .cpt-bundle-pricing{gap:6px;margin-bottom:12px}.cpt-bundle-rail .cpt-bundle-save-chip{font-size:11px;padding:4px 8px}.cpt-bundle-rail .cpt-clear-btn{font-size:11px}.cpt-bundle-rail .cpt-btn-atc{min-height:38px;border-radius:10px;font-size:13px;padding-top:9px;padding-bottom:9px}}@media(max-width:768px){.cpt-product-grid--2unit,.cpt-4slot-layout .cpt-product-grid{grid-auto-rows:1fr;align-items:stretch}.cpt-product-grid--2unit .cpt-product-grid-item,.cpt-4slot-layout .cpt-product-grid-item{height:100%;min-height:0}.cpt-product-grid--2unit .cpt-product-grid-item img,.cpt-block--4 .cpt-product-grid-item img{height:clamp(128px,24vw,170px)}.cpt-product-grid--2unit .cpt-grid-item-info,.cpt-block--4 .cpt-grid-item-info{display:flex;flex-direction:column;justify-content:flex-start;min-height:88px}.cpt-product-grid--2unit .cpt-grid-item-name,.cpt-block--4 .cpt-grid-item-name{min-height:3.6em}.cpt-bundle-footer--2unit{display:grid!important;grid-template-columns:minmax(0,1fr) 118px;grid-template-areas:"selection actions" "pricing actions";align-items:end;gap:10px 12px;padding:14px 12px 16px}.cpt-bundle-footer--2unit .cpt-bundle-selection{grid-area:selection;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;align-items:start;gap:8px;min-width:0}.cpt-bundle-footer--2unit .cpt-bundle-selection-copy{display:grid;grid-template-columns:minmax(0,1fr);gap:4px}.cpt-bundle-footer--2unit .cpt-selected-items{min-height:38px;gap:6px;flex-wrap:wrap}.cpt-bundle-footer--2unit .cpt-bundle-pricing{grid-area:pricing;display:grid;grid-template-columns:auto auto;grid-template-areas:"old new" "save save";justify-content:start;align-items:end;gap:4px 8px;min-width:0}.cpt-bundle-footer--2unit .cpt-bundle-actions{grid-area:actions;display:grid;grid-template-rows:auto 1fr;justify-items:end;align-content:space-between;align-self:stretch;gap:8px;min-width:0}.cpt-bundle-footer--2unit .cpt-clear-btn{align-self:start;justify-self:end}.cpt-bundle-footer--2unit .cpt-bundle-actions .cpt-btn-atc{width:118px;min-width:118px;min-height:42px;align-self:end}.cpt-4slot-layout,.cpt-4slot-layout--up-to-5,.cpt-4slot-layout--up-to-10,.cpt-4slot-layout--stagger-12,.cpt-4slot-layout--stagger-14,.cpt-4slot-layout--large{grid-template-columns:minmax(0,1fr);gap:10px}.cpt-4slot-layout .cpt-product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cpt-4slot-layout .cpt-product-grid-item,.cpt-4slot-layout--up-to-5 .cpt-product-grid-item,.cpt-4slot-layout--up-to-10 .cpt-product-grid-item,.cpt-4slot-layout--stagger-12 .cpt-product-grid-item,.cpt-4slot-layout--stagger-14 .cpt-product-grid-item,.cpt-4slot-layout--large .cpt-product-grid-item{grid-column:auto!important;grid-row:auto!important}.cpt-4slot-layout .cpt-bundle-rail{grid-column:1;grid-row:auto}.cpt-bundle-rail{display:grid;grid-template-columns:minmax(0,1fr) 118px;grid-template-areas:"top actions" "selected actions" "pricing actions";align-items:end;gap:10px 12px;padding:14px 12px 16px;border:1px solid #dbe2e8;border-radius:14px;background:#fff}.cpt-bundle-rail-top{grid-area:top;display:block;padding:0;border-bottom:0}.cpt-bundle-rail .cpt-bundle-summary{flex-direction:column;align-items:flex-start;gap:4px}.cpt-bundle-rail .cpt-bundle-summary-text{font-size:16px;line-height:1.08}.cpt-bundle-rail .cpt-bundle-count-text{font-size:12px}.cpt-bundle-rail .cpt-clear-btn{align-self:start;min-height:32px;padding:6px 10px;font-size:11px}.cpt-bundle-rail .cpt-selected-items{grid-area:selected;margin:0;min-height:40px;padding-bottom:0;border-bottom:0;gap:8px}.cpt-bundle-rail .cpt-selected-item{width:38px;height:38px;border-radius:10px}.cpt-bundle-rail .cpt-bundle-pricing{grid-area:pricing;display:grid;grid-template-columns:auto auto;grid-template-areas:"old new" "save save";justify-content:start;align-items:end;gap:4px 8px;margin:0}.cpt-bundle-rail .cpt-bundle-price-old{grid-area:old;font-size:12px}.cpt-bundle-rail .cpt-bundle-price-new{grid-area:new;font-size:24px;line-height:1}.cpt-bundle-rail .cpt-bundle-save-chip{grid-area:save;width:fit-content;font-size:11px;padding:4px 8px}.cpt-bundle-rail .cpt-bundle-actions{grid-area:actions;display:grid;grid-template-rows:auto 1fr;justify-items:end;align-content:space-between;align-self:stretch;justify-self:end;width:118px;margin-top:0}.cpt-bundle-rail .cpt-btn-atc{width:118px;min-width:118px;min-height:42px;border-radius:10px;font-size:13px;padding:10px 12px;align-self:end}}@media(max-width:480px){.cpt-product-grid--2unit .cpt-product-grid-item img,.cpt-block--4 .cpt-product-grid-item img{height:clamp(118px,30vw,150px)}.cpt-product-grid--2unit .cpt-grid-item-info,.cpt-block--4 .cpt-grid-item-info{min-height:84px}.cpt-4slot-layout,.cpt-4slot-layout--up-to-5,.cpt-4slot-layout--up-to-10,.cpt-4slot-layout--stagger-12,.cpt-4slot-layout--stagger-14,.cpt-4slot-layout--large,.cpt-4slot-layout .cpt-product-grid{gap:8px}.cpt-bundle-rail{grid-template-columns:minmax(0,1fr) 110px;padding:14px 12px 16px;gap:10px;border-radius:12px}.cpt-bundle-footer--2unit{grid-template-columns:minmax(0,1fr) 110px}.cpt-bundle-footer--2unit .cpt-bundle-actions .cpt-btn-atc,.cpt-bundle-rail .cpt-btn-atc{width:110px;min-width:110px}.cpt-bundle-rail .cpt-bundle-summary-text{font-size:15px}.cpt-bundle-rail .cpt-selected-items{gap:6px}.cpt-bundle-rail .cpt-selected-item{width:36px;height:36px;border-radius:9px}.cpt-bundle-rail .cpt-bundle-price-new{font-size:22px}.cpt-bundle-rail .cpt-btn-atc{min-height:40px;font-size:13px}}@media(min-width:901px){.cpt-bundle-header+.cpt-product-grid--2unit,.cpt-bundle-header+.cpt-4slot-layout{border-top:0!important;padding-top:0!important;margin-top:-1px;background:#fff}.cpt-bundle-header+.cpt-product-grid--2unit .cpt-product-grid-item,.cpt-bundle-header+.cpt-4slot-layout .cpt-product-grid-item,.cpt-bundle-header+.cpt-4slot-layout .cpt-bundle-rail{margin-top:0}.cpt-bundle-header+.cpt-product-grid--2unit .cpt-product-grid-item{border-top-left-radius:8px;border-top-right-radius:8px}}.cpt-4slot-layout--up-to-5 .cpt-product-grid-item:nth-child(1){grid-column:1;grid-row:1}.cpt-4slot-layout--up-to-5 .cpt-product-grid-item:nth-child(2){grid-column:2;grid-row:1}.cpt-4slot-layout--up-to-5 .cpt-product-grid-item:nth-child(3){grid-column:3;grid-row:1}.cpt-4slot-layout--up-to-5 .cpt-product-grid-item:nth-child(4){grid-column:4;grid-row:1}.cpt-4slot-layout--up-to-5 .cpt-product-grid-item:nth-child(5){grid-column:5;grid-row:1}.cpt-4slot-layout--up-to-10 .cpt-product-grid-item:nth-child(1){grid-column:1;grid-row:1}.cpt-4slot-layout--up-to-10 .cpt-product-grid-item:nth-child(2){grid-column:2;grid-row:1}.cpt-4slot-layout--up-to-10 .cpt-product-grid-item:nth-child(3){grid-column:3;grid-row:1}.cpt-4slot-layout--up-to-10 .cpt-product-grid-item:nth-child(4){grid-column:4;grid-row:1}.cpt-4slot-layout--up-to-10 .cpt-product-grid-item:nth-child(5){grid-column:5;grid-row:1}.cpt-4slot-layout--up-to-10 .cpt-product-grid-item:nth-child(6){grid-column:1;grid-row:2}.cpt-4slot-layout--up-to-10 .cpt-product-grid-item:nth-child(7){grid-column:2;grid-row:2}.cpt-4slot-layout--up-to-10 .cpt-product-grid-item:nth-child(8){grid-column:3;grid-row:2}.cpt-4slot-layout--up-to-10 .cpt-product-grid-item:nth-child(9){grid-column:4;grid-row:2}.cpt-4slot-layout--up-to-10 .cpt-product-grid-item:nth-child(10){grid-column:5;grid-row:2}.cpt-4slot-layout--stagger-12 .cpt-product-grid-item:nth-child(1){grid-column:1;grid-row:1}.cpt-4slot-layout--stagger-12 .cpt-product-grid-item:nth-child(2){grid-column:2;grid-row:1}.cpt-4slot-layout--stagger-12 .cpt-product-grid-item:nth-child(3){grid-column:3;grid-row:1}.cpt-4slot-layout--stagger-12 .cpt-product-grid-item:nth-child(4){grid-column:4;grid-row:1}.cpt-4slot-layout--stagger-12 .cpt-product-grid-item:nth-child(5){grid-column:5;grid-row:1}.cpt-4slot-layout--stagger-12 .cpt-product-grid-item:nth-child(6){grid-column:6;grid-row:1}.cpt-4slot-layout--stagger-12 .cpt-product-grid-item:nth-child(7){grid-column:7;grid-row:1}.cpt-4slot-layout--stagger-12 .cpt-product-grid-item:nth-child(8){grid-column:1;grid-row:2}.cpt-4slot-layout--stagger-12 .cpt-product-grid-item:nth-child(9){grid-column:2;grid-row:2}.cpt-4slot-layout--stagger-12 .cpt-product-grid-item:nth-child(10){grid-column:3;grid-row:2}.cpt-4slot-layout--stagger-12 .cpt-product-grid-item:nth-child(11){grid-column:4;grid-row:2}.cpt-4slot-layout--stagger-12 .cpt-product-grid-item:nth-child(12){grid-column:5;grid-row:2}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(1){grid-column:1;grid-row:1}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(2){grid-column:2;grid-row:1}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(3){grid-column:3;grid-row:1}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(4){grid-column:4;grid-row:1}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(5){grid-column:5;grid-row:1}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(6){grid-column:6;grid-row:1}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(7){grid-column:7;grid-row:1}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(8){grid-column:1;grid-row:2}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(9){grid-column:2;grid-row:2}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(10){grid-column:3;grid-row:2}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(11){grid-column:4;grid-row:2}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(12){grid-column:5;grid-row:2}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(13){grid-column:1;grid-row:3}.cpt-4slot-layout--stagger-14 .cpt-product-grid-item:nth-child(14){grid-column:2;grid-row:3}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(1){grid-column:1;grid-row:1}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(2){grid-column:2;grid-row:1}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(3){grid-column:3;grid-row:1}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(4){grid-column:4;grid-row:1}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(5){grid-column:5;grid-row:1}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(6){grid-column:6;grid-row:1}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(7){grid-column:7;grid-row:1}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(8){grid-column:1;grid-row:2}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(9){grid-column:2;grid-row:2}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(10){grid-column:3;grid-row:2}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(11){grid-column:4;grid-row:2}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(12){grid-column:5;grid-row:2}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(13){grid-column:6;grid-row:2}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(14){grid-column:7;grid-row:2}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(15){grid-column:1;grid-row:3}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(16){grid-column:2;grid-row:3}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(17){grid-column:3;grid-row:3}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(18){grid-column:4;grid-row:3}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(19){grid-column:5;grid-row:3}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(20){grid-column:1;grid-row:4}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(21){grid-column:2;grid-row:4}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(22){grid-column:3;grid-row:4}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(23){grid-column:4;grid-row:4}.cpt-4slot-layout--large .cpt-product-grid-item:nth-child(24){grid-column:5;grid-row:4}@media(min-width:901px){.cpt-row{justify-content:center}.cpt-bundle-header{align-items:center}.cpt-product-grid--2unit .cpt-grid-item-info,.cpt-block--4 .cpt-grid-item-info{align-items:center;text-align:center}.cpt-product-grid--2unit .cpt-grid-item-name,.cpt-block--4 .cpt-grid-item-name{justify-content:center;text-align:center}.cpt-bundle-footer--2unit .cpt-clear-btn{display:inline-flex!important;align-items:center;justify-content:center;min-height:32px;padding:6px 10px;border:1px solid #d1d5db!important;border-radius:6px;background:#fff!important;color:#536070!important;line-height:1;text-decoration:none;-webkit-appearance:none;appearance:none;box-shadow:none}}@media(max-width:900px){.cpt-product-grid--2unit .cpt-product-grid-item>img,.cpt-product-grid--2unit .cpt-product-grid-item img,.cpt-block--4 .cpt-product-grid-item>img,.cpt-block--4 .cpt-product-grid-item img{background:#fff!important}.cpt-bundle-footer--2unit{display:grid!important;grid-template-columns:minmax(0,1fr) max-content;grid-template-areas:"summary clear" "selected selected" "pricing actions";align-items:start;gap:8px 10px;padding:12px}.cpt-bundle-footer--2unit .cpt-bundle-selection,.cpt-bundle-footer--2unit .cpt-bundle-actions,.cpt-bundle-rail .cpt-bundle-rail-top{display:contents}.cpt-bundle-footer--2unit .cpt-bundle-selection-copy{grid-area:summary;display:flex;flex-direction:column;gap:3px;align-self:start}.cpt-bundle-footer--2unit .cpt-selected-items{grid-area:selected;align-self:start;min-height:34px;margin-top:0;gap:6px;flex-wrap:wrap}.cpt-bundle-footer--2unit .cpt-clear-btn{grid-area:clear;display:inline-flex!important;align-items:center;justify-content:center;justify-self:end;align-self:start;min-height:32px;padding:6px 10px;border:1px solid #d1d5db!important;border-radius:6px;background:#fff!important;color:#536070!important;line-height:1;text-decoration:none;-webkit-appearance:none;appearance:none;box-shadow:none}.cpt-bundle-footer--2unit .cpt-bundle-pricing{grid-area:pricing!important;justify-self:start;gap:6px 8px;margin:0;padding-left:0;min-width:0}.cpt-bundle-footer--2unit .cpt-bundle-pricing[style*="display:none"],.cpt-bundle-footer--2unit .cpt-bundle-pricing[style*="display: none"],.cpt-bundle-rail .cpt-bundle-pricing[style*="display:none"],.cpt-bundle-rail .cpt-bundle-pricing[style*="display: none"]{display:none!important}.cpt-bundle-footer--2unit .cpt-bundle-pricing:not([style*="display:none"]):not([style*="display: none"]),.cpt-bundle-rail .cpt-bundle-pricing:not([style*="display:none"]):not([style*="display: none"]){display:flex!important;flex-direction:row!important;flex-wrap:wrap;align-items:center!important;justify-content:flex-start!important}.cpt-bundle-footer--2unit .cpt-bundle-save-chip{justify-self:start;max-width:100%;white-space:nowrap}.cpt-bundle-footer--2unit .cpt-bundle-actions .cpt-btn-atc{grid-area:actions;justify-self:end;align-self:end;width:132px;min-width:132px;white-space:nowrap}.cpt-bundle-rail{display:grid;grid-template-columns:minmax(0,1fr) max-content;grid-template-areas:"summary clear" "selected selected" "pricing actions";align-items:start;gap:8px 10px;min-height:0;padding:12px}.cpt-bundle-rail .cpt-bundle-summary{grid-area:summary;align-items:flex-start;gap:4px}.cpt-bundle-rail .cpt-clear-btn{grid-area:clear;justify-self:end;align-self:start}.cpt-bundle-rail .cpt-selected-items{grid-area:selected;align-self:start;min-height:38px;margin:0;padding-bottom:0;border-bottom:0;gap:6px;flex-wrap:wrap}.cpt-bundle-rail .cpt-bundle-pricing{grid-area:pricing;gap:6px 8px;margin-bottom:0}.cpt-bundle-rail .cpt-bundle-save-chip{width:auto;max-width:100%;white-space:nowrap}.cpt-bundle-rail .cpt-bundle-actions{grid-area:actions;margin-top:0;justify-self:end;align-self:end;justify-content:flex-end}.cpt-bundle-rail .cpt-btn-atc{width:132px;min-width:132px}}@media(max-width:420px){.cpt-bundle-footer--2unit{grid-template-columns:minmax(0,1fr) 118px}.cpt-bundle-footer--2unit .cpt-bundle-actions .cpt-btn-atc,.cpt-bundle-rail .cpt-btn-atc{width:118px;min-width:118px}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/custom-promo-tabs.css.map */
