@media (min-width: 640px) { .shop-collection-item__container { height: 204px; width: 100%; } .shop-collection-item__info { bottom: 20px; left: 24px; } } .shop-collection-item__info__container { position: absolute; z-index: 2; display: flex; align-items: center; font-size: 12px; line-height: 16px; font-weight: 700; background-color: #fff; color: #2e2e33; border-radius: 12px; padding: 4px 8px; top: 4px; left: 4px; } .shop-collection-item__info__container__icon { margin-right: 4px; height: 13px; } .shop-collection-item__img-container { width: 100%; height: 100%; background-size: calc(163px - 32px) auto; background-repeat: no-repeat; background-position: center 50%; position: absolute; border-radius: 16px; top: 0; } .shop-collection-item__img-container--has-description { height: 70%; z-index: 1; border-radius: 16px; background-position: center 60%; } .shop-collection-item__img-container-description { height: 100%; width: 100%; display: flex; align-items: flex-end; justify-content: center; position: absolute; top: 0; border-radius: 16px; } .shop-collection-item__img-container-description > span { height: 32px; width: calc(100% - 24px); white-space: break-spaces; text-align: center; display: flex; justify-content: center; align-items: center; color: #fff; font-weight: 500; font-size: 12px; line-height: 16px; margin-bottom: 8px; } .vendor-list__btn--load-more { display: block; margin: 16px auto 32px; box-sizing: border-box; } .vendor-list__title { font-family: Montserrat-Bold, sans-serif; width: 100%; margin-bottom: 16px; font-size: 30px; line-height: 36px; font-weight: 800; color: #2e2e33; } .vendor-list__ul { padding-top: 16px; } @media (min-width: 640px) { .shop-collection-item__img-container-description > span { font-size: 15px; line-height: 20px; margin-bottom: 14px; } .vendor-list__title { margin-bottom: 24px; font-size: 46px; line-height: 64px; letter-spacing: 1px; } .vendor-list__ul { padding-top: 8px; display: flex; flex-wrap: wrap; } }