.equipment-grid-area,.product-details-area{background:#f8f9fa}.equipment-item,.product-gallery-area{background:white}.equipment-item{border-radius:16px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid #e9ecef;height:100%;display:flex;flex-direction:column}.equipment-item:hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(0,0,0,.15);border-color:#F14F44}.equipment-image{position:relative;overflow:hidden;border-radius:12px 12px 0 0;margin:12px 12px 0;transition:all .3s ease}.equipment-image img{width:100%;height:250px;object-fit:cover;border-radius:8px;transition:all .3s ease}.equipment-item:hover .equipment-image{transform:scale(1.02)}.equipment-item:hover .equipment-image img{transform:scale(1.05)}.equipment-content{padding:25px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.equipment-content .title{font-size:1.4rem;font-weight:700;color:#1F1F1F;margin-bottom:15px;line-height:1.3}.equipment-content .description{color:#666;line-height:1.6;margin-bottom:20px;flex-grow:1}.equipment-content .theme-btn{align-self:flex-start;margin-top:auto}.product-image{position:relative;overflow:hidden;border-radius:16px;border:4px solid #e9ecef;transition:all .3s ease;box-shadow:0 8px 25px rgba(0,0,0,.1)}.product-image img{width:100%;height:400px;object-fit:cover;border-radius:12px;transition:all .3s ease}.product-image:hover{border-color:#F14F44;transform:scale(1.02);box-shadow:0 15px 40px rgba(0,0,0,.15)}.product-image:hover img{transform:scale(1.05)}.gallery-item{position:relative;overflow:hidden;border-radius:12px;border:3px solid #e9ecef;transition:all .3s ease;box-shadow:0 5px 20px rgba(0,0,0,.08);cursor:pointer}.gallery-item img{width:100%;height:250px;object-fit:cover;border-radius:8px;transition:all .3s ease}.gallery-item:hover{border-color:#F14F44;transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.gallery-item:hover img{transform:scale(1.08)}@media (max-width:768px){.equipment-image img{height:200px}.equipment-content{padding:20px}.equipment-content .title{font-size:1.2rem}.product-image img{height:300px}.gallery-item img{height:200px}}@media (max-width:576px){.equipment-image{margin:8px 8px 0}.equipment-image img{height:180px}.equipment-content{padding:15px}.product-image{border-width:3px}.product-image img{height:250px}.gallery-item{border-width:2px}.gallery-item img{height:180px}}.gallery-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:9999;display:flex;align-items:center;justify-content:center;padding:10px;animation:fadeIn .3s ease;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-modal{background:white;border-radius:16px;max-width:95vw;max-height:95vh;width:100%;display:flex;flex-direction:column;animation:slideIn .3s ease;box-shadow:0 20px 60px rgba(0,0,0,.3);margin:auto;position:relative}@keyframes slideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.gallery-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;border-bottom:1px solid #e9ecef;background:#f8f9fa;border-radius:16px 16px 0 0}.gallery-modal-title{font-size:1.5rem;font-weight:700;color:#1F1F1F;margin:0}.gallery-modal-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:8px;border-radius:50%;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.gallery-modal-close:hover{background:#F14F44;color:white;transform:scale(1.1)}.gallery-modal-main{position:relative;display:flex;align-items:center;justify-content:center;padding:20px;flex:1;min-height:300px;max-height:60vh}.gallery-modal-image-container{position:relative;max-width:100%;max-height:100%;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.2)}.gallery-modal-image{width:100%;height:auto;max-height:50vh;object-fit:contain;border-radius:12px}.gallery-modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;color:#333;transition:all .3s ease;z-index:10;box-shadow:0 5px 15px rgba(0,0,0,.2)}.gallery-modal-nav:hover{background:#F14F44;color:white;transform:translateY(-50%) scale(1.1)}.gallery-modal-nav:disabled{opacity:.5;cursor:not-allowed}.gallery-modal-nav:disabled:hover{background:rgba(255,255,255,.9);color:#333;transform:translateY(-50%) scale(1)}.gallery-modal-prev{left:20px}.gallery-modal-next{right:20px}.gallery-modal-thumbnails{display:flex;justify-content:center;gap:10px;padding:20px 30px;border-top:1px solid #e9ecef;background:#f8f9fa;border-radius:0 0 16px 16px;overflow-x:auto}.gallery-modal-thumbnail{background:none;border:3px solid transparent;border-radius:8px;padding:0;cursor:pointer;transition:all .3s ease;flex-shrink:0}.gallery-modal-thumbnail:hover{border-color:#F14F44;transform:scale(1.05)}.gallery-modal-thumbnail.active{border-color:#F14F44;box-shadow:0 0 0 2px rgba(241,79,68,.3)}.gallery-modal-thumbnail-img{border-radius:5px;display:block}.gallery-modal-counter{position:absolute;top:20px;right:20px;background:rgba(0,0,0,.7);color:white;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600}@media (max-width:1024px) and (min-width:769px){.gallery-modal-overlay{padding:15px}.gallery-modal{max-width:90vw;max-height:85vh}.gallery-modal-main{padding:25px;min-height:350px;max-height:55vh}.gallery-modal-image{max-height:45vh}.gallery-modal-nav{width:45px;height:45px}}@media (max-width:768px){.gallery-modal-overlay{align-items:flex-start;padding:20px 5px 5px}.gallery-modal{max-width:98vw;max-height:90vh;margin:0}.gallery-modal-header{padding:12px 15px;flex-wrap:wrap}.gallery-modal-title{font-size:1.1rem;flex:1;min-width:0}.gallery-modal-main{padding:15px;min-height:250px;max-height:50vh}.gallery-modal-image{max-height:40vh}.gallery-modal-nav{width:35px;height:35px;font-size:.9rem}.gallery-modal-prev{left:5px}.gallery-modal-next{right:5px}.gallery-modal-thumbnails{padding:12px 15px;gap:6px;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch}.gallery-modal-counter{top:5px;right:5px;padding:4px 8px;font-size:.75rem}}@media (max-width:576px){.gallery-modal-overlay{padding:10px 2px 2px}.gallery-modal{max-width:99vw;max-height:95vh;border-radius:12px}.gallery-modal-header{padding:10px 12px}.gallery-modal-title{font-size:.95rem;line-height:1.3}.gallery-modal-main{padding:10px;min-height:200px;max-height:45vh}.gallery-modal-image{max-height:35vh}.gallery-modal-nav{width:30px;height:30px;font-size:.8rem}.gallery-modal-prev{left:2px}.gallery-modal-next{right:2px}.gallery-modal-thumbnails{padding:8px 12px;gap:4px}.gallery-modal-counter{top:2px;right:2px;padding:3px 6px;font-size:.7rem}}