.fl-product-loop-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.fl-product-loop {
    width: 23.5%;
    border: 1px solid #707070;
    margin: 0 1% 2% 1%;
    background: #fff;
    position: relative;
    padding-bottom: 4%;
}

.fl-product-loop-wrapper .fl-product-loop:nth-child(4n){
    margin: 0 0 2% 1%;
}

.fl-product-loop-wrapper .fl-product-loop:nth-child(4n+1){
    margin: 0 1% 2% 0;
}

.fl-loop-content {
    margin: 0 5%;
    font-family: "Poppins", Sans-serif;
    color: #363E30;
}

.fl-loop-title {
    font-size: 1.1rem;
    font-weight: 700;
}

.fl-loop-sciname {
    font-size: 0.9rem;
    font-weight: 400;
    padding: 1% 0 2% 0;
}

.fl-loop-origin {
    padding: 3% 0 3% 0;
    border-top: 5px solid #D5D5D5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    color: #848F64;
    font-size: 0.9rem;
}

.fl-ori-aus::before {
    width: 25px;
    height: 25px;
    content: "";
    display: inline-block;
    top: 5px;
    position: relative;
    margin-right: 10px;
    background-image: url('../img/icon-aus.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fl-ori-wor::before {
    width: 25px;
    height: 25px;
    content: "";
    display: inline-block;
    top: 5px;
    position: relative;
    margin-right: 10px;
    background-image: url('../img/icon-earth.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fl-loop-productimage {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1rem;
}

.fl-product-loop p {
    margin: 0px;
}


@media (max-width: 1366px) {
    .fl-product-loop {
        width: 31.66%;
        border: 1px solid #707070;
        margin: 0 1% 2% 1%;
        background: #fff;
        position: relative;
        padding-bottom: 6%;
    }

    .fl-loop-title {
        font-size: 1.1rem;
        font-weight: 700;
    }

    .fl-loop-sciname {
        font-size: 0.9rem;
        font-weight: 400;
        padding: 1% 0 2% 0;
    }
    
    .fl-product-loop-wrapper .fl-product-loop:nth-child(4n+1),
    .fl-product-loop-wrapper .fl-product-loop:nth-child(4n) {
        margin: 0 1% 2% 1%;
    }

    .fl-product-loop-wrapper .fl-product-loop:nth-child(3n){
        margin: 0 0 2% 1%;
    }

    .fl-product-loop-wrapper .fl-product-loop:nth-child(3n+1){
        margin: 0 1% 2% 0;
    }
}

@media (max-width: 768px) {
    .fl-product-loop {
        width: 48.5%;
        border: 1px solid #707070;
        margin: 0 1% 2% 1%;
        background: #fff;
        position: relative;
        padding-bottom: 8%;
    }

    .fl-loop-title {
        font-size: 1.1rem;
        font-weight: 700;
    }

    .fl-loop-sciname {
        font-size: 0.9rem;
        font-weight: 400;
        padding: 1% 0 2% 0;
    }
    
    .fl-product-loop-wrapper .fl-product-loop:nth-child(3n+1),
    .fl-product-loop-wrapper .fl-product-loop:nth-child(3n) {
        margin: 0 1% 2% 1%;
    }

    .fl-product-loop-wrapper .fl-product-loop:nth-child(2n){
        margin: 0 0 2% 1%;
    }

    .fl-product-loop-wrapper .fl-product-loop:nth-child(2n+1){
        margin: 0 1% 2% 0;
    }
}

@media (max-width: 425px) {
    .fl-product-loop {
        width: 100%;
        border: 1px solid #707070;
        margin: 0 1% 4% 1%;
        background: #fff;
        position: relative;
        padding-bottom: 15%;
    }

    .fl-loop-title {
        font-size: 1.1rem;
        font-weight: 700;
    }

    .fl-loop-sciname {
        font-size: 0.9rem;
        font-weight: 400;
        padding: 1% 0 4% 0;
    }
    
    .fl-product-loop-wrapper .fl-product-loop:nth-child(2n+1),
    .fl-product-loop-wrapper .fl-product-loop:nth-child(2n) {
        margin: 0 1% 4% 1%;
    }
}
