:root{--bs-primary:#229ac8;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#faa732;--bs-danger:#da4f49;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:34,154,200;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:250,167,50;--bs-danger-rgb:218,79,73;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-gray-600:#6c757d;--bs-tertiary-bg:#f8f9fa;--bs-border-color:#dee2e6;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-link-color:#000099;--bs-link-hover-color:#000066;--store-chrome-height:56px;--store-mobile-footer-safe-space:96px;--store-accent:#ff6900;--store-border:#e5e7eb;--store-heading:#172033;--store-text-muted:#44546a;--store-button-border:#24344a;--store-green:#006600}html{min-width:320px}*,*::before,*::after{box-sizing:border-box}html{height:100%}body{margin:0;color:var(--bs-body-color);background:var(--bs-body-bg);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:13px;font-weight:400;line-height:1.8}a{color:var(--bs-link-color);text-decoration:none}a:hover{color:var(--bs-link-hover-color)}img,svg{vertical-align:middle}button,input,select,textarea{margin:0;font:inherit}button{cursor:pointer}h1,h2,h3,h4,h5,h6,p{margin-top:0}h1{margin-bottom:0.5rem;font-size:calc(1.35rem + 1.2vw);font-weight:500;line-height:1.2}h2{margin-bottom:0.5rem;font-size:calc(1.25rem + 0.9vw);font-weight:500;line-height:1.2}h3{margin-bottom:0.5rem;font-size:calc(1.2rem + 0.6vw);font-weight:500;line-height:1.2}@media (min-width:1200px){h1{font-size:2.25rem}h2{font-size:2rem}h3{font-size:1.75rem}}.container{width:100%;max-width:1320px;margin-right:auto;margin-left:auto;padding-right:12px;padding-left:12px}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1320px}}.row{display:flex;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:12px;padding-left:12px}.col{flex:1 0 0%}.col-6{flex:0 0 auto;width:50%}.row-cols-1>*{flex:0 0 auto;width:100%}@media (min-width:576px){.row-cols-sm-2>*{flex:0 0 auto;width:50%}.col-sm-3{flex:0 0 auto;width:25%}}@media (min-width:768px){.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}}@media (min-width:992px){.col-lg-5{flex:0 0 auto;width:41.66666667%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}}@media (min-width:1200px){.row-cols-xl-4>*{flex:0 0 auto;width:25%}}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:flex!important}@media (min-width:768px){.d-md-none{display:none!important}.d-md-block{display:block!important}.d-md-inline{display:inline!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-block{display:block!important}.d-lg-inline{display:inline!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}}.justify-content-sm-center{justify-content:center!important}.text-start{text-align:left!important}.text-center{text-align:center!important}.text-end{text-align:right!important}.text-nowrap{white-space:nowrap!important}.text-white{color:#fff!important}.w-100{width:100%!important}.h-100{height:100%!important}.p-2{padding:0.5rem!important}.p-3{padding:1rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:0.25rem!important}.mb-2{margin-bottom:0.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.mt-2{margin-top:0.5rem!important}.mt-3{margin-top:1rem!important}.list-unstyled{margin:0;padding-left:0;list-style:none}.img-fluid{max-width:100%;height:auto}.img-thumbnail{max-width:100%;height:auto;padding:0.25rem;background:#fff;border:1px solid var(--bs-border-color);border-radius:0.25rem}.btn{display:inline-block;padding:0.45rem 0.75rem;border:1px solid transparent;border-radius:0.25rem;background:transparent;color:#212529;font-weight:400;line-height:1.5;text-align:center;vertical-align:middle;transition:color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease}.btn:hover{text-decoration:none}.btn-primary{background:var(--bs-primary);border-color:var(--bs-primary);color:#fff}.btn-primary:hover{background:var(--bs-link-hover-color);border-color:var(--bs-link-hover-color);color:#fff}.btn-secondary{background:var(--bs-secondary);border-color:var(--bs-secondary);color:#fff}.btn-light{background:var(--bs-light);border-color:#dee2e6;color:#212529}.btn-danger{background:var(--bs-danger);border-color:var(--bs-danger);color:#fff}.btn-info{background:var(--bs-info);border-color:var(--bs-info);color:#000}.btn-outline-secondary{border-color:var(--bs-secondary);color:var(--bs-secondary)}.btn-lg{padding:0.5rem 1rem;font-size:1.05rem;border-radius:0.3rem}.btn-block{display:block;width:100%}.btn-close{width:1em;height:1em;padding:0.25em;border:0;background:transparent;color:inherit;line-height:1;opacity:0.6}.btn-close::before{content:"x";font-size:1.2em}.form-label,.col-form-label{display:inline-block;margin-bottom:0.5rem}.form-control,.form-select{display:block;width:100%;padding:0.45rem 0.75rem;border:1px solid #ced4da;border-radius:0.25rem;background:#fff;color:#212529;line-height:1.5}.form-control:focus,.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 0.2rem rgba(13,110,253,0.16)}textarea.form-control{min-height:120px}.form-check{display:block;min-height:1.5rem;padding-left:1.5em}.form-check-inline{display:inline-block;margin-right:1rem}.form-check-input{float:left;width:1em;height:1em;margin-top:0.35em;margin-left:-1.5em}.form-check-label{cursor:pointer}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-switch{padding-left:2.5em}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;color:var(--bs-danger);font-size:0.875em}.is-invalid{border-color:var(--bs-danger)}.invalid-feedback.d-block{display:block!important}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;min-width:0}.input-group-text{display:flex;align-items:center;padding:0.45rem 0.75rem;border:1px solid #ced4da;background:#f8f9fa;color:#212529}.table{width:100%;margin-bottom:1rem;border-collapse:collapse;color:#212529;vertical-align:top}.table>:not(caption)>*>*{padding:0.5rem;border-bottom:1px solid var(--bs-border-color)}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border:1px solid var(--bs-border-color)}.table-striped>tbody>tr:nth-of-type(odd)>*{background:rgba(0,0,0,0.02)}.table-hover>tbody>tr:hover>*{background:rgba(0,0,0,0.04)}.nav{display:flex;flex-wrap:wrap;margin-bottom:0;padding-left:0;list-style:none}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center}.navbar-nav{display:flex;flex-direction:column;margin-bottom:0;padding-left:0;list-style:none}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.collapse:not(.show){display:none}.dropdown{position:relative}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;margin:0;padding:0.5rem 0;border:1px solid rgba(0,0,0,0.15);border-radius:0.25rem;background:#fff;color:#212529;list-style:none}.dropdown-menu.show,.dropdown:hover>.dropdown-menu{display:block}.dropdown-item{display:block;width:100%;clear:both;padding:0.25rem 1rem;border:0;background:transparent;color:#212529;text-align:inherit;white-space:nowrap}.dropdown-item:hover,.dropdown-item:focus{background:#f8f9fa;color:#1e2125}.dropdown-header{display:block;padding:0.5rem 1rem;color:#6c757d;font-size:0.875em}.alert{position:relative;margin-bottom:1rem;padding:1rem;border:1px solid transparent;border-radius:0.25rem}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;padding:1.25rem 1rem}.alert-success{background:#d1e7dd;border-color:#badbcc;color:#0f5132}.alert-danger{background:#f8d7da;border-color:#f5c2c7;color:#842029}.alert-warning{background:#fff3cd;border-color:#ffecb5;color:#664d03}.alert-info{background:#cff4fc;border-color:#b6effb;color:#055160}.breadcrumb{display:flex;flex-wrap:wrap;margin-bottom:1rem;padding:0;list-style:none}.breadcrumb-item + .breadcrumb-item{padding-left:0.5rem}.breadcrumb-item + .breadcrumb-item::before{float:left;padding-right:0.5rem;color:#6c757d;content:"/"}.accordion-item{border:1px solid var(--bs-border-color)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem;border:0;background:#fff;color:#212529;text-align:left}.accordion-body{padding:1rem}.modal{position:fixed;inset:0;z-index:1055;display:none;overflow:hidden;outline:0}.modal.show{display:block}.modal-open{overflow:hidden}.modal-backdrop{position:fixed;inset:0;z-index:1050;background:rgba(0,0,0,0.5)}.modal-dialog{position:relative;width:auto;max-width:500px;margin:1.75rem auto}.modal-lg{max-width:800px}.modal-dialog-centered{display:flex;min-height:calc(100% - 3.5rem);align-items:center}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;background:#fff;border:1px solid rgba(0,0,0,0.2);border-radius:0.3rem;outline:0}.modal-header,.modal-body,.modal-footer{padding:1rem}.storefront-lightbox .modal-content{border:0;background:transparent}.storefront-lightbox__body{padding:0;text-align:center}.storefront-lightbox__body img{max-width:100%;max-height:calc(100vh - 4rem);object-fit:contain}.storefront-lightbox__close{position:absolute;top:0.75rem;right:0.75rem;z-index:2;border-radius:50%;background:#fff}.fade{transition:opacity 0.15s linear}.tab-pane{display:none}.tab-pane.active{display:block}body{width:100%;min-width:320px;height:100%}h1,h2,h3,h4,h5,h6{color:#444}legend{padding:7px 0;margin-bottom:20px;border-bottom:1px solid #e5e5e5}label{font-size:12px;font-weight:normal}button:focus{outline:none!important}#container{width:100%;min-height:100%;position:absolute;margin-bottom:300px}#content,#column-left,#column-right{padding-bottom:calc(var(--store-chrome-height) + 32px)}@media (min-width:576px){#content,#column-left,#column-right{padding-bottom:calc(var(--store-chrome-height) + 32px)}}#alert{z-index:9999;position:fixed;top:30%;left:50%;width:400px;margin-left:-200px}@media (min-width:992px){#alert{width:600px;margin-left:-300px}}@media (min-width:1140px){#alert{width:600px;margin-left:-300px}}@media (min-width:1320px){#alert{width:600px;margin-left:-300px}}#alert .alert{margin-bottom:15px}#alert .alert-primary{box-shadow:0 0 0 5px rgb(var(--bs-primary-rgb),0.1)}#alert .alert-secondary{box-shadow:0 0 0 5px rgb(var(--bs-secondary-rgb),0.1)}#alert .alert-success{box-shadow:0 0 0 5px rgb(var(--bs-success-rgb),0.1)}#alert .alert-warning{box-shadow:0 0 0 5px rgb(var(--bs-warning-rgb),0.1)}#alert .alert-danger{box-shadow:0 0 0 5px rgb(var(--bs-danger-rgb),0.1)}#alert .alert-info{box-shadow:0 0 0 5px rgb(var(--bs-info-rgb),0.1)}#alert .alert-light{box-shadow:0 0 0 5px rgb(var(--bs-light-rgb),0.1)}#alert .alert-dark{box-shadow:0 0 0 5px rgb(var(--bs-dark-rgb),0.1)}#top{background-color:var(--bs-tertiary-bg);border-bottom:1px solid var(--bs-border-color);margin-bottom:20px;position:relative;padding-bottom:5px}#top ul.list-inline{margin-bottom:0}#top .list-inline-item>a,#top .list-inline-item .dropdown>a{font-size:1.1em;color:var(--bs-gray-600);line-height:40px;vertical-align:middle;padding:10px 0px 5px 0px}.store-header{position:fixed;top:0;right:0;left:0;z-index:1030;display:flex;align-items:center;height:var(--store-chrome-height);background:rgba(255,255,255,0.92);border-bottom:1px solid rgba(15,23,42,0.045);box-shadow:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@supports not ((backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px))){.store-header{background:#ffffff}}.store-header>.container{width:100%}main{padding-top:var(--store-chrome-height)}.store-header__navigation{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;column-gap:36px;min-height:var(--store-chrome-height)}.store-header__brand{min-width:0}#logo{margin:0;line-height:0}#logo .store-logo-link{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:8px;width:max-content;max-width:100%;line-height:0;text-decoration:none}#logo img{display:block;flex:0 0 auto;width:auto;max-width:220px;height:28px;max-height:28px}.store-logo-text{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:58px;color:#002B67;font-size:14px;font-weight:800;line-height:1;text-transform:uppercase}.store-logo-text span{display:block;width:100%;text-align:center}.store-header__search{min-width:0;justify-self:end}.store-header__links{display:flex;align-items:center;flex:0 1 auto;gap:24px;min-width:0;max-width:100%;justify-self:center}.store-header__menu{flex:0 0 auto;min-width:0;width:auto;justify-self:start}.store-header__link{position:relative;display:inline-flex;align-items:center;justify-content:center;height:44px;min-height:44px;padding:12px 14px;border:0;color:#191919;background:transparent;font-size:16px;font-weight:600;line-height:20px;text-decoration:none;white-space:nowrap;transition:color 0.2s ease}.store-info-menu{position:relative}.store-header__dropdown-label{display:inline-block}.store-header__dropdown-caret{flex:0 0 auto;margin-left:4px;color:#6b7280;transform:rotate(90deg);transition:transform 0.2s ease}.store-info-menu.is-open .store-header__dropdown-caret,.store-info-menu:hover .store-header__dropdown-caret,.store-info-menu:focus-within .store-header__dropdown-caret{transform:rotate(270deg)}.store-info-menu__toggle{cursor:pointer;gap:2px}.store-info-contact{display:inline-flex}.store-header__link::after{position:absolute;right:14px;bottom:4px;left:14px;height:2px;border:0;background:var(--store-accent);content:"";transform:scaleX(0);transform-origin:left center;transition:transform 0.24s ease}.store-header__link:hover,.store-header__link:focus{color:var(--store-accent);outline:0}.store-header__link:hover::after,.store-header__link:focus::after,.store-info-menu.is-open>.store-info-menu__toggle::after,.store-info-menu.is-open>.store-info-menu__toggle:hover::after,.store-info-menu.is-open>.store-info-menu__toggle:focus::after{transform:scaleX(1)}.store-info-menu__panel{position:absolute;z-index:1040;top:calc(100% + 8px)!important;left:50%!important;transform:translateX(-50%)!important;min-width:220px;padding:8px;border:1px solid rgba(15,23,42,0.08);border-radius:8px;background:#ffffff;box-shadow:none}.store-info-menu__panel::before{position:absolute;right:0;bottom:100%;left:0;height:10px;content:""}.store-info-menu__panel.show{display:none}.store-info-menu.is-open .store-info-menu__panel{display:block}.store-info-menu__link + .store-info-menu__link{border-top:1px solid rgba(15,23,42,0.06)}.store-info-menu__link{display:flex;align-items:center;min-height:40px;padding:8px 12px;color:#191919;border-radius:6px;font-size:15px;font-weight:600;line-height:1.35;white-space:normal}.store-info-menu__link:hover,.store-info-menu__link:focus{color:var(--store-accent);background:rgba(255,105,0,0.05)}.store-info-menu__link.store-info-menu__link--contact-narrow{display:none}@media (min-width:1024px){.store-info-menu .store-info-menu__panel{display:block;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.18s ease,visibility 0.18s ease}.store-info-menu:hover .store-info-menu__panel,.store-info-menu:focus-within .store-info-menu__panel,.store-info-menu.is-open .store-info-menu__panel{opacity:1;visibility:visible;pointer-events:auto}}.store-search{display:flex;align-items:center;justify-content:flex-end;width:44px;margin:0;background:transparent;border:1px solid transparent;border-radius:999px;transition:background-color 0.2s ease,color 0.2s ease}.store-search__toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:#191919;background:transparent;border:0;border-radius:50%;font-size:18px;transition:background-color 0.2s ease,color 0.2s ease}.store-search__icon{display:block;width:24px;height:24px}.store-search__icon.store-inline-icon{fill:currentColor}.store-search__toggle:hover,.store-search__toggle:focus,.store-search.is-open .store-search__toggle{color:var(--store-accent);background:#f4f4f4;outline:0}.store-search__panel{position:absolute;top:100%;right:0;left:0;z-index:30;padding:14px 0;background:#fff;border-top:1px solid #f0f0f0;box-shadow:0 16px 30px rgba(0,0,0,0.08);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity 0.18s ease,transform 0.18s ease}.store-search.is-open .store-search__panel{opacity:1;pointer-events:auto;transform:translateY(0)}.store-search__box{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;max-width:720px;margin:0 auto;padding:0 10px 0 18px;background:#f7f7f7;border:1px solid #e8e8e8;border-radius:999px}.store-search__input{min-width:0;height:48px;color:#191919;background:transparent;border:0;outline:0;font-size:15px}.store-search__input::placeholder{color:#777}.store-search__submit,.store-search__close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:#191919;background:transparent;border:0;border-radius:50%;font-size:18px;transition:background-color 0.2s ease,color 0.2s ease}.store-search__close-icon{display:block;width:20px;height:20px}.store-search__submit:hover,.store-search__submit:focus,.store-search__close:hover,.store-search__close:focus{color:var(--store-accent);background:#f4f4f4;outline:0}#cart{margin-bottom:0}.store-header__cart{justify-self:end}.store-cart-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;color:#191919;background:transparent;border:0;border-radius:50%;transition:background-color 0.2s ease,color 0.2s ease}.store-cart-button:hover,.store-cart-button.show{color:var(--store-accent);background:rgba(15,23,42,0.03)}.store-cart-button__icon{display:block;width:24px;height:24px}.store-cart-button__icon.store-inline-icon{fill:currentColor}.store-cart-button__count{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;color:#fff;background:var(--store-green);border-radius:999px;font-size:10px;font-weight:700;line-height:16px;text-align:center}.store-cart-button__text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}#cart .img-thumbnail{min-width:100px}#cart .dropdown-menu{background:#fff;border-color:#e9e9e9;border-radius:12px;box-shadow:0 18px 45px rgba(0,0,0,0.12)}#cart .dropdown-menu li{min-width:300px}@media (max-width:1199.98px){.store-header__navigation{column-gap:28px}.store-header__links{gap:18px}.store-header__link,#menu .navbar-nav>li>a{padding-right:10px;padding-left:10px}.store-header__link::after,#menu .navbar-nav>li>a::after{right:10px;left:10px}}@media (max-width:575px){.store-info-contact{display:none}.store-info-menu__link.store-info-menu__link--contact-narrow{display:flex}}@media (max-width:991.98px){.store-header__navigation{grid-template-columns:auto minmax(0,1fr) auto auto;column-gap:22px}.store-header__menu{width:auto;justify-self:start}.store-header__links{gap:18px}.store-logo-text{display:none}}@media (max-width:575.98px){.store-header__navigation{grid-template-columns:auto minmax(0,1fr) auto auto;column-gap:18px}#logo img{height:28px;max-width:64px;max-height:28px}.store-search__panel{padding:12px 0}.store-search__box{max-width:none}}@media (max-width:768px){#cart .dropdown-menu li{min-width:100%}}#menu{position:relative;display:flex;align-items:center;background:transparent;border:0;min-height:0;border-radius:0;padding:0;margin-bottom:0}.store-menu-wrap{display:flex;align-items:center;flex:0 0 auto;min-width:0}#menu .navbar-collapse{display:flex;align-items:center;flex:0 0 auto;width:auto;min-width:0;justify-content:flex-start}#menu .navbar-nav{display:flex;flex-wrap:nowrap;gap:8px;align-items:center;justify-content:flex-start;width:auto;min-height:44px;margin:0;padding:0}.store-services-menu{position:relative;display:flex;align-items:center;flex:0 0 auto;min-width:0}#menu .navbar-nav>li>a{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:44px;min-height:44px;color:#191919;text-shadow:none;padding:12px 14px;background-color:transparent;border-radius:0;font-size:16px;font-weight:600;line-height:20px;overflow:visible;text-overflow:clip;white-space:nowrap;transition:color 0.2s ease}.store-category-link__text--compact{display:none}#menu .navbar-nav>li>a.store-category-link{gap:6px}.store-category-link__icon.store-inline-icon{display:none;flex:0 0 auto;width:20px;height:20px}@media (max-width:400px){.store-header__navigation{column-gap:6px}.store-header__links{gap:6px}.store-header__link,#menu .navbar-nav>li>a{padding-right:6px;padding-left:6px}.store-header__link::after,#menu .navbar-nav>li>a::after{right:6px;left:6px}#menu .navbar-nav>li>a.store-category-link{flex-direction:column;gap:2px;height:auto;min-height:44px;padding-top:6px;padding-bottom:6px}.store-category-link__text:not(.store-category-link__text--compact){display:none}.store-category-link__icon.store-inline-icon,.store-category-link__text--compact{display:block}.store-category-link__icon.store-inline-icon{flex:0 0 auto;width:22px;height:22px}.store-category-link__icon:where(img){object-fit:contain}.store-category-link__text--compact{font-size:10px;font-weight:600;line-height:12px;white-space:nowrap}}#menu .navbar-nav>li>a:hover{color:var(--store-accent);background-color:transparent}#menu .navbar-nav>li>a:focus{color:var(--store-accent);background-color:transparent;box-shadow:none;outline:0}#menu .dropdown-menu{top:calc(100% + 10px)!important;left:0!important;transform:none!important;margin-top:0;border-color:#ececec;border-radius:0;box-shadow:0 14px 26px rgba(0,0,0,0.08)}#menu .dropdown-menu.show{display:none}#menu .store-services-menu.is-open .store-services-menu__panel{display:block}#menu .dropdown:hover>.dropdown-menu{display:none!important}#menu .store-services-menu .store-services-menu__panel.dropdown-menu{display:none!important}#menu .store-services-menu.is-open .store-services-menu__panel.dropdown-menu{display:block!important;position:fixed!important;top:var(--store-chrome-height)!important;right:0!important;left:0!important;width:100vw!important;min-width:100vw!important;max-width:100vw!important;margin:0!important;transform:none!important;z-index:1025;max-height:calc(100dvh - var(--store-chrome-height));overflow-x:hidden;overflow-y:auto;box-sizing:border-box;-webkit-overflow-scrolling:touch}#menu .store-services-menu.is-open .store-services-menu__panel::before{display:block;position:fixed;top:calc(var(--store-chrome-height) - 12px);right:0;left:0;width:100vw;height:12px;bottom:auto;content:""}#menu .store-services-menu.is-open .store-services-menu__panel .store-services-menu__link{white-space:normal}.store-header__links.is-info-menu-open .store-services-menu.is-open .store-services-menu__panel{display:none}.store-header__links.is-catalog-open .store-info-menu.is-open .store-info-menu__panel{display:none!important}.store-services-menu__panel{padding:10px 14px}.store-services-menu__panel::before{position:absolute;right:0;bottom:100%;left:0;height:10px;content:""}.store-services-menu__item + .store-services-menu__item{border-top:1px solid #f1f1f1}.store-services-menu__link{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:42px;padding:10px 0;color:#191919;border-radius:0;font-size:15px;font-weight:700}.store-services-menu__arrow{flex:0 0 auto;width:12px;height:12px;position:relative;display:inline-block}.store-services-menu__arrow::before{content:"";position:absolute;left:1px;top:50%;width:6px;height:6px;margin-top:-5px;border-right:2px solid #9b9b9b;border-bottom:2px solid #9b9b9b;transform:rotate(-45deg);transition:border-color 0.2s ease,transform 0.2s ease}.store-services-menu__link:hover{color:var(--store-accent);background:transparent}.store-services-menu__link:hover .store-services-menu__arrow::before{border-color:var(--store-accent);transform:rotate(-45deg) translate(2px,0)}.store-services-menu__item:hover .store-services-menu__link.has-children,.store-services-menu__item:focus-within .store-services-menu__link.has-children{color:var(--store-accent);background:transparent}.store-services-menu__item:hover .store-services-menu__link.has-children .store-services-menu__arrow,.store-services-menu__item:focus-within .store-services-menu__link.has-children .store-services-menu__arrow{background:var(--store-accent);transform:rotate(90deg)}.store-services-menu__children{display:none;gap:4px;margin:0 0 10px;padding:0 0 0 12px;list-style:none}.store-services-menu__item:hover .store-services-menu__children,.store-services-menu__item:focus-within .store-services-menu__children,.store-services-menu__item.is-open .store-services-menu__children{display:grid}.store-services-menu__item.is-open .store-services-menu__link .store-services-menu__arrow::before{border-color:var(--store-accent);transform:rotate(45deg)}.store-services-menu__children a{display:block;padding:5px 0;color:#666;border-radius:0;font-size:14px;text-decoration:none}.store-services-menu__children a:hover{color:var(--store-accent);background:transparent}#menu .dropdown-inner{display:flex;flex-direction:column}#menu .dropdown-inner ul{width:100%;min-width:200px}#menu .navbar-nav>li>a::after{position:absolute;right:14px;bottom:4px;left:14px;height:2px;border:0;background:var(--store-accent);content:"";transform:scaleX(0);transform-origin:left center;transition:transform 0.24s ease}#menu .navbar-nav>li>a:hover::after,#menu .navbar-nav>li>a:focus::after,#menu .store-services-menu.is-open>.dropdown-toggle::after{transform:scaleX(1)}@media (min-width:960px){#menu .dropdown-inner{flex-direction:row}#menu .nav-item + .nav-item + .nav-item .dropdown-column-3{left:-200px}#menu .nav-item + .nav-item + .nav-item .dropdown-column-4{left:-400px}#menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2{left:-200px}#menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3{left:-400px}#menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4{left:-600px}}@media (max-width:1023.98px){#menu.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.store-info-menu .store-info-menu__panel{display:none!important}.store-info-menu.is-open .store-info-menu__panel{display:block!important;position:fixed!important;top:var(--store-chrome-height)!important;right:0!important;left:0!important;width:100vw!important;min-width:100vw!important;max-width:100vw!important;margin:0!important;transform:none!important;z-index:1025;max-height:calc(100dvh - var(--store-chrome-height));overflow-x:hidden;overflow-y:auto;box-sizing:border-box;-webkit-overflow-scrolling:touch}.store-info-menu.is-open .store-info-menu__panel::before{display:block;position:fixed;top:calc(var(--store-chrome-height) - 12px);right:0;left:0;width:100vw;height:12px;bottom:auto;content:""}.store-info-menu.is-open .store-info-menu__link{white-space:normal}}div.required .col-form-label:before,div.required .form-label:before{content:"* ";color:#F00;font-weight:bold}.form-switch-lg{font-size:20px;min-height:30px;line-height:30px}.nav-tabs{margin-bottom:15px}.form-check .form-check-input{margin-top:0.25rem}@media (min-width:768px){.col-form-label{text-align:right}}.store-footer{position:fixed;right:0;bottom:0;left:0;z-index:1020;display:flex;align-items:center;width:100%;height:var(--store-chrome-height);padding:0;background:rgba(255,255,255,0.94);border-top:1px solid rgba(15,23,42,0.045);box-shadow:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#191919;box-sizing:border-box}@supports not ((backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px))){.store-footer{background:#ffffff}}.store-footer .container{width:100%}.store-footer__brand{display:flex;align-items:center;justify-content:space-between;gap:clamp(12px,3.5vw,48px);width:100%;min-height:var(--store-chrome-height)}.store-footer__text{display:flex;flex-direction:row;align-items:baseline;flex:0 1 auto;flex-wrap:wrap;gap:8px;min-width:0;max-width:40%}.store-footer__company{font-size:14px;font-weight:600;line-height:20px;white-space:nowrap}.store-footer__company--short{display:none}.store-footer__contact-link{display:inline-flex;align-items:center;gap:8px;flex:0 1 auto;justify-content:center;min-width:0;max-width:22%;min-height:42px;color:#191919;font-size:14px;font-weight:500;line-height:20px;text-align:center;text-decoration:none}.store-footer__articles{flex-direction:column;gap:4px;min-height:auto;color:inherit}.store-footer__articles .store-footer__contact-label{display:block;font-size:12px;font-weight:600;line-height:14px}.store-footer__articles img{width:20px;height:20px;object-fit:contain}.store-footer__contact-link img,.store-footer__contact-link svg.store-inline-icon{display:block;flex:0 0 auto;width:24px;height:24px}.store-footer__contact-link img{object-fit:contain}.store-footer__contact-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-footer__contact-label{display:none}.store-footer__contact-link:hover,.store-footer__contact-link:focus{opacity:0.72}.store-footer__copyright{flex:0 0 auto;color:#6f7782;font-size:13px;line-height:18px;white-space:nowrap}@media (max-width:991.98px){.store-footer{align-items:flex-start;height:calc(var(--store-chrome-height) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px)}.store-footer .container{display:flex;align-items:center;height:var(--store-chrome-height);min-height:var(--store-chrome-height)}.store-footer__brand{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);align-items:center;justify-content:stretch;gap:clamp(8px,2.5vw,24px);width:100%;min-height:var(--store-chrome-height)}.store-footer__text{flex-direction:column;align-items:center;max-width:none;width:100%;min-width:0;text-align:center;gap:2px}.store-footer__company,.store-footer__copyright{max-width:100%;white-space:nowrap}.store-footer__contact-link{max-width:none;width:100%;min-width:0}.store-footer__contact-value{display:none}.store-footer__contact-label{display:block;max-width:100%;font-size:11px;font-weight:600;line-height:14px;text-align:center;white-space:nowrap}.store-footer__contact-link{flex-direction:column;gap:4px;min-height:auto;padding:0}}@media (max-width:991.98px){#content,#column-left,#column-right{padding-bottom:calc(var(--store-mobile-footer-safe-space) + env(safe-area-inset-bottom,0px))}.store-blog-page,.store-catalog-page{padding-bottom:calc(var(--store-mobile-footer-safe-space) + env(safe-area-inset-bottom,0px))}.store-blog-page__content-wrap,.store-blog-page__empty-wrap{margin-bottom:0;padding-bottom:calc(var(--store-mobile-footer-safe-space) + env(safe-area-inset-bottom,0px))}.store-checkout-page{padding-bottom:calc(var(--store-mobile-footer-safe-space) + env(safe-area-inset-bottom,0px))}}@media (max-width:767.98px){.store-footer__brand{gap:clamp(6px,2vw,16px)}}@media (max-width:575.98px){.store-footer__brand{gap:clamp(4px,1.5vw,12px)}.store-footer__company--full{display:none}.store-footer__company--short{display:block}.store-footer__company{font-size:clamp(10px,2.9vw,13px);line-height:14px}.store-footer__copyright{font-size:clamp(9px,2.6vw,12px);line-height:13px}.store-footer__contact-label{font-size:clamp(9px,2.5vw,10px);line-height:12px}}.breadcrumb,ol.breadcrumb{list-style:none;padding-left:0}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;margin:0 0 28px;padding:12px 0;border:0;border-bottom:0;border-radius:0;background:transparent}.breadcrumb>li.breadcrumb-item{display:inline-flex;align-items:center;padding:0;position:relative;white-space:nowrap;text-shadow:none;color:#6b7280;font-size:14px;line-height:1.4}.breadcrumb>li.breadcrumb-item>a{position:relative;z-index:1;display:inline-flex;align-items:center;color:#4b5563;text-decoration:none;transition:color 0.18s ease}.breadcrumb>li.breadcrumb-item>a:hover{color:var(--store-accent)}.breadcrumb>li.breadcrumb-item>a:focus-visible{outline:2px solid var(--store-accent);outline-offset:2px;border-radius:2px}.breadcrumb>li.breadcrumb-item>span,.breadcrumb>li.breadcrumb-item .breadcrumb-current{display:inline-flex;align-items:center;color:#4b5563;cursor:default;text-decoration:none}.breadcrumb>li.breadcrumb-item[aria-current="page"]{white-space:normal}.breadcrumb>li.breadcrumb-item[aria-current="page"] .breadcrumb-current:hover{color:#4b5563}.breadcrumb-home-icon{width:15px;height:15px;display:block}.breadcrumb>li.breadcrumb-item:after{content:none}.breadcrumb>li.breadcrumb-item + li{padding-left:12px}.breadcrumb>li.breadcrumb-item + li:before{content:"";display:inline-block;width:6px;height:6px;margin-right:12px;padding:0;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(-45deg);opacity:0.45;vertical-align:0.1em}@media (max-width:575.98px){.breadcrumb{flex-wrap:nowrap;overflow-x:auto;margin-bottom:20px;padding:10px 0;scrollbar-width:none}.breadcrumb::-webkit-scrollbar{display:none}.breadcrumb>li.breadcrumb-item{font-size:13px}}@media (max-width:991.98px){#product-info .breadcrumb{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:20px;padding:10px 0;scrollbar-width:none}#product-info .breadcrumb::-webkit-scrollbar{display:none}#product-info .breadcrumb>li.breadcrumb-item{white-space:nowrap}}@media (min-width:992px){#product-info .breadcrumb>li.breadcrumb-item{white-space:normal}}.store-inline-icon{display:inline-block;width:18px;height:18px;vertical-align:middle;flex-shrink:0}.store-inline-icon:where(img){object-fit:contain}.store-inline-icon:where(svg){fill:none;color:inherit}.store-inline-icon use{pointer-events:none}.store-header__dropdown-caret.store-inline-icon{width:14px;height:14px}.store-spin{animation:store-spin 1s linear infinite}@keyframes store-spin{to{transform:rotate(360deg)}}#button-list .store-inline-icon,#button-grid .store-inline-icon,.product-thumb .button .store-inline-icon,.product-cart-button .store-inline-icon{width:18px;height:18px;flex-shrink:0}.product-cart-button .store-inline-icon,.product-thumb .button .store-inline-icon{fill:currentColor}#compare-total .store-inline-icon{margin-right:8px}.alert .store-inline-icon,.btn .store-inline-icon + span,.input-group-text .store-inline-icon{margin-right:6px}#product-list>.col>.product-thumb{min-width:0;width:100%}.product-thumb{display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden;border:1px solid #eef0f3;border-radius:14px;background:#fff;transition:border-color 0.2s ease,box-shadow 0.2s ease}.product-thumb:hover{border-color:var(--store-border);box-shadow:0 4px 16px rgba(0,0,0,0.04)}.product-thumb .image{display:flex;align-items:center;justify-content:center;aspect-ratio:2 / 1;padding:10px 14px;background:#fff}.product-thumb .image a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-thumb .image a:hover{opacity:0.88}.product-thumb__img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.product-thumb .image img[src*="camera.svg"]{width:64px;height:64px;margin:0;opacity:0.7}.product-thumb .content{display:flex;flex:1;flex-direction:column;min-height:0}.product-thumb .description{flex:1;padding:14px 14px 0;margin-bottom:0}.product-thumb__title{margin:0 0 8px;font-size:inherit;line-height:inherit}.product-thumb__title a{display:-webkit-box;overflow:hidden;color:#111827;font-size:16px;font-weight:600;line-height:1.35;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.product-thumb__title a:hover{color:var(--store-accent)}.product-thumb__excerpt{display:-webkit-box;overflow:hidden;margin:0 0 12px;color:#6b7280;font-size:13px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.product-thumb .price{margin-top:4px}.product-thumb .price-new{display:block;color:#111827;font-size:18px;font-weight:700;line-height:1.3}.product-thumb .price-old{margin-left:6px}.product-thumb .price-tax{display:block;margin-top:4px;color:#6b7280;font-size:13px;line-height:1.35}.product-thumb .rating{margin-top:10px}.product-thumb .button{position:static;display:block;width:100%;margin-top:auto;padding:10px 14px 14px}.product-cart-button,#button-cart{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:46px;padding:10px 16px;border:1px solid var(--store-green);border-radius:10px;background:var(--store-green);color:#fff;font-size:15px;font-weight:600;line-height:1.2;transition:background-color 0.2s ease,border-color 0.2s ease}.product-cart-button:hover,.product-cart-button:focus,#button-cart:hover,#button-cart:focus{background:#005200;border-color:#005200;color:#fff}.product-cart-button .store-inline-icon,#button-cart .store-inline-icon{filter:brightness(0) invert(1)}#product-category .store-category-toolbar,#product-search .store-category-toolbar{--bs-gutter-y:0.75rem;margin-bottom:1rem}#product-category #product-list,#product-search #product-list{--store-product-grid-gap:2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--store-product-grid-gap);margin-right:0;margin-left:0}#product-category #product-list>.col,#product-search #product-list>.col{min-width:0;width:auto;max-width:none;padding-right:0;padding-left:0;margin-top:0}#product-category .store-toolbar-field,#product-search .store-toolbar-field{margin-bottom:0}#product-category .store-toolbar-label,#product-search .store-toolbar-label{display:block;margin-bottom:8px;color:#6b7280;font-size:14px;font-weight:500;line-height:1.3}#product-category .store-toolbar-select,#product-search .store-toolbar-select{width:100%;height:48px;padding:0 2.25rem 0 0.875rem;border:1px solid var(--store-border);border-radius:10px;background:#fff;color:#111827;font-size:14px;line-height:1.4;box-shadow:none}#product-category .store-toolbar-select:focus,#product-search .store-toolbar-select:focus{border-color:#d1d5db;outline:0;box-shadow:none}#product-category .store-toolbar-view .btn-group,#product-search .store-toolbar-view .btn-group{display:inline-flex;gap:8px}#product-category #button-list,#product-search #button-list,#product-category #button-grid,#product-search #button-grid{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--store-border);border-radius:10px;background:#fff;color:#111827;line-height:1;transition:border-color 0.2s ease,background-color 0.2s ease}#product-category #button-list:hover,#product-search #button-list:hover,#product-category #button-grid:hover,#product-search #button-grid:hover{border-color:#d1d5db;background:#f9fafb}#product-category #button-list.active,#product-search #button-list.active,#product-category #button-grid.active,#product-search #button-grid.active{border-color:var(--store-accent);background:#fff7f0}@media (max-width:991.98px){#product-list{--store-product-grid-gap:1.25rem}}@media (max-width:575.98px){#product-category #product-list,#product-search #product-list{--store-product-grid-gap:1rem;grid-template-columns:minmax(0,1fr)}#product-category .store-category-toolbar,#product-search .store-category-toolbar{--bs-gutter-y:0.75rem;margin-bottom:0.75rem}#product-category .store-toolbar-label,#product-search .store-toolbar-label{margin-bottom:6px;font-size:13px}#product-category .store-toolbar-select,#product-search .store-toolbar-select{height:44px;padding-left:0.75rem;font-size:13px}.product-thumb{border-radius:12px}.product-thumb .image{min-height:300px;aspect-ratio:4 / 3;padding:14px 16px 8px}.product-thumb .description{padding:12px 12px 0}.product-thumb__title{margin-bottom:6px}.product-thumb__title a{font-size:15px;line-height:1.3;-webkit-line-clamp:3;line-clamp:3}.product-thumb__excerpt{margin-bottom:8px;font-size:12px;line-height:1.4;-webkit-line-clamp:2;line-clamp:2}.product-thumb .price-new{font-size:16px}.product-thumb .price-tax{margin-top:2px;font-size:12px}.product-thumb .rating{margin-top:8px}.product-thumb .button{padding:10px 12px 14px}.product-cart-button{min-height:44px;padding:8px 12px;font-size:14px;gap:6px}}@media (min-width:576px) and (max-width:991.98px){.product-thumb .image{padding:9px 12px}.product-thumb__title a{font-size:15px}.product-thumb .price-new{font-size:17px}}@media (min-width:960px){.product-list .product-thumb{flex-direction:row;align-items:stretch}.product-list .product-thumb .image{flex:0 0 180px;max-width:180px;aspect-ratio:2 / 1;padding:10px}.product-list .product-thumb .content{flex:1;flex-direction:column;position:static}.product-list .product-thumb .button{width:100%;margin-left:0;border-left:0;padding:12px 16px 16px}}.rating .store-rating-icon{display:inline-flex;width:20px}.rating .store-rating-icon .store-inline-icon{width:15px;height:15px}.price{color:#444}.price-new{font-weight:600}.price-old{color:#dc512c;text-decoration:line-through}.price-tax{color:#999;font-size:12px;display:block}.store-product-page-nav .store-product-page-nav__link{display:inline-flex;align-items:center;justify-content:center;gap:10px;box-sizing:border-box;min-width:168px;height:52px;min-height:52px;padding:0 22px;margin:0;border:2px solid var(--store-button-border);border-radius:8px;color:var(--store-heading);font-size:15px;font-weight:700;line-height:1.2;text-decoration:none;background:rgba(255,255,255,0.72);cursor:pointer;transition:background-color 0.18s ease,color 0.18s ease,border-color 0.18s ease,box-shadow 0.18s ease,transform 0.18s ease}button.store-product-page-nav__link{appearance:none;-webkit-appearance:none;cursor:pointer;font:inherit;margin:0}.store-product-page-nav .store-product-page-nav__link:hover,.store-product-page-nav .store-product-page-nav__link:focus-visible{border-color:var(--bs-link-hover-color);color:var(--bs-link-hover-color);background:#ffffff}.store-product-page-nav .store-product-page-nav__link:focus{outline:0}.store-product-page-nav .store-product-page-nav__link:focus-visible{outline:2px solid var(--bs-link-hover-color);outline-offset:2px}.store-category-page .store-category-section-nav{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 24px}@media (max-width:480px){.store-product-page-nav .store-product-page-nav__link{flex:1 1 100%;width:100%;height:auto;min-height:48px;padding:0 22px;font-size:15px;white-space:normal;text-align:center}}#product-info .store-product-hero{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:32px}#product-info .store-product-hero__gallery,#product-info .store-product-hero__info{flex:0 0 100%;max-width:100%;min-width:0;padding:0}@media (min-width:992px){#product-info .store-product-hero__gallery,#product-info .store-product-hero__info{flex:0 0 calc(50% - 12px);max-width:calc(50% - 12px)}}#product-info .store-product-gallery{border:1px solid #eef0f3;border-radius:16px;background:#fff;overflow:hidden}#product-info .store-product-gallery__main{display:flex;align-items:center;justify-content:center;min-height:220px;padding:16px}#product-info .store-product-gallery__img{display:block;max-width:100%;height:auto;margin:0 auto;border:0;border-radius:0}#product-info .store-product-thumbs{display:flex;flex-wrap:wrap;gap:8px;padding:0 16px 16px}#product-info .store-product-thumbs__link{display:block;flex:0 0 auto;width:72px;height:72px;padding:4px;border:1px solid #eef0f3;border-radius:10px;background:#fff}#product-info .store-product-thumbs__link:hover{border-color:var(--store-border)}#product-info .store-product-thumbs__img{display:block;width:100%;height:100%;object-fit:contain;border:0;border-radius:6px}.store-product-lightbox .modal-dialog{width:min(100% - 24px,1120px);max-width:1120px;margin:12px auto}.store-product-lightbox .modal-content{min-height:min(760px,calc(100dvh - 24px));overflow:hidden;border:0;border-radius:8px;background:#111827}.store-product-lightbox__close,.store-product-lightbox__nav{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,0.3);border-radius:8px;color:#fff;background:rgba(15,23,42,0.78);cursor:pointer}.store-product-lightbox__close{position:absolute;top:max(12px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));z-index:4;font-size:30px;line-height:1}.store-product-lightbox__nav{position:absolute;top:50%;z-index:3;transform:translateY(-50%);font-size:38px;line-height:1}.store-product-lightbox__nav--previous{left:max(12px,env(safe-area-inset-left))}.store-product-lightbox__nav--next{right:max(12px,env(safe-area-inset-right))}.store-product-lightbox__close:hover,.store-product-lightbox__nav:hover{border-color:#fff;background:rgba(15,23,42,0.94)}.store-product-lightbox__close:focus-visible,.store-product-lightbox__nav:focus-visible{outline:3px solid #fff;outline-offset:2px}.store-product-lightbox__nav:disabled{opacity:0.28;cursor:default}.store-product-lightbox__stage{position:relative;display:flex;min-height:min(680px,calc(100dvh - 104px));align-items:center;justify-content:center;padding:64px 72px 20px;touch-action:pan-y pinch-zoom}.store-product-lightbox__media{display:flex;width:100%;min-width:0;min-height:220px;align-items:center;justify-content:center}.store-product-lightbox__picture{display:flex;width:100%;align-items:center;justify-content:center}.store-product-lightbox__image{display:block;max-width:100%;max-height:calc(100dvh - 156px);object-fit:contain}.store-product-lightbox__error{max-width:420px;margin:0;color:#fff;text-align:center}.store-product-lightbox__meta{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:16px;padding:10px 72px max(12px,env(safe-area-inset-bottom));color:#fff}.store-product-lightbox__caption{min-width:0;margin:0;overflow:hidden;font-size:14px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.store-product-lightbox__counter{flex:0 0 auto;margin:0;font-size:14px;font-variant-numeric:tabular-nums}@media (max-width:575px){.store-product-lightbox .modal-dialog{width:100%;height:100%;margin:0}.store-product-lightbox .modal-content{min-height:100dvh;border-radius:0}.store-product-lightbox__stage{min-height:calc(100dvh - 76px);padding:64px 12px 12px}.store-product-lightbox__image{max-height:calc(100dvh - 152px)}.store-product-lightbox__nav{top:auto;bottom:max(12px,env(safe-area-inset-bottom));transform:none}.store-product-lightbox__meta{min-height:76px;justify-content:center;padding:12px 72px max(16px,env(safe-area-inset-bottom))}.store-product-lightbox__caption{display:none}}@media (prefers-reduced-motion:reduce){.store-product-lightbox,.store-product-lightbox .modal-dialog{transition:none}}#product-info .store-product-title{margin:0 0 16px;color:#111827;font-size:28px;font-weight:700;line-height:1.25;overflow-wrap:anywhere;word-wrap:break-word}@media (min-width:992px){#product-info .store-product-title{font-size:36px}}#product-info .store-product-meta{display:grid;gap:10px;margin-bottom:16px;padding:14px 16px;border:1px solid #eef0f3;border-radius:14px;background:#fafbfc}#product-info .store-product-meta__item{display:flex;flex-wrap:wrap;gap:6px 12px;align-items:baseline;font-size:14px;line-height:1.45}#product-info .store-product-meta__label{flex:0 0 auto;color:#6b7280;font-weight:500}#product-info .store-product-meta__value{flex:1 1 auto;min-width:0;color:#111827;font-weight:600;overflow-wrap:anywhere}#product-info .store-product-meta__value a{color:#111827;text-decoration:none}#product-info .store-product-meta__value a:hover{color:var(--store-accent)}#product-info .store-product-reviews-link{margin-bottom:16px}#product-info .store-product-rating{margin-bottom:6px}#product-info .store-product-reviews-actions{margin:0;font-size:14px;line-height:1.45}#product-info .store-product-reviews-actions a{color:#6b7280;text-decoration:none}#product-info .store-product-reviews-actions a:hover{color:var(--store-accent)}#product-info .store-product-reviews-actions__sep{color:#d1d5db}#product-info .store-product-price{margin-bottom:20px}#product-info .store-product-price__label{margin:0 0 4px;color:#6b7280;font-size:14px;line-height:1.35}#product-info .store-product-price__value{margin:0;color:#111827;font-size:32px;font-weight:700;line-height:1.2}#product-info .store-product-price__old{margin:0 0 4px;color:#dc512c;font-size:16px;text-decoration:line-through}#product-info .store-product-price__tax,#product-info .store-product-price__points{margin:8px 0 0;color:#9ca3af;font-size:13px;line-height:1.4}#product-info .store-product-price__tax{color:#6b7280}#product-info .store-product-price__discounts{margin:12px 0 0;padding:0;color:#6b7280;font-size:14px}#product-info .store-product-buy-wrap{padding:16px;border:1px solid #eef0f3;border-radius:14px;background:#fff}#product-info .store-product-buy__qty-label{display:block;margin-bottom:8px;color:#6b7280;font-size:14px;font-weight:500}#product-info .store-product-buy__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:stretch}#product-info .store-product-buy__qty{flex:0 0 88px;width:88px;max-width:100%;height:46px;border-color:var(--store-border);border-radius:10px}#product-info .store-product-buy__cart{flex:1 1 180px;min-width:0}#product-info .store-product-sections{display:flex;flex-direction:column;gap:0;min-width:0}#product-info .store-product-section{padding:28px 0;border-top:1px solid #eef0f3;min-width:0;scroll-margin-top:calc(var(--store-chrome-height) + 16px)}#product-info .store-product-section:first-child{border-top:0;padding-top:8px}#product-info .store-product-section__title{margin:0 0 20px;color:#111827;font-size:22px;font-weight:700;line-height:1.3}#product-info .store-product-page-nav{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 24px;padding:0 0 18px;border-bottom:1px solid rgba(15,23,42,0.08)}#product-info .store-product-delivery{background:#ffffff}#product-info .store-product-documents__list{display:flex;flex-direction:column;gap:10px;margin:0}#product-info .store-product-documents__link{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:8px 16px;padding:14px 16px;border:1px solid rgba(15,23,42,0.1);border-radius:10px;color:#000099;text-decoration:underline;text-underline-offset:2px;background:#fff;transition:border-color 0.2s ease,color 0.2s ease,background 0.2s ease}#product-info .store-product-documents__link:hover,#product-info .store-product-documents__link:focus{border-color:rgba(0,0,153,0.25);color:#000066;background:rgba(0,0,153,0.04)}#product-info .store-product-documents__link:focus-visible{outline:2px solid #000099;outline-offset:2px}#product-info .store-product-documents__title{font-size:16px;font-weight:600}#product-info .store-product-documents__meta{color:#64748b;font-size:14px;white-space:nowrap}#product-info .store-product-delivery__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:18px}#product-info .store-product-delivery__head .store-product-section__title{margin-bottom:0}#product-info .store-product-delivery__link{display:inline-flex;align-items:center;gap:8px;color:#000099;font-size:15px;font-weight:700;text-decoration:underline;text-decoration-thickness:0.08em;text-underline-offset:0.16em;white-space:nowrap}#product-info .store-product-delivery__link svg{width:18px;height:18px;transition:transform 0.2s ease}#product-info .store-product-delivery__link:hover{color:#000066}#product-info .store-product-delivery__link:hover svg{transform:translateX(3px)}#product-info .store-product-delivery__grid{display:grid;gap:16px}#product-info .store-product-delivery__item{border:1px solid rgba(15,23,42,0.08);border-radius:8px;padding:18px 20px;background:#ffffff}#product-info .store-product-delivery__title{margin:0 0 8px;color:var(--store-heading);font-size:18px;line-height:1.3;font-weight:700}#product-info .store-product-delivery__text{margin:0;color:#34445c;font-size:15px;line-height:1.65}@media (min-width:768px){#product-info .store-product-delivery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){#product-info .store-product-delivery__head{display:block}#product-info .store-product-delivery__link{margin-top:10px;white-space:normal}}@media (max-width:480px){#product-info .store-product-page-nav{gap:8px;margin-bottom:20px;padding-bottom:14px}#product-info .store-product-delivery__item{padding:16px}#product-info .store-product-delivery__title{font-size:16px}#product-info .store-product-delivery__text{font-size:14px}}#product-info .store-product-description,#product-info .store-product-description__body{max-width:100%;min-width:0;overflow-wrap:anywhere;word-wrap:break-word}#product-info .store-product-description__body{overflow-x:auto;-webkit-overflow-scrolling:touch;color:#374151;font-size:15px;line-height:1.65}#product-info .store-product-description__body>:first-child{margin-top:0}#product-info .store-product-description__body>:last-child{margin-bottom:0}#product-info .store-product-description img,#product-info .store-product-description figure img{max-width:100%!important;width:auto!important;height:auto!important;display:block}#product-info .store-product-description figure{max-width:100%;margin-left:0;margin-right:0}#product-info .store-product-description iframe,#product-info .store-product-description video,#product-info .store-product-description embed,#product-info .store-product-description object{max-width:100%}#product-info .store-product-description table{width:100%;max-width:100%;border-collapse:collapse}#product-info .store-product-description table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}#product-info .store-product-description pre{max-width:100%;overflow-x:auto;white-space:pre-wrap}#product-info .store-product-description a{color:#000099;text-decoration:underline;text-decoration-thickness:0.08em;text-underline-offset:0.16em}#product-info .store-product-description a:hover,#product-info .store-product-description a:focus{color:#000066}#product-info .store-product-description h2,#product-info .store-product-description h3,#product-info .store-product-description h4{color:#111827;line-height:1.35}#product-info .store-product-tags{margin:20px 0 0;color:#6b7280;font-size:14px}#product-info .store-product-tags a{color:#000099;text-decoration:underline;text-decoration-thickness:0.08em;text-underline-offset:0.16em}#product-info .store-product-tags a:hover,#product-info .store-product-tags a:focus{color:#000066}.store-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.store-plain-table{width:100%;border-collapse:collapse;border:1px solid var(--store-border,#dbe1e8);margin:0;color:#1f2937;background:#ffffff}.store-plain-table th,.store-plain-table td{border:1px solid var(--store-border,#dbe1e8);padding:14px 16px;vertical-align:middle;background:#ffffff;color:#1f2937}.store-plain-table th{font-weight:700;color:#111827}.store-plain-table tbody th{font-weight:400}#product-info .store-product-spec-table{max-width:100%}#product-info .store-product-spec-table .store-plain-table{margin-bottom:0}#product-info .store-product-spec-table__grid{table-layout:fixed}#product-info .store-product-spec-table__name,#product-info .store-product-spec-table__value{overflow-wrap:anywhere;word-break:break-word;vertical-align:top}#product-info .store-product-spec-table__name{width:42%}#product-info .store-product-spec-table__value{width:58%}#product-info .store-product-reviews .pagination{margin-top:16px}@media (max-width:575.98px){#product-info .store-product-title{font-size:24px}#product-info .store-product-price__value{font-size:26px}#product-info .store-product-buy__actions{flex-direction:column}#product-info .store-product-buy__qty{flex:1 1 auto;width:100%}#product-info .store-product-buy__cart{flex:1 1 auto;width:100%}}#cookie{position:fixed;bottom:0;left:0;width:100%;height:150px;z-index:9999;opacity:0.95;color:#ecf0f1;background:#343a40}#cookie div{font-size:16px;color:#FFFFFF}.store-home-category-panel__text p,.store-catalog-section__text p,.store-category-hero__text p,.store-blog-topic-panel__text p{margin:0 0 10px}.store-home-category-panel__text p:last-child,.store-catalog-section__text p:last-child,.store-category-hero__text p:last-child,.store-blog-topic-panel__text p:last-child{margin-bottom:0}.store-home-category-panel__text ul,.store-home-category-panel__text ol,.store-catalog-section__text ul,.store-catalog-section__text ol,.store-category-hero__text ul,.store-category-hero__text ol,.store-blog-topic-panel__text ul,.store-blog-topic-panel__text ol{margin:0 0 10px;padding-left:1.25em}.store-home-category-panel__text ul:last-child,.store-home-category-panel__text ol:last-child,.store-catalog-section__text ul:last-child,.store-catalog-section__text ol:last-child,.store-category-hero__text ul:last-child,.store-category-hero__text ol:last-child,.store-blog-topic-panel__text ul:last-child,.store-blog-topic-panel__text ol:last-child{margin-bottom:0}.store-home-category-panel__text li,.store-catalog-section__text li,.store-category-hero__text li,.store-blog-topic-panel__text li{margin:0 0 4px}@media (max-width:991px){.store-home-hero__inner,.store-home-category-panel__inner,.store-catalog-section__inner,.store-category-hero__inner,.store-blog-topic-panel__inner{grid-template-columns:1fr}.store-blog-card{grid-template-columns:minmax(0,1fr)}.store-home-hero__visual,.store-home-category-panel__visual,.store-catalog-section__visual,.store-category-hero__visual,.store-blog-topic-panel__visual,.store-blog-card__media{order:-1}.store-home-hero__content,.store-home-category-panel__content,.store-catalog-section__content,.store-category-hero__content,.store-blog-topic-panel__content,.store-blog-card__body{order:1}.store-home-category-panel--reverse .store-home-category-panel__content,.store-home-category-panel--reverse .store-home-category-panel__visual,.store-catalog-section--reverse .store-catalog-section__content,.store-catalog-section--reverse .store-catalog-section__visual,.store-blog-topic-panel--reverse .store-blog-topic-panel__content,.store-blog-topic-panel--reverse .store-blog-topic-panel__visual{order:unset}.store-home-category-panel--reverse .store-home-category-panel__visual,.store-catalog-section--reverse .store-catalog-section__visual,.store-blog-topic-panel--reverse .store-blog-topic-panel__visual{order:-1}.store-home-category-panel--reverse .store-home-category-panel__content,.store-catalog-section--reverse .store-catalog-section__content,.store-blog-topic-panel--reverse .store-blog-topic-panel__content{order:1}.store-home-hero__visual{min-height:0}.store-home-hero__picture{position:static;inset:auto;width:100%;height:auto;margin-top:0;margin-bottom:0;justify-content:center}.store-home-hero__image{width:100%;height:auto;max-height:360px}}
