.tigren-productAttachment {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 hsl(0deg 0% 71% / 50%);
    padding: 20px;
    margin-bottom: 5px;
}

.tigren-iconAttachment {
    max-height: 40px;
    margin-right: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: 0;
    display: block;
    min-width: 30px;
}

.tigren-linkAttachment {
    font-size: 15px;
    text-decoration: none;
    line-height: 30px;
    height: fit-content;
}

.tigren-sizeAttachment {
    font-size: 12px;
    color: #9e9e9e;
    text-transform: uppercase;
}

.tigren-description-attachment {
    display: block;
    text-decoration: none;
    font-size: 12px;
}

.tigren-infor_wrap {
    display: flex;
    width: 100%;
    justify-items: center;
    text-align: center;
    flex-direction: column;
}

.tigren-pageAttachments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tigren-pageAttachment {
    width: 24%;
    min-width: 240px;
}

@media (max-width: 767px) {
    .tigren-pageAttachment {
        width: 100%;
    }
}

@media screen and (min-width: 750px) {
    .shopify-section > .page-width > [data-block-handle="product-attachments"] .tigren-attachments .tigren-productAttachment {
        min-width: 220px;
    }
}
