:root{--opk-layout-main: 1680px;--opk-layout-md: 1396px;--opk-layout-second: 1150px}.opk-search-bar,.opk-search-bar__wrapper{width:100%}.opk-search-bar{position:relative;z-index:10}.opk-search-bar__wrapper{display:flex;align-items:center;max-width:1680px;max-width:var(--opk-layout-main);margin:0 auto}@media screen and (min-width:1500px){.opk-search-bar__wrapper{gap:60px}}@media screen and (max-width:1499px){.opk-search-bar__wrapper{flex-direction:column;gap:18px}}@media screen and (min-width:768px){.opk-search-bar__wrapper{padding:40px 60px}}@media screen and (max-width:767px){.opk-search-bar__wrapper{padding:20px 20px 15px}}.opk-search-bar__form{align-items:center;width:100%}@media screen and (min-width:1300px){.opk-search-bar__form{display:flex}}@media screen and (max-width:1299px){.opk-search-bar__form{display:grid}}@media(max-width:1299px)and (min-width:768px){.opk-search-bar__form{grid-template-columns:1fr auto}}@media screen and (min-width:768px){.opk-search-bar__form{gap:10px}}@media screen and (max-width:767px){.opk-search-bar__form{grid-template-columns:1fr;gap:16px}}.opk-search-bar__form .form-select{position:relative;width:100%}@media screen and (min-width:1300px){.opk-search-bar__form .form-select.category,.opk-search-bar__form .form-select.category .form-select__select,.opk-search-bar__form .form-select.category .form-select__list{max-width:325px}}@media screen and (min-width:768px){.opk-search-bar__form .form-select.brand,.opk-search-bar__form .form-select.brand .form-select__select,.opk-search-bar__form .form-select.brand .form-select__list{max-width:241px}}.opk-search-bar__form .form-select__select,.opk-search-bar__form .form-select__list-item{font-family:var(--type-header-primary);font-size:20px;font-weight:400;line-height:1}@media screen and (min-width:768px){.opk-search-bar__form .form-select__select,.opk-search-bar__form .form-select__list-item{font-size:20px}}@media screen and (max-width:767px){.opk-search-bar__form .form-select__select,.opk-search-bar__form .form-select__list-item{font-size:18px}}.opk-search-bar__form .form-select__select{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;height:54px;padding:0 24px;background-color:#fcfeff;cursor:pointer}.opk-search-bar__form .form-select__select span,.opk-search-bar__form .form-select__select svg{pointer-events:none}.opk-search-bar__form .form-select__select span{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 0}.opk-search-bar__form .form-select__select svg{width:22px;height:22px;transition:all var(--slide-curve)}.opk-search-bar__form .form-select__select.active svg{transform:rotate(180deg)}.opk-search-bar__form .form-select__list{position:absolute;top:64px;z-index:1;width:100%;max-height:600px;background-color:var(--color-body);box-shadow:0 417px 117px #00498200,0 267px 107px #00498200,0 150px 90px #00498203,0 67px 67px #00498205,0 17px 37px #00498205;opacity:0;visibility:hidden;transform:translateY(-100%);transition:all var(--slide-curve);overflow:auto}.opk-search-bar__form .form-select__list.opened{opacity:1;visibility:visible;transform:translateY(0)}.opk-search-bar__form .form-select__list-item{display:flex;align-items:center;height:54px;padding:0 24px;border-bottom:1px solid var(--color-border);letter-spacing:-.1px;color:var(--color-text-body);cursor:pointer}.opk-search-bar__form .form-select__list-item:hover{background-color:var(--color-border)}.opk-search-bar__form .form-search__input-wrapper{position:relative;width:100%}@media screen and (max-width:767px){.opk-search-bar__form .form-search__input-wrapper{grid-row:1/2}}.opk-search-bar__form .form-search-input{width:100%;height:54px;padding:0 20px;border:1px solid rgba(13,52,155,.4);font-size:18px;font-weight:400;line-height:1.5;background-color:var(--color-body);color:var(--color-text-body)}.opk-search-bar__form .form-search-input::-moz-placeholder{opacity:.4;color:var(--color-text-body)}.opk-search-bar__form .form-search-input::placeholder{opacity:.4;color:var(--color-text-body)}.opk-search-bar__form .form-search-input:focus,.opk-search-bar__form .form-search-input:focus-within,.opk-search-bar__form .form-search-input:focus-visible{border:1px solid var(--color-button-primary)}.opk-search-bar__form .form-search__results-popup{position:absolute;top:64px;left:0;width:100%;background-color:var(--color-body);box-shadow:0 417px 117px #00498200,0 267px 107px #00498200,0 150px 90px #00498203,0 67px 67px #00498205,0 17px 37px #00498205;opacity:0;visibility:hidden}.opk-search-bar__form .form-search__results-popup.opened{opacity:1;visibility:visible}.opk-search-bar__form .form-search__results-popup-category{color:var(--color-text-body)}.opk-search-bar__form .form-search__results-popup-category:first-of-type{margin-bottom:20px}.opk-search-bar__form .form-search__results-popup-category:first-of-type .category__title{margin-bottom:10px}.opk-search-bar__form .form-search__results-popup-category:last-of-type{margin-bottom:0}.opk-search-bar__form .form-search__results-popup-category:last-of-type .category__title{margin-bottom:0}.opk-search-bar__form .form-search__results-popup-category .category__title{display:flex;align-items:center;padding:0 20px;border-bottom:1px solid var(--color-border);font-family:var(--type-header-primary);font-weight:700;line-height:1;text-transform:none}@media screen and (min-width:768px){.opk-search-bar__form .form-search__results-popup-category .category__title{height:64px;font-size:24px}}@media screen and (max-width:767px){.opk-search-bar__form .form-search__results-popup-category .category__title{height:60px;font-size:20px}}.opk-search-bar__form .form-search__results-popup-category .category__suggestion{display:flex;align-items:center;padding:0 40px;font-family:var(--type-header-primary);font-weight:400;line-height:1;cursor:pointer}.opk-search-bar__form .form-search__results-popup-category .category__suggestion:hover{background-color:var(--color-border)}@media screen and (min-width:768px){.opk-search-bar__form .form-search__results-popup-category .category__suggestion{height:44px;font-size:20px}}@media screen and (max-width:767px){.opk-search-bar__form .form-search__results-popup-category .category__suggestion{height:42px;font-size:18px}}.opk-search-bar__form .form-search__results-popup-category .category__product{display:flex;align-items:center;gap:10px;padding:20px}.opk-search-bar__form .form-search__results-popup-category .category__product:hover{background-color:var(--color-border)}@media screen and (max-width:767px){.opk-search-bar__form .form-search__results-popup-category .category__product{min-height:140px}}.opk-search-bar__form .form-search__results-popup-category .category__product-info{display:flex;flex-direction:column;justify-content:center;gap:10px}.opk-search-bar__form .form-search__results-popup-category .category__product-image{-o-object-fit:cover;object-fit:cover}@media screen and (min-width:768px){.opk-search-bar__form .form-search__results-popup-category .category__product-image{width:100px;height:100px}}@media screen and (max-width:767px){.opk-search-bar__form .form-search__results-popup-category .category__product-image{width:60px;height:60px}}.opk-search-bar__form .form-search__results-popup-category .category__product-category{font-family:var(--type-header-primary);font-weight:300;line-height:1;color:#b0b0b0}@media screen and (min-width:768px){.opk-search-bar__form .form-search__results-popup-category .category__product-category{font-size:12px}}@media screen and (max-width:767px){.opk-search-bar__form .form-search__results-popup-category .category__product-category{font-size:10px}}.opk-search-bar__form .form-search__results-popup-category .category__product-title{font-family:var(--type-header-primary);font-weight:500;line-height:1.2}@media screen and (min-width:768px){.opk-search-bar__form .form-search__results-popup-category .category__product-title{font-size:20px}}@media screen and (max-width:767px){.opk-search-bar__form .form-search__results-popup-category .category__product-title{font-size:16px}}.opk-search-bar__form .form-search__results-popup-category .category__product-price{font-size:18px;font-weight:400;line-height:1.5}@media screen and (min-width:768px){.opk-search-bar__form .form-search__results-popup-category .category__product-price{font-size:18px}}@media screen and (max-width:767px){.opk-search-bar__form .form-search__results-popup-category .category__product-price{font-size:16px}}.opk-search-bar__form .form-search__results-popup-continue{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;border-top:1px solid var(--color-border);font-family:var(--type-header-primary);font-size:20px;font-weight:400;line-height:1;cursor:pointer}.opk-search-bar__form .form-search__results-popup-continue svg{width:16px;height:16px}.opk-search-bar__form .form-search__results-popup-continue:hover{background-color:var(--color-border)}.opk-search-bar__form .form-search-button{display:flex;align-items:center;justify-content:center;gap:10px;width:-moz-fit-content;width:fit-content;height:54px;padding:0 24px;border-radius:2px;font-family:var(--type-header-primary);font-weight:400;line-height:1;transition:background-color .3s}.opk-search-bar__form .form-search-button svg{width:22px;height:22px}@media screen and (max-width:1299px){.opk-search-bar__form .form-search-button{width:100%}}@media screen and (min-width:768px){.opk-search-bar__form .form-search-button{font-size:20px}}@media screen and (max-width:767px){.opk-search-bar__form .form-search-button{font-size:18px}}.opk-search-bar__help-button{display:flex;align-items:center;gap:10px;height:54px;font-family:var(--type-header-primary);font-weight:400;line-height:1;white-space:nowrap;background-size:0% 2px;background-position:0 80%;background-repeat:no-repeat;transition:background-size .3s,color .3s;cursor:pointer}.opk-search-bar__help-button:hover{background-size:100% 2px}.opk-search-bar__help-button svg{width:20px;height:20px}.opk-search-bar__help-button svg path{fill:var(--color-text-body)}@media screen and (min-width:768px){.opk-search-bar__help-button{font-size:20px}}@media screen and (max-width:767px){.opk-search-bar__help-button{font-size:18px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/opk-search-bar.css.map */
