:root{--hp-red:#E31E24;--hp-red-dark:#CC2D2D;--hp-navy:#2F4858;--hp-green:#5B8C2A;--hp-green-dark:#2D5A1E;--hp-green-hover:#2F4858;--hp-teal:#1B5E6B;--hp-gold:#F5A623;--hp-grey-bg:#F5F5F5;--hp-card-border:#E8E8E8;--hp-text:#333333;--hp-text-light:#666666;--hp-text-muted:#999999;--hp-blog-tag:#888888;--hp-radius:8px;--hp-radius-sm:4px;--hp-shadow:0 2px 8px rgba(0, 0, 0, 0.08);--hp-shadow-hover:0 4px 16px rgba(0, 0, 0, 0.12);--hp-max-width:var(--site-max-width, 1400px);--hp-section-gutter:20px}.home-page-wrapper,.cms-index-index .std{display:none!important}.cms-index-index .main-container{max-width:100%;padding:0;margin:0}.cms-index-index .main-container>.main{padding:0}.cms-index-index .col-main{padding:0}.hero-slider{position:relative;overflow:hidden;background:var(--hp-navy)}.hero-slider__track{display:flex;transition:transform 0.5s ease}.hero-slider__slide{min-width:100%;position:relative;display:flex;align-items:center;min-height:520px;cursor:pointer}.hero-slider__slide img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.hero-slider__overlay{position:relative;z-index:2;max-width:var(--hp-max-width);margin:0 auto;padding:60px 40px;width:100%}.hero-slider__content{max-width:500px;color:#fff}.hero-slider__content:first-child{font-size:42px}.hero-slider__badge{display:inline-block;font-size:42px;font-weight:900;line-height:1;margin-bottom:12px;text-transform:uppercase;letter-spacing:2px}.hero-slider__title{font-size:24px;font-weight:700;margin:0 0 12px;text-transform:uppercase}.hero-slider__text{font-size:14px;line-height:1.5;margin-bottom:20px;opacity:.9}.hero-slider__cta{display:inline-block;padding:12px 28px;background:#2f4858;color:#fff;font-size:14px;font-weight:700;text-decoration:none;border-radius:var(--hp-radius-sm);transition:background 0.15s;text-transform:uppercase}.hero-slider__cta:hover{background:#fff;color:#000}.hero-slider__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:rgb(255 255 255 / .15);border:1px solid rgb(255 255 255 / .3);border-radius:50%;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;transition:background 0.15s;backdrop-filter:blur(4px);padding:0}.hero-slider__nav:hover{background:rgb(255 255 255 / .3)}.hero-slider__nav--prev{left:16px}.hero-slider__nav--next{right:16px}.hero-slider__dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:3}.hero-slider__dot{width:10px;height:10px;min-width:10px;min-height:10px;border-radius:50%;background:rgb(255 255 255 / .4);border:none;cursor:pointer;padding:0;box-sizing:content-box;appearance:none;transition:background 0.15s}.hero-slider__dot--active{background:#fff}.hp-mobile-slider{display:none;position:relative;overflow:hidden;background:var(--hp-navy);width:100%;max-width:100vw;box-sizing:border-box}.hp-mobile-slider__track{display:flex;transition:transform 0.5s ease;width:100%}.hp-mobile-slider__slide{flex:0 0 100%;width:100%;min-width:100%;aspect-ratio:1;position:relative;overflow:hidden}.hp-mobile-slider__slide img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;display:block;vertical-align:middle}.hp-mobile-slider__nav{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;border:1px solid rgb(255 255 255 / .5);background:rgb(0 0 0 / .3);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;z-index:2;transition:background 0.15s,border-color 0.15s}.hp-mobile-slider__nav:hover{background:rgb(0 0 0 / .5);border-color:#fff}.hp-mobile-slider__nav--prev{left:8px}.hp-mobile-slider__nav--next{right:8px}.hp-mobile-slider__nav svg{width:12px;height:12px}.hp-mobile-slider__dots{position:absolute;bottom:6px;left:0;right:0;display:flex;justify-content:center;gap:4px;z-index:2}.hp-mobile-slider .hp-mobile-slider__dots .hp-mobile-slider__dot{width:10px!important;height:10px!important;min-width:10px!important;min-height:10px!important;max-width:10px!important;max-height:10px!important;border-radius:50%;border:1px solid rgb(255 255 255 / .7);background:#fff0;cursor:pointer;padding:0!important;box-sizing:border-box;transition:background 0.15s,border-color 0.15s}.hp-mobile-slider .hp-mobile-slider__dots .hp-mobile-slider__dot:hover{background:rgb(255 255 255 / .3)}.hp-mobile-slider .hp-mobile-slider__dots .hp-mobile-slider__dot--active{background:#fff;border-color:#fff}@media (max-width:768px){.hp-mobile-slider{display:block}.cms-index-index .hero-slider:has(~.hp-mobile-slider),.cms-index-index .hero-slider[aria-hidden="true"]{display:none!important}.hero-slider__dot{width:10px!important;height:10px!important;min-width:10px!important;min-height:10px!important}}@media (min-width:769px){.hp-mobile-slider{display:none!important}}.hp-section{max-width:var(--hp-max-width);margin:0 auto;padding:24px var(--hp-section-gutter);box-sizing:border-box}.hp-section--flush{max-width:none;padding-left:0;padding-right:0}.hp-section__header{display:flex;justify-content:space-between;align-items:center;margin:24px 0}.hp-section__title{font-size:24px;font-weight:700;color:#000;margin:0}.hp-section__title--white{color:#fff}.hp-section__title--center{text-align:center;width:100%}.hp-carousel-nav{display:flex;gap:8px}.hp-carousel-btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--hp-card-border);background:#fff;color:var(--hp-text-light);font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.15s;padding:0}.hp-carousel-btn:hover{background:var(--hp-grey-bg);border-color:#CCC}.hp-carousel-btn svg{width:16px;height:16px}.hp-product-carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:10px 10px 18px;margin:-10px -10px;scroll-padding-left:10px}.hp-product-carousel::-webkit-scrollbar{display:none}@media (min-width:1025px){.hp-product-carousel .hp-product-card{flex:0 0 calc((100% - 5 * 16px) / 6);min-width:0}}.hp-product-card{flex:0 0 220px;scroll-snap-align:start;background:#fff;border:1px solid var(--hp-card-border);border-radius:var(--hp-radius);overflow:hidden;transition:box-shadow 0.3s,transform 0.3s;display:flex;flex-direction:column}.hp-product-card:hover{box-shadow:0 4px 4px rgb(0 0 0 / .35);border-color:var(--hp-card-border)}a.hp-product-card__link{display:flex;flex-direction:column;flex:1;min-height:0;color:inherit;text-decoration:none;border-radius:0}a.hp-product-card__link:focus-visible{outline:2px solid var(--hp-green);outline-offset:-2px}.hp-product-card__image-wrap{position:relative;padding:12px;background:#fff;aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.hp-product-card__badge{position:absolute;top:8px;left:8px;background:var(--hp-green);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:3px;z-index:1}.hp-section--featured .hp-product-card__badge{top:12px;left:-36px;background:#D52A34;padding:4px 36px;border-radius:0;font-size:9px;letter-spacing:.5px;text-align:center;transform:rotate(-45deg);transform-origin:center;box-shadow:0 2px 4px rgb(0 0 0 / .2)}.hp-product-card__image{width:100%;height:100%;object-fit:contain;display:block;transition:transform 0.3s ease}.hp-product-card:hover .hp-product-card__image{transform:scale(1.08)}.hp-product-card__body{padding:12px;flex:1;display:flex;flex-direction:column}.hp-product-card__name{font-size:13px;font-weight:600;color:var(--hp-text);line-height:1.3;height:2.6em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;text-decoration:none}a.hp-product-card__link:hover .hp-product-card__name{color:var(--hp-green)}.hp-product-card__rating{display:flex;align-items:center;gap:4px;margin-bottom:8px}.hp-stars{display:flex;gap:1px;color:var(--hp-gold);font-size:14px}.hp-stars svg{width:14px;height:14px;flex-shrink:0}.hp-stars__count{font-size:11px;color:var(--hp-text-muted)}.hp-product-card__price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;margin-bottom:12px;margin-top:auto}.hp-product-card__current-price{font-size:16px;font-weight:700;color:var(--hp-green-dark)}.hp-product-card__vat{font-size:11px;color:var(--hp-text-muted);font-weight:400}.hp-product-card__old-price{font-size:13px;color:var(--hp-text-muted);text-decoration:line-through}a.hp-product-card__atc{flex-shrink:0;width:100%;padding:10px;background:var(--hp-green);color:#fff;border:none;border-radius:0 0 var(--hp-radius-sm) var(--hp-radius-sm);font-size:13px;font-weight:700;cursor:pointer;transition:background 0.15s;text-align:center;text-decoration:none;display:block}a.hp-product-card__atc:hover,a.hp-product-card__atc:focus{background:var(--hp-green-hover);color:#fff;text-decoration:none}.hp-section--featured{padding-bottom:55px}.hp-featured-cats{background:var(--hp-navy);padding-bottom:48px}.hp-featured-cats__inner{max-width:var(--hp-max-width);margin:0 auto;padding:0 var(--hp-section-gutter);box-sizing:border-box}.hp-featured-cats__header{background:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center;padding:2px 21px}.category-title_flex{display:flex;align-items:stretch;justify-content:center;margin-bottom:60px}.hp-featured-cats__curve{display:block;width:135px;height:auto;flex:0 0 135px}.hp-featured-cats__curve--left{margin-right:-1px}.hp-featured-cats__curve--right{transform:scaleX(-1);margin-left:-1px}.hp-featured-cats .hp-section__title{margin:0;font-size:34px;font-weight:700;line-height:1.1;color:#1f2f3f;text-align:center}.hp-featured-cats__subtitle{margin:6px 0 0;font-size:13px;color:#6b7280;line-height:1.4}.hp-featured-cats__mobile-header{display:none;background:#fff0;text-align:center;padding:25px 0 14px;margin-bottom:60px}.hp-featured-cats__content{display:grid;grid-template-columns:260px 1fr;grid-template-areas:"banner main" "bottom bottom";column-gap:16px;row-gap:8px;align-items:stretch}.hp-featured-cats__banner-block{grid-area:banner}.hp-featured-cats__banner{display:block;border:1px solid rgb(255 255 255 / .25);border-radius:8px;overflow:hidden;text-decoration:none;background:#20394b;aspect-ratio:4 / 9.5}.hp-featured-cats__banner-image{width:100%;height:100%;object-fit:cover;display:block}.hp-featured-cats__banner-title{margin:6px 0 0;text-align:center;color:#fff;font-size:18px;line-height:1.25;font-weight:600}.hp-featured-cats__grid-area{grid-area:main;min-width:0}.hp-featured-cats__top-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:14px}.hp-featured-cats__middle-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,2fr);gap:14px;margin-bottom:4px}.hp-featured-cats__middle-left{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hp-featured-cats__bottom-grid{grid-area:bottom;display:grid;grid-template-columns:260px minmax(0,1fr) minmax(0,1fr) 260px;gap:16px}.hp-cat-card{background:#fff0;overflow:hidden;text-decoration:none;transition:transform 0.2s;display:flex;flex-direction:column;align-items:center}.hp-cat-card:hover{transform:translateY(-2px)}.hp-cat-card__image-wrap{background:#fff;border-radius:4px;overflow:hidden;width:100%}.hp-cat-card--top .hp-cat-card__image-wrap{aspect-ratio:16 / 6}.hp-cat-card--small .hp-cat-card__image-wrap{aspect-ratio:4 / 3}.hp-cat-card--feature .hp-cat-card__image-wrap{aspect-ratio:4 / 3;height:100%}.hp-cat-card--bottom .hp-cat-card__image-wrap{aspect-ratio:auto;height:132px}.hp-cat-card__image{width:100%;height:100%;object-fit:contain;padding:4px}.hp-cat-card__name{padding:10px 2px 0;text-align:center;font-size:18px;font-weight:600;color:#fff;line-height:1.25}.hp-cat-card--small .hp-cat-card__name,.hp-cat-card--feature .hp-cat-card__name,.hp-cat-card--bottom .hp-cat-card__name,.hp-cat-card--top .hp-cat-card__name{font-size:18px}.hp-why-choose{background:#fff}.hp-why-choose__title{padding-bottom:12px;border-bottom:1px solid var(--hp-card-border);margin-bottom:24px}.hp-why-choose__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hp-trust-card{display:flex;align-items:center;gap:16px;padding:24px 20px;background:var(--hp-navy);border:none;border-radius:12px;transition:box-shadow 0.2s}.hp-trust-card:hover{box-shadow:0 4px 16px rgb(0 0 0 / .2)}.hp-trust-card__icon{width:40px;height:40px;min-width:40px;background:none;border-radius:0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hp-trust-card__icon svg{width:32px;height:32px;color:#fff}.hp-trust-card__title{font-size:16px;font-weight:700;color:#fff;text-transform:uppercase;margin:0 0 4px;letter-spacing:.5px}.hp-trust-card__text{font-size:13px;color:rgb(255 255 255 / .7);margin:0;line-height:1.4}.hp-blog__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.hp-blog-card{background:#fff;border-radius:var(--hp-radius);overflow:hidden;border:1px solid var(--hp-card-border);transition:box-shadow 0.2s}.hp-blog-card:hover{box-shadow:var(--hp-shadow-hover)}.hp-blog-card__image-wrap{position:relative;overflow:hidden}.hp-blog-card__badge{position:absolute;top:8px;right:8px;background:var(--hp-red);color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:3px;z-index:1;text-transform:uppercase;letter-spacing:.5px}.hp-blog-card__image{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}.hp-blog-card__body{padding:16px}.hp-blog-card__tag{font-size:10px;font-weight:700;color:var(--hp-blog-tag);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.hp-blog-card__title{font-size:14px;font-weight:700;color:#000;line-height:1.3;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-blog-card__link{font-size:13px;font-weight:600;color:var(--hp-red);text-decoration:none}.hp-blog-card__link:hover{text-decoration:underline}.hp-reviews__header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #E8E8E8;padding-bottom:12px;margin-bottom:28px}.hp-reviews__header .hp-section__title{margin:0;padding:0;border:none}.hp-carousel-nav{display:flex;gap:8px}.hp-carousel-btn{width:36px;height:36px;border-radius:50%;border:1px solid #D1D5DB;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.2s,border-color 0.2s;padding:0;color:#374151}.hp-carousel-btn:hover{background:#F3F4F6;border-color:#9CA3AF}.hp-carousel-btn svg{width:18px;height:18px}.hp-reviews__grid{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}.hp-reviews__grid::-webkit-scrollbar{display:none}.hp-review-card{flex:0 0 calc((100% - 3 * 20px) / 4);min-width:0;scroll-snap-align:start;background:#F0F7E9;border:2px solid #8BC34A;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:16px;transition:box-shadow 0.2s}.hp-review-card:hover{box-shadow:var(--hp-shadow)}.hp-review-card__header{display:flex;align-items:center;gap:12px;margin-bottom:0}.hp-review-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--hp-navy);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.hp-review-card__avatar svg{width:20px;height:20px}.hp-review-card__name{font-size:15px;font-weight:700;color:#1a1a1a;margin:0}.hp-review-card__location{font-size:13px;color:var(--hp-text-muted)}.hp-review-card__text{font-size:14px;color:#4a4a4a;line-height:1.6;margin:0}.hp-review-card__stars{display:flex;gap:2px;color:#F5A623}.hp-review-card__stars svg{width:20px;height:20px;flex-shrink:0}@media (max-width:1024px){.hp-featured-cats__content{grid-template-columns:220px 1fr}.hp-featured-cats__top-grid{gap:10px}.hp-featured-cats__middle-grid{grid-template-columns:1fr}.hp-featured-cats__middle-left{grid-template-columns:repeat(3,minmax(0,1fr))}.hp-featured-cats__bottom-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.hp-blog__grid{grid-template-columns:repeat(2,1fr)}.hp-review-card{flex:0 0 calc((100% - 20px) / 2)}}@media (max-width:768px){.category-title_flex{display:none}.hp-featured-cats__mobile-header{display:block;padding:20px 0 8px;margin-bottom:16px}.hp-featured-cats__mobile-header .hp-section__title{color:#fff;font-size:28px;line-height:1.1}.hp-featured-cats__mobile-header .hp-featured-cats__subtitle{margin-top:6px;color:#d8e0e7;font-size:13px;line-height:1.25}.hp-featured-cats__header{padding:14px 0 12px}.hp-featured-cats__header .hp-section__title{font-size:18px}.hp-featured-cats__content{grid-template-columns:1fr;grid-template-areas:"banner" "main" "bottom"}.hp-featured-cats__banner-block{width:100%}.hp-featured-cats__banner{width:100%;max-width:none;margin:0;aspect-ratio:16 / 10;border-radius:var(--hp-radius);overflow:hidden}.hp-featured-cats__banner-image{border-radius:var(--hp-radius)}.hp-featured-cats__banner-body{left:6px;right:6px;bottom:6px;padding:10px 8px 8px}.hp-featured-cats__top-grid{grid-template-columns:1fr}.hp-featured-cats__middle-grid{grid-template-columns:1fr}.hp-featured-cats__middle-left{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hp-featured-cats__bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hp-cat-card--feature .hp-cat-card__image-wrap{aspect-ratio:16 / 10}.hp-cat-card__name{font-size:13px;font-weight:600}.hp-cat-card--top .hp-cat-card__name,.hp-cat-card--small .hp-cat-card__name,.hp-cat-card--feature .hp-cat-card__name,.hp-cat-card--bottom .hp-cat-card__name{font-size:13px}.hp-cat-card--top .hp-cat-card__image-wrap{aspect-ratio:16 / 8}.hp-cat-card--bottom .hp-cat-card__image-wrap{aspect-ratio:16 / 8}.hero-slider__slide{min-height:400px}.hero-slider__badge{font-size:28px}.hero-slider__content:first-child{font-size:28px}.hero-slider__title{font-size:18px}.hero-slider__overlay{padding:30px 20px}.hero-slider__nav{width:36px;height:36px;font-size:16px}.hp-section{padding:32px var(--hp-section-gutter)}.hp-section__title{font-size:20px}.hp-product-card{flex:0 0 180px}.hp-product-carousel .hp-product-card{flex:0 0 calc((100% - 16px) / 2);min-width:0}.hp-why-choose__grid{grid-template-columns:repeat(2,1fr)}.hp-featured-cats__mobile-header .hp-section__title{font-size:30px;font-weight:700}}@media (max-width:480px){.hp-featured-cats__banner-title{font-size:24px}.hp-why-choose__grid{grid-template-columns:1fr}.hp-blog__grid{grid-template-columns:1fr}.hp-review-card{flex:0 0 calc(100% - 40px)}.hp-product-card{flex:0 0 160px}.hp-product-carousel .hp-product-card{flex:0 0 calc((100% - 16px) / 2);min-width:0}.hero-slider__slide{min-height:320px}.hero-slider__badge{font-size:22px}.hero-slider__content:first-child{font-size:22px}}