/* Shared 152-ФЗ consent UI for pages that do not use the full shell. */
.cookie-notice{position:fixed;z-index:10000;left:50%;bottom:18px;transform:translateX(-50%);width:min(560px,calc(100% - 32px));display:flex;align-items:center;gap:14px;padding:13px 14px 13px 18px;background:#fff;border:1px solid #dce4dc;border-radius:14px;box-shadow:0 14px 42px rgba(6,24,11,.18);color:#142018}
.cookie-notice p{margin:0;flex:1;font:500 12px/1.4 Manrope,Arial,sans-serif;color:#4f5d52}
.cookie-notice a{color:#07551b;font-weight:750}
.cookie-notice__button{flex:0 0 auto;min-height:38px;padding:0 17px;border:1px solid #07551b;border-radius:9px;background:#07551b;color:#fff;font:800 12px/1 Manrope,Arial,sans-serif;cursor:pointer;transition:background .18s ease,transform .18s ease}
.cookie-notice__button:hover{background:#0a7125;transform:translateY(-1px)}
.cookie-notice__button:focus-visible{outline:3px solid rgba(85,199,42,.35);outline-offset:2px}
form .legal-check input[type=checkbox],form .warranty-consent input[type=checkbox],form .cart-consent input[type=checkbox],form .check input[type=checkbox]{appearance:none;width:20px;height:20px;flex:0 0 20px;margin:0;border:1.5px solid #b9cdb9;border-radius:6px;background:#fff;cursor:pointer;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}
form .legal-check input[type=checkbox]:checked,form .warranty-consent input[type=checkbox]:checked,form .cart-consent input[type=checkbox]:checked,form .check input[type=checkbox]:checked{border-color:#55c72a;background:#55c72a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m5 10.5 3.1 3.1L15.5 6' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:100% 100%}
form .legal-check input[type=checkbox]:focus-visible,form .warranty-consent input[type=checkbox]:focus-visible,form .cart-consent input[type=checkbox]:focus-visible,form .check input[type=checkbox]:focus-visible{outline:3px solid rgba(85,199,42,.28);outline-offset:2px}
@media(max-width:720px){.cookie-notice{left:12px;right:12px;bottom:12px;width:auto;transform:none;display:grid;grid-template-columns:1fr auto;align-items:center;padding:13px 14px 13px 16px}.cookie-notice p{grid-column:1/-1}.cookie-notice__button{justify-self:end}}
