.more-products-section{background:#f9fafb;padding:60px 0}.more-products-section__container{max-width:1360px;padding:0 var(--spacing-page-horizontal-mobile);margin:0 auto}@media (min-width:768px){.more-products-section__container{padding:0 var(--spacing-page-horizontal-desktop)}}.more-products-section__header{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}@media (min-width:768px){.more-products-section__header{flex-direction:row;justify-content:space-between;align-items:center;gap:24px}}.more-products-section__title{color:var(--color-text-primary);font-family:var(--font-family-hepta-slab);letter-spacing:.9px;text-transform:uppercase;font-size:18px;font-weight:800;line-height:25px}.more-products-section__view-all{font-family:var(--font-inter),sans-serif;color:#201f1f;white-space:nowrap;align-items:center;gap:5px;font-size:16px;font-style:normal;font-weight:600;line-height:23px;text-decoration:underline;transition:opacity .2s;display:flex}.more-products-section__view-all:hover{opacity:.8}.more-products-section__grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:640px) and (max-width:767px){.more-products-section__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.more-products-section__grid{grid-template-columns:repeat(4,1fr)}}
.more-products-skeleton{background:linear-gradient(90deg,#e0e0e0 0%,#f0f0f0 50%,#e0e0e0 100%) 0 0/200% 100%;border-radius:4px;animation:1.5s ease-in-out infinite more-products-shimmer}@keyframes more-products-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.more-products-skeleton--title{border-radius:4px;width:220px;height:25px}.more-products-skeleton--link{border-radius:4px;width:140px;height:23px}.product-card-skeleton{flex-direction:column;align-items:flex-start;gap:20px;width:100%;max-width:282px;padding:0;display:flex}.more-products-skeleton--image{aspect-ratio:1;border-radius:4px;width:100%}.product-card-skeleton__content{flex-direction:column;align-items:flex-start;gap:12px;width:100%;padding:0;display:flex}.product-card-skeleton__info{flex-direction:column;align-items:flex-start;gap:6px;width:100%;padding:0;display:flex}.more-products-skeleton--name{width:180px;height:22px}.more-products-skeleton--price{width:80px;height:20px}.more-products-skeleton--cta{width:50px;height:23px}.product-card-skeleton__stats{border-top:3px solid #e0e0e0;flex-direction:column;align-items:flex-start;width:100%;padding:15px 0 0;display:flex}.product-card-skeleton__stat-row{box-sizing:border-box;border-bottom:1px solid #e0e0e0;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:43px;padding:0;display:flex}.more-products-skeleton--stat-label{width:60px;height:20px}.more-products-skeleton--stat-value{width:50px;height:20px}
