: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}}.carousel .store-carousel-control-icon{display:block;width:18px;height:18px;object-fit:contain;pointer-events:none}.carousel .store-carousel-control-icon--prev{transform:rotate(180deg)}#common-home.container{max-width:none;padding-right:0;padding-left:0}#common-home>.row{margin-right:0;margin-left:0}#common-home #content{padding-right:0;padding-left:0}#common-home .carousel{width:100vw;margin:0 0 32px;border:0;border-radius:0;box-shadow:none;background:#fff;overflow:hidden}#common-home .carousel-inner,#common-home .carousel-item,#common-home .carousel-item>.row{width:100%}#common-home .carousel-item>.row{margin-right:0;margin-left:0}#common-home .carousel-item [class*="col-"]{flex:0 0 100%;width:100%;max-width:100%;padding-right:0;padding-left:0}#common-home .carousel a{display:block}#common-home .carousel .img-fluid{display:block;width:100%;height:auto;margin:0 auto}.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}#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-hero{position:relative;overflow:hidden;padding:clamp(40px,5vw,76px) 0;background:#ffffff;border-bottom:1px solid var(--store-border)}.store-home-hero__inner{width:min(100% - 32px,1440px);margin:0 auto;padding-inline:clamp(8px,1.6vw,16px);display:grid;grid-template-columns:1fr;gap:clamp(28px,4vw,56px);align-items:center;position:relative}.store-home-hero__content{display:flex;flex-direction:column;gap:clamp(16px,1.6vw,22px)}.store-home-hero__eyebrow{margin:0;color:#002B67;font-size:12px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase}.store-home-hero__title{margin:0;max-width:760px;color:var(--store-heading);font-size:24px;font-weight:800;line-height:1.35;letter-spacing:-0.01em}.store-home-hero__text{display:flex;flex-direction:column;gap:10px;max-width:640px;color:#394b63;font-size:clamp(15px,1.2vw,16px);line-height:1.65}.store-home-hero__text p{margin:0}.store-home-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}.store-home-hero__button{min-width:168px;min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;border-radius:8px;font-size:15px;font-weight:700;text-decoration:none;border:2px solid transparent;transition:background-color 0.18s ease,color 0.18s ease,border-color 0.18s ease,box-shadow 0.18s ease,transform 0.18s ease}.store-home-hero__button-icon{flex:0 0 auto;transition:transform 0.18s ease}.store-home-hero__button:hover .store-home-hero__button-icon,.store-home-hero__button:focus .store-home-hero__button-icon{transform:translateX(3px)}.store-home-hero__button--primary{color:var(--store-heading);background:rgba(255,255,255,0.72);border-color:var(--store-button-border)}.store-home-hero__button--primary:hover,.store-home-hero__button--primary:focus{color:var(--bs-link-hover-color);border-color:var(--bs-link-hover-color);background:#ffffff;outline:0}.store-home-hero__button--secondary{color:var(--store-heading);background:rgba(255,255,255,0.72);border-color:var(--store-button-border)}.store-home-hero__button--secondary:hover,.store-home-hero__button--secondary:focus{color:var(--bs-link-hover-color);border-color:var(--bs-link-hover-color);background:#ffffff;outline:0}.store-home-hero__benefits{display:grid;grid-template-columns:1fr;gap:14px;margin:14px 0 0;padding:0;list-style:none}@media (min-width:480px){.store-home-hero__benefits{grid-template-columns:repeat(3,minmax(0,1fr))}}.store-home-hero__benefit{display:flex;flex-direction:column;align-items:flex-start;gap:8px;color:#2b3a52;font-size:13px;font-weight:600;line-height:1.3}.store-home-hero__benefit-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#f1fbf1 0%,#dff4df 100%);color:var(--store-green);box-shadow:0 4px 10px rgba(0,102,0,0.10)}.store-home-hero__visual{position:relative;display:grid;grid-template-columns:1fr;gap:16px;min-height:600px}.store-home-hero__picture{display:flex;align-items:center;justify-content:flex-end;width:100%;inset:0}.store-home-hero__image{display:block;width:min(100%,900px);height:auto;max-height:700px;object-fit:contain}@media (min-width:768px) and (max-width:1199px){.store-home-hero__inner{grid-template-columns:minmax(0,1fr) minmax(420px,1.05fr);gap:clamp(28px,3.5vw,56px)}.store-home-hero__visual{min-height:540px;display:block}.store-home-hero__picture{position:absolute;inset:0;justify-content:flex-end;width:auto;height:100%}.store-home-hero__image{width:min(100%,760px);height:100%;max-height:600px}}@media (min-width:1200px){.store-home-hero__inner{grid-template-columns:minmax(0,0.96fr) minmax(560px,1.04fr);gap:clamp(28px,3.5vw,56px)}.store-home-hero__visual{min-height:640px;display:block}.store-home-hero__picture{position:absolute;inset:0 0 0 0;justify-content:flex-end;width:auto;height:100%}.store-home-hero__image{width:min(100%,980px);height:100%;max-height:740px}}@media (max-width:767px){.store-home-hero__visual{min-height:0}.store-home-hero__picture{position:static;inset:auto;width:100%;height:auto;margin-top:24px;justify-content:center}.store-home-hero__image{width:100%;height:auto;max-height:360px}}.store-home-category-panels{display:block}.store-home-category-panel{position:relative;overflow:hidden;padding:clamp(40px,5vw,76px) 0;background:#ffffff;border-bottom:1px solid var(--store-border)}.store-home-category-panel:last-child{border-bottom:0}.store-home-category-panel__inner{position:relative;display:grid;grid-template-columns:1fr;align-items:center;width:min(100% - 32px,1440px);margin:0 auto;padding-inline:clamp(8px,1.6vw,16px);gap:clamp(28px,4vw,56px)}.store-home-category-panel__content{display:flex;flex-direction:column;gap:clamp(14px,1.5vw,20px);max-width:760px;min-width:0}.store-home-category-panel__eyebrow{margin:0;color:var(--store-accent);font-size:12px;font-weight:800;letter-spacing:0.08em;line-height:1.4;text-transform:uppercase}.store-home-category-panel__title{margin:0;color:var(--store-heading);font-size:clamp(24px,2.8vw,40px);font-weight:800;line-height:1.14;letter-spacing:-0.01em}.store-home-category-panel__text{max-width:720px;margin:0;color:var(--store-text-muted);font-size:clamp(15px,1.25vw,18px);line-height:1.65}.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}.store-home-category-panel__button{display:inline-flex;width:fit-content;min-width:180px;min-height:52px;align-items:center;justify-content:center;gap:12px;padding:0 22px;border-radius:8px;border:2px solid transparent;font-weight:800;line-height:1;text-decoration:none;transition:transform 0.18s ease,box-shadow 0.18s ease,background-color 0.18s ease,color 0.18s ease}.store-home-category-panel__button svg{width:18px;height:18px;stroke:currentColor;flex:0 0 auto;transition:transform 0.18s ease}.store-home-category-panel__button:hover svg,.store-home-category-panel__button:focus svg{transform:translateX(3px)}.store-home-category-panel__button--primary{color:var(--store-heading);background:rgba(255,255,255,0.72);border-color:var(--store-button-border)}.store-home-category-panel__button--primary:hover,.store-home-category-panel__button--primary:focus{color:var(--bs-link-hover-color);border-color:var(--bs-link-hover-color);background:#ffffff;outline:0}.store-home-category-panel__visual{display:flex;min-width:0;min-height:360px;align-items:center;justify-content:center;overflow:hidden;padding:clamp(18px,3vw,36px);border-radius:8px;background:#ffffff;text-decoration:none}.store-home-category-panel__picture{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.store-home-category-panel__image{display:block;width:100%;height:auto;max-height:420px;object-fit:contain}.store-home-category-panel__placeholder{display:inline-flex;width:88px;height:88px;align-items:center;justify-content:center;border-radius:999px;color:var(--store-accent);background:rgba(255,105,0,0.08);font-size:34px;font-weight:800}@media (min-width:768px){.store-home-category-panel__inner{grid-template-columns:minmax(0,1fr) minmax(420px,1.05fr);gap:clamp(28px,3.5vw,56px)}.store-home-category-panel--reverse .store-home-category-panel__content{order:2}.store-home-category-panel--reverse .store-home-category-panel__visual{order:1}}@media (min-width:1200px){.store-home-category-panel__inner{grid-template-columns:minmax(0,0.96fr) minmax(560px,1.04fr);gap:clamp(28px,3.5vw,56px)}}@media (max-width:767px){.store-home-category-panel{padding:clamp(36px,8vw,52px) 0}.store-home-category-panel__inner{grid-template-columns:1fr}.store-home-category-panel__content{max-width:none}.store-home-category-panel__title{font-size:24px}.store-home-category-panel__visual{min-height:240px;padding:18px}.store-home-category-panel__image{max-height:280px}.store-home-category-panel__button{min-height:48px}}@media (max-width:400px){.store-home-category-panel__title{font-size:22px}.store-home-category-panel__button{width:100%}}@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}}
