.products-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.product-cards{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.product-card{background:white;border-radius:16px;overflow:visible;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;cursor:pointer;position:relative;flex-direction:column;height:auto}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.1)}.product-image{width:100%;height:320px;transition:transform .3s ease;margin-bottom:-20px;border-radius:16px 16px 0 0}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:1.5rem;position:relative;background:linear-gradient(180deg,#ffffff,#f8f9fa);border-radius:0 0 16px 16px;margin-top:20px;z-index:1;height:auto;min-height:200px}.product-info h2{font-size:1.8rem;color:#333;margin:0 0 .8rem;font-weight:600;position:relative;padding-bottom:.5rem;line-height:1.2}.product-info h2:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,#2196F3,#1976D2);border-radius:2px}.product-info p{color:#666;font-size:.85rem;line-height:1.5;margin:0 0 1rem;display:block;overflow:visible;height:auto}.product-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1976D2,#2196F3);opacity:0;transition:opacity .3s ease}.product-card:hover:after{opacity:1}.view-products-btn{display:inline-block;padding:.6rem 1.2rem;background:linear-gradient(135deg,#4A90E2,#357ABD);color:white;border-radius:6px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;text-align:center;width:auto;min-width:120px;margin-top:.5rem}.view-products-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(74,144,226,.3);background:linear-gradient(135deg,#357ABD,#2D6DA3)}@media (max-width:768px){.view-products-btn{padding:.5rem 1rem;font-size:.8rem;min-width:100px}}@media (max-width:1024px){.product-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.product-image{height:280px}}@media (max-width:768px){.products-container{padding:1rem}.product-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.product-image{height:260px}.product-info h2{font-size:1.5rem}.product-info{min-height:180px}}@media (max-width:480px){.product-cards{grid-template-columns:1fr}.product-image{height:240px}.product-info h2{font-size:1.3rem}.product-info{min-height:160px}}.product-list{display:flex;flex-direction:column;align-items:center}.product-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;justify-items:center}.product-card{display:flex;flex-direction:row;align-items:center;border:1px solid #ccc;border-radius:8px;padding:10px;max-width:400px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.product-image{width:100px;height:100px;object-fit:cover;margin-right:20px}.product-info{display:flex;flex-direction:column}.product-info h2{margin:0 0 10px;font-size:18px}.product-info p{margin:0;font-size:14px;color:#555}.dark .product-card{box-shadow:0 6px 18px rgba(0,0,0,.3)}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.dark .product-card:hover{box-shadow:0 8px 20px rgba(255,255,255,.1)}.product-description{font-size:.85em;color:#777;padding:5px 10px}.dark .product-description{color:#aaa}h2{font-size:1.5em;margin:10px 0}.products-title,h2{color:var(--foreground)}.products-title{font-size:2.5em;margin-bottom:20px;background-color:rgba(240,240,240,.1);width:100%;text-align:center;padding:10px 0}.dark .products-title{background-color:rgba(30,30,30,.5)}.breadcrumb{font-size:.85em;margin-bottom:20px;color:#777;text-align:left;width:100%}.dark .breadcrumb{color:#aaa}.breadcrumb a{color:#007bff;text-decoration:none}.dark .breadcrumb a{color:#3b82f6}.breadcrumb a:hover{text-decoration:underline}@media (max-width:768px){.product-cards{grid-template-columns:1fr}.product-card{display:flex;flex-direction:row;align-items:center;height:auto}.product-image{width:40%;height:auto;margin-right:10px}.product-info{width:60%;display:flex;flex-direction:column}.product-description{display:block}h2{font-size:1em;margin:0;display:flex;align-items:center}.product-slug{display:none}}.updated-product-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;display:flex;flex-direction:column;height:100%;min-height:480px;border:1px solid rgba(0,119,181,.1)}.updated-product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0077B5,#005885);transform:scaleX(0);transform-origin:left;transition:transform .4s ease;z-index:2}.updated-product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,119,181,.15);border-color:rgba(0,119,181,.3)}.updated-product-card:hover:before{transform:scaleX(1)}.dark .updated-product-card{background:#1f2937;border-color:rgba(96,165,250,.2)}.dark .updated-product-card:hover{box-shadow:0 12px 40px rgba(96,165,250,.2);border-color:rgba(96,165,250,.4)}.product-image-wrapper{position:relative;width:100%;height:260px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;padding:2rem 1.5rem;border-bottom:1px solid rgba(0,119,181,.1)}.dark .product-image-wrapper{background:linear-gradient(135deg,#1e293b,#0f172a);border-bottom-color:rgba(96,165,250,.2)}.updated-product-info{padding:2rem 1.75rem;position:relative;background:white;flex:1;display:flex;flex-direction:column;gap:1rem}.dark .updated-product-info{background:#1f2937}.updated-product-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0;text-align:center;line-height:1.3;font-family:Zalando Sans,sans-serif;letter-spacing:-.02em}.dark .updated-product-title{color:#f1f5f9}.updated-product-description{font-size:.95rem;color:#64748b;line-height:1.7;margin:0;text-align:center;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.dark .updated-product-description{color:#94a3b8}.updated-view-products-btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;background:linear-gradient(135deg,#0077B5,#005885);color:white;border-radius:12px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;text-align:center;width:100%;margin-top:auto;box-shadow:0 4px 12px rgba(0,119,181,.25);position:relative;overflow:hidden}.updated-view-products-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.updated-view-products-btn:hover:before{left:100%}.updated-view-products-btn:hover{background:linear-gradient(135deg,#005885,#004a6b);box-shadow:0 6px 20px rgba(0,119,181,.35);transform:translateY(-2px)}.updated-view-products-btn:active{transform:translateY(0)}.updated-product-image{width:100%;height:100%;object-fit:contain;transition:transform .4s cubic-bezier(.4,0,.2,1);background:transparent;max-width:220px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.updated-product-card:hover .updated-product-image{transform:scale(1.08) translateY(-4px)}@media (max-width:1024px){.product-cards{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.75rem}.updated-product-card{min-height:460px}.product-image-wrapper{height:240px;padding:1.5rem 1rem}.updated-product-image{max-width:200px}.updated-product-info{padding:1.75rem 1.5rem}.updated-product-title{font-size:1.35rem}}@media (max-width:900px){.updated-product-card{min-height:440px}.product-image-wrapper{height:220px}.updated-product-image{max-width:180px}.updated-product-title{font-size:1.25rem}.updated-product-description{font-size:.9rem}.updated-product-info{padding:1.5rem 1.25rem}}@media (max-width:768px){.products-container{padding:1.5rem 1rem}.product-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.updated-product-card{min-height:420px;border-radius:16px}.product-image-wrapper{height:200px;padding:1.5rem 1rem}.updated-product-image{max-width:160px}.updated-product-info{padding:1.5rem 1.25rem;gap:.875rem}.updated-product-title{font-size:1.2rem}.updated-product-description{font-size:.875rem;-webkit-line-clamp:3}.updated-view-products-btn{padding:.75rem 1.5rem;font-size:.9rem;border-radius:10px}}@media (max-width:600px){.products-container{padding:1rem .75rem}.product-cards{grid-template-columns:1fr;gap:1.25rem}.updated-product-card{min-height:400px;border-radius:16px}.product-image-wrapper{height:180px;padding:1.25rem 1rem}.updated-product-image{max-width:140px}.updated-product-info{padding:1.25rem 1rem;gap:.75rem}.updated-product-title{font-size:1.1rem}.updated-product-description{font-size:.85rem;-webkit-line-clamp:3}.updated-view-products-btn{padding:.7rem 1.25rem;font-size:.875rem}}@media (max-width:480px){.updated-product-card{min-height:380px}.product-image-wrapper{height:160px;padding:1rem}.updated-product-image{max-width:120px}.updated-product-info{padding:1rem .875rem}.updated-product-title{font-size:1rem}.updated-product-description{font-size:.8rem;-webkit-line-clamp:2}}