: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}.store-order-notice{margin-bottom:16px;padding:12px 14px 12px 16px;color:#1f2937;background:#ffffff;border:1px solid var(--store-border);border-left:3px solid var(--store-accent);border-radius:8px}.store-order-notice strong{display:block;margin-bottom:4px;color:#111827;font-size:14px;font-weight:700;line-height:1.4}.store-order-notice p{margin:0;color:#4b5563;font-size:13px;line-height:1.55}.store-checkout-page{background:#ffffff;padding-bottom:calc(var(--store-chrome-height) + 48px)}.store-checkout-page__breadcrumbs{padding-top:16px;padding-bottom:8px}.store-checkout-page__breadcrumbs .breadcrumb{border-bottom:0;margin-bottom:0}.store-checkout-hero{padding:clamp(16px,2.5vw,24px) 0 clamp(14px,2vw,20px);border-bottom:1px solid var(--store-border)}.store-checkout-hero__inner{width:min(100% - 32px,960px);margin:0 auto;padding-inline:clamp(8px,1.6vw,16px);display:flex;flex-direction:column;gap:8px}.store-checkout-hero__title{margin:0;color:#111827;font-size:clamp(24px,2.8vw,32px);font-weight:800;line-height:1.15;letter-spacing:-0.01em}.store-checkout-hero__text{margin:0;max-width:720px;color:#4b5563;font-size:clamp(14px,1.1vw,15px);line-height:1.55}.store-checkout-page__body{width:min(100% - 32px,960px);margin:0 auto;padding:clamp(16px,2.5vw,24px) clamp(8px,1.6vw,16px) clamp(24px,3vw,40px)}.store-checkout-cart{display:flex;flex-direction:column;gap:16px}.store-checkout-page .alert-info{color:#1f2937;background:#ffffff;border-color:var(--store-border)}.store-checkout-register{margin-top:clamp(20px,3vw,32px);padding-top:clamp(20px,3vw,32px);border-top:1px solid var(--store-border)}.store-checkout-register .checkout-simple-form legend{margin-bottom:16px;color:#111827;font-size:clamp(18px,2vw,22px);font-weight:800;line-height:1.25}.store-cart-section{display:flex;flex-direction:column;gap:12px}.store-cart-list__title{margin:0;color:#111827;font-size:clamp(17px,1.6vw,20px);font-weight:700;line-height:1.3;text-align:left}.store-cart-list__weight{color:#6b7280;font-size:0.92em;font-weight:600}.store-cart-list{display:grid;gap:10px}.store-cart-item{position:relative;display:grid;grid-template-columns:80px minmax(0,1fr) minmax(96px,auto) minmax(120px,auto) minmax(96px,auto);gap:14px 16px;align-items:center;padding:14px 44px 14px 14px;background:#ffffff;border:1px solid var(--store-border);border-radius:8px}.store-cart-item__remove{position:absolute;top:12px;right:12px;display:inline-flex;width:20px;height:20px;color:#9ca3af;transition:color 0.18s ease}.store-cart-item__remove::before{content:"";display:block;width:20px;height:20px;background:currentColor;mask:url("/image/catalog/icon/delete.svg") center / contain no-repeat;-webkit-mask:url("/image/catalog/icon/delete.svg") center / contain no-repeat}.store-cart-item__remove:hover,.store-cart-item__remove:focus{color:var(--store-accent);outline:0}.store-cart-item__media{display:flex;align-items:center;justify-content:center;width:72px;height:72px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px}.store-cart-item__media img{display:block;max-width:60px;max-height:60px;object-fit:contain}.store-cart-item__details{min-width:0}.store-cart-item__name{display:inline;color:#111827;font-size:15px;font-weight:600;line-height:1.45;text-decoration:none;overflow-wrap:anywhere}.store-cart-item__name:hover,.store-cart-item__name:focus{color:var(--store-accent)}.store-cart-item__meta{margin:6px 0 0;padding:0;color:#6b7280;font-size:12px;line-height:1.45;list-style:none}.store-cart-item__price,.store-cart-item__total{display:grid;gap:2px;text-align:right;white-space:nowrap}.store-cart-item__price span,.store-cart-item__total span,.store-cart-item__quantity label{color:#9ca3af;font-size:11px;font-weight:600;letter-spacing:0.02em;text-transform:uppercase}.store-cart-item__price strong,.store-cart-item__total strong{color:#111827;font-size:15px;font-weight:700}.store-cart-item__quantity{display:grid;gap:4px}.store-cart-quantity{display:inline-flex;align-items:center;justify-self:start;overflow:hidden;border:1px solid var(--store-border);border-radius:8px}.store-cart-quantity .form-control{width:52px;height:34px;padding:0 6px;text-align:center;border:0;border-radius:0;box-shadow:none}.store-cart-quantity__update{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:#111827;background:#f9fafb;border:0;border-left:1px solid var(--store-border);transition:color 0.18s ease,background-color 0.18s ease}.store-cart-quantity__update::before{content:"";display:block;width:12px;height:7px;border-bottom:2px solid currentColor;border-left:2px solid currentColor;transform:rotate(-45deg) translate(1px,-1px)}.store-cart-quantity__update:hover,.store-cart-quantity__update:focus{color:var(--store-accent);background:#f3f4f6;outline:0}.store-cart-summary{display:grid;gap:0;justify-self:stretch;width:100%;margin-top:4px;padding:12px 14px;background:#f9fafb;border:1px solid var(--store-border);border-radius:8px}.store-cart-summary__row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:6px 0;color:#374151;font-size:14px;line-height:1.4}.store-cart-summary__row + .store-cart-summary__row{border-top:1px solid var(--store-border)}.store-cart-summary__row strong{flex:1 1 auto;min-width:0;font-weight:600}.store-cart-summary__row span{flex:0 0 auto;text-align:right;white-space:nowrap}.store-cart-summary__row--total{padding-top:10px;color:#111827;font-size:15px}.store-cart-summary__row--total strong,.store-cart-summary__row--total span{font-weight:800}.store-cart-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:8px}.store-cart-actions--empty{justify-content:flex-start}.store-cart-actions__primary,.store-cart-actions__secondary{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 18px;border-radius:8px;font-size:14px;font-weight:700;line-height:1;text-decoration:none;transition:background-color 0.18s ease,border-color 0.18s ease,color 0.18s ease}.store-cart-actions__primary{color:var(--store-heading);background:rgba(255,255,255,0.72);border:2px solid var(--store-button-border)}.store-cart-actions__primary:hover,.store-cart-actions__primary:focus{color:var(--bs-link-hover-color);background:#ffffff;border-color:var(--bs-link-hover-color)}.store-cart-actions__secondary{color:var(--store-heading);background:rgba(255,255,255,0.72);border:2px solid var(--store-button-border)}.store-cart-actions__secondary:hover,.store-cart-actions__secondary:focus{color:var(--bs-link-hover-color);background:#ffffff;border-color:var(--bs-link-hover-color)}.store-cart-empty{padding:8px 0 4px}.store-cart-empty__text{margin:0 0 16px;color:#4b5563;font-size:15px;line-height:1.55}.checkout-simple-form__consent{max-width:760px;margin:24px auto 12px;color:#5d6670;font-size:14px;line-height:1.55;text-align:center}.checkout-simple-form__consent a{color:var(--store-accent);font-weight:600;text-decoration:none}.checkout-simple-form__consent a:hover,.checkout-simple-form__consent a:focus{color:#e85f00;text-decoration:underline}.checkout-simple-form__actions{display:flex;justify-content:center;padding-bottom:calc(var(--store-chrome-height) + 48px)}.checkout-simple-form__actions #button-register{display:inline-flex;min-width:168px;min-height:52px;align-items:center;justify-content:center;padding:0 22px;color:var(--store-heading);background:rgba(255,255,255,0.72);border:2px solid var(--store-button-border);border-radius:8px;font-size:15px;font-weight:700;line-height:1;text-decoration:none;box-shadow:none;transition:background-color 0.18s ease,border-color 0.18s ease,color 0.18s ease}.checkout-simple-form__actions #button-register:hover,.checkout-simple-form__actions #button-register:focus{color:var(--bs-link-hover-color);background:#ffffff;border-color:var(--bs-link-hover-color);outline:0}.store-category-continue-button{display:inline-flex;min-width:168px;min-height:52px;align-items:center;justify-content:center;padding:0 22px;color:var(--store-heading);background:rgba(255,255,255,0.72);border:2px solid var(--store-button-border);border-radius:8px;font-size:15px;font-weight:700;line-height:1;text-decoration:none;box-shadow:none;transition:background-color 0.18s ease,border-color 0.18s ease,color 0.18s ease}.store-category-continue-button:hover,.store-category-continue-button:focus{color:var(--bs-link-hover-color);background:#ffffff;border-color:var(--bs-link-hover-color);outline:0}@media (max-width:991.98px){.store-cart-item{grid-template-columns:72px minmax(0,1fr) minmax(88px,auto);grid-template-areas:"media details details" "media price total" "media quantity quantity";gap:10px 12px;padding-right:40px}.store-cart-item__media{grid-area:media}.store-cart-item__details{grid-area:details;padding-right:8px}.store-cart-item__price{grid-area:price;text-align:left}.store-cart-item__quantity{grid-area:quantity}.store-cart-item__total{grid-area:total;text-align:right;align-self:end}}@media (max-width:767.98px){.store-cart-item{grid-template-columns:64px minmax(0,1fr);grid-template-areas:"media details" "price price" "quantity quantity" "total total";padding:12px 40px 12px 12px}.store-cart-item__media{width:64px;height:64px}.store-cart-item__media img{max-width:52px;max-height:52px}.store-cart-item__price,.store-cart-item__quantity,.store-cart-item__total{text-align:left}.store-cart-item__total strong{font-size:16px}.store-cart-summary{padding:10px 12px}.store-cart-actions{flex-direction:column;padding-bottom:calc(var(--store-chrome-height) + 16px)}.store-cart-actions__primary,.store-cart-actions__secondary{width:100%}}@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}#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}.store-pagination{margin:0}.store-pagination .pagination{display:flex;flex-wrap:wrap;align-items:center;gap:8px;list-style:none;padding:0;margin:0}.store-pagination .page-item{list-style:none;margin:0;padding:0}.store-pagination .page-link{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid var(--store-border);border-radius:8px;background:#fff;color:var(--store-heading);font-size:14px;font-weight:600;line-height:1;text-decoration:none;transition:background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease}.store-pagination .page-item a.page-link:hover,.store-pagination .page-item a.page-link:focus-visible{background:#f3f4f6;border-color:#d1d5db;color:var(--store-heading);outline:0}.store-pagination .page-item.active .page-link{background:var(--store-button-border);border-color:var(--store-button-border);color:#fff;cursor:default}.store-pagination .page-item.disabled .page-link{background:#f9fafb;border-color:var(--store-border);color:#9ca3af;pointer-events:none}.store-listing-footer{align-items:center;margin-top:clamp(20px,3vw,32px);row-gap:12px}.store-listing-footer__results{color:var(--store-text-muted);font-size:14px;line-height:1.45}.store-blog-page__pagination .store-pagination{margin-top:0}@media (max-width:575.98px){.store-listing-footer{flex-direction:column;align-items:stretch}.store-listing-footer__pagination,.store-listing-footer__results{width:100%;max-width:100%;text-align:start!important}.store-pagination .page-link{min-width:36px;height:36px;padding:0 10px;font-size:13px}.store-listing-footer__results{margin-top:4px;font-size:13px}}@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}#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}#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)}.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}#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}.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-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%}}.blog-thumb{border:1px solid #ddd;margin-bottom:15px}.blog-thumb h4{font-weight:bold}.blog-thumb .image{text-align:center;margin-bottom:15px}.blog-thumb .image a:hover{opacity:0.8}.blog-thumb .description{padding:15px}#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%}}.store-catalog-page{background:#ffffff}.store-catalog-page__breadcrumbs{padding-top:16px;padding-bottom:8px}.store-catalog-page__breadcrumbs .breadcrumb{border-bottom:0;margin-bottom:0}.store-catalog-page__heading{width:min(100% - 32px,1440px);margin:0 auto;padding:clamp(20px,2.5vw,36px) clamp(8px,1.6vw,16px) clamp(8px,1.5vw,16px);text-align:center}.store-catalog-page__intro{padding:clamp(28px,4vw,56px) 0 clamp(36px,4.5vw,60px);background:#ffffff;border-bottom:1px solid var(--store-border)}.store-catalog-page__intro-inner{width:min(100% - 32px,1440px);margin:0 auto;padding-inline:clamp(8px,1.6vw,16px);display:flex;flex-direction:column;gap:clamp(10px,1vw,16px)}.store-catalog-page__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-catalog-page__title{margin:0;color:var(--store-heading);font-size:clamp(28px,3.2vw,44px);font-weight:800;line-height:1.12;letter-spacing:-0.01em}.store-catalog-page__text{max-width:760px;margin:0;color:var(--store-text-muted);font-size:clamp(15px,1.25vw,18px);line-height:1.65}.store-catalog-sections{display:block}.store-catalog-section{position:relative;overflow:hidden;padding:clamp(40px,5vw,76px) 0;background:#ffffff;border-bottom:1px solid var(--store-border)}.store-catalog-section:first-child{border-top:1px solid var(--store-border)}.store-catalog-section:last-child{border-bottom:0}.store-catalog-section__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-catalog-section__content{display:flex;flex-direction:column;gap:clamp(14px,1.5vw,20px);max-width:760px;min-width:0}.store-catalog-section__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-catalog-section__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-catalog-section__text{max-width:720px;margin:0;color:var(--store-text-muted);font-size:clamp(15px,1.25vw,18px);line-height:1.65}.store-catalog-section__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-catalog-section__button svg{width:18px;height:18px;stroke:currentColor;flex:0 0 auto;transition:transform 0.18s ease}.store-catalog-section__button:hover svg,.store-catalog-section__button:focus svg{transform:translateX(3px)}.store-catalog-section__button--primary{color:var(--store-heading);background:rgba(255,255,255,0.72);border-color:var(--store-button-border)}.store-catalog-section__button--primary:hover,.store-catalog-section__button--primary:focus{color:var(--bs-link-hover-color);border-color:var(--bs-link-hover-color);background:#ffffff;outline:0}.store-catalog-section__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-catalog-section__picture{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.store-catalog-section__image{display:block;width:100%;height:auto;max-height:420px;object-fit:contain}.store-catalog-section__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-catalog-section__inner{grid-template-columns:minmax(0,1fr) minmax(420px,1.05fr);gap:clamp(28px,3.5vw,56px)}.store-catalog-section--reverse .store-catalog-section__content{order:2}.store-catalog-section--reverse .store-catalog-section__visual{order:1}}@media (min-width:1200px){.store-catalog-section__inner{grid-template-columns:minmax(0,0.96fr) minmax(560px,1.04fr);gap:clamp(28px,3.5vw,56px)}}@media (max-width:767px){.store-catalog-section{padding:clamp(36px,8vw,52px) 0}.store-catalog-section__inner{grid-template-columns:1fr}.store-catalog-section__content{max-width:none}.store-catalog-section__title{font-size:24px}.store-catalog-section__visual{min-height:240px;padding:18px}.store-catalog-section__image{max-height:280px}.store-catalog-section__button{min-height:48px}}@media (max-width:400px){.store-catalog-page__title{font-size:26px}.store-catalog-section__title{font-size:22px}.store-catalog-section__button{width:100%}}.store-catalog-subcategories{width:min(100% - 32px,1440px);margin:clamp(24px,3vw,36px) auto 0;padding-inline:clamp(8px,1.6vw,16px);display:grid;grid-template-columns:1fr;gap:14px}.store-catalog-subcategory{display:grid;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:96px;padding:12px 14px;background:#ffffff;border:1px solid rgba(15,23,42,0.08);border-radius:8px;color:inherit;text-decoration:none;transition:border-color 0.18s ease,transform 0.18s ease,box-shadow 0.18s ease}.store-catalog-subcategory:hover,.store-catalog-subcategory:focus{border-color:rgba(255,105,0,0.45);box-shadow:0 6px 16px rgba(15,23,42,0.06);outline:0;text-decoration:none;color:inherit}.store-catalog-subcategory__picture,.store-catalog-subcategory__placeholder{display:flex;width:88px;height:72px;align-items:center;justify-content:center;border-radius:6px;background:#ffffff;overflow:hidden;flex:0 0 auto}.store-catalog-subcategory__placeholder{color:var(--store-accent);background:rgba(255,105,0,0.08);font-size:24px;font-weight:800}.store-catalog-subcategory__image{display:block;width:100%;height:100%;object-fit:contain}.store-catalog-subcategory__name{min-width:0;color:var(--store-heading);font-size:15px;font-weight:700;line-height:1.35}.store-catalog-subcategory__icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;color:var(--store-accent)}.store-catalog-subcategory__icon svg{width:18px;height:18px;stroke:currentColor;transition:transform 0.18s ease}.store-catalog-subcategory:hover .store-catalog-subcategory__icon svg,.store-catalog-subcategory:focus .store-catalog-subcategory__icon svg{transform:translateX(3px)}@media (min-width:768px){.store-catalog-subcategories{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (min-width:1200px){.store-catalog-subcategories{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:400px){.store-catalog-subcategory{grid-template-columns:72px minmax(0,1fr) auto;gap:12px;padding:10px 12px;min-height:88px}.store-catalog-subcategory__picture,.store-catalog-subcategory__placeholder{width:72px;height:60px}.store-catalog-subcategory__placeholder{font-size:20px}}.store-category-page{background:#ffffff}.store-category-hero{background:#ffffff;padding:clamp(36px,5vw,72px) 0;border-bottom:1px solid var(--store-border)}.store-category-hero--has-children{border-bottom:0}.store-category-children-wrap{border-bottom:1px solid var(--store-border);padding-bottom:clamp(20px,3vw,36px)}.store-category-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(20px,3vw,40px);align-items:center}.store-category-hero__content{display:flex;flex-direction:column;gap:clamp(12px,1.4vw,18px);min-width:0}.store-category-hero__title{margin:0;color:#0f172a;font-size:clamp(28px,3.5vw,44px);font-weight:800;line-height:1.15;letter-spacing:-0.01em}.store-category-hero__text{margin:0;color:#4b5563;font-size:clamp(15px,1.2vw,17px);line-height:1.55;max-width:60ch}.store-category-hero__visual{display:flex;align-items:center;justify-content:center;min-width:0}.store-category-hero__picture{display:block;width:100%;max-width:640px;background:#ffffff;border-radius:12px;overflow:hidden}.store-category-hero__image{display:block;width:100%;height:auto;aspect-ratio:640 / 420;object-fit:contain;background:#ffffff}.store-category-hero__placeholder{display:flex;width:100%;max-width:640px;aspect-ratio:640 / 420;align-items:center;justify-content:center;background:rgba(255,105,0,0.08);color:var(--store-accent);border-radius:12px;font-size:clamp(48px,6vw,96px);font-weight:800}@media (min-width:768px){.store-category-hero__inner{grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);gap:clamp(28px,4vw,56px)}}@media (min-width:1200px){.store-category-hero__inner{grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr)}}@media (max-width:767px){.store-category-hero__picture,.store-category-hero__placeholder{max-width:420px;aspect-ratio:420 / 276}.store-category-hero__image{aspect-ratio:420 / 276}}.store-category-children{width:min(100% - 32px,1440px);margin:clamp(24px,3vw,36px) auto 0;padding-inline:clamp(8px,1.6vw,16px);display:grid;grid-template-columns:1fr;gap:14px}.store-category-child{display:grid;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:96px;padding:12px 14px;background:#ffffff;border:1px solid rgba(15,23,42,0.08);border-radius:8px;color:inherit;text-decoration:none;transition:border-color 0.18s ease,transform 0.18s ease,box-shadow 0.18s ease}.store-category-child:hover,.store-category-child:focus{border-color:rgba(255,105,0,0.45);box-shadow:0 6px 16px rgba(15,23,42,0.06);outline:0;text-decoration:none;color:inherit}.store-category-child__picture,.store-category-child__placeholder{display:flex;width:88px;height:72px;align-items:center;justify-content:center;border-radius:6px;background:#ffffff;overflow:hidden;flex:0 0 auto}.store-category-child__placeholder{color:var(--store-accent);background:rgba(255,105,0,0.08);font-size:24px;font-weight:800}.store-category-child__image{display:block;width:100%;height:100%;object-fit:contain}.store-category-child__name{min-width:0;color:var(--store-heading);font-size:15px;font-weight:700;line-height:1.35}.store-category-child__icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;color:var(--store-accent)}.store-category-child__icon svg{width:18px;height:18px;stroke:currentColor;transition:transform 0.18s ease}.store-category-child:hover .store-category-child__icon svg,.store-category-child:focus .store-category-child__icon svg{transform:translateX(3px)}@media (min-width:768px){.store-category-children{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (min-width:1200px){.store-category-children{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:400px){.store-category-child{grid-template-columns:72px minmax(0,1fr) auto;gap:12px;padding:10px 12px;min-height:88px}.store-category-child__picture,.store-category-child__placeholder{width:72px;height:60px}.store-category-child__placeholder{font-size:20px}}.store-selection-table-container{margin-top:clamp(28px,3.5vw,48px);margin-bottom:clamp(12px,1.5vw,20px)}.store-selection-table-section{margin:0}.store-selection-table-section__title{width:100%;max-width:none;margin:0 0 clamp(12px,1.5vw,18px);color:#0f172a;font-size:clamp(20px,2vw,28px);font-weight:700;line-height:1.2}.store-selection-table-section__intro,.store-selection-table-section__hint{width:100%;max-width:none;margin:0 0 clamp(10px,1.2vw,14px);color:#4b5563;font-size:clamp(15px,1.2vw,17px);line-height:1.55}.store-selection-table-section__hint-label{font-weight:600;color:#334155}.store-selection-table.store-plain-table{min-width:640px}.store-selection-table__col-model,.store-selection-table__cell-model{min-width:180px;max-width:240px}.store-selection-table__col-name,.store-selection-table__cell-name{min-width:360px;width:34%}.store-selection-table-scroll{max-height:70vh;overflow:auto}.store-selection-table thead th{position:sticky;top:0;z-index:2;background:#fff}.store-selection-table__cell--number{text-align:center}.store-selection-table__cell--price{text-align:center;white-space:nowrap}.store-selection-table__product-model{display:block}.store-selection-table__head-short{display:none}.store-selection-table__cell-attr{min-width:120px;white-space:nowrap}.store-selection-table__cell-text,.store-selection-table__cell-task{overflow-wrap:anywhere;word-break:break-word;line-height:1.45}.store-selection-table__cell-task,.store-selection-table__col-task{min-width:220px;max-width:360px;vertical-align:top;white-space:normal}.store-selection-table__cell-text{min-width:140px;white-space:normal;vertical-align:top}.store-selection-table__cell-price{min-width:110px;white-space:nowrap}.store-selection-table__price-old{display:block;color:#94a3b8;font-size:12px;text-decoration:line-through}.store-selection-table__price-current{display:block;font-weight:400;white-space:nowrap}.store-selection-table__link{color:var(--bs-link-color,#000099);font-weight:400;text-decoration:underline;white-space:nowrap}.store-selection-table__link:hover,.store-selection-table__link:focus{color:var(--bs-link-hover-color,#000066)}@media (max-width:767px){.store-selection-table{min-width:520px}.store-selection-table__head-full{display:none}.store-selection-table__head-short{display:inline}.store-selection-table__col-model,.store-selection-table__cell-model{min-width:140px;max-width:160px}.store-selection-table__col-name,.store-selection-table__cell-name{min-width:280px;width:auto}}.store-category-products{margin-top:clamp(28px,3.5vw,48px)}.store-blog-page{background:#ffffff}.store-blog-page__breadcrumbs-wrap{padding-top:16px}.store-blog-page__breadcrumbs{padding-bottom:8px}.store-blog-page__breadcrumbs .breadcrumb{border-bottom:0;margin-bottom:0}.store-blog-page__header{margin-bottom:clamp(8px,1.5vw,16px)}.store-blog-page__content-wrap{margin-bottom:clamp(32px,4vw,56px)}.store-blog-page__empty-wrap{padding-bottom:clamp(32px,4vw,56px)}.store-blog-page__title{margin:0 0 clamp(12px,1.5vw,16px);color:var(--store-heading);font-size:clamp(28px,3.2vw,40px);font-weight:800;line-height:1.15;letter-spacing:-0.01em}.store-blog-page__intro{max-width:760px;color:var(--store-text-muted);font-size:clamp(15px,1.2vw,17px);line-height:1.65}.store-blog-page__empty{max-width:720px;margin:0;padding:clamp(20px,2.5vw,32px);color:var(--store-text-muted);font-size:clamp(15px,1.2vw,17px);line-height:1.65;background:#f8fafc;border:1px solid var(--store-border);border-radius:12px}#cms-blog.cms-blog-article-page .cms-blog-article-page__row{margin-left:0;margin-right:0}#cms-blog.cms-blog-article-page .cms-blog-article-page__content{max-width:860px;margin-inline:auto;padding-inline:0;width:100%}#cms-blog #content>p>a[href*="author="]{color:#000099;text-decoration:underline;text-decoration-thickness:0.08em;text-underline-offset:0.16em}#cms-blog #content>p>a[href*="author="]:hover,#cms-blog #content>p>a[href*="author="]:focus{color:#000066;text-decoration:underline}#cms-blog #content :where(p,li,td,blockquote) a,#information-information #content :where(p,li,td,blockquote) a,#information-sitemap #content :where(p,li) a,.store-blog-page__intro a,.store-blog-topic-panel__text a,.store-category-hero__text a{color:#000099;text-decoration:underline;text-decoration-thickness:0.08em;text-underline-offset:0.16em}#cms-blog #content :where(p,li,td,blockquote) a:hover,#cms-blog #content :where(p,li,td,blockquote) a:focus,#information-information #content :where(p,li,td,blockquote) a:hover,#information-information #content :where(p,li,td,blockquote) a:focus,#information-sitemap #content :where(p,li) a:hover,#information-sitemap #content :where(p,li) a:focus,.store-blog-page__intro a:hover,.store-blog-page__intro a:focus,.store-blog-topic-panel__text a:hover,.store-blog-topic-panel__text a:focus,.store-category-hero__text a:hover,.store-category-hero__text a:focus{color:#000066}.store-blog-list{display:grid;gap:clamp(20px,2.5vw,28px);margin:0;padding:0;list-style:none}.store-blog-card{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;padding:clamp(16px,2vw,24px);background:#ffffff;border:1px solid var(--store-border);border-radius:14px;box-shadow:0 1px 2px rgba(15,23,42,0.04)}@media (min-width:768px){.store-blog-card{grid-template-columns:minmax(200px,280px) minmax(0,1fr);align-items:center}}.store-blog-card__media{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;line-height:0;background:#ffffff}.store-blog-card__media picture{display:block;width:100%}.store-blog-card__media img{display:block;width:100%;height:auto;aspect-ratio:32 / 21;object-fit:contain;object-position:center}.store-blog-card__body{display:flex;flex-direction:column;gap:10px;min-width:0}.store-blog-card__date{color:#64748b;font-size:13px;line-height:1.4}.store-blog-card__title{margin:0;font-size:clamp(18px,2vw,22px);font-weight:700;line-height:1.3}.store-blog-card__title a{color:var(--store-heading);text-decoration:none}.store-blog-card__title a:hover,.store-blog-card__title a:focus{color:var(--store-accent)}.store-blog-card__excerpt{margin:0;color:var(--store-text-muted);font-size:15px;line-height:1.6}.store-blog-card__link{align-self:flex-start;margin-top:4px;color:#000099;font-size:15px;font-weight:700;text-decoration:underline;text-decoration-thickness:0.08em;text-underline-offset:0.16em}.store-blog-card__link:hover,.store-blog-card__link:focus{color:#000066;text-decoration:underline}.store-blog-page__pagination{margin-top:clamp(24px,3vw,36px)}.store-blog-topic-panels{display:block}.store-blog-topic-panel{position:relative;overflow:hidden;padding:clamp(40px,5vw,76px) 0;background:#ffffff;border-bottom:1px solid var(--store-border)}.store-blog-topic-panel:last-child{border-bottom:0}.store-blog-topic-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-blog-topic-panel__content{display:flex;flex-direction:column;gap:clamp(14px,1.5vw,20px);max-width:760px;min-width:0}.store-blog-topic-panel__eyebrow{margin:0;color:var(--store-green);font-size:12px;font-weight:800;letter-spacing:0.08em;line-height:1.4;text-transform:uppercase}.store-blog-topic-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-blog-topic-panel__text{max-width:720px;margin:0;color:var(--store-text-muted);font-size:clamp(15px,1.25vw,18px);line-height:1.65}.store-blog-topic-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-blog-topic-panel__button svg{width:18px;height:18px;stroke:currentColor;flex:0 0 auto;transition:transform 0.18s ease}.store-blog-topic-panel__button:hover svg,.store-blog-topic-panel__button:focus svg{transform:translateX(3px)}.store-blog-topic-panel__button--primary{color:var(--store-heading);background:rgba(255,255,255,0.72);border-color:var(--store-button-border)}.store-blog-topic-panel__button--primary:hover,.store-blog-topic-panel__button--primary:focus{color:var(--bs-link-hover-color);border-color:var(--bs-link-hover-color);background:#ffffff;outline:0}.store-blog-topic-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-blog-topic-panel__picture{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.store-blog-topic-panel__image{display:block;width:100%;height:auto;max-height:420px;object-fit:contain}.store-blog-topic-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-blog-topic-panel__inner{grid-template-columns:minmax(0,1fr) minmax(420px,1.05fr);gap:clamp(28px,3.5vw,56px)}.store-blog-topic-panel--reverse .store-blog-topic-panel__content{order:2}.store-blog-topic-panel--reverse .store-blog-topic-panel__visual{order:1}}@media (min-width:1200px){.store-blog-topic-panel__inner{grid-template-columns:minmax(0,0.96fr) minmax(560px,1.04fr);gap:clamp(28px,3.5vw,56px)}}@media (max-width:767px){.store-blog-topic-panel{padding:clamp(36px,8vw,52px) 0}.store-blog-topic-panel__inner{grid-template-columns:1fr}.store-blog-topic-panel__content{max-width:none}.store-blog-topic-panel__title{font-size:24px}.store-blog-topic-panel__visual{min-height:240px;padding:18px}.store-blog-topic-panel__image{max-height:280px}.store-blog-topic-panel__button{min-height:48px}}@media (max-width:400px){.store-blog-topic-panel__title{font-size:22px}.store-blog-topic-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}}.store-contact-page{background:#ffffff}.store-contact-page__breadcrumbs{padding-top:16px;padding-bottom:8px}.store-contact-page__breadcrumbs .breadcrumb{border-bottom:0;margin-bottom:0}.store-contact-hero{padding:clamp(28px,4vw,48px) 0 clamp(24px,3vw,40px);border-bottom:1px solid var(--store-border)}.store-contact-hero__inner{width:min(100% - 32px,1440px);margin:0 auto;padding-inline:clamp(8px,1.6vw,16px);display:flex;flex-direction:column;gap:clamp(12px,1.4vw,18px);max-width:760px}.store-contact-hero__eyebrow{margin:0;color:var(--store-green);font-size:12px;font-weight:800;letter-spacing:0.08em;line-height:1.4;text-transform:uppercase}.store-contact-hero__title{margin:0;color:#111827;font-size:clamp(28px,3.2vw,40px);font-weight:800;line-height:1.15;letter-spacing:-0.01em}.store-contact-hero__text{margin:0;color:var(--store-text-muted);font-size:clamp(15px,1.2vw,17px);line-height:1.65}.store-contact-grid{padding:clamp(28px,4vw,48px) 0;border-bottom:1px solid var(--store-border)}.store-contact-grid__inner{width:min(100% - 32px,1440px);margin:0 auto;padding-inline:clamp(8px,1.6vw,16px);display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:576px){.store-contact-grid__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.store-contact-grid__inner{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}}.store-contact-card{display:flex;flex-direction:column;gap:10px;min-width:0;padding:clamp(18px,2vw,24px);border:1px solid var(--store-border);border-radius:8px;background:#ffffff}.store-contact-card__label{margin:0;color:#64748b;font-size:12px;font-weight:800;letter-spacing:0.06em;line-height:1.4;text-transform:uppercase}.store-contact-card__value{margin:0;color:#111827;font-size:clamp(15px,1.15vw,16px);font-weight:600;line-height:1.55}.store-contact-card__link{color:#111827;text-decoration:none;transition:color 0.18s ease}.store-contact-card__link:hover,.store-contact-card__link:focus{color:var(--store-accent);outline:0}.store-contact-form{padding:clamp(32px,4vw,56px) 0 calc(clamp(48px,6vw,72px) + var(--store-chrome-height) + 16px)}.store-contact-form__inner{width:min(100% - 32px,720px);margin:0 auto;padding-inline:clamp(8px,1.6vw,16px)}.store-contact-form__title{margin:0 0 clamp(20px,2.5vw,28px);color:#111827;font-size:clamp(22px,2.4vw,28px);font-weight:800;line-height:1.2;letter-spacing:-0.01em}.store-contact-form__form{display:flex;flex-direction:column;gap:18px}.store-contact-form__field{display:flex;flex-direction:column;gap:8px;min-width:0}.store-contact-form__label{margin:0;color:#111827;font-size:14px;font-weight:700;line-height:1.4}.store-contact-form__field--required .store-contact-form__label::after{content:" *";color:var(--store-accent)}.store-contact-form__input,.store-contact-form__textarea{width:100%;min-height:48px;padding:12px 14px;color:#111827;font-size:15px;line-height:1.45;background:#ffffff;border:1px solid var(--store-border);border-radius:8px;box-shadow:none;transition:border-color 0.18s ease,box-shadow 0.18s ease}.store-contact-form__textarea{min-height:160px;resize:vertical}.store-contact-form__input:focus,.store-contact-form__textarea:focus{border-color:var(--store-accent);box-shadow:0 0 0 3px rgba(255,105,0,0.12);outline:0}.store-contact-form__input.is-invalid,.store-contact-form__textarea.is-invalid{border-color:#dc2626}.store-contact-form__field .invalid-feedback{display:block;margin-top:0;color:#dc2626;font-size:13px;line-height:1.4}.store-contact-form__captcha{min-width:0}.store-contact-form__actions{padding-top:4px}.store-contact-form__submit{display:inline-flex;min-width:180px;min-height:52px;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:2px solid var(--store-button-border);border-radius:8px;color:var(--store-heading);font-size:15px;font-weight:700;line-height:1.2;background:rgba(255,255,255,0.72);box-shadow:none;cursor:pointer;text-decoration:none;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-contact-form__submit:hover,.store-contact-form__submit:focus{color:var(--bs-link-hover-color);background:#ffffff;border-color:var(--bs-link-hover-color);box-shadow:none;outline:0}@media (max-width:575px){.store-contact-form__submit{width:100%}}.store-blog-inline-picture{display:flex;justify-content:center;margin:24px 0}.store-blog-inline-image{display:block;width:100%;max-width:960px;height:auto;object-fit:contain}.store-category-empty{max-width:760px;margin:clamp(18px,2.4vw,28px) 0 clamp(44px,6vw,72px);padding:0}.store-category-empty__title{margin:0 0 14px;color:var(--store-heading);font-size:clamp(24px,2.6vw,36px);font-weight:800;line-height:1.16}.store-category-empty__text{margin:0;color:var(--store-text-muted);font-size:clamp(16px,1.3vw,18px);line-height:1.65}.store-category-empty__email{color:var(--bs-link-color);font-weight:700;text-decoration:underline;text-underline-offset:3px}
