.category-filter{margin:0 0 48px;padding:0}.filter-grid{display:flex;gap:1px;background:#f0f0f0;border-radius:4px;overflow:hidden}.filter-card{flex:1 1;background:white;border:none;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s ease;font-family:inherit;padding:16px 12px;white-space:nowrap}.filter-card:hover{background:#fafafa}.filter-card.active{background:#1a1a1a;color:white}.filter-icon{display:none}.filter-name{font-size:.85rem;font-weight:500;color:#666;transition:color .2s ease;text-transform:uppercase;letter-spacing:1px;line-height:1;white-space:nowrap}.filter-card.active .filter-name{color:white}.language-ar .filter-grid{direction:rtl}@media (max-width:768px){.filter-grid{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.category-filter{margin:0 0 32px}.filter-grid{grid-template-columns:1fr}.filter-card{padding:14px 12px}.filter-name{font-size:.8rem}}.category-filter{animation:fadeIn .6s ease-out}.filter-card:focus{outline:2px solid #1a1a1a;outline-offset:2px}.filter-card:focus:not(:focus-visible){outline:none}@media (prefers-contrast:high){.filter-card{border:2px solid #000}.filter-card.active{background:#000;color:#fff}}@media (prefers-reduced-motion:reduce){.category-filter{animation:none}.filter-card{transition:none}}.product-card{display:block;text-decoration:none;color:inherit;background:#ffffff;border-radius:4px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);border:1px solid #f0f0f0;transition:all .2s ease;margin-bottom:16px;position:relative}.product-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.12);border-color:#e0e0e0}.product-card-content{padding:0;display:flex;flex-direction:column;position:relative}.product-image-container{aspect-ratio:3840/1510}.product-image,.product-image-container{position:relative;width:100%;overflow:hidden;background:#f8f8f8}.product-image{height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:300;color:#ccc}.product-image img{border-radius:0}.image-fallback{font-size:1.5rem;font-weight:300;color:#ccc;line-height:1}.product-badge{position:absolute;top:12px;right:12px;background:#000;color:white;font-size:9px;font-weight:600;padding:4px 8px;border-radius:2px;text-transform:uppercase;letter-spacing:.5px;z-index:1}.temperature-indicator{display:none}.product-info{flex:1 1;min-width:0;padding:20px}.product-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;gap:16px}.product-name{font-size:1.1rem;font-weight:500;color:#1a1a1a;line-height:1.3;margin:0;flex:1 1}.product-price{display:flex;align-items:baseline;gap:4px;flex-shrink:0}.price-amount{font-size:1rem;font-weight:500;color:#1a1a1a;line-height:1}.price-currency{font-size:.8rem;font-weight:400;color:#999;text-transform:uppercase;letter-spacing:1px}.product-description{font-size:.9rem;color:#666;line-height:1.5;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:400}.product-details{margin-bottom:0}.detail-row{display:flex;gap:20px;margin-bottom:8px}.detail-item{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#999}.detail-icon{display:none}.detail-label{font-weight:400;white-space:nowrap}.intensity-bar{display:flex;align-items:center;gap:8px;margin-bottom:8px}.intensity-label{font-size:.75rem;color:#999;font-weight:400;min-width:-moz-fit-content;min-width:fit-content}.intensity-dots{display:flex;gap:3px}.intensity-dot{width:4px;height:4px;border-radius:50%;background:#e8e8e8}.intensity-dot.active{background:#1a1a1a}.size-indicator{margin-top:8px}.size-label{font-size:.75rem;color:#999;font-weight:400}.ingredients-preview{margin-top:8px}.ingredients-list{display:flex;flex-wrap:wrap;gap:6px}.ingredient-tag{background:#f8f8f8;color:#666;border-radius:2px;border:1px solid #f0f0f0}.ingredient-more,.ingredient-tag{font-size:.7rem;font-weight:400;padding:4px 8px}.ingredient-more{background:#1a1a1a;color:white;border-radius:2px}.product-arrow{position:absolute;right:20px;bottom:20px;color:#e0e0e0;transition:all .2s ease}.product-card:hover .product-arrow{color:#999;transform:translateX(2px)}.language-ar .detail-row,.language-ar .ingredients-list,.language-ar .intensity-bar,.language-ar .product-card-content,.language-ar .product-header{direction:rtl}.language-ar .product-arrow{right:auto;left:20px;transform:rotate(180deg)}.language-ar .product-card:hover .product-arrow{transform:rotate(180deg) translateX(2px)}@media (max-width:768px){.product-info{padding:16px}.product-arrow{right:16px;bottom:16px}.language-ar .product-arrow{left:16px}}@media (max-width:480px){.product-info{padding:14px}.product-image{font-size:1.5rem}.product-name{font-size:1rem}.price-amount{font-size:.95rem}.product-description{font-size:.85rem}.detail-row{gap:16px}.detail-item{font-size:.75rem}.product-badge{font-size:8px;padding:3px 6px;top:8px;right:8px}.product-arrow{right:14px;bottom:14px}.language-ar .product-arrow{left:14px}}.product-card:focus{outline:2px solid #1a1a1a;outline-offset:2px}.product-card:focus:not(:focus-visible){outline:none}@media (prefers-contrast:high){.product-card{border:2px solid #000}.product-badge{background:#000;color:#fff}}@media (prefers-reduced-motion:reduce){.product-arrow,.product-card{transition:none}.product-card:hover .product-arrow{transform:translateY(-50%)}}.category-section{margin-bottom:32px}.category-header{margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f0f0f0;position:relative}.category-header:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:linear-gradient(90deg,#ee4123,#ff6b4a)}.category-title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.category-title{font-size:1.8rem;font-weight:900;color:#1a1a1a;margin:0;line-height:1.2;letter-spacing:-.5px}.category-count{background:#f8f9fa;color:#666;font-size:.8rem;font-weight:700;padding:6px 12px;border-radius:20px;border:1px solid rgba(0,0,0,.08);text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;margin-left:16px}.language-ar .category-count{margin-left:0;margin-right:16px}.category-description{font-size:.95rem;color:#666;line-height:1.4;margin:0;font-weight:400}.category-items{padding:0}.language-ar .category-header{direction:rtl}.language-ar .category-header:after{left:auto;right:0}.language-ar .category-title-row{direction:rtl}@media (max-width:480px){.category-section{margin-bottom:28px}.category-header{margin-bottom:16px;padding-bottom:12px}.category-title{font-size:1.5rem}.category-description{font-size:.9rem}.category-count{font-size:.75rem;padding:4px 10px;margin-left:12px}.language-ar .category-count{margin-left:0;margin-right:12px}}@media (max-width:360px){.category-title-row{flex-direction:column;align-items:flex-start;gap:8px}.category-count{margin-left:0;margin-right:0;align-self:flex-start}.language-ar .category-title-row{align-items:flex-end}.language-ar .category-count{align-self:flex-end}}.category-section{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.category-header{transition:all .3s ease}.category-header:focus-within{outline:2px solid #ee4123;outline-offset:2px;border-radius:8px}@media (prefers-contrast:high){.category-header{border-bottom-color:#000}.category-header:after{background:#000}.category-count{border-color:#000;background:#fff;color:#000}}@media (prefers-reduced-motion:reduce){.category-section{animation:none}.category-header{transition:none}}.page-wrapper{min-height:100vh;background:#fafafa}.main-content{max-width:1200px;margin:0 auto;padding:0 24px}.background-image-section{height:280px;background-image:url(/bck.png);background-size:cover;background-position:50%;background-repeat:no-repeat;margin:0 -24px 48px;box-shadow:0 2px 16px rgba(0,0,0,.08);border-radius:0 0 8px 8px}.hero-section{text-align:left;padding:0;margin-bottom:48px;position:relative}.page-title{font-size:3rem;font-weight:300;color:#1a1a1a;margin:0 0 16px;line-height:1.1;letter-spacing:-2px}.page-subtitle{font-size:1.2rem;color:#666;margin:0;line-height:1.5;font-weight:400}.menu-container{margin-bottom:64px}.milk-alternatives-section{margin-top:64px;padding-bottom:32px}.milk-alternatives-card{background:white;border-radius:4px;padding:32px;box-shadow:0 1px 3px rgba(0,0,0,.08);border:1px solid #f0f0f0}.milk-alternatives-icon{display:none}.milk-alternatives-content{text-align:left}.milk-alternatives-title{font-size:1.1rem;font-weight:500;margin:0 0 12px;color:#1a1a1a;text-transform:uppercase;letter-spacing:2px;border-bottom:1px solid #f0f0f0;padding-bottom:12px}.milk-alternatives-description{font-size:1rem;line-height:1.6;margin:0 0 24px;color:#666;font-weight:400}.milk-alternatives-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:#f0f0f0;border-radius:4px;overflow:hidden}.milk-tag{background:white;color:#666;font-size:.8rem;font-weight:400;padding:16px 12px;border:none;text-align:center;transition:background-color .2s ease}.milk-tag:hover{background:#fafafa}.language-ar .hero-section,.language-ar .milk-alternatives-content,.language-ar .milk-alternatives-list{direction:rtl}@media (max-width:768px){.main-content{max-width:600px;padding:0 20px}.background-image-section{margin:0 -20px 32px;height:240px}.hero-section{text-align:center;margin-bottom:32px}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.milk-alternatives-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.main-content{padding:0 16px}.background-image-section{margin:0 -16px 24px;height:200px}.hero-section{margin-bottom:24px}.page-title{font-size:2rem;letter-spacing:-1px}.page-subtitle{font-size:1rem}.menu-container{margin-bottom:40px}.milk-alternatives-section{margin-top:40px}.milk-alternatives-card{padding:24px}.milk-alternatives-title{font-size:1rem;letter-spacing:1px}.milk-alternatives-description{font-size:.95rem}.milk-alternatives-list{grid-template-columns:1fr}}.background-image-section,.hero-section,.menu-container,.milk-alternatives-section{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-contrast:high){.milk-alternatives-card{border:2px solid #000}}@media (prefers-reduced-motion:reduce){.background-image-section,.hero-section,.menu-container,.milk-alternatives-section{animation:none}}