/* 
 * Attribute Archive Template Styles
 */

.mm-attribute-archive-wrapper {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.mm-attribute-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 15px;
    box-sizing: border-box;
}

/* Title Section */
.mm-archive-title-section {
    margin: 20px 0;
    border-radius: 5px;
    width: 100%;
}

.mm-archive-title-section h1{
    font-size: 32px;
    font-weight: 800!important;
} 
/* Product Grid Section */
.mm-product-grid-section {
    margin: 0 0 20px 0;
    padding: 20px;
    background-color: #f7f0f8;
    border-radius: 5px;
    width: 100%;
}

/* Description Section */
.mm-archive-description-section {
    margin: 20px 0;
    padding: 20px;
    background-color: #f0f8f4;
    border-radius: 5px;
    width: 100%;
} 


@media screen and (min-width: 780px) {
    .mm-attribute-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 20px 15px;
            box-sizing: border-box;
        }
}