.product-series-section{
    background: url('/wp-content/themes/swanson/src/image/product_series_bg.png') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 50vw;
    margin-top: 7vw;
}

.product-series-section .series-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.series-section{
    width: 70vw;
    margin: 3vw auto;
}

.series-section:last-child{
    padding-bottom: 8vw;
}

.series-section .series-heading{
    display: flex;
}

.series-heading .series-title{
    width: 60vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.series-heading .series-title:after{
    position: absolute;
    content: "";
    background: linear-gradient(#D4C687 100%, #9D8057 100%);
    width: 62vw;
    height: 0.1vw;
    top: 70%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.series-heading img{
    max-width: 160px;
    width: 9vw;
    z-index: 1
}

.series-title .series-top{        
    cursor: pointer;
    max-width: 34px;
    width: 2vw;
}

.series-title h5{
    font-size: 1.5vw;
    color: #ac2a2f;
    margin-bottom: 0;
    font-weight: 600;
}

.product-shot-wrapper{
    width: 55vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5vw;
    flex-wrap: wrap;
}

.product-post-link{
    text-decoration: none;
}

.product-shot{
    text-align: center;
}

.product-shot img{
    max-width: 184px;
    width: 9vw;
}

.product-shot h5{
    margin-top: 1vw;
    color: #ac2a2f;
    font-size: 1vw;
}

@media(max-width: 480px){
    .product-series-section{
        margin-top: 18vw;
    }
    .product-series-section .series-wrapper{
        margin-bottom: 20vw
    }
    .heading-section{
        background: transparent;
        box-shadow: unset;
        width: 85vw;
    }
    .heading-section .series-icon-ctn{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .series-link .seriesImg{
        max-width: 76px;
        width: 16vw;
    }
    .series-link h5{
        font-size: 3vw;
    }
    .series-section{
        width: 85vw;
    }
    .series-heading img{
        max-width: 82px;
        width: 22vw
    }
    .series-title h5{
        font-size: 5vw;
    }
    .series-title .series-top{
        width: 10vw;
    }
    .series-heading .series-title:after{
        height: 1px;
        top: 86%;
    }
    .product-shot-wrapper{
        width: 60vw;
        margin-top: 5vw;
        justify-content: space-between;
    }
    .product-shot img{
        max-width: 121px;
        width: 25vw;
    }
    .product-shot h5{
        font-size: 4vw;
        margin-top: 5vw;
    }
}

@media(max-width: 320px){
    .product-shot img{
        width: 25vw;
    }
}