/*
Generated time: August 1, 2025 11:35
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.product_description{width:100%;max-width:100%;display:flex;gap:45px}.product_description .product-text{width:50%;max-width:50%;color:#707070;font-size:1.6rem}.product_description .product-image{width:50%;max-width:50%}.product_description ul{display:grid;gap:20px;grid-template-columns:repeat(5,1fr);list-style:none;width:100%;justify-content:space-between;padding:0;margin-top:4rem;padding-left:0!important}.product_description ul li img{width:60px;height:60px;border-radius:0;margin-bottom:1rem;object-fit:contain}.product_description ul li{display:flex;flex-direction:column;align-items:center}.product_description .product-text p{font-size:var(--font-base-size);line-height:25px}@media screen and (max-width:1200px){.product_description ul{grid-template-columns:repeat(5,1fr)}.product_description .product-text{width:100%;max-width:100%}.product_description .product-image{margin:auto}.product_description{flex-direction:column}}@media screen and (max-width:990px){.product_description .product-image,.product_description .product-text{width:100%;max-width:100%}.product_description{flex-direction:column}.product_description ul{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:576px){.product_description ul{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:480px){.product_description ul{grid-template-columns:repeat(2,1fr)}}