:root{--primary:#ffcc00;--secondary:#8da1b9;--white:#ffffff;--black:#1f1f1f;--dark-gray:#343435;--medium-gray:#666;--light-gray:#acacac;--very-light-gray:#f8f8f8;--bg:rgb(37, 37, 37);--bg-light:rgb(224, 224, 224);--main-width:1280px;--header:90px;--gap-24:24px}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:var(--secondary)}h2{margin-top:var(--gap-24);margin-bottom:var(--gap-24)}.text-dark{color:#343435}.has-bg-secondary-color{background-color:var(--primary)}.b-def ul{list-style:disc}.b-def ul li{padding:.3rem}.card_img{display:block}:where(.wp-block-columns.is-layout-flex){gap:1em;row-gap:1em;column-gap:1em}.product-card{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;gap:16px}@media(min-width:992px){.product-card{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;gap:32px}}.product-card>*{flex:1}.product-card .thumbnail-products{width:100%;aspect-ratio:452/301;object-fit:cover;margin-bottom:.8rem}.product-card__align-height{display:flex;flex:1 1 0%}.product-card__name{color:var(--dark-gray);font-size:18px;font-weight:500;line-height:1}.product-card__box-bordered{border:1px solid #d8d8d8!important}.product-card__content-box{padding:12px}.product-card__content-box p{color:var(--medium-gray);margin-bottom:0}.star-rating-h .star-h{color:var(--primary);font-size:1.5em}.thumbnail{width:100%;aspect-ratio:452/301;object-fit:cover}.product-img-hover{opacity:1;transition:all .3s ease}.product-img-hover img{margin-bottom:0!important}