.site-announcement a{color:inherit;text-decoration:none}
.home-module{margin-top:46px;margin-bottom:46px}
.home-module__head{display:flex;align-items:flex-end;justify-content:center;gap:18px;margin-bottom:24px;text-align:center}
.home-module__head>div{position:relative;min-width:min(680px,100%)}
.home-module__head>div:before,.home-module__head>div:after{content:"";position:absolute;top:34px;width:min(26vw,260px);height:1px;background:var(--theme-line,var(--line))}
.home-module__head>div:before{right:calc(100% + 18px)}.home-module__head>div:after{left:calc(100% + 18px)}
.home-module__head span{display:block;color:var(--theme-accent,var(--orange-2));font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.home-module__head h2{display:flex;align-items:center;justify-content:center;gap:9px;margin:5px 0;color:var(--theme-primary,var(--green));font-size:clamp(24px,2.4vw,34px);line-height:1.15}
.home-module__head h2 i{color:var(--theme-accent,var(--orange-2));font-size:.82em}
.home-module__head p{margin:7px 0 0;color:var(--theme-muted,var(--muted));font-size:13px}
.home-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.home-product-card{position:relative;display:flex;overflow:hidden;min-width:0;flex-direction:column;border:1px solid var(--theme-line,var(--line));border-radius:18px;background:var(--theme-surface,#fff);box-shadow:0 8px 26px rgba(17,24,39,.045);transition:transform .25s ease,box-shadow .25s ease}
.home-product-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(17,24,39,.11)}
.home-product-card__discount{position:absolute;z-index:4;top:12px;left:12px;padding:6px 8px;border-radius:6px;background:#ff5565;color:#fff;font-size:11px;font-weight:900}
.home-product-card .product-list-tools{z-index:4}
.home-product-card__image{display:block;height:230px;padding:18px;background:#fff}
.home-product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}
.home-product-card:hover .home-product-card__image img{transform:scale(1.035)}
.home-product-card__body{display:grid;flex:1;align-content:start;gap:10px;padding:16px}
.home-product-card__body>small{color:var(--theme-accent,var(--orange-2));font-size:9px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.home-product-card h3{overflow:hidden;height:42px;margin:0;color:var(--theme-text,var(--ink));font-size:14px;line-height:1.5;text-align:center}
.home-product-card h3 a{color:inherit}
.home-product-card .catalog-price{display:flex;min-height:42px;align-items:center;justify-content:center;gap:7px;text-align:center}
.home-product-card .catalog-price strong{color:var(--theme-text,var(--ink));font-size:17px}.home-product-card .catalog-price del{color:#a8adb7;font-size:13px}
.home-product-card__button{width:100%;min-height:42px;margin-top:auto;padding:10px 12px;border-radius:9px;font-size:11px;font-weight:900;text-transform:uppercase}
.home-product-card--deal{border:0;border-radius:12px;box-shadow:0 10px 30px rgba(38,27,76,.12)}
.home-product-card--deal .home-product-card__image{height:224px}
.home-product-card--deal .home-product-card__body{padding-top:4px}
.home-product-card--deal h3{height:44px}
.home-countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin:-24px 0 10px;position:relative;z-index:3}
.home-countdown>b{grid-column:1/-1;justify-self:center;margin-bottom:-2px;padding:5px 28px;border-radius:999px;background:#f20d22;color:#fff;font-size:10px;font-weight:800}
.home-countdown>span{display:grid;place-items:center;min-height:58px;padding:7px 3px;border-radius:8px;background:#fff;box-shadow:0 8px 20px rgba(20,24,40,.09)}
.home-countdown strong{font-size:18px}.home-countdown small{color:#717784;font-size:7px;text-transform:uppercase}
.home-deal-zone{padding:38px 0;background:linear-gradient(115deg,color-mix(in srgb,var(--theme-primary,#172554) 56%,#f3a8c9),color-mix(in srgb,var(--theme-accent,#e8790c) 54%,#ff9fc9))}
.home-deal-zone__head{margin-bottom:26px;color:#fff;text-align:center}.home-deal-zone__head h2{margin:0;font-size:30px}.home-deal-zone__head h2 i{margin-right:8px}.home-deal-zone__head p{margin:7px 0 0;font-size:13px}
.home-products--deals{grid-template-columns:repeat(4,minmax(0,1fr))}
.home-product-showcase__grid{display:grid;grid-template-columns:minmax(250px,300px) 1fr;gap:20px}
.home-product-showcase__grid>.home-products{grid-template-columns:repeat(4,minmax(0,1fr))}
.home-product-showcase__promo{position:relative;display:block;overflow:hidden;min-height:100%;border:1px solid var(--theme-line,var(--line));border-radius:18px;background:var(--promo-bg);color:var(--promo-color)}
.home-product-showcase__promo img{width:100%;height:100%;min-height:470px;object-fit:cover}
.home-product-showcase__promo:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.55))}
.home-product-showcase__promo>span{position:absolute;z-index:2;right:22px;bottom:24px;left:22px;display:grid;gap:12px}.home-product-showcase__promo b{font-size:23px}.home-product-showcase__promo em{justify-self:start;padding:10px 18px;background:var(--theme-accent,#e8790c);color:#fff;font-size:10px;font-style:normal;font-weight:900;text-transform:uppercase}
.home-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:-12px 0 20px}.home-tabs button{padding:9px 15px;border:1px solid var(--theme-line,var(--line));border-radius:999px;background:var(--theme-surface,#fff);color:var(--theme-primary,var(--green));font-weight:800}.home-tabs button.active{border-color:var(--theme-primary,var(--green));background:var(--theme-primary,var(--green));color:#fff}
.home-module__empty{grid-column:1/-1;padding:24px;border:1px dashed var(--theme-line,var(--line));border-radius:14px;color:var(--theme-muted,var(--muted));text-align:center}
.home-campaign-stage{padding:28px 0 20px;background:linear-gradient(120deg,var(--theme-accent,#ff6518),color-mix(in srgb,var(--theme-accent,#ff6518) 75%,#ffbd12))}
.home-campaign-stage__head{text-align:center}.home-campaign-stage__head span{display:inline-flex;padding:10px 28px;border-radius:999px;background:#fff;color:var(--theme-text,#172033);font-size:11px;font-weight:900;text-transform:uppercase}
.home-campaign-stage__viewport,.home-slider__viewport{position:relative;margin-top:18px}
.home-campaign-stage__track,.home-slider__track{display:flex;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.home-campaign-stage__track::-webkit-scrollbar,.home-slider__track::-webkit-scrollbar{display:none}
.home-campaign-stage__track>a{position:relative;flex:0 0 100%;overflow:hidden;aspect-ratio:2.85/1;border-radius:13px;background:var(--campaign-bg);scroll-snap-align:start}
.home-campaign-stage__track img{width:100%;height:100%;object-fit:cover}
.home-campaign-stage__track>a>span{position:absolute;right:7%;bottom:14%;display:grid;justify-items:start;gap:10px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.25)}.home-campaign-stage__track b{font-size:clamp(18px,3vw,38px)}.home-campaign-stage__track em{padding:10px 18px;background:var(--theme-primary,#172554);font-size:10px;font-style:normal;font-weight:900;text-transform:uppercase}
.home-campaign-stage__viewport>button,.home-slider__viewport>button{position:absolute;z-index:4;top:50%;display:grid;width:48px;height:48px;place-items:center;transform:translateY(-50%);border:0;border-radius:50%;background:#fff;color:#111827;box-shadow:0 8px 22px rgba(17,24,39,.14)}
.home-campaign-stage__viewport>[data-slider-prev],.home-slider__viewport>[data-slider-prev]{left:14px}.home-campaign-stage__viewport>[data-slider-next],.home-slider__viewport>[data-slider-next]{right:14px}
.home-campaign-stage__thumbs{display:flex;gap:12px;overflow:auto;padding:18px 64px 0;scrollbar-width:none}.home-campaign-stage__thumbs::-webkit-scrollbar{display:none}
.home-campaign-stage__thumbs button{position:relative;flex:0 0 150px;height:72px;overflow:hidden;padding:0;border:3px solid transparent;border-radius:11px;background:#fff}.home-campaign-stage__thumbs button.active{border-color:#fff;box-shadow:0 0 0 2px var(--theme-primary,#172554)}.home-campaign-stage__thumbs img{width:100%;height:100%;object-fit:cover}.home-campaign-stage__thumbs span{position:absolute;inset:auto 5px 5px;padding:3px;border-radius:4px;background:rgba(255,255,255,.88);font-size:8px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-slider__track article{position:relative;flex:0 0 100%;height:440px;overflow:hidden;border:1px solid var(--theme-line,var(--line));border-radius:16px;background:var(--slide-bg);color:var(--slide-color);scroll-snap-align:start}.home-slider--middle .home-slider__track article{height:300px}
.home-slider__track img{width:100%;height:100%;object-fit:cover}.home-slider__track article:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.28),transparent 58%)}
.home-slider__track article>div{position:absolute;z-index:2;top:50%;left:7%;max-width:520px;transform:translateY(-50%)}.home-slider__track h2{margin:0 0 10px;font-size:clamp(28px,4vw,48px)}.home-slider__track p{font-size:14px}.home-slider__track .site-button{margin-top:10px;background:var(--theme-primary,#172554);color:#fff}
.home-campaign-grid-module{padding:30px;border-radius:20px;background:color-mix(in srgb,var(--theme-background,#f7f8fc) 78%,#e9eef8)}
.home-campaign-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.home-campaign-grid>a{display:block;overflow:hidden;border:1px solid var(--theme-line,var(--line));border-radius:13px;background:#fff;color:var(--theme-text,var(--ink));transition:.22s}.home-campaign-grid>a:hover{transform:translateY(-4px);box-shadow:0 15px 32px rgba(17,24,39,.1)}.home-campaign-grid img{display:block;width:100%;aspect-ratio:2.15/1;object-fit:cover}.home-campaign-grid span{display:grid;gap:3px;padding:18px 20px}.home-campaign-grid b{font-size:15px}.home-campaign-grid small{color:var(--theme-muted,var(--muted));font-size:10px}
.home-banners{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.home-banners article{position:relative;display:grid;grid-template-columns:52% 1fr;min-height:220px;overflow:hidden;border:1px solid var(--theme-line,var(--line));border-radius:18px;background:var(--banner-bg)}.home-banners img{width:100%;height:100%;object-fit:cover}.home-banners article>div{align-self:center;padding:24px}.home-banners h3{margin:0;color:var(--theme-primary,var(--green));font-size:22px}.home-banners p{color:var(--theme-muted,var(--muted));font-size:12px}.home-banners a{color:var(--theme-accent,var(--orange-2));font-size:11px;font-weight:900}
.home-stories__list{display:flex;justify-content:center;gap:22px;overflow:auto;padding:6px}.home-stories__list a{display:grid;flex:0 0 112px;gap:8px;color:var(--theme-primary,var(--green));text-align:center}.home-stories__list span{display:block;width:104px;height:104px;padding:3px;border:3px solid var(--theme-accent,var(--orange-2));border-radius:50%}.home-stories__list img{width:100%;height:100%;border-radius:50%;object-fit:cover}.home-stories__list b{font-size:10px}
.home-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.home-category-grid>a{display:grid;gap:9px;padding:22px;border:1px solid var(--theme-line,var(--line));border-radius:16px;background:linear-gradient(145deg,#fff,var(--theme-background,#f7f8fc));color:var(--theme-primary,var(--green));transition:.2s}.home-category-grid>a:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(26,68,43,.1)}.home-category-grid>a>i{font-size:26px;color:var(--theme-accent,var(--orange-2))}.home-category-grid b{font-size:15px}.home-category-grid span{color:var(--theme-muted,var(--muted));font-size:9px;font-weight:800}
.home-brand-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.home-brand-grid a{display:grid;min-height:112px;place-items:center;gap:8px;padding:14px;border:1px solid var(--theme-line,var(--line));border-radius:14px;background:#fff;color:var(--theme-primary,var(--green));text-align:center}.home-brand-grid img{max-width:100%;height:50px;object-fit:contain}.home-brand-grid i{font-size:30px;color:var(--theme-accent,var(--orange-2))}.home-brand-grid b{font-size:10px}
.home-editorial{padding-top:4px}.home-content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}.home-content-grid article{overflow:hidden;background:transparent}.home-content-grid__image{display:block;overflow:hidden;height:280px;border-radius:16px;background:#f4f7f2}.home-content-grid__image img{width:100%;height:100%;object-fit:cover;transition:.35s}.home-content-grid article:hover img{transform:scale(1.045)}.home-content-grid article>div{padding:16px 4px}.home-content-grid small{color:var(--theme-accent,var(--orange-2));font-size:9px;font-weight:900;text-transform:uppercase}.home-content-grid h3{margin:7px 0 9px;font-size:18px}.home-content-grid h3 a{color:var(--theme-text,var(--ink))}.home-content-grid p{min-height:42px;color:var(--theme-muted,var(--muted));font-size:11px;line-height:1.6}.home-content-grid article>div>a{color:var(--theme-text,var(--ink));font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.home-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.home-gallery-grid>a{position:relative;display:grid;overflow:hidden;min-height:230px;border-radius:16px;background:var(--theme-primary,var(--green));color:#fff}.home-gallery-grid img,.home-gallery-grid>a>span{grid-area:1/1;width:100%;height:100%;object-fit:cover}.home-gallery-grid>a>span{display:grid;place-items:center;font-size:40px}.home-gallery-grid>a:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.75))}.home-gallery-grid b,.home-gallery-grid small{position:absolute;z-index:1;left:16px}.home-gallery-grid b{bottom:31px}.home-gallery-grid small{bottom:14px;font-size:8px}
.home-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-testimonial-grid article{padding:24px;border:1px solid var(--theme-line,var(--line));border-radius:16px;background:#fff}.home-testimonial-grid article>div{color:#f4a51c;letter-spacing:2px}.home-testimonial-grid p{min-height:60px;color:var(--theme-text,var(--ink));font-size:12px;line-height:1.65}.home-testimonial-grid b{display:block;color:var(--theme-primary,var(--green))}.home-testimonial-grid small{color:var(--theme-muted,var(--muted));font-size:9px}
.home-faq-module{max-width:900px}.home-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:14px}.home-pricing-grid article{display:flex;flex-direction:column;padding:24px;border:1px solid var(--theme-line,var(--line));border-radius:18px;background:#fff}.home-pricing-grid article.is-featured{border:2px solid var(--theme-accent,var(--orange-2));box-shadow:0 16px 36px rgba(239,140,47,.14)}.home-pricing-grid h3{margin:5px 0;color:var(--theme-primary,var(--green));font-size:20px}.home-pricing-grid>article>small{color:var(--theme-accent,var(--orange-2));font-size:9px;font-weight:900}.home-pricing-grid strong{color:var(--theme-primary,var(--green));font-size:24px}.home-pricing-grid strong em{margin-left:4px;color:var(--theme-muted,var(--muted));font-size:9px;font-style:normal}.home-pricing-grid ul{display:grid;gap:9px;margin:18px 0;padding:0;list-style:none}.home-pricing-grid li{color:var(--theme-text,var(--ink));font-size:10px}.home-pricing-grid li.is-disabled{color:var(--theme-muted,var(--muted));text-decoration:line-through}.home-pricing-grid .site-button{margin-top:auto}.home-html{overflow:hidden;border-radius:18px}.home-html img{max-width:100%;height:auto}
@media(max-width:1180px){.home-product-showcase__grid{grid-template-columns:240px 1fr}.home-product-showcase__grid>.home-products{grid-template-columns:repeat(2,minmax(0,1fr))}.home-products--deals{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.home-module{margin-top:34px;margin-bottom:34px}.home-module__head>div:before,.home-module__head>div:after{display:none}.home-products{grid-template-columns:repeat(2,1fr)}.home-campaign-grid{grid-template-columns:repeat(2,1fr)}.home-slider__track article{height:330px}.home-banners{grid-template-columns:1fr}.home-category-grid,.home-gallery-grid{grid-template-columns:repeat(2,1fr)}.home-brand-grid{grid-template-columns:repeat(3,1fr)}.home-content-grid,.home-testimonial-grid,.home-pricing-grid{grid-template-columns:repeat(2,1fr)}.home-content-grid__image{height:230px}.home-campaign-stage__track>a{aspect-ratio:2.2/1}}
@media(max-width:700px){.home-product-showcase__grid{grid-template-columns:1fr}.home-product-showcase__promo img{min-height:260px;max-height:360px}.home-campaign-stage__thumbs{padding-left:0;padding-right:0}.home-campaign-stage__thumbs button{flex-basis:110px;height:58px}}
@media(max-width:560px){.home-module__head h2{font-size:24px}.home-products,.home-products--deals,.home-product-showcase__grid>.home-products{gap:10px}.home-product-card__image,.home-product-card--deal .home-product-card__image{height:165px;padding:10px}.home-product-card__body{padding:11px}.home-product-card h3{height:38px;font-size:12px}.home-countdown{gap:3px;margin-top:-18px}.home-countdown>span{min-height:49px}.home-countdown strong{font-size:14px}.home-countdown small{font-size:6px}.home-deal-zone{padding:28px 0}.home-campaign-stage{padding-top:20px}.home-campaign-stage__track>a{aspect-ratio:2.2/1}.home-campaign-stage__track img{object-fit:contain;background:var(--campaign-bg)}.home-campaign-stage__track>a>span{display:none}.home-campaign-stage__viewport>button,.home-slider__viewport>button{width:38px;height:38px}.home-slider__track article,.home-slider--middle .home-slider__track article{height:270px}.home-slider__track article>div{right:55px;left:55px}.home-slider__track h2{font-size:25px}.home-campaign-grid-module{padding:20px 12px}.home-campaign-grid{grid-template-columns:1fr;gap:12px}.home-banners article{grid-template-columns:42% 1fr}.home-banners article>div{padding:15px}.home-category-grid{gap:8px}.home-category-grid>a{padding:15px}.home-brand-grid{grid-template-columns:repeat(2,1fr)}.home-content-grid,.home-testimonial-grid,.home-pricing-grid{grid-template-columns:1fr}.home-content-grid{gap:20px}.home-gallery-grid>a{min-height:170px}}
