@charset "UTF-8";.hero-wrapper{height:540px;border-radius:12px;background-position:center;background-repeat:no-repeat;background-size:cover;padding:0 84px;position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;overflow:hidden}.hero-wrapper .hero-block{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;z-index:9;max-width:500px}.hero-wrapper .hero-block h1{margin-top:22px;margin-bottom:34px}.hero-wrapper:before{content:"";position:absolute;inset:0;background-color:#0000004d}@media(max-width:1024px){.hero-wrapper{height:480px;padding:0 54px}}@media(max-width:768px){.hero-wrapper{height:400px;padding:0 24px}}.secondary-button{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;background-color:#002280;color:#fff;gap:12px;padding:0 24px;height:46px;border:none;border-radius:8px;cursor:pointer}.secondary-button svg{stroke:#fff}@media(max-width:768px){.secondary-button{font-size:12px;height:38px;padding:0 14px}}.product-card{flex:0 0 calc(25% - 24px);display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(0,0,0,.12);transition:all .3s ease;text-align:left;height:100%;border-radius:12px;overflow:hidden}.product-card img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:10px}.product-card .product-card-block{display:flex;justify-content:space-between;flex-direction:column;height:100%;gap:12px;padding:20px}.product-card .product-card-block .product-card-block-top{display:flex;flex-direction:column}.product-card .product-card-block .product-card-block-top span{margin-bottom:6px}.product-card .product-card-block .product-card-block-bottom .product-card-block-price bdi,.product-card .product-card-block .product-card-block-bottom .product-card-block-price span{font-size:18px!important;font-weight:700!important;color:#002280!important}.product-card .product-card-block .product-card-block-bottom .product-card-block-price{font-size:18px!important;font-weight:700!important;color:#002280!important}.product-card .product-card-block .product-card-block-bottom p{margin-bottom:16px}.product-card .product-card-block .product-card-block-bottom .product-card-buttons{display:flex;align-items:center;justify-content:flex-start;gap:8px}.product-card .product-card-block .product-card-block-bottom .product-card-buttons .product-card-favourite{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:8px;background-color:transparent;border:2px solid rgba(0,0,0,.12);cursor:pointer;white-space:nowrap}@media(max-width:768px){.product-card .product-card-block{padding:12px}.product-card .product-card-block .product-card-block-top h3{font-size:14px}.product-card .product-card-block .product-card-block-bottom p{font-size:16px}.product-card .product-card-block .product-card-block-bottom .product-card-favourite{display:none!important}}.wishlist-toast-stack{position:fixed;bottom:42px;left:24px;display:flex;flex-direction:column;gap:16px;z-index:999999;pointer-events:none}.wishlist-toast-item{background:#eaf8db;color:#000;padding:18px 20px;font-size:14px;opacity:0;transform:translateY(10px);animation:toastSlideIn .25s ease forwards;display:flex;align-items:center;gap:12px;pointer-events:all;position:relative}.wishlist-toast-item svg{stroke:#4cb709}.wishlist-toast-text{display:flex;align-items:center;gap:5px}.wishlist-toast-text a{text-decoration:underline}.wishlist-toast-close{background:none;border:none;padding:4px;margin-left:auto;display:flex;align-items:center;justify-content:center;cursor:pointer}.wishlist-toast-close svg{stroke:#000}@keyframes toastSlideIn{to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.wishlist-toast-stack{position:fixed;bottom:32px;left:24px;display:flex;flex-direction:column;gap:24px;z-index:999999;pointer-events:none}}@media(max-width:768px){.wishlist-toast-stack{position:fixed;bottom:24px;left:12px;display:flex;flex-direction:column;gap:12px;z-index:999999;pointer-events:none}.wishlist-toast-item{padding:14px 6px;gap:6px}}.product-slider-section{position:relative;width:100%}.product-slider-section .slider-desktop{display:block}.product-slider-section .product-slide-wrapper{position:relative}.product-slider-section .product-slide-wrapper .product-slide-block{overflow:hidden}.product-slider-section .product-slide-wrapper .product-slide-block .product-slide-track{display:flex;align-items:stretch;will-change:transform}.product-slider-section .product-slide-wrapper .product-slide-block .product-slide-item{padding-right:24px;box-sizing:border-box;flex-shrink:0}.product-slider-section .product-slide-wrapper .product-slider-button{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:100vmax;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.product-slider-section .product-slide-wrapper .product-slider-button-left{left:-24px}.product-slider-section .product-slide-wrapper .product-slider-button-right{right:-24px}.product-slider-section .slider-mobile{display:none;width:100%;overflow:hidden}.product-slider-section .product-slide-mobile{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.product-slider-section .product-slide-mobile::-webkit-scrollbar{display:none}.product-slider-section .product-slide-mobile-item{min-width:75%;scroll-snap-align:start}@media(max-width:1024px){.product-slider-section .slider-desktop{display:none}.product-slider-section .slider-mobile{display:block}}@media(max-width:768px){.product-slider-section .product-slide-mobile-item{min-width:82%}}.category-card-block{position:relative;height:288px;border-radius:12px;overflow:hidden}.category-card-block:nth-child(1){grid-column:span 4}.category-card-block:nth-child(2){grid-column:span 4}.category-card-block:nth-child(3){grid-column:span 4}.category-card-block:nth-child(4){grid-column:span 6}.category-card-block:nth-child(5){grid-column:span 6}.category-card-block img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.category-card-block .category-card-overlay{position:absolute;inset:0;display:flex;justify-content:left;align-items:flex-end;padding:24px;background:#0000;background:linear-gradient(180deg,#0000,#0009)}.category-card-block .category-card-overlay .category-card-text{display:flex;flex-direction:column;gap:12px}.category-grid-section{display:flex;flex-direction:column}.category-grid-section .category-grid-block{display:grid;grid-template-columns:repeat(12,2fr);gap:24px}@media(max-width:768px){.category-grid-section .category-grid-block{display:flex!important;flex-direction:column!important;gap:16px!important}}.featured-info-section{display:flex;justify-content:center;background-color:#f6f6f6}.featured-info-section .featured-info-wrapper{width:100%;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:50px 0;margin:0 auto}.featured-info-section .featured-info-wrapper .featured-info-block{display:flex;align-items:center;flex-direction:column;gap:16px;text-align:center}.featured-info-section .featured-info-wrapper .featured-info-block .featured-info-icon{display:flex;align-items:center;justify-content:center;max-width:52px;width:100%;height:52px;border-radius:8px;background-color:#00228014}.featured-info-section .featured-info-wrapper .featured-info-block .featured-info-icon svg{stroke:#002280}@media(max-width:1024px){.featured-info-section .featured-info-wrapper{gap:32px;grid-template-columns:repeat(2,2fr)}}@media(max-width:768px){.featured-info-section .featured-info-wrapper{display:flex;flex-direction:column;gap:32px}.featured-info-section .featured-info-wrapper .featured-info-block{gap:10px}}.home-blog-preview-section .home-blog-preview-wrapper{display:grid;grid-template-columns:repeat(3,3fr);column-gap:24px}.home-blog-preview-section .home-blog-preview-wrapper .home-blog-preview-block{padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid rgba(0,0,0,.12)}.home-blog-preview-section .home-blog-preview-wrapper .home-blog-preview-block .home-blog-preview-icon{display:flex;align-items:center;gap:16px;margin-bottom:18px}.home-blog-preview-section .home-blog-preview-wrapper .home-blog-preview-block .home-blog-preview-icon div{display:flex;align-items:center;justify-content:center;max-width:42px;width:100%;height:42px;border-radius:8px;background-color:#00228014}.home-blog-preview-section .home-blog-preview-wrapper .home-blog-preview-block .home-blog-preview-icon div svg{stroke:#002280}.home-blog-preview-section .home-blog-preview-wrapper .home-blog-preview-block .home-blog-preview-card{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:14px}@media(max-width:1024px){.home-blog-preview-section .home-blog-preview-wrapper{grid-template-columns:repeat(2,4fr)}}@media(max-width:768px){.home-blog-preview-section .home-blog-preview-wrapper{grid-template-columns:repeat(1,8fr)}}.skeleton{background:linear-gradient(90deg,#e9e9e9,#f5f5f5,#e9e9e9);background-size:200% 100%;animation:skeleton-loading 1.4s ease-in-out infinite;border-radius:8px}.skeleton-title{width:200px;height:38px;margin:0 auto 40px}.skeleton-icon{width:42px;height:42px}.skeleton-cat-title{width:140px;height:20px}.skeleton-post-line{height:14px;width:90%;margin-bottom:10px}.skeleton-post-line.short{width:55%}.skeleton-more-btn{width:120px;height:20px;border-radius:4px}.review-slider-section{position:relative;width:100%}.review-slider-section .section-title-wrapper{justify-content:center}.review-slider-section .review-slider-desktop{display:block}.review-slider-section .review-slide-wrapper{position:relative}.review-slider-section .review-slide-wrapper .review-slide-block{overflow:hidden}.review-slider-section .review-slide-wrapper .review-slide-track{display:flex;will-change:transform}.review-slider-section .review-slide-wrapper .review-slide-item{padding-right:24px;box-sizing:border-box;flex-shrink:0}.review-slider-section .review-slide-wrapper .review-slider-btn{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:100vmax;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.review-slider-section .review-slide-wrapper .review-slider-btn-left{left:-24px}.review-slider-section .review-slide-wrapper .review-slider-btn-right{right:-24px}.review-slider-section .review-card{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:16px;padding:32px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.review-slider-section .review-card .review-card-stars{display:flex;align-items:center;gap:4px;margin-bottom:12px}.review-slider-section .review-card .review-card-stars svg path{fill:#002280;stroke:none}.review-slider-section .review-slider-mobile{display:none}.review-slider-section .review-slide-mobile{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory}.review-slider-section .review-slide-mobile::-webkit-scrollbar{display:none}.review-slider-section .review-slide-mobile-item{min-width:80%;scroll-snap-align:start}@media(max-width:1024px){.review-slider-section .review-slider-desktop{display:none}.review-slider-section .review-slider-mobile{display:block}}.global-popup-overlay{position:fixed;inset:0;background:#0f0f0f4d;animation:fadeIn .2s forwards;z-index:99}.global-popup-overlay .global-popup-block{position:fixed;top:0;right:0;bottom:0;max-width:430px;width:100%;height:100vh;background:#fff;transform:translate(100%);animation:slideFromRight .2s forwards;z-index:999}.global-popup-overlay .global-popup-block .global-popup-header{position:fixed!important;top:0;right:0;left:0;background-color:#fff;height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 24px;z-index:99;border-bottom:1px solid rgba(0,0,0,.12)}.global-popup-overlay .global-popup-block .global-popup-header .global-popup-close{display:flex;justify-content:center;align-items:center;width:38px;height:38px;border:1px solid rgba(0,0,0,.12);border-radius:100vmax;background-color:transparent;padding:0;cursor:pointer}.global-popup-overlay .global-popup-content-wrapper{height:100vh;overflow-y:auto;padding:0 24px}@keyframes slideFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@media(max-width:1024px){.global-popup-overlay .global-popup-block .global-popup-header,.global-popup-overlay .global-popup-content-wrapper{padding:0 24px}}@media(max-width:768px){.global-popup-overlay .global-popup-block{width:90%}.global-popup-overlay .global-popup-block .global-popup-header,.global-popup-overlay .global-popup-content-wrapper{padding:0 12px}}.popup-description-wrapper{padding-top:100px;padding-bottom:32px}.popup-description-wrapper p{color:#7a7a7a;font-size:14px;line-height:1.6;margin-bottom:16px}.popup-additional-wrapper{padding-top:100px;padding-bottom:32px}.popup-additional-wrapper .popup-additional-list{display:flex;flex-direction:column;gap:12px}.popup-additional-wrapper .popup-additional-list li{display:flex;align-items:center;gap:8px}.popup-delivery-wrapper{display:flex;flex-direction:column;gap:24px;padding-top:100px;padding-bottom:32px}.popup-delivery-wrapper .popup-delivery-block{display:flex;flex-direction:column;gap:26px}.popup-delivery-wrapper p{color:#0006;font-size:14px;line-height:1.6;margin-bottom:16px}.popup-delivery-wrapper ul{display:flex;align-items:center;gap:20px}.popup-delivery-wrapper ul li img{height:28px}.mini-cart-wrapper{display:flex;flex-direction:column;padding-top:100px;padding-bottom:180px}.mini-cart-wrapper .mini-cart-item{display:flex;position:relative;border-bottom:1px solid rgba(0,0,0,.12);padding-bottom:18px;margin-bottom:18px;gap:12px}.mini-cart-wrapper .mini-cart-item .mini-cart-img{max-width:74px;min-width:74px;height:74px;width:100%;border:1px solid rgba(0,0,0,.12);object-fit:cover;border-radius:8px}.mini-cart-wrapper .mini-cart-item .mini-cart-info{display:flex;flex-direction:column;justify-content:space-between;width:100%;padding:4px 0}.mini-cart-wrapper .mini-cart-item .mini-cart-info .mini-cart-info-title h4{margin-bottom:6px}.mini-cart-wrapper .mini-cart-item .mini-cart-info p{margin-top:8px}.mini-cart-wrapper .mini-cart-item .mini-cart-qty{display:flex;align-items:center}.mini-cart-wrapper .mini-cart-item .mini-cart-qty button{width:34px;height:34px;border:1px solid rgba(0,0,0,.12);background:transparent;display:flex;justify-content:center;align-items:center}.mini-cart-wrapper .mini-cart-item .mini-cart-qty input{width:64px;text-align:center;border:1px solid rgba(0,0,0,.12);border-left:0;border-right:0;height:34px;font-size:14px;color:#000}.mini-cart-wrapper .mini-cart-bottom-header{position:fixed;bottom:0;left:0;right:0;padding:24px;background-color:#fff;display:flex;flex-direction:column;gap:8px}@media(max-width:1024px){.mini-cart-wrapper .mini-cart-bottom-header{padding:24px}}@media(max-width:768px){.mini-cart-wrapper .mini-cart-bottom-header{padding:12px}}.inquiry-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:999999;animation:fadeIn .2s ease}.inquiry-window{background:#fff;width:90%;max-width:480px;border-radius:14px;padding:28px;position:relative;animation:popupIn .25s ease}.inquiry-close{position:absolute;top:16px;right:16px;border:none;background:none;cursor:pointer}.inquiry-title{margin-bottom:8px}.inquiry-subtitle{margin-bottom:20px}.inquiry-form label{display:flex;flex-direction:column;font-size:14px;margin-bottom:14px}.inquiry-form input,.inquiry-form textarea{padding:10px;border:1px solid #dcdcdc;border-radius:6px;margin-top:6px;font-size:14px}.inquiry-btn{width:100%;margin-top:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popupIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.filter-popup-wrapper{padding-top:100px;padding-bottom:180px;display:flex;flex-direction:column;gap:32px}.archive-filters-price{display:flex;flex-direction:column}.archive-filters-price h5{padding-bottom:12px}.archive-filters-price .archive-filters-inputs{display:flex;align-items:center;gap:8px}.archive-filters-price .archive-filters-inputs input{width:100%;height:48px;padding:0 20px;border:1px solid rgba(0,0,0,.12);font-size:14px;border-radius:8px}.archive-filters-price .archive-filters-inputs input:focus,.archive-filters-price .archive-filters-inputs input:hover{border-color:#000}.archive-filters-price .archive-filters-slider{position:relative;width:100%;height:24px;margin-top:8px}.archive-filters-price .archive-filters-slider-track{position:absolute;top:50%;left:0;width:100%;height:4px;background:#0000001f;transform:translateY(-50%);border-radius:4px;z-index:1}.archive-filters-price .archive-filters-slider-range{position:absolute;top:50%;height:4px;background:#002280;transform:translateY(-50%);border-radius:4px;z-index:3}.archive-filters-price input[type=range]{position:absolute;width:100%;height:4px;background:none;pointer-events:none;top:50%;transform:translateY(-50%);-webkit-appearance:none;z-index:5}.archive-filters-price input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:all;width:16px;height:16px;background:#002280;border-radius:50%;cursor:pointer}.archive-filters-brands{display:flex;flex-direction:column}.archive-filters-brands h5{padding-bottom:12px}.popup-filter-apply{margin-top:12px;width:100%}.popup-filter-reset{width:100%;padding:14px 20px;border:1px solid rgba(0,0,0,.12);background:#f7f7f7;font-family:Inter,sans-serif;font-size:14px;cursor:pointer}.popup-filter-reset:hover{background:#efefef}.archive-filters-bottom-header{position:fixed;bottom:0;left:0;right:0;padding:24px;background-color:#fff;display:flex;flex-direction:column;gap:8px}@media(max-width:1024px){.archive-filters-bottom-header{padding:24px}}@media(max-width:768px){.archive-filters-bottom-header{padding:12px}}.sort-popup{display:flex;flex-direction:column;gap:20px;padding-top:100px;padding-bottom:180px}.sort-popup-item{display:flex;flex-direction:column;gap:8px;cursor:pointer}.sort-popup-radio-block{display:flex;align-items:center;gap:12px;cursor:pointer}.sort-popup-radio-block span{font-size:16px;font-weight:500}.sort-popup input[type=radio]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid rgba(0,0,0,.3);border-radius:50%;position:relative;cursor:pointer}.sort-popup input[type=radio]:checked{border-color:#002280}.sort-popup input[type=radio]:checked:before{content:"";width:10px;height:10px;background:#002280;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.single-blog-section .single-blog-wrapper{max-width:886px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.single-blog-section .single-blog-wrapper .single-blog-hero{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;margin-bottom:42px}.sb-skel{background:#e6e6e6;border-radius:8px;position:relative;overflow:hidden}.sb-skel:after{content:"";position:absolute;top:0;left:-150px;width:150px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);animation:sb-shimmer 1.15s infinite}@keyframes sb-shimmer{to{transform:translate(400px)}}.sb-skel-category{width:120px;height:20px;border-radius:6px;margin-bottom:12px}.sb-skel-title{width:60%;height:40px;border-radius:12px;margin-bottom:32px}.sb-skel-featured{width:100%;height:350px;border-radius:12px;margin-bottom:42px}.sb-skel-line{width:100%;height:16px;margin-bottom:16px}.sb-skel-line.short{width:70%}.single-blog-content{font-size:18px;line-height:1.75;color:#111;word-wrap:break-word}.single-blog-content>*{margin-top:18px}.single-blog-content>*:first-child{margin-top:0}.single-blog-content h1,.single-blog-content h2,.single-blog-content h3,.single-blog-content h4,.single-blog-content h5,.single-blog-content h6{font-weight:800;line-height:1.3;margin-top:36px;margin-bottom:14px}.single-blog-content h1{font-size:40px}.single-blog-content h2{font-size:30px}.single-blog-content h3{font-size:24px}.single-blog-content h4{font-size:20px}.single-blog-content h5{font-size:18px}.single-blog-content h6{font-size:16px}.single-blog-content p{margin-bottom:14px}.single-blog-content strong,.single-blog-content b{font-weight:700}.single-blog-content em,.single-blog-content i{font-style:italic}.single-blog-content u{text-decoration:underline;text-underline-offset:3px}.single-blog-content mark{background:#fff3b0;padding:2px 6px;border-radius:4px}.single-blog-content a{color:#0b57d0;text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.single-blog-content a:hover{opacity:.8}.single-blog-content ul,.single-blog-content ol{padding-left:24px;margin-top:14px;margin-bottom:18px}.single-blog-content li{margin-bottom:8px}.single-blog-content li ul,.single-blog-content li ol{margin-top:8px;margin-bottom:8px}.single-blog-content blockquote{margin:28px 0;padding:20px 24px;border-left:4px solid #0b57d0;background:#0b57d00d;border-radius:10px;font-style:italic}.single-blog-content img{display:block;max-width:100%;height:auto;border-radius:12px;margin:24px 0}.single-blog-content figure{margin:24px 0}.single-blog-content figcaption{font-size:14px;opacity:.7;margin-top:8px}.single-blog-content table{width:100%;border-collapse:collapse;margin:28px 0}.single-blog-content th,.single-blog-content td{padding:12px 14px;border:1px solid rgba(0,0,0,.1);text-align:left}.single-blog-content th{font-weight:600;background:#0000000a}.single-blog-content code{background:#0000000f;padding:3px 6px;border-radius:6px;font-family:monospace;font-size:14px}.single-blog-content pre{margin:28px 0;padding:18px 20px;border-radius:12px;overflow-x:auto;background:#0f172a;color:#fff;font-size:15px}.single-blog-content pre code{background:transparent;padding:0}.single-blog-content hr{margin:36px 0;border:none;border-top:1px solid rgba(0,0,0,.1)}.single-blog-content iframe{width:100%;max-width:100%;border-radius:12px;margin:24px 0}.single-blog-content .alignleft{float:left;margin:0 20px 20px 0}.single-blog-content .alignright{float:right;margin:0 0 20px 20px}.single-blog-content .aligncenter{display:block;margin-left:auto;margin-right:auto}.single-blog-content:after{content:"";display:block;clear:both}@media(max-width:768px){.single-blog-content{font-size:16px}.single-blog-content h1{font-size:30px}.single-blog-content h2{font-size:24px}.single-blog-content h3{font-size:20px}}.blog-category-page .blog-category-header{margin-bottom:24px}.blog-category-page .blog-category-list{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.skeleton{background:#e7e7e7;border-radius:8px;position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;top:0;left:-150px;height:100%;width:150px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);animation:shimmer 1.2s infinite}@keyframes shimmer{to{transform:translate(400px)}}.skeleton-title{width:40%;height:42px;margin-bottom:20px;margin-left:0}.skeleton-card{width:50%;height:22px;border-radius:6px}.blog-item{display:block;text-decoration:none}@media(max-width:768px){.skeleton-card{width:100%}}.about-section .about-wrapper{display:flex;align-items:center;justify-content:space-between;gap:80px}.about-section .about-wrapper .about-block-left{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:24px}.about-section .about-wrapper .about-block-right{width:100%}.about-section .about-wrapper .about-block-right img{width:100%;border-radius:12px}.offer-section .offer-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.offer-section .offer-wrapper .offer-card{background-color:#f6f6f6;border-radius:12px;padding:24px}.offer-section .offer-wrapper .offer-card h3{margin-bottom:18px}.offer-section .offer-wrapper .offer-card ul{display:flex;flex-direction:column;gap:12px}.offer-section .offer-wrapper .offer-card ul li{display:flex;align-items:center;gap:10px}.offer-section .offer-wrapper .offer-card ul li svg{stroke:#002280}@media(max-width:1024px){.about-section .about-wrapper{flex-direction:column;gap:54px}.aboutquality-section .about-block-right{order:1!important}}@media(max-width:768px){.about-section .about-wrapper{flex-direction:column;gap:42px}.offer-section .offer-wrapper{display:flex;flex-direction:column;gap:16px}}.references-section .references-list{display:flex;flex-direction:column;max-width:886px;margin:0 auto}.references-section .references-list .references-card{padding-bottom:42px;margin-bottom:42px;border-bottom:1px solid rgba(0,0,0,.12)}.references-section .references-list .references-card .references-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:24px}.references-section .references-list .references-card .reference-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:32px}.references-section .references-list .references-card .reference-gallery .reference-gallery-img{width:100%;border-radius:12px;aspect-ratio:3/2;object-fit:cover;cursor:pointer}.overlay-img{border-radius:12px;max-height:70%;max-width:70%}.overlay-close,.overlay-prev,.overlay-next{position:absolute;background:#fff3;border:none;cursor:pointer;border-radius:8px;width:48px;height:48px}.overlay-close{top:-70px;right:0}.overlay-prev{left:-70px;top:50%;transform:translateY(-50%)}.overlay-next{right:-70px;top:50%;transform:translateY(-50%)}@media(max-width:1024px){.references-section .references-list{margin-top:42px}.references-section .references-list .references-card .references-card-header{flex-direction:column;gap:12px;align-items:flex-start}.references-section .references-list .references-card .reference-gallery{grid-template-columns:repeat(2,2fr)}}@media(max-width:768px){.references-section .references-list .references-card .reference-gallery{grid-template-columns:repeat(2,2fr);gap:16px}}.ref-skel{background:#e6e6e6;border-radius:8px;position:relative;overflow:hidden}.ref-skel:after{content:"";position:absolute;top:0;left:-120px;width:120px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);animation:ref-shimmer 1.15s infinite}@keyframes ref-shimmer{to{transform:translate(300px)}}.ref-skel-title{width:60%;height:22px}.ref-skel-year{width:80px;height:22px}.ref-skel-line{width:100%;height:16px;margin-top:12px}.ref-skel-line.short{width:70%}.ref-skel-img{width:100%;height:140px;border-radius:12px}.ref-skel-wrapper{padding-bottom:42px;margin-bottom:42px;border-bottom:1px solid #ddd}.contact-wrapper{display:flex;align-items:flex-start;justify-content:space-between;margin:0 auto;gap:80px}.contact-wrapper .contact-block-left{width:100%}.contact-wrapper .contact-block-left h2{margin-bottom:32px}.contact-wrapper .contact-block-left .contact-wrap{display:flex;flex-direction:column;gap:4px;margin-bottom:24px}.contact-wrapper .contact-block-left .contact-list{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.contact-wrapper .contact-block-left .contact-list li{display:flex;align-items:center;gap:10px}.contact-wrapper .contact-block-left .contact-list li svg{stroke:#002280}.contact-wrapper .contact-block-right{width:100%;border-radius:12px;overflow:hidden}@media(max-width:1024px){.contact-wrapper{flex-direction:column;gap:32px}}.gallery-archive-section .gallery-archive-wrapper .gallery-archive-grid{display:grid;grid-template-columns:repeat(3,3fr);gap:24px}.gallery-archive-section .gallery-archive-wrapper .gallery-archive-grid .gallery-archive-card{position:relative;height:288px;border-radius:12px;overflow:hidden}.gallery-archive-section .gallery-archive-wrapper .gallery-archive-grid .gallery-archive-card img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.gallery-archive-section .gallery-archive-wrapper .gallery-archive-grid .gallery-archive-card .gallery-archive-overlay{position:absolute;inset:0;display:flex;justify-content:left;align-items:flex-end;padding:24px;background:#0000;background:linear-gradient(180deg,#0000,#0009)}.gallery-archive-section .gallery-archive-wrapper .gallery-archive-grid .gallery-archive-card .gallery-archive-overlay .gallery-archive-text{display:flex;flex-direction:column;gap:12px}@media(max-width:1024px){.gallery-archive-section .gallery-archive-wrapper .gallery-archive-grid{display:grid;grid-template-columns:repeat(2,4fr)}}@media(max-width:768px){.gallery-archive-section .gallery-archive-wrapper .gallery-archive-grid{display:grid;grid-template-columns:repeat(1,8fr)}}.gal-skel-wrapper{position:relative;height:288px;border-radius:12px;overflow:hidden;background:#f1f1f1}.gal-skel{background:#e6e6e6;border-radius:8px;position:relative;overflow:hidden}.gal-skel:after{content:"";position:absolute;top:0;left:-120px;width:120px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);animation:gal-shimmer 1.15s infinite}@keyframes gal-shimmer{to{transform:translate(300px)}}.gal-skel-img{width:100%;height:100%;border-radius:12px}.gal-skel-overlay{position:absolute;bottom:0;left:0;right:0;padding:24px;display:flex;flex-direction:column;gap:12px}.gal-skel-title{width:55%;height:22px;border-radius:8px}.gal-skel-button{width:38%;height:16px;border-radius:8px}.single-gallery-section .single-gallery-wrapper .single-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.single-gallery-section .single-gallery-wrapper .single-gallery-grid img{width:100%;border-radius:12px;aspect-ratio:3/2;object-fit:cover;cursor:pointer}.gallery-overlay{position:fixed;inset:0;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:9999}.gallery-overlay-inner{position:relative}.overlay-img{border-radius:12px;max-height:60%;max-width:60%;margin:0 auto}.overlay-close,.overlay-prev,.overlay-next{position:absolute;background-color:#fff3;border:none;cursor:pointer;width:48px;max-width:48px;min-width:48px;height:48px;border-radius:8px}.overlay-close svg,.overlay-prev svg,.overlay-next svg{stroke:#fff}.overlay-close{top:-70px;right:10px}.overlay-prev{left:10px;top:50%;transform:translateY(-50%)}.overlay-next{right:10px;top:50%;transform:translateY(-50%)}@media(max-width:1024px){.single-gallery-section .single-gallery-wrapper .single-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr)}.overlay-img{max-height:80%;max-width:80%}}@media(max-width:768px){.single-gallery-section .single-gallery-wrapper .single-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.overlay-img{max-height:90%;max-width:90%}}.sg-skel{background:#e6e6e6;border-radius:8px;position:relative;overflow:hidden}.sg-skel:after{content:"";position:absolute;top:0;left:-150px;width:150px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);animation:sg-shimmer 1.15s infinite}@keyframes sg-shimmer{to{transform:translate(400px)}}.sg-skel-wrapper{display:flex;justify-content:center;margin-bottom:42px}.sg-skel-title{width:40%;height:36px;border-radius:12px}.sg-skel-img{width:100%;padding-bottom:75%;border-radius:12px}.send-inquiry-section{max-width:886px;margin:0 auto}.send-inquiry-section .send-inquiry-wrapper .send-inquiry-tabs{display:flex;justify-content:space-between;gap:12px}.send-inquiry-section .send-inquiry-wrapper .send-inquiry-tabs button{width:100%;background-color:#f6f6f6;color:#000}.send-inquiry-section .send-inquiry-wrapper .send-inquiry-tabs button.active{background-color:#002280;color:#fff}.send-inquiry-section .send-inquiry-wrapper .inquiry-form-fields{background-color:#f6f6f6;padding:32px;border-radius:12px;margin-top:24px;display:flex;flex-direction:column;gap:24px}.send-inquiry-section .send-inquiry-wrapper .inquiry-form-fields .inquiry-form-fields-label{display:flex;flex-direction:column;gap:12px}.send-inquiry-section .send-inquiry-wrapper .inquiry-form-fields .inquiry-form-fields-label .checkbox-group{display:flex;flex-direction:column;gap:10px}.send-inquiry-section .send-inquiry-wrapper .inquiry-form-fields .inquiry-form-fields-label .checkbox-group label{display:flex;align-items:center;gap:12px}.send-inquiry-section .send-inquiry-wrapper .inquiry-form-fields .inquiry-form-fields-label .form-input{width:100%;height:48px;border:1px solid rgba(0,0,0,.12);padding:0 24px;border-radius:8px}.send-inquiry-section .send-inquiry-wrapper .inquiry-form-fields .inquiry-form-fields-label .form-textarea{width:100%;border:1px solid rgba(0,0,0,.12);padding-left:24px;padding-right:24px;border-radius:8px}@media(max-width:768px){.send-inquiry-section .send-inquiry-wrapper .inquiry-form-fields{padding:24px}}header{position:fixed;top:0;left:0;right:0;background-color:#fff;z-index:99}header .preheader-section{background-color:#002280}header .preheader-section .preheader-wrapper{display:flex;justify-content:space-between;align-items:center;height:34px}header .preheader-section .preheader-wrapper .preheader-wrapper-left{display:flex;align-items:center;gap:28px;margin-bottom:3px}header .preheader-section .preheader-wrapper .preheader-wrapper-right{display:flex;align-items:center;gap:28px}header .preheader-section .preheader-wrapper .preheader-wrapper-right .preheader-wrapper-contact{display:flex;align-items:center;gap:28px}header .preheader-section .preheader-wrapper .preheader-wrapper-right .preheader-wrapper-line{max-width:1px;min-width:1px;height:18px;background-color:#ffffff4d}header .preheader-section .preheader-wrapper .preheader-wrapper-right ul{display:flex;align-items:center;gap:28px}header .header-section .header-menu-block{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.12)}header .header-section .header-menu-block .header-menu-logo{max-width:240px;width:100%}header .header-section .header-menu-block .header-menu-logo img{max-width:110px;width:100%}header .header-section .header-menu-block ul{max-width:240px;width:100%;display:flex;justify-content:right;align-items:center;gap:28px}header .header-section .header-menu-block ul li a{display:flex;flex-direction:column;align-items:center;gap:4px}header .header-section .header-menu-block ul li a svg{stroke:#000}header .header-section .header-menu-block ul li a span{white-space:nowrap}header .header-section .header-menu-search{position:relative;max-width:608px;width:100%}header .header-section .header-menu-search svg{position:absolute;top:50%;transform:translateY(-50%);left:16px;pointer-events:none}header .header-section .header-menu-search input{width:100%;height:48px;border:1px solid rgba(0,0,0,.12);padding:0 18px 0 52px;border-radius:8px}header .header-section .header-menu-search input::placeholder{color:#0006}header .header-section .header-menu-search input:focus{border:1px solid #000000}header .header-section .header-menu-search input:hover{border:1px solid #000000}header .header-section .header-category-block{padding:16px 0}header .header-section .header-category-block ul{display:flex;align-items:center;justify-content:space-between}header .header-section .header-menu-search-mobile{position:relative;display:none}header .header-section .header-menu-search-mobile .header-menu-search{max-width:none;width:100%}.display-none{display:none!important}.header-mobile-menu-btn{display:none}.header-mobile-menu-btn button{display:flex;padding:0;background-color:transparent;border:none}.header-mobile-menu-btn button svg{stroke:#000}@media(max-width:1024px){header .preheader-section .preheader-wrapper .preheader-wrapper-left{display:none}header .preheader-section .preheader-wrapper .preheader-wrapper-right .preheader-wrapper-contact p:last-child{display:none}header .preheader-section .preheader-wrapper .preheader-wrapper-right .preheader-wrapper-line{display:none}header .preheader-section .preheader-wrapper .preheader-wrapper-right ul{display:none}header .header-section .header-menu-block{border-bottom:none}header .header-section .header-menu-block .header-menu-search{display:none}header .header-section .header-menu-block ul li a span{display:none}header .header-category-block{display:none!important}header .header-menu-search-mobile{display:flex!important;padding-bottom:16px}.header-mobile-menu-btn{display:flex}}@media(max-width:768px){header .preheader-section .preheader-wrapper{display:flex;justify-content:center}header .preheader-section .preheader-wrapper .preheader-email{display:none}header .preheader-section .preheader-wrapper ul{display:none}}.search-dropdown{position:absolute;top:58px;left:0;right:0;width:100%;background:#fff;border:1px solid rgba(0,0,0,.12);z-index:9999;max-height:400px;overflow-y:auto;border-radius:8px}.search-dropdown .search-dropdown-empty{padding:12px;display:flex}.search-dropdown .search-dropdown-item{transition:.2s;display:flex;align-items:center;justify-content:space-between;padding:12px}.search-dropdown .search-dropdown-item .search-dropdown-block{display:flex;align-items:stretch;justify-content:space-between;width:100%;gap:16px}.search-dropdown .search-dropdown-item .search-dropdown-block img{width:50px;height:50px;object-fit:cover;white-space:nowrap;border:1px solid rgba(0,0,0,.12);border-radius:6px}.search-dropdown .search-dropdown-item .search-dropdown-block .search-dropdown-info{display:flex;align-items:stretch;justify-content:space-between;width:100%;padding:4px 0}.search-dropdown .search-dropdown-item .search-dropdown-block .search-dropdown-info .search-dropdown-title{display:flex;flex-direction:column;justify-content:space-between}.search-dropdown .search-dropdown-item .search-dropdown-block .search-dropdown-info p{display:flex;align-items:flex-end;white-space:nowrap}.search-dropdown .search-dropdown-item:hover{background:#0000000a}@media(max-width:1024px){.search-dropdown{max-height:300px}}@media(max-width:768px){input,textarea{font-size:16px!important}}.mobile-menu-overlay{position:fixed;inset:0;background:#0f0f0f4d;z-index:999}.mobile-menu-overlay .mobile-menu-block{position:fixed;top:0;left:0;bottom:0;width:90%;background:#fff;display:flex;flex-direction:column}.mobile-menu-overlay .mobile-menu-block .mobile-menu-header{height:74px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.12);padding:0 32px;position:fixed;left:0;right:0;top:0;background-color:#fff;width:90%}.mobile-menu-overlay .mobile-menu-block .mobile-menu-header .mobile-menu-header-block{display:flex;justify-content:flex-start;align-items:center}.mobile-menu-overlay .mobile-menu-block .mobile-menu-header .mobile-menu-header-block button{display:flex;align-items:center;gap:12px;background-color:transparent;border:none}.mobile-menu-overlay .mobile-menu-block .mobile-menu-header .mobile-menu-header-block img{max-width:110px;width:100%}.mobile-menu-overlay .mobile-menu-block .mobile-menu-header .mobile-menu-close{background-color:transparent;border:none;display:flex}.mobile-menu-block-container{padding:74px 32px 32px;height:100vh;overflow-y:auto}.mobile-menu-block-container .mobile-menu-current{display:flex;align-items:center;justify-content:space-between;padding-top:40px}.mobile-menu-block-container .mobile-menu-current a{display:flex;align-items:center;gap:8px}.mobile-menu-block-container .mobile-menu-current a svg{stroke:#000}.mobile-menu-block-container .mobile-menu-category-list{overflow-y:auto;display:flex;flex-direction:column;padding-top:18px}.mobile-menu-block-container .mobile-menu-category-list li{border-bottom:1px solid rgba(0,0,0,.12);height:60px;display:flex;align-items:center}.mobile-menu-block-container .mobile-menu-category-list li button{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0;background-color:transparent;border:none}.mobile-menu-block-container .mobile-menu-category-list li a{display:flex;align-items:center}.mobile-menu-block-container .mobile-menu-category-list li:last-child{border-bottom:none}@media(max-width:1024px){.mobile-menu-header{padding:0 24px!important}.mobile-menu-block-container{padding-right:24px;padding-left:24px;padding-bottom:24px}}@media(max-width:768px){.mobile-menu-header{padding:0 12px!important}.mobile-menu-block-container{padding-right:12px;padding-left:12px;padding-bottom:12px}}.footer-section .footer-wrapper .footer-partners{margin-top:100px}.footer-section .footer-wrapper .footer-partners ul{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}.footer-section .footer-wrapper .footer-partners ul li img{max-height:32px}.footer-section .footer-wrapper .footer-menu{display:grid;grid-template-columns:repeat(4,2fr);column-gap:24px;row-gap:64px;padding:100px 0}.footer-section .footer-wrapper .footer-menu .footer-block{display:flex;flex-direction:column;gap:32px}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap{display:flex;justify-content:flex-start;flex-direction:column}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap .footer-block-logo img{max-width:110px!important;width:100%}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap .footer-block-socialmedia{display:flex;flex-direction:row;gap:8px;margin-top:32px}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap .footer-block-socialmedia li a{display:flex;justify-content:center;align-items:center;min-width:46px;height:46px;background-color:#002280;border-radius:8px}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap .footer-block-socialmedia li a img{width:100%;max-width:16px}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap ul{display:flex;flex-direction:column;gap:20px;margin-top:24px}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap .footer-block-cards{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:20px}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap .footer-block-cards li img{max-height:32px;min-height:32px;object-fit:contain}.footer-section .footer-wrapper .footer-copyright{display:flex;justify-content:center;align-items:center;height:50px;border-top:1px solid rgba(0,0,0,.12)}@media(max-width:1024px){.footer-section .footer-wrapper .footer-partners{margin-top:80px}.footer-section .footer-wrapper .footer-partners ul li img{max-height:24px}.footer-section .footer-wrapper .footer-menu{display:flex;flex-direction:column;gap:54px;padding:80px 0}.footer-section .footer-wrapper .footer-menu .footer-block{display:flex;flex-direction:column;gap:54px}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap{display:flex;justify-content:flex-start;flex-direction:column}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap .footer-block-logo img{max-width:110px!important;width:100%}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap .footer-block-socialmedia{display:flex;flex-direction:row;gap:8px;margin-top:28px}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap .footer-block-socialmedia li a{display:flex;justify-content:center;align-items:center;min-width:40px;height:40px}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap .footer-block-socialmedia li a img{width:100%;max-width:16px}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap ul{display:flex;flex-direction:column;gap:16px;margin-top:22px}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap .footer-block-cards{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:20px}.footer-section .footer-wrapper .footer-menu .footer-block .footer-wrap .footer-block-cards li img{min-height:32px;object-fit:contain}.footer-section .footer-wrapper .footer-copyright{display:flex;justify-content:center;align-items:center;height:50px;border-top:1px solid rgba(0,0,0,.12)}}.single-product-section .single-product-breadcrumb-block{overflow:auto}.single-product-section .single-product-breadcrumb-block::-webkit-scrollbar{display:none}.single-product-section .single-product-breadcrumb-block .single-product-breadcrumb{display:flex;align-items:center;gap:8px;padding:32px 0;white-space:nowrap}.single-product-section .single-product-breadcrumb-block .single-product-breadcrumb svg{stroke:#0006}.single-product-section .single-product-breadcrumb-block .single-product-breadcrumb .single-product-breadcrumb-home{display:flex;align-items:center}.single-product-section .single-product-breadcrumb-block .single-product-breadcrumb .single-product-breadcrumb-category{display:flex;align-items:center;gap:8px}.single-product-section .single-product-wrapper{display:flex;align-items:flex-start;justify-content:space-between;gap:64px}.single-product-section .single-product-wrapper .single-product-block{width:100%}.single-product-section .single-product-wrapper .single-product-block .single-product-title{display:flex;flex-direction:column;border-bottom:1px solid rgba(0,0,0,.12);padding-bottom:20px}.single-product-section .single-product-wrapper .single-product-block .single-product-title span{margin-bottom:16px}.single-product-section .single-product-wrapper .single-product-block .single-product-title h1{margin-bottom:12px}.single-product-section .single-product-wrapper .single-product-block .single-product-title .single-product-shortdesc{padding-top:16px}.single-product-section .single-product-wrapper .single-product-block .single-product-price{display:flex;align-items:flex-end;gap:10px;padding-top:28px}.single-product-section .single-product-wrapper .single-product-block .single-product-price bdi,.single-product-section .single-product-wrapper .single-product-block .single-product-price span{font-size:28px!important;font-weight:600!important;color:#002280!important}.single-product-section .single-product-wrapper .single-product-block .single-product-buttons{display:flex;align-items:center;gap:14px;padding:28px 0;border-bottom:1px solid rgba(0,0,0,.12)}.single-product-section .single-product-wrapper .single-product-block .single-product-buttons .single-product-favorite{display:flex;justify-content:center;align-items:center;width:52px;height:52px;border:2px solid rgba(0,0,0,.12);background:transparent;border-radius:8px;cursor:pointer}.single-product-section .single-product-wrapper .single-product-block .single-product-popup-buttons{display:flex;flex-direction:column}.single-product-section .single-product-wrapper .single-product-block .single-product-popup-buttons button,.single-product-section .single-product-wrapper .single-product-block .single-product-popup-buttons a{display:flex;justify-content:space-between;align-items:center;height:64px;background:transparent;border:none;border-bottom:1px solid rgba(0,0,0,.12);cursor:pointer}.single-product-section .single-product-wrapper .single-product-block .single-product-popup-buttons button div,.single-product-section .single-product-wrapper .single-product-block .single-product-popup-buttons a div{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:#00228014;border-radius:100vmax}@media(max-width:1024px){.single-product-section .single-product-wrapper{flex-direction:column;gap:32px}}.single-product-gallery{width:100%}.single-product-gallery .single-product-main-image img{width:100%;object-fit:cover;border-radius:12px;border:1px solid rgba(0,0,0,.12);margin-bottom:20px}.single-product-gallery .single-product-thumbs-wrapper{display:flex;align-items:center;position:relative;margin-top:16px}.single-product-gallery .single-product-thumbs-wrapper .thumbs-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid rgba(0,0,0,.12);width:40px;height:40px;border-radius:100vmax;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10}.single-product-gallery .single-product-thumbs-wrapper .thumbs-arrow.left{left:-20px}.single-product-gallery .single-product-thumbs-wrapper .thumbs-arrow.right{right:-20px}.single-product-gallery .single-product-thumbs-wrapper .thumbs-arrow:disabled{opacity:.5;cursor:not-allowed}.single-product-gallery .single-product-thumbs-wrapper .single-product-thumbs{display:flex;gap:12px;width:100%;overflow:hidden}.single-product-gallery .single-product-thumbs-wrapper .single-product-thumbs .thumb{width:calc((100% - 48px)/5);min-width:calc((100% - 48px)/5);max-width:calc((100% - 48px)/5);border:2px solid rgba(0,0,0,.12);border-radius:8px;overflow:hidden;cursor:pointer;padding:0;background:none}.single-product-gallery .single-product-thumbs-wrapper .single-product-thumbs .thumb.active{border-color:#002280}.single-product-gallery .single-product-thumbs-wrapper .single-product-thumbs .thumb img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.skeleton{background:linear-gradient(90deg,#ececec,#f6f6f6,#ececec);background-size:200% 100%;animation:skeleton-loading 1.4s ease-in-out infinite;border-radius:8px}.skeleton-breadcrumb{height:20px;width:60%;margin:32px 0}.skeleton-main-image{width:100%;height:480px;border-radius:12px}.skeleton-thumb{width:calc((100% - 48px)/5);height:70px;border-radius:8px}.skeleton-sku{width:120px;height:16px;margin-bottom:16px}.skeleton-title-line{width:70%;height:30px;margin-bottom:16px}.skeleton-subtitle{width:50%;height:20px;margin-bottom:20px}.skeleton-shortdesc{height:14px;width:100%;margin-bottom:10px}.skeleton-shortdesc.short{width:60%}.skeleton-price{width:180px;height:28px;margin:28px 0}.skeleton-btn{width:200px;height:52px;border-radius:8px}.skeleton-fav-btn{width:52px;height:52px;border-radius:8px}.skeleton-popup-line{width:100%;height:64px;margin-top:12px;border-radius:8px}.cart-section h2{padding-bottom:26px}.cart-section .cart-section-back{display:flex;align-items:center;gap:10px}.cart-section .cart-section-back svg{stroke:#000}.cart-section .cart-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:54px}.cart-section .cart-wrapper .cart-list{display:flex;flex-direction:column;width:100%}.cart-section .cart-wrapper .cart-list .cart-list-empty{margin-top:24px}.cart-section .cart-wrapper .cart-list .cart-item-wrapper{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:24px;padding:32px 0;border-bottom:1px solid rgba(0,0,0,.12)}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-image{max-width:114px;min-width:114px}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-image img{max-width:114px;min-width:114px;width:100%;border:1px solid rgba(0,0,0,.12)}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap{display:flex;flex-direction:column;width:100%;gap:24px}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap .cart-item-block{display:flex;justify-content:space-between;align-items:flex-start}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap .cart-item-block .cart-item-info{display:flex;flex-direction:column;gap:8px}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap .cart-item-block .cart-item-price{display:flex;text-align:right;flex-direction:column;gap:6px}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap .cart-item-action{display:flex;justify-content:space-between;align-items:flex-start}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap .cart-item-action .cart-item-buttons{display:flex;flex-direction:column;gap:10px}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap .cart-item-action .cart-item-buttons button{display:flex;align-items:center;gap:10px;background-color:transparent;border:none;cursor:pointer}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap .cart-item-action .cart-item-qty{display:flex;align-items:center}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap .cart-item-action .cart-item-qty button{display:flex;justify-content:center;align-items:center;width:100%;max-width:36px;min-width:36px;height:36px;background-color:transparent;border:1px solid rgba(0,0,0,.12);cursor:pointer}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap .cart-item-action .cart-item-qty input{text-align:center;max-width:80px;min-width:80px;width:100%;height:36px;border:1px solid rgba(0,0,0,.12);border-left:0;border-right:0}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap .cart-item-action .cart-item-qty .cart-item-qty-minus{border-radius:8px 0 0 8px}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap .cart-item-action .cart-item-qty .cart-item-qty-plus{border-radius:0 8px 8px 0}.cart-section .cart-wrapper .cart-summary{max-width:380px;min-width:380px;width:100%;background-color:#f6f6f6;padding:24px;border-radius:8px}.cart-section .cart-wrapper .cart-summary h3{padding-bottom:18px;border-bottom:1px solid rgba(0,0,0,.12)}.cart-section .cart-wrapper .cart-summary .cart-summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:18px;padding-bottom:32px}.cart-item-qty input[type=number]::-webkit-outer-spin-button,.cart-item-qty input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-block-mobile{display:none}@media(max-width:1024px){.cart-section .cart-wrapper{gap:32px;flex-direction:column}.cart-section .cart-wrapper .cart-list .cart-item-wrapper{display:flex;flex-direction:column}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-image{max-width:none;min-width:auto;width:100%;display:flex;align-items:stretch;gap:24px}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-image img{max-width:94px;min-width:94px}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-image .cart-item-block-mobile{display:flex;flex-direction:column;justify-content:space-between;width:100%}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-image .cart-item-block-mobile .cart-item-info,.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-image .cart-item-block-mobile .cart-item-price{display:flex;flex-direction:column;gap:6px}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap .cart-item-block{display:none}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap .cart-item-action{flex-direction:column;gap:24px}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap .cart-item-action .cart-item-qty{justify-content:space-between;width:100%}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-wrap .cart-item-action .cart-item-qty input{max-width:none;min-width:auto}.cart-section .cart-wrapper .cart-list .cart-item-wrapper .cart-item-price{text-align:right}.cart-section .cart-wrapper .cart-summary{max-width:none;min-width:auto}}.checkout-section h2{margin-bottom:26px}.checkout-section .checkout-wrapper{display:flex;align-items:flex-start;justify-content:space-between;gap:64px}.checkout-section .checkout-wrapper .checkout-block-form{display:grid;grid-template-columns:repeat(2,3fr);width:100%;gap:24px}.checkout-section .checkout-wrapper .checkout-block-form label{display:flex;flex-direction:column;gap:8px}.checkout-section .checkout-wrapper .checkout-block-form label input{width:100%;height:48px;border:1px solid rgba(0,0,0,.12);padding:0 20px;border-radius:8px}.checkout-section .checkout-wrapper .checkout-block-form label textarea{width:100%;border:1px solid rgba(0,0,0,.12);padding:8px 20px;height:84px;border-radius:8px}.checkout-section .checkout-wrapper .checkout-block-form .checkout-block-fullwidth{width:100%;grid-column:1/-1}.checkout-section .checkout-wrapper .checkout-shipping-toggle{display:flex;flex-direction:row!important;align-items:center;gap:16px}.checkout-section .checkout-wrapper .checkout-shipping-toggle input{width:18px!important;height:18px!important;padding:0!important}.checkout-section .checkout-wrapper .checkout-extra-shipping{display:grid;grid-template-columns:repeat(2,3fr);width:100%;gap:24px}.checkout-section .checkout-wrapper .checkout-block-info{display:flex;flex-direction:column;gap:32px;max-width:380px;min-width:380px;width:100%;padding:24px;background-color:#f6f6f6;border-radius:8px}.checkout-section .checkout-wrapper .checkout-block-info .checkout-block-products{border-bottom:1px solid rgba(0,0,0,.12);padding-bottom:32px}.checkout-section .checkout-wrapper .checkout-block-info .checkout-block-products h4{margin-bottom:20px}.checkout-section .checkout-wrapper .checkout-block-info .checkout-block-products .checkout-block-products-list{display:flex;flex-direction:column;gap:16px}.checkout-section .checkout-wrapper .checkout-block-info .checkout-block-products .checkout-block-products-list .checkout-block-products-item{display:flex;justify-content:space-between;align-items:center}.checkout-section .checkout-wrapper .checkout-block-info .checkout-block-price h4{margin-bottom:20px}.checkout-section .checkout-wrapper .checkout-block-info .checkout-block-price .checkout-block-price-list{display:flex;flex-direction:column;gap:16px}.checkout-section .checkout-wrapper .checkout-block-info .checkout-block-price .checkout-block-price-list .checkout-block-price-item{display:flex;justify-content:space-between;align-items:center}.checkout-section .checkout-wrapper .checkout-block-info .checkout-block-price .checkout-block-price-list .checkout-block-price-total{padding:20px 0;margin-top:4px;border-top:1px solid rgba(0,0,0,.12);border-bottom:1px solid rgba(0,0,0,.12)}.checkout-section .checkout-wrapper .checkout-block-shipping{border-bottom:1px solid rgba(0,0,0,.12);padding-bottom:32px}.checkout-section .checkout-wrapper .checkout-block-shipping h4{margin-bottom:20px}.checkout-section .checkout-wrapper .checkout-block-payment{border-bottom:1px solid rgba(0,0,0,.12);padding-bottom:32px}.checkout-section .checkout-wrapper .checkout-block-payment h4{margin-bottom:20px}.checkout-section .checkout-wrapper .checkout-block-payment .checkout-block-payment-list{display:flex;flex-direction:column;gap:20px}.checkout-section .checkout-wrapper .checkout-block-payment .checkout-block-payment-list .checkout-block-payment-item{display:flex;align-items:flex-start;flex-direction:column;cursor:pointer}.checkout-section .checkout-wrapper .checkout-block-payment .checkout-block-payment-list .checkout-block-payment-item label{display:flex;align-items:center;gap:12px}.checkout-section .checkout-wrapper .checkout-block-payment .checkout-block-payment-list .checkout-block-payment-item p{margin-top:4px}.checkout-section .checkout-wrapper .checkout-block-coupon{display:flex;flex-direction:column;gap:10px}.checkout-section .checkout-wrapper .checkout-block-coupon .checkout-block-coupon-input{display:flex;align-items:center;justify-content:space-between;gap:8px}.checkout-section .checkout-wrapper .checkout-block-coupon .checkout-block-coupon-input input{width:100%;height:48px;border:1px solid rgba(0,0,0,.12);padding:0 24px;border-radius:8px}@media(max-width:1024px){.checkout-wrapper{flex-direction:column}.checkout-wrapper .checkout-block-info{max-width:none!important;min-width:auto!important}}@media(max-width:768px){.checkout-block-form{grid-template-columns:repeat(1,6fr)!important}}.archive-section h2{padding-bottom:32px}.archive-section .archive-subcategories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:80px}.archive-section .archive-subcategories-grid .category-card-block{grid-column:auto!important}.archive-section .archive-subcategories-grid .category-card-block .arrow-button-white{display:none!important}.archive-topbar-section .archive-topbar{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid rgba(0,0,0,.12)}.archive-topbar-section .archive-topbar .archive-topbar-bbuttons{display:flex;align-items:center;gap:10px}.archive-topbar-section .archive-topbar .archive-topbar-bbuttons button{display:flex;align-items:center;gap:10px;background:transparent;border:1px solid rgba(0,0,0,.12);border-radius:8px;height:46px;padding:0 24px;cursor:pointer}.archive-grid-list{display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin-bottom:40px}.archive-load-button-block{display:flex;justify-content:center}.archive-load-button-block button{display:flex;align-items:center;justify-content:center;gap:8px;max-width:240px;width:100%}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1024px){.archive-section .archive-subcategories-grid{display:grid;grid-template-columns:repeat(2,1fr)}.archive-section .archive-subcategories-grid .category-card-block{height:160px!important}.archive-grid-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.archive-section .archive-subcategories-grid{gap:12px}.archive-section .archive-subcategories-grid .category-card-block{height:120px!important}.archive-topbar-section .container .archive-topbar{display:flex;flex-direction:column;align-items:flex-start;padding-bottom:0!important;margin-bottom:0!important;border-bottom:0}.archive-topbar-section .container .archive-topbar .archive-topbar-bbuttons{gap:12px;width:100%}.archive-topbar-section .container .archive-topbar .archive-topbar-bbuttons button{justify-content:center;width:100%}.archive-topbar-section .container .archive-topbar .archive-topbar-product-number{padding:0 12px;height:48px;display:flex;align-items:center}.archive-grid-list{gap:12px}}.skeleton{background:linear-gradient(90deg,#ececec,#f5f5f5,#ececec);background-size:200% 100%;animation:skeleton-shimmer 1.6s infinite;border-radius:8px}.skeleton-title{width:260px;height:32px;margin-bottom:24px}.skeleton-category{aspect-ratio:3/2;width:100%;border-radius:12px;background:linear-gradient(90deg,#e9e9e9,#f5f5f5,#e9e9e9);background-size:200% 100%;animation:skeleton-loading 1.4s ease-in-out infinite}.skeleton-img{width:100%;height:220px;border-radius:12px}.skeleton-line{height:16px;width:80%}.skeleton-line.short{width:40%}.skeleton-small{width:120px;height:14px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-skeleton{display:flex;flex-direction:column;gap:12px}.product-skel-img{width:100%;height:280px;border-radius:12px}.product-skel-title{width:80%;height:18px;border-radius:6px}.product-skel-price{width:40%;height:16px;border-radius:6px}.skeleton{background:linear-gradient(90deg,#e9e9e9,#f5f5f5,#e9e9e9);background-size:200% 100%;animation:skeleton-loading 1.4s ease-in-out infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.archive-subcategories-grid .category-card-block{height:auto;aspect-ratio:3/2!important}.archive-subcategories-grid .category-card-block img{aspect-ratio:3/2!important;object-fit:cover!important;height:auto}.spin{animation:spin .9s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-results-section h2{padding-bottom:26px}.search-results-section .search-results-grid{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.search-results-section .search-results-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.search-results-section .search-results-grid{gap:16px}}.wishlist-empty{display:flex;flex-direction:column;gap:16px}.wishlist-section h2,.wishlist-section .wishlist-product-count{margin-bottom:26px}.wishlist-section .wishlist-grid{display:flex;flex-direction:column}.wishlist-section .wishlist-grid .wishlist-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid rgba(0,0,0,.12)}.wishlist-section .wishlist-grid .wishlist-item .wishlist-block-left{display:flex;align-items:flex-start;gap:32px}.wishlist-section .wishlist-grid .wishlist-item .wishlist-block-left .wishlist-image img{max-width:80px;min-width:80px;width:100%;height:80px;object-fit:cover;border:1px solid rgba(0,0,0,.12);border-radius:8px}.wishlist-section .wishlist-grid .wishlist-item .wishlist-block-left .wishlist-info{display:flex;flex-direction:column;gap:8px;padding:6px 0}.wishlist-section .wishlist-grid .wishlist-item .wishlist-block-right{display:flex;align-items:center;gap:32px}.wishlist-section .wishlist-grid .wishlist-item .wishlist-block-right .wishlist-remove{padding:0;background-color:transparent;border:none;cursor:pointer}.wishlist-section .wishlist-back{display:flex;align-items:center;gap:10px}.wishlist-section .wishlist-back svg{stroke:#000}@media(max-width:768px){.wishlist-section .wishlist-grid .wishlist-item{display:flex;flex-direction:column;position:relative;gap:16px}.wishlist-section .wishlist-grid .wishlist-item .wishlist-block-left{width:100%;gap:16px}.wishlist-section .wishlist-grid .wishlist-item .wishlist-block-right{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:16px}.wishlist-section .wishlist-grid .wishlist-item .wishlist-block-right .primary-button{width:100%}.wishlist-section .wishlist-grid .wishlist-item .wishlist-block-right .wishlist-remove{position:absolute;top:0;right:0}}.thankyou-section .thankyou-wrapper{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:16px;padding:64px;background-color:#f6f6f6;max-width:740px;margin:0 auto;text-align:center}.impresum-section .impresum-wrapper{display:flex;flex-direction:column;gap:32px}.impresum-section .impresum-wrapper a{color:#000;text-decoration:underline}.impresum-section .impresum-wrapper ul{display:flex;flex-direction:column;gap:8px;padding-left:14px}.impresum-section .impresum-wrapper ul li{list-style:disc}.impresum-section .impresum-wrapper .impresum-cards{display:flex;flex-wrap:wrap;flex-direction:row!important;align-items:center;gap:24px;padding-left:0!important}.impresum-section .impresum-wrapper .impresum-cards li{list-style:none!important}.impresum-section .impresum-wrapper .impresum-cards li img{min-height:50px;max-height:50px;height:100%}@font-face{font-family:Inter;src:url(./fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(./fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(./fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(./fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}*{padding:0;margin:0;box-sizing:border-box;font-family:Inter,sans-serif;font-weight:400}html{scroll-behavior:smooth}body{color:#000;line-height:1;font-size:16px;padding-top:198px}li{list-style:none}a{text-decoration:none}img{display:block}input,button,textarea{outline:none}.uppercase{text-transform:uppercase}.container{max-width:1404px;width:100%;margin-right:auto;margin-left:auto;padding-left:32px;padding-right:32px}.display-none,.tax-product_cat .headerimg{display:none!important}.font-12{font-size:12px}.font-14{font-size:14px}.font-16{font-size:16px;line-height:140%}.font-18{font-size:18px}.font-20{font-size:20px}.font-24{font-size:24px}.font-28{font-size:28px}.font-34{font-size:34px}.font-44{font-size:44px}.font-58{font-size:58px}.font-regular{font-family:Inter,sans-serif;font-weight:400}.font-medium{font-family:Inter,sans-serif;font-weight:500}.font-semibold{font-family:Inter,sans-serif;font-weight:600}.font-bold{font-family:Inter,sans-serif;font-weight:700}.color-black{color:#000}.color-blue{color:#002280}.color-white{color:#fff}.color-paragraph{color:#0006}.background-blue{background-color:#002280}.background-white{background-color:#fff}.background-lightblue{background-color:#00228014}.primary-button{display:flex;align-items:center;justify-content:center;gap:12px;padding:0 32px;height:52px;border-radius:8px;border:none;cursor:pointer}.arrow-button-white{display:flex;align-items:center;gap:10px;padding:0;cursor:pointer;white-space:nowrap}.arrow-button-white div{display:flex;align-items:center;justify-content:center;max-width:20px;width:100%;height:20px;background-color:#fff;border-radius:100vmax}.arrow-button-white div svg{stroke:#000;margin-left:1px}.arrow-button-black{display:flex;align-items:center;gap:10px;padding:0;cursor:pointer;white-space:nowrap}.arrow-button-black div{display:flex;align-items:center;justify-content:center;max-width:20px;width:100%;height:20px;background-color:#00228014;border-radius:100vmax}.arrow-button-black div svg{stroke:#000;margin-left:1px}.margin-top{margin-top:100px}.margin-top-small{margin-top:60px}.margin-bottom{margin-bottom:100px}.padding-top{padding-top:100px}.padding-bottom{padding-bottom:100px}.section-title-wrapper{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:48px}.section-title-wrapper-center{display:flex;justify-content:center;margin-bottom:48px}body.no-scroll{overflow:hidden!important}@media(max-width:1024px){.container{padding-left:24px;padding-right:24px}.text-28-semibold-black{font-size:24px}.text-32-regular-black{font-size:28px}.font-44{font-size:38px}.text-64-semibold-black{font-size:54px}.margin-bottom{margin-bottom:80px}.margin-top{margin-top:80px}.padding-top{padding-top:80px}.padding-bottom{padding-bottom:80px}.section-title-wrapper,.section-title-wrapper-center{margin-bottom:38px}}@media(max-width:768px){.container{padding-left:12px;padding-right:12px}.font-24{font-size:20px}.font-34{font-size:28px}.font-44{font-size:32px}.font-58{font-size:46px}.margin-bottom{margin-bottom:60px}.margin-top{margin-top:60px}.padding-top{padding-top:60px}.padding-bottom{padding-bottom:60px}.section-title-wrapper,.section-title-wrapper-center{margin-bottom:24px}}.radio-buttons-block,.checkbox-buttons-block{display:flex;flex-direction:column;gap:12px}.radio-buttons-block label,.checkbox-buttons-block label{display:flex;align-items:center;gap:10px;cursor:pointer}.radio-button{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid rgba(0,0,0,.3);border-radius:50%;position:relative;cursor:pointer;transition:border-color .2s ease}.radio-button:checked{border-color:#002280}.radio-button:checked:before{content:"";width:10px;height:10px;background:#002280;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox-button{appearance:none;-webkit-appearance:none;max-width:18px;width:100%;height:18px;border:2px solid rgba(0,0,0,.3);position:relative;cursor:pointer;transition:border-color .2s ease;white-space:nowrap}.checkbox-button:checked{border-color:#002280}.checkbox-button:checked:before{content:"";width:10px;height:10px;background:#002280;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:100vmax}
