.bybv2-section,.bybv2-section *,.bybv2-section *:before,.bybv2-section *:after{box-sizing:border-box}.bybv2-section{--bybv2-bg: #FFFFFF;--bybv2-card-bg: #FFFFFF;--bybv2-soft-bg: #F5F5F5;--bybv2-primary: #000000;--bybv2-primary-hover: #222222;--bybv2-on-primary: #FFFFFF;--bybv2-accent: #EFEFEF;--bybv2-text: #000000;--bybv2-muted: #666666;--bybv2-border: #D9D9D9;--bybv2-danger: #000000;color-scheme:light;width:100%;max-width:100%;overflow:hidden;padding:var(--bybv2-padding-top) 20px var(--bybv2-padding-bottom);background:var(--bybv2-bg);color:var(--bybv2-text);font-family:inherit}.bybv2-section button,.bybv2-section input,.bybv2-section select,.bybv2-section textarea{font:inherit}.bybv2-section__inner{width:100%;max-width:var(--bybv2-max-width);margin:0 auto}.bybv2-header{width:100%;max-width:820px;margin:0 auto 42px;text-align:center}.bybv2-header__title{margin:0;color:var(--bybv2-text);font:inherit;font-size:clamp(30px,4vw,48px);font-weight:750;line-height:1.08;letter-spacing:-.035em}.bybv2-header__subtitle{margin-top:14px;color:var(--bybv2-muted);font-size:15px;line-height:1.65}.bybv2-header__subtitle p,.bybv2-discount-note p{margin:0}.bybv2-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,var(--bybv2-basket-width));gap:var(--bybv2-layout-gap);align-items:start}.bybv2-products-column{min-width:0}.bybv2-products-grid{display:grid;grid-template-columns:repeat(var(--bybv2-desktop-columns),minmax(0,1fr));gap:var(--bybv2-grid-gap);align-items:stretch}.bybv2-product-card{min-width:0;height:100%;overflow:hidden;background:var(--bybv2-card-bg);display:flex;flex-direction:column;border:1px solid var(--bybv2-border);border-radius:var(--bybv2-card-radius);box-shadow:0 4px 18px #0000000b;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.bybv2-product-card:hover{transform:translateY(-3px);border-color:var(--bybv2-primary);box-shadow:0 12px 28px #00000017}.bybv2-product-card__media{position:relative;width:100%;height:440px;overflow:hidden;background:var(--bybv2-card-bg)}.bybv2-product-card__image,.bybv2-product-card__placeholder,.bybv2-product-card__placeholder-svg{width:100%;height:100%;display:block}.bybv2-product-card__image{object-fit:cover;transition:transform .28s ease}.bybv2-product-card:hover .bybv2-product-card__image{transform:scale(1.035)}.bybv2-product-card__placeholder-svg{padding:24%;fill:var(--bybv2-border)}.bybv2-product-card__sold-out-badge{position:absolute;top:12px;right:12px;max-width:calc(100% - 24px);padding:6px 10px;border:1px solid var(--bybv2-border);border-radius:999px;background:var(--bybv2-card-bg);color:var(--bybv2-text);font-size:10px;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}.bybv2-product-card__content{padding:16px;display:flex;flex:0 0 auto;flex-direction:column;min-height:0}.bybv2-product-card__vendor{margin-bottom:6px;color:var(--bybv2-muted);font-size:10px;font-weight:700;letter-spacing:.09em;line-height:1.3;text-transform:uppercase}.bybv2-product-card__title{display:block;min-height:2.7em;margin:0 0 10px;color:var(--bybv2-text);font:inherit;font-size:15px;font-weight:700;line-height:1.35;text-decoration:none}a.bybv2-product-card__title:hover{color:var(--bybv2-muted)}.bybv2-product-card__price-row{min-height:25px;margin-bottom:12px;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.bybv2-product-card__price{color:var(--bybv2-text);font-size:17px;font-weight:800}.bybv2-product-card__compare{color:var(--bybv2-muted);font-size:12px;text-decoration:line-through}.bybv2-product-card__compare.is-hidden{display:none}.bybv2-product-card__variant{width:100%;min-height:44px;margin:0 0 12px;padding:9px 34px 9px 12px;border:1px solid var(--bybv2-border);border-radius:8px;background:var(--bybv2-card-bg);color:var(--bybv2-text);font-size:13px;cursor:pointer}.bybv2-product-card__variant:hover{border-color:var(--bybv2-primary)}.bybv2-product-card__variant:focus-visible,.bybv2-product-card__add:focus-visible,.bybv2-tier:focus-visible,.bybv2-add-bundle:focus-visible,.bybv2-selected__remove:focus-visible{outline:2px solid var(--bybv2-primary);outline-offset:3px}.bybv2-product-card__quantity{margin:0 0 10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.bybv2-product-card__quantity-label{color:var(--bybv2-text);font-size:11px;font-weight:750;line-height:1.2}.bybv2-product-card__quantity-control{min-width:112px;height:40px;display:grid;grid-template-columns:36px minmax(38px,1fr) 36px;align-items:stretch;overflow:hidden;border:1px solid var(--bybv2-border);border-radius:8px;background:var(--bybv2-card-bg)}.bybv2-product-card__quantity-button{min-width:0;padding:0;border:0;background:transparent;color:var(--bybv2-text);display:grid;place-items:center;font-size:18px;line-height:1;cursor:pointer;transition:background .16s ease,color .16s ease,opacity .16s ease}.bybv2-product-card__quantity-button:hover:not(:disabled){background:var(--bybv2-soft-bg)}.bybv2-product-card__quantity-button:disabled{opacity:.35;cursor:not-allowed}.bybv2-product-card__quantity-input{width:100%;min-width:0;padding:0 2px;border:0;border-left:1px solid var(--bybv2-border);border-right:1px solid var(--bybv2-border);background:transparent;color:var(--bybv2-text);text-align:center;font-size:12px;font-weight:800;outline:none;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.bybv2-product-card__quantity-input::-webkit-outer-spin-button,.bybv2-product-card__quantity-input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.bybv2-product-card__quantity-input:focus-visible,.bybv2-product-card__quantity-button:focus-visible{outline:2px solid var(--bybv2-primary);outline-offset:-2px}.bybv2-product-card__add{width:100%;margin-top:0;min-height:44px;padding:10px 14px;border:1px solid var(--bybv2-primary);border-radius:8px;background:var(--bybv2-primary);color:var(--bybv2-on-primary);display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:750;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease,opacity .18s ease}.bybv2-product-card__add:hover:not(:disabled){border-color:var(--bybv2-primary-hover);background:var(--bybv2-primary-hover);transform:translateY(-1px)}.bybv2-product-card__add:disabled,.bybv2-product-card__add.is-sold-out{border-color:var(--bybv2-border);background:var(--bybv2-soft-bg);color:var(--bybv2-muted);cursor:not-allowed;opacity:1}.bybv2-product-card__add svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.bybv2-basket{position:sticky;top:var(--bybv2-sticky-top);min-width:0;overflow:hidden;background:var(--bybv2-card-bg);border:1px solid var(--bybv2-border);border-radius:var(--bybv2-basket-radius);box-shadow:0 16px 38px #00000017}.bybv2-basket__header{padding:23px 20px;text-align:center;background:var(--bybv2-primary);color:var(--bybv2-on-primary)}.bybv2-basket__title{margin:0;color:inherit;font:inherit;font-size:22px;font-weight:750;line-height:1.2;letter-spacing:-.02em}.bybv2-basket__subtitle{margin:6px 0 0;color:inherit;font-size:12px;line-height:1.45;opacity:.76}.bybv2-tiers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:18px;border-bottom:1px solid var(--bybv2-border)}.bybv2-tier{position:relative;min-width:0;min-height:80px;padding:12px 7px;border:1px solid var(--bybv2-border);border-radius:10px;background:var(--bybv2-card-bg);color:var(--bybv2-text);text-align:center;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.bybv2-tier:hover{border-color:var(--bybv2-primary);transform:translateY(-1px)}.bybv2-tier.is-active{border-color:var(--bybv2-primary);background:var(--bybv2-accent);box-shadow:inset 0 0 0 1px var(--bybv2-primary)}.bybv2-tier__items,.bybv2-tier__discount,.bybv2-tier__code{display:block;overflow-wrap:anywhere}.bybv2-tier__items{font-size:14px;font-weight:800;line-height:1.25}.bybv2-tier__discount{margin-top:5px;color:var(--bybv2-muted);font-size:10px;font-weight:700;line-height:1.25}.bybv2-tier__code{margin-top:4px;color:var(--bybv2-muted);font-size:9px;line-height:1.2}.bybv2-tier__badge{position:absolute;top:-9px;left:50%;max-width:calc(100% - 14px);padding:3px 8px;transform:translate(-50%);border-radius:999px;background:var(--bybv2-primary);color:var(--bybv2-on-primary);font-size:8px;font-weight:800;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bybv2-tier-empty{padding:20px;color:var(--bybv2-muted);text-align:center;font-size:13px}.bybv2-selected{max-height:min(360px,42vh);padding:18px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.bybv2-selected__slot{min-width:0;margin-bottom:9px;padding:10px;border:1px solid transparent;border-radius:10px;background:var(--bybv2-soft-bg);display:flex;align-items:center;gap:11px}.bybv2-selected__slot:last-child{margin-bottom:0}.bybv2-selected__slot.is-empty{border-color:var(--bybv2-border);border-style:dashed;background:transparent}.bybv2-selected__image,.bybv2-selected__empty-icon{width:52px;height:52px;flex:0 0 52px;border:1px solid var(--bybv2-border);border-radius:8px;object-fit:cover;background:var(--bybv2-card-bg)}.bybv2-selected__empty-icon{display:grid;place-items:center;color:var(--bybv2-muted)}.bybv2-selected__empty-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.bybv2-selected__details{min-width:0;flex:1}.bybv2-selected__title,.bybv2-selected__variant,.bybv2-selected__price{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bybv2-selected__title{color:var(--bybv2-text);font-size:12px;font-weight:750}.bybv2-selected__variant{margin-top:3px;color:var(--bybv2-muted);font-size:10px}.bybv2-selected__price{margin-top:3px;color:var(--bybv2-text);font-size:10px;font-weight:700}.bybv2-selected__remove{width:34px;height:34px;flex:0 0 34px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--bybv2-muted);display:grid;place-items:center;cursor:pointer;transition:background .16s ease,color .16s ease}.bybv2-selected__remove:hover{background:var(--bybv2-primary);color:var(--bybv2-on-primary)}.bybv2-selected__remove svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.bybv2-basket__footer{padding:18px 20px 22px;border-top:1px solid var(--bybv2-border)}.bybv2-progress{margin-bottom:14px;padding:9px 12px;border:1px solid var(--bybv2-border);border-radius:8px;background:var(--bybv2-soft-bg);color:var(--bybv2-text);text-align:center;font-size:12px;font-weight:750;transition:background .18s ease,color .18s ease,border-color .18s ease}.bybv2-progress.is-ready{border-color:var(--bybv2-primary);background:var(--bybv2-primary);color:var(--bybv2-on-primary)}.bybv2-summary{margin-bottom:15px}.bybv2-summary__row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:5px 0;color:var(--bybv2-text);font-size:13px}.bybv2-summary__row--savings{color:var(--bybv2-muted)}.bybv2-summary__row--total{margin-top:6px;padding-top:12px;border-top:1px solid var(--bybv2-border);font-size:16px;font-weight:800}.bybv2-add-bundle{width:100%;min-height:52px;padding:13px 18px;border:1px solid var(--bybv2-primary);border-radius:8px;background:var(--bybv2-primary);color:var(--bybv2-on-primary);font-size:14px;font-weight:800;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease,opacity .18s ease}.bybv2-add-bundle:hover:not(:disabled){border-color:var(--bybv2-primary-hover);background:var(--bybv2-primary-hover);transform:translateY(-1px)}.bybv2-add-bundle:disabled{border-color:var(--bybv2-border);background:var(--bybv2-soft-bg);color:var(--bybv2-muted);cursor:not-allowed}.bybv2-message{min-height:0;margin-top:10px;color:var(--bybv2-text);text-align:center;font-size:12px;font-weight:700;line-height:1.4}.bybv2-message:empty{display:none}.bybv2-message.is-error{color:var(--bybv2-danger)}.bybv2-discount-note{margin-top:11px;color:var(--bybv2-muted);text-align:center;font-size:10px;line-height:1.5}.bybv2-empty-products{min-height:300px;padding:40px;border:1px dashed var(--bybv2-border);border-radius:var(--bybv2-card-radius);background:var(--bybv2-card-bg);color:var(--bybv2-muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.bybv2-empty-products strong{color:var(--bybv2-text)}.bybv2-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:1180px){.bybv2-product-card__media{height:390px}.bybv2-layout{grid-template-columns:minmax(0,1fr) minmax(310px,360px);gap:28px}.bybv2-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.bybv2-product-card__media{height:340px}.bybv2-section{padding-left:16px;padding-right:16px}.bybv2-header{margin-bottom:30px}.bybv2-layout{display:flex;flex-direction:column;gap:28px}.bybv2-basket{position:static;order:-1;width:100%}.bybv2-products-column{width:100%}.bybv2-products-grid{grid-template-columns:repeat(var(--bybv2-mobile-columns),minmax(0,1fr));gap:16px}.bybv2-selected{max-height:330px}}@media(max-width:560px){.bybv2-product-card__quantity{margin-bottom:8px;gap:6px}.bybv2-product-card__quantity-label{font-size:9px}.bybv2-product-card__quantity-control{min-width:96px;height:36px;grid-template-columns:31px minmax(32px,1fr) 31px}.bybv2-product-card__quantity-button{font-size:16px}.bybv2-product-card__quantity-input{font-size:11px}}@media(max-width:560px){.bybv2-product-card__media{height:260px}.bybv2-section{padding-left:12px;padding-right:12px}.bybv2-header__title{font-size:30px}.bybv2-header__subtitle{font-size:13px}.bybv2-products-grid{gap:10px}.bybv2-product-card__content{padding:11px}.bybv2-product-card__vendor{font-size:8px}.bybv2-product-card__title{min-height:2.8em;margin-bottom:7px;font-size:12px}.bybv2-product-card__price-row{margin-bottom:9px;gap:5px}.bybv2-product-card__price{font-size:13px}.bybv2-product-card__compare{font-size:9px}.bybv2-product-card__variant{min-height:39px;margin-bottom:9px;padding:7px 26px 7px 7px;font-size:10px}.bybv2-product-card__add{min-height:39px;padding:8px 6px;gap:5px;font-size:10px}.bybv2-product-card__add svg{width:13px;height:13px}.bybv2-basket__header{padding:19px 14px}.bybv2-basket__title{font-size:20px}.bybv2-tiers{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:16px 10px}.bybv2-tier{min-height:74px;padding:10px 4px;border-radius:8px}.bybv2-tier__items{font-size:12px}.bybv2-tier__discount{font-size:8px}.bybv2-tier__badge{font-size:7px}.bybv2-selected{padding:14px 12px}.bybv2-basket__footer{padding:15px 14px 18px}}@media(prefers-reduced-motion:reduce){.bybv2-section *,.bybv2-section *:before,.bybv2-section *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.bybv2-products-grid{align-items:start}.bybv2-product-card{height:auto;align-self:start}.bybv2-product-card__content{height:auto}.bybv2-product-card__title{display:-webkit-box;min-height:0;max-height:2.7em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bybv2-product-card__variant-spacer{display:none}.bybv2-product-card__add{margin-top:0}@media(max-width:560px){.bybv2-product-card__title{min-height:0;max-height:calc(1.35em * 3);-webkit-line-clamp:3}}.bybv2-tier__items{white-space:normal;text-wrap:balance}@media(max-width:560px){.bybv2-tier{min-width:0}.bybv2-tier__items{font-size:11px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/build-your-basket-v2.css.map */
