.tp-xxl{font-size:2.5rem}@media(max-width:700px){.tp-xxl{font-size:2rem}}.tp-xl{font-size:2rem}.tp-l{font-size:1.5rem}.tp-m{font-size:1rem}.tp-s{font-size:.8rem}.tp-xs{font-size:.7rem}.tp-xxs{font-size:.6rem}.tp-thin{font-weight:100}.tp-extra-light{font-weight:200}.tp-light{font-weight:300}.tp-normal{font-weight:400}.tp-medium{font-weight:500}.tp-semi-bold{font-weight:600}.tp-bold{font-weight:700}.tp-extra-bold{font-weight:800}.tp-black{font-weight:900}.tp-upper{text-transform:uppercase}.tp-ls{letter-spacing:.2rem}.subheader{font-weight:100;font-size:1rem;text-transform:lowercase;color:#f3c66d}.category-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-gap:.7rem;gap:.7rem}@media(max-width:700px){.category-products{gap:2rem}}.category-products .category-products__item{box-sizing:border-box;overflow:hidden;min-width:15rem}.category-products .category-products__item img{height:25rem;width:100%;object-fit:cover}.category-products .category-products__item .product-info{display:flex;flex-direction:column;gap:.5rem}.category-products .skeleton{height:450px;width:290;animation:skeleton-blink 1s ease-in-out infinite}@keyframes skeleton-blink{0%{background-color:#e0e0e0}50%{background-color:#999}to{background-color:#e0e0e0}}