.smk-featured-products{width:100%}.smk-featured-products-grid{display:grid;gap:20px;width:100%}.smk-featured-products-grid.smk-columns-2{grid-template-columns:repeat(2,1fr)}.smk-featured-products-grid.smk-columns-3{grid-template-columns:repeat(3,1fr)}.smk-featured-products-grid.smk-columns-4{grid-template-columns:repeat(4,1fr)}.smk-featured-products-grid.smk-columns-5{grid-template-columns:repeat(5,1fr)}.smk-featured-product-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease;display:flex;flex-direction:column;height:100%}.smk-featured-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgb(0 0 0 / .1)}.smk-product-image{position:relative;overflow:hidden;aspect-ratio:1;background:#f9f9f9}.smk-product-image a{display:block;width:100%;height:100%}.smk-product-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.smk-product-image:hover img{transform:scale(1.05)}.smk-product-content{padding:16px;flex-grow:1;display:flex;flex-direction:column;gap:8px}.smk-product-title{margin:0;font-size:16px;font-weight:600;line-height:1.4}.smk-product-title a{color:#333;text-decoration:none;transition:color 0.2s ease}.smk-product-title a:hover{color:#0073aa}.smk-product-description{color:#666;font-size:14px;line-height:1.5;flex-grow:1}.smk-product-price{font-weight:600;color:#0073aa;font-size:16px;margin-top:auto}@media (max-width:768px){.smk-featured-products-grid.smk-columns-4,.smk-featured-products-grid.smk-columns-5{grid-template-columns:repeat(2,1fr)}.smk-featured-products-grid.smk-columns-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.smk-featured-products-grid.smk-columns-2,.smk-featured-products-grid.smk-columns-3,.smk-featured-products-grid.smk-columns-4,.smk-featured-products-grid.smk-columns-5{grid-template-columns:1fr}.smk-product-content{padding:12px}}.smk-product-price .price{color:inherit;font-weight:inherit;font-size:inherit}.smk-product-price .amount{color:inherit;font-weight:inherit}