#headerSmallTop{background-color:rgba(var(--grey-light),1)}#headerSmallTop .basicContainer{display:flex;justify-content:space-between;align-items:center;gap:20px;height:40px}#headerSmallTop .menu{display:flex;gap:20px}@media (max-width: 1023px){#headerSmallTop .basicContainer{justify-content:flex-end}}@media (max-width: 500px){#headerSmallTop .menu li:last-child{display:none}}:root{--header-top-height: 66px;--header-nav-height: 50px;--header-total-height: calc(var(--header-top-height) + var(--header-nav-height))}#header{height:var(--header-total-height);background-color:rgba(var(--white),1);position:sticky;left:0;top:calc(-1 * var(--header-total-height));width:100%;transition:height .3s ease;z-index:2000;transform:translateZ(-1);transition:top .2s;transition-timing-function:cubic-bezier(0,0,.2,1);box-shadow:1px 1px 5px rgba(0,0,0,.05)}#header.sticky{top:0;transition-timing-function:cubic-bezier(.4,0,1,1)}#header-top{height:var(--header-top-height)}#header-top .basicContainer{display:flex;align-items:center;height:100%;gap:5px 15px;padding-top:5px;padding-bottom:5px}#header-top .logo{margin-right:auto;flex:0 1 auto}#header-top .logo img{height:56px;transition:height .3s;aspect-ratio:148/76;object-fit:contain}#header-top .partSearchBar{flex:1 1 auto;max-width:560px;margin:0 auto}#header-top-buttons{display:flex;flex:0 0 auto}#header-nav{background-color:rgba(var(--blue),1);position:relative}#header-nav>.basicContainer{height:var(--header-nav-height)}#header-top .slideOver-button{display:none}@media (max-width: 1023px){#header-top .slideOver-button{display:grid}#header-top .logo{width:78px}#header-top .logo img{height:auto}#header-nav{display:none}#header{--header-top-height: 115px;height:var(--header-top-height)}#headerSmallTop .basicContainer{height:30px}#headerSmallTop .uspList{display:none}#header-top .basicContainer{flex-wrap:wrap;padding-bottom:0}#header-top .partSearchBar{order:1;max-width:none;background-color:rgba(var(--blue),1);width:calc(100% + (2 * var(--basicContainer-padding)));padding:5px var(--basicContainer-padding);margin:0 calc(-1 * var(--basicContainer-padding));--partSearchBar2-border: none}}@media (max-width: 667px){#accountButtonHeader .label{display:none}}#header-top-buttons .dropdownCustom-button,#header-top-buttons .productFavoriteButtonHeader{padding:0 10px;height:46px;gap:10px}#header-top-buttons .dropdownCustom-button:hover,#header-top-buttons .dropdownCustom-button:focus,#header-top-buttons .productFavoriteButtonHeader:hover,#header-top-buttons .productFavoriteButtonHeader:focus{background-color:rgba(var(--blue-light),1)}#header-top-buttons{--headerTopButtons-fontSize: 1rem;--productFavoriteButtonHeader-fontSize: var(--headerTopButtons-fontSize);--shoppingCartBasket-fontSize: var(--headerTopButtons-fontSize);--accountButtonHeader-fontSize: var(--headerTopButtons-fontSize);--headerTopButtons-color: rgba(var(--body-color), 1);--productFavoriteButtonHeader-color: var(--headerTopButtons-color);--shoppingCartBasket-color: var(--headerTopButtons-color);--accountButtonHeader-color: var(--headerTopButtons-color);--headerTopButtons-icon-size: 26px;--productFavoriteButtonHeader-icon-svg-width: var(--headerTopButtons-icon-size);--shoppingCartBasket-icon-svg-width: var(--headerTopButtons-icon-size);--accountButtonHeader-icon-svg-width: var(--headerTopButtons-icon-size);--headerTopButtons-icon-fill: rgba(var(--blue), 1);--productFavoriteButtonHeader-icon-svg-fill: var(--headerTopButtons-icon-fill);--shoppingCartBasket-icon-svg-fill: var(--headerTopButtons-icon-fill);--accountButtonHeader-icon-svg-fill: var(--headerTopButtons-icon-fill);--headerTopButtons-icon-fill-hover: rgba(var(--blue), 1);--productFavoriteButtonHeader-icon-svg-fill-hover: var(--headerTopButtons-icon-fill-hover);--shoppingCartBasket-icon-svg-fill-hover: var(--headerTopButtons-icon-fill-hover);--accountButtonHeader-icon-svg-fill-hover: var(--headerTopButtons-icon-fill-hover);--headerTopButtons-badge-backgroundColor: rgba(var(--grey-light), 1);--productFavoriteButtonHeader-icon-quantity-backgroundColor: var(--headerTopButtons-badge-backgroundColor);--shoppingCartBasket-icon-quantity-backgroundColor: var(--headerTopButtons-badge-backgroundColor);--accountButtonHeader-icon-status-backgroundColor: var(--headerTopButtons-badge-backgroundColor);--headerTopButtons-badge-color: rgba(var(--black), 1);--productFavoriteButtonHeader-icon-quantity-color: var(--headerTopButtons-badge-color);--shoppingCartBasket-icon-quantity-color: var(--headerTopButtons-badge-color);--accountButtonHeader-icon-status-color: var(--headerTopButtons-badge-color);--headerTopButtons-icon-fontWeight: 700;--productFavoriteButtonHeader-label-fontWeight: var(--headerTopButtons-icon-fontWeight);--shoppingCartBasket-label-fontWeight: var(--headerTopButtons-icon-fontWeight);--accountButtonHeader-label-fontWeight: var(--headerTopButtons-icon-fontWeight)}@media (hover: hover){.headerTopButtons-button:hover #accountButtonHeader .icon>svg,.headerTopButtons-button:hover .partProductFavorite1.productFavoriteButtonHeader .productFavoriteHeaderButton-icon-svg,.headerTopButtons-button:hover .partShoppingCart2.shoppingCartBasket .shoppingCartBasket-icon-svg path{fill:var(--accountButtonHeader-icon-svg-fill-hover)}}#shoppingCartBasketDropDown .dropdownCustom-container{width:440px}.dropdownCustom .dropdownCustom-orderList{display:grid;gap:15px;max-height:300px;overflow:auto}.dropdownCustom .dropdownCustom-orderList .partShoppingCart2.shoppingCartItem{gap:15px;padding-bottom:15px}.dropdownCustom .dropdownCustom-orderList .partShoppingCart2.shoppingCartItem .shoppingCartItem-image{width:60px}.dropdownCustom .dropdownCustom-orderList .partShoppingCart2.shoppingCartItem .shoppingCartItem-wrapper{gap:5px 15px}.dropdownCustom .dropdownCustom-orderList .partShoppingCart2.shoppingCartItem .shoppingCartItem-heading .title{font-size:1rem}.dropdownCustom .table{margin:15px 0;padding-left:75px;display:flex;flex-direction:column;gap:.625em}@media (max-width: 440px){.dropdownCustom .table{padding-left:0}}.dropdownCustom .table-row{display:flex;align-items:center;gap:20px}.dropdownCustom .table-row-label{margin-right:auto}.dropdownCustom .table-row-value{text-wrap:nowrap}.dropdownCustom .totalCost{display:flex;gap:15px;font-weight:700;color:rgba(var(--black))}.dropdownCustom .totalCost-label{margin-right:auto}.dropdownCustom .totalCost-value{font-size:1.25em}.dropdownCustom-buttons{display:flex;gap:10px}@media (max-width: 430px){.dropdownCustom-buttons{flex-wrap:wrap}}
