.product-cards{display:flex;flex-direction:column;align-items:center;width:100%}.product-cards ul{display:flex;gap:20px;width:100%;margin-top:1rem;padding:0;justify-content:center;flex-wrap:wrap}.product-cards li{position:relative;display:flex;flex-direction:column;gap:5px;width:calc(100%/3 - 40px/3)}.product-cards input[type=checkbox]{display:none}.product-cards input[type=checkbox]:checked+label .selected{display:flex}.product-cards label{cursor:pointer;display:flex;flex-direction:column;align-items:center;width:100%;max-height:500px;border-radius:10px;transition:border-color .3s}.product-cards label:hover{box-shadow:0 0 3px #007bff}.product-cards img{width:100%;max-height:498px;border-radius:10px}.product-cards .text-primary{color:#046bd2;font-weight:600;font-size:22px}.product-cards .amount{color:#fff;font-weight:600}.product-check,.product-cards .feature{position:absolute;font-weight:600;padding:0 10px;border-radius:6px;align-self:center}.product-cards .feature{top:-13px}.product-check{top:-7px;display:none;color:#fff;background:#046bd2}.selected .product-check{display:block}.product-info{padding:0 5px}.product-cards .product-info{font-size:24px;text-align:center}.line-through{text-decoration:line-through;padding:1px 4px;background-color:#046bd238;border-radius:5px}.text-secondary{color:var(--e-global-color-astglobalcolor0);font-weight:600}.product-card .product-check{display:none}@media (max-width:767px){.product-cards .product-info{font-size:24px}.product-cards li{width:calc(100%/2 - 20px/2)}}@media (max-width:500px){.product-cards .product-info{font-size:20px}.product-cards li{width:100%}}@media (max-width:400px){.product-cards ul{grid-template-columns:repeat(auto-fill,minmax(calc(50% - 10px),1fr))}}