.product-card[data-astro-cid-ypglx2bc]{display:flex;flex-direction:column;gap:var(--space-8);width:100%;padding:var(--space-8);border:1px solid var(--color-red);background-color:var(--color-white);text-align:left;font:inherit;color:inherit;cursor:pointer;transition:transform var(--duration-base) var(--ease-out),box-shadow var(--duration-base) var(--ease-out)}@media(hover:hover){.product-card[data-astro-cid-ypglx2bc]:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}.product-card[data-astro-cid-ypglx2bc]:hover .product-card__image[data-astro-cid-ypglx2bc]{transform:scale(1.04)}}@media(prefers-reduced-motion:reduce){.product-card[data-astro-cid-ypglx2bc],.product-card__image[data-astro-cid-ypglx2bc]{transition:none}.product-card[data-astro-cid-ypglx2bc]:hover,.product-card[data-astro-cid-ypglx2bc]:hover .product-card__image[data-astro-cid-ypglx2bc]{transform:none}}.product-card__media[data-astro-cid-ypglx2bc]{position:relative;aspect-ratio:327 / 237;overflow:hidden}.product-card__media[data-astro-cid-ypglx2bc] picture[data-astro-cid-ypglx2bc]{display:block;width:100%;height:100%}.product-card__image[data-astro-cid-ypglx2bc]{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--duration-slow) var(--ease-out)}.product-card__badges[data-astro-cid-ypglx2bc]{position:absolute;top:4px;right:4px;display:flex;flex-direction:column;gap:var(--space-4)}.product-card__badge[data-astro-cid-ypglx2bc]{width:82px;padding-block:8px;text-align:center;color:var(--color-white);line-height:var(--lh-badge)}.product-card__badge--gost[data-astro-cid-ypglx2bc]{background-color:var(--color-red)}.product-card__badge--halal[data-astro-cid-ypglx2bc]{background-color:var(--color-halal-green)}.product-card__body[data-astro-cid-ypglx2bc]{display:flex;flex-direction:column;gap:var(--space-4)}.product-card__title[data-astro-cid-ypglx2bc]{display:block;font-family:var(--ff-display);font-weight:var(--fw-regular);font-size:var(--fs-prod-title);line-height:var(--lh-prod-title);letter-spacing:var(--ls-small);color:var(--color-graphite);white-space:normal}.product-card__state-row[data-astro-cid-ypglx2bc]{display:flex;align-items:center;gap:var(--space-4);color:var(--color-blue)}.product-card__state[data-astro-cid-ypglx2bc]{flex:1 0 0;font-family:var(--ff-body);font-weight:var(--fw-semibold);font-size:var(--fs-xs);line-height:var(--lh-overline);letter-spacing:var(--ls-button);text-transform:uppercase}.product-card__state-icon{flex-shrink:0}@media(min-width:1280px){.product-card__media[data-astro-cid-ypglx2bc]{aspect-ratio:394 / 222}.product-card__title-wrap[data-astro-cid-ypglx2bc]{padding-inline:var(--space-8)}.product-card__state-row[data-astro-cid-ypglx2bc]{padding-left:var(--space-8)}}.product-modal[data-astro-cid-zjg6tlgl]{margin:auto;padding:0;border:none;background:transparent;max-width:none;max-height:100dvh;overflow:visible}.product-modal[data-astro-cid-zjg6tlgl]::backdrop{background:var(--color-overlay)}.product-modal__card[data-astro-cid-zjg6tlgl]{display:flex;flex-direction:column;gap:var(--space-24);width:calc(100vw - 2 * var(--space-16));max-height:calc(100dvh - 2 * var(--space-16));overflow-y:auto;padding:0 var(--space-16) var(--space-24);background:var(--color-white);border:1px solid var(--color-red)}.product-modal__header[data-astro-cid-zjg6tlgl]{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:var(--space-16);padding-top:var(--space-24);background:var(--color-white)}.product-modal__article[data-astro-cid-zjg6tlgl]{display:inline-flex;align-items:center;height:32px;padding-inline:var(--space-16);border:1px solid var(--color-red);font-family:var(--ff-body);font-weight:var(--fw-semibold);font-size:var(--fs-overline);line-height:var(--lh-badge);letter-spacing:var(--ls-overline);text-transform:uppercase;color:var(--color-red);white-space:nowrap}.product-modal__close[data-astro-cid-zjg6tlgl]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;border:none;background:none;color:var(--color-graphite);cursor:pointer}.product-modal__close[data-astro-cid-zjg6tlgl]:hover{color:var(--color-red)}.product-modal__close-icon{width:18px;height:18px}.product-modal__media[data-astro-cid-zjg6tlgl]{display:flex;flex-direction:column;gap:var(--space-8)}.product-modal__gallery[data-astro-cid-zjg6tlgl]{position:relative;width:100%;aspect-ratio:838 / 531;overflow:hidden;background:var(--color-gray-light)}.product-modal__slide[data-astro-cid-zjg6tlgl]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0}.product-modal__slide[data-astro-cid-zjg6tlgl]:first-of-type{opacity:1}.product-modal__nav[data-astro-cid-zjg6tlgl]{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding-inline:var(--space-8);pointer-events:none}.product-modal__arrow[data-astro-cid-zjg6tlgl]{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:1px solid var(--color-red);background:var(--color-white);color:var(--color-red);cursor:pointer;transition:background-color var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard)}.product-modal__arrow[data-astro-cid-zjg6tlgl]:hover:not(:disabled){background:var(--color-red);color:var(--color-white)}.product-modal__arrow[data-astro-cid-zjg6tlgl]:disabled{opacity:.4;cursor:default}.product-modal__arrow--prev[data-astro-cid-zjg6tlgl]{transform:rotate(180deg)}.product-modal__arrow-icon{width:6px;height:10px}.product-modal__dots[data-astro-cid-zjg6tlgl]{display:flex;align-items:center;justify-content:center;gap:var(--space-8)}.product-modal__dot[data-astro-cid-zjg6tlgl]{display:inline-flex;align-items:center;justify-content:center;width:9px;height:9px;padding:0;border:none;background:none;cursor:pointer}.product-modal__dot-mark[data-astro-cid-zjg6tlgl]{width:8px;height:8px;border-radius:50%;background:var(--color-rule)}.product-modal__dot[data-astro-cid-zjg6tlgl].is-active .product-modal__dot-mark[data-astro-cid-zjg6tlgl]{background:var(--color-red)}.product-modal__content[data-astro-cid-zjg6tlgl],.product-modal__details[data-astro-cid-zjg6tlgl],.product-modal__main[data-astro-cid-zjg6tlgl]{display:flex;flex-direction:column;gap:var(--space-24)}.product-modal__meta[data-astro-cid-zjg6tlgl]{display:flex;align-items:flex-end;gap:var(--space-12)}.product-modal__badges[data-astro-cid-zjg6tlgl]{display:flex;flex:1 1 auto;align-items:center;gap:var(--space-8);min-width:0}.product-modal__state[data-astro-cid-zjg6tlgl]{display:inline-flex;flex:0 1 auto;align-items:center;gap:var(--space-8);height:32px;padding-inline:var(--space-8);border:1px solid var(--color-blue);font-family:var(--ff-body);font-weight:var(--fw-semibold);font-size:var(--fs-xs);line-height:var(--lh-overline);letter-spacing:var(--ls-fine);text-transform:uppercase;color:var(--color-blue);white-space:nowrap}.product-modal__state-icon{flex-shrink:0;width:16px;height:16px}.product-modal__plate[data-astro-cid-zjg6tlgl]{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:82px;height:32px;font-family:var(--ff-body);font-weight:var(--fw-semibold);font-size:var(--fs-overline);line-height:var(--lh-badge);letter-spacing:var(--ls-overline);text-transform:uppercase;color:var(--color-white)}.product-modal__plate--gost[data-astro-cid-zjg6tlgl]{background:var(--color-red)}.product-modal__plate--halal[data-astro-cid-zjg6tlgl]{background:var(--color-halal-green)}.product-modal__std[data-astro-cid-zjg6tlgl]{font-family:var(--ff-display);font-weight:var(--fw-regular);color:var(--color-graphite)}.product-modal__std--stacked[data-astro-cid-zjg6tlgl]{font-size:var(--fs-overline);line-height:1.643;letter-spacing:var(--ls-fine)}.product-modal__std--meta[data-astro-cid-zjg6tlgl]{display:none}.product-modal__text[data-astro-cid-zjg6tlgl]{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-16);padding-inline:var(--space-8)}.product-modal__title[data-astro-cid-zjg6tlgl]{margin:0;font-family:var(--ff-display);font-weight:var(--fw-regular);font-size:1.375rem;line-height:1.6875rem;letter-spacing:var(--ls-small);color:var(--color-graphite)}.product-modal__divider[data-astro-cid-zjg6tlgl]{display:block;width:90px;height:2px;background:var(--color-red)}.product-modal__description[data-astro-cid-zjg6tlgl]{margin:0;font-family:var(--ff-body);font-weight:var(--fw-regular);font-size:var(--fs-body);line-height:var(--lh-body-default);color:var(--color-graphite)}.product-modal__spec[data-astro-cid-zjg6tlgl]{display:flex;flex-direction:column;margin:0;padding-inline:var(--space-8);border-bottom:1px solid var(--color-rule)}.product-modal__spec-row[data-astro-cid-zjg6tlgl]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-16);padding-block:var(--space-8);border-top:1px solid var(--color-rule)}.product-modal__spec-label[data-astro-cid-zjg6tlgl]{font-family:var(--ff-body);font-weight:var(--fw-semibold);font-size:var(--fs-xs);line-height:var(--lh-overline);letter-spacing:var(--ls-button);text-transform:uppercase;color:var(--color-secondary);white-space:nowrap}.product-modal__spec-value[data-astro-cid-zjg6tlgl]{margin:0;font-family:var(--ff-body);font-weight:var(--fw-regular);font-size:var(--fs-body-sm);line-height:var(--lh-body-sm);color:var(--color-graphite);text-align:right}.product-modal__cta[data-astro-cid-zjg6tlgl]{position:sticky;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;padding-inline:var(--space-16);background:var(--color-red);font-family:var(--ff-body);font-weight:var(--fw-semibold);font-size:var(--fs-overline);line-height:var(--lh-button);letter-spacing:var(--ls-button);text-transform:uppercase;text-align:center;color:var(--color-off-white);cursor:pointer}.product-modal__close[data-astro-cid-zjg6tlgl]:focus-visible,.product-modal__arrow[data-astro-cid-zjg6tlgl]:focus-visible,.product-modal__dot[data-astro-cid-zjg6tlgl]:focus-visible,.product-modal__cta[data-astro-cid-zjg6tlgl]:focus-visible{outline:2px solid var(--color-graphite);outline-offset:2px}@media(min-width:768px){.product-modal__card[data-astro-cid-zjg6tlgl]{gap:var(--space-16);width:886px;max-width:calc(100vw - 2 * var(--space-24));max-height:calc(100dvh - 2 * var(--space-24));padding:0 var(--space-24) var(--space-24)}.product-modal__header[data-astro-cid-zjg6tlgl]{padding-top:var(--space-16)}.product-modal__article[data-astro-cid-zjg6tlgl]{height:40px}.product-modal__close[data-astro-cid-zjg6tlgl]{width:32px;height:32px}.product-modal__close-icon{width:22px;height:22px}.product-modal__media[data-astro-cid-zjg6tlgl]{gap:var(--space-16)}.product-modal__nav[data-astro-cid-zjg6tlgl]{padding-inline:var(--space-16)}.product-modal__arrow[data-astro-cid-zjg6tlgl]{width:50px;height:50px;border-width:2px}.product-modal__arrow-icon{width:12px;height:20px}.product-modal__dots[data-astro-cid-zjg6tlgl]{gap:var(--space-4)}.product-modal__dot[data-astro-cid-zjg6tlgl]{width:14px;height:14px}.product-modal__content[data-astro-cid-zjg6tlgl]{gap:var(--space-32)}.product-modal__main[data-astro-cid-zjg6tlgl]{gap:var(--space-16)}.product-modal__meta[data-astro-cid-zjg6tlgl]{gap:var(--space-12)}.product-modal__badges[data-astro-cid-zjg6tlgl]{flex-wrap:nowrap;gap:var(--space-16)}.product-modal__state[data-astro-cid-zjg6tlgl]{height:36px;padding-inline:var(--space-16);font-size:var(--fs-overline);line-height:var(--lh-badge);letter-spacing:var(--ls-overline)}.product-modal__state-icon{width:18px;height:18px}.product-modal__plate[data-astro-cid-zjg6tlgl]{width:98px;height:36px}.product-modal__std--stacked[data-astro-cid-zjg6tlgl]{display:none}.product-modal__std--meta[data-astro-cid-zjg6tlgl]{display:block;flex:1 1 0;min-width:0;font-size:var(--fs-doc-name);line-height:var(--lh-doc-name);letter-spacing:var(--ls-doc-name);text-align:right;white-space:nowrap}.product-modal__text[data-astro-cid-zjg6tlgl]{padding-inline:0}.product-modal__title[data-astro-cid-zjg6tlgl]{font-size:2.25rem;line-height:3.25rem;letter-spacing:0}.product-modal__description[data-astro-cid-zjg6tlgl]{font-size:var(--fs-body-xl);line-height:var(--lh-body-lg)}.product-modal__spec[data-astro-cid-zjg6tlgl]{padding-inline:0}.product-modal__spec-row[data-astro-cid-zjg6tlgl]{justify-content:flex-start;padding-block:var(--space-16);padding-left:var(--space-8)}.product-modal__spec-label[data-astro-cid-zjg6tlgl]{flex:1 1 0;min-width:0}.product-modal__spec-value[data-astro-cid-zjg6tlgl]{flex:1 1 0;min-width:0;font-size:var(--fs-body);line-height:var(--lh-body-default);text-align:left}}.breadcrumb[data-astro-cid-u4mlytlj]{padding-block:var(--space-32) 0}.breadcrumb__link[data-astro-cid-u4mlytlj]{display:inline-flex;align-items:center;gap:var(--space-8);color:var(--color-gold);text-decoration:none}.breadcrumb__link[data-astro-cid-u4mlytlj]:hover{color:var(--color-red)}.breadcrumb__icon{transform:rotate(180deg);flex-shrink:0}.category-header[data-astro-cid-u4mlytlj]{margin-top:var(--space-32)}.category-header__inner[data-astro-cid-u4mlytlj]{display:flex;flex-direction:column;gap:var(--space-24)}.category-header__main[data-astro-cid-u4mlytlj]{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-24)}.category-header__eyebrow[data-astro-cid-u4mlytlj]{color:var(--color-red)}.category-header__heading[data-astro-cid-u4mlytlj]{display:flex;flex-direction:column;gap:2px;width:100%}.category-header__title[data-astro-cid-u4mlytlj]{color:var(--color-graphite)}.category-header__tagline[data-astro-cid-u4mlytlj]{font-family:var(--ff-body);font-weight:var(--fw-semibold);font-size:var(--fs-3xs);line-height:var(--lh-tight);letter-spacing:var(--ls-button);text-transform:uppercase;color:var(--color-red)}.category-header__divider[data-astro-cid-u4mlytlj]{display:block;width:84px;height:2px;background-color:var(--color-red)}.category-header__description[data-astro-cid-u4mlytlj]{font-family:var(--ff-body);font-weight:var(--fw-regular);font-size:var(--fs-body-sm);line-height:var(--lh-body-sm);color:var(--color-graphite)}.category-header__summary[data-astro-cid-u4mlytlj]{display:flex;flex-direction:column;gap:var(--space-8)}.category-header__count[data-astro-cid-u4mlytlj]{font-family:var(--ff-display);font-weight:var(--fw-regular);font-size:var(--fs-count);line-height:var(--lh-count);color:var(--color-gold)}.category-header__count-label[data-astro-cid-u4mlytlj]{font-family:var(--ff-body);font-weight:var(--fw-semibold);font-size:var(--fs-overline);line-height:var(--lh-badge);letter-spacing:var(--ls-overline);text-transform:uppercase;color:var(--color-graphite);white-space:nowrap}.cta-banner-wrap[data-astro-cid-u4mlytlj]{margin-top:var(--space-32)}.cta-banner[data-astro-cid-u4mlytlj]{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;background-color:var(--color-red);color:var(--color-off-white);text-decoration:none}.filter-bar[data-astro-cid-u4mlytlj]{margin-top:var(--space-32);background-color:var(--color-gray-light);padding-block:var(--space-8)}.filter-bar__inner[data-astro-cid-u4mlytlj]{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-8)}.filter-bar__filters[data-astro-cid-u4mlytlj]{display:flex;flex:1 1 auto;gap:var(--space-8)}.filter-btn[data-astro-cid-u4mlytlj]{display:inline-flex;flex:1 1 0;min-width:0;align-items:center;justify-content:center;height:36px;padding-inline:4px;border:1px solid var(--color-secondary);background:none;font-family:var(--ff-body);font-weight:var(--fw-medium);font-size:var(--fs-2xs);line-height:var(--lh-tight);letter-spacing:var(--ls-tag);text-transform:uppercase;color:var(--color-secondary);white-space:nowrap;cursor:pointer;transition:color var(--duration-fast) var(--ease-standard),border-color var(--duration-fast) var(--ease-standard)}.filter-btn[data-astro-cid-u4mlytlj][aria-pressed=true]{border-color:var(--color-red);color:var(--color-red)}.filter-bar__search[data-astro-cid-u4mlytlj]{flex:1 0 100%}.filter-search[data-astro-cid-u4mlytlj]{width:100%;height:36px;padding-inline:var(--space-8);border:1px solid var(--color-secondary);background-color:var(--color-white);font-family:var(--ff-body);font-weight:var(--fw-regular);font-size:var(--fs-body-sm);line-height:var(--lh-body-sm);color:var(--color-graphite);transition:border-color var(--duration-fast) var(--ease-standard)}.filter-search[data-astro-cid-u4mlytlj]::placeholder{color:var(--color-secondary)}.filter-search[data-astro-cid-u4mlytlj]:focus-visible{outline:2px solid var(--color-red);outline-offset:2px;border-color:var(--color-red)}.filter-bar__cta[data-astro-cid-u4mlytlj]{display:none}.product-grid-section[data-astro-cid-u4mlytlj]{margin-top:var(--space-32);padding-bottom:var(--space-48);background-color:var(--color-white)}.product-grid[data-astro-cid-u4mlytlj]{display:grid;grid-template-columns:1fr;gap:var(--space-32)}.product-grid__empty[data-astro-cid-u4mlytlj]{padding-block:var(--space-48);text-align:center;color:var(--color-secondary)}@media(min-width:768px){.product-grid[data-astro-cid-u4mlytlj]{grid-template-columns:repeat(2,1fr);column-gap:var(--space-24);row-gap:var(--space-32)}.category-header__description[data-astro-cid-u4mlytlj]{max-width:845px}}@media(min-width:1280px){.breadcrumb[data-astro-cid-u4mlytlj]{padding-block:var(--space-48) var(--space-24)}.category-header[data-astro-cid-u4mlytlj]{margin-top:0}.category-header__inner[data-astro-cid-u4mlytlj]{flex-direction:row;align-items:flex-start;justify-content:center;gap:var(--space-48);padding-block:var(--space-32)}.category-header__main[data-astro-cid-u4mlytlj]{flex:1 0 0;min-width:0;gap:var(--space-32)}.category-header__tagline[data-astro-cid-u4mlytlj]{font-size:var(--fs-overline);line-height:var(--lh-badge);letter-spacing:var(--ls-overline)}.category-header__divider[data-astro-cid-u4mlytlj]{width:85px}.category-header__description[data-astro-cid-u4mlytlj]{font-size:var(--fs-body-xl);line-height:var(--lh-cat-desc)}.category-header__summary[data-astro-cid-u4mlytlj]{align-self:stretch;justify-content:center}.cta-banner-wrap[data-astro-cid-u4mlytlj]{display:none}.filter-bar[data-astro-cid-u4mlytlj]{margin-top:0;padding-block:var(--space-16)}.filter-bar__inner[data-astro-cid-u4mlytlj]{justify-content:space-between;gap:var(--space-24)}.filter-bar__filters[data-astro-cid-u4mlytlj]{flex:0 0 auto;gap:var(--space-24)}.filter-btn[data-astro-cid-u4mlytlj]{flex:0 0 auto;width:193px;height:52px;font-weight:var(--fw-semibold);font-size:var(--fs-overline);line-height:var(--lh-button);letter-spacing:var(--ls-button)}.filter-bar__search[data-astro-cid-u4mlytlj]{flex:1 1 0;min-width:0;max-width:320px}.filter-search[data-astro-cid-u4mlytlj]{height:52px}.filter-bar__cta[data-astro-cid-u4mlytlj]{display:inline-flex;align-items:center;justify-content:center;width:300px;height:52px;background-color:var(--color-red);color:var(--color-off-white);text-decoration:none}.product-grid-section[data-astro-cid-u4mlytlj]{margin-top:0;padding-top:var(--space-48);padding-bottom:var(--space-64)}.product-grid[data-astro-cid-u4mlytlj]{grid-template-columns:repeat(3,1fr);column-gap:var(--space-24);row-gap:var(--space-32)}}
