/* =========================================================
   PETIKA v3.11 — витрина фирменных боксов
========================================================= */
body.is-products-page .inner-page{max-width:1450px;padding-top:22px}
body.is-products-page .speedbar{display:none}
body.is-products-page .footer{margin-top:40px}
.products-page{color:#352f2c}
.products-kicker{display:block;color:#d96f6b;font-size:12px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}
.products-hero{position:relative;min-height:350px;display:grid;grid-template-columns:minmax(0,.86fr) minmax(470px,1.14fr);align-items:stretch;overflow:hidden;border:1px solid #edd9cb;border-radius:28px;background:linear-gradient(112deg,#fff7eb 0%,#fffaf7 50%,#f9eee7 100%);box-shadow:0 16px 50px rgba(84,57,42,.06)}
.products-hero-copy{position:relative;z-index:2;padding:46px 24px 46px 42px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.products-hero h1{margin:10px 0 14px;color:#59443a;font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,4vw,58px);font-weight:500;line-height:1.02;letter-spacing:-.035em}
.products-hero-copy p{max-width:520px;margin:0 0 23px;color:#6e625c;font-size:16px;line-height:1.55}
.products-primary-btn{min-height:46px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;background:linear-gradient(135deg,#dd726e,#e68a7d);box-shadow:0 10px 23px rgba(206,96,91,.2);color:#fff!important;font-size:14px;font-weight:800;text-decoration:none!important;cursor:pointer;transition:.2s}
.products-primary-btn:hover{transform:translateY(-1px);box-shadow:0 13px 28px rgba(206,96,91,.26)}
.products-hero-image{position:relative;min-height:350px;overflow:hidden}
.products-hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff8ed 0%,rgba(255,248,237,.2) 26%,transparent 58%);pointer-events:none}
.products-hero-image img{position:absolute;inset:-13% -4% -13% 0;width:104%;height:126%;max-width:none;object-fit:cover;object-position:center 52%;border-radius:0}
.products-hero-paw{position:absolute;color:#df9890;opacity:.17;line-height:1;pointer-events:none}.products-hero-paw-one{right:4%;top:13%;font-size:62px}.products-hero-paw-two{right:3%;bottom:7%;font-size:35px;transform:rotate(18deg)}
.products-catalog{padding:31px 3px 0;scroll-margin-top:24px}
.products-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:20px}
.products-heading h2{margin:4px 0 0;color:#59443a;font-family:Georgia,"Times New Roman",serif;font-size:32px;font-weight:500;line-height:1.15}
.products-filters{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.products-filters button{min-height:38px;padding:0 21px;border:1px solid #f1e6dd;border-radius:10px;background:#f8eee6;color:#5f5651;font-size:13px;font-weight:750;cursor:pointer;transition:.2s}
.products-filters button:hover{border-color:#e8b5ad;background:#fff7f3}.products-filters button.is-active{border-color:#dc716d;background:#dc716d;color:#fff;box-shadow:0 7px 18px rgba(206,96,91,.16)}
.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.product-card{min-width:0;overflow:hidden;border:1px solid #eadfd8;border-radius:20px;background:rgba(255,255,255,.9);box-shadow:0 10px 32px rgba(74,50,38,.045);transition:opacity .2s,transform .2s,box-shadow .2s}
.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(74,50,38,.08)}.product-card[hidden]{display:none!important}
.product-card-image{position:relative;height:225px;overflow:hidden;background:#fbf1eb}
.product-card-image img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0;transition:transform .35s}.product-card:hover .product-card-image img{transform:scale(1.025)}
.product-label{position:absolute;left:14px;bottom:11px;min-height:28px;padding:0 11px;display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.75);border-radius:999px;background:rgba(250,243,232,.92);backdrop-filter:blur(8px);color:#635d57;font-size:10px;font-weight:800;box-shadow:0 5px 15px rgba(74,50,38,.06)}
.product-label-cat{background:rgba(238,246,218,.92);color:#647450}.product-label-dog{background:rgba(225,243,242,.92);color:#527775}.product-label-party{background:rgba(245,232,252,.92);color:#776188}
.product-card-body{min-height:175px;padding:15px 15px 14px;display:flex;flex-direction:column}.product-card-body h3{margin:0;color:#3e3936;font-size:17px;line-height:1.3}.product-card-body>p{margin:6px 0 14px;color:#796f69;font-size:12px;line-height:1.45}
.product-card-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.product-card-foot strong{color:#db716d;font-size:23px;font-weight:650;white-space:nowrap}.product-card-foot button{min-height:39px;padding:0 17px;border:0;border-radius:10px;background:linear-gradient(135deg,#dd726e,#e68a7d);color:#fff;font-size:12px;font-weight:800;cursor:pointer;transition:.2s}.product-card-foot button:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(206,96,91,.2)}
.products-benefits{max-width:1210px;margin:25px auto 0;padding:14px 19px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #eadfd8;border-radius:20px;background:rgba(255,253,251,.88);box-shadow:0 10px 30px rgba(74,50,38,.04)}
.products-benefits>div{min-width:0;padding:5px 25px;display:flex;align-items:center;gap:14px;border-left:1px solid #eee4dd}.products-benefits>div:first-child{border-left:0}.products-benefits>div>span{width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center;border-radius:50%;background:#fff0ec;color:#d87570;font-size:20px}.products-benefits p{margin:0;min-width:0}.products-benefits b,.products-benefits small{display:block}.products-benefits b{color:#514945;font-size:14px}.products-benefits small{margin-top:2px;color:#8a7e78;font-size:11px;line-height:1.35}
.product-dialog{position:fixed;inset:0;z-index:160;display:grid;place-items:center;padding:18px}.product-dialog[hidden]{display:none!important}.product-dialog-backdrop{position:absolute;inset:0;background:rgba(53,42,37,.32);backdrop-filter:blur(6px)}
.product-dialog-card{position:relative;z-index:2;width:min(880px,calc(100vw - 32px));max-height:calc(100vh - 36px);overflow:auto;padding:28px;border:1px solid #eadfd8;border-radius:25px;background:linear-gradient(145deg,#fff,#fff9f5);box-shadow:0 35px 100px rgba(55,37,29,.24)}.product-dialog-card>h2{margin:5px 42px 7px 0;color:#55443b;font-family:Georgia,"Times New Roman",serif;font-size:31px;font-weight:500;line-height:1.15}.product-dialog-lead{margin:0 0 19px;color:#7d716b;font-size:14px}.product-dialog-close{position:absolute;right:17px;top:13px;width:38px;height:38px;border:0;background:transparent;color:#6d625c;font-size:29px;line-height:1;cursor:pointer}
.product-dialog-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr);gap:24px;align-items:start}.product-dialog-layout>img{width:100%;aspect-ratio:3/2;object-fit:cover;border:1px solid #eee3dc;border-radius:18px}.product-dialog-layout h3{margin:1px 0 11px;font-size:18px}.product-dialog-layout ul{margin:0 0 16px;padding:0;list-style:none;display:grid;gap:7px}.product-dialog-layout li{position:relative;padding-left:19px;color:#665d58;font-size:13px}.product-dialog-layout li:before{content:"♡";position:absolute;left:0;top:-1px;color:#dd7771;font-weight:900}.product-dialog-price{display:block;margin:0 0 15px;color:#d96f6b;font-size:27px}.product-dialog-layout small{display:block;margin-top:11px;color:#948983;font-size:11px;line-height:1.45}
@media(max-width:1120px){.products-hero{grid-template-columns:.9fr 1.1fr}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card-image{height:270px}.products-heading{align-items:flex-start;flex-direction:column}.products-filters{justify-content:flex-start}}
@media(max-width:760px){body.is-products-page .inner-page{padding-top:14px}.products-hero{grid-template-columns:1fr;min-height:0}.products-hero-copy{padding:33px 24px 26px}.products-hero h1{font-size:40px}.products-hero-image{min-height:270px}.products-hero-image:after{background:linear-gradient(180deg,#fff8ed 0%,transparent 38%)}.products-heading h2{font-size:28px}.products-filters{width:100%;display:grid;grid-template-columns:repeat(2,1fr)}.products-filters button{padding:0 9px}.products-benefits{grid-template-columns:1fr}.products-benefits>div{border-left:0;border-top:1px solid #eee4dd;padding:11px 5px}.products-benefits>div:first-child{border-top:0}.product-dialog-layout{grid-template-columns:1fr}.product-dialog-card{padding:23px 17px}.product-dialog-card>h2{font-size:25px}}
@media(max-width:520px){.products-grid{grid-template-columns:1fr}.product-card-image{height:235px}.product-card-body{min-height:155px}.products-hero h1{font-size:35px}.products-hero-copy p{font-size:14px}.products-catalog{padding-top:25px}.products-heading h2{font-size:25px}.product-dialog-layout>img{aspect-ratio:4/3}}
