#shop_services { margin-top: 10px; grid-gap: 20px; }
#shop_services img { width: auto; }
#shop_services .service { border-radius: 15px; }
#shop_services .service.active { box-shadow: 0px 0px 12px 1px #97bdb8; }
#shop_services .service .price { color: #FFF; background: linear-gradient(23deg, #2f4d49 0, #668782 55%); text-shadow: #00000052 1px 0 10px; font-weight: 600; font-size: 12px; padding: 5px 10px; border-radius: 10px; }
#shop_services .service .name { padding: 10px 15px; }