.apc-cluster{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;width:100%;margin:20px auto;padding:0 10px;box-sizing:border-box}.apc-product{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;text-decoration:none;color:inherit;flex:1 1 calc(33.33% - 20px);max-width:calc(33.33% - 20px);border:1px solid #ddd;border-radius:10px;padding:10px;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:transform 0.3s ease,box-shadow 0.3s ease;box-sizing:border-box}.apc-product:hover{transform:translateY(-5px);box-shadow:0 4px 10px rgba(0,0,0,.2)}.apc-product img{width:100%;height:150px;object-fit:contain;border-radius:8px;background-color:#fff}.apc-button{display:flex;align-items:center;justify-content:center;margin-top:10px;padding:10px 20px;background-color:#f90;color:#fff;font-weight:700;border-radius:5px;text-transform:uppercase;font-size:14px;cursor:pointer;width:100%;box-sizing:border-box}.apc-cart-icon{margin-right:8px;font-size:16px}.apc-button:hover{background-color:#cc7a00}@media (max-width:1024px){.apc-product{flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:768px){.apc-product{flex:1 1 100%;max-width:100%}}