.shop-page{min-height:100vh;background:linear-gradient(135deg,#2c2c2c,#1a1a1a);padding:2rem}.shop-page .shop-header h1{font-size:3.5rem;font-weight:900;color:#f0f0f0;text-transform:uppercase;margin-bottom:1rem;text-align:center}.shop-page .shop-header p{font-size:1.2rem;color:#b0b0b0;text-align:center}.shop-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{background:rgba(60,60,60,.5);border:2px solid hsla(0,0%,100%,.1);color:#f0f0f0;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;transition:all .3s ease;font-weight:600;text-transform:uppercase}.filter-btn:hover{border-color:#c41e3a;background:rgba(196,30,58,.1)}.filter-btn.active{background:linear-gradient(45deg,#c41e3a,#8b1538);border-color:#c41e3a}.shop-container{max-width:1400px;margin:0 auto}.products-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:flex-start}.empty-shop{text-align:center;padding:4rem 2rem;color:#b0b0b0;font-size:1.2rem;width:100%}.product-card{flex-grow:0;flex-shrink:1;flex-basis:calc(33.333% - 1.5rem);min-width:300px;background:rgba(60,60,60,.5);border-radius:12px;overflow:hidden;border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);border-color:rgba(196,30,58,.5);box-shadow:0 8px 25px rgba(196,30,58,.3)}.product-image{position:relative;width:100%;height:250px;overflow:hidden;background:rgba(30,30,30,.8);flex-shrink:0;display:flex;align-items:center;justify-content:center}.product-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.gift-badge{position:absolute;top:10px;right:10px;background:linear-gradient(45deg,#c41e3a,#8b1538);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;z-index:3;box-shadow:0 2px 8px rgba(0,0,0,.3)}.product-details{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.product-details h3{font-size:1.5rem;font-weight:700;color:#f0f0f0;margin-bottom:.75rem}.product-description{color:#b0b0b0;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1 1}.product-footer{display:flex;flex-direction:column;gap:1rem;margin-top:auto}.product-price{font-size:2rem;font-weight:900;color:#c41e3a;text-align:center}.product-actions{display:flex;gap:8px;flex-wrap:wrap}.btn-add-to-cart{background:linear-gradient(45deg,#c41e3a,#8b1538);border:2px solid #7a7a7a;color:#f0f0f0;padding:.75rem 1.5rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .3s ease;border-radius:4px;white-space:nowrap;flex:1 1;min-width:120px;text-align:center}.btn-add-to-cart:hover{background:linear-gradient(45deg,#8b1538,#6b0f2a);transform:translateY(-2px);box-shadow:0 6px 12px rgba(196,30,58,.4)}.btn-view-details{background:transparent;color:#c41e3a;border:2px solid #c41e3a;padding:.75rem 1.5rem;border-radius:4px;font-weight:700;font-size:.8rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;text-align:center;flex:1 1;min-width:120px;white-space:nowrap}.btn-view-details:hover{background:#c41e3a;color:#f0f0f0;transform:translateY(-1px)}.out-of-stock{color:#ff6b6b;font-weight:700;text-transform:uppercase}.floating-cart-btn{position:fixed;bottom:2rem;right:2rem;background:linear-gradient(45deg,#c41e3a,#8b1538);color:#fff;padding:1rem 1.5rem;border-radius:50px;font-weight:700;text-decoration:none;box-shadow:0 8px 25px rgba(196,30,58,.5);transition:all .3s ease;z-index:100}.floating-cart-btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(196,30,58,.6)}@media (max-width:1200px){.product-card{flex-grow:0;flex-shrink:1;flex-basis:calc(50% - 1rem)}}@media (max-width:768px){.shop-page{padding:1rem}.shop-header h1{font-size:2.5rem}.products-grid{justify-content:center}.product-card{flex:0 1 100%;max-width:400px}.floating-cart-btn{bottom:1rem;right:1rem}.product-actions{flex-direction:column}.btn-add-to-cart,.btn-view-details{width:100%;min-width:auto}.gift-badge{font-size:.7rem;padding:.4rem .8rem}}@media (max-width:480px){.product-card{min-width:280px}.products-grid{gap:1.5rem}}.product-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.95);display:flex;justify-content:center;align-items:center;z-index:10000;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:20px;box-sizing:border-box}.product-modal-content{background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;width:90vw;height:80vh;display:flex;overflow:hidden;cursor:default;box-shadow:0 20px 60px rgba(0,0,0,.5);position:relative}.product-modal-close{position:absolute;top:15px;right:15px;background:hsla(0,0%,100%,.9);border:none;border-radius:50%;width:45px;height:45px;font-size:28px;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#333;z-index:10001;transition:all .2s ease;box-shadow:0 4px 20px rgba(0,0,0,.3)}.product-modal-close:hover{background:#fff;transform:scale(1.1)}.product-modal-close:focus{outline:2px solid #c41e3a;outline-offset:2px}.product-modal-image-container{flex:1 1;display:flex;justify-content:center;align-items:center;background:#f8f9fa;padding:20px;min-width:50%;position:relative;overflow:hidden}.product-modal-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.product-modal-no-image{width:200px;height:200px;background:#e9ecef;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#6c757d;font-weight:600}.product-modal-info{flex:0 0 400px;padding:30px;display:flex;flex-direction:column;background:#fff;overflow-y:auto}.product-modal-title{font-size:1.8rem;font-weight:700;color:#2c2c2c;margin:0 0 15px;line-height:1.3}.product-modal-price{font-size:2rem;font-weight:900;color:#c41e3a;margin-bottom:20px}.product-modal-description{margin-bottom:20px}.product-modal-description h3{font-size:1.1rem;font-weight:600;color:#2c2c2c;margin:0 0 8px}.product-modal-description p{color:#666;line-height:1.6;margin:0}.product-modal-category{margin-bottom:25px}.category-tag{display:inline-block;background:rgba(196,30,58,.1);color:#c41e3a;padding:6px 15px;border-radius:20px;font-size:.9rem;font-weight:600;border:1px solid rgba(196,30,58,.2)}.product-modal-stock{margin-bottom:20px}.in-stock{color:#28a745}.in-stock,.out-of-stock{font-weight:600;font-size:.9rem}.out-of-stock{color:#dc3545}.product-modal-actions{display:flex;gap:10px;margin-bottom:25px}.modal-btn{flex:1 1;padding:12px 20px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.add-to-cart-btn{background:#c41e3a;color:#fff}.add-to-cart-btn:hover:not(.disabled){background:#a01729;transform:translateY(-2px);box-shadow:0 4px 12px rgba(196,30,58,.3)}.add-to-cart-btn:focus{outline:2px solid #c41e3a;outline-offset:2px}.modal-btn.secondary{background:transparent;color:#666;border:2px solid #ddd}.modal-btn.secondary:hover{background:#f8f9fa;border-color:#bbb}.modal-btn.secondary:focus{outline:2px solid #666;outline-offset:2px}.modal-btn.disabled{background:#6c757d!important;cursor:not-allowed;opacity:.6}.modal-btn.disabled:hover{background:#6c757d!important;transform:none!important;box-shadow:none!important}.product-modal-type{margin-bottom:20px}.product-modal-type h3{font-size:1.1rem;font-weight:600;color:#2c2c2c;margin:0 0 8px}.type-badge{display:inline-block;background:hsla(208,7%,46%,.1);color:#6c757d;padding:6px 15px;border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid hsla(208,7%,46%,.2)}.product-modal-specs{border-top:1px solid #eee;padding-top:20px}.product-modal-specs h3{font-size:1.1rem;font-weight:600;color:#2c2c2c;margin:0 0 10px}.product-modal-specs ul{list-style:none;padding:0;margin:0}.product-modal-specs li{padding:6px 0;color:#666;border-bottom:1px solid #f0f0f0}.product-modal-specs li:last-child{border-bottom:none}.product-modal-specs strong{color:#2c2c2c}.modal-gift-badge{position:absolute;top:20px;right:20px;background:linear-gradient(45deg,#c41e3a,#8b1538);color:#fff;padding:8px 16px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px rgba(0,0,0,.3);z-index:10002}@media (max-width:768px){.product-modal-content{flex-direction:column;width:95vw;height:95vh;max-width:95vw;max-height:95vh}.product-modal-image-container{flex:1 1;min-width:100%;min-height:50%;padding:15px}.product-modal-info{flex:0 0 auto;max-width:100%;padding:20px;max-height:45%}.product-modal-title{font-size:1.5rem}.product-modal-price{font-size:1.6rem}.product-modal-actions{flex-direction:column}.modal-btn{width:100%}.product-modal-close{top:10px;right:10px;width:40px;height:40px;font-size:24px}.modal-gift-badge{top:15px;right:15px;padding:6px 12px;font-size:.75rem}}.product-modal-overlay{animation:modalFadeIn .3s ease}.product-modal-content{animation:modalSlideIn .3s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}