.product-gallery-size-list{
    width: 100%;
}
.product-gallery-size{
    width: 100%;
    margin-bottom: 40px;
}
.product-gallery-size:last-of-type{
    margin-bottom: 0;
}
.product-gallery-size-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #332c2b;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.product-gallery-size-header-title{
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
}
.product-gallery-size-images{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.product-gallery-size-image{
    display: block;
    width: calc((100% - 200px) / 6);
    margin-right: 40px;
}
.product-gallery-size-image:nth-of-type(6n) {
    margin-right: 0;
}
.product-gallery-size-image-poster{
    width: 100%;
}
.product-gallery-size-image-poster-wrap{
    width: 100%;
}
.product-gallery-size-image-poster-img{
    width: 100%;
    object-fit: contain;
}
.product-gallery-size-image-info{
    width: 100%;
    padding: 20px 0;
}
.product-gallery-size-image-title{
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #332c2b;
}