.gallery-container{display:flex;flex-wrap:wrap;gap:1rem;padding:0 2rem;justify-content:center}.gallery-container h2{font-size:14px;padding-left:0.5rem}.gallery-container img{object-fit:contain;align-self:center}.gallery-container .product-item{display:flex;align-items:center;justify-content:space-evenly;flex-direction:column;gap:0.5rem;border:2px solid #ccc;padding:10px;cursor:pointer;width:300px;min-height:300px;transition:all 0.3s ease;box-shadow:rgba(0, 0, 0, 0.1) 0px 4px 12px}.gallery-container .product-item h2{font-weight:bold;height:2.2rem}.gallery-container .product-item img{max-width:100%;height:200px;object-fit:contain}.gallery-container .product-item.active,.gallery-container .product-item:hover{border-color:#224C98;box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;transform:translate(2px, -2px) scale(1.02)}.gallery-container .product-item.active button,.gallery-container .product-item:hover button{background:#224C98 !important;color:#cddceb !important}.gallery-container button{padding:4px 8px;border:none;background:#cddceb;color:#224C98;border-radius:10px;transition:all 0.3s ease;cursor:pointer}.product-detail h2{font-size:14px;padding-left:0.5rem}.hidden{display:none}.product-list{display:flex;flex-wrap:wrap;gap:10px;max-width:1000px;margin:0 auto}.product-detail{transition:max-height 400ms ease, padding 200ms ease;max-height:10000px;max-width:938px;display:none;position:relative;max-width:90%;width:100%;height:max-content;margin-top:20px;box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.product-detail h2{font-size:22px}.product-detail.collapsed{max-height:0;overflow:hidden}.product-detail.collapsed .description-container,.product-detail.collapsed .image-container{opacity:0.15}.product-detail .closing-x{position:absolute;top:0;right:0;padding:10px;cursor:pointer}.product-detail .closing-x svg{fill:grey}.product-detail .closing-text{margin:0 auto;text-align:center;font-size:12px;cursor:pointer}.product-detail .wrapper{display:flex;flex-direction:row-reverse;gap:20px}.product-detail.details-padding{padding:20px}.product-detail .description-container{flex:5;padding-left:0.5rem}.product-detail .description-container h2,.product-detail .description-container h3{margin:10px 0}.product-detail .image-container{flex:4;display:flex;gap:1rem;flex-wrap:wrap}.product-detail .image-container img{flex:1;height:auto;object-fit:contain;height:auto;max-width:45%;min-width:180px}.product-detail .image-container img:first-child{max-width:100%}.product-detail .image-container img:nth-child(2):last-child{max-width:100%}.description-container li p{margin-top:-2rem}@media (max-width: 768px){.wrapper{flex-direction:column !important}.gallery-container{justify-content:center;padding:1rem;max-width:90vw;margin:auto}.gallery-container .product-item{width:90%;max-width:unset;height:140px}.gallery-container .product-item img{height:200px}.product-detail h2,.product-detail h3{font-size:20px;margin-bottom:1rem}.product-detail .image-container img{max-width:100%}.product-detail .description-container{font-size:14px}}