body.bh-theme{background:var(--bh-page);color:var(--bh-ink);font-family:var(--bh-body);-webkit-font-smoothing:antialiased;line-height:1.4;letter-spacing:normal}body.bh-theme a{color:var(--bh-navy-700);text-decoration:none}body.bh-theme a:hover{color:var(--bh-green)}body.bh-theme ::placeholder{color:var(--bh-ink-ph)}body.bh-theme main{padding-bottom:92px}body.bh-theme .bh-section{display:block}body.bh-theme .bh-wrap{padding:6px 16px 4px}body.bh-theme .bh-topbar{background:var(--bh-navy-900);color:#fff;padding:9px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:14px;font-weight:600}body.bh-theme .bh-topbar__phone{font-family:var(--bh-display);font-weight:700;color:#fff;white-space:nowrap;display:flex;align-items:center;min-height:44px;margin:-10px 0;padding:0 2px}body.bh-theme .bh-topbar__phone:hover{color:#fff}body.bh-theme .bh-header{background:var(--bh-surface);color:var(--bh-ink);border-bottom:1px solid var(--bh-line-2);padding:14px 16px 16px;display:flex;flex-direction:column;gap:12px}body.bh-theme .bh-header__row{display:flex;align-items:center;justify-content:space-between;gap:10px}body.bh-theme .bh-logo{font-family:var(--bh-display);font-weight:700;font-size:24px;letter-spacing:-.01em;color:var(--bh-ink)}body.bh-theme .bh-logo:hover{color:var(--bh-ink)}body.bh-theme .bh-logo em{font-style:normal;color:var(--bh-orange)}body.bh-theme .bh-logo img{display:block;width:auto;height:auto;max-width:min(190px,46vw);max-height:40px;object-fit:contain}body.bh-theme .bh-iconbtn{width:44px;height:44px;border-radius:var(--bh-r-md);background:var(--bh-page);border:1px solid var(--bh-line);color:var(--bh-ink);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex:none;cursor:pointer}body.bh-theme .bh-iconbtn:hover{color:var(--bh-ink)}body.bh-theme .bh-iconbtn svg{width:22px;height:22px;display:block}body.bh-theme .bh-search{position:relative;display:flex;align-items:center;gap:10px;height:var(--bh-tap);padding-left:14px;background:#f7f5f1;border:1.5px solid var(--bh-line);border-radius:var(--bh-r-md)}body.bh-theme .bh-search svg{width:20px;height:20px;flex:none;color:var(--bh-ink-4)}body.bh-theme .bh-search__input{flex:1;height:100%;border:0;background:none;outline:none;font-family:var(--bh-body);font-size:17px;color:var(--bh-ink);min-width:0}body.bh-theme .bh-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}body.bh-theme .bh-menu{position:relative}body.bh-theme .bh-menu>summary{list-style:none;cursor:pointer}body.bh-theme .bh-menu>summary::-webkit-details-marker{display:none}body.bh-theme .bh-menu__panel{position:absolute;right:0;top:calc(100% + 8px);z-index:20;min-width:220px;background:var(--bh-surface);border:1px solid var(--bh-line);border-radius:var(--bh-r-lg);padding:6px;display:flex;flex-direction:column}body.bh-theme .bh-menu__link{padding:12px 14px;min-height:44px;display:flex;align-items:center;font-size:16px;font-weight:600;color:var(--bh-ink);border-radius:var(--bh-r)}body.bh-theme .bh-menu__link:hover{color:var(--bh-ink);background:var(--bh-page)}body.bh-theme .bh-chead{background:var(--bh-surface);border-bottom:1px solid var(--bh-line-2);padding:14px 16px 16px;display:flex;flex-direction:row;align-items:center;gap:14px}body.bh-theme .bh-chead__title{font-family:var(--bh-display);font-weight:700;font-size:26px;line-height:1.15;color:var(--bh-ink)}body.bh-theme .bh-chead__count{margin-left:auto;font-size:15px;color:var(--bh-ink-3);white-space:nowrap}body.bh-theme .bh-phead{padding:12px 16px}body.bh-theme .bh-phead__title{font-family:var(--bh-display);font-weight:700;font-size:17px;color:var(--bh-ink)}body.bh-theme .bh-hero{background:var(--bh-sand);padding:16px;display:flex;gap:14px;align-items:center}body.bh-theme .bh-hero__col{display:flex;flex-direction:column;gap:8px;min-width:0}body.bh-theme .bh-hero__title{font-family:var(--bh-display);font-weight:700;font-size:30px;line-height:1;color:var(--bh-ink)}body.bh-theme .bh-hero__sub{font-size:16px;font-weight:600;color:var(--bh-sand-text)}body.bh-theme .bh-btn{display:block;width:100%;min-height:var(--bh-tap);border:0;cursor:pointer;font-family:var(--bh-display);font-weight:700;text-align:center;border-radius:var(--bh-r);letter-spacing:.03em;transition:background-color .12s ease;box-sizing:border-box}body.bh-theme .bh-btn:after{display:none}body.bh-theme .bh-btn--order{background:var(--bh-green);color:#fff;font-size:16px;padding:14px}body.bh-theme .bh-btn--order:hover{color:#fff}body.bh-theme .bh-btn--order:active{background:var(--bh-green-dark)}body.bh-theme .bh-btn--order-lg{background:var(--bh-green);color:#fff;border-radius:11px;padding:19px 16px;box-shadow:var(--bh-shadow-cta)}body.bh-theme .bh-btn--order-lg:hover{color:#fff}body.bh-theme .bh-btn--order-lg:active{background:var(--bh-green-dark)}body.bh-theme .bh-btn--order-lg .bh-btn__main{font-size:clamp(13px,4.2vw,21px);letter-spacing:.02em;display:block;white-space:nowrap}body.bh-theme .bh-btn--order-lg .bh-btn__sub{font-family:var(--bh-body);font-weight:400;font-size:15px;margin-top:3px;display:block}body.bh-theme .bh-btn--outline{background:var(--bh-surface);border:2px solid var(--bh-navy-700);color:var(--bh-navy-700);font-size:17px;font-weight:800;padding:17px;border-radius:var(--bh-r-md)}body.bh-theme .bh-btn--outline:hover{color:var(--bh-navy-700)}body.bh-theme .bh-btn--navy{background:var(--bh-navy-900);color:#fff;font-size:16px;padding:12px 18px}body.bh-theme .bh-btn--navy:hover{color:#fff}body.bh-theme .bh-btn--call{background:var(--bh-orange);color:#fff;font-size:22px;font-weight:800;padding:16px;border-radius:var(--bh-r-md)}body.bh-theme .bh-btn--call:hover{color:#fff}body.bh-theme .bh-card{background:var(--bh-surface);border:1px solid var(--bh-line);border-radius:var(--bh-r-lg);overflow:hidden;display:flex;flex-direction:column}body.bh-theme .bh-card__media{position:relative;aspect-ratio:1/1;background:var(--bh-line-3);display:block}body.bh-theme .bh-card__media img{width:100%;height:100%;object-fit:cover;display:block}body.bh-theme .bh-card__body{padding:10px 12px 12px;display:flex;flex-direction:column;gap:7px;flex:1}body.bh-theme .bh-card__title{font-size:16px;font-weight:600;line-height:1.3;min-height:44px;color:var(--bh-ink)}body.bh-theme .bh-card__title:hover{color:var(--bh-ink)}body.bh-theme .bh-card__prices{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}body.bh-theme .bh-card .bh-stock{font-size:13px;gap:7px}body.bh-theme .bh-card .bh-stock:before{width:8px;height:8px}body.bh-theme .bh-card__cta{margin-top:auto}body.bh-theme .bh-dept{background:var(--bh-surface);border:1px solid var(--bh-line);border-radius:var(--bh-r-lg);overflow:hidden;display:block;color:var(--bh-ink)}body.bh-theme .bh-dept:hover{color:var(--bh-ink)}body.bh-theme .bh-dept__media{aspect-ratio:1/1;background:var(--bh-line-3);display:block}body.bh-theme .bh-dept__media img{width:100%;height:100%;object-fit:cover;display:block}body.bh-theme .bh-dept__label{padding:11px 12px;font-family:var(--bh-display);font-weight:700;font-size:17px}body.bh-theme .bh-price{font-family:var(--bh-display);font-weight:700;font-size:24px;color:var(--bh-red)}body.bh-theme .bh-price--hero{font-size:44px;line-height:1}body.bh-theme .bh-price--sticky{font-size:24px;line-height:1.1}body.bh-theme .bh-price__was{font-size:15px;color:var(--bh-ink-4);text-decoration:line-through}body.bh-theme .bh-price__was--hero{font-size:20px}body.bh-theme .bh-price__was--sticky{font-size:13.5px}body.bh-theme .bh-badge{position:absolute;top:8px;left:8px;font-family:var(--bh-display);font-weight:700;font-size:14px;padding:4px 8px;border-radius:var(--bh-r-sm);z-index:1}body.bh-theme .bh-badge--sale{background:var(--bh-red);color:#fff}body.bh-theme .bh-badge--hit{background:var(--bh-orange);color:#fff;font-size:13px}body.bh-theme .bh-badge--pdp{top:12px;left:12px;font-size:17px;padding:7px 12px;border-radius:8px}body.bh-theme .bh-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}body.bh-theme .bh-form .bh-grid-2{grid-template-columns:1fr 1fr;gap:10px}body.bh-theme .bh-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}body.bh-theme .bh-sec{padding:20px 16px 6px}body.bh-theme .bh-sec__h{font-family:var(--bh-display);font-weight:700;font-size:22px;margin:0 0 12px;color:var(--bh-ink)}body.bh-theme .bh-sec__h--tight{margin-bottom:4px}body.bh-theme .bh-sec__sub{font-size:15px;color:var(--bh-ink-3);margin:0 0 12px}body.bh-theme .bh-trust{background:var(--bh-surface);border-bottom:1px solid var(--bh-line-2);padding:14px 8px;text-align:center}body.bh-theme .bh-trust__item{display:flex;flex-direction:column;align-items:center;gap:7px}body.bh-theme .bh-trust__label{font-size:13.5px;font-weight:700;line-height:1.25}body.bh-theme .bh-tick{width:34px;height:34px;border-radius:50%;background:var(--bh-green-bg);display:flex;align-items:center;justify-content:center;flex:none}body.bh-theme .bh-tick:before{content:"";width:8px;height:15px;border-right:3px solid var(--bh-green);border-bottom:3px solid var(--bh-green);transform:rotate(42deg) translateY(-2px)}body.bh-theme .bh-tick--sm{width:auto;height:auto;background:none;margin-top:2px}body.bh-theme .bh-tick--sm:before{width:8px;height:14px;transform:rotate(42deg)}body.bh-theme .bh-chips{display:flex;gap:8px;padding:12px 16px;overflow-x:auto;scrollbar-width:none;background:var(--bh-surface);border-bottom:1px solid var(--bh-line-2)}body.bh-theme .bh-chips::-webkit-scrollbar{display:none}body.bh-theme .bh-chip{white-space:nowrap;font-size:15px;font-weight:600;padding:10px 16px;border-radius:20px;min-height:44px;display:flex;align-items:center;background:#f1efe9;color:var(--bh-ink-2);border:1px solid var(--bh-line);cursor:pointer}body.bh-theme .bh-chip[aria-current=page]{background:var(--bh-orange);color:#fff;font-weight:700;border-color:var(--bh-orange)}body.bh-theme .bh-sortrow{background:var(--bh-surface);border-bottom:1px solid var(--bh-line-2);padding:12px 16px;display:grid;grid-template-columns:1fr 1fr;gap:10px}body.bh-theme .bh-sortbtn{border:1.5px solid var(--bh-input-line);border-radius:var(--bh-r);height:52px;background:var(--bh-surface);color:var(--bh-ink);display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--bh-body);font-weight:700;font-size:16px;cursor:pointer}body.bh-theme .bh-sortbtn span{font-size:13px;color:var(--bh-ink-3)}body.bh-theme .bh-sortmenu{position:relative}body.bh-theme .bh-sortmenu>summary{list-style:none}body.bh-theme .bh-sortmenu>summary::-webkit-details-marker{display:none}body.bh-theme .bh-sortmenu__panel{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:20;background:var(--bh-surface);border:1px solid var(--bh-line);border-radius:var(--bh-r-lg);padding:6px;display:flex;flex-direction:column}body.bh-theme .bh-form{background:var(--bh-surface);padding:18px 16px;display:flex;flex-direction:column;gap:14px}body.bh-theme .bh-form form{display:flex;flex-direction:column;gap:14px}body.bh-theme .bh-form__h{font-family:var(--bh-display);font-weight:700;font-size:22px;color:var(--bh-ink)}body.bh-theme .bh-form__sub{font-size:15.5px;color:var(--bh-ink-3);margin-top:3px}body.bh-theme .bh-field{display:flex;flex-direction:column;gap:5px;position:relative}body.bh-theme .bh-field>label{font-size:15px;font-weight:700}body.bh-theme .bh-field__opt{font-weight:400;font-size:13px;color:var(--bh-ink-4);margin-inline-start:5px}body.bh-theme .bh-input{height:var(--bh-tap);border:1.5px solid var(--bh-input-line);border-radius:var(--bh-r);padding:0 14px;font-family:var(--bh-body);font-size:17px;background:var(--bh-input-bg);color:var(--bh-ink);outline:none;width:100%;box-sizing:border-box}body.bh-theme .bh-input:focus{border-color:var(--bh-navy-700);background:#fff}body.bh-theme .bh-field[data-invalid=true] .bh-input{border-color:var(--bh-red);background:var(--bh-red-field)}body.bh-theme .bh-field__err{display:none;color:var(--bh-red);font-size:14.5px;font-weight:700}body.bh-theme .bh-field[data-invalid=true] .bh-field__err{display:block}body.bh-theme .bh-formerr{color:var(--bh-red);background:var(--bh-red-field);border:1.5px solid var(--bh-red);border-radius:var(--bh-r-md);padding:12px 14px;font-size:15px;font-weight:700;line-height:1.35;margin-block-end:12px}body.bh-theme .bh-field{--bh-input-h: var(--bh-tap)}body.bh-theme .bh-saved{position:absolute;right:13px;bottom:calc((var(--bh-input-h) - 22px) / 2);width:22px;height:22px;border-radius:50%;background:var(--bh-green-bg);opacity:0;pointer-events:none;transition:opacity .12s linear}body.bh-theme .bh-saved:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:6px;height:11px;border-right:2.5px solid var(--bh-green);border-bottom:2.5px solid var(--bh-green);transform:rotate(42deg) translate(-1px,-1px)}body.bh-theme .bh-saved[data-on=true]{opacity:1}body.bh-theme .bh-field[data-bh-field=phone] .bh-input{padding-right:44px}body.bh-theme .bh-total{display:flex;justify-content:space-between;align-items:baseline;padding:2px 2px 0;gap:12px}body.bh-theme .bh-total__label{font-size:17px;font-weight:700}body.bh-theme .bh-total__value{font-family:var(--bh-display);font-weight:700;font-size:26px;color:var(--bh-red)}body.bh-theme .bh-reassure{text-align:center;font-size:15.5px;color:var(--bh-ink-3);line-height:1.45;margin:0}body.bh-theme .bh-or{display:flex;align-items:center;gap:12px;border-top:1px solid var(--bh-line-2);padding-top:14px}body.bh-theme .bh-or:before,body.bh-theme .bh-or:after{content:"";flex:1;height:1px;background:var(--bh-line-2)}body.bh-theme .bh-or span{font-size:14px;color:var(--bh-ink-3);font-weight:700}body.bh-theme .bh-pack{border:1.5px solid var(--bh-input-line);background:var(--bh-surface);border-radius:var(--bh-r-md);padding:14px 12px;min-height:var(--bh-tap);cursor:pointer;display:flex;flex-direction:column;gap:3px;text-align:left;color:var(--bh-ink)}body.bh-theme .bh-pack[aria-checked=true]{border:2.5px solid var(--bh-green);background:#f2fbf6;padding:13px 11px}body.bh-theme .bh-pack__main,body.bh-theme .bh-pack__end{display:contents}body.bh-theme .bh-pack__dot{display:none}body.bh-theme .bh-pack__badge{background:var(--bh-green);color:#fff;font-size:11px;font-weight:700;letter-spacing:.4px;padding:2px 7px;border-radius:var(--bh-r-sm);align-self:flex-start}body.bh-theme .bh-pack__name{font-family:var(--bh-display);font-weight:700;font-size:17px;text-transform:uppercase;letter-spacing:.01em}body.bh-theme .bh-pack__price{font-size:16px;font-weight:700;color:var(--bh-red)}body.bh-theme .bh-pack__save{font-size:13.5px;font-weight:600;color:var(--bh-ink-4)}body.bh-theme .bh-perks{list-style:none;margin:0 0 16px;padding:10px 12px;display:flex;flex-direction:column;gap:6px;background:var(--bh-green-bg);border-radius:var(--bh-r-lg)}body.bh-theme .bh-perk{position:relative;padding-left:26px;font-size:15px;line-height:1.35;font-weight:600;color:var(--bh-ink)}body.bh-theme .bh-perk:before{content:"";position:absolute;left:6px;top:5px;width:6px;height:11px;border-right:2.5px solid var(--bh-green);border-bottom:2.5px solid var(--bh-green);transform:rotate(42deg)}@media screen and (min-width:990px){body.bh-theme .bh-perks{flex-direction:row;flex-wrap:wrap;gap:6px 18px}}body.bh-theme .bh-breakdown{margin:10px 0 0;display:flex;flex-direction:column;gap:2px}body.bh-theme .bh-breakdown__row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:15px;color:var(--bh-ink-2)}body.bh-theme .bh-breakdown__row dt,body.bh-theme .bh-breakdown__row dd{margin:0}body.bh-theme .bh-breakdown__row--total{margin-top:4px;padding-top:8px;border-top:1px solid var(--bh-line-2);font-size:17px;font-weight:700;color:var(--bh-ink)}body.bh-theme .bh-breakdown__row--total dd{color:var(--bh-red)}body.bh-theme .bh-offer{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px 4px 8px}body.bh-theme .bh-offer[hidden]{display:none}body.bh-theme .bh-offer__img{height:clamp(84px,22vh,148px);width:auto;aspect-ratio:1/1;object-fit:contain;border-radius:0;background:var(--bh-line-3)}body.bh-theme .bh-offer__kicker{margin:0;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--bh-green)}body.bh-theme .bh-offer__h{margin:0;font-family:var(--bh-display);font-weight:700;font-size:clamp(19px,5vw,23px);line-height:1.2;color:var(--bh-ink)}body.bh-theme .bh-offer__kicker--bare:empty,body.bh-theme .bh-offer__kicker--bare>.bh-offer__timer[hidden]{display:none}body.bh-theme .bh-offer__sub{margin:0;font-size:15px;line-height:1.35;color:var(--bh-ink-2);max-width:34ch}body.bh-theme .bh-offer__price{margin:0;display:flex;align-items:baseline;justify-content:center;gap:8px;flex-wrap:wrap}body.bh-theme .bh-offer__was{font-size:15px;color:var(--bh-ink-4)}body.bh-theme .bh-offer__now{font-size:24px;font-weight:800;color:var(--bh-red)}body.bh-theme .bh-offer__save{font-size:13px;font-weight:700;color:var(--bh-green);background:var(--bh-green-bg);border-radius:999px;padding:2px 8px}body.bh-theme .bh-offer__yes{width:100%}body.bh-theme .bh-offer__no{display:block;width:100%;min-height:48px;padding:0 12px;border:1px solid var(--bh-line-2);border-radius:var(--bh-r-md);background:var(--bh-bg);font:inherit;font-size:16px;font-weight:600;color:var(--bh-ink-2);cursor:pointer}body.bh-theme .bh-offer__no:hover{border-color:var(--bh-ink-4);color:var(--bh-ink)}body.bh-theme .bh-offer__note{margin:0;font-size:13.5px;color:var(--bh-ink-4)}body.bh-theme .bh-offer__timer{font-variant-numeric:tabular-nums;color:var(--bh-red)}body.bh-theme .bh-offer__timer:before{content:" \2014  ";color:var(--bh-ink-4)}body.bh-theme[data-bh-offer-open] .bh-buy-aside,body.bh-theme[data-bh-offer-open] .bh-section-cod~*{display:none}@media screen and (max-height:700px){body.bh-theme .bh-offer{gap:8px;padding-top:10px}body.bh-theme .bh-offer__img{height:clamp(70px,16vh,104px)}body.bh-theme .bh-offer__sub{font-size:14px}}@media screen and (min-width:990px){body.bh-theme .bh-offer{padding:22px 8px 12px;gap:12px}body.bh-theme .bh-offer__img{height:168px}}body.bh-theme .bh-confirm{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center;padding:14px 0 6px}body.bh-theme .bh-confirm__tick{width:78px;height:78px;border-radius:50%;background:var(--bh-green-bg);display:flex;align-items:center;justify-content:center}body.bh-theme .bh-confirm__tick:before{content:"";width:20px;height:38px;border-right:6px solid var(--bh-green);border-bottom:6px solid var(--bh-green);transform:rotate(42deg) translateY(-4px)}body.bh-theme .bh-confirm__h{font-family:var(--bh-display);font-weight:700;font-size:27px;line-height:1.15;margin:0;color:var(--bh-ink)}body.bh-theme .bh-confirm p{margin:0;font-size:17px;line-height:1.45;color:var(--bh-ink-2)}body.bh-theme .bh-recap{width:100%;background:var(--bh-page);border-radius:var(--bh-r-lg);padding:16px;display:flex;flex-direction:column;gap:9px;text-align:left;font-size:16px}body.bh-theme .bh-recap__row{display:flex;justify-content:space-between;gap:12px}body.bh-theme .bh-recap__row strong{text-align:right}body.bh-theme .bh-recap__row--total{border-top:1px solid var(--bh-line);padding-top:9px}body.bh-theme .bh-recap__k{color:var(--bh-ink-3)}body.bh-theme .bh-recap .bh-price{font-size:22px}body.bh-theme .bh-gallery{background:var(--bh-surface);position:relative;display:flex;flex-direction:column}body.bh-theme .bh-gallery__main{order:1}body.bh-theme .bh-thumbs{order:2}body.bh-theme .bh-gallery__main{position:relative;aspect-ratio:1/1;background:var(--bh-line-3);display:block}body.bh-theme .bh-thumbs{display:flex;gap:8px;padding:10px 16px 14px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity;overscroll-behavior-x:contain}body.bh-theme .bh-thumb{scroll-snap-align:start}body.bh-theme .bh-thumbs::-webkit-scrollbar{display:none}body.bh-theme .bh-thumb{width:58px;height:58px;flex:none;border-radius:8px;overflow:hidden;border:1.5px solid var(--bh-line);background:var(--bh-line-3);padding:0;cursor:pointer}body.bh-theme .bh-thumb img{width:100%;height:100%;object-fit:cover;display:block}body.bh-theme .bh-gal{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}body.bh-theme .bh-gal__img{display:none;width:100%;height:100%;object-fit:cover}body.bh-theme .bh-gal:nth-of-type(1):checked~.bh-gallery__main .bh-gal__img:nth-of-type(1){display:block}body.bh-theme .bh-gal:nth-of-type(2):checked~.bh-gallery__main .bh-gal__img:nth-of-type(2){display:block}body.bh-theme .bh-gal:nth-of-type(3):checked~.bh-gallery__main .bh-gal__img:nth-of-type(3){display:block}body.bh-theme .bh-gal:nth-of-type(4):checked~.bh-gallery__main .bh-gal__img:nth-of-type(4){display:block}body.bh-theme .bh-gal:nth-of-type(5):checked~.bh-gallery__main .bh-gal__img:nth-of-type(5){display:block}body.bh-theme .bh-gal:nth-of-type(6):checked~.bh-gallery__main .bh-gal__img:nth-of-type(6){display:block}body.bh-theme .bh-gal:nth-of-type(7):checked~.bh-gallery__main .bh-gal__img:nth-of-type(7){display:block}body.bh-theme .bh-gal:nth-of-type(8):checked~.bh-gallery__main .bh-gal__img:nth-of-type(8){display:block}body.bh-theme .bh-gal:nth-of-type(9):checked~.bh-gallery__main .bh-gal__img:nth-of-type(9){display:block}body.bh-theme .bh-gal:nth-of-type(10):checked~.bh-gallery__main .bh-gal__img:nth-of-type(10){display:block}body.bh-theme .bh-gal:nth-of-type(1):checked~.bh-thumbs .bh-thumb:nth-of-type(1),body.bh-theme .bh-gal:nth-of-type(2):checked~.bh-thumbs .bh-thumb:nth-of-type(2),body.bh-theme .bh-gal:nth-of-type(3):checked~.bh-thumbs .bh-thumb:nth-of-type(3),body.bh-theme .bh-gal:nth-of-type(4):checked~.bh-thumbs .bh-thumb:nth-of-type(4),body.bh-theme .bh-gal:nth-of-type(5):checked~.bh-thumbs .bh-thumb:nth-of-type(5),body.bh-theme .bh-gal:nth-of-type(6):checked~.bh-thumbs .bh-thumb:nth-of-type(6),body.bh-theme .bh-gal:nth-of-type(7):checked~.bh-thumbs .bh-thumb:nth-of-type(7),body.bh-theme .bh-gal:nth-of-type(8):checked~.bh-thumbs .bh-thumb:nth-of-type(8),body.bh-theme .bh-gal:nth-of-type(9):checked~.bh-thumbs .bh-thumb:nth-of-type(9),body.bh-theme .bh-gal:nth-of-type(10):checked~.bh-thumbs .bh-thumb:nth-of-type(10){border:2.5px solid var(--bh-navy-700)}body.bh-theme .bh-pdp-info{background:var(--bh-surface);padding:4px 16px 18px;display:flex;flex-direction:column;gap:12px;border-bottom:1px solid var(--bh-line-2)}body.bh-theme .bh-pdp-info__title{font-family:var(--bh-display);font-weight:700;font-size:25px;line-height:1.2;margin:0;color:var(--bh-ink);text-wrap:pretty}body.bh-theme .bh-rating{display:flex;align-items:center;gap:8px}body.bh-theme .bh-rating__count{font-size:15px;color:var(--bh-ink-3)}body.bh-theme .bh-prices{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}body.bh-theme .bh-pills{display:flex;gap:8px;flex-wrap:wrap}body.bh-theme .bh-pill{font-weight:700;font-size:15px;padding:7px 12px;border-radius:7px}body.bh-theme .bh-pill--save{background:var(--bh-red-bg);color:var(--bh-red)}body.bh-theme .bh-stock{display:flex;align-items:center;gap:9px;margin:0;font-size:15.5px;font-weight:600;color:var(--bh-green-text)}body.bh-theme .bh-stock:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--bh-green);flex:none}body.bh-theme .bh-stock--low{color:var(--bh-ink)}body.bh-theme .bh-stock--soon{color:var(--bh-amber)}body.bh-theme .bh-stock--soon:before{background:var(--bh-amber)}body.bh-theme .bh-stock--out{color:var(--bh-ink-3)}body.bh-theme .bh-stock--out:before{background:var(--bh-ink-4)}body.bh-theme .bh-stock__sub{margin:3px 0 0;padding-left:19px;font-size:13.5px;font-weight:400;line-height:1.35;color:var(--bh-ink-3)}body.bh-theme .bh-assure{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px}body.bh-theme .bh-ship{font-size:15.5px;font-weight:600;color:var(--bh-ink-2)}body.bh-theme .bh-guarantees{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:9px}body.bh-theme .bh-guarantee{font-size:15px;color:var(--bh-ink-2);padding-inline-start:24px;position:relative}body.bh-theme .bh-guarantee:before{content:"";position:absolute;inset-inline-start:4px;top:6px;width:5px;height:10px;border-right:2px solid var(--bh-green);border-bottom:2px solid var(--bh-green);transform:rotate(42deg)}body.bh-theme .bh-crumbs{display:none}body.bh-theme .bh-hero__pick{display:flex;flex-direction:column;gap:7px;flex:none;color:var(--bh-ink);min-width:0}body.bh-theme .bh-hero__tag{display:flex;flex-direction:column;gap:1px;width:118px}body.bh-theme .bh-hero__name{font-size:12.5px;line-height:1.25;color:var(--bh-ink-2);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.bh-theme .bh-hero__pick .bh-price{font-size:15px}body.bh-theme .bh-sr{position:absolute;inset-inline:0;top:calc(100% + 8px);z-index:40;background:var(--bh-surface);border:1px solid var(--bh-line);border-radius:var(--bh-r-lg);box-shadow:0 12px 28px #0c182c24;overflow:hidden auto;max-height:min(66vh,460px);text-align:start}body.bh-theme .bh-sr__item{display:flex;align-items:center;gap:12px;padding:10px 14px;min-height:var(--bh-tap);color:var(--bh-ink)}body.bh-theme .bh-sr__item+.bh-sr__item{border-top:1px solid var(--bh-line-3)}body.bh-theme .bh-sr__media{width:52px;height:52px;flex:none;border-radius:var(--bh-r-sm);overflow:hidden;background:var(--bh-line-3)}body.bh-theme .bh-sr__media img{width:100%;height:100%;object-fit:cover;display:block}body.bh-theme .bh-sr__body{display:flex;flex-direction:column;gap:3px;min-width:0}body.bh-theme .bh-sr__t{font-weight:600;font-size:15.5px;line-height:1.3}body.bh-theme .bh-sr__prices{display:flex;align-items:baseline;gap:8px}body.bh-theme .bh-sr__prices .bh-price{font-size:16px}body.bh-theme .bh-sr__item[aria-selected=true],body.bh-theme .bh-sr__all[aria-selected=true]{background:var(--bh-surface-2)}body.bh-theme .bh-sr__all{display:flex;align-items:center;justify-content:center;min-height:var(--bh-tap);padding:12px 14px;border-top:1px solid var(--bh-line);font-weight:700;font-size:15px;color:var(--bh-navy-700)}body.bh-theme .bh-sr__empty{margin:0;padding:18px 16px;font-size:15.5px;color:var(--bh-ink-3);text-align:center}body.bh-theme .bh-topbar__phone--2{display:none}body.bh-theme .bh-callblock__alt,body.bh-theme .bh-help__alt{font-family:var(--bh-display);font-weight:700;min-height:var(--bh-tap-sm);display:inline-flex;align-items:center}body.bh-theme .bh-help__alt{color:#fff;font-size:17px;justify-content:center}body.bh-theme .bh-callblock__alt{display:none}body.bh-theme .bh-guar__grid{list-style:none;margin:0;padding:0;display:grid;grid-auto-flow:row}body.bh-theme .bh-guar__item{display:flex;align-items:flex-start;gap:11px;padding:13px 0}body.bh-theme .bh-guar__item+.bh-guar__item{border-top:1px solid var(--bh-line-3)}body.bh-theme .bh-guar__tick{flex:none;width:8px;height:15px;margin-top:4px;border-right:2.5px solid var(--bh-green);border-bottom:2.5px solid var(--bh-green);transform:rotate(42deg)}body.bh-theme .bh-guar__body{display:flex;flex-direction:column;gap:3px;min-width:0}body.bh-theme .bh-guar__t{font-family:var(--bh-display);font-weight:700;font-size:16.5px;color:var(--bh-ink)}body.bh-theme .bh-guar__d{font-size:15.5px;line-height:1.45;color:var(--bh-ink-3)}body.bh-theme .bh-guar__note{margin:6px 0 0;padding:14px 16px;background:#eef2f8;border-radius:var(--bh-r-md);text-align:center;font-size:15.5px;color:var(--bh-navy-900)}body.bh-theme .bh-guar__note strong{font-weight:700}body.bh-theme .bh-guar__note p{margin:0;font-size:inherit;color:inherit}body.bh-theme .bh-block{background:var(--bh-surface);padding:20px 16px;border-top:1px solid var(--bh-line-2);display:flex;flex-direction:column;gap:11px;margin-top:12px}body.bh-theme .bh-block--steps{gap:16px;border-bottom:1px solid var(--bh-line-2)}body.bh-theme .bh-block__h{font-family:var(--bh-display);font-weight:700;font-size:20px;margin:0;color:var(--bh-ink)}body.bh-theme .bh-block p{margin:0;font-size:16.5px;line-height:1.55;text-wrap:pretty}body.bh-theme .bh-block img{max-width:100%;height:auto;border-radius:var(--bh-r-lg);display:block}body.bh-theme .bh-step{display:flex;gap:13px;align-items:flex-start}body.bh-theme .bh-step__n{width:34px;height:34px;border-radius:50%;background:var(--bh-navy-700);color:#fff;font-family:var(--bh-display);font-weight:700;font-size:17px;display:flex;align-items:center;justify-content:center;flex:none}body.bh-theme .bh-step__t{font-size:16px;line-height:1.4}body.bh-theme .bh-step__t span{color:var(--bh-ink-3)}body.bh-theme .bh-figure{display:flex;flex-direction:column;gap:8px;margin-top:6px}body.bh-theme .bh-figure__media{aspect-ratio:1/1;border-radius:var(--bh-r-lg);background:var(--bh-line-3);overflow:hidden}body.bh-theme .bh-figure__media img{width:100%;height:100%;object-fit:cover}body.bh-theme .bh-figure__h{font-family:var(--bh-display);font-weight:700;font-size:18px}body.bh-theme .bh-spec{display:flex;flex-direction:column;border:1px solid var(--bh-line);border-radius:11px;overflow:hidden;margin-top:4px}body.bh-theme .bh-spec__row{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;font-size:16px;border-top:1px solid var(--bh-line-3)}body.bh-theme .bh-spec__row:first-child{border-top:0}body.bh-theme .bh-spec__row:nth-child(odd){background:var(--bh-surface-2)}body.bh-theme .bh-spec__k{color:var(--bh-ink-3)}body.bh-theme .bh-bullets{display:flex;flex-direction:column;gap:11px}body.bh-theme .bh-bullet{display:flex;gap:11px;align-items:flex-start;font-size:16px;line-height:1.4}body.bh-theme .bh-bullet:before{content:"";width:9px;height:16px;border-right:3px solid var(--bh-green);border-bottom:3px solid var(--bh-green);transform:rotate(42deg);flex:none;margin-top:1px}body.bh-theme .bh-stars{color:var(--bh-star);font-size:19px;letter-spacing:2px}body.bh-theme .bh-review{background:var(--bh-page);border-radius:var(--bh-r-lg);padding:14px}body.bh-theme .bh-review .bh-stars{font-size:17px}body.bh-theme .bh-review__text{font-size:16px;line-height:1.45;margin:6px 0}body.bh-theme .bh-review__who{font-size:14.5px;color:var(--bh-ink-4);font-weight:600}body.bh-theme .bh-help{margin:20px 16px;background:var(--bh-navy-700);border-radius:var(--bh-r-xl);padding:20px 18px;color:#fff;display:flex;flex-direction:column;gap:12px;text-align:center}body.bh-theme .bh-help__h{font-family:var(--bh-display);font-weight:700;font-size:21px;line-height:1.2;margin:0;color:#fff}body.bh-theme .bh-help__b{font-size:16px;color:#cfdcec;line-height:1.4;margin:0}body.bh-theme .bh-helpbox{margin:16px;background:var(--bh-surface);border:1px solid var(--bh-line);border-radius:var(--bh-r-xl);padding:18px;display:flex;gap:14px;align-items:center;font-size:15.5px;line-height:1.4;color:var(--bh-ink)}body.bh-theme .bh-helpbox__ico{width:46px;height:46px;border-radius:50%;background:var(--bh-green-bg);color:var(--bh-green);flex:none;display:flex;align-items:center;justify-content:center}body.bh-theme .bh-helpbox__ico svg{width:22px;height:22px}body.bh-theme .bh-helpbox strong{font-family:var(--bh-display)}body.bh-theme .bh-helpbox span{color:var(--bh-ink-3)}body.bh-theme .bh-sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;background:var(--bh-surface);border-top:1px solid var(--bh-line-strong);box-shadow:var(--bh-shadow-sticky);padding:12px 16px calc(16px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:12px;transform:translateY(110%);transition:transform .18s ease}body.bh-theme .bh-sticky[data-visible=true]{transform:translateY(0)}body.bh-theme .bh-sticky__col{display:flex;flex-direction:column}body.bh-theme .bh-sticky__cta{flex:1;font-size:18px;font-weight:800;padding:16px;border-radius:var(--bh-r-md);width:auto}body.bh-theme .bh-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:30;background:var(--bh-surface);border-top:1px solid var(--bh-line);display:grid;grid-template-columns:repeat(4,1fr);padding:9px 0 calc(12px + env(safe-area-inset-bottom));text-align:center}body.bh-theme .bh-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--bh-ink-3);font-size:13px;font-weight:700;min-height:48px}body.bh-theme .bh-tab:hover{color:var(--bh-ink-3)}body.bh-theme .bh-tab__ico{width:20px;height:20px;display:flex;align-items:center;justify-content:center}body.bh-theme .bh-tab__ico svg{width:20px;height:20px;display:block}body.bh-theme .bh-tab[aria-current=page],body.bh-theme .bh-tab[aria-current=page]:hover{color:var(--bh-navy-700)}body.bh-theme .bh-tab--call,body.bh-theme .bh-tab--call:hover{color:var(--bh-green)}body.bh-theme .bh-tab--call .bh-tab__ico{background:var(--bh-green);color:#fff;border-radius:50%}body.bh-theme .bh-tab--call .bh-tab__ico svg{width:12px;height:12px}body.bh-theme .bh-footer{margin-top:28px;background:var(--bh-navy-900);color:var(--bh-footer-ink);padding:20px 16px 16px;font-size:14px;line-height:1.7;display:flex;flex-direction:column;gap:4px}body.bh-theme .bh-footer a{color:var(--bh-footer-ink)}body.bh-theme .bh-footer a:hover{color:#fff}body.bh-theme .bh-footer__brand{color:#fff;font-weight:700;font-family:var(--bh-display);font-size:16px}body.bh-theme .bh-only-desktop,body.bh-theme .bh-header--desktop-only,body.bh-theme .bh-deptnav,body.bh-theme .bh-callblock,body.bh-theme .bh-search__submit,body.bh-theme .bh-search__hint{display:none}body.bh-theme .bh-topbar__end{display:flex;align-items:center;gap:14px}body.bh-theme .bh-topbar__link{display:none}body.bh-theme .bh-topbar__note{min-width:0}body.bh-theme .bh-fields{display:flex;flex-direction:column;gap:14px}body.bh-theme .bh-collection{display:block}body.bh-theme .bh-collection-head,body.bh-theme .bh-filters{display:none}body.bh-theme .bh-figures{display:contents}body.bh-theme .bh-hero__media{display:flex;gap:10px;flex:none;align-items:flex-start}body.bh-theme .bh-hero__img{width:118px;height:auto;aspect-ratio:1/1;border-radius:var(--bh-r-md);flex:none;object-fit:cover;background:var(--bh-line-3);display:block}body.bh-theme .bh-hero__media>:nth-child(2){display:none}body.bh-theme .bh-footer__cols{display:grid;grid-template-columns:1fr;gap:4px}body.bh-theme .bh-footer__col{display:flex;flex-direction:column}body.bh-theme .bh-footer__col a{min-height:44px;display:flex;align-items:center}body.bh-theme .bh-footer__blurb{margin:0}body.bh-theme .bh-footer__h{color:#fff;font-weight:700}@media screen and (min-width:750px){body.bh-theme{--bh-max: 1440px;--bh-gutter: max(24px, calc((100% - var(--bh-max)) / 2))}body.bh-theme .bh-topbar,body.bh-theme .bh-header,body.bh-theme .bh-deptnav,body.bh-theme .bh-hero,body.bh-theme .bh-trust,body.bh-theme .bh-sec,body.bh-theme .bh-chips,body.bh-theme .bh-sortrow,body.bh-theme .bh-wrap,body.bh-theme .bh-block,body.bh-theme .bh-pdp-info,body.bh-theme .bh-form,body.bh-theme .bh-collection-head,body.bh-theme .bh-footer{padding-inline:var(--bh-gutter)}body.bh-theme .bh-help,body.bh-theme .bh-helpbox{margin-inline:var(--bh-gutter)}body.bh-theme .bh-grid-2{grid-template-columns:repeat(3,1fr);gap:16px}body.bh-theme .bh-gallery__main{max-width:560px;margin-inline:auto}body.bh-theme .bh-thumbs{justify-content:center}body.bh-theme .bh-form [data-bh-pane]{max-width:640px;margin-inline:auto}body.bh-theme .bh-block p{max-width:70ch}body.bh-theme .bh-footer__cols{grid-template-columns:repeat(4,1fr);gap:32px}}@media screen and (min-width:990px){body.bh-theme .bh-sticky,body.bh-theme .bh-tabbar{display:none}body.bh-theme main{padding-bottom:0}body.bh-theme{--bh-gutter: max(48px, calc((100% - var(--bh-max)) / 2))}body.bh-theme .bh-only-mobile{display:none}body.bh-theme .bh-header--desktop-only{display:flex}body.bh-theme .bh-topbar{min-height:40px;padding-block:10px;font-size:15px}body.bh-theme .bh-topbar__end{display:flex;align-items:center;gap:28px}body.bh-theme .bh-topbar__link{color:#fff;font-size:15px;font-weight:600;display:inline-flex;align-items:center;min-height:40px}body.bh-theme .bh-topbar__link:hover{color:#fff;text-decoration:underline}body.bh-theme .bh-topbar__phone{font-size:17px}body.bh-theme .bh-header{flex-direction:row;align-items:center;gap:40px;padding-block:20px;border-bottom:0}body.bh-theme .bh-header__row{flex:none;gap:0}body.bh-theme .bh-header .bh-menu{display:none}body.bh-theme .bh-logo{font-size:30px}body.bh-theme .bh-logo img{max-width:260px;max-height:46px}body.bh-theme .bh-search{flex:1;height:56px;padding-left:18px;margin-left:0;max-width:none;position:relative}body.bh-theme .bh-search__input{font-size:18px}body.bh-theme .bh-search__input::placeholder{color:transparent}body.bh-theme .bh-search__input:placeholder-shown~.bh-search__hint{display:block}body.bh-theme .bh-search__hint{display:none;position:absolute;left:48px;top:50%;transform:translateY(-50%);color:var(--bh-ink-ph);font-size:18px;pointer-events:none;white-space:nowrap;max-width:calc(100% - 48px - 10em);overflow:hidden;text-overflow:ellipsis}body.bh-theme .bh-search__submit{display:block;align-self:stretch;border:0;border-start-end-radius:calc(var(--bh-r-md) - 2px);border-end-end-radius:calc(var(--bh-r-md) - 2px);background:var(--bh-navy-700);color:#fff;font-family:var(--bh-display);font-weight:700;font-size:16px;letter-spacing:.03em;padding:0 30px;cursor:pointer;flex:none}body.bh-theme .bh-callblock{display:flex;align-items:center;gap:12px;flex:none;color:var(--bh-ink)}body.bh-theme .bh-callblock:hover{color:var(--bh-ink)}body.bh-theme .bh-callblock__ico{width:46px;height:46px;border-radius:50%;background:var(--bh-green-bg);color:var(--bh-green);display:flex;align-items:center;justify-content:center;flex:none}body.bh-theme .bh-callblock__ico svg{width:22px;height:22px}body.bh-theme .bh-callblock__text{display:flex;flex-direction:column}body.bh-theme .bh-callblock__label{font-size:13.5px;font-weight:600;color:var(--bh-ink-3)}body.bh-theme .bh-callblock__num{font-family:var(--bh-display);font-weight:700;font-size:19px}body.bh-theme .bh-deptnav{display:flex;align-items:center;gap:34px;min-height:54px;background:var(--bh-surface);border-bottom:1px solid var(--bh-line-2)}body.bh-theme .bh-deptnav__link{font-size:17px;font-weight:600;color:var(--bh-ink);display:inline-flex;align-items:center;min-height:44px}body.bh-theme .bh-deptnav__link:hover{color:var(--bh-navy-700)}body.bh-theme .bh-deptnav__link--accent{color:var(--bh-orange);font-weight:700}body.bh-theme .bh-deptnav__link--accent:hover{color:var(--bh-orange)}body.bh-theme .bh-hero__title{font-size:56px;line-height:.98;letter-spacing:-.02em}body.bh-theme .bh-hero__sub{font-size:20px}body.bh-theme .bh-sec__h{font-size:26px}body.bh-theme .bh-block__h{font-size:23px}body.bh-theme .bh-card__title{font-size:17px;min-height:46px}body.bh-theme .bh-card__prices .bh-price{font-size:26px}body.bh-theme .bh-card__prices .bh-price__was{font-size:16px}body.bh-theme .bh-block p{font-size:17px;line-height:1.6}body.bh-theme .bh-sec{padding-block:34px 8px}body.bh-theme .bh-block{padding-block:30px}body.bh-theme .bh-card__body{padding:14px;gap:8px}body.bh-theme .bh-badge{top:10px;left:10px;font-size:15px;padding:5px 10px}body.bh-theme .bh-btn--order{font-size:17px;padding:15px}body.bh-theme .bh-hero{gap:44px;padding-block:36px;align-items:center}body.bh-theme .bh-hero__col{flex:1;gap:14px}body.bh-theme .bh-hero__media{display:flex;gap:16px;flex:none}body.bh-theme .bh-hero__img{width:230px}body.bh-theme .bh-hero__media>:nth-child(2){display:block}body.bh-theme .bh-hero__media>a:nth-child(2){display:flex}body.bh-theme .bh-btn--navy{width:auto;align-self:flex-start;padding:16px 30px;font-size:17px}body.bh-theme .bh-trust{padding-block:20px}body.bh-theme .bh-trust .bh-grid-3{gap:0}body.bh-theme .bh-trust__item{flex-direction:row;justify-content:center;gap:12px}body.bh-theme .bh-trust__item+.bh-trust__item{border-left:1px solid var(--bh-line-2)}body.bh-theme .bh-trust__label{font-size:16px}body.bh-theme .bh-grid-2{grid-template-columns:repeat(4,1fr)}body.bh-theme .bh-departments .bh-grid-2{grid-template-columns:repeat(6,1fr)}body.bh-theme .bh-dept__label{text-align:center;font-size:16px}body.bh-theme .bh-help{flex-direction:row;align-items:center;justify-content:space-between;text-align:left;gap:32px;padding:28px 36px}body.bh-theme .bh-help__col{display:flex;flex-direction:column;gap:8px}body.bh-theme .bh-help__h{font-size:24px}body.bh-theme .bh-btn--call{width:auto;flex:none;padding:18px 32px}body.bh-theme .bh-footer{padding:32px var(--bh-gutter);font-size:15px;line-height:1.9}body.bh-theme .bh-footer__h{color:#fff;font-weight:700;font-family:var(--bh-display);font-size:15px}body.bh-theme .bh-footer__col a{min-height:0;display:block}body.bh-theme .bh-footer__blurb{margin:6px 0 0}body.bh-theme .bh-chips,body.bh-theme .bh-section-chips,body.bh-theme .bh-sortrow{display:none}body.bh-theme .bh-collection-head{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;padding-block:10px 18px}body.bh-theme .bh-crumbs{width:100%;font-size:15px;color:var(--bh-ink-3);padding-bottom:6px}body.bh-theme .bh-crumbs strong{color:var(--bh-ink)}body.bh-theme .bh-collection-head__title{font-family:var(--bh-display);font-weight:700;font-size:34px;color:var(--bh-ink)}body.bh-theme .bh-collection-head__count{font-size:17px;color:var(--bh-ink-3)}body.bh-theme .bh-collection-head__sort{margin-left:auto;display:flex;align-items:center;gap:12px;font-size:15px;color:var(--bh-ink-3)}body.bh-theme .bh-collection-head__sort .bh-sortmenu>summary{min-height:48px;height:48px}body.bh-theme main[data-template=collection]:not([data-template-suffix]){display:grid;grid-template-columns:262px minmax(0,1fr);column-gap:28px;align-items:start;max-width:var(--bh-max);margin-inline:auto;padding-inline:48px;padding-block-start:26px}body.bh-theme main[data-template=collection]:not([data-template-suffix])>*{grid-column:1 / -1}body.bh-theme main[data-template=collection]:not([data-template-suffix])>.bh-section-filters{grid-column:1}body.bh-theme main[data-template=collection]:not([data-template-suffix])>.bh-collection__col{grid-column:2}body.bh-theme .bh-collection__grid{padding:0}body.bh-theme .bh-collection__grid .bh-grid-2{grid-template-columns:repeat(4,1fr)}body.bh-theme .bh-collection-head{padding-inline:0}body.bh-theme .bh-wrap{display:flex;justify-content:center;padding-inline:0}body.bh-theme .bh-wrap .bh-btn--outline{width:340px}body.bh-theme .bh-filters{background:var(--bh-surface);border:1px solid var(--bh-line);border-radius:var(--bh-r-lg);padding:22px;display:flex;flex-direction:column}body.bh-theme .bh-filters__group+.bh-filters__group{border-top:1px solid var(--bh-line-3);margin-top:20px;padding-top:20px}body.bh-theme .bh-filters__h{font-family:var(--bh-display);font-weight:700;font-size:18px;margin-bottom:12px;display:block}body.bh-theme .bh-filters__opt{display:flex;align-items:center;gap:11px;min-height:44px;font-size:16px;color:var(--bh-ink-2)}body.bh-theme .bh-filters__opt:hover{color:var(--bh-ink-2)}body.bh-theme .bh-filters__box{width:20px;height:20px;flex:none;border:2px solid var(--bh-input-line);border-radius:5px;display:flex;align-items:center;justify-content:center}body.bh-theme .bh-filters__opt[aria-current=page]{color:var(--bh-orange);font-weight:700}body.bh-theme .bh-filters__opt[aria-current=page] .bh-filters__box{background:var(--bh-orange);border-color:var(--bh-orange)}body.bh-theme .bh-filters__opt[aria-current=page] .bh-filters__box:before{content:"";width:5px;height:10px;border-right:2.5px solid #fff;border-bottom:2.5px solid #fff;transform:rotate(42deg) translateY(-1px)}body.bh-theme .bh-filters .bh-helpbox{margin:20px 0 0;padding:14px;border:0;border-top:1px solid var(--bh-line-3);border-radius:0}body.bh-theme main[data-template=product]:not([data-template-suffix]){display:grid;grid-template-columns:minmax(0,1fr) 420px;column-gap:44px;align-items:start;max-width:1240px;margin-inline:auto;padding-inline:20px;padding-block-start:26px}body.bh-theme main[data-template=product]:not([data-template-suffix])>*{grid-column:1 / -1}body.bh-theme main[data-template=product]:not([data-template-suffix])>.bh-pdp__media{grid-column:1}body.bh-theme main[data-template=product]:not([data-template-suffix])>.bh-pdp__rest{grid-column:1}body.bh-theme main[data-template=product]:not([data-template-suffix])>.bh-pdp__buy{grid-column:2;grid-row:1 / span 4;align-self:stretch}body.bh-theme main[data-template=product]:not([data-template-suffix])>.bh-pdp__wide{grid-column:1 / -1}body.bh-theme .bh-topbar__phone--2{display:inline-flex;align-items:center}body.bh-theme .bh-callblock__alt{display:inline-flex;font-size:15px;color:var(--bh-ink-3);margin-inline-start:10px}body.bh-theme .bh-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:7px;font-size:14px;color:var(--bh-ink-3);padding:0 0 14px}body.bh-theme .bh-crumbs a{color:var(--bh-ink-3)}body.bh-theme .bh-crumbs__sep{color:var(--bh-line-strong)}body.bh-theme .bh-crumbs__here{color:var(--bh-ink-2)}body.bh-theme .bh-gallery{gap:14px}body.bh-theme .bh-thumbs{flex-direction:row;padding:0;gap:12px;justify-content:flex-start}body.bh-theme .bh-thumb{width:84px;height:84px}body.bh-theme .bh-gallery__main{max-width:none;margin-inline:0;width:100%;background:var(--bh-surface);border:1px solid var(--bh-line);border-radius:var(--bh-r-lg);overflow:hidden}body.bh-theme .bh-badge--pdp{top:14px;left:14px;font-size:15px;padding:6px 12px;border-radius:7px;pointer-events:none}body.bh-theme .bh-pdp__buy-inner{position:sticky;top:20px;background:var(--bh-surface);border:1px solid var(--bh-line);border-radius:var(--bh-r-lg);padding:20px 22px 22px}body.bh-theme .bh-pdp__buy-inner>.bh-section{padding:0}body.bh-theme .bh-pdp__buy-inner>.bh-form{border-top:1px solid var(--bh-line-3);margin-top:18px;padding-top:16px}body.bh-theme .bh-pdp__buy .bh-form [data-bh-pane]{max-width:none;margin-inline:0}body.bh-theme .bh-pdp__buy .bh-pdp-info{align-items:stretch;text-align:left;gap:9px}body.bh-theme .bh-pdp__buy .bh-pdp-info__title{max-width:none;font-size:22px;line-height:1.25;text-wrap:pretty}body.bh-theme .bh-pdp__buy .bh-stars{font-size:15px}body.bh-theme .bh-pdp__buy .bh-rating__count{font-size:14px}body.bh-theme .bh-pdp__buy .bh-prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px}body.bh-theme .bh-pdp__buy .bh-price--hero{font-size:34px}body.bh-theme .bh-pdp__buy .bh-price__was--hero{font-size:17px}body.bh-theme .bh-pdp__buy .bh-pill--save{font-size:13px;padding:4px 9px}body.bh-theme .bh-assure{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:14px;font-weight:600}body.bh-theme .bh-pdp__buy .bh-stock,body.bh-theme .bh-pdp__buy .bh-ship{font-size:14px}body.bh-theme .bh-num{display:none}body.bh-theme .bh-pdp__buy .bh-form__h{font-size:17px}body.bh-theme .bh-pdp__buy .bh-grid-2{display:flex;flex-direction:column;gap:9px}body.bh-theme .bh-pdp__buy .bh-pack{flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;min-height:84px;padding:14px;border-radius:var(--bh-r-md)}body.bh-theme .bh-pdp__buy .bh-pack[aria-checked=true]{padding:13px}body.bh-theme .bh-pdp__buy .bh-pack__main{display:flex;flex-direction:column;gap:3px;min-width:0;margin-right:auto}body.bh-theme .bh-pdp__buy .bh-pack__end{display:flex;flex-direction:column;align-items:flex-end;gap:5px;flex:none}body.bh-theme .bh-pdp__buy .bh-pack__badge{align-self:flex-end}body.bh-theme .bh-pdp__buy .bh-pack__price{font-size:19px;font-weight:700;font-family:var(--bh-display)}body.bh-theme .bh-pdp__buy .bh-pack__dot{display:block;width:20px;height:20px;flex:none;border-radius:50%;background:var(--bh-surface);border:2px solid var(--bh-input-line)}body.bh-theme .bh-pdp__buy .bh-pack[aria-checked=true] .bh-pack__dot{border:6px solid var(--bh-green)}body.bh-theme .bh-fields{display:grid;grid-template-columns:1fr 1fr;gap:11px}body.bh-theme .bh-pdp__buy .bh-input{min-height:50px;height:50px;font-size:16px;padding:0 13px}body.bh-theme .bh-pdp__buy .bh-field{--bh-input-h: 50px}body.bh-theme .bh-pdp__buy .bh-field[data-bh-field=phone] .bh-input{padding-right:42px}body.bh-theme .bh-pdp__buy .bh-field>label{font-size:14px}body.bh-theme .bh-btn--order-lg{min-height:66px;padding:10px 16px;margin-top:16px}body.bh-theme .bh-btn--order-lg .bh-btn__main{font-size:19px}body.bh-theme .bh-reassure br{display:none}body.bh-theme .bh-buy-aside{padding:18px 0 0;margin-top:18px;border-top:1px solid var(--bh-line-3)}body.bh-theme .bh-buy-aside .bh-btn--outline{min-height:52px;font-size:16px}body.bh-theme .bh-guarantees{padding-top:16px;border-top:1px solid var(--bh-line-3)}body.bh-theme .bh-guarantee{font-size:14px}body.bh-theme .bh-pdp__rest .bh-step{display:block}body.bh-theme .bh-pdp__rest .bh-step__n{display:none}body.bh-theme .bh-pdp__rest .bh-step:before{content:"";display:block;width:30px;height:3px;background:var(--bh-orange);border-radius:2px;margin-bottom:11px}body.bh-theme .bh-pdp__rest .bh-block{background:var(--bh-surface);border:1px solid var(--bh-line);border-radius:var(--bh-r-lg);padding:40px 56px 48px;margin-top:18px}body.bh-theme .bh-pdp__rest .bh-block p{max-width:64ch}body.bh-theme .bh-pdp__rest .bh-block--steps{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;padding:24px 26px}body.bh-theme .bh-pdp__rest .bh-block--steps .bh-block__h{grid-column:1 / -1}body.bh-theme .bh-guar__grid{grid-auto-flow:column;column-gap:40px}body.bh-theme .bh-guar__grid[data-rows="1"]{grid-template-rows:repeat(1,auto)}body.bh-theme .bh-guar__grid[data-rows="2"]{grid-template-rows:repeat(2,auto)}body.bh-theme .bh-guar__grid[data-rows="3"]{grid-template-rows:repeat(3,auto)}body.bh-theme .bh-guar__grid[data-rows="4"]{grid-template-rows:repeat(4,auto)}body.bh-theme .bh-guar__item+.bh-guar__item{border-top:0}body.bh-theme .bh-guar__grid[data-rows="2"] .bh-guar__item:not(:nth-child(odd)),body.bh-theme .bh-guar__grid[data-rows="3"] .bh-guar__item:not(:nth-child(3n+1)),body.bh-theme .bh-guar__grid[data-rows="4"] .bh-guar__item:not(:nth-child(4n+1)){border-top:1px solid var(--bh-line-3)}body.bh-theme .bh-guar__note{margin-top:12px;padding:16px;font-size:16px}body.bh-theme .bh-pdp__rest .bh-block__h{font-size:30px;letter-spacing:-.4px}body.bh-theme .bh-figures{display:grid;grid-template-columns:1fr;gap:18px}body.bh-theme .bh-figures .bh-figure{margin-top:0}body.bh-theme .bh-figures .bh-figure__media{aspect-ratio:auto;height:420px}body.bh-theme .bh-pdp__wide .bh-block{background:none;border:0;border-top:1px solid var(--bh-line);border-radius:0;padding:48px 0 8px;margin-top:34px}body.bh-theme .bh-pdp__wide .bh-block{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}body.bh-theme .bh-pdp__wide .bh-block__h{grid-column:1 / -1;font-size:26px}body.bh-theme .bh-pdp__wide .bh-review{margin:0;background:var(--bh-surface-2);border:1px solid var(--bh-line-3);padding:20px 22px}}@media screen and (min-width:990px)and (max-height:1279px){body.bh-theme .bh-pdp__buy-inner{top:auto;bottom:20px}}@media screen and (min-width:990px)and (max-width:1199px){body.bh-theme .bh-collection__grid .bh-grid-2{grid-template-columns:repeat(3,1fr)}body.bh-theme .bh-departments .bh-grid-2{grid-template-columns:repeat(4,1fr)}}@media(hover:hover){body.bh-theme .bh-card{transition:border-color .12s ease}body.bh-theme .bh-card:hover{border-color:var(--bh-input-line)}body.bh-theme .bh-btn--order:hover{background:var(--bh-green-dark)}body.bh-theme .bh-btn--outline:hover{background:#f7f9fc}body.bh-theme .bh-chip:hover,body.bh-theme .bh-filters__opt:hover{background:#ebe8e1}}body.bh-theme a:focus-visible,body.bh-theme button:focus-visible,body.bh-theme summary:focus-visible,body.bh-theme input:focus-visible,body.bh-theme select:focus-visible,body.bh-theme textarea:focus-visible,body.bh-theme [tabindex]:focus-visible{outline:3px solid var(--bh-navy-700);outline-offset:2px}body.bh-theme .bh-topbar a:focus-visible,body.bh-theme .bh-help a:focus-visible,body.bh-theme .bh-footer a:focus-visible,body.bh-theme .bh-btn--order:focus-visible,body.bh-theme .bh-btn--order-lg:focus-visible,body.bh-theme .bh-btn--navy:focus-visible,body.bh-theme .bh-btn--call:focus-visible,body.bh-theme .bh-search__submit:focus-visible{outline-color:#fff;outline-offset:-4px}body.bh-theme .bh-gal:nth-of-type(1):focus-visible~.bh-thumbs .bh-thumb:nth-of-type(1),body.bh-theme .bh-gal:nth-of-type(2):focus-visible~.bh-thumbs .bh-thumb:nth-of-type(2),body.bh-theme .bh-gal:nth-of-type(3):focus-visible~.bh-thumbs .bh-thumb:nth-of-type(3),body.bh-theme .bh-gal:nth-of-type(4):focus-visible~.bh-thumbs .bh-thumb:nth-of-type(4){outline:3px solid var(--bh-navy-700);outline-offset:2px}@media(prefers-reduced-motion:reduce){body.bh-theme .bh-btn,body.bh-theme .bh-sticky{transition:none}}body.bh-theme .bh-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95}body.bh-theme .bh-sheet__scrim{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:#0d33638c;opacity:0;transition:opacity .22s ease}body.bh-theme .bh-sheet[data-open] .bh-sheet__scrim{opacity:1}body.bh-theme .bh-sheet__box{position:absolute;left:0;right:0;bottom:0;margin:0 auto;width:100%;max-width:520px;max-height:92vh;display:flex;flex-direction:column;background:var(--bh-surface);border-radius:18px 18px 0 0;transform:translateY(100%);transition:transform .24s cubic-bezier(.2,.7,.3,1)}body.bh-theme .bh-sheet[data-open] .bh-sheet__box{transform:translateY(0)}body.bh-theme .bh-sheet__head{position:relative;flex:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 18px 12px;border-bottom:1px solid var(--bh-line-3);touch-action:none}body.bh-theme .bh-sheet__grip{position:absolute;top:7px;left:50%;transform:translate(-50%);width:38px;height:4px;border-radius:2px;background:var(--bh-line)}body.bh-theme .bh-sheet__h{margin:0;font-family:var(--bh-display);font-weight:700;font-size:20px;line-height:1.2;color:var(--bh-ink)}body.bh-theme .bh-sheet__x{flex:none;border:0;background:none;font-size:26px;line-height:1;min-width:44px;min-height:44px;color:var(--bh-ink-2);cursor:pointer}body.bh-theme .bh-sheet__body{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:14px 18px 8px}body.bh-theme .bh-sheet__foot{flex:none;padding:12px 18px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--bh-line-3);background:var(--bh-surface)}body.bh-theme .bh-sheet__done{padding:26px 18px calc(26px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}body.bh-theme .bh-sheet__done p{margin:0;font-size:16px;color:var(--bh-ink-2)}body.bh-theme .bh-basket{list-style:none;margin:0 0 10px;padding:12px 14px;background:var(--bh-line-3);border-radius:var(--bh-r-lg);display:flex;flex-direction:column;gap:8px}body.bh-theme .bh-basket__row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:15px;color:var(--bh-ink)}body.bh-theme .bh-basket__what{font-weight:600}body.bh-theme .bh-basket__what small{font-weight:400;color:var(--bh-ink-2)}body.bh-theme .bh-basket__edit{margin:0 0 14px;font-size:14px}body.bh-theme .bh-basket__edit a{color:var(--bh-navy-700)}body.bh-theme .bh-resume{position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:94;min-height:58px;padding:8px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:var(--bh-green);color:#fff;border:0;border-radius:12px;box-shadow:var(--bh-shadow-cta);cursor:pointer;font-family:var(--bh-display)}body.bh-theme .bh-resume__what{font-size:15px;font-weight:600;opacity:.92}body.bh-theme .bh-resume__cta{font-size:17px;font-weight:700;letter-spacing:.02em}@media screen and (min-width:750px){body.bh-theme .bh-sheet__box{top:50%;bottom:auto;transform:translateY(-40%);border-radius:18px;max-height:88vh}body.bh-theme .bh-sheet[data-open] .bh-sheet__box{transform:translateY(-50%)}body.bh-theme .bh-sheet__grip{display:none}body.bh-theme .bh-resume{left:auto;right:24px;max-width:340px}}@media(prefers-reduced-motion:reduce){body.bh-theme .bh-sheet__box,body.bh-theme .bh-sheet__scrim{transition:none}}body.bh-theme .bh-sheet[hidden],body.bh-theme .bh-sheet__done[hidden],body.bh-theme .bh-sheet__foot[hidden],body.bh-theme .bh-resume[hidden],body.bh-theme[data-bh-ordered] .bh-pdp-info,body.bh-theme[data-bh-ordered] .bh-buy-aside{display:none}body.bh-theme[data-bh-ordered] main>*:not(.bh-section-cod){display:none}body.bh-theme[data-bh-ordered] .bh-pdp__buy-inner>.bh-form{border-top:0;margin-top:0;padding-top:0}body.bh-theme .bh-buy-aside{padding-inline:16px}@media screen and (min-width:990px){body.bh-theme .bh-buy-aside{padding-inline:0}}body.bh-theme .bh-recap__add{display:block;margin-top:4px;font-weight:600;color:var(--bh-green)}body.bh-theme .bh-sheet--inline{position:static}body.bh-theme .bh-sheet--inline .bh-sheet__box{position:static;transform:none;max-height:none;max-width:620px;margin:0 auto;border-radius:var(--bh-r-lg);border:1px solid var(--bh-line)}body.bh-theme .bh-sheet--inline .bh-sheet__grip,body.bh-theme .bh-sheet--inline .bh-sheet__head{display:none}body.bh-theme .bh-sheet--inline .bh-sheet__body{overflow:visible}body.bh-theme .bh-sheet--inline .bh-sheet__foot{border-radius:0 0 var(--bh-r-lg) var(--bh-r-lg)}body.bh-theme .bh-cartpage{padding-block:18px 28px}body.bh-theme .bh-cartpage__h{margin:0 0 14px;font-family:var(--bh-display);font-weight:700;font-size:clamp(21px,5.4vw,27px);color:var(--bh-ink)}body.bh-theme .bh-cartpage__empty{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;padding:40px 0}body.bh-theme[data-bh-ordered] .bh-cartpage__h,body.bh-theme[data-bh-ordered] .bh-cartpage>.bh-basket,body.bh-theme[data-bh-ordered] .bh-cartpage>.bh-basket__edit,body.bh-theme[data-bh-ordered] .bh-cartpage>.bh-perks{display:none}body.bh-theme .bh-searchpage{padding-block:18px 28px}body.bh-theme .bh-searchpage__h{margin:0 0 14px;font-family:var(--bh-display);font-weight:700;font-size:clamp(21px,5.4vw,27px);line-height:1.2;color:var(--bh-ink)}body.bh-theme .bh-search--page{margin-bottom:16px}body.bh-theme .bh-searchpage__count{margin:0 0 14px;font-size:15px;color:var(--bh-ink-2)}body.bh-theme .bh-searchpage__more{margin-top:18px}body.bh-theme .bh-searchpage__empty{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:28px 0 8px}body.bh-theme .bh-searchpage__none{margin:0;font-family:var(--bh-display);font-weight:700;font-size:18px;color:var(--bh-ink)}body.bh-theme .bh-searchpage__empty p{margin:0;color:var(--bh-ink-2)}body.bh-theme [data-bh-submit][data-bh-waiting]{opacity:.65;pointer-events:none}body.bh-theme [data-bh-formerr][data-ok=true]{color:var(--bh-green-text);background:var(--bh-green-bg, #eef7f0);border-color:var(--bh-green, #2f7d4f)}body.bh-theme .bh-btn--order-lg[disabled]{background:var(--bh-line-3);color:var(--bh-ink-3);box-shadow:none;cursor:not-allowed}body.bh-theme .bh-more{margin-top:18px;padding-top:16px;border-top:1px solid var(--bh-line-3)}body.bh-theme .bh-more__h{font-family:var(--bh-display);font-weight:700;font-size:22px;line-height:1.2;margin:0 0 3px;color:var(--bh-ink)}body.bh-theme .bh-more__sub{font-size:15.5px;color:var(--bh-ink-2);margin:0 0 14px}body.bh-theme .bh-more__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}body.bh-theme .bh-more__item{display:flex;flex-direction:column;gap:5px;padding:9px;overflow:hidden;border:1px solid var(--bh-line);border-radius:var(--bh-r-md);background:var(--bh-surface)}body.bh-theme .bh-more__img{width:calc(100% + 18px);margin:-9px -9px 8px;aspect-ratio:1/1;height:auto;object-fit:cover;border-radius:var(--bh-r-md) var(--bh-r-md) 0 0;background:#fff}body.bh-theme .bh-more__t{font-size:13.5px;line-height:1.3;color:var(--bh-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.bh-theme .bh-more__p{font-weight:800;font-size:15px;color:var(--bh-ink)}body.bh-theme .bh-more__add{margin-top:auto;min-height:40px;border:0;border-radius:8px;cursor:pointer;background:var(--bh-green);color:#fff;font-weight:700;font-size:14.5px}body.bh-theme .bh-more__add[disabled]{opacity:.6;cursor:default}body.bh-theme .bh-more__item[data-added]{border-color:var(--bh-green)}body.bh-theme .bh-more__item[data-added] .bh-more__add{background:var(--bh-line-3);color:var(--bh-green-text)}body.bh-theme .bh-more__note{margin:10px 0 0;font-size:14px;color:var(--bh-red)}@media screen and (min-width:990px){body.bh-theme .bh-more__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}body.bh-theme .bh-more__pick{display:flex;flex-wrap:wrap;gap:5px;margin-top:2px}body.bh-theme .bh-more__chip{flex:1 1 auto;min-width:38px;min-height:34px;padding:0 8px;border:1.5px solid var(--bh-line-strong);border-radius:7px;background:var(--bh-surface);color:var(--bh-ink);font-size:13.5px;font-weight:700;cursor:pointer}body.bh-theme .bh-more__chip:hover{border-color:var(--bh-green)}body.bh-theme .bh-offer__plus{display:block;margin-top:2px;font-size:15px;font-weight:700;opacity:.92}body.bh-theme .bh-shots{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:none;background:#000000eb;flex-direction:column;justify-content:center}body.bh-theme .bh-shots[data-open]{display:flex}body.bh-theme .bh-shots__strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}body.bh-theme .bh-shots__strip::-webkit-scrollbar{display:none}body.bh-theme .bh-shots__strip img{flex:none;width:100vw;height:auto;max-height:74vh;object-fit:contain;scroll-snap-align:center}body.bh-theme .bh-shots__t{color:#fff;text-align:center;font-size:15px;margin:14px 18px 0}body.bh-theme .bh-shots__x{position:absolute;top:10px;right:12px;z-index:1;width:44px;height:44px;border:0;border-radius:50%;background:#ffffff26;color:#fff;font-size:26px;line-height:1;cursor:pointer}body.bh-theme .bh-more__img[role=button]{cursor:zoom-in}@media screen and (min-width:990px){body.bh-theme[data-bh-ordered] main[data-template=product]:not([data-template-suffix]){grid-template-columns:minmax(0,1fr);width:100%}body.bh-theme[data-bh-ordered] main[data-template=product]:not([data-template-suffix])>.bh-pdp__buy{grid-column:1 / -1;grid-row:auto}body.bh-theme[data-bh-ordered] .bh-pdp__buy-inner{position:static;max-width:none}body.bh-theme[data-bh-ordered] .bh-confirm__h,body.bh-theme[data-bh-ordered] .bh-confirm>p,body.bh-theme[data-bh-ordered] .bh-recap,body.bh-theme[data-bh-ordered] .bh-reassure,body.bh-theme[data-bh-ordered] .bh-confirm>.bh-btn{max-width:620px;margin-inline:auto}body.bh-theme[data-bh-ordered] .bh-confirm>.bh-btn{display:block}body.bh-theme[data-bh-ordered] .bh-more{align-self:stretch;width:100%}body.bh-theme[data-bh-ordered] .bh-more__grid{grid-template-columns:repeat(auto-fill,minmax(195px,1fr))}body.bh-theme[data-bh-ordered] .bh-more__h,body.bh-theme[data-bh-ordered] .bh-more__sub{text-align:center}}body.bh-theme .bh-dupe{margin:0;padding:12px;border-radius:var(--bh-r-md);background:var(--bh-line-3);color:var(--bh-ink-2);display:grid;gap:10px;justify-items:center}body.bh-theme .bh-dupe__t{margin:0;font-size:14.5px;text-align:center}body.bh-theme .bh-dupe__add{min-height:44px;padding:0 16px;width:100%;border:1px solid var(--bh-line-2);border-radius:var(--bh-r-md);background:var(--bh-bg);font:inherit;font-size:15px;font-weight:700;color:var(--bh-ink);cursor:pointer}body.bh-theme .bh-dupe__add[disabled]{opacity:.6;cursor:default}body.bh-theme .bh-dupe__q{margin:0;font-size:15px;font-weight:700;color:var(--bh-ink);text-align:center}body.bh-theme .mc-ded{padding:4px 16px 18px;display:flex;flex-direction:column;gap:14px}body.bh-theme .mc-ded__offer{display:flex;align-items:flex-start;gap:12px;padding:14px;min-height:var(--bh-tap);background:var(--bh-surface);border:1px solid var(--bh-line);border-radius:var(--bh-r-md);cursor:pointer}body.bh-theme .mc-ded__check{width:22px;height:22px;margin:1px 0 0;accent-color:var(--bh-green);flex:none}body.bh-theme .mc-ded__offer-body{display:flex;flex-direction:column;gap:3px}body.bh-theme .mc-ded__offer-head{font-weight:700;font-size:16px;color:var(--bh-ink)}body.bh-theme .mc-ded__fee{color:var(--bh-green);white-space:nowrap}body.bh-theme .mc-ded__offer-sub{font-size:13.5px;line-height:1.4;color:var(--bh-ink-3)}body.bh-theme .mc-ded__body{display:flex;flex-direction:column;gap:12px}body.bh-theme .mc-ded__body[hidden]{display:none}body.bh-theme .mc-ded__h{font-family:var(--bh-display);font-weight:700;font-size:22px;margin:4px 0 0;color:var(--bh-ink)}body.bh-theme .mc-ded__lede{margin:-6px 0 0;font-size:14.5px;color:var(--bh-ink-3)}body.bh-theme .mc-ded__set{border:0;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}body.bh-theme .mc-msg{display:block;cursor:pointer}body.bh-theme .mc-msg__radio{position:absolute;opacity:0;width:0;height:0}body.bh-theme .mc-msg__box{display:flex;flex-direction:column;gap:5px;padding:13px 15px;min-height:var(--bh-tap);background:var(--bh-surface);border:1px solid var(--bh-line);border-radius:var(--bh-r-md)}body.bh-theme .mc-msg__label{font-weight:700;font-size:14px;color:var(--bh-ink)}body.bh-theme .mc-msg__text{font-family:var(--bh-display);font-size:17px;line-height:1.45;color:var(--bh-ink-2);text-wrap:pretty}body.bh-theme .mc-msg__radio:checked+.mc-msg__box{border-color:var(--bh-green);border-width:2px;padding:12px 14px;box-shadow:inset 0 0 0 1px var(--bh-green)}body.bh-theme .mc-msg__radio:focus-visible+.mc-msg__box{outline:2px solid var(--bh-ink);outline-offset:2px}body.bh-theme .mc-msg--own .mc-msg__box{flex-direction:row;align-items:center}body.bh-theme .mc-ded__own[hidden]{display:none}body.bh-theme .mc-ded__flabel{display:block;font-size:14px;font-weight:700;color:var(--bh-ink);margin-bottom:6px}body.bh-theme .mc-ded__ta,body.bh-theme .mc-ded__input{width:100%;padding:12px 14px;font-family:var(--bh-body);font-size:16px;color:var(--bh-ink);background:var(--bh-input-bg);border:1px solid var(--bh-input-line);border-radius:var(--bh-r)}body.bh-theme .mc-ded__ta{min-height:96px;resize:vertical;line-height:1.45}body.bh-theme .mc-ded__ta:focus,body.bh-theme .mc-ded__input:focus{outline:2px solid var(--bh-green);outline-offset:1px;border-color:var(--bh-green)}body.bh-theme .mc-ded__counter{margin:6px 0 0;text-align:right;font-size:11.5px;color:var(--bh-ink-ph)}body.bh-theme .mc-card{margin:4px 0 0}body.bh-theme .mc-card__cap{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--bh-ink-3);margin-bottom:8px}body.bh-theme .mc-card__paper{background:var(--bh-surface);border:1px solid var(--bh-line-strong);border-radius:var(--bh-r-sm);padding:26px 22px;min-height:150px;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;text-align:center;box-shadow:0 1px 0 var(--bh-line-3),0 6px 16px #14110e0d}body.bh-theme .mc-card__title{margin:0;font-family:var(--bh-display);font-weight:700;font-size:21px;line-height:1.2;color:var(--bh-ink)}body.bh-theme .mc-card__title[hidden]{display:none}body.bh-theme .mc-card__text{margin:0;font-family:var(--bh-display);font-size:17px;line-height:1.5;color:var(--bh-ink-2);text-wrap:pretty;white-space:pre-wrap;overflow-wrap:anywhere}body.bh-theme .mc-card__sign{margin:4px 0 0;font-family:var(--bh-display);font-style:italic;font-size:16px;color:var(--bh-ink-3);overflow-wrap:anywhere}body.bh-theme .mc-card__sign[hidden]{display:none}@media(min-width:750px){body.bh-theme .mc-ded{padding-inline:0}body.bh-theme .mc-card__paper{padding:34px 30px;min-height:180px}}body.bh-theme .mc-gal__card{display:none;width:100%;height:100%;padding:22px}body.bh-theme .mc-gal__radio:checked~.bh-gallery__main .mc-gal__card:not([hidden]){display:flex;align-items:center;justify-content:center}body.bh-theme .mc-gal__card .mc-card__paper{width:100%;height:100%}body.bh-theme .mc-thumb--card[hidden]{display:none}body.bh-theme .mc-thumb--card{display:flex;align-items:center;justify-content:center;background:var(--bh-surface)}body.bh-theme .mc-thumb__card-mark{font-size:22px;color:var(--bh-ink-3)}body.bh-theme .mc-lb[hidden]{display:none}body.bh-theme .mc-lb{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center}body.bh-theme .mc-lb__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#14110eeb}body.bh-theme .mc-lb__stage{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:56px 12px 72px}body.bh-theme .mc-lb__frame{position:relative;max-width:100%;max-height:100%;display:flex}body.bh-theme .mc-lb__img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}body.bh-theme .mc-lb__x,body.bh-theme .mc-lb__nav{position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;background:#f7f4ef1f;color:#fff;border:0;border-radius:50%;cursor:pointer;font-family:var(--bh-body);line-height:1}body.bh-theme .mc-lb__x{top:10px;right:10px;font-size:30px}body.bh-theme .mc-lb__nav{top:50%;transform:translateY(-50%);font-size:34px}body.bh-theme .mc-lb__nav--prev{left:8px}body.bh-theme .mc-lb__nav--next{right:8px}body.bh-theme .mc-lb__nav[hidden]{display:none}body.bh-theme .mc-lb__x:hover,body.bh-theme .mc-lb__nav:hover{background:#f7f4ef38;color:#fff}body.bh-theme .mc-lb__x:focus-visible,body.bh-theme .mc-lb__nav:focus-visible,body.bh-theme .mc-lb__dot:focus-visible{outline:2px solid #fff;outline-offset:2px}body.bh-theme .mc-lb__dots{position:absolute;left:0;right:0;bottom:24px;z-index:2;display:flex;gap:8px;justify-content:center}body.bh-theme .mc-lb__dots[hidden]{display:none}body.bh-theme .mc-lb__dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#f7f4ef59;cursor:pointer;box-shadow:0 0 0 10px transparent;background-clip:padding-box}body.bh-theme .mc-lb__dot.is-on{background:#fff}@media(prefers-reduced-motion:no-preference){body.bh-theme .mc-lb__img{animation:mc-lb-in .18s ease-out}@keyframes mc-lb-in{0%{opacity:0}to{opacity:1}}}body.bh-theme .bh-sticky__eta .bh-stock{font-size:12px;gap:6px;font-weight:500}body.bh-theme .bh-sticky__eta .bh-stock:before{width:7px;height:7px}body.bh-theme .bh-sticky__eta .bh-stock__sub{display:none}body.bh-theme .bh-sticky__cta{display:flex;flex-direction:column;align-items:center;gap:1px;line-height:1.15}body.bh-theme .bh-sticky__cta .bh-btn__sub{font-family:var(--bh-body);font-weight:400;font-size:12.5px;opacity:.92}body.bh-theme .bh-breakdown__row--card:has(dd:empty){display:none}body.bh-theme .mc-basket{display:flex;flex-direction:column;gap:12px;margin:0 0 16px}body.bh-theme .mc-basket__h{font-family:var(--bh-display);font-weight:700;font-size:20px;margin:0;color:var(--bh-ink)}body.bh-theme .mc-basket__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}body.bh-theme .mc-line{display:flex;gap:12px;padding:12px;background:var(--bh-surface);border:1px solid var(--bh-line);border-radius:var(--bh-r-md)}body.bh-theme .mc-line__media{width:72px;flex:none;aspect-ratio:1/1;border-radius:var(--bh-r-sm);overflow:hidden;background:var(--bh-line-3)}body.bh-theme .mc-line__media img{width:100%;height:100%;object-fit:cover;display:block}body.bh-theme .mc-line__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}body.bh-theme .mc-line__title{font-weight:700;font-size:15px;line-height:1.3;color:var(--bh-ink)}body.bh-theme .mc-line__title:hover{color:var(--bh-ink)}body.bh-theme .mc-line__opts{margin:0;font-size:13px;color:var(--bh-ink-3)}body.bh-theme .mc-line__props{margin:2px 0;padding:8px 10px;background:var(--bh-page);border-radius:var(--bh-r-sm);display:flex;flex-direction:column;gap:3px}body.bh-theme .mc-line__prop{display:flex;gap:6px;font-size:13px;line-height:1.4}body.bh-theme .mc-line__prop dt{font-weight:700;color:var(--bh-ink-3);flex:none}body.bh-theme .mc-line__prop dd{margin:0;color:var(--bh-ink);overflow-wrap:anywhere}body.bh-theme .mc-line__foot{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:2px}body.bh-theme .mc-line__price{font-family:var(--bh-display);font-weight:700;font-size:18px;color:var(--bh-red);margin-left:auto}body.bh-theme .mc-line__x{background:none;border:0;padding:6px 2px;font-size:13px;color:var(--bh-ink-3);text-decoration:underline;cursor:pointer}body.bh-theme .mc-line__x:hover{color:var(--bh-ink)}body.bh-theme .mc-qty{display:flex;align-items:center;border:1px solid var(--bh-input-line);border-radius:var(--bh-r-sm);overflow:hidden}body.bh-theme .mc-qty__b{width:38px;height:38px;padding:0;border:0;cursor:pointer;background:var(--bh-surface-2);color:var(--bh-ink);font-size:18px;line-height:1}body.bh-theme .mc-qty__b:hover{background:var(--bh-line-3)}body.bh-theme .mc-qty__n{width:40px;height:38px;border:0;text-align:center;font-family:var(--bh-body);font-size:15px;color:var(--bh-ink);background:var(--bh-surface);-moz-appearance:textfield}body.bh-theme .mc-qty__n::-webkit-outer-spin-button,body.bh-theme .mc-qty__n::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}body.bh-theme .mc-basket__split{margin:0;padding:11px 13px;background:var(--bh-red-bg);border-left:3px solid var(--bh-amber);border-radius:var(--bh-r-sm);font-size:13.5px;line-height:1.45;color:var(--bh-ink-2)}body.bh-theme .mc-addmore{width:100%;margin:0 0 16px}body.bh-theme [aria-busy=true] .mc-basket{opacity:.55;pointer-events:none}body.bh-theme .mc-ded__need{margin:-4px 0 0;padding:9px 12px;background:var(--bh-red-bg);border-left:3px solid var(--bh-amber);border-radius:var(--bh-r-sm);font-size:13.5px;line-height:1.4;color:var(--bh-ink-2)}body.bh-theme .mc-ded__need[hidden]{display:none}@media(max-width:989px){body.bh-theme .bh-footer{padding-bottom:calc(96px + env(safe-area-inset-bottom))}}@media(max-width:989px){body.bh-theme .bh-collection-head{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;padding:14px 16px 4px;background:transparent;border:0}body.bh-theme .bh-collection-head .bh-crumbs,body.bh-theme .bh-collection-head__sort{display:none}body.bh-theme .bh-collection-head__title{font-family:var(--bh-display);font-weight:700;font-size:26px;line-height:1.15;color:var(--bh-ink)}body.bh-theme .bh-collection-head__count{font-size:14px;color:var(--bh-ink-3)}}body.bh-theme .bh-pager{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;padding:18px 16px 8px}body.bh-theme .bh-pager__b{flex:0 1 auto;min-width:120px}body.bh-theme .bh-pager__pos{font-size:14px;color:var(--bh-ink-3);white-space:nowrap}body.bh-theme .bh-empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;gap:14px;padding:40px 16px;text-align:center}body.bh-theme .bh-empty__h{margin:0;font-size:16px;color:var(--bh-ink-2)}body.bh-theme .bh-collection-head__desc{flex-basis:100%;margin:4px 0 0;font-size:14.5px;line-height:1.5;color:var(--bh-ink-3);max-width:62ch}body.bh-theme .bh-collection-head__desc p{margin:0 0 6px}body.bh-theme .mc-ded__fee--free{color:var(--bh-ink-3);font-weight:600}body.bh-theme main{padding-bottom:0}@media(max-width:989px){body.bh-theme .bh-pdp__buy-inner~*{scroll-margin-bottom:140px}body.bh-theme main:has(.bh-sticky){padding-bottom:140px}}body.bh-theme .mc-card__hint{margin:0;font-family:var(--bh-body);font-size:13.5px;line-height:1.4;color:var(--bh-ink-ph);max-width:28ch}body.bh-theme .mc-card__hint[hidden]{display:none}body.bh-theme .mc-msg__box{position:relative;padding-left:44px}body.bh-theme .mc-msg__box:before{content:"";position:absolute;left:15px;top:15px;width:20px;height:20px;border-radius:50%;border:2px solid var(--bh-input-line);background:var(--bh-surface)}body.bh-theme .mc-msg__radio:checked+.mc-msg__box{padding-left:43px}body.bh-theme .mc-msg__radio:checked+.mc-msg__box:before{border-color:var(--bh-green);box-shadow:inset 0 0 0 4px var(--bh-surface),inset 0 0 0 20px var(--bh-green)}body.bh-theme .bh-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:0}body.bh-theme .bh-card__cta{margin-top:8px}body.bh-theme .bh-dept__label{display:block}body.bh-theme .bh-help__alt{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;margin-top:8px;padding:0 18px;border:2px solid rgba(255,255,255,.55);border-radius:var(--bh-r-md);color:#fff;font-weight:700;font-size:18px}body.bh-theme .bh-help__alt:hover{color:#fff;border-color:#fff}body.bh-theme .bh-chips{-webkit-mask-image:linear-gradient(to right,#000 88%,transparent 100%);mask-image:linear-gradient(to right,#000 88%,transparent 100%)}body.bh-theme .bh-pager{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"prev next" "pos pos";gap:10px}body.bh-theme .bh-pager__b{min-width:0;width:auto}body.bh-theme .bh-pager__b:first-child{grid-area:prev}body.bh-theme .bh-pager__b:last-of-type{grid-area:next}body.bh-theme .bh-pager__pos{grid-area:pos;text-align:center}body.bh-theme .bh-cartpage,body.bh-theme .bh-searchpage{padding-inline:16px}body.bh-theme .bh-basket__row .bh-price,body.bh-theme .bh-basket__price{white-space:nowrap;flex:0 0 auto}body.bh-theme .bh-basket__what{min-width:0}body.bh-theme .bh-basket__edit{display:inline-flex;align-items:center;min-height:44px;margin-block:-10px}body.bh-theme .bh-footer__col:not(:has(a)){display:none}@media(min-width:750px){body.bh-theme .bh-hero__col{flex:1}body.bh-theme .bh-hero__img{width:180px}body.bh-theme .bh-grid-2{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media(min-width:990px){body.bh-theme .bh-filters,body.bh-theme .bh-pdp__media{position:sticky;top:24px;align-self:start}}body.bh-theme .mc-quickfacts{background:var(--bh-surface);padding:12px 16px 14px;display:flex;flex-direction:column;gap:6px;border-bottom:1px solid var(--bh-line-2)}body.bh-theme .mc-quickfacts__title{margin:0;font-family:var(--bh-display);font-weight:700;font-size:21px;line-height:1.2;color:var(--bh-ink);text-wrap:pretty}body.bh-theme .mc-quickfacts__price{margin:0;display:flex;align-items:baseline;gap:9px;font-family:var(--bh-display);font-weight:700;font-size:26px;color:var(--bh-red)}body.bh-theme .mc-quickfacts .bh-price__was{font-family:var(--bh-body);font-size:15px;color:var(--bh-ink-4)}@media(min-width:990px){body.bh-theme .mc-quickfacts{display:none}}body.bh-theme .mc-legacy{padding:4px 16px 18px;display:flex;flex-direction:column;gap:12px}body.bh-theme .mc-legacy__h{font-family:var(--bh-display);font-weight:700;font-size:22px;margin:0;color:var(--bh-ink)}body.bh-theme .mc-legacy__lede{margin:-6px 0 0;font-size:14.5px;line-height:1.4;color:var(--bh-ink-3)}body.bh-theme .mc-legacy__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}body.bh-theme .mc-legacy__cell{display:flex;flex-direction:column;gap:6px}body.bh-theme .mc-legacy__pick{position:relative;padding:0;border:2px solid var(--bh-line);border-radius:var(--bh-r-md);background:var(--bh-surface);overflow:hidden;cursor:pointer;aspect-ratio:1/1;display:block}body.bh-theme .mc-legacy__pick img{width:100%;height:100%;object-fit:cover;display:block}body.bh-theme .mc-legacy__pick[disabled]{opacity:.4;cursor:not-allowed}body.bh-theme .mc-legacy__pick[aria-checked=true]{border-color:var(--bh-green);border-width:3px}body.bh-theme .mc-legacy__mark{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:50%;background:var(--bh-surface);border:2px solid var(--bh-input-line);display:block}body.bh-theme .mc-legacy__pick[aria-checked=true] .mc-legacy__mark{background:var(--bh-green);border-color:var(--bh-green)}body.bh-theme .mc-legacy__pick[aria-checked=true] .mc-legacy__mark:after{content:"";position:absolute;left:7px;top:3px;width:6px;height:12px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}body.bh-theme .mc-legacy__pick:focus-visible{outline:2px solid var(--bh-ink);outline-offset:2px}body.bh-theme .mc-legacy__zoom{min-height:44px;padding:0 10px;width:100%;background:none;border:1px solid var(--bh-line-strong);border-radius:var(--bh-r-sm);font-family:var(--bh-body);font-size:14px;font-weight:600;color:var(--bh-ink-2);cursor:pointer}body.bh-theme .mc-legacy__zoom:hover{border-color:var(--bh-ink-3);color:var(--bh-ink)}@media(min-width:750px){body.bh-theme .mc-legacy__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media(min-width:990px){body.bh-theme .mc-legacy{padding-inline:0}}body.bh-theme .bh-searchpage__idle,body.bh-theme .bh-cartpage__empty{display:flex;flex-direction:column;gap:12px;padding-block:4px 8px}body.bh-theme .bh-searchpage__idle-h{margin:0;font-size:14.5px;font-weight:700;color:var(--bh-ink-2)}body.bh-theme .mc-suggest{display:flex;flex-wrap:wrap;gap:8px}body.bh-theme .mc-suggest .bh-chip{flex:0 0 auto}@media(max-width:989px){body.bh-theme .bh-collection-head .bh-crumbs{display:none}body.bh-theme .bh-collection-head{padding-block:8px 6px}body.bh-theme .bh-chips,body.bh-theme .bh-sortrow{padding-block:8px}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/bh.css.map */
