﻿.transition-soft{transition:all .3s ease}.transition-up{position:relative;top:-8px;transition:all .5s ease;z-index:10;pointer-events:none}.transition-up-active{top:0;opacity:1;z-index:100;pointer-events:all}.alert{clear:both;margin-bottom:15px;padding:8px 10px;border:var(--border-solid);border-radius:var(--border-radius-small);font-size:12px}.alert-danger,.alert-error{color:var(--danger);border-color:var(--danger)}.alert-warning{color:var(--warning);border-color:var(--warning)}.alert-info{color:var(--main-foreground);border-color:var(--main-foreground)}.alert-success{color:var(--success);border-color:var(--success)}.alert-primary{border-color:var(--accent-color);color:var(--accent-color)}.cart-button-container .alert{margin-top:var(--spacing-2)}.notification-left{width:100%;margin:var(--spacing-2) 0;text-align:left;font-size:var(--font-small)}.notification-danger{color:var(--danger)}.btn-transition{position:relative;overflow:hidden}.btn-transition .transition-container{position:absolute;top:50%;left:0;width:100%;opacity:0;transition:all .5s ease;pointer-events:none;cursor:not-allowed;transform:translateY(-50%)}.btn-transition .transition-container.active{opacity:1}.modal{position:fixed;bottom:-100%;z-index:20000;display:flex;flex-direction:column;width:100%;height:100%;max-height:100%;color:var(--main-foreground);fill:var(--main-foreground);background-color:var(--main-background);-webkit-overflow-scrolling:touch;overflow-y:auto;transition:var(--transition-normal)}.modal-header{display:flex;justify-content:space-between;align-items:center;transition:var(--transition-normal);background-color:var(--main-foreground-opacity-03)}.modal-title{width:100%;margin-left:var(--spacing-3);text-align:left;font-size:var(--font-big)}.modal-back+.modal-title{margin-left:0}.modal-close{padding:var(--spacing-3)}.modal-header.no-title{grid-template-columns:initial;justify-content:end}.modal-header-close-only{position:absolute;top:10px;right:10px;z-index:9;background:rgba(0,0,0,0)}.modal-close svg{font-size:23px}.modal-body,.modal-footer{padding:var(--spacing-3)}.modal-body{height:100%;overflow-y:auto;overflow-x:hidden}.modal form{display:flex;flex-direction:column;height:100%}.modal-footer{border-top:var(--border-solid) var(--main-foreground-opacity-03)}.modal-transition-fast{transition:all .05s ease-in-out}.modal-width-small{top:initial;left:5%;bottom:-100%;width:90%;height:auto;max-height:90%;transform:translateY(50%)}.modal.modal-visible{bottom:0}.modal-top{top:-100%;bottom:initial;transform:translateY(-50%)}.modal-top.modal-visible{top:50%;bottom:initial}.modal-right{bottom:0;left:100%;transform:translateX(50%)}.modal-right.modal-visible{left:50%;transform:translateX(-50%)}.modal-width-small.modal-visible{top:initial;bottom:50%}.modal-left{bottom:0;right:100%;left:initial;transform:translateX(-50%)}.modal-left.modal-visible{right:50%;transform:translateX(50%)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:20000;cursor:pointer;background-color:var(--main-foreground-opacity-60)}.modal-overlay.modal-zindex-top{z-index:20000}.tab-group{padding:0;overflow-x:scroll;white-space:nowrap}.tab-group .tab{display:inline-flex;float:none;margin-right:var(--spacing-2)}.tab-group .tab-link{float:left;padding:10px;font-size:var(--font-small);text-transform:var(--main-text-transform);text-align:center;border:var(--border-solid) var(--main-foreground-opacity-20);border-radius:var(--border-radius);color:var(--main-foreground)}.tab-group .tab.active .tab-link{border:var(--border-solid) var(--button-background);color:var(--button-background)}.tab-panel:not(.active){display:none}.tab-panel.active{display:block}.card-img{margin:0 var(--spacing-1) var(--spacing-1) 0;border:var(--border-solid) var(--main-foreground-opacity-30);border-radius:var(--border-radius-small)}.card-img-small{height:25px}.card-img-medium{height:35px}.card-img-big{height:50px}.card-img-square-container{position:relative;width:100%;padding-top:100%}.card-img-pill{position:absolute;right:5px;bottom:5px;z-index:999;padding:4px 9px;font-size:var(--font-smallest);border-radius:15px;background-color:var(--main-background);color:var(--main-foreground)}.notification-hidden{transition:var(--transition-normal);transform:translate(0, -10%);opacity:0;pointer-events:none}.notification-visible{transition:var(--transition-normal);opacity:1;transform:translate(0, 0)}.notification-close{position:absolute;top:9px;right:3px;z-index:1;padding:0 var(--spacing-2);fill:var(--main-foreground);cursor:pointer}.head-row .notification-cart-container{position:fixed;bottom:0;left:0;z-index:1;width:100%;border:none}.notification-cart-container .notification{border:none;border-top:var(--border-solid) var(--main-foreground-opacity-20);font-size:14px}.notification-cart-container .notification-close{top:var(--spacing-3);right:var(--spacing-3)}.notification-cart-image-container{position:relative;width:80px;height:80px;overflow:hidden}.form-select-icon{transition:all .2s ease}.form-select.open .form-select-icon{transform:translateY(-50%) rotate(180deg)}.form-select-options{position:absolute;top:100%;left:0;z-index:200;width:100%;max-height:200px;margin-top:5px;background-color:var(--main-background);border:var(--border-solid) var(--main-foreground-opacity-30);border-radius:var(--border-radius-small);list-style:none;overflow-y:auto;transition:all .2s ease;opacity:0;padding:0}.form-select-options.open{opacity:1}.form-select-options::-webkit-scrollbar{width:7px}.form-select-options::-webkit-scrollbar-track{background:var(--main-foreground-opacity-50);border-radius:6px}.form-select-options::-webkit-scrollbar-thumb{background:var(--main-foreground-opacity-50);border-radius:6px}.form-select-option:hover,.form-select-option:active,.form-select-option.selected{background-color:var(--main-foreground-opacity-03)}.form-select-option{padding:12px;transition:all .4s ease;cursor:pointer;border-bottom:var(--border-solid) var(--main-foreground-opacity-05)}.form-select-option:last-child{border-bottom:none}.input-clear-content{position:absolute;right:0;bottom:0;width:30px;height:40px;padding:var(--spacing-1);cursor:pointer}.input-clear-content:before{display:block;width:13px;height:13px;margin:var(--spacing-2) 0 0 var(--spacing-1)}.form-spinner:before{display:inline-block;width:12px;height:12px;-webkit-mask-image:var(--icon-btn-spinner);-ms-mask-image:var(--icon-btn-spinner);-moz-mask-image:var(--icon-btn-spinner);-o-mask-image:var(--icon-btn-spinner);mask-image:var(--icon-btn-spinner)}.g-recaptcha>div{margin:var(--spacing-3) auto}.head-main.compress .logo-img{max-height:30px}.head-main.compress .logo-big{max-height:40px}.modal-body-scrollable-auto .modal-body{max-height:calc(100vh - 100px);overflow-y:auto}.modal-nav-hamburger{flex:1}.modal-nav-hamburger .nav-list-link{display:grid;width:100%;min-height:56px;grid-template-columns:1fr auto;column-gap:var(--spacing-3);align-items:center;padding:var(--spacing-3);font-size:var(--font-small);text-transform:uppercase;text-align:left;border-bottom:var(--border-solid) var(--main-foreground-opacity-30)}.modal-nav-hamburger .utility-icon{font-size:var(--font-base-default)}.modal-nav-hamburger .nav-secondary{background-color:var(--main-foreground-opacity-05);border-bottom:var(--border-solid) var(--main-foreground-opacity-05)}.modal-nav-hamburger .nav-secondary .secondary-menu-link{display:block;padding:var(--spacing-3);font-size:var(--font-small)}.modal-nav-hamburger .nav-list-arrow{font-size:var(--font-base-default);cursor:pointer}.modal-nav-main>.modal-body{display:grid;grid-template-rows:1fr auto;padding:0}.search-input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.search-suggestions{position:absolute;z-index:99999;width:100%;max-height:calc(100vh - 150px);margin-top:-2px;overflow-y:auto;overflow-x:hidden;background-color:var(--main-background);border:var(--border-solid) var(--main-foreground-opacity-30);border-radius:0 0 var(--border-radius-small) var(--border-radius-small)}.search-suggestions a{color:var(--main-foreground);fill:var(--main-foreground)}.search-suggestions-list{margin:0;padding:var(--spacing-3);list-style:none}.search-suggestions-item{margin-bottom:var(--spacing-3)}.search-suggestions-text{position:relative;flex-basis:0;flex-grow:1;max-width:100%;padding:0 var(--spacing-4) 0 var(--spacing-3);font-size:var(--font-base)}.search-suggestions-link{display:flex;flex-wrap:wrap;align-items:center;margin:0}.search-suggestions-text,.search-suggestions-name{margin-bottom:var(--spacing-1);font-size:var(--font-small)}.search-suggestions-price{font-weight:bold}.search-suggestions .subscription-price-compare{text-decoration:line-through}.search-suggestions .subscription-message{font-size:var(--font-small)}.search-suggestions-image-container{position:relative;flex:0 0 auto;width:80px;height:80px;overflow:hidden}.search-suggestions-image-container img{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%, -50%);object-fit:cover}.search-suggestions-all-link-container{margin-top:var(--spacing-1);text-align:center}footer{padding:var(--spacing-4) 0;font-size:var(--font-medium);color:var(--main-foreground);background:var(--main-background);border-top:var(--border-solid) var(--main-foreground-opacity-10)}footer a,footer svg{color:var(--main-foreground);fill:var(--main-foreground)}footer .accordion-title{padding:var(--spacing-3);background:var(--main-background);border-top:var(--border-solid) var(--main-foreground-opacity-05);border-bottom:var(--border-solid) var(--main-foreground-opacity-05)}footer .accordion-container{margin:0 var(--gutter-negative) -1px var(--gutter-negative)}.footer-colors{color:var(--footer-foreground);background:var(--footer-background);border-top:none}.footer-colors a,.footer-colors svg{color:var(--footer-foreground);fill:var(--footer-foreground)}.footer-main-info,.footer-secondary-info{display:grid;grid-template-columns:1fr;row-gap:var(--spacing-4);margin:var(--spacing-3) auto}.footer-main-info{margin-bottom:var(--spacing-5)}.footer-main-info.footer-title-toggle{row-gap:0;margin-bottom:var(--spacing-4)}.footer-colors .accordion-title{font-weight:bold;background:var(--footer-background);border-top:var(--border-solid) var(--footer-foreground-opacity-40);border-bottom:var(--border-solid) var(--footer-foreground-opacity-40)}.footer-colors .form-control{color:var(--footer-foreground);border-color:var(--footer-foreground-opacity-40)}.footer-colors .form-control:hover,.footer-colors .form-control:active{border-color:var(--footer-foreground-opacity-60)}.footer-colors .form-control::-webkit-input-placeholder{color:var(--footer-foreground-opacity-40)}.footer-colors .form-control:-moz-placeholder{color:var(--footer-foreground-opacity-40)}.footer-colors .form-control::-moz-placeholder{color:var(--footer-foreground-opacity-40)}.footer-colors .form-control:-ms-input-placeholder{color:var(--footer-foreground-opacity-40)}.footer-colors .btn-inline{color:var(--footer-foreground);border-color:var(--footer-foreground-opacity-40)}.footer-colors .alert-success,.footer-colors .alert-danger{color:var(--footer-foreground);border-color:var(--footer-foreground)}.footer-logo-img{max-height:45px}.footer-payments-shipping-container img{width:auto;max-height:20px;margin:0 var(--spacing-1) var(--spacing-1) 0;border-radius:var(--border-radius-smallest)}.powered-by-logo{width:155px;height:17px}.footer-logo img{max-height:50px}.placeholder-overlay{position:absolute;top:0;left:0;z-index:999;width:100%;height:100%;background-color:var(--main-foreground-opacity-30)}.placeholder-info{position:relative;top:50%;left:50%;width:330px;padding:30px 25px;text-align:center;line-height:18px;transform:translate(-50%, -50%);box-sizing:border-box;border-radius:var(--border-radius)}.placeholder-info{color:var(--main-foreground);fill:var(--main-foreground);background-color:var(--main-background)}.placeholder-info .placeholder-description{margin:20px 0}.placeholder-info .placeholder-button{padding:8px 15px;color:var(--main-background);background-color:var(--main-foreground);opacity:1}.placeholder-info .placeholder-button:hover{opacity:.8}.textbanner:hover img.textbanner-image,.textbanner:focus img.textbanner-image{transform:scale(1.05)}.instafeed-link{position:relative;display:block;padding-top:100%;overflow:hidden}.instafeed-link:hover .instafeed-img,.instafeed-link:focus .instafeed-img{transform:scale(1.03)}.instafeed-link .instafeed-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .8s ease}.news-spinner{position:absolute;right:5px;width:60px;text-align:center;background:var(--main-background)}.filter-accordion{padding:12px 15px;border-bottom:var(--border-solid) var(--main-foreground-opacity-10);font-size:var(--font-big)}.filter-accordion svg{font-size:var(--font-base-default)}.accordion-toggle{display:grid;grid-template-columns:1fr auto}.filters-overlay{position:fixed;top:0;left:0;z-index:30000;width:100%;height:100%;background-color:var(--main-background-opacity-80)}.filters-overlay .filters-updating-message{position:absolute;top:50%;left:50%;width:80%;text-align:center;transform:translate(-50%, -50%)}.filter-input-price{padding-right:var(--spacing-4)}.price-filter-container .filter-input-price-container{position:relative;display:inline-block;width:calc(50% - 40px);vertical-align:bottom}.price-filter-container .filter-input-price-container:first-child .form-control{border-right:0;border-radius:var(--border-radius-small) 0 0 var(--border-radius-small)}.price-filter-container .filter-input-price-container .form-control{border-radius:0;font-size:14px}.price-filter-container .filter-input-price-container .form-label{font-size:var(--font-small)}.price-filter-container .form-group{display:inline-table}.fancybox__container .has-inline .fancybox__content{width:100%;height:calc(100% - 20px);padding:0;transform:translateY(20px);background:rgba(0,0,0,0)}.fancybox__container .has-inline .fancybox__content .fancybox-close-small{color:#ccc !important}.fancybox__container .fancybox__slide.has-inline::before{display:none}.fancybox-toolbar{opacity:1 !important;visibility:visible !important}.fancybox-toolbar .fancybox-button{display:none !important}.fancybox-toolbar .fancybox-button.fancybox-button--close{display:block !important}.fancybox-close-small{display:none !important}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}.fancybox__toolbar{z-index:1;padding:0;color:var(--main-background);background:rgba(0,0,0,0) !important;text-shadow:none !important}.fancybox__container .fancybox__backdrop{background:var(--main-foreground-opacity-60)}.carousel__button .svg-icon-text{fill:var(--main-background);filter:none}.fancybox__container{z-index:30000}.user-content img{max-width:100%;height:auto !important}.label-top-left{top:25px;left:25px;z-index:2}.product-image-limited{max-height:320px;max-width:100%;object-fit:contain}.social-share-button{font-size:var(--font-base-default)}.kit-products-item-img{width:42px;height:42px;object-fit:cover;display:block}.bar-progress{position:relative;height:5px;border-radius:var(--border-radius)}.bar-progress-active{position:relative;width:0%;height:5px;min-width:25px;border-radius:var(--border-radius)}.bar-progress-active:after{position:absolute;top:-3px;right:-1px;width:10px;height:10px;content:"";border-radius:var(--border-radius-full)}.bar-progress{background:var(--main-foreground-opacity-20)}.bar-progress-active{background:var(--accent-color)}.bar-progress-active:after{background:var(--accent-color);box-shadow:var(--drop-shadow)}.ship-free-rest-message{position:relative;height:30px}.ship-free-rest-message .ship-free-rest-text{position:absolute;top:-5px;width:100%;text-align:center;line-height:40px;opacity:0}.ship-free-rest-message.success .bar-progress-success,.ship-free-rest-message.amount .bar-progress-amount,.ship-free-rest-message.condition .bar-progress-condition{top:0;opacity:1}.cart-item{display:grid;grid-template-columns:auto 1fr;column-gap:var(--spacing-3);font-size:var(--font-medium)}.cart-item-image-container,.order-item-image-container{position:relative;width:80px;height:80px;border:var(--border-solid) var(--main-foreground-opacity-05)}.cart-item-image,.order-item-image{width:100%;height:100%;object-fit:cover;position:absolute}.cart-item-info-container{display:grid;grid-template-rows:auto 1fr;align-items:start;grid-row-gap:var(--spacing-1)}.cart-item-product-info,.cart-item-totals-container{display:grid;grid-template-columns:1fr auto;column-gap:var(--spacing-3)}.cart-item-name,.cart-item-delete-button,.cart-item-subtotal,.cart-quantity-input{font-size:14px}.cart-item-variant,.cart-compare-price-container,.cart-item-label{font-size:12px}.cart-item-small-label{font-size:9px}.cart-item .fa-cog{display:none}.cart-item-spinner{position:absolute;left:50%;width:40px;margin-left:-20px;text-align:center}.total-promotions-row{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:var(--spacing-2)}.cart-promotion-detail,.cart-promotion-number{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;position:relative;width:100%;min-height:1px}.cart-promotion-number{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;text-align:right}@media(min-width: 768px){.modal{top:initial;bottom:-100%;left:50%;width:600px;height:auto;max-height:90%;transform:translate(-50%, 50%)}.modal-max-98vh{max-height:98vh}.modal-md-width-full{width:100%;height:100%;max-height:100%}.modal-md-width-large{width:1000px}.modal-md-width-600px{width:600px}.modal-md-width-small{width:450px}.modal::-webkit-scrollbar,.modal-body::-webkit-scrollbar,.modal-scrollable-area::-webkit-scrollbar{width:8px}.modal::-webkit-scrollbar-track,.modal-body::-webkit-scrollbar-track{background:var(--main-foreground-opacity-40)}.modal::-webkit-scrollbar-thumb,.modal-body::-webkit-scrollbar-thumb{background:var(--main-foreground-opacity-40)}.modal::-webkit-scrollbar-thumb:hover,.modal-body::-webkit-scrollbar-thumb:hover{background:var(--main-foreground)}.modal.modal-visible{top:initial;bottom:50%}.modal-bottom-sheet.modal-centered-md{bottom:auto}.modal-md-top{top:-100%;bottom:initial;transform:translate(-50%, -50%)}.modal-md-top.modal-visible{top:50%;bottom:initial;transform:translate(-50%, -50%)}.modal-md-right{bottom:50%;left:100%;transform:translate(50%, 50%)}.modal-md-right.modal-visible{left:50%;transform:translate(-50%, 50%)}.modal-md-left{bottom:50%;right:100%;left:initial;transform:translate(-50%, 50%)}.modal-md-left.modal-visible{right:50%;left:initial;transform:translate(50%, 50%)}.modal-md-docked{bottom:0;height:100%;max-height:100%;transform:none}.modal-md-docked.modal-md-docked-right{right:-100%;left:initial}.modal-md-docked.modal-md-docked-left{right:initial;left:-100%}.modal-md-top.modal-visible{top:50%;bottom:initial}.modal-md-docked.modal-visible{bottom:0;transform:none}.modal-md-docked-right.modal-visible{right:0}.modal-md-docked-left.modal-visible{left:0}.modal-header-close-only{top:0;right:0}.fancybox__container .has-inline .fancybox__content{max-width:1067px;height:auto}.tab-group{overflow-x:auto;white-space:normal}.tab-group .tab{float:left}.head-row .notification-cart-container{position:absolute;top:100%;right:0;z-index:1;margin-top:calc(var(--spacing-3)*-1)}.head-row .notification-cart-container,.notification-cart-container{left:initial;width:360px;border:none}.notification-cart-container{position:fixed;right:var(--spacing-4);top:var(--spacing-4);z-index:1000}.notification-cart-container .notification{border:var(--border-solid) var(--main-foreground-opacity-10);font-size:12px}.head-main.compress .logo-img{max-height:40px}.logo-md-left .search-suggestions-list{display:grid;grid-template-columns:1fr 1fr;column-gap:var(--spacing-4)}.logo-md-left .search-suggestions-text{padding:0 0 0 var(--spacing-3)}.logo-md-left .search-suggestions-all-link-container{grid-column:span 2}.nav-dropdown-content:hover,.nav-dropdown:hover .nav-dropdown-content,.nav-desktop-list:hover .nav-main-item.selected .nav-dropdown-content{visibility:visible;opacity:1;transition-delay:0s}.desktop-dropdown::-webkit-scrollbar{width:5px}.desktop-dropdown{padding:var(--spacing-4) 0;background-color:var(--main-background);border-bottom:var(--border-solid) var(--main-foreground-opacity-10)}.desktop-dropdown-small{position:absolute;left:50%;z-index:1;width:max-content;margin-top:var(--spacing-2);padding:var(--spacing-2) var(--spacing-3);color:var(--main-foreground);transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);border:var(--border-solid) var(--main-foreground-opacity-10);text-align:left}.desktop-dropdown-small .btn-link{font-size:14px}.desktop-dropdown-container{display:flex;justify-content:space-between}.desktop-dropdown .nav-item a,.desktop-dropdown a,.nav-desktop-container.nav-desktop-colors .desktop-dropdown a{color:var(--main-foreground)}.desktop-dropdown::-webkit-scrollbar-track{background:var(--main-foreground-opacity-50)}.desktop-dropdown::-webkit-scrollbar-thumb{background:var(--main-foreground-opacity-40)}.desktop-dropdown::-webkit-scrollbar-thumb:hover{background:var(--main-foreground)}.desktop-list-subitems{width:100%;padding:0;text-align:left;column-count:5;column-gap:var(--spacing-4)}.desktop-list-subitems .nav-item{display:block;margin:0;padding:0;-webkit-column-break-inside:avoid;break-inside:avoid}.desktop-list-subitems .nav-item .list-subitems{padding:0;margin:0 0 var(--spacing-4)}.desktop-list-subitems .nav-item .nav-list-link{display:block;margin-bottom:var(--spacing-2);font-size:var(--font-medium)}.nav-desktop-uppercase .desktop-list-subitems .nav-item .nav-list-link{font-size:var(--font-small)}.desktop-list-subitems .nav-item .list-subitems .nav-item .nav-list-link{margin-bottom:var(--spacing-2);font-size:var(--font-small);text-transform:initial}.head-main.hover .navigation-banner{display:block}.navigation-banner{height:auto;max-width:350px;object-fit:contain}.price-filter-container .filter-input-price-container{width:calc(50% - 25px)}.institutional-container{flex:0 0 66.666667%;max-width:66.666667%}.cart-page-content{display:grid;grid-template-columns:1fr 380px;column-gap:var(--spacing-5)}.cart-page-table-header{grid-template-columns:calc(25% + 95px) 1fr;padding-right:100px}.cart-page-table-header-totals{display:grid;grid-template-columns:100px 1fr 1fr;column-gap:15%}.cart-page-item .cart-item-info-container{grid-template-columns:25% 1fr 100px;align-items:center}.cart-page-item .cart-item-totals-container{grid-template-columns:auto 1fr 1fr;column-gap:15%}.cart-page-fulfillment{width:350px}.cart-item-subtotal{font-size:var(--font-base-default)}.footer-main-info,.footer-secondary-info{grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));column-gap:var(--spacing-5)}.footer-main-info-md-3-columns{grid-template-columns:1.5fr 1fr 1.3fr}.footer-secondary-info{grid-template-columns:1fr auto;align-items:end}.footer-main-info.footer-title-toggle{margin-bottom:var(--spacing-5)}footer .accordion-title,.footer-colors .accordion-title{padding:0;border:none}.footer-newsletter-container{max-height:450px}}@media(max-width: 767px){.product-image-limited{max-height:210px}}.visible-when-content-ready{visibility:visible !important}.display-when-content-ready{display:block !important}.pl-colored-menu .pl-mega-dropdown{width:100vw !important;left:50% !important;right:auto !important;transform:translateX(-50%) !important;padding:0 !important;background:#0b3c73 !important;border:0 !important;overflow:visible !important}.pl-colored-menu .pl-mega-custom{width:1180px !important;max-width:calc(100vw - 40px) !important;margin:0 auto !important;padding:34px 0 36px !important}.pl-mega-brands{display:flex !important;align-items:center !important;gap:58px !important;margin-bottom:28px !important}.pl-mega-brand-tab{appearance:none !important;background:rgba(0,0,0,0) !important;border:0 !important;padding:0 0 8px !important;color:rgba(255,255,255,.62) !important;font-size:16px !important;font-weight:800 !important;cursor:pointer !important;position:relative !important}.pl-mega-brand-tab.active,.pl-mega-brand-tab:hover{color:#fff !important}.pl-mega-brand-tab:after{content:"" !important;position:absolute !important;left:0 !important;bottom:0 !important;width:0 !important;height:2px !important;border-radius:999px !important;background:#4da6ff !important;transition:width .2s ease !important}.pl-mega-brand-tab.active:after,.pl-mega-brand-tab:hover:after{width:100% !important}.pl-mega-brand-content{display:none !important}.pl-mega-brand-content.active{display:block !important}.pl-mega-brand-list{list-style:none !important;margin:0 !important;padding:0 !important;display:grid !important;grid-template-columns:repeat(5, minmax(135px, 150px)) !important;gap:18px 34px !important}.pl-mega-brand-list li{margin:0 !important;padding:0 !important;text-align:center !important}.pl-mega-brand-list a{display:flex !important;flex-direction:column !important;align-items:center !important;gap:10px !important;text-decoration:none !important}.pl-mega-brand-list img,.pl-mega-brand-img,.pl-mega-img-fallback{width:118px !important;height:118px !important;object-fit:contain !important;display:block !important;transition:transform .2s ease !important}.pl-mega-img-fallback{border-radius:50% !important;background:rgba(255,255,255,.08) !important}.pl-mega-brand-list span:not(.pl-mega-img-fallback){color:#fff !important;font-size:14px !important;font-weight:700 !important;line-height:1.2 !important;text-align:center !important}.pl-mega-brand-list a:hover img{transform:scale(1.04) !important}.pl-mega-brand-list a:hover span:not(.pl-mega-img-fallback){color:#4da6ff !important}.pl-mega-footer{margin-top:30px !important;display:flex !important;align-items:flex-start !important;gap:78px !important}.pl-mega-footer-title{color:#fff !important;font-size:15px !important;font-weight:800 !important;letter-spacing:1.6px !important;text-transform:uppercase !important;margin-bottom:16px !important}.pl-mega-color-list{display:grid !important;grid-template-columns:repeat(5, 50px) !important;column-gap:16px !important;align-items:start !important}.pl-mega-color-item,.pl-mega-cycle-item{display:flex !important;flex-direction:column !important;align-items:center !important;gap:8px !important;text-decoration:none !important;color:#fff !important}.pl-mega-color-item img,.pl-mega-color-img,.pl-mega-color-fallback{width:46px !important;height:46px !important;object-fit:contain !important;border-radius:50% !important;display:block !important}.pl-mega-color-fallback{background:rgba(255,255,255,.12) !important}.pl-mega-color-item span,.pl-mega-cycle-label{color:#fff !important;font-size:13px !important;font-weight:700 !important;line-height:1.15 !important;text-align:center !important}.pl-mega-cycle-list{display:grid !important;grid-template-columns:repeat(4, 104px) !important;column-gap:24px !important;align-items:start !important}.pl-mega-cycle-item{width:104px !important}.pl-mega-cycle-icon{width:46px !important;height:46px !important;border:2px solid rgba(255,255,255,.82) !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;color:#fff !important;font-size:15px !important;font-weight:900 !important;line-height:1 !important}.pl-mega-color-item:hover span,.pl-mega-cycle-item:hover .pl-mega-cycle-label,.pl-mega-cycle-item:hover .pl-mega-cycle-icon{color:#4da6ff !important}.pl-mega-cycle-item:hover .pl-mega-cycle-icon{border-color:#4da6ff !important}.nav-desktop-main .nav-desktop-list>.nav-main-item>.nav-list-link,.nav-desktop-main .nav-desktop-list>.nav-main-item>.nav-item-container>.nav-list-link{font-weight:700 !important}.pl-mega-cycle-list{grid-template-columns:repeat(4, 120px) !important;column-gap:28px !important}.pl-mega-cycle-item{width:120px !important}.pl-mega-cycle-label{white-space:normal !important;line-height:1.15 !important}@media(min-width: 768px){.head-main.pl-header-unified,.head-main.pl-header-unified.head-colors{background:#fff !important;color:#0b3c73 !important;fill:#0b3c73 !important;border-bottom:1px solid rgba(11,60,115,.1) !important}.head-main.pl-header-unified a,.head-main.pl-header-unified button,.head-main.pl-header-unified svg,.head-main.pl-header-unified .nav-desktop-container a,.head-main.pl-header-unified .nav-desktop-container button,.head-main.pl-header-unified .nav-desktop-container svg{color:#0b3c73 !important;fill:#0b3c73 !important}.head-main.pl-header-unified .head-row{display:grid !important;grid-template-columns:auto 1fr auto !important;grid-template-rows:auto !important;align-items:center !important;column-gap:34px !important;padding-top:18px !important;padding-bottom:18px !important;min-height:88px !important}.head-main.pl-header-unified .logo-container,.head-main.pl-header-unified .logo-center .logo-container,.head-main.pl-header-unified .logo-md-center .logo-container{grid-column:1/2 !important;grid-row:1/2 !important;text-align:left !important;z-index:3 !important}.head-main.pl-header-unified .logo-img-container{max-width:170px !important}.head-main.pl-header-unified .logo-img,.head-main.pl-header-unified .logo-text{max-height:58px !important;max-width:170px !important}.head-main.pl-header-unified .pl-header-nav-shell{grid-column:2/3 !important;grid-row:1/2 !important;background:rgba(0,0,0,0) !important;border:0 !important;margin:0 !important;padding:0 !important;min-width:0 !important}.head-main.pl-header-unified .pl-header-nav-inner{visibility:visible !important;height:auto !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:26px !important;max-width:none !important;margin:0 !important;padding:0 !important}.head-main.pl-header-unified .nav-desktop-grid{display:flex !important;grid-template-columns:none !important}.head-main.pl-header-unified .js-desktop-main-categories-col,.head-main.pl-header-unified .nav-desktop-main,.head-main.pl-header-unified .nav-desktop-list,.head-main.pl-header-unified .js-nav-desktop-list{display:flex !important;align-items:center !important;justify-content:center !important;width:auto !important;gap:28px !important;margin:0 !important;padding:0 !important}.head-main.pl-header-unified .nav-desktop-main .nav-desktop-list>li,.head-main.pl-header-unified .js-desktop-main-categories-col>.pl-colored-menu,.head-main.pl-header-unified .nav-main-item{margin:0 !important;padding:0 !important}.head-main.pl-header-unified .nav-list-link{color:#0b3c73 !important;font-size:14px !important;font-weight:700 !important;letter-spacing:.01em !important;text-decoration:none !important;transition:color .18s ease !important}.head-main.pl-header-unified .nav-list-link:hover,.head-main.pl-header-unified .nav-list-link.selected{color:#4da6ff !important}.head-main.pl-header-unified .utilities-container{grid-column:3/4 !important;grid-row:1/2 !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:18px !important;z-index:3 !important}.head-main.pl-header-unified .pl-search-toggle{width:28px !important;height:28px !important;align-items:center !important;justify-content:center !important;padding:0 !important;border:0 !important;background:rgba(0,0,0,0) !important;cursor:pointer !important}.head-main.pl-header-unified .search-container{position:absolute !important;top:calc(100% - 8px) !important;right:110px !important;z-index:10050 !important;grid-column:auto !important;grid-row:auto !important;width:360px !important;min-width:0 !important;max-width:calc(100vw - 40px) !important;margin:0 !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transform:translateY(-6px) !important;transition:opacity .18s ease,transform .18s ease,visibility .18s ease !important}.head-main.pl-header-unified .search-container.pl-search-open{opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:translateY(0) !important}.head-main.pl-header-unified .search-container .js-search-input,.head-main.pl-header-unified .search-container input[type=search],.head-main.pl-header-unified .search-container input[type=text]{background:#fff !important;border:1px solid rgba(11,60,115,.18) !important;color:#0b3c73 !important;box-shadow:0 12px 28px rgba(11,60,115,.16) !important}.head-main.pl-header-unified .pl-mega-dropdown{position:fixed !important;top:var(--pl-header-bottom, 88px) !important;left:0 !important;right:0 !important;width:100vw !important;max-width:100vw !important;padding:0 !important;margin:0 !important;background:#0b3c73 !important;border:0 !important;z-index:10000 !important}}@media(min-width: 768px){.head-main.pl-header-unified .utilities-container{gap:16px !important}.head-main.pl-header-unified .pl-language-holder{order:1 !important}.head-main.pl-header-unified .pl-search-toggle{order:2 !important}.head-main.pl-header-unified .utilities-container [data-component*=account],.head-main.pl-header-unified .utilities-container .js-modal-open[data-target*=account],.head-main.pl-header-unified .utilities-container .account-container,.head-main.pl-header-unified .utilities-container .utilities-item-account{order:3 !important}.head-main.pl-header-unified .utilities-container .cart-summary,.head-main.pl-header-unified .utilities-container .js-cart-widget,.head-main.pl-header-unified .utilities-container .utilities-item-cart{order:4 !important}.head-main.pl-header-unified .search-container{top:calc(100% - 6px) !important;right:96px !important;width:385px !important;z-index:10080 !important}.head-main.pl-header-unified .search-container.pl-search-open,.head-main.pl-header-unified .search-container:hover,.head-main.pl-header-unified .utilities-container:has(.pl-search-toggle:hover)~.search-container{opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:translateY(0) !important}.head-main.pl-header-unified .search-container form,.head-main.pl-header-unified .search-container .input-group,.head-main.pl-header-unified .search-container .position-relative{width:100% !important}.head-main.pl-header-unified .search-container input[type=search],.head-main.pl-header-unified .search-container input[type=text],.head-main.pl-header-unified .search-container .js-search-input{height:44px !important;padding:0 52px 0 16px !important;border:1px solid rgba(11,60,115,.22) !important;border-radius:3px 0 0 3px !important;background:#fff !important;color:#0b3c73 !important;font-size:14px !important;font-weight:500 !important;box-shadow:0 12px 30px rgba(11,60,115,.16) !important}.head-main.pl-header-unified .search-container input::placeholder{color:#7a8aa0 !important;opacity:1 !important;font-weight:500 !important}.head-main.pl-header-unified .search-container button[type=submit],.head-main.pl-header-unified .search-container .btn-search,.head-main.pl-header-unified .search-container .search-btn,.head-main.pl-header-unified .search-container .svg-icon-mask{background-color:#0b3c73 !important;color:#fff !important;fill:#fff !important}.head-main.pl-header-unified .search-container .js-search-suggest,.head-main.pl-header-unified .search-container .search-suggest,.head-main.pl-header-unified .search-container .search-suggestions,.head-main.pl-header-unified .search-container .autocomplete-suggestions,.head-main.pl-header-unified .search-container .js-search-suggestions,.head-main.pl-header-unified .search-container [data-store=search-suggestions]{width:100% !important;margin-top:0 !important;padding:14px !important;background:#fff !important;border:1px solid rgba(11,60,115,.15) !important;border-top:0 !important;border-radius:0 0 6px 6px !important;box-shadow:0 18px 40px rgba(11,60,115,.18) !important;color:#0b3c73 !important}.head-main.pl-header-unified .search-container .search-suggest-item,.head-main.pl-header-unified .search-container .autocomplete-suggestion,.head-main.pl-header-unified .search-container .js-search-suggest-item,.head-main.pl-header-unified .search-container [data-store=search-suggestions] a,.head-main.pl-header-unified .search-container .search-suggestions a{display:grid !important;grid-template-columns:76px 1fr !important;gap:14px !important;align-items:center !important;padding:10px !important;color:#0b3c73 !important;text-decoration:none !important;border-radius:6px !important;transition:background .18s ease !important}.head-main.pl-header-unified .search-container .search-suggest-item:hover,.head-main.pl-header-unified .search-container .autocomplete-suggestion:hover,.head-main.pl-header-unified .search-container .js-search-suggest-item:hover,.head-main.pl-header-unified .search-container [data-store=search-suggestions] a:hover,.head-main.pl-header-unified .search-container .search-suggestions a:hover{background:#f2f7fc !important}.head-main.pl-header-unified .search-container img{width:76px !important;height:76px !important;object-fit:cover !important;border-radius:4px !important}.head-main.pl-header-unified .search-container .search-suggest-text,.head-main.pl-header-unified .search-container .search-suggest-name,.head-main.pl-header-unified .search-container .autocomplete-suggestion strong,.head-main.pl-header-unified .search-container .font-weight-bold,.head-main.pl-header-unified .search-container .item-name{color:#0b3c73 !important;font-size:14px !important;font-weight:800 !important;line-height:1.2 !important}.head-main.pl-header-unified .search-container .price,.head-main.pl-header-unified .search-container .item-price,.head-main.pl-header-unified .search-container .search-suggest-price{color:#0b3c73 !important;font-size:13px !important;font-weight:800 !important}.head-main.pl-header-unified .search-container .js-search-suggest-all-link,.head-main.pl-header-unified .search-container .search-suggest-all-link,.head-main.pl-header-unified .search-container .search-suggestions-all,.head-main.pl-header-unified .search-container [data-store=search-suggestions] .btn-link{display:block !important;padding:11px 10px 2px !important;color:#0b3c73 !important;font-size:13px !important;font-weight:700 !important;text-align:center !important;text-decoration:underline !important}}@media(min-width: 768px){.head-main.pl-header-unified .utilities-container{display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:16px !important}.head-main.pl-header-unified .pl-utility-item{display:inline-flex !important;align-items:center !important;justify-content:center !important;line-height:1 !important}.head-main.pl-header-unified .pl-utility-lang{order:1 !important}.head-main.pl-header-unified .pl-utility-search{order:2 !important}.head-main.pl-header-unified .pl-utility-account{order:3 !important}.head-main.pl-header-unified .pl-utility-cart{order:4 !important}.head-main.pl-header-unified .pl-utility-item .header-utility,.head-main.pl-header-unified .pl-utility-item .header-icon,.head-main.pl-header-unified .pl-utility-item .header-icon-big,.head-main.pl-header-unified .pl-utility-item .js-header-utility-icon{margin:0 !important}.head-main.pl-header-unified .pl-colored-menu{position:static !important}.head-main.pl-header-unified .pl-colored-menu .pl-mega-dropdown,.head-main.pl-header-unified .pl-mega-dropdown,.pl-colored-menu .pl-mega-dropdown{position:fixed !important;top:var(--pl-header-bottom, 88px) !important;left:0 !important;right:auto !important;width:100vw !important;min-width:100vw !important;max-width:100vw !important;transform:none !important;margin:0 !important;padding:0 !important;background:#0b3c73 !important;border:0 !important;overflow:visible !important;z-index:10000 !important}.head-main.pl-header-unified .pl-mega-custom,.pl-colored-menu .pl-mega-custom{width:1180px !important;max-width:calc(100vw - 40px) !important;margin-left:auto !important;margin-right:auto !important;padding:34px 0 36px !important;transform:none !important}.head-main.pl-header-unified .search-container{width:420px !important;right:98px !important}.head-main.pl-header-unified .search-container input[type=search],.head-main.pl-header-unified .search-container input[type=text],.head-main.pl-header-unified .search-container .js-search-input{height:46px !important;color:#0b3c73 !important;font-size:15px !important;font-weight:500 !important}.head-main.pl-header-unified .search-container input::placeholder{color:#61758f !important;opacity:1 !important}.head-main.pl-header-unified .search-container .search-suggestions{width:100% !important;padding:0 !important;margin-top:0 !important;background:#fff !important;border:1px solid rgba(11,60,115,.14) !important;border-top:0 !important;border-radius:0 0 8px 8px !important;box-shadow:0 18px 42px rgba(11,60,115,.18) !important;overflow:hidden !important}.head-main.pl-header-unified .search-container .search-suggestions-list{list-style:none !important;margin:0 !important;padding:16px !important}.head-main.pl-header-unified .search-container .search-suggestions-item{list-style:none !important;margin:0 !important;padding:0 !important}.head-main.pl-header-unified .search-container .search-suggestions-link{display:grid !important;grid-template-columns:96px 1fr !important;gap:16px !important;align-items:center !important;width:100% !important;min-height:104px !important;padding:12px !important;border-radius:8px !important;color:#0b3c73 !important;text-decoration:none !important;transition:background .18s ease,transform .18s ease !important}.head-main.pl-header-unified .search-container .search-suggestions-link:hover{background:#f2f7fc !important}.head-main.pl-header-unified .search-container .search-suggestions-image-container{width:96px !important;height:96px !important;display:flex !important;align-items:center !important;justify-content:center !important;background:#f7fafd !important;border-radius:8px !important;overflow:hidden !important}.head-main.pl-header-unified .search-container .search-suggest-image,.head-main.pl-header-unified .search-container .search-suggestions-image-container img{width:96px !important;height:96px !important;object-fit:cover !important;border-radius:8px !important}.head-main.pl-header-unified .search-container .search-suggestions-text{display:flex !important;flex-direction:column !important;align-items:flex-start !important;justify-content:center !important;min-width:0 !important}.head-main.pl-header-unified .search-container .search-suggestions-name{color:#0b3c73 !important;font-size:14px !important;font-weight:800 !important;line-height:1.25 !important;margin-bottom:8px !important;max-width:100% !important}.head-main.pl-header-unified .search-container .search-suggestions-name strong{color:#0b3c73 !important;font-weight:900 !important}.head-main.pl-header-unified .search-container .search-suggestions-price{color:#0b3c73 !important;font-size:14px !important;font-weight:900 !important;line-height:1.2 !important}.head-main.pl-header-unified .search-container .search-suggestions-all-link-container{padding:6px 12px 2px !important;text-align:center !important}.head-main.pl-header-unified .search-container .search-suggestions-all-link,.head-main.pl-header-unified .search-container .js-search-suggestions-all-link{display:inline-block !important;color:#0b3c73 !important;font-size:14px !important;font-weight:800 !important;text-decoration:underline !important;cursor:pointer !important}}@media(min-width: 768px){.head-main.pl-header-unified .pl-mega-dropdown,.head-main.pl-header-unified .pl-colored-menu .pl-mega-dropdown,.pl-colored-menu .pl-mega-dropdown{position:fixed !important;top:var(--pl-header-bottom, 88px) !important;left:0 !important;right:auto !important;width:100vw !important;min-width:100vw !important;max-width:100vw !important;transform:none !important;overflow:visible !important;background:#0b3c73 !important}.head-main.pl-header-unified .pl-mega-custom,.pl-colored-menu .pl-mega-custom{width:1180px !important;max-width:calc(100vw - 48px) !important;margin:0 auto !important;padding:38px 0 38px !important}.head-main.pl-header-unified .pl-mega-brands,.pl-colored-menu .pl-mega-brands{display:flex !important;align-items:center !important;gap:58px !important;margin:0 0 26px !important;visibility:visible !important;opacity:1 !important}.head-main.pl-header-unified .pl-mega-brand-tab,.pl-colored-menu .pl-mega-brand-tab{display:inline-flex !important;align-items:center !important;justify-content:center !important;appearance:none !important;background:rgba(0,0,0,0) !important;border:0 !important;box-shadow:none !important;padding:0 0 8px !important;margin:0 !important;width:auto !important;min-width:0 !important;height:auto !important;overflow:visible !important;opacity:1 !important;visibility:visible !important;text-indent:0 !important;text-transform:none !important;letter-spacing:.01em !important;color:rgba(255,255,255,.68) !important;font-size:16px !important;font-weight:800 !important;line-height:1.2 !important;font-family:inherit !important;cursor:pointer !important;position:relative !important}.head-main.pl-header-unified .pl-mega-brand-tab.active,.head-main.pl-header-unified .pl-mega-brand-tab:hover,.pl-colored-menu .pl-mega-brand-tab.active,.pl-colored-menu .pl-mega-brand-tab:hover{color:#fff !important}.head-main.pl-header-unified .pl-mega-brand-tab::after,.pl-colored-menu .pl-mega-brand-tab::after{content:"" !important;position:absolute !important;left:0 !important;bottom:0 !important;width:0 !important;height:2px !important;border-radius:999px !important;background:#4da6ff !important;transition:width .2s ease !important}.head-main.pl-header-unified .pl-mega-brand-tab.active::after,.head-main.pl-header-unified .pl-mega-brand-tab:hover::after,.pl-colored-menu .pl-mega-brand-tab.active::after,.pl-colored-menu .pl-mega-brand-tab:hover::after{width:100% !important}.head-main.pl-header-unified .pl-mega-brand-list,.pl-colored-menu .pl-mega-brand-list{grid-template-columns:repeat(5, minmax(150px, 168px)) !important;gap:18px 38px !important}.head-main.pl-header-unified .pl-mega-brand-list a,.pl-colored-menu .pl-mega-brand-list a{align-items:center !important;gap:10px !important}.head-main.pl-header-unified .pl-mega-brand-list img,.head-main.pl-header-unified .pl-mega-brand-img,.head-main.pl-header-unified .pl-mega-img-fallback,.pl-colored-menu .pl-mega-brand-list img,.pl-colored-menu .pl-mega-brand-img,.pl-colored-menu .pl-mega-img-fallback{width:132px !important;height:132px !important;object-fit:contain !important}.head-main.pl-header-unified .pl-mega-brand-list span:not(.pl-mega-img-fallback),.pl-colored-menu .pl-mega-brand-list span:not(.pl-mega-img-fallback){display:block !important;width:155px !important;max-width:155px !important;color:#fff !important;font-size:14px !important;font-weight:800 !important;line-height:1.15 !important;text-align:center !important;transform:translateX(-9px) !important}.head-main.pl-header-unified .utilities-container{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-end !important;gap:16px !important;overflow:visible !important}.head-main.pl-header-unified .pl-utility-lang{order:1 !important}.head-main.pl-header-unified .pl-utility-search{order:2 !important}.head-main.pl-header-unified .pl-utility-account{order:3 !important}.head-main.pl-header-unified .pl-utility-cart{order:4 !important}.head-main.pl-header-unified .search-container{display:block !important;position:absolute !important;top:calc(100% - 6px) !important;right:92px !important;width:420px !important;max-width:calc(100vw - 40px) !important;z-index:10080 !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transform:translateY(-6px) !important}.head-main.pl-header-unified .search-container.pl-search-open,.head-main.pl-header-unified .search-container:hover{opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:translateY(0) !important}.head-main.pl-header-unified .search-container form,.head-main.pl-header-unified .search-container .input-group,.head-main.pl-header-unified .search-container .position-relative{width:100% !important}.head-main.pl-header-unified .search-container input[type=search],.head-main.pl-header-unified .search-container input[type=text],.head-main.pl-header-unified .search-container .js-search-input{height:46px !important;width:100% !important;padding:0 58px 0 16px !important;background:#fff !important;border:1px solid rgba(11,60,115,.22) !important;border-radius:4px 0 0 4px !important;color:#0b3c73 !important;font-size:15px !important;font-weight:500 !important;box-shadow:0 12px 30px rgba(11,60,115,.16) !important}.head-main.pl-header-unified .search-container input::placeholder{color:#61758f !important;opacity:1 !important;font-weight:500 !important}.head-main.pl-header-unified .search-container button[type=submit],.head-main.pl-header-unified .search-container .svg-icon-mask,.head-main.pl-header-unified .search-container .btn-search,.head-main.pl-header-unified .search-container .search-btn{height:46px !important;min-width:46px !important;background-color:#0b3c73 !important;color:#fff !important;fill:#fff !important;border-radius:0 4px 4px 0 !important}}@media(min-width: 768px){.head-main.pl-header-unified .pl-mega-brand-tab,.pl-colored-menu .pl-mega-brand-tab{color:rgba(255,255,255,.78) !important;opacity:1 !important;visibility:visible !important;font-weight:800 !important;text-shadow:none !important}.head-main.pl-header-unified .pl-mega-brand-tab.active,.head-main.pl-header-unified .pl-mega-brand-tab:hover,.pl-colored-menu .pl-mega-brand-tab.active,.pl-colored-menu .pl-mega-brand-tab:hover{color:#fff !important}.head-main.pl-header-unified .pl-mega-brand-tab:not(.active)::after,.pl-colored-menu .pl-mega-brand-tab:not(.active)::after{width:0 !important}.head-main.pl-header-unified .pl-mega-brand-tab:hover::after,.pl-colored-menu .pl-mega-brand-tab:hover::after,.head-main.pl-header-unified .pl-mega-brand-tab.active::after,.pl-colored-menu .pl-mega-brand-tab.active::after{width:100% !important}.head-main.pl-header-unified .pl-mega-brand-list span:not(.pl-mega-img-fallback),.pl-colored-menu .pl-mega-brand-list span:not(.pl-mega-img-fallback){transform:translateX(-12px) !important}.head-main.pl-header-unified .search-container{width:500px !important;right:112px !important}.head-main.pl-header-unified .search-container input[type=search],.head-main.pl-header-unified .search-container input[type=text],.head-main.pl-header-unified .search-container .js-search-input{font-size:15px !important;font-weight:500 !important}.head-main.pl-header-unified .search-container .search-suggestions{width:100% !important;padding:16px !important}.head-main.pl-header-unified .search-container .search-suggestions-list{width:100% !important}.head-main.pl-header-unified .search-container .search-suggestions-link{grid-template-columns:108px minmax(0, 1fr) !important;gap:20px !important;min-height:118px !important;padding:14px !important}.head-main.pl-header-unified .search-container .search-suggestions-image-container,.head-main.pl-header-unified .search-container .search-suggestions-image-container img,.head-main.pl-header-unified .search-container .search-suggest-image{width:108px !important;height:108px !important}.head-main.pl-header-unified .search-container .search-suggestions-text{max-width:100% !important;width:100% !important}.head-main.pl-header-unified .search-container .search-suggestions-name{color:#0b3c73 !important;font-size:15px !important;font-weight:600 !important;line-height:1.32 !important;margin-bottom:8px !important;max-width:100% !important;white-space:normal !important;word-break:normal !important}.head-main.pl-header-unified .search-container .search-suggestions-name strong{font-weight:800 !important}.head-main.pl-header-unified .search-container .search-suggestions-price{color:#0b3c73 !important;font-size:14px !important;font-weight:800 !important;line-height:1.25 !important}.head-main.pl-header-unified .search-container .search-suggestions-all-link,.head-main.pl-header-unified .search-container .js-search-suggestions-all-link{font-size:14px !important;font-weight:700 !important}}@media(min-width: 768px){.pl-colored-menu .pl-mega-brands,.head-main.pl-header-unified .pl-mega-brands{display:flex !important;align-items:center !important;gap:58px !important;opacity:1 !important;visibility:visible !important}.pl-colored-menu .pl-mega-brands .pl-mega-brand-tab,.pl-colored-menu .pl-mega-brands .pl-mega-brand-tab:not(.active),.pl-colored-menu .pl-mega-brands .pl-mega-brand-tab:not(.active):not(:hover),.head-main.pl-header-unified .pl-mega-brands .pl-mega-brand-tab,.head-main.pl-header-unified .pl-mega-brands .pl-mega-brand-tab:not(.active),.head-main.pl-header-unified .pl-mega-brands .pl-mega-brand-tab:not(.active):not(:hover){display:inline-flex !important;opacity:1 !important;visibility:visible !important;color:rgba(255,255,255,.82) !important;-webkit-text-fill-color:rgba(255,255,255,.82) !important;text-shadow:none !important;filter:none !important;mix-blend-mode:normal !important;background:rgba(0,0,0,0) !important;font-size:16px !important;font-weight:800 !important;line-height:1.2 !important}.pl-colored-menu .pl-mega-brands .pl-mega-brand-tab.active,.pl-colored-menu .pl-mega-brands .pl-mega-brand-tab:hover,.head-main.pl-header-unified .pl-mega-brands .pl-mega-brand-tab.active,.head-main.pl-header-unified .pl-mega-brands .pl-mega-brand-tab:hover{color:#fff !important;-webkit-text-fill-color:#fff !important}.pl-colored-menu .pl-mega-brand-tab:not(.active)::after,.head-main.pl-header-unified .pl-mega-brand-tab:not(.active)::after{width:0 !important}.pl-colored-menu .pl-mega-brand-tab.active::after,.pl-colored-menu .pl-mega-brand-tab:hover::after,.head-main.pl-header-unified .pl-mega-brand-tab.active::after,.head-main.pl-header-unified .pl-mega-brand-tab:hover::after{width:100% !important}.head-main.pl-header-unified .search-container{width:480px !important;right:108px !important;max-width:calc(100vw - 40px) !important}.head-main.pl-header-unified .search-container .search-suggestions{width:100% !important;max-width:480px !important;padding:14px !important;background:#fff !important;border-radius:0 0 8px 8px !important;overflow:hidden !important}.head-main.pl-header-unified .search-container .search-suggestions-list{display:block !important;width:100% !important;margin:0 !important;padding:0 !important}.head-main.pl-header-unified .search-container .search-suggestions-item{display:block !important;width:100% !important;margin:0 !important;padding:0 !important}.head-main.pl-header-unified .search-container .search-suggestions-link{display:flex !important;grid-template-columns:none !important;align-items:center !important;justify-content:flex-start !important;gap:18px !important;width:100% !important;min-height:112px !important;padding:14px !important;box-sizing:border-box !important;text-decoration:none !important}.head-main.pl-header-unified .search-container .search-suggestions-image-container{display:block !important;flex:0 0 96px !important;width:96px !important;min-width:96px !important;max-width:96px !important;height:96px !important;margin:0 !important;padding:0 !important;overflow:hidden !important}.head-main.pl-header-unified .search-container .search-suggestions-image-container img,.head-main.pl-header-unified .search-container .search-suggest-image{display:block !important;width:96px !important;min-width:96px !important;max-width:96px !important;height:96px !important;object-fit:cover !important;margin:0 !important;padding:0 !important;border-radius:6px !important}.head-main.pl-header-unified .search-container .search-suggestions-text{display:block !important;flex:1 1 auto !important;width:auto !important;min-width:0 !important;max-width:none !important;margin:0 !important;padding:0 !important;overflow:visible !important}.head-main.pl-header-unified .search-container .search-suggestions-name{display:block !important;width:auto !important;max-width:none !important;color:#0b3c73 !important;font-size:15px !important;font-weight:600 !important;line-height:1.28 !important;margin:0 0 8px !important;white-space:normal !important;overflow:visible !important;word-break:normal !important;overflow-wrap:normal !important}.head-main.pl-header-unified .search-container .search-suggestions-name strong{font-weight:800 !important}.head-main.pl-header-unified .search-container .search-suggestions-price{display:block !important;color:#0b3c73 !important;font-size:14px !important;font-weight:800 !important;line-height:1.2 !important;margin:0 !important}.head-main.pl-header-unified .search-container .search-suggestions-all-link-container{display:block !important;width:100% !important;margin:8px 0 0 !important;padding:0 !important;text-align:center !important}}@media(min-width: 768px){.head-main.pl-header-unified .pl-colored-menu .pl-mega-dropdown,.pl-colored-menu .pl-mega-dropdown{visibility:hidden !important;opacity:0 !important;pointer-events:none !important;transition:opacity .16s ease,visibility .16s ease !important}.head-main.pl-header-unified .pl-colored-menu:hover>.pl-mega-dropdown,.head-main.pl-header-unified .pl-colored-menu.pl-menu-open>.pl-mega-dropdown,.head-main.pl-header-unified .pl-colored-menu .pl-mega-dropdown:hover,.pl-colored-menu:hover>.pl-mega-dropdown,.pl-colored-menu.pl-menu-open>.pl-mega-dropdown,.pl-colored-menu .pl-mega-dropdown:hover{visibility:visible !important;opacity:1 !important;pointer-events:auto !important}.head-main.pl-header-unified .pl-colored-menu .pl-mega-brands,.head-main.pl-header-unified .pl-colored-menu .pl-mega-brands *,.pl-colored-menu .pl-mega-brands,.pl-colored-menu .pl-mega-brands *{visibility:visible !important;opacity:1 !important}.head-main.pl-header-unified .pl-colored-menu .pl-mega-brand-tab,.head-main.pl-header-unified .pl-colored-menu .pl-mega-brand-tab:not(.active),.head-main.pl-header-unified .pl-colored-menu .pl-mega-brand-tab:not(.active):not(:hover),.pl-colored-menu .pl-mega-brand-tab,.pl-colored-menu .pl-mega-brand-tab:not(.active),.pl-colored-menu .pl-mega-brand-tab:not(.active):not(:hover){display:inline-flex !important;color:rgba(255,255,255,.82) !important;-webkit-text-fill-color:rgba(255,255,255,.82) !important;background:rgba(0,0,0,0) !important;border:0 !important;box-shadow:none !important;opacity:1 !important;visibility:visible !important;filter:none !important;mix-blend-mode:normal !important;text-shadow:none !important}.head-main.pl-header-unified .pl-colored-menu .pl-mega-brand-tab.active,.head-main.pl-header-unified .pl-colored-menu .pl-mega-brand-tab:hover,.pl-colored-menu .pl-mega-brand-tab.active,.pl-colored-menu .pl-mega-brand-tab:hover{color:#fff !important;-webkit-text-fill-color:#fff !important}.head-main.pl-header-unified .pl-colored-menu .pl-mega-brand-tab:not(.active)::after,.pl-colored-menu .pl-mega-brand-tab:not(.active)::after{width:0 !important}.head-main.pl-header-unified .pl-colored-menu .pl-mega-brand-tab.active::after,.head-main.pl-header-unified .pl-colored-menu .pl-mega-brand-tab:hover::after,.pl-colored-menu .pl-mega-brand-tab.active::after,.pl-colored-menu .pl-mega-brand-tab:hover::after{width:100% !important}.head-main.pl-header-unified .search-container{width:480px !important;right:108px !important;max-width:calc(100vw - 40px) !important}.head-main.pl-header-unified .search-container .search-suggestions{width:100% !important;max-width:480px !important;padding:12px !important;background:#fff !important;border-radius:0 0 8px 8px !important;overflow:hidden !important}.head-main.pl-header-unified .search-container .search-suggestions-list{display:block !important;width:100% !important;margin:0 !important;padding:0 !important;list-style:none !important}.head-main.pl-header-unified .search-container .search-suggestions-item{display:block !important;width:100% !important;margin:0 !important;padding:0 !important;list-style:none !important}.head-main.pl-header-unified .search-container .search-suggestions-link{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;gap:18px !important;width:100% !important;min-height:108px !important;padding:12px !important;box-sizing:border-box !important;background:#f5f9fd !important;border-radius:8px !important;text-decoration:none !important;color:#0b3c73 !important;grid-template-columns:none !important}.head-main.pl-header-unified .search-container .search-suggestions-image-container{flex:0 0 88px !important;width:88px !important;min-width:88px !important;max-width:88px !important;height:88px !important;min-height:88px !important;max-height:88px !important;margin:0 !important;padding:0 !important;overflow:hidden !important;border-radius:7px !important;background:#fff !important;display:block !important}.head-main.pl-header-unified .search-container .search-suggestions-image-container img,.head-main.pl-header-unified .search-container img.search-suggest-image,.head-main.pl-header-unified .search-container .search-suggest-image{display:block !important;width:88px !important;min-width:88px !important;max-width:88px !important;height:88px !important;min-height:88px !important;max-height:88px !important;object-fit:cover !important;object-position:center center !important;margin:0 !important;padding:0 !important;border:0 !important;border-radius:7px !important}.head-main.pl-header-unified .search-container .search-suggestions-text{flex:1 1 auto !important;min-width:0 !important;width:auto !important;max-width:none !important;display:flex !important;flex-direction:column !important;align-items:flex-start !important;justify-content:center !important;margin:0 !important;padding:0 !important;color:#0b3c73 !important;overflow:visible !important}.head-main.pl-header-unified .search-container .search-suggestions-name{color:#0b3c73 !important;font-size:15px !important;font-weight:650 !important;line-height:1.25 !important;margin:0 0 7px !important;padding:0 !important;max-width:100% !important;white-space:normal !important;word-break:normal !important;overflow-wrap:break-word !important}.head-main.pl-header-unified .search-container .search-suggestions-name strong{color:#0b3c73 !important;font-weight:800 !important}.head-main.pl-header-unified .search-container .search-suggestions-price{color:#0b3c73 !important;font-size:14px !important;font-weight:800 !important;line-height:1.2 !important;margin:0 !important}.head-main.pl-header-unified .search-container .search-suggestions-all-link-container{margin-top:10px !important;text-align:center !important}}@media(min-width: 768px){.head-main.pl-header-unified .pl-colored-menu.pl-menu-open>.pl-mega-dropdown,.pl-colored-menu.pl-menu-open>.pl-mega-dropdown,.head-main.pl-header-unified .pl-colored-menu .pl-mega-dropdown:hover,.pl-colored-menu .pl-mega-dropdown:hover{visibility:visible !important;opacity:1 !important;pointer-events:auto !important}.head-main.pl-header-unified .search-container .search-suggestions-link{display:flex !important;flex-direction:row !important;align-items:center !important;gap:0 !important;padding:14px 18px !important;min-height:108px !important;position:relative !important}.head-main.pl-header-unified .search-container .search-suggestions-image-container{position:static !important;flex:0 0 86px !important;width:86px !important;min-width:86px !important;max-width:86px !important;height:86px !important;margin:0 !important;padding:0 !important;transform:none !important}.head-main.pl-header-unified .search-container .search-suggestions-image-container img,.head-main.pl-header-unified .search-container img.search-suggest-image,.head-main.pl-header-unified .search-container .search-suggest-image{position:static !important;display:block !important;width:86px !important;height:86px !important;object-fit:cover !important;object-position:center center !important;transform:none !important}.head-main.pl-header-unified .search-container .search-suggestions-text{position:static !important;flex:1 1 auto !important;min-width:0 !important;margin-left:24px !important;padding-left:0 !important;transform:none !important;left:auto !important;right:auto !important;top:auto !important;bottom:auto !important}.head-main.pl-header-unified .search-container .search-suggestions-name{font-weight:500 !important}.head-main.pl-header-unified .search-container .search-suggestions-name strong{font-weight:800 !important}}@media(min-width: 768px){.section-banners-home[data-store=home-image-text-module] .js-banner-container,section[data-store=home-image-text-module] .js-banner-container{max-width:1180px !important;margin-left:auto !important;margin-right:auto !important}.section-banners-home[data-store=home-image-text-module] .js-banner-grid,section[data-store=home-image-text-module] .js-banner-grid{align-items:center !important;justify-content:center !important;column-gap:64px !important;row-gap:44px !important}.section-banners-home[data-store=home-image-text-module] .js-banner-item,section[data-store=home-image-text-module] .js-banner-item{max-width:560px !important}.section-banners-home[data-store=home-image-text-module] img.textbanner-image,section[data-store=home-image-text-module] img.textbanner-image{width:100% !important;max-width:520px !important;height:auto !important;max-height:650px !important;object-fit:cover !important;object-position:center center !important;display:block !important;margin-left:auto !important;margin-right:auto !important}.section-banners-home[data-store=home-image-text-module] .textbanner,section[data-store=home-image-text-module] .textbanner{display:flex !important;justify-content:center !important}}@media(min-width: 1200px){.section-banners-home[data-store=home-image-text-module] img.textbanner-image,section[data-store=home-image-text-module] img.textbanner-image{max-width:500px !important;max-height:620px !important}}@media(max-width: 767px){.section-banners-home[data-store=home-image-text-module] img.textbanner-image,section[data-store=home-image-text-module] img.textbanner-image{width:100% !important;max-width:420px !important;height:auto !important;margin-left:auto !important;margin-right:auto !important}}body.template-category.pl-hide-category-banner .category-banner[data-store=category-banner]{display:none !important}body.template-category.pl-colored-category-page .category-banner[data-store=category-banner],body.template-category .category-banner.pl-runtime-colored-banner,body.template-category .category-banner.pl-colored-category-banner{display:block !important;width:100vw !important;max-width:100vw !important;margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;margin-top:0 !important;margin-bottom:28px !important;overflow:hidden !important}body.template-category.pl-colored-category-page .category-banner[data-store=category-banner] img,body.template-category .category-banner.pl-runtime-colored-banner img,body.template-category .category-banner.pl-colored-category-banner img{display:block !important;width:100% !important;max-width:100% !important;height:auto !important;object-fit:cover !important;margin:0 !important}.head-main.pl-header-unified .pl-colored-menu .pl-mega-dropdown,.pl-colored-menu .pl-mega-dropdown{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.head-main.pl-header-unified .pl-colored-menu:hover>.pl-mega-dropdown,.head-main.pl-header-unified .pl-colored-menu.pl-menu-open>.pl-mega-dropdown,.head-main.pl-header-unified .pl-colored-menu .pl-mega-dropdown:hover,.pl-colored-menu:hover>.pl-mega-dropdown,.pl-colored-menu.pl-menu-open>.pl-mega-dropdown,.pl-colored-menu .pl-mega-dropdown:hover{visibility:visible !important;opacity:1 !important;pointer-events:auto !important;transform:translateY(0) !important}body.template-category [data-store=category-banner],body.template-category .category-banner,body.template-category .category-banner-full,body.template-category .pl-colored-category-banner,body.template-category .pl-runtime-colored-banner{display:none !important;visibility:hidden !important;height:0 !important;min-height:0 !important;max-height:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important}@media(min-width: 768px){.section-banners-home[data-store=home-image-text-module],section[data-store=home-image-text-module]{padding-top:56px !important;padding-bottom:56px !important}.section-banners-home[data-store=home-image-text-module] .js-banner-container,section[data-store=home-image-text-module] .js-banner-container{width:100% !important;max-width:1240px !important;margin-left:auto !important;margin-right:auto !important;padding-left:24px !important;padding-right:24px !important}.section-banners-home[data-store=home-image-text-module] .js-banner-grid,section[data-store=home-image-text-module] .js-banner-grid{display:flex !important;flex-direction:column !important;align-items:stretch !important;justify-content:center !important;gap:64px !important}.section-banners-home[data-store=home-image-text-module] .js-banner-item,section[data-store=home-image-text-module] .js-banner-item{width:100% !important;max-width:none !important;flex:0 0 auto !important}.section-banners-home[data-store=home-image-text-module] .js-textbanner,section[data-store=home-image-text-module] .js-textbanner{display:grid !important;grid-template-columns:minmax(360px, 460px) minmax(520px, 1fr) !important;align-items:center !important;justify-content:center !important;gap:64px !important;max-width:1120px !important;width:100% !important;margin-left:auto !important;margin-right:auto !important;margin-bottom:0 !important;overflow:visible !important}.section-banners-home[data-store=home-image-text-module] img.textbanner-image,section[data-store=home-image-text-module] img.textbanner-image{width:100% !important;max-width:460px !important;height:auto !important;max-height:none !important;aspect-ratio:1/1 !important;object-fit:cover !important;object-position:center center !important;display:block !important;margin:0 auto !important}.section-banners-home[data-store=home-image-text-module] .textbanner-text,section[data-store=home-image-text-module] .textbanner-text{width:100% !important;min-width:0 !important;max-width:620px !important;height:auto !important;min-height:0 !important;padding:16px 8px !important;background:rgba(0,0,0,0) !important;align-content:center !important;justify-content:center !important;text-align:center !important;color:#003b73 !important}.section-banners-home[data-store=home-image-text-module] .textbanner-text .h2,section[data-store=home-image-text-module] .textbanner-text .h2{font-size:clamp(34px,2.7vw,46px) !important;line-height:1.18 !important;letter-spacing:-0.02em !important;margin-top:0 !important;margin-bottom:18px !important;color:#003b73 !important;white-space:nowrap !important}.section-banners-home[data-store=home-image-text-module] .textbanner-paragraph,section[data-store=home-image-text-module] .textbanner-paragraph{display:block !important;max-width:580px !important;margin-left:auto !important;margin-right:auto !important;font-size:clamp(17px,1.25vw,21px) !important;line-height:1.45 !important;color:#003b73 !important;overflow:visible !important;text-overflow:initial !important;-webkit-line-clamp:unset !important;-webkit-box-orient:initial !important}}@media(min-width: 1200px){.section-banners-home[data-store=home-image-text-module] .js-textbanner,section[data-store=home-image-text-module] .js-textbanner{grid-template-columns:470px 620px !important;gap:72px !important;max-width:1160px !important}.section-banners-home[data-store=home-image-text-module] img.textbanner-image,section[data-store=home-image-text-module] img.textbanner-image{max-width:470px !important}}@media(max-width: 767px){.section-banners-home[data-store=home-image-text-module],section[data-store=home-image-text-module]{padding-top:36px !important;padding-bottom:36px !important}.section-banners-home[data-store=home-image-text-module] .js-banner-grid,section[data-store=home-image-text-module] .js-banner-grid{display:flex !important;flex-direction:column !important;gap:36px !important}.section-banners-home[data-store=home-image-text-module] .js-textbanner,section[data-store=home-image-text-module] .js-textbanner{display:flex !important;flex-direction:column !important;gap:18px !important;max-width:460px !important;margin-left:auto !important;margin-right:auto !important}.section-banners-home[data-store=home-image-text-module] img.textbanner-image,section[data-store=home-image-text-module] img.textbanner-image{width:100% !important;max-width:420px !important;height:auto !important;aspect-ratio:1/1 !important;object-fit:cover !important;margin-left:auto !important;margin-right:auto !important}.section-banners-home[data-store=home-image-text-module] .textbanner-text,section[data-store=home-image-text-module] .textbanner-text{padding:8px 18px !important;text-align:center !important;background:rgba(0,0,0,0) !important}.section-banners-home[data-store=home-image-text-module] .textbanner-text .h2,section[data-store=home-image-text-module] .textbanner-text .h2{font-size:30px !important;line-height:1.2 !important;white-space:normal !important}.section-banners-home[data-store=home-image-text-module] .textbanner-paragraph,section[data-store=home-image-text-module] .textbanner-paragraph{display:block !important;font-size:17px !important;line-height:1.45 !important;overflow:visible !important;-webkit-line-clamp:unset !important}}.pl-product-native-variants-hidden{position:absolute !important;width:1px !important;height:1px !important;overflow:hidden !important;opacity:0 !important;pointer-events:none !important}.pl-prescription-card{width:100%;margin:18px 0 22px;border:1px solid #0b3c73;border-radius:20px;overflow:hidden;background:#f8fbff;color:#0b3c73;box-shadow:0 10px 26px rgba(11,60,115,.08)}.pl-prescription-card__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;background:#0b3c73;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.pl-prescription-card__same{display:inline-flex;align-items:center;gap:8px;margin:0;color:#fff;font-size:14px;font-weight:700;text-transform:none;cursor:pointer}.pl-prescription-card__same input{width:16px;height:16px;margin:0;accent-color:#fff}.pl-prescription-card__body{padding:20px 22px 22px}.pl-prescription-row+.pl-prescription-row{margin-top:18px}.pl-prescription-row__title{margin-bottom:12px;font-size:16px;line-height:1.2;font-weight:800;color:#0b3c73;text-transform:uppercase}.pl-prescription-fields{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap}.pl-prescription-field{display:flex;flex-direction:column;gap:7px;margin:0;color:#1f2937;font-size:14px;font-weight:500}.pl-prescription-select{min-width:145px;height:48px;padding:0 38px 0 14px;border:1px solid #0b64c0;border-radius:12px;background:#fff;color:#111827;font-size:14px;outline:none}.pl-prescription-select:focus{border-color:#4da6ff;box-shadow:0 0 0 3px rgba(77,166,255,.2)}.pl-prescription-qty{display:grid;grid-template-columns:48px 58px 48px;gap:8px;align-items:center}.pl-prescription-qty button,.pl-prescription-qty input{height:48px;border-radius:10px;font-size:18px;font-weight:800;text-align:center}.pl-prescription-qty button{border:1px solid #0b3c73;background:#0b3c73;color:#fff;cursor:pointer;line-height:1}.pl-prescription-qty button:hover{background:#0f5999;border-color:#0f5999}.pl-prescription-qty input{width:58px;border:1px solid #0b64c0;background:#fff;color:#0b3c73;-moz-appearance:textfield}.pl-prescription-qty input::-webkit-outer-spin-button,.pl-prescription-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pl-prescription-error{margin-top:16px;padding:10px 12px;border-radius:10px;background:#fff1f2;color:#b42318;font-size:14px;font-weight:600}.pl-prescription-native-quantity-hidden{display:none !important}@media(max-width: 767px){.pl-prescription-card__header{align-items:flex-start;flex-direction:column;padding:14px 18px}.pl-prescription-card__body{padding:18px}.pl-prescription-fields,.pl-prescription-field,.pl-prescription-select{width:100%}.pl-prescription-qty{grid-template-columns:48px 1fr 48px;width:100%}.pl-prescription-qty input{width:100%}}@media(min-width: 768px){#single-product .product-columns{align-items:flex-start;column-gap:42px}#single-product .product-images{width:54%;flex:0 0 54%;max-width:735px;column-gap:22px;justify-content:flex-start}#single-product .product-info{width:46%;max-width:560px}#single-product .product-images-thumbs{width:86px}#single-product .product-images-slider{width:calc(100% - 108px);max-width:610px}#single-product .swiper-product-thumb{height:520px}#single-product .product-thumb-container{margin-bottom:18px}}#single-product .product-images-slider{overflow:hidden}#single-product .product-slider-image{object-fit:cover}#single-product .product-thumb{border:1px solid #0b3c73;border-radius:0;background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}#single-product .product-thumb:hover,#single-product .product-thumb.selected{border-color:#0b3c73;box-shadow:0 0 0 1px #0b3c73,0 8px 18px rgba(11,60,115,.14)}#single-product .product-thumb:hover{transform:translateY(-1px)}#single-product .product-thumb img{padding:8px;object-fit:contain}#single-product .pl-prescription-card{margin:16px 0 18px;border-radius:16px;box-shadow:0 10px 24px rgba(11,60,115,.07)}#single-product .pl-prescription-card__header{min-height:48px;padding:12px 18px}#single-product .pl-prescription-card__body{padding:18px 18px 20px}#single-product .pl-prescription-row+.pl-prescription-row{margin-top:16px}#single-product .pl-prescription-row__title{margin-bottom:10px;font-size:15px}#single-product .pl-prescription-fields{gap:10px}#single-product .pl-prescription-field{gap:6px;font-size:13px}#single-product .pl-prescription-select{min-width:124px;height:38px;padding:0 32px 0 12px;border-radius:9px;font-size:13px}#single-product .pl-prescription-qty{grid-template-columns:38px 52px 38px;gap:7px}#single-product .pl-prescription-qty button,#single-product .pl-prescription-qty input{height:38px;border-radius:9px;font-size:15px}#single-product .pl-prescription-qty input{width:52px}@media(min-width: 768px)and (max-width: 1199px){#single-product .product-images{width:52%;flex-basis:52%}#single-product .product-info{width:48%}#single-product .product-images-thumbs{width:74px}#single-product .product-images-slider{width:calc(100% - 96px)}}@media(max-width: 767px){#single-product .product-thumb{border-radius:0}#single-product .product-thumb img{padding:6px}#single-product .pl-prescription-qty{grid-template-columns:42px 1fr 42px}}#single-product .lens-prescription__banner{display:inline-block;width:100%;max-width:350px;margin:-4px 0 18px;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}#single-product .lens-prescription__banner:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(11,60,115,.16);opacity:.96}#single-product .lens-prescription__banner img{display:block;width:100%;height:auto}#single-product .cart-button-container .js-addtocart,#single-product .cart-button-container .js-prod-submit-form{width:auto !important;min-width:180px;height:50px;padding:0 30px !important;border:1px solid #c43651 !important;border-radius:10px !important;background:#c43651 !important;color:#fff !important;font-weight:800 !important;text-transform:none !important;box-shadow:0 8px 18px rgba(196,54,81,.18);transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}#single-product .cart-button-container .js-addtocart:hover,#single-product .cart-button-container .js-prod-submit-form:hover{background:#963144 !important;border-color:#963144 !important;color:#fff !important;transform:translateY(-1px);box-shadow:0 12px 24px rgba(150,49,68,.24)}#single-product .cart-button-container .js-addtocart:disabled,#single-product .cart-button-container .js-prod-submit-form:disabled{opacity:.65;transform:none;cursor:not-allowed}@media(max-width: 767px){#single-product .lens-prescription__banner,#single-product .cart-button-container .js-addtocart,#single-product .cart-button-container .js-prod-submit-form{width:100% !important;max-width:none}}@media(min-width: 768px){.head-main.pl-header-split,.head-main.pl-header-split.head-colors{background:#fff !important;border-bottom:0 !important;box-shadow:none !important;color:#0b3c73 !important;fill:#0b3c73 !important}.head-main.pl-header-split .head-row{display:grid !important;grid-template-columns:210px minmax(420px, 720px) auto !important;align-items:center !important;column-gap:38px !important;min-height:96px !important;padding-top:18px !important;padding-bottom:18px !important}.head-main.pl-header-split .logo-container,.head-main.pl-header-split .logo-center .logo-container,.head-main.pl-header-split .logo-md-center .logo-container{grid-column:1/2 !important;grid-row:1/2 !important;justify-self:start !important;text-align:left !important;margin:0 !important}.head-main.pl-header-split .logo-img-container{max-width:176px !important}.head-main.pl-header-split .logo-img,.head-main.pl-header-split .logo-text{max-width:176px !important;max-height:62px !important}.head-main.pl-header-split .search-container{position:relative !important;grid-column:2/3 !important;grid-row:1/2 !important;justify-self:stretch !important;top:auto !important;right:auto !important;left:auto !important;width:100% !important;max-width:720px !important;min-width:0 !important;margin:0 auto !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:none !important;z-index:20 !important}.head-main.pl-header-split .search-container form,.head-main.pl-header-split .search-container .input-group,.head-main.pl-header-split .search-container .position-relative{width:100% !important}.head-main.pl-header-split .search-container input[type=search],.head-main.pl-header-split .search-container input[type=text],.head-main.pl-header-split .search-container .js-search-input{height:46px !important;width:100% !important;border:1.5px solid #0b3c73 !important;border-radius:28px !important;background:#fff !important;color:#0b3c73 !important;padding:0 58px 0 22px !important;font-size:15px !important;font-weight:500 !important;box-shadow:none !important}.head-main.pl-header-split .search-container input::placeholder{color:#334a62 !important;opacity:1 !important}.head-main.pl-header-split .search-container button[type=submit],.head-main.pl-header-split .search-container .btn-search,.head-main.pl-header-split .search-container .search-btn,.head-main.pl-header-split .search-container .svg-icon-mask{background-color:rgba(0,0,0,0) !important;color:#0b3c73 !important;fill:#0b3c73 !important}.head-main.pl-header-split .utilities-container{grid-column:3/4 !important;grid-row:1/2 !important;display:flex !important;justify-content:flex-end !important;align-items:center !important;gap:20px !important;z-index:25 !important}.head-main.pl-header-split .pl-utility-search{display:none !important}.head-main.pl-header-split .pl-header-nav-bar{display:block !important;width:100% !important;background:#0b3c73 !important;border:0 !important;margin:0 !important;padding:0 !important}.head-main.pl-header-split .pl-header-nav-bar>.container{min-height:50px !important;display:flex !important;align-items:center !important;justify-content:center !important}.head-main.pl-header-split .pl-header-nav-bar .pl-header-nav-inner{visibility:visible !important;height:auto !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:48px !important;width:100% !important;margin:0 !important;padding:0 !important}.head-main.pl-header-split .pl-header-nav-bar .nav-desktop-grid,.head-main.pl-header-split .pl-header-nav-bar .nav-desktop-main,.head-main.pl-header-split .pl-header-nav-bar .nav-desktop-list,.head-main.pl-header-split .pl-header-nav-bar .js-nav-desktop-list{display:flex !important;align-items:center !important;justify-content:center !important;gap:54px !important;width:auto !important;margin:0 !important;padding:0 !important}.head-main.pl-header-split .pl-header-nav-bar .nav-main-item,.head-main.pl-header-split .pl-header-nav-bar .nav-item-desktop{margin:0 !important;padding:0 !important}.head-main.pl-header-split .pl-header-nav-bar .nav-list-link{color:#fff !important;fill:#fff !important;font-size:15px !important;font-weight:800 !important;letter-spacing:.01em !important;line-height:50px !important;text-decoration:none !important;transition:color .18s ease,opacity .18s ease !important}.head-main.pl-header-split .pl-header-nav-bar .nav-list-link:hover,.head-main.pl-header-split .pl-header-nav-bar .nav-list-link.selected{color:#bfe2ff !important}.head-main.pl-header-split .pl-header-nav-bar svg,.head-main.pl-header-split .pl-header-nav-bar .icon-inline{fill:#fff !important;color:#fff !important}.head-main.pl-header-split .pl-mega-dropdown,.head-main.pl-header-split .pl-colored-menu .pl-mega-dropdown,.pl-colored-menu .pl-mega-dropdown{top:var(--pl-header-bottom, 146px) !important;background:#0b3c73 !important}.head-main.pl-header-split .search-container .search-suggestions,.head-main.pl-header-split .search-container .js-search-suggest,.head-main.pl-header-split .search-container [data-store=search-suggestions]{border-radius:12px !important;margin-top:8px !important;box-shadow:0 18px 42px rgba(11,60,115,.18) !important}}.list-product .item,.showcase-catalog .list-product .item,.products-container .list-product .item{padding:6px !important;margin-bottom:2.5rem !important;box-sizing:border-box !important}.list-product .item .product,.showcase-catalog .list-product .item .product,.products-container .list-product .item .product,.js-product-container .product{width:100% !important;height:100% !important;min-height:auto !important;background:#fff !important;border:1px solid #ececec !important;border-radius:14px !important;padding:14px 14px 16px !important;overflow:hidden !important;box-shadow:0 2px 8px rgba(0,0,0,.04) !important;transition:box-shadow .25s ease,border-color .25s ease,transform .25s ease !important}.list-product .item .product:hover,.showcase-catalog .list-product .item .product:hover,.products-container .list-product .item .product:hover,.js-product-container .product:hover{border-color:rgba(11,60,115,.14) !important;box-shadow:0 16px 32px rgba(11,60,115,.12) !important;transform:translateY(-2px) !important}.list-product .item .product .image,.list-product .item .product .product-image,.list-product .item .product .item-image,.list-product .item .product .product-item-image,.list-product .item .product .space-image,.showcase-catalog .list-product .item .product .image,.showcase-catalog .list-product .item .product .space-image{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;height:210px !important;min-height:210px !important;max-height:210px !important;margin:0 auto 16px !important;padding:4px !important;background:#fff !important;border-radius:0 !important;overflow:hidden !important}.list-product .item .product .image a,.list-product .item .product .product-image a,.list-product .item .product .space-image a,.showcase-catalog .list-product .item .product .image a,.showcase-catalog .list-product .item .product .space-image a{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;height:100% !important}.list-product .item .product .image img,.list-product .item .product .product-image img,.list-product .item .product .item-image img,.list-product .item .product .product-item-image img,.list-product .item .product .space-image img,.showcase-catalog .list-product .item .product img.img-absolute,.showcase-catalog .list-product .item .product img.image-square,.list-product .item .product img.img-absolute,.list-product .item .product img.image-square{position:relative !important;inset:auto !important;display:block !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;border-radius:0 !important;transform:none !important}.list-product .item .product .information,.showcase-catalog .list-product .item .product .information,.list-product .item .product .product-info,.showcase-catalog .list-product .item .product .product-info{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;text-align:center !important;padding:0 6px 0 !important}.list-product .item .product .name,.list-product .item .product .product-name,.list-product .item .product .item-name,.showcase-catalog .list-product .item .product .name,.showcase-catalog .list-product .item .product .product-name,.showcase-catalog .list-product .item .product .item-name{min-height:48px !important;margin:0 0 14px !important;color:#232323 !important;font-size:15px !important;line-height:1.25 !important;font-weight:600 !important;letter-spacing:0 !important;text-align:center !important;transition:color .2s ease !important}.list-product .item .product .name a,.list-product .item .product .product-name a,.list-product .item .product .item-name a,.showcase-catalog .list-product .item .product .name a,.showcase-catalog .list-product .item .product .product-name a,.showcase-catalog .list-product .item .product .item-name a{color:#232323 !important;font-weight:600 !important;text-decoration:none !important;transition:color .2s ease !important}.list-product .item .product:hover .name,.list-product .item .product:hover .product-name,.list-product .item .product:hover .item-name,.list-product .item .product:hover .name a,.list-product .item .product:hover .product-name a,.list-product .item .product:hover .item-name a,.showcase-catalog .list-product .item .product:hover .name,.showcase-catalog .list-product .item .product:hover .product-name,.showcase-catalog .list-product .item .product:hover .item-name,.showcase-catalog .list-product .item .product:hover .name a,.showcase-catalog .list-product .item .product:hover .product-name a,.showcase-catalog .list-product .item .product:hover .item-name a{color:#0975d4 !important}.list-product .item .product .price,.list-product .item .product .price-amount,.list-product .item .product .js-price-display,.list-product .item .product [data-store=product-item-price],.showcase-catalog .list-product .item .product .price,.showcase-catalog .list-product .item .product .price-amount,.showcase-catalog .list-product .item .product .js-price-display,.showcase-catalog .list-product .item .product [data-store=product-item-price]{display:block !important;width:100% !important;margin:0 auto 6px !important;color:#0b3c73 !important;font-size:18px !important;line-height:1.2 !important;font-weight:600 !important;letter-spacing:0 !important;text-align:center !important}.list-product .item .product .installments,.list-product .item .product .custom-installments,.showcase-catalog .list-product .item .product .installments,.showcase-catalog .list-product .item .product .custom-installments{color:#667085 !important;font-size:13px !important;line-height:1.25 !important;font-weight:400 !important;text-align:center !important;margin:0 auto 16px !important}.list-product .item .product .btn,.list-product .item .product .btn-primary,.list-product .item .product .js-quickshop-modal-open,.list-product .item .product .js-prod-submit-form,.showcase-catalog .list-product .item .product .btn,.showcase-catalog .list-product .item .product .btn-primary,.showcase-catalog .list-product .item .product .js-quickshop-modal-open,.showcase-catalog .list-product .item .product .js-prod-submit-form{align-self:center !important;min-width:170px !important;max-width:210px !important;height:48px !important;padding:0 24px !important;border:0 !important;border-radius:50px !important;background:#c43651 !important;color:#fff !important;font-size:15px !important;line-height:48px !important;font-weight:700 !important;text-align:center !important;text-transform:none !important;white-space:nowrap !important;box-shadow:0 12px 24px rgba(196,54,81,.16) !important;transition:background .2s ease,box-shadow .2s ease,transform .2s ease !important}.list-product .item .product .btn:hover,.list-product .item .product .btn-primary:hover,.list-product .item .product .js-quickshop-modal-open:hover,.list-product .item .product .js-prod-submit-form:hover,.showcase-catalog .list-product .item .product .btn:hover,.showcase-catalog .list-product .item .product .btn-primary:hover,.showcase-catalog .list-product .item .product .js-quickshop-modal-open:hover,.showcase-catalog .list-product .item .product .js-prod-submit-form:hover{background:#963144 !important;color:#fff !important;transform:translateY(-1px) !important;box-shadow:0 16px 28px rgba(150,49,68,.22) !important}.sidebar-category,.sidebar-category *{color:#232323 !important}.sidebar-category .filter-title,.sidebar-category .h6,.sidebar-category h3,.sidebar-category h4,.sidebar-category .category-controls-title,.sidebar-category .filters-title,.sidebar-category [data-store=filters-group]>button,.sidebar-category [data-store=filters-group]>.font-weight-bold{color:#0b3c73 !important;font-weight:700 !important}.sidebar-category input[type=checkbox],.sidebar-category input[type=radio]{border-color:#0b3c73 !important;accent-color:#0b3c73 !important}.sidebar-category .category-controls,.sidebar-category .filter-list,.sidebar-category .js-filter-list,.sidebar-category .filters-container,.sidebar-category .accordion-container,.sidebar-category [data-store=filters-group] .collapse,.sidebar-category [data-store=filters-group] .accordion-content{scrollbar-width:thin;scrollbar-color:#0b3c73 #f3f7fc}.sidebar-category .category-controls::-webkit-scrollbar,.sidebar-category .filter-list::-webkit-scrollbar,.sidebar-category .js-filter-list::-webkit-scrollbar,.sidebar-category .filters-container::-webkit-scrollbar,.sidebar-category .accordion-container::-webkit-scrollbar,.sidebar-category [data-store=filters-group] .collapse::-webkit-scrollbar,.sidebar-category [data-store=filters-group] .accordion-content::-webkit-scrollbar{width:8px}.sidebar-category .category-controls::-webkit-scrollbar-track,.sidebar-category .filter-list::-webkit-scrollbar-track,.sidebar-category .js-filter-list::-webkit-scrollbar-track,.sidebar-category .filters-container::-webkit-scrollbar-track,.sidebar-category .accordion-container::-webkit-scrollbar-track,.sidebar-category [data-store=filters-group] .collapse::-webkit-scrollbar-track,.sidebar-category [data-store=filters-group] .accordion-content::-webkit-scrollbar-track{background:#f3f7fc;border-radius:12px}.sidebar-category .category-controls::-webkit-scrollbar-thumb,.sidebar-category .filter-list::-webkit-scrollbar-thumb,.sidebar-category .js-filter-list::-webkit-scrollbar-thumb,.sidebar-category .filters-container::-webkit-scrollbar-thumb,.sidebar-category .accordion-container::-webkit-scrollbar-thumb,.sidebar-category [data-store=filters-group] .collapse::-webkit-scrollbar-thumb,.sidebar-category [data-store=filters-group] .accordion-content::-webkit-scrollbar-thumb{background:#0b3c73;border-radius:12px;border:2px solid #f3f7fc}@media(min-width: 768px){.catalog-content .list-product .item,.showcase-catalog .list-product .item{width:25% !important}.catalog-cols .sidebar-category+.col-content .showcase-catalog .list-product .item{width:33.333333% !important}}@media(max-width: 767px){.list-product .item .product,.showcase-catalog .list-product .item .product{padding:12px 12px 14px !important}.list-product .item .product .image,.list-product .item .product .space-image,.showcase-catalog .list-product .item .product .image,.showcase-catalog .list-product .item .product .space-image{height:190px !important;min-height:190px !important;max-height:190px !important}.list-product .item .product .price,.list-product .item .product .price-amount,.list-product .item .product .js-price-display,.showcase-catalog .list-product .item .product .price,.showcase-catalog .list-product .item .product .price-amount,.showcase-catalog .list-product .item .product .js-price-display{font-size:17px !important}.list-product .item .product .btn,.list-product .item .product .btn-primary,.showcase-catalog .list-product .item .product .btn,.showcase-catalog .list-product .item .product .btn-primary{min-width:150px !important;height:46px !important;line-height:46px !important}}.js-product-container.js-item-product.item,.list-product .item,.showcase-catalog .list-product .item,.products-container .list-product .item{display:flex !important;align-items:stretch !important;box-sizing:border-box !important;padding:8px !important;margin-bottom:2.5rem !important}.js-product-container.js-item-product>article.product.pl-product-card,.list-product .item>article.product.pl-product-card,.showcase-catalog .list-product .item>article.product.pl-product-card,.products-container .list-product .item>article.product.pl-product-card{width:100% !important;height:365px !important;min-height:365px !important;max-height:365px !important;display:flex !important;flex-direction:column !important;align-items:stretch !important;justify-content:flex-start !important;padding:14px 14px 16px !important;background:#fff !important;border:1px solid #ececec !important;border-radius:14px !important;overflow:hidden !important;box-shadow:0 2px 8px rgba(0,0,0,.04) !important;transition:box-shadow .25s ease,border-color .25s ease,transform .25s ease !important}.js-product-container.js-item-product>article.product.pl-product-card:hover,.list-product .item>article.product.pl-product-card:hover,.showcase-catalog .list-product .item>article.product.pl-product-card:hover,.products-container .list-product .item>article.product.pl-product-card:hover{border-color:rgba(11,60,115,.16) !important;box-shadow:0 18px 36px rgba(11,60,115,.14),0 8px 18px rgba(0,0,0,.06) !important;transform:translateY(-3px) !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__image-link,.list-product .item>article.product.pl-product-card .pl-product-card__image-link,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__image-link,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__image-link{display:block !important;width:100% !important;height:205px !important;min-height:205px !important;max-height:205px !important;margin:0 0 18px !important;padding:0 !important;text-decoration:none !important;overflow:hidden !important;background:#fff !important;border-radius:0 !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__image-box,.list-product .item>article.product.pl-product-card .pl-product-card__image-box,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__image-box,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__image-box{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;height:100% !important;min-height:100% !important;max-height:100% !important;margin:0 !important;padding:0 !important;overflow:hidden !important;background:#fff !important;border-radius:0 !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__image,.list-product .item>article.product.pl-product-card .pl-product-card__image,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__image,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__image{position:static !important;inset:auto !important;display:block !important;width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;object-fit:cover !important;object-position:center center !important;border-radius:0 !important;transform:none !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__info,.list-product .item>article.product.pl-product-card .pl-product-card__info,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__info,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__info{flex:1 1 auto !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;width:100% !important;padding:0 6px !important;text-align:center !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__name,.list-product .item>article.product.pl-product-card .pl-product-card__name,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__name,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__name{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;min-height:44px !important;margin:0 auto 10px !important;color:#232323 !important;font-size:15px !important;font-weight:500 !important;line-height:1.25 !important;letter-spacing:0 !important;text-align:center !important;text-decoration:none !important;transition:color .2s ease !important}.js-product-container.js-item-product>article.product.pl-product-card:hover .pl-product-card__name,.list-product .item>article.product.pl-product-card:hover .pl-product-card__name,.showcase-catalog .list-product .item>article.product.pl-product-card:hover .pl-product-card__name,.products-container .list-product .item>article.product.pl-product-card:hover .pl-product-card__name{color:#2f80ed !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__price,.list-product .item>article.product.pl-product-card .pl-product-card__price,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__price,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__price{display:block !important;width:100% !important;margin:0 auto 14px !important;color:#0b3c73 !important;font-size:17px !important;font-weight:700 !important;line-height:1.2 !important;text-align:center !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__buy,.list-product .item>article.product.pl-product-card .pl-product-card__buy,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__buy,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__buy{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:200px !important;height:46px !important;min-height:46px !important;margin:auto auto 0 !important;padding:0 26px !important;border:0 !important;border-radius:999px !important;background:#c43651 !important;color:#fff !important;font-size:15px !important;font-weight:700 !important;line-height:1 !important;text-align:center !important;text-decoration:none !important;text-transform:none !important;white-space:nowrap !important;box-shadow:0 14px 26px rgba(196,54,81,.18) !important;transition:background .2s ease,box-shadow .2s ease,transform .2s ease !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__buy:hover,.list-product .item>article.product.pl-product-card .pl-product-card__buy:hover,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__buy:hover,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__buy:hover{background:#963144 !important;color:#fff !important;transform:translateY(-1px) !important;box-shadow:0 18px 30px rgba(196,54,81,.24) !important}@media(max-width: 767px){.js-product-container.js-item-product>article.product.pl-product-card,.list-product .item>article.product.pl-product-card,.showcase-catalog .list-product .item>article.product.pl-product-card,.products-container .list-product .item>article.product.pl-product-card{height:385px !important;min-height:385px !important;max-height:385px !important;padding:12px 12px 14px !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__image-link,.list-product .item>article.product.pl-product-card .pl-product-card__image-link,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__image-link,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__image-link{height:182px !important;min-height:182px !important;max-height:182px !important;margin-bottom:16px !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__name,.list-product .item>article.product.pl-product-card .pl-product-card__name,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__name,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__name{font-size:14px !important;min-height:42px !important;margin-bottom:10px !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__price,.list-product .item>article.product.pl-product-card .pl-product-card__price,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__price,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__price{font-size:16px !important;margin-bottom:12px !important}}.pl-filter-sidebar,.pl-filter-sidebar *{color:#232323 !important}.pl-filter-sidebar>h2,.pl-filter-sidebar .font-family-body.text-uppercase,.pl-filter-sidebar .price-filter-container .font-family-body,.pl-filter-sidebar .font-weight-bold,.pl-filter-sidebar [class*=title],.pl-filter-sidebar legend,.pl-filter-sidebar label:first-child{color:#0b3c73 !important;font-weight:700 !important;letter-spacing:.02em !important}.pl-filter-sidebar a,.pl-filter-sidebar label,.pl-filter-sidebar li,.pl-filter-sidebar span,.pl-filter-sidebar .font-small{color:#232323 !important;font-weight:400 !important}.pl-filter-sidebar a:hover,.pl-filter-sidebar .btn-link:hover,.pl-filter-sidebar .show-more-link:hover{color:#2f80ed !important}.pl-filter-sidebar input[type=checkbox],.pl-filter-sidebar input[type=radio]{width:16px !important;height:16px !important;border:1.5px solid #0b3c73 !important;border-radius:4px !important;accent-color:#0b3c73 !important}.pl-filter-sidebar .bottom-line{border-bottom-color:rgba(11,60,115,.18) !important}@media(min-width: 768px){.pl-filter-sidebar ul.list-unstyled,.pl-filter-sidebar .filter-accordion,.pl-filter-sidebar .price-filter-container,.pl-filter-sidebar [data-store*=filter] ul,.pl-filter-sidebar [class*=filter] ul{scrollbar-width:thin !important;scrollbar-color:#0b3c73 #f3f7fc !important}.pl-filter-sidebar ul.list-unstyled{max-height:270px !important;overflow-y:auto !important;overflow-x:hidden !important;padding-right:10px !important}.pl-filter-sidebar ul.list-unstyled::-webkit-scrollbar,.pl-filter-sidebar [data-store*=filter] ul::-webkit-scrollbar,.pl-filter-sidebar [class*=filter] ul::-webkit-scrollbar{width:7px !important}.pl-filter-sidebar ul.list-unstyled::-webkit-scrollbar-track,.pl-filter-sidebar [data-store*=filter] ul::-webkit-scrollbar-track,.pl-filter-sidebar [class*=filter] ul::-webkit-scrollbar-track{background:#f3f7fc !important;border-radius:999px !important}.pl-filter-sidebar ul.list-unstyled::-webkit-scrollbar-thumb,.pl-filter-sidebar [data-store*=filter] ul::-webkit-scrollbar-thumb,.pl-filter-sidebar [class*=filter] ul::-webkit-scrollbar-thumb{background:#0b3c73 !important;border-radius:999px !important}}.pl-filter-sidebar .price-filter-container input,.pl-filter-sidebar input[type=number],.pl-filter-sidebar input[type=text]{border:1px solid rgba(11,60,115,.35) !important;color:#232323 !important}.pl-filter-sidebar .price-filter-btn,.pl-filter-sidebar .btn-inline{border-color:#0b3c73 !important;color:#0b3c73 !important}.pl-contact-page{max-width:1180px !important}.pl-contact-page .page-header,.pl-contact-page .pl-contact-content>.page-header{margin-bottom:28px !important}.pl-contact-layout{display:grid !important;grid-template-columns:minmax(360px, 560px) minmax(320px, 1fr) !important;gap:34px !important;align-items:stretch !important;margin-top:22px !important}.pl-contact-form-card{background:linear-gradient(180deg, #FFFFFF 0%, #F7FBFF 100%) !important;border:1px solid rgba(11,60,115,.22) !important;border-radius:18px !important;padding:34px 38px !important;box-shadow:0 18px 42px rgba(11,60,115,.09) !important}.pl-contact-form-card .form-group,.pl-contact-form-card .form-row{margin-bottom:18px !important}.pl-contact-form-card label{color:#0b3c73 !important;font-weight:700 !important;margin-bottom:8px !important}.pl-contact-form-card input,.pl-contact-form-card textarea,.pl-contact-form-card select{width:100% !important;min-height:48px !important;border:1px solid rgba(11,60,115,.32) !important;border-radius:10px !important;background:#fff !important;color:#232323 !important;padding:12px 14px !important;box-shadow:none !important;transition:border-color .2s ease,box-shadow .2s ease !important}.pl-contact-form-card textarea{min-height:150px !important;resize:vertical !important}.pl-contact-form-card input::placeholder,.pl-contact-form-card textarea::placeholder{color:#7890ab !important;opacity:1 !important}.pl-contact-form-card input:focus,.pl-contact-form-card textarea:focus,.pl-contact-form-card select:focus{border-color:#0b3c73 !important;box-shadow:0 0 0 3px rgba(77,166,255,.18) !important}.pl-contact-form-card .btn,.pl-contact-form-card button[type=submit],.pl-contact-form-card input[type=submit]{height:52px !important;border-radius:12px !important;border:0 !important;background:#c43651 !important;color:#fff !important;font-weight:700 !important;box-shadow:0 14px 28px rgba(196,54,81,.18) !important;transition:background .2s ease,transform .2s ease,box-shadow .2s ease !important}.pl-contact-form-card .btn:hover,.pl-contact-form-card button[type=submit]:hover,.pl-contact-form-card input[type=submit]:hover{background:#963144 !important;transform:translateY(-1px) !important;box-shadow:0 18px 32px rgba(150,49,68,.24) !important}.pl-contact-help-card{position:relative !important;overflow:hidden !important;background:radial-gradient(circle at top right, rgba(77, 166, 255, 0.18), transparent 34%),linear-gradient(135deg, #0B3C73 0%, #07305D 100%) !important;border-radius:20px !important;padding:38px 40px !important;color:#fff !important;box-shadow:0 22px 48px rgba(11,60,115,.18) !important}.pl-contact-help-card *{color:#fff !important}.pl-contact-help-card__eyebrow{display:inline-block !important;margin-bottom:12px !important;color:#8ed0ff !important;font-size:13px !important;font-weight:800 !important;letter-spacing:.08em !important;text-transform:uppercase !important}.pl-contact-help-card h2{margin:0 0 16px !important;font-size:30px !important;line-height:1.16 !important;font-weight:700 !important}.pl-contact-help-card p{margin-bottom:20px !important;color:rgba(255,255,255,.88) !important;font-size:16px !important;line-height:1.65 !important}.pl-contact-help-card ul{list-style:none !important;margin:0 0 26px !important;padding:0 !important}.pl-contact-help-card li{position:relative !important;margin-bottom:12px !important;padding-left:24px !important;color:rgba(255,255,255,.9) !important;line-height:1.45 !important}.pl-contact-help-card li::before{content:"✓" !important;position:absolute !important;left:0 !important;top:0 !important;color:#4da6ff !important;font-weight:800 !important}.pl-contact-help-card__link{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:46px !important;padding:0 24px !important;border-radius:999px !important;background:#fff !important;color:#0b3c73 !important;font-weight:800 !important;text-decoration:none !important;transition:transform .2s ease,box-shadow .2s ease !important}.pl-contact-help-card__link:hover{transform:translateY(-1px) !important;box-shadow:0 14px 28px rgba(0,0,0,.18) !important}@media(max-width: 767px){.pl-contact-layout{grid-template-columns:1fr !important;gap:20px !important}.pl-contact-form-card,.pl-contact-help-card{padding:24px 20px !important;border-radius:16px !important}.pl-contact-help-card h2{font-size:24px !important}}.pl-filter-sidebar .pl-filter-scroll-list,.sidebar-category .pl-filter-scroll-list,.pl-filter-sidebar ul.list-unstyled.bottom-line,.sidebar-category ul.list-unstyled.bottom-line{max-height:176px !important;overflow-y:auto !important;overflow-x:hidden !important;padding-right:12px !important;margin-right:2px !important;scrollbar-width:thin !important;scrollbar-color:#0b3c73 #f3f7fc !important}.pl-filter-sidebar .pl-filter-scroll-list::-webkit-scrollbar,.sidebar-category .pl-filter-scroll-list::-webkit-scrollbar,.pl-filter-sidebar ul.list-unstyled.bottom-line::-webkit-scrollbar,.sidebar-category ul.list-unstyled.bottom-line::-webkit-scrollbar{width:7px !important}.pl-filter-sidebar .pl-filter-scroll-list::-webkit-scrollbar-track,.sidebar-category .pl-filter-scroll-list::-webkit-scrollbar-track,.pl-filter-sidebar ul.list-unstyled.bottom-line::-webkit-scrollbar-track,.sidebar-category ul.list-unstyled.bottom-line::-webkit-scrollbar-track{background:#f3f7fc !important;border-radius:999px !important}.pl-filter-sidebar .pl-filter-scroll-list::-webkit-scrollbar-thumb,.sidebar-category .pl-filter-scroll-list::-webkit-scrollbar-thumb,.pl-filter-sidebar ul.list-unstyled.bottom-line::-webkit-scrollbar-thumb,.sidebar-category ul.list-unstyled.bottom-line::-webkit-scrollbar-thumb{background:#0b3c73 !important;border-radius:999px !important;border:1px solid #f3f7fc !important}.pl-filter-sidebar .pl-filter-scroll-list::-webkit-scrollbar-thumb:hover,.sidebar-category .pl-filter-scroll-list::-webkit-scrollbar-thumb:hover,.pl-filter-sidebar ul.list-unstyled.bottom-line::-webkit-scrollbar-thumb:hover,.sidebar-category ul.list-unstyled.bottom-line::-webkit-scrollbar-thumb:hover{background:#2f80ed !important}.pl-filter-sidebar .pl-filter-scroll-list li,.sidebar-category .pl-filter-scroll-list li,.pl-filter-sidebar ul.list-unstyled.bottom-line li,.sidebar-category ul.list-unstyled.bottom-line li{padding-right:4px !important}.pl-filter-sidebar .btn-link.font-small.mt-1,.sidebar-category .btn-link.font-small.mt-1{color:#0b3c73 !important;font-weight:600 !important}.section-banners-home[data-store=home-banner-categories] .pl-shop-by-color-heading{margin-bottom:18px !important}@media(min-width: 768px){.section-banners-home[data-store=home-banner-categories] .pl-shop-by-color-heading{margin-bottom:22px !important}}@media(min-width: 768px){.head-main.pl-header-unified .pl-colored-menu .pl-mega-brand-list a span:not(.pl-mega-img-fallback),.pl-colored-menu .pl-mega-brand-list a span:not(.pl-mega-img-fallback),.head-main.pl-header-unified .pl-mega-brand-list a span:not(.pl-mega-img-fallback),.pl-mega-brand-list a span:not(.pl-mega-img-fallback){transition:color .2s ease,-webkit-text-fill-color .2s ease !important}.head-main.pl-header-unified .pl-colored-menu .pl-mega-brand-list a:hover span:not(.pl-mega-img-fallback),.head-main.pl-header-unified .pl-colored-menu .pl-mega-brand-list a:focus span:not(.pl-mega-img-fallback),.pl-colored-menu .pl-mega-brand-list a:hover span:not(.pl-mega-img-fallback),.pl-colored-menu .pl-mega-brand-list a:focus span:not(.pl-mega-img-fallback),.head-main.pl-header-unified .pl-mega-brand-list a:hover span:not(.pl-mega-img-fallback),.head-main.pl-header-unified .pl-mega-brand-list a:focus span:not(.pl-mega-img-fallback),.pl-mega-brand-list a:hover span:not(.pl-mega-img-fallback),.pl-mega-brand-list a:focus span:not(.pl-mega-img-fallback){color:#4da6ff !important;-webkit-text-fill-color:#4da6ff !important}}.pl-hidrocor-category-banner{width:100vw !important;max-width:100vw !important;margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;overflow:hidden !important;line-height:0 !important;background:#0b3c73 !important}.pl-hidrocor-category-banner img{display:block !important;width:100% !important;height:auto !important;max-width:none !important;object-fit:cover !important;object-position:center center !important}@media(max-width: 767px){.pl-hidrocor-category-banner img{min-height:180px !important;object-fit:cover !important}}.pl-category-hero-banner{width:calc(100% - 32px) !important;max-width:1360px !important;margin:22px auto 8px !important;overflow:hidden !important;line-height:0 !important;border-radius:14px !important;box-shadow:0 12px 30px rgba(11,60,115,.1) !important;background:#fff !important}.pl-category-hero-banner-img{display:block !important;width:100% !important;height:300px !important;max-width:100% !important;object-fit:contain !important;object-position:center center !important}@media(max-width: 991px){.pl-category-hero-banner{width:calc(100% - 24px) !important;margin-top:16px !important;border-radius:12px !important}.pl-category-hero-banner-img{height:240px !important}}@media(max-width: 575px){.pl-category-hero-banner{width:calc(100% - 20px) !important;border-radius:10px !important}.pl-category-hero-banner-img{height:170px !important}}body.template-category .pl-category-hero-banner{display:none !important}.pl-category-grid-banner{width:100% !important;margin:0 0 24px !important;overflow:hidden !important;line-height:0 !important;border-radius:12px !important;box-shadow:0 10px 28px rgba(11,60,115,.1) !important;background:#fff !important}.pl-category-grid-banner-img{display:block !important;width:100% !important;height:auto !important;max-height:320px !important;object-fit:contain !important;object-position:center center !important}@media(max-width: 991px){.pl-category-grid-banner{margin:0 0 18px !important;border-radius:10px !important}.pl-category-grid-banner-img{max-height:none !important}}@media(min-width: 768px){body.template-category .category-body>.container>.grid.grid-md-auto-4{grid-template-columns:240px minmax(0, 1fr) !important;column-gap:28px !important;align-items:start !important}body.template-category .category-body>.container>.grid.grid-md-auto-4>.pl-filter-sidebar,body.template-category .category-body>.container>.grid.grid-md-auto-4>.sidebar-category{grid-column:1 !important;grid-row:1 !important;width:240px !important;max-width:240px !important;min-width:0 !important}body.template-category .category-body>.container>.grid.grid-md-auto-4>div[data-store^=category-grid-]{grid-column:2 !important;grid-row:1 !important;width:100% !important;max-width:100% !important;min-width:0 !important}body.template-category .pl-filter-sidebar .pl-filter-scroll-list,body.template-category .sidebar-category .pl-filter-scroll-list,body.template-category .pl-filter-sidebar ul.list-unstyled.bottom-line,body.template-category .sidebar-category ul.list-unstyled.bottom-line{width:100% !important;max-width:100% !important;max-height:230px !important;overflow-y:auto !important;overflow-x:hidden !important;padding-right:8px !important}body.template-category .pl-category-grid-banner{width:100% !important;max-width:100% !important;margin:0 0 28px !important}body.template-category .pl-category-grid-banner-img{width:100% !important;height:auto !important;max-height:none !important;object-fit:contain !important;object-position:center center !important}body.template-category .category-body>.container>.grid.grid-md-auto-4>div[data-store^=category-grid-] .js-product-table{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;justify-content:start !important}}@media(min-width: 1200px){body.template-category .category-body>.container>.grid.grid-md-auto-4{grid-template-columns:230px minmax(0, 1fr) !important;column-gap:32px !important}body.template-category .category-body>.container>.grid.grid-md-auto-4>.pl-filter-sidebar,body.template-category .category-body>.container>.grid.grid-md-auto-4>.sidebar-category{width:230px !important;max-width:230px !important}}@media(min-width: 768px){body.template-category .category-body>.container>.grid.grid-md-auto-4{grid-template-columns:230px minmax(0, 1fr) !important;column-gap:28px !important;align-items:start !important}body.template-category .category-body>.container>.grid.grid-md-auto-4>.pl-category-products-column{grid-column:2 !important;grid-row:1 !important;width:100% !important;max-width:100% !important;min-width:0 !important}body.template-category .pl-category-products-column>div[data-store^=category-grid-]{width:100% !important;max-width:100% !important}body.template-category .pl-category-products-column .pl-category-grid-banner{width:100% !important;max-width:100% !important;margin:0 0 30px !important}body.template-category .pl-category-products-column .pl-category-grid-banner-img{width:100% !important;height:auto !important;max-height:none !important;object-fit:contain !important;object-position:center center !important}body.template-category .pl-category-products-column .js-product-table{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;justify-content:start !important}}@media(min-width: 1200px){body.template-category .category-body>.container>.grid.grid-md-auto-4{grid-template-columns:220px minmax(0, 1fr) !important;column-gap:34px !important}body.template-category .category-body>.container>.grid.grid-md-auto-4>.pl-filter-sidebar,body.template-category .category-body>.container>.grid.grid-md-auto-4>.sidebar-category{width:220px !important;max-width:220px !important}}@media(max-width: 767px){body.template-category .pl-category-products-column{width:100% !important}}.product-images{position:relative}.product-images .product-images-slider{position:relative}.product-images .js-swiper-product{position:relative;overflow:hidden}.product-images .js-product-slide-link{cursor:zoom-in}.pl-product-image-notes{width:100%;margin:12px auto 0;text-align:center}.pl-product-image-disclaimer{max-width:560px;margin:0 auto 6px;color:#7a8794;font-size:12px;line-height:1.45;font-weight:400;letter-spacing:.01em}.pl-product-image-hint{width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:7px;text-align:center;color:#0b3c73;font-size:14px;line-height:1.35;font-weight:500;letter-spacing:.01em}.pl-product-image-hint__dot{width:8px;height:8px;flex:0 0 8px;border-radius:999px;background:#4da6ff;box-shadow:0 0 0 4px rgba(77,166,255,.16)}.pl-product-image-hint__text{display:inline-block}.pl-product-zoom-preview{position:absolute;top:0;left:calc(100% + 24px);width:min(460px,36vw);height:min(460px,36vw);border:1px solid #0b3c73;border-radius:10px;background-color:#fff;background-repeat:no-repeat;background-size:220%;background-position:center;box-shadow:0 18px 45px rgba(11,60,115,.16);opacity:0;visibility:hidden;pointer-events:none;z-index:30;transition:opacity .14s ease,visibility .14s ease}.pl-product-zoom-preview.is-visible{opacity:1;visibility:visible}.pl-product-zoom-lens{position:absolute;width:95px;height:95px;border-radius:6px;background:rgba(255,255,255,.24);border:1px solid rgba(11,60,115,.35);box-shadow:0 8px 22px rgba(11,60,115,.12);opacity:0;visibility:hidden;pointer-events:none;z-index:25;transition:opacity .12s ease,visibility .12s ease}.pl-product-zoom-lens.is-visible{opacity:1;visibility:visible}@media(max-width: 991px){.pl-product-zoom-preview,.pl-product-zoom-lens{display:none !important}.pl-product-image-notes{margin-top:10px}.pl-product-image-disclaimer{font-size:11px;line-height:1.4;padding:0 8px}.pl-product-image-hint{font-size:13px}}body.template-category .pl-category-sort-after-banner{width:100%;justify-content:flex-end;align-items:flex-end;margin:-8px 0 22px}body.template-category .pl-category-sort-after-banner .form-select-small{min-width:128px}@media(max-width: 767px){body.template-category .pl-category-sort-after-banner{display:none !important}}@media(min-width: 768px){body.template-category .category-body>.container>.grid.grid-md-auto-4>.pl-category-products-column{margin-top:-74px !important}body.template-category .category-body[data-pl-category-handle=colored-contact-lenses]>.container>.grid.grid-md-auto-4>.pl-category-products-column,body.template-category .category-body[data-pl-category-handle=coloured-contact-lenses]>.container>.grid.grid-md-auto-4>.pl-category-products-column{margin-top:-104px !important}}@media(max-width: 767px){body.template-category .category-body>.container>.grid.grid-md-auto-4>.pl-category-products-column{margin-top:0 !important}}@media(min-width: 768px){body.template-category .pl-category-title{max-width:230px !important;width:230px !important;white-space:normal !important;overflow-wrap:normal !important;word-break:normal !important;line-height:1.12 !important}body.template-category .category-body>.container>.grid.grid-md-auto-4{grid-template-columns:220px minmax(0, 1fr) !important;column-gap:34px !important}body.template-category .pl-filter-sidebar,body.template-category .sidebar-category{width:220px !important;max-width:220px !important}body.template-category .pl-filter-sidebar ul.list-unstyled,body.template-category .sidebar-category ul.list-unstyled{max-width:220px !important}}@media(max-width: 767px){body.template-category .pl-category-title{white-space:normal !important;line-height:1.18 !important}}@media(min-width: 768px){body.template-category .category-body>.container>.grid.grid-md-auto-4>.pl-category-products-column{margin-top:-42px !important}body.template-category .category-body[data-pl-category-handle=colored-contact-lenses]>.container>.grid.grid-md-auto-4>.pl-category-products-column,body.template-category .category-body[data-pl-category-handle=coloured-contact-lenses]>.container>.grid.grid-md-auto-4>.pl-category-products-column{margin-top:-72px !important}body.template-category .pl-category-products-column .pl-category-grid-banner,body.template-category .pl-category-grid-banner{margin-bottom:16px !important}body.template-category .pl-category-products-column .js-product-table{margin-top:0 !important}}@media(min-width: 992px){.section-home.section-featured-home>.container,.section-home.section-featured-home .js-products-featured-container,.section-home.section-featured-home .js-products-new-container,.section-home.section-featured-home .js-products-sale-container{width:100% !important;max-width:1320px !important;padding-left:15px !important;padding-right:15px !important;margin-left:auto !important;margin-right:auto !important;overflow:visible !important}.section-home.section-featured-home .js-swiper-featured,.section-home.section-featured-home .js-swiper-new,.section-home.section-featured-home .js-swiper-sale{width:100% !important;max-width:100% !important;overflow:hidden !important}.section-home.section-featured-home .js-products-featured-grid.swiper-wrapper,.section-home.section-featured-home .js-products-new-grid.swiper-wrapper,.section-home.section-featured-home .js-products-sale-grid.swiper-wrapper{align-items:stretch !important;flex-wrap:nowrap !important}.section-home.section-featured-home .js-product-container.js-item-product.item.swiper-slide{box-sizing:border-box !important}.section-home.section-featured-home .js-product-container.js-item-product>article.product.pl-product-card{height:auto !important;min-height:0 !important;max-height:none !important}.section-home.section-featured-home .js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__image-link{height:auto !important;min-height:0 !important;max-height:none !important}.section-banners-home[data-store=home-banner-categories] .js-banner-container{width:100% !important;max-width:1280px !important;padding-left:15px !important;padding-right:15px !important;margin-left:auto !important;margin-right:auto !important;overflow:visible !important}.section-banners-home[data-store=home-banner-categories] .js-swiper-banner{width:100% !important;max-width:100% !important;overflow:hidden !important}.section-banners-home[data-store=home-banner-categories] .js-swiper-banner .swiper-wrapper{align-items:stretch !important;flex-wrap:nowrap !important}.section-banners-home[data-store=home-banner-categories] .js-swiper-banner .swiper-slide{box-sizing:border-box !important}}@media(min-width: 992px){body.template-product #single-product .product-images,body.template-product .product-images{position:relative;overflow:visible !important;z-index:80}body.template-product #single-product .product-info,body.template-product .product-info{position:relative;z-index:1}body.template-product .pl-product-zoom-preview{z-index:99999 !important;background-color:#fff !important;opacity:0;box-shadow:0 22px 60px rgba(11,60,115,.28) !important}body.template-product .pl-product-zoom-preview.is-visible{opacity:1 !important;visibility:visible !important}body.template-product .pl-product-zoom-lens{z-index:99998 !important}}body.template-product #single-product .product-images-thumbs,body.template-product .product-images-thumbs{flex:0 0 86px;width:86px}body.template-product #single-product .product-thumb-container,body.template-product .product-thumb-container{width:78px !important;height:78px !important;margin-bottom:16px}body.template-product #single-product .product-thumb,body.template-product .product-thumb{width:78px !important;height:78px !important;min-width:78px !important;min-height:78px !important;display:flex !important;align-items:center;justify-content:center;background:#fff}body.template-product #single-product .product-thumb img,body.template-product .product-thumb img{width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;padding:6px !important;object-fit:cover !important;object-position:center center !important}@media(max-width: 767px){body.template-product #single-product .product-images-thumbs,body.template-product .product-images-thumbs{width:auto;flex-basis:auto}body.template-product #single-product .product-thumb-container,body.template-product .product-thumb-container,body.template-product #single-product .product-thumb,body.template-product .product-thumb{width:66px !important;height:66px !important;min-width:66px !important;min-height:66px !important}}.pl-filter-sidebar .price-filter-container input,.pl-filter-sidebar input[type=number],.pl-filter-sidebar input[type=text],body.template-product .shipping-calculator-form input,body.template-product .js-shipping-input,.shipping-calculator-form .form-control,.js-shipping-calculator-form .form-control{color:#0b3c73 !important;opacity:1 !important}.pl-filter-sidebar .price-filter-container input::placeholder,.pl-filter-sidebar input[type=number]::placeholder,.pl-filter-sidebar input[type=text]::placeholder,body.template-product .shipping-calculator-form input::placeholder,body.template-product .js-shipping-input::placeholder,.shipping-calculator-form .form-control::placeholder,.js-shipping-calculator-form .form-control::placeholder{color:#6c86a6 !important;opacity:1 !important}body.template-product #single-product .product-thumb,body.template-product .product-thumb{position:relative !important;display:block !important;width:78px !important;height:78px !important;min-width:78px !important;min-height:78px !important;padding:0 !important;overflow:hidden !important;background:#fff !important}body.template-product #single-product .product-thumb img,body.template-product .product-thumb img,body.template-product #single-product .product-thumb .img-absolute,body.template-product .product-thumb .img-absolute,body.template-product #single-product .product-thumb .img-absolute-centered,body.template-product .product-thumb .img-absolute-centered{position:absolute !important;inset:0 !important;display:block !important;width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;min-width:100% !important;min-height:100% !important;margin:0 !important;padding:0 !important;object-fit:cover !important;object-position:center center !important;transform:none !important}@media(max-width: 767px){body.template-product #single-product .product-thumb,body.template-product .product-thumb{width:66px !important;height:66px !important;min-width:66px !important;min-height:66px !important;padding:0 !important}}.pl-prescription-card__tabs{display:flex;align-items:flex-end;gap:0;padding:0 18px;border-bottom:1px solid rgba(11,60,115,.22);background:#f8fbff}.pl-prescription-tab{min-height:50px;margin:0 0 -1px;padding:0 18px;border:1px solid rgba(0,0,0,0);border-bottom:0;border-radius:14px 14px 0 0;background:rgba(0,0,0,0);color:#0b3c73;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}.pl-prescription-tab:hover,.pl-prescription-tab.is-active{background:#fff;color:#0b3c73;border-color:rgba(11,60,115,.25)}.pl-prescription-card__different{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;color:#0b3c73;font-size:14px;font-weight:700;cursor:pointer}.pl-prescription-card__different input{width:16px;height:16px;margin:0;accent-color:#0b3c73}.pl-prescription-help{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1px solid rgba(11,60,115,.35);color:#0b3c73;font-size:12px;font-weight:800;line-height:1}.pl-prescription-different-eyes{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px}.pl-prescription-different-eyes .pl-prescription-row+.pl-prescription-row{margin-top:0}@media(max-width: 767px){.pl-prescription-card__tabs{padding:0 12px;overflow-x:auto}.pl-prescription-tab{min-height:46px;padding:0 14px;font-size:12px;white-space:nowrap}.pl-prescription-different-eyes{grid-template-columns:1fr}.pl-prescription-different-eyes .pl-prescription-row+.pl-prescription-row{margin-top:16px}}.pl-prescription-help{display:none !important}.pl-prescription-different-eyes{align-items:start !important}.pl-prescription-different-eyes .pl-prescription-row{align-self:start !important;margin-top:0 !important;padding-top:0 !important}.pl-prescription-different-eyes .pl-prescription-row__title{margin-top:0 !important;min-height:20px}.pl-prescription-different-eyes .pl-prescription-fields{align-items:flex-start !important}.pl-prescription-card__tabs{background:#0b3c73 !important;border-bottom:1px solid #0b3c73 !important;padding:0 18px !important}.pl-prescription-tab,.pl-prescription-tab:hover,.pl-prescription-tab.is-active{background:#0b3c73 !important;color:#fff !important;border-color:rgba(255,255,255,.28) !important}.pl-prescription-tab.is-active{background:#0f4c86 !important}.pl-prescription-tab:focus,.pl-prescription-tab:focus-visible,.pl-prescription-tab:active{outline:none !important;box-shadow:none !important}.pl-prescription-help{display:none !important}.pl-prescription-different-eyes{align-items:start !important}.pl-prescription-different-eyes .pl-prescription-row{align-self:start !important;margin-top:0 !important;padding-top:0 !important}.pl-prescription-different-eyes .pl-prescription-row__title{margin-top:0 !important}.pl-prescription-different-eyes .pl-prescription-fields{align-items:flex-start !important}.pl-prescription-card__tabs{background:#fff !important;border-bottom:2px solid #0b3c73 !important;padding:0 18px !important}.pl-prescription-tab{background:#fff !important;color:#0b3c73 !important;border:1px solid rgba(11,60,115,.28) !important;border-bottom:0 !important;box-shadow:none !important;outline:none !important}.pl-prescription-tab:hover:not(.is-active):not([aria-selected=true]){background:#f8fbff !important;color:#0b3c73 !important;border-color:rgba(11,60,115,.38) !important;box-shadow:none !important;outline:none !important}.pl-prescription-tab.is-active,.pl-prescription-tab[aria-selected=true]{background:#0b3c73 !important;color:#fff !important;border-color:#0b3c73 !important;box-shadow:none !important;outline:none !important}.pl-prescription-tab:focus,.pl-prescription-tab:focus-visible,.pl-prescription-tab:active,.pl-prescription-tab.is-active:focus,.pl-prescription-tab.is-active:focus-visible,.pl-prescription-tab[aria-selected=true]:focus,.pl-prescription-tab[aria-selected=true]:focus-visible{outline:none !important;box-shadow:none !important}.pl-product-info-notice{display:block !important;width:100% !important;margin:12px 0 16px !important;padding:12px 16px !important;background:#f4f8ff !important;border:1px solid rgba(11,60,115,.22) !important;border-left:5px solid #0b3c73 !important;border-radius:10px !important;color:#0b3c73 !important;font-size:15px !important;line-height:1.45 !important;box-shadow:0 8px 22px rgba(11,60,115,.08) !important}.pl-product-info-notice strong{color:#0b3c73 !important;font-weight:800 !important;margin-right:4px !important}.pl-product-info-notice span{color:#0b3c73 !important;font-weight:500 !important}html,body{max-width:100% !important;overflow-x:hidden !important}body.template-home,body.template-home .js-home-main-slider-container,body.template-home .js-home-slider-container,body.template-home .js-home-main-slider,body.template-home .js-home-main-slider .swiper-container,body.template-home .js-home-main-slider .swiper-wrapper,body.template-home .js-home-main-slider .swiper-slide{max-width:100vw !important}body.template-home .js-home-main-slider-container,body.template-home .js-home-slider-container,body.template-home .js-home-main-slider .swiper-container{overflow:hidden !important}body.template-home .js-home-main-slider .swiper-slide,body.template-home .js-home-main-slider .swiper-slide a,body.template-home .js-home-main-slider .swiper-slide img,body.template-home .js-home-main-slider .slider-image{max-width:100% !important}body.template-home .js-swiper-home-pagination,body.template-home .js-home-main-slider .swiper-pagination,body.template-home .js-swiper-home-pagination.swiper-pagination-outside{position:absolute !important;left:50% !important;right:auto !important;bottom:18px !important;top:auto !important;z-index:20 !important;width:auto !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:10px !important;transform:translateX(-50%) !important;margin:0 !important;padding:0 !important;background:rgba(0,0,0,0) !important;border:0 !important;pointer-events:auto !important}body.template-home .js-swiper-home-pagination .swiper-pagination-bullet,body.template-home .js-home-main-slider .swiper-pagination .swiper-pagination-bullet{display:block !important;width:86px !important;height:9px !important;margin:0 !important;padding:0 !important;border-radius:999px !important;border:1px solid #0b3c73 !important;background:rgba(255,255,255,.94) !important;opacity:1 !important;box-shadow:none !important;transform:none !important;transition:background-color .2s ease,border-color .2s ease !important}body.template-home .js-swiper-home-pagination .swiper-pagination-bullet-active,body.template-home .js-home-main-slider .swiper-pagination .swiper-pagination-bullet-active{background:#0b3c73 !important;border-color:#0b3c73 !important}body.template-home .js-swiper-home-pagination .swiper-pagination-bullet::before,body.template-home .js-swiper-home-pagination .swiper-pagination-bullet::after,body.template-home .js-home-main-slider .swiper-pagination .swiper-pagination-bullet::before,body.template-home .js-home-main-slider .swiper-pagination .swiper-pagination-bullet::after{display:none !important;content:none !important}@media(max-width: 767px){body.template-home .js-swiper-home-pagination,body.template-home .js-home-main-slider .swiper-pagination,body.template-home .js-swiper-home-pagination.swiper-pagination-outside{bottom:10px !important;gap:7px !important}body.template-home .js-swiper-home-pagination .swiper-pagination-bullet,body.template-home .js-home-main-slider .swiper-pagination .swiper-pagination-bullet{width:46px !important;height:7px !important}}@media(min-width: 992px){.head-main.pl-header-unified .pl-colored-menu>.pl-mega-dropdown,.pl-colored-menu>.pl-mega-dropdown{border-top:1px solid rgba(255,255,255,.95) !important;box-shadow:inset 0 1px 0 rgba(77,166,255,.35) !important}}.pl-language-flag-holder{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:22px !important;height:22px !important}.pl-language-flag{position:relative;display:inline-block;width:22px;height:15px;flex:0 0 22px;overflow:hidden;border-radius:2px;box-shadow:0 0 0 1px rgba(11,60,115,.22);vertical-align:middle}.pl-flag-es{background:linear-gradient(to bottom, #c60b1e 0 25%, #ffc400 25% 75%, #c60b1e 75% 100%)}.pl-flag-us{background:repeating-linear-gradient(to bottom, #b22234 0 7.69%, #ffffff 7.69% 15.38%)}.pl-flag-us:before{content:"";position:absolute;top:0;left:0;width:9px;height:8px;background:#3c3b6e}.pl-flag-us:after{content:"";position:absolute;top:1px;left:1px;width:7px;height:6px;background-image:radial-gradient(circle, #ffffff 1px, transparent 1px);background-size:3px 3px}.pl-language-link{display:inline-flex !important;align-items:center !important;gap:8px !important}.pl-language-list .list-item+.list-item{margin-top:6px}.br-store-notice{width:100%;background:#0b3c73 !important;color:#fff !important;text-align:center;font-size:13px;line-height:1.4;padding:8px 15px;font-weight:500;position:relative;z-index:50}.br-store-notice span{color:#fff !important}.br-store-notice a,.br-store-notice a:link,.br-store-notice a:visited,.br-store-notice a:hover,.br-store-notice a:focus,.br-store-notice a:active{color:#fff !important;font-weight:700 !important;text-decoration:underline !important}@media(max-width: 768px){.br-store-notice{font-size:11px;line-height:1.5;padding:8px 12px}}.pl-prescription-label{display:inline-flex !important;align-items:center !important;gap:6px !important;position:relative !important;width:fit-content !important}.pl-power-help{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:17px !important;height:17px !important;min-width:17px !important;border-radius:50% !important;background:#008ed8 !important;color:#fff !important;font-size:12px !important;font-weight:800 !important;line-height:1 !important;cursor:help !important;position:relative !important;user-select:none !important}.pl-power-help::after{content:attr(data-tooltip) !important;position:absolute !important;left:50% !important;bottom:calc(100% + 9px) !important;transform:translateX(-18%) !important;width:300px !important;max-width:calc(100vw - 40px) !important;padding:10px 12px !important;background:#fff !important;border:1px solid rgba(0,0,0,.22) !important;border-radius:6px !important;box-shadow:0 4px 12px rgba(0,0,0,.18) !important;color:#3f4a5a !important;font-size:13px !important;font-weight:400 !important;line-height:1.35 !important;text-transform:none !important;letter-spacing:0 !important;white-space:normal !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;z-index:50 !important}.pl-power-help::before{content:"" !important;position:absolute !important;left:50% !important;bottom:calc(100% + 4px) !important;transform:translateX(-50%) rotate(45deg) !important;width:10px !important;height:10px !important;background:#fff !important;border-right:1px solid rgba(0,0,0,.18) !important;border-bottom:1px solid rgba(0,0,0,.18) !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;z-index:51 !important}.pl-power-help:hover::after,.pl-power-help:focus::after,.pl-power-help:hover::before,.pl-power-help:focus::before{opacity:1 !important;visibility:visible !important}@media(max-width: 767px){.pl-power-help::after{left:0 !important;transform:translateX(-10%) !important;width:260px !important}}.js-product-container.js-item-product>article.product.pl-product-card,.list-product .item>article.product.pl-product-card,.showcase-catalog .list-product .item>article.product.pl-product-card,.products-container .list-product .item>article.product.pl-product-card{border-color:#ececec !important;box-shadow:0 2px 8px rgba(0,0,0,.04) !important}.js-product-container.js-item-product>article.product.pl-product-card:hover,.list-product .item>article.product.pl-product-card:hover,.showcase-catalog .list-product .item>article.product.pl-product-card:hover,.products-container .list-product .item>article.product.pl-product-card:hover{border-color:#0b3c73 !important;box-shadow:0 18px 36px rgba(11,60,115,.18),0 8px 18px rgba(0,0,0,.06) !important;transform:translateY(-3px) !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__pack,.list-product .item>article.product.pl-product-card .pl-product-card__pack,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__pack,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__pack{display:block !important;width:100% !important;margin:-6px auto 8px !important;color:#4a5568 !important;font-size:13px !important;font-weight:600 !important;line-height:1.25 !important;text-align:center !important;transition:opacity .2s ease,max-height .25s ease,margin .25s ease,transform .25s ease !important}@media(min-width: 768px){.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__buy,.list-product .item>article.product.pl-product-card .pl-product-card__buy,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__buy,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__buy{max-width:200px !important;height:44px !important;min-height:44px !important;margin:8px auto 0 !important;border-radius:8px !important;background:#0b3c73 !important;color:#fff !important;box-shadow:0 10px 22px rgba(11,60,115,.16) !important;opacity:0 !important;visibility:hidden !important;transform:translateY(8px) !important;pointer-events:none !important}.js-product-container.js-item-product>article.product.pl-product-card:hover .pl-product-card__buy,.list-product .item>article.product.pl-product-card:hover .pl-product-card__buy,.showcase-catalog .list-product .item>article.product.pl-product-card:hover .pl-product-card__buy,.products-container .list-product .item>article.product.pl-product-card:hover .pl-product-card__buy{opacity:1 !important;visibility:visible !important;transform:translateY(0) !important;pointer-events:auto !important}.js-product-container.js-item-product>article.product.pl-product-card:hover .pl-product-card__price,.list-product .item>article.product.pl-product-card:hover .pl-product-card__price,.showcase-catalog .list-product .item>article.product.pl-product-card:hover .pl-product-card__price,.products-container .list-product .item>article.product.pl-product-card:hover .pl-product-card__price,.js-product-container.js-item-product>article.product.pl-product-card:hover .pl-product-card__pack,.list-product .item>article.product.pl-product-card:hover .pl-product-card__pack,.showcase-catalog .list-product .item>article.product.pl-product-card:hover .pl-product-card__pack,.products-container .list-product .item>article.product.pl-product-card:hover .pl-product-card__pack{opacity:0 !important;max-height:0 !important;margin-top:0 !important;margin-bottom:0 !important;overflow:hidden !important;transform:translateY(-6px) !important}}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__buy:hover,.list-product .item>article.product.pl-product-card .pl-product-card__buy:hover,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__buy:hover,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__buy:hover{background:#08305c !important;color:#fff !important;box-shadow:0 14px 26px rgba(11,60,115,.22) !important}@media(max-width: 767px){.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__pack,.list-product .item>article.product.pl-product-card .pl-product-card__pack,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__pack,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__pack{font-size:12px !important;margin:-4px auto 8px !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__buy,.list-product .item>article.product.pl-product-card .pl-product-card__buy,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__buy,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__buy{border-radius:8px !important;background:#0b3c73 !important;box-shadow:0 10px 22px rgba(11,60,115,.16) !important}}@media(min-width: 768px){.js-product-container.js-item-product>article.product.pl-product-card,.list-product .item>article.product.pl-product-card,.showcase-catalog .list-product .item>article.product.pl-product-card,.products-container .list-product .item>article.product.pl-product-card{position:relative !important;height:340px !important;min-height:340px !important;max-height:340px !important;padding-bottom:14px !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__buy,.list-product .item>article.product.pl-product-card .pl-product-card__buy,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__buy,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__buy{position:absolute !important;left:50% !important;bottom:18px !important;width:calc(100% - 44px) !important;max-width:190px !important;margin:0 !important;transform:translate(-50%, 8px) !important}.js-product-container.js-item-product>article.product.pl-product-card:hover .pl-product-card__buy,.list-product .item>article.product.pl-product-card:hover .pl-product-card__buy,.showcase-catalog .list-product .item>article.product.pl-product-card:hover .pl-product-card__buy,.products-container .list-product .item>article.product.pl-product-card:hover .pl-product-card__buy{transform:translate(-50%, 0) !important}}@media(max-width: 767px){.js-product-container.js-item-product>article.product.pl-product-card,.list-product .item>article.product.pl-product-card,.showcase-catalog .list-product .item>article.product.pl-product-card,.products-container .list-product .item>article.product.pl-product-card{height:360px !important;min-height:360px !important;max-height:360px !important}}@media(min-width: 768px){.js-product-container.js-item-product>article.product.pl-product-card,.list-product .item>article.product.pl-product-card,.showcase-catalog .list-product .item>article.product.pl-product-card,.products-container .list-product .item>article.product.pl-product-card{height:335px !important;min-height:335px !important;max-height:335px !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__pack,.list-product .item>article.product.pl-product-card .pl-product-card__pack,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__pack,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__pack{margin:-4px auto 10px !important;word-spacing:2px !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__buy,.list-product .item>article.product.pl-product-card .pl-product-card__buy,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__buy,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__buy{bottom:12px !important;margin-top:18px !important}}@media(max-width: 767px){.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__pack,.list-product .item>article.product.pl-product-card .pl-product-card__pack,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__pack,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__pack{word-spacing:2px !important}}.pl-prescription-card,.pl-prescription-card__body,.pl-prescription-panel,.pl-prescription-different-eyes,.pl-prescription-row,.pl-prescription-fields,.pl-prescription-field,.pl-prescription-label{overflow:visible !important}.pl-power-help::after,.pl-power-help::before{z-index:9999 !important}.pl-prescription-row[data-eye=re] .pl-power-help::after{left:auto !important;right:0 !important;transform:translateX(6%) !important}.pl-prescription-row[data-eye=re] .pl-power-help::before{left:auto !important;right:4px !important;transform:rotate(45deg) !important}@media(max-width: 767px){.pl-prescription-row[data-eye=re] .pl-power-help::after,.pl-prescription-row[data-eye=le] .pl-power-help::after,.pl-power-help::after{left:0 !important;right:auto !important;transform:translateX(-10%) !important;width:260px !important}.pl-prescription-row[data-eye=re] .pl-power-help::before,.pl-prescription-row[data-eye=le] .pl-power-help::before,.pl-power-help::before{left:50% !important;right:auto !important;transform:translateX(-50%) rotate(45deg) !important}}@media(min-width: 768px){.js-product-container.js-item-product>article.product.pl-product-card,.list-product .item>article.product.pl-product-card,.showcase-catalog .list-product .item>article.product.pl-product-card,.products-container .list-product .item>article.product.pl-product-card{height:360px !important;min-height:360px !important;max-height:360px !important;padding-bottom:18px !important;overflow:hidden !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__pack,.list-product .item>article.product.pl-product-card .pl-product-card__pack,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__pack,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__pack{margin:2px auto 14px !important;word-spacing:normal !important;line-height:1.25 !important}.js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__buy,.list-product .item>article.product.pl-product-card .pl-product-card__buy,.showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__buy,.products-container .list-product .item>article.product.pl-product-card .pl-product-card__buy{bottom:20px !important;margin-top:0 !important}}.pl-prescription-card{overflow:hidden !important;border-radius:20px !important}.pl-prescription-card__body,.pl-prescription-panel,.pl-prescription-different-eyes,.pl-prescription-row,.pl-prescription-fields,.pl-prescription-field,.pl-prescription-label{overflow:visible !important}.pl-power-help::after{top:calc(100% + 9px) !important;bottom:auto !important;left:0 !important;right:auto !important;transform:none !important;width:300px !important;max-width:min(300px,100vw - 40px) !important;z-index:9999 !important}.pl-power-help::before{top:calc(100% + 4px) !important;bottom:auto !important;left:4px !important;right:auto !important;transform:rotate(45deg) !important;z-index:10000 !important}.pl-prescription-row[data-eye=re] .pl-power-help::after{left:auto !important;right:0 !important;transform:none !important}.pl-prescription-row[data-eye=re] .pl-power-help::before{left:auto !important;right:4px !important;transform:rotate(45deg) !important}@media(max-width: 767px){.pl-power-help::after,.pl-prescription-row[data-eye=re] .pl-power-help::after,.pl-prescription-row[data-eye=le] .pl-power-help::after{top:calc(100% + 9px) !important;bottom:auto !important;left:0 !important;right:auto !important;transform:none !important;width:250px !important;max-width:calc(100vw - 40px) !important}.pl-power-help::before,.pl-prescription-row[data-eye=re] .pl-power-help::before,.pl-prescription-row[data-eye=le] .pl-power-help::before{top:calc(100% + 4px) !important;bottom:auto !important;left:4px !important;right:auto !important;transform:rotate(45deg) !important}}@media(min-width: 768px){.section-home.section-featured-home .js-product-container.js-item-product>article.product.pl-product-card,.section-home.section-featured-home .list-product .item>article.product.pl-product-card,.section-home.section-featured-home .showcase-catalog .list-product .item>article.product.pl-product-card,.section-home.section-featured-home .products-container .list-product .item>article.product.pl-product-card{position:relative !important;height:360px !important;min-height:360px !important;max-height:360px !important;padding:14px 14px 18px !important;overflow:hidden !important}.section-home.section-featured-home .js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__image-link,.section-home.section-featured-home .list-product .item>article.product.pl-product-card .pl-product-card__image-link,.section-home.section-featured-home .showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__image-link,.section-home.section-featured-home .products-container .list-product .item>article.product.pl-product-card .pl-product-card__image-link{height:205px !important;min-height:205px !important;max-height:205px !important;margin:0 0 18px !important;overflow:hidden !important}.section-home.section-featured-home .js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__info,.section-home.section-featured-home .list-product .item>article.product.pl-product-card .pl-product-card__info,.section-home.section-featured-home .showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__info,.section-home.section-featured-home .products-container .list-product .item>article.product.pl-product-card .pl-product-card__info{min-height:0 !important;overflow:visible !important}.section-home.section-featured-home .js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__name,.section-home.section-featured-home .list-product .item>article.product.pl-product-card .pl-product-card__name,.section-home.section-featured-home .showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__name,.section-home.section-featured-home .products-container .list-product .item>article.product.pl-product-card .pl-product-card__name{min-height:44px !important;margin:0 auto 10px !important}.section-home.section-featured-home .js-product-container.js-item-product>article.product.pl-product-card .pl-product-card__buy,.section-home.section-featured-home .list-product .item>article.product.pl-product-card .pl-product-card__buy,.section-home.section-featured-home .showcase-catalog .list-product .item>article.product.pl-product-card .pl-product-card__buy,.section-home.section-featured-home .products-container .list-product .item>article.product.pl-product-card .pl-product-card__buy{position:absolute !important;left:50% !important;bottom:20px !important;width:calc(100% - 44px) !important;max-width:190px !important;margin:0 !important;opacity:0 !important;visibility:hidden !important;transform:translate(-50%, 8px) !important;pointer-events:none !important}.section-home.section-featured-home .js-product-container.js-item-product>article.product.pl-product-card:hover .pl-product-card__buy,.section-home.section-featured-home .list-product .item>article.product.pl-product-card:hover .pl-product-card__buy,.section-home.section-featured-home .showcase-catalog .list-product .item>article.product.pl-product-card:hover .pl-product-card__buy,.section-home.section-featured-home .products-container .list-product .item>article.product.pl-product-card:hover .pl-product-card__buy{opacity:1 !important;visibility:visible !important;transform:translate(-50%, 0) !important;pointer-events:auto !important}.section-home.section-featured-home .js-product-container.js-item-product>article.product.pl-product-card:hover .pl-product-card__price,.section-home.section-featured-home .list-product .item>article.product.pl-product-card:hover .pl-product-card__price,.section-home.section-featured-home .showcase-catalog .list-product .item>article.product.pl-product-card:hover .pl-product-card__price,.section-home.section-featured-home .products-container .list-product .item>article.product.pl-product-card:hover .pl-product-card__price,.section-home.section-featured-home .js-product-container.js-item-product>article.product.pl-product-card:hover .pl-product-card__pack,.section-home.section-featured-home .list-product .item>article.product.pl-product-card:hover .pl-product-card__pack,.section-home.section-featured-home .showcase-catalog .list-product .item>article.product.pl-product-card:hover .pl-product-card__pack,.section-home.section-featured-home .products-container .list-product .item>article.product.pl-product-card:hover .pl-product-card__pack{opacity:0 !important;max-height:0 !important;margin-top:0 !important;margin-bottom:0 !important;overflow:hidden !important;transform:translateY(-6px) !important}}.pl-prescription-card__guide{display:inline-flex !important;align-items:center !important;gap:7px !important;margin:0 0 16px !important;color:#0b3c73 !important;font-size:14px !important;font-weight:800 !important;line-height:1.2 !important}.pl-prescription-card__guide .pl-power-help{flex:0 0 auto !important}.pl-prescription-card__guide .pl-power-help::after{top:calc(100% + 9px) !important;bottom:auto !important;left:0 !important;right:auto !important;transform:none !important;width:340px !important;max-width:min(340px,100vw - 40px) !important}.pl-prescription-card__guide .pl-power-help::before{top:calc(100% + 4px) !important;bottom:auto !important;left:4px !important;right:auto !important;transform:rotate(45deg) !important}.js-pl-same-row{display:none !important}.js-pl-different-eyes{display:grid}.pl-product-detail-pack{display:block !important;width:100% !important;max-width:440px !important;margin:10px 0 4px !important;padding:10px 14px !important;background:#f4f8ff !important;border:1px solid rgba(11,60,115,.18) !important;border-left:4px solid #0b3c73 !important;border-radius:10px !important;color:#0b3c73 !important;box-shadow:0 8px 20px rgba(11,60,115,.06) !important}.pl-product-detail-pack__title{color:#0b3c73 !important;font-size:15px !important;line-height:1.25 !important;font-weight:800 !important}.pl-product-detail-pack__note{margin-top:4px !important;color:#24364d !important;font-size:13px !important;line-height:1.35 !important;font-weight:500 !important}.pl-product-image-disclaimer{color:#38485c !important;font-size:13px !important;line-height:1.5 !important;font-weight:600 !important;opacity:1 !important}@media(max-width: 767px){.pl-product-detail-pack{max-width:none !important;margin-top:8px !important}.pl-product-image-disclaimer{font-size:12.5px !important}}@media(min-width: 768px){#single-product .pl-prescription-card{width:100% !important;max-width:520px !important;margin-right:auto !important}#single-product .pl-prescription-different-eyes{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;column-gap:36px !important;row-gap:0 !important}#single-product .pl-prescription-fields{display:block !important}#single-product .pl-prescription-field+.pl-prescription-field{margin-top:10px !important}#single-product .pl-prescription-select{width:145px !important;min-width:145px !important}}.pl-contact-layout{display:grid !important;grid-template-columns:minmax(300px, 430px) minmax(420px, 560px) !important;gap:44px !important;align-items:start !important;justify-content:center !important;margin-top:24px !important}.pl-contact-side{display:flex !important;flex-direction:column !important;gap:28px !important;min-width:0 !important}.pl-contact-info-card{color:#0b3c73 !important}.pl-contact-info-card a,.pl-contact-info-card .contact-link{color:#0b3c73 !important}.pl-contact-help-card{width:100% !important;max-width:430px !important;margin:0 !important;align-self:stretch !important}.pl-contact-form-card{width:100% !important;max-width:560px !important;margin:0 !important}@media(max-width: 991px){.pl-contact-layout{grid-template-columns:1fr !important;gap:24px !important}.pl-contact-side,.pl-contact-form-card,.pl-contact-help-card{max-width:620px !important;width:100% !important;margin-left:auto !important;margin-right:auto !important}}#single-product .pl-prescription-card{width:100% !important;max-width:500px !important}#single-product .pl-prescription-card__tabs,#single-product .pl-prescription-card__body{width:100% !important;box-sizing:border-box !important}#single-product .pl-prescription-different-eyes{display:grid !important;grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) !important;column-gap:44px !important;row-gap:18px !important;width:100% !important;align-items:start !important}#single-product .pl-prescription-different-eyes .pl-prescription-row{width:100% !important;min-width:0 !important}#single-product .pl-prescription-different-eyes .pl-prescription-fields{display:flex !important;flex-direction:column !important;align-items:flex-start !important;gap:10px !important}#single-product .pl-prescription-different-eyes .pl-prescription-field,#single-product .pl-prescription-different-eyes .pl-prescription-select{width:100% !important;max-width:150px !important}#single-product .pl-prescription-different-eyes .pl-prescription-field--qty{max-width:150px !important}#single-product .pl-prescription-different-eyes .pl-prescription-qty{width:150px !important;grid-template-columns:38px 52px 38px !important;justify-content:start !important}@media(max-width: 767px){#single-product .pl-prescription-card{max-width:100% !important}#single-product .pl-prescription-different-eyes{grid-template-columns:1fr !important;column-gap:0 !important}}body.template-home .pl-home-section-title,body.template-home .section-home.section-featured-home .js-products-featured-title,body.template-home .section-home.section-featured-home .js-products-new-title,body.template-home .section-home.section-featured-home .js-products-sale-title{display:block !important;width:100% !important;margin:0 auto 28px !important;text-align:center !important;color:#0b3c73 !important;font-weight:500 !important;line-height:1.15 !important;position:relative !important}body.template-home .pl-home-section-title::after,body.template-home .section-home.section-featured-home .js-products-featured-title::after,body.template-home .section-home.section-featured-home .js-products-new-title::after,body.template-home .section-home.section-featured-home .js-products-sale-title::after{content:"";display:block;width:72px;height:2px;margin:12px auto 0;background:#4da6ff;border-radius:999px}body.template-home .pl-home-brands-section{padding:34px 0 42px !important}body.template-home .pl-home-brands-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:28px;align-items:stretch;max-width:880px;margin:0 auto}body.template-home .pl-home-brand-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:174px;padding:26px 22px 22px;background:#fff;border:1px solid rgba(11,60,115,.16);border-radius:18px;box-shadow:0 10px 28px rgba(11,60,115,.08);text-decoration:none !important;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}body.template-home .pl-home-brand-card:hover{border-color:#0b3c73;box-shadow:0 20px 46px rgba(11,60,115,.16);transform:translateY(-3px)}body.template-home .pl-home-brand-logo-wrap{display:flex;align-items:center;justify-content:center;width:100%;height:82px;margin-bottom:18px}body.template-home .pl-home-brand-logo{display:block;max-width:170px;max-height:78px;width:auto;height:auto;object-fit:contain}body.template-home .pl-home-brand-name{display:block;color:#0b3c73;font-size:16px;font-weight:800;line-height:1.2;text-align:center}@media(max-width: 767px){body.template-home .pl-home-section-title,body.template-home .section-home.section-featured-home .js-products-featured-title,body.template-home .section-home.section-featured-home .js-products-new-title,body.template-home .section-home.section-featured-home .js-products-sale-title{margin-bottom:22px !important}body.template-home .pl-home-brands-section{padding:26px 0 32px !important}body.template-home .pl-home-brands-grid{grid-template-columns:1fr;gap:16px;max-width:320px}body.template-home .pl-home-brand-card{min-height:142px;padding:22px 18px 18px}}.pl-product-payments-after-prescription{margin:8px 0 16px;padding:0}@media(min-width: 768px){.head-main.pl-header-split .pl-mobile-left-actions,.head-main.pl-header-split .pl-mobile-search-toggle,.head-main.pl-header-split .pl-mobile-header-links,.head-main.pl-header-split .pl-utility-lang-mobile,body.template-home .pl-mobile-scroll-dots{display:none !important}}@media(max-width: 767px){body.template-home,body.template-home *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.head-main.pl-header-split,.head-main.pl-header-split.head-colors{background:#fff !important;color:#0b3c73 !important;fill:#0b3c73 !important;box-shadow:0 6px 18px rgba(11,60,115,.08) !important}.head-main.pl-header-split .br-store-notice{background:#0b3c73 !important;color:#fff !important}.head-main.pl-header-split .head-row{position:relative !important;display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;min-height:76px !important;padding:14px 14px 10px !important;margin:0 auto !important;background:#fff !important}.head-main.pl-header-split .pl-mobile-left-actions{position:absolute !important;left:16px !important;top:50% !important;transform:translateY(-50%) !important;z-index:3 !important;display:flex !important;align-items:center !important;gap:14px !important}.head-main.pl-header-split .pl-mobile-search-toggle{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:24px !important;height:24px !important;padding:0 !important;border:0 !important;background:rgba(0,0,0,0) !important;color:#0b3c73 !important;fill:#0b3c73 !important}.head-main.pl-header-split .pl-mobile-search-toggle svg,.head-main.pl-header-split .pl-mobile-search-toggle .icon-inline{width:20px !important;height:20px !important;color:#0b3c73 !important;fill:#0b3c73 !important}.head-main.pl-header-split .logo-container,.head-main.pl-header-split .logo-left .logo-container,.head-main.pl-header-split .logo-center .logo-container{position:absolute !important;left:50% !important;top:50% !important;transform:translate(-50%, -50%) !important;z-index:2 !important;width:132px !important;max-width:132px !important;margin:0 !important;text-align:center !important}.head-main.pl-header-split .logo-img-container{max-width:132px !important;margin:0 auto !important}.head-main.pl-header-split .logo-img,.head-main.pl-header-split .logo-text,.head-main.pl-header-split .logo-container img{max-width:132px !important;max-height:48px !important;height:auto !important}.head-main.pl-header-split .utilities-container{position:absolute !important;right:12px !important;top:50% !important;transform:translateY(-50%) !important;z-index:3 !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:7px !important;width:auto !important;min-width:0 !important;margin:0 !important;color:#0b3c73 !important;fill:#0b3c73 !important}.head-main.pl-header-split .pl-utility-lang,.head-main.pl-header-split .pl-utility-search{display:none !important}.head-main.pl-header-split .pl-utility-lang-mobile{display:inline-flex !important;align-items:center !important;max-width:56px !important;overflow:visible !important;margin-right:0 !important;transform:translateX(-2px) !important}.head-main.pl-header-split .pl-utility-lang-mobile .utilities-item,.head-main.pl-header-split .pl-utility-lang-mobile a,.head-main.pl-header-split .pl-utility-lang-mobile button{max-width:none !important;overflow:visible !important;white-space:nowrap !important;color:#0b3c73 !important}.head-main.pl-header-split .pl-utility-account,.head-main.pl-header-split .pl-utility-cart{display:inline-flex !important;align-items:center !important}.head-main.pl-header-split .header-utility,.head-main.pl-header-split .header-utility svg,.head-main.pl-header-split .header-utility .icon-inline,.head-main.pl-header-split .menu-container button,.head-main.pl-header-split .menu-container svg,.head-main.pl-header-split .menu-container .icon-inline{color:#0b3c73 !important;fill:#0b3c73 !important}.head-main.pl-header-split .search-container{position:absolute !important;left:16px !important;right:16px !important;top:calc(100% + 6px) !important;z-index:50 !important;width:auto !important;max-width:none !important;margin:0 !important;padding:12px !important;border:1px solid rgba(11,60,115,.16) !important;border-radius:16px !important;background:#fff !important;box-shadow:0 18px 44px rgba(11,60,115,.18) !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transform:translateY(-8px) !important;transition:opacity .18s ease,transform .18s ease,visibility .18s ease !important}.head-main.pl-header-split .search-container.pl-search-open{opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:translateY(0) !important}.head-main.pl-header-split .search-container form,.head-main.pl-header-split .search-container .input-group,.head-main.pl-header-split .search-container .position-relative{width:100% !important}.head-main.pl-header-split .search-container input[type=search],.head-main.pl-header-split .search-container input[type=text],.head-main.pl-header-split .search-container .js-search-input{width:100% !important;height:44px !important;border:1px solid rgba(11,60,115,.32) !important;border-radius:8px !important;background:#fff !important;color:#0b3c73 !important;padding:0 46px 0 14px !important;font-size:14px !important}.head-main.pl-header-split .pl-mobile-header-links{display:flex !important;align-items:center !important;justify-content:center !important;gap:20px !important;width:100% !important;padding:10px 12px 14px !important;border-top:1px solid rgba(11,60,115,.1) !important;background:#fff !important}.head-main.pl-header-split .pl-mobile-header-link{color:#0b3c73 !important;font-size:12px !important;font-weight:800 !important;line-height:1.2 !important;white-space:nowrap !important;text-decoration:none !important}.head-main.pl-header-split .main-categories-container{display:none !important}.modal-nav-main>.modal-body{grid-template-rows:auto 1fr auto !important}.modal-nav-hamburger,.modal-nav-hamburger .pl-mobile-panel-main-links,.modal-nav-hamburger .nav-list[data-store=navigation]{display:block !important;width:100% !important;margin:0 !important}.modal-nav-hamburger .pl-mobile-panel-main-links .nav-list-link,.modal-nav-hamburger .nav-list[data-store=navigation] .nav-list-link{display:block !important;width:100% !important;padding:18px 14px !important;color:#0b3c73 !important;font-weight:800 !important;text-transform:uppercase !important;border-bottom:1px solid rgba(11,60,115,.16) !important;text-decoration:none !important}.modal-nav-hamburger .nav-secondary{display:none !important}body.template-home .section-home.section-featured-home,body.template-home .section-home.section-featured-home *,body.template-home .pl-home-brands-section,body.template-home .pl-home-brands-section *{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}body.template-home .section-home.section-featured-home>.container,body.template-home .section-home.section-featured-home .js-products-featured-container,body.template-home .section-home.section-featured-home .js-products-new-container,body.template-home .section-home.section-featured-home .js-products-sale-container,body.template-home .pl-home-brands-section .container{padding-left:16px !important;padding-right:16px !important;overflow:hidden !important}body.template-home .section-home.section-featured-home .js-swiper-featured,body.template-home .section-home.section-featured-home .js-swiper-new,body.template-home .section-home.section-featured-home .js-swiper-sale{overflow:hidden !important;width:100% !important}body.template-home .section-home.section-featured-home .js-products-featured-grid,body.template-home .section-home.section-featured-home .js-products-new-grid,body.template-home .section-home.section-featured-home .js-products-sale-grid,body.template-home .pl-home-brands-grid{display:flex !important;flex-wrap:nowrap !important;align-items:stretch !important;justify-content:flex-start !important;grid-template-columns:none !important;gap:0 !important;overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x mandatory !important;-webkit-overflow-scrolling:touch !important;scrollbar-width:none !important;scroll-behavior:smooth !important}body.template-home .section-home.section-featured-home .js-products-featured-grid::-webkit-scrollbar,body.template-home .section-home.section-featured-home .js-products-new-grid::-webkit-scrollbar,body.template-home .section-home.section-featured-home .js-products-sale-grid::-webkit-scrollbar,body.template-home .pl-home-brands-grid::-webkit-scrollbar{display:none !important}body.template-home .section-home.section-featured-home .js-product-container,body.template-home .section-home.section-featured-home .swiper-slide,body.template-home .pl-home-brand-card{flex:0 0 calc(50% - 8px) !important;width:calc(50% - 8px) !important;max-width:calc(50% - 8px) !important;margin-right:16px !important;scroll-snap-align:start !important;box-sizing:border-box !important}body.template-home .section-home.section-featured-home article.product.pl-product-card{height:336px !important;min-height:336px !important;max-height:336px !important;padding:10px 8px 12px !important}body.template-home .section-home.section-featured-home article.product.pl-product-card .pl-product-card__image-link{height:145px !important;min-height:145px !important;max-height:145px !important;margin-bottom:12px !important}body.template-home .section-home.section-featured-home article.product.pl-product-card .pl-product-card__buy{display:flex !important;max-width:138px !important;margin-top:16px !important}body.template-home .pl-home-brand-card{min-height:150px !important}body.template-home .pl-mobile-scroll-dots,body.template-home .section-home.section-featured-home .swiper-pagination{display:flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;width:100% !important;margin:18px auto 0 !important;min-height:12px !important}body.template-home .pl-mobile-scroll-dots .pl-scroll-dot,body.template-home .section-home.section-featured-home .swiper-pagination-bullet{display:block !important;width:7px !important;height:7px !important;border:1px solid #0b3c73 !important;border-radius:999px !important;background:rgba(0,0,0,0) !important;padding:0 !important;margin:0 !important;opacity:1 !important}body.template-home .pl-mobile-scroll-dots .pl-scroll-dot.is-active,body.template-home .section-home.section-featured-home .swiper-pagination-bullet-active{background:#0b3c73 !important}}@media(max-width: 767px){.modal-nav-main>.modal-body{display:flex !important;flex-direction:column !important;grid-template-rows:none !important;min-height:auto !important;height:auto !important;padding:0 !important}.modal-nav-main .modal-footer,.modal-nav-hamburger .modal-footer{position:static !important;margin-top:0 !important;padding:12px 14px !important;border-top:1px solid rgba(11,60,115,.16) !important;background:#fff !important}.modal-nav-hamburger .pl-mobile-panel-main-links{flex:0 0 auto !important}.modal-nav-hamburger .pl-mobile-panel-category .nav-list-link{border-bottom:0 !important}.modal-nav-hamburger .pl-mobile-panel-subcategories{display:block !important;padding:0 0 10px 26px !important;border-bottom:1px solid rgba(11,60,115,.16) !important}.modal-nav-hamburger .pl-mobile-panel-subcategory-link{display:block !important;padding:9px 0 !important;color:#0b3c73 !important;font-size:13px !important;font-weight:700 !important;text-decoration:none !important}.modal-nav-hamburger .nav-secondary{display:none !important}body.template-home .section-home.section-featured-home .js-swiper-featured,body.template-home .section-home.section-featured-home .js-swiper-new,body.template-home .section-home.section-featured-home .js-swiper-sale{overflow:hidden !important;width:100% !important}body.template-home .section-home.section-featured-home .js-products-featured-grid.swiper-wrapper,body.template-home .section-home.section-featured-home .js-products-new-grid.swiper-wrapper,body.template-home .section-home.section-featured-home .js-products-sale-grid.swiper-wrapper{display:flex !important;flex-wrap:nowrap !important;overflow:visible !important;scroll-snap-type:none !important}body.template-home .section-home.section-featured-home .js-product-container.swiper-slide{flex:0 0 auto !important;margin-right:0 !important;scroll-snap-align:none !important}body.template-home .section-home.section-featured-home .swiper-pagination{display:flex !important}body.template-home .section-banners-home[data-store=home-banner-categories]{overflow:hidden !important}body.template-home .section-banners-home[data-store=home-banner-categories] .js-banner-container,body.template-home .section-banners-home[data-store=home-banner-categories] .container{width:100% !important;max-width:100% !important;padding-left:18px !important;padding-right:18px !important;margin-left:auto !important;margin-right:auto !important;overflow:hidden !important;box-sizing:border-box !important}body.template-home .section-banners-home[data-store=home-banner-categories] .js-swiper-banner{width:100% !important;max-width:100% !important;overflow:hidden !important;margin:0 auto !important}body.template-home .section-banners-home[data-store=home-banner-categories] .swiper-wrapper{align-items:stretch !important}body.template-home .section-banners-home[data-store=home-banner-categories] .swiper-slide{box-sizing:border-box !important}body.template-home .section-banners-home[data-store=home-banner-categories] img{display:block !important;width:100% !important;height:auto !important;margin:0 auto !important}}@media(max-width: 767px){body.template-home .section-home.section-featured-home,body.template-home .pl-home-brands-section{overflow:hidden !important}body.template-home .section-home.section-featured-home>.container,body.template-home .section-home.section-featured-home .js-products-featured-container,body.template-home .section-home.section-featured-home .js-products-new-container,body.template-home .section-home.section-featured-home .js-products-sale-container,body.template-home .pl-home-brands-section>.container{width:100% !important;max-width:100% !important;padding-left:18px !important;padding-right:18px !important;margin-left:auto !important;margin-right:auto !important;overflow:hidden !important;box-sizing:border-box !important}body.template-home .section-home.section-featured-home .js-swiper-featured,body.template-home .section-home.section-featured-home .js-swiper-new,body.template-home .section-home.section-featured-home .js-swiper-sale{width:100% !important;max-width:100% !important;overflow:hidden !important;margin-left:auto !important;margin-right:auto !important}body.template-home .section-home.section-featured-home .js-products-featured-grid,body.template-home .section-home.section-featured-home .js-products-new-grid,body.template-home .section-home.section-featured-home .js-products-sale-grid,body.template-home .pl-home-brands-grid{display:flex !important;flex-wrap:nowrap !important;justify-content:flex-start !important;align-items:stretch !important;gap:16px !important;width:100% !important;max-width:100% !important;padding:0 !important;margin:0 !important;overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x mandatory !important;scroll-padding-left:0 !important;-webkit-overflow-scrolling:touch !important;scrollbar-width:none !important;scroll-behavior:smooth !important;grid-template-columns:none !important}body.template-home .section-home.section-featured-home .js-products-featured-grid::-webkit-scrollbar,body.template-home .section-home.section-featured-home .js-products-new-grid::-webkit-scrollbar,body.template-home .section-home.section-featured-home .js-products-sale-grid::-webkit-scrollbar,body.template-home .pl-home-brands-grid::-webkit-scrollbar{display:none !important}body.template-home .section-home.section-featured-home .js-product-container,body.template-home .section-home.section-featured-home .js-product-container.swiper-slide,body.template-home .section-home.section-featured-home .swiper-slide,body.template-home .pl-home-brand-card{flex:0 0 calc((100% - 16px)/2) !important;width:calc((100% - 16px)/2) !important;min-width:calc((100% - 16px)/2) !important;max-width:calc((100% - 16px)/2) !important;margin:0 !important;box-sizing:border-box !important;scroll-snap-align:start !important;scroll-snap-stop:always !important}body.template-home .section-home.section-featured-home article.product.pl-product-card{width:100% !important;max-width:100% !important;height:336px !important;min-height:336px !important;max-height:336px !important;margin:0 !important;padding:10px 8px 12px !important;box-sizing:border-box !important}body.template-home .section-home.section-featured-home article.product.pl-product-card .pl-product-card__image-link{height:145px !important;min-height:145px !important;max-height:145px !important;margin-bottom:12px !important}body.template-home .section-home.section-featured-home article.product.pl-product-card .pl-product-card__buy{display:flex !important;max-width:138px !important;margin:16px auto 0 !important}body.template-home .pl-home-brand-card{min-height:150px !important}body.template-home .pl-mobile-scroll-dots,body.template-home .section-home.section-featured-home .swiper-pagination{display:flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;width:100% !important;margin:18px auto 0 !important;min-height:12px !important}body.template-home .pl-mobile-scroll-dots .pl-scroll-dot,body.template-home .section-home.section-featured-home .swiper-pagination-bullet{display:block !important;width:7px !important;height:7px !important;border:1px solid #0b3c73 !important;border-radius:999px !important;background:rgba(0,0,0,0) !important;padding:0 !important;margin:0 !important;opacity:1 !important;appearance:none !important}body.template-home .pl-mobile-scroll-dots .pl-scroll-dot.is-active,body.template-home .section-home.section-featured-home .swiper-pagination-bullet-active{background:#0b3c73 !important}}.pl-about-page{padding:42px 0 72px;color:#111827}.pl-about-page *{color:inherit}.pl-about-hero{display:grid;grid-template-columns:minmax(0, 1.1fr) minmax(280px, 0.9fr);gap:34px;align-items:center;padding:34px;border:1px solid rgba(11,60,115,.16);border-radius:24px;background:linear-gradient(135deg, #ffffff 0%, #f6faff 100%);box-shadow:0 18px 45px rgba(11,60,115,.08)}.pl-about-eyebrow{display:inline-flex;align-items:center;margin-bottom:12px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0b3c73}.pl-about-hero h1{margin:0 0 14px;color:#111827;font-size:clamp(34px,4vw,54px);line-height:1.04;font-weight:800}.pl-about-hero p,.pl-about-card p,.pl-about-value span{color:#374151;font-size:16px;line-height:1.72}.pl-about-hero__image{position:relative;overflow:hidden;border-radius:20px;background:#f4f7fb;box-shadow:0 16px 36px rgba(0,0,0,.12)}.pl-about-hero__image img{display:block;width:100%;min-height:280px;object-fit:cover}.pl-about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;margin-top:28px}.pl-about-card{padding:28px;border:1px solid rgba(17,24,39,.08);border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(11,60,115,.06)}.pl-about-card--large{grid-row:span 2}.pl-about-card h2{margin:0 0 12px;color:#111827;font-size:24px;line-height:1.2;font-weight:800}.pl-about-card p:last-child{margin-bottom:0}.pl-about-values{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:18px;margin-top:28px}.pl-about-value{padding:22px;border-radius:18px;background:#f8fbff;border:1px solid rgba(11,60,115,.12)}.pl-about-value strong{display:block;margin-bottom:8px;color:#111827;font-size:17px;font-weight:800}@media(max-width: 991px){.pl-about-hero,.pl-about-grid,.pl-about-values{grid-template-columns:1fr}.pl-about-hero{padding:24px}.pl-about-card--large{grid-row:auto}}@media(max-width: 575px){.pl-about-page{padding:28px 0 48px}.pl-about-hero,.pl-about-card,.pl-about-value{border-radius:16px}.pl-about-hero h1{font-size:34px}}@media(max-width: 767px){body.template-home .section-home.section-featured-home,body.template-product .js-related-products,body.template-product .js-complementary-products{overflow:hidden !important}body.template-home .section-home.section-featured-home>.container,body.template-home .section-home.section-featured-home .js-products-featured-container,body.template-home .section-home.section-featured-home .js-products-new-container,body.template-home .section-home.section-featured-home .js-products-sale-container,body.template-product .js-related-products>.container,body.template-product .js-complementary-products>.container{width:100% !important;max-width:100% !important;padding-left:12px !important;padding-right:12px !important;margin-left:auto !important;margin-right:auto !important;overflow:hidden !important;box-sizing:border-box !important}body.template-home .section-home.section-featured-home .js-swiper-featured,body.template-home .section-home.section-featured-home .js-swiper-new,body.template-home .section-home.section-featured-home .js-swiper-sale,body.template-product .js-swiper-related,body.template-product .js-swiper-complementary{width:100% !important;max-width:100% !important;overflow:hidden !important;margin-left:auto !important;margin-right:auto !important}body.template-home .section-home.section-featured-home .js-products-featured-grid,body.template-home .section-home.section-featured-home .js-products-new-grid,body.template-home .section-home.section-featured-home .js-products-sale-grid,body.template-product .js-swiper-related .swiper-wrapper,body.template-product .js-swiper-complementary .swiper-wrapper{display:flex !important;flex-wrap:nowrap !important;justify-content:flex-start !important;align-items:stretch !important;gap:8px !important;width:100% !important;max-width:100% !important;padding:0 !important;margin:0 !important;overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x mandatory !important;scroll-padding-left:0 !important;-webkit-overflow-scrolling:touch !important;scrollbar-width:none !important;scroll-behavior:smooth !important;grid-template-columns:none !important}body.template-home .section-home.section-featured-home .js-products-featured-grid::-webkit-scrollbar,body.template-home .section-home.section-featured-home .js-products-new-grid::-webkit-scrollbar,body.template-home .section-home.section-featured-home .js-products-sale-grid::-webkit-scrollbar,body.template-product .js-swiper-related .swiper-wrapper::-webkit-scrollbar,body.template-product .js-swiper-complementary .swiper-wrapper::-webkit-scrollbar{display:none !important}body.template-home .section-home.section-featured-home .js-product-container,body.template-home .section-home.section-featured-home .js-product-container.swiper-slide,body.template-home .section-home.section-featured-home .swiper-slide,body.template-product .js-swiper-related .swiper-slide,body.template-product .js-swiper-complementary .swiper-slide{flex:0 0 calc((100% - 8px)/2) !important;width:calc((100% - 8px)/2) !important;min-width:calc((100% - 8px)/2) !important;max-width:calc((100% - 8px)/2) !important;margin:0 !important;box-sizing:border-box !important;scroll-snap-align:start !important;scroll-snap-stop:always !important}body.template-home .section-home.section-featured-home article.product.pl-product-card,body.template-product article.product.pl-product-card{width:100% !important;max-width:100% !important;min-height:350px !important;height:350px !important;max-height:350px !important;margin:0 !important;padding:10px 8px 12px !important;box-sizing:border-box !important}body.template-home .section-home.section-featured-home article.product.pl-product-card .pl-product-card__image-link,body.template-product article.product.pl-product-card .pl-product-card__image-link{height:150px !important;min-height:150px !important;max-height:150px !important;margin-bottom:12px !important}body.template-home .section-home.section-featured-home article.product.pl-product-card .pl-product-card__name,body.template-product article.product.pl-product-card .pl-product-card__name{min-height:42px !important;line-height:1.18 !important}body.template-home .section-home.section-featured-home article.product.pl-product-card .pl-product-card__buy,body.template-product article.product.pl-product-card .pl-product-card__buy{display:flex !important;max-width:136px !important;min-height:40px !important;margin:14px auto 0 !important}body.template-home .section-home.section-featured-home .js-swiper-featured-pagination,body.template-home .section-home.section-featured-home .js-swiper-new-pagination,body.template-home .section-home.section-featured-home .js-swiper-sale-pagination,body.template-home .pl-mobile-scroll-dots,body.template-product .js-swiper-related-pagination,body.template-product .js-swiper-complementary-pagination{display:flex !important;position:static !important;align-items:center !important;justify-content:center !important;gap:8px !important;width:100% !important;margin:18px auto 0 !important;min-height:12px !important}body.template-home .section-home.section-featured-home .swiper-pagination-bullet,body.template-home .pl-mobile-scroll-dots .pl-scroll-dot,body.template-product .swiper-pagination-bullet{display:block !important;width:7px !important;height:7px !important;border:1px solid #0b3c73 !important;border-radius:999px !important;background:rgba(0,0,0,0) !important;padding:0 !important;margin:0 !important;opacity:1 !important;appearance:none !important}body.template-home .section-home.section-featured-home .swiper-pagination-bullet-active,body.template-home .pl-mobile-scroll-dots .pl-scroll-dot.is-active,body.template-product .swiper-pagination-bullet-active{background:#0b3c73 !important}}@media(max-width: 767px){body.template-home .section-home.section-featured-home .js-products-featured-grid,body.template-home .section-home.section-featured-home .js-products-new-grid,body.template-home .section-home.section-featured-home .js-products-sale-grid{overflow-x:auto !important;overflow-y:hidden !important;-webkit-overflow-scrolling:touch !important;touch-action:pan-y !important;overscroll-behavior-x:contain !important;cursor:grab}body.template-home .section-home.section-featured-home .js-products-featured-grid.is-dragging,body.template-home .section-home.section-featured-home .js-products-new-grid.is-dragging,body.template-home .section-home.section-featured-home .js-products-sale-grid.is-dragging{cursor:grabbing}}@media(max-width: 767px){body.template-home .section-home.section-featured-home .js-swiper-featured,body.template-home .section-home.section-featured-home .js-swiper-new,body.template-home .section-home.section-featured-home .js-swiper-sale{overflow:hidden !important;touch-action:pan-y pinch-zoom !important}body.template-home .section-home.section-featured-home .js-products-featured-grid.swiper-wrapper,body.template-home .section-home.section-featured-home .js-products-new-grid.swiper-wrapper,body.template-home .section-home.section-featured-home .js-products-sale-grid.swiper-wrapper{display:flex !important;flex-wrap:nowrap !important;overflow:visible !important;scroll-snap-type:none !important;scroll-behavior:auto !important;touch-action:pan-y pinch-zoom !important;will-change:transform !important}body.template-home .section-home.section-featured-home .js-product-container.swiper-slide{flex:0 0 auto !important;margin-right:0 !important;scroll-snap-align:none !important}body.template-home .section-home.section-featured-home .js-swiper-featured-pagination,body.template-home .section-home.section-featured-home .js-swiper-new-pagination,body.template-home .section-home.section-featured-home .js-swiper-sale-pagination{display:flex !important;position:static !important;justify-content:center !important;align-items:center !important;gap:8px !important;width:100% !important;margin:18px auto 0 !important}}@media(max-width: 767px){body.template-home .section-home.section-featured-home>.container,body.template-home .section-home.section-featured-home .js-products-featured-container,body.template-home .section-home.section-featured-home .js-products-new-container,body.template-home .section-home.section-featured-home .js-products-sale-container{width:100% !important;max-width:100% !important;padding-left:18px !important;padding-right:18px !important;overflow:visible !important;box-sizing:border-box !important}body.template-home .section-home.section-featured-home .js-swiper-featured,body.template-home .section-home.section-featured-home .js-swiper-new,body.template-home .section-home.section-featured-home .js-swiper-sale{width:100% !important;max-width:100% !important;overflow:hidden !important;touch-action:pan-y !important;margin-left:auto !important;margin-right:auto !important}body.template-home .section-home.section-featured-home .js-products-featured-grid.swiper-wrapper,body.template-home .section-home.section-featured-home .js-products-new-grid.swiper-wrapper,body.template-home .section-home.section-featured-home .js-products-sale-grid.swiper-wrapper{display:flex !important;flex-wrap:nowrap !important;gap:0 !important;overflow:visible !important;scroll-snap-type:none !important;scroll-behavior:auto !important;width:auto !important;max-width:none !important;padding:0 !important;margin:0 !important;touch-action:pan-y !important;will-change:transform !important;transition-property:transform !important}body.template-home .section-home.section-featured-home .js-product-container.swiper-slide,body.template-home .section-home.section-featured-home .swiper-slide.js-product-container{flex:0 0 calc((100% - 14px)/2) !important;width:calc((100% - 14px)/2) !important;min-width:calc((100% - 14px)/2) !important;max-width:calc((100% - 14px)/2) !important;margin-right:14px !important;box-sizing:border-box !important;scroll-snap-align:none !important}body.template-home .section-home.section-featured-home .js-product-container.swiper-slide:last-child,body.template-home .section-home.section-featured-home .swiper-slide.js-product-container:last-child{margin-right:0 !important}body.template-home .section-home.section-featured-home article.product.pl-product-card{width:100% !important;max-width:100% !important;height:336px !important;min-height:336px !important;margin:0 !important;padding:10px 8px 12px !important;box-sizing:border-box !important}body.template-home .section-home.section-featured-home article.product.pl-product-card .pl-product-card__image-link{height:145px !important;min-height:145px !important;max-height:145px !important;margin-bottom:12px !important}body.template-home .section-home.section-featured-home article.product.pl-product-card .pl-product-card__buy{display:flex !important;max-width:138px !important;margin:16px auto 0 !important}body.template-home .section-home.section-featured-home .swiper-pagination,body.template-home .section-home.section-featured-home .js-swiper-featured-pagination,body.template-home .section-home.section-featured-home .js-swiper-new-pagination,body.template-home .section-home.section-featured-home .js-swiper-sale-pagination{position:static !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;width:100% !important;margin:18px auto 0 !important;min-height:12px !important;left:auto !important;right:auto !important;transform:none !important;text-align:center !important}body.template-home .section-home.section-featured-home .swiper-pagination-bullet{display:block !important;width:7px !important;height:7px !important;min-width:7px !important;border:1px solid #0b3c73 !important;border-radius:999px !important;background:rgba(0,0,0,0) !important;padding:0 !important;margin:0 !important;opacity:1 !important}body.template-home .section-home.section-featured-home .swiper-pagination-bullet-active{background:#0b3c73 !important}}@media(max-width: 767px){body.template-home .section-home.section-featured-home>.container,body.template-home .section-home.section-featured-home .js-products-featured-container,body.template-home .section-home.section-featured-home .js-products-new-container,body.template-home .section-home.section-featured-home .js-products-sale-container{overflow:hidden !important;padding-left:18px !important;padding-right:18px !important}body.template-home .section-home.section-featured-home .js-swiper-featured,body.template-home .section-home.section-featured-home .js-swiper-new,body.template-home .section-home.section-featured-home .js-swiper-sale{overflow:hidden !important;width:100% !important;max-width:100% !important;padding:0 !important}body.template-home .section-home.section-featured-home .js-products-featured-grid.swiper-wrapper,body.template-home .section-home.section-featured-home .js-products-new-grid.swiper-wrapper,body.template-home .section-home.section-featured-home .js-products-sale-grid.swiper-wrapper{gap:0 !important;padding:0 !important;margin:0 !important;overflow:visible !important}body.template-home .section-home.section-featured-home .js-product-container.swiper-slide,body.template-home .section-home.section-featured-home .swiper-slide.js-product-container{flex:0 0 calc((100% - 12px)/2) !important;width:calc((100% - 12px)/2) !important;min-width:calc((100% - 12px)/2) !important;max-width:calc((100% - 12px)/2) !important;margin-right:12px !important;padding:0 !important;box-sizing:border-box !important}body.template-home .section-home.section-featured-home .js-product-container.swiper-slide:nth-child(2n),body.template-home .section-home.section-featured-home .swiper-slide.js-product-container:nth-child(2n){margin-right:0 !important}body.template-home .section-home.section-featured-home article.product.pl-product-card{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important}body.template-home .section-home.section-featured-home .swiper-pagination,body.template-home .section-home.section-featured-home .js-swiper-featured-pagination,body.template-home .section-home.section-featured-home .js-swiper-new-pagination,body.template-home .section-home.section-featured-home .js-swiper-sale-pagination{justify-content:center !important;padding:0 !important;margin:18px auto 0 !important}}
/* Engine:dart */