.sv-catalog,.sv-catalog *{box-sizing:border-box;font-family:"Roboto",Arial,Helvetica,sans-serif!important}
.svuc-catalog-template-main{display:block;width:100%;max-width:none;margin:0;padding:0}
.svuc-shop-page .site-content>.ast-container{display:block;width:100%;max-width:none;margin:0;padding:0}
.svuc-shop-page #primary{float:none;width:100%;max-width:none;margin:0;padding:0}
.svuc-shop-page article.page,.svuc-shop-page .entry-content{width:100%;max-width:none;margin:0;padding:0}
.svuc-shop-page article.page>.entry-header{display:none}
.sv-catalog{--p:#a4c61c;--pd:#8eaa18;--ps:rgba(164,198,28,.12);--h:#324354;--t:#415161;--m:#82909b;--b:#e2e7ea;--bh:rgba(164,198,28,.52);position:relative;width:100vw;max-width:none;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);overflow:hidden;background:#fff;color:var(--t)}
.sv-catalog__hero{position:relative;overflow:hidden;padding:82px 0 76px;background:radial-gradient(circle at 87% 12%,rgba(164,198,28,.22),transparent 31%),linear-gradient(135deg,#f9faf9 0%,#eef2ef 100%)}
.sv-catalog__hero::after{content:"";position:absolute;top:-310px;right:-170px;width:650px;height:650px;border:1px solid rgba(164,198,28,.18);border-radius:50%;pointer-events:none}
.sv-catalog__hero-inner{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:50px;width:min(calc(100% - 48px),1240px);margin:auto}
.sv-catalog__hero-inner>div:first-child{max-width:760px}
.sv-catalog__eyebrow{margin:0 0 14px;color:var(--pd);font-size:12px;font-weight:900;line-height:1.25;letter-spacing:.1em;text-transform:uppercase}
.sv-catalog h1{margin:0;color:var(--h);font-size:clamp(44px,6vw,76px);font-weight:900;line-height:.98;letter-spacing:-.055em;text-wrap:balance}
.sv-catalog__intro{max-width:680px;margin:24px 0 0;color:var(--h);font-size:17px;font-weight:500;line-height:1.72}
.sv-catalog__hero-badge{flex:0 0 auto;min-width:230px;padding:22px 24px;border:1px solid rgba(164,198,28,.28);border-radius:17px;background:rgba(255,255,255,.76);box-shadow:0 18px 45px rgba(47,64,80,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.sv-catalog__hero-badge span,.sv-catalog__hero-badge strong{display:block}
.sv-catalog__hero-badge span{margin-bottom:5px;color:var(--pd);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.sv-catalog__hero-badge strong{color:var(--h);font-size:16px}
.sv-catalog__shell{width:min(calc(100% - 48px),1240px);margin:auto;padding:64px 0 104px}
.sv-catalog__toolbar{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:18px;align-items:end}
.sv-catalog__search label,.sv-catalog__sort label{display:block;margin-bottom:9px;color:var(--h);font-size:12px;font-weight:800}
.sv-catalog__search-box{position:relative}
.sv-catalog__search-box svg{position:absolute;top:50%;left:18px;width:20px;height:20px;color:var(--m);transform:translateY(-50%);pointer-events:none}
.sv-catalog__search input,.sv-catalog__sort select{width:100%;height:54px;border:1px solid var(--b);border-radius:12px;background:#fff;color:var(--h);font-size:14px;outline:none}
.sv-catalog__search input{padding:0 18px 0 51px}
.sv-catalog__sort select{padding:0 42px 0 16px}
.sv-catalog__search input:focus,.sv-catalog__sort select:focus{border-color:var(--p);box-shadow:0 0 0 4px rgba(164,198,28,.12)}
.sv-catalog__categories{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}
.sv-catalog__categories button{min-height:39px;padding:9px 16px;border:1px solid var(--b);border-radius:999px;background:#fff;color:var(--t);font-size:12px;font-weight:700;line-height:1.2;cursor:pointer;transition:border-color .18s,background-color .18s,color .18s}
.sv-catalog__categories button:hover,.sv-catalog__categories button.is-active{border-color:var(--p);background:var(--p);color:#fff}
.sv-catalog__status{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:39px 0 21px}
.sv-catalog__status p{margin:0;color:var(--m);font-size:13px;font-weight:600}
.sv-catalog__status button{padding:0;border:0;background:transparent;color:var(--pd);font-size:12px;font-weight:800;cursor:pointer}
.sv-catalog__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:24px}
.sv-catalog__loading,.sv-catalog__error,.sv-catalog__empty{grid-column:1/-1;padding:55px 30px;border:1px solid var(--b);border-radius:17px;background:#f5f7f7;color:var(--m);text-align:center;font-size:14px}
.sv-product-card{position:relative;display:flex;flex-direction:column;width:100%;min-width:0;height:100%;margin:0!important;padding:0!important;overflow:hidden;border:1px solid var(--b);border-radius:16px;background:#fff;box-shadow:0 1px 3px rgba(30,44,56,.03),0 10px 30px rgba(30,44,56,.06);text-align:center;transition:transform .22s,border-color .22s,box-shadow .22s}
.sv-product-card:hover{transform:translateY(-6px);border-color:var(--bh);box-shadow:0 4px 12px rgba(30,44,56,.05),0 20px 46px rgba(30,44,56,.11)}
.sv-product-card::before{content:"";position:absolute;z-index:8;top:0;left:0;width:100%;height:3px;background:var(--p);transform:scaleX(0);transform-origin:left;transition:transform .24s}
.sv-product-card:hover::before{transform:scaleX(1)}
.sv-product-card__link{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;width:100%;color:var(--h)!important;text-decoration:none!important}
.sv-product-card__media{position:relative;display:block;width:100%;aspect-ratio:1/1;margin:0 0 20px;overflow:hidden;border-bottom:1px solid var(--b);background:#fff}
.sv-product-card__media img{display:block;width:100%!important;height:100%!important;margin:0!important;padding:26px;object-fit:contain;object-position:center;background:#fff;transition:transform .28s}
.sv-product-card:hover .sv-product-card__media img{transform:scale(1.04)}
.sv-product-card__badge{position:absolute;z-index:9;top:15px;left:15px;display:inline-flex;align-items:center;min-height:27px;padding:7px 10px;border-radius:999px;background:var(--p);color:#fff;font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.sv-product-card__no-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--m);font-size:13px}
.sv-product-card__title{display:-webkit-box;width:calc(100% - 36px);min-height:50px;margin:auto 18px 0!important;padding:0!important;overflow:hidden;color:var(--h)!important;font-size:17px!important;font-weight:700!important;line-height:1.42!important;letter-spacing:-.012em!important;text-align:center!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.sv-product-card:hover .sv-product-card__title{color:var(--pd)!important}
.sv-product-card__price{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:7px;width:calc(100% - 36px);min-height:31px;margin:4px 18px 0!important;color:var(--h)!important;font-size:18px!important;font-weight:800!important;line-height:1.5;text-align:center!important}
.sv-product-card__price del{font-size:13px!important;font-weight:400;opacity:.72}
.sv-product-card__price ins{color:var(--pd)!important;font-weight:800;text-decoration:none}
.sv-product-card__actions{display:flex;flex-direction:column;width:100%;margin-top:auto;padding:0 18px 20px}
.sv-product-card__button{display:inline-flex!important;align-items:center;justify-content:center;gap:10px;width:100%!important;min-height:50px;margin:20px 0 0!important;padding:14px 16px!important;border:1px solid var(--p)!important;border-radius:999px!important;background:var(--p)!important;color:#fff!important;font-size:12px!important;font-weight:800!important;line-height:1!important;letter-spacing:.04em;text-align:center!important;text-decoration:none!important;text-transform:uppercase;box-shadow:0 8px 18px rgba(164,198,28,.2)!important;transition:.18s}
.sv-product-card__button::before{content:"";display:block;width:18px;height:18px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM1 2v2h2l3.6 7.59-1.35 2.45A2 2 0 0 0 7 17h12v-2H7.42L8.1 13h7.45a2 2 0 0 0 1.75-1.03L20.88 5H5.21l-.94-2H1Zm16 16a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM1 2v2h2l3.6 7.59-1.35 2.45A2 2 0 0 0 7 17h12v-2H7.42L8.1 13h7.45a2 2 0 0 0 1.75-1.03L20.88 5H5.21l-.94-2H1Zm16 16a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z'/%3E%3C/svg%3E") center/contain no-repeat}
.sv-product-card__button:hover{border-color:var(--pd)!important;background:var(--pd)!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 11px 24px rgba(142,170,24,.27)!important}
.sv-product-card__button--options::before{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m13 5.41 1.41-1.41L22 11.59 14.41 19 13 17.59 18.17 12H2v-2h16.17L13 5.41Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m13 5.41 1.41-1.41L22 11.59 14.41 19 13 17.59 18.17 12H2v-2h16.17L13 5.41Z'/%3E%3C/svg%3E") center/contain no-repeat}
.sv-catalog__pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:45px}
.sv-catalog__pagination button{min-width:42px;height:42px;padding:0 12px;border:1px solid var(--b);border-radius:9px;background:#fff;color:var(--h);font-size:12px;font-weight:800;cursor:pointer}
.sv-catalog__pagination button:hover,.sv-catalog__pagination button.is-active{border-color:var(--p);background:var(--p);color:#fff}
.sv-catalog__pagination button:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:1050px){.sv-catalog__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.sv-catalog__hero-inner{display:block;width:min(calc(100% - 40px),720px)}.sv-catalog__hero-badge{width:max-content;margin-top:30px}.sv-catalog__shell{width:min(calc(100% - 40px),720px)}.sv-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.sv-catalog__hero{padding:66px 0 60px}.sv-catalog__hero-inner,.sv-catalog__shell{width:calc(100% - 32px)}.sv-catalog h1{font-size:clamp(42px,13vw,58px)}.sv-catalog__intro{font-size:16px}.sv-catalog__toolbar{grid-template-columns:1fr}.sv-catalog__categories{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px}.sv-catalog__categories button{flex:0 0 auto}.sv-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.sv-product-card{border-radius:12px}.sv-product-card__media{margin-bottom:14px}.sv-product-card__media img{padding:12px}.sv-product-card__title{width:calc(100% - 24px);min-height:41px;margin-left:12px!important;margin-right:12px!important;font-size:14px!important}.sv-product-card__price{width:calc(100% - 24px);margin-left:12px!important;margin-right:12px!important;font-size:15px!important}.sv-product-card__actions{padding:0 12px 14px}.sv-product-card__button{min-height:43px;margin-top:14px!important;padding:11px 7px!important;font-size:9px!important}.sv-product-card__button::before{width:15px;height:15px}}
@media(max-width:420px){.sv-catalog__grid{grid-template-columns:1fr;gap:26px}.sv-product-card__media{aspect-ratio:1/.88}.sv-product-card__media img{padding:28px}.sv-product-card__title{width:calc(100% - 36px);min-height:auto;margin-left:18px!important;margin-right:18px!important;font-size:17px!important}.sv-product-card__price{width:calc(100% - 36px);margin-left:18px!important;margin-right:18px!important;font-size:18px!important}.sv-product-card__actions{padding:0 18px 20px}.sv-product-card__button{min-height:49px;padding:13px 15px!important;font-size:12px!important}}
@media(prefers-reduced-motion:reduce){.sv-product-card,.sv-product-card::before,.sv-product-card__media img,.sv-product-card__button{transition:none}.sv-catalog__shell{scroll-behavior:auto}}
