#section_main_product .product-list-wrapper .skeleton {animation: 1s linear infinite alternate skeleton-loading;border-radius: 5px;display: block;margin-bottom: 10px;}@media (max-width: 767px) {#section_main_product .product-list-wrapper .skeleton {margin-bottom: 7px;}}#section_main_product .product-list-wrapper .skeleton.title {height: 24px;}@media (max-width: 767px) {#section_main_product .product-list-wrapper .skeleton.title {height: 20px;}}#section_main_product .product-list-wrapper .skeleton.text {height: 18px;}@media (max-width: 767px) {#section_main_product .product-list-wrapper .skeleton.text {height: 14px;}}#section_main_product .product-list-wrapper .skeleton.img {height: 200px;}@media (max-width: 767px) {#section_main_product .product-list-wrapper .skeleton.img {height: 100px;}}#section_main_product .product-list-wrapper .skeleton.btn {height: 40px;width: 50%;}@media (max-width: 767px) {#section_main_product .product-list-wrapper .skeleton.btn {height: 30px;}}@keyframes skeleton-loading {0% {background-color: #c1cfd6;}100% {background-color: #eff3f4;}}#section_main_product .product-list-wrapper .card-product {margin: 0 auto 30px;max-width: 330px;width: 100%;}@media (max-width: 767px) {#section_main_product .product-list-wrapper .card-product {display: flex;column-gap: 10px;justify-content: start;max-width: 95%;}}@media (max-width: 767px) {#section_main_product .product-list-wrapper .card-product .img-wrapper {width: 50%;}}@media (max-width: 767px) {#section_main_product .product-list-wrapper .card-product .text-wrapper {width: 50%;}}
