section[data-cattype="401"] {
    padding: 72px 0 84px;
    background-color: #FBFAF6;
}

section[data-cattype="401"] > .container {
    box-sizing: border-box;
    width: calc(100% - 40px);
    max-width: 1404px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

section[data-cattype="401"] .osp-401-heading {
    margin-bottom: 34px;
    text-align: left;
}

section[data-cattype="401"] .osp-401-eyebrow {
    margin-bottom: 6px;
    color: #536B3B;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

section[data-cattype="401"] .osp-401-heading h2 {
    margin: 0;
    color: #536B3B;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.05;
    text-align: left;
    text-transform: none;
}

/* Keep the existing product grid and cart markup; remove card styling only. */
section[data-cattype="401"] .wrapper_grid_item {
    align-items: stretch;
}

section[data-cattype="401"] .wrapper_grid_item .item_content.grid_item {
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

section[data-cattype="401"] .grid_item a.link-img,
section[data-cattype="401"] .grid_item img.product_img_line {
    border-radius: 0;
}

section[data-cattype="401"] .grid_item form.add-to-cart {
    padding: 15px 6px 0;
    text-align: center;
}

section[data-cattype="401"] .grid_item .title,
section[data-cattype="401"] .grid_item .title > a {
    min-height: 1.2em;
    color: #536B3B;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
}

section[data-cattype="401"] .grid_item .price {
    margin: 8px 0 13px;
    color: #6F726A;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

section[data-cattype="401"] .grid_item .group-quantity-control {
    justify-content: center;
    width: 220px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

section[data-cattype="401"] .grid_item .group-quantity-control input[name="qty"] {
    flex: 0 0 48px;
    width: 48px;
    max-width: 48px;
    text-align: center;
}

section[data-cattype="401"] .grid_item .group-quantity-control .btn-primary {
    border-color: #536B3B;
    background-color: #536B3B;
    color: #FFFFFF;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 16px;
}

section[data-cattype="401"] .grid_item .group-quantity-control .btn-primary:hover,
section[data-cattype="401"] .grid_item .group-quantity-control .btn-primary:focus {
    border-color: #1E241C;
    background-color: #1E241C;
}

section[data-cattype="401"] .nav-tabs.nav-stacked {
    margin-top: 15px;
}

@media (max-width: 991px) {
    section[data-cattype="401"] {
        padding: 58px 0 68px;
    }

    section[data-cattype="401"] .osp-401-heading h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    section[data-cattype="401"] {
        padding: 46px 0 54px;
    }

    section[data-cattype="401"] > .container {
        width: calc(100% - 32px);
    }

    section[data-cattype="401"] .osp-401-heading {
        margin-bottom: 25px;
    }

    section[data-cattype="401"] .grid_item .title,
    section[data-cattype="401"] .grid_item .title > a {
        font-size: 22px;
    }

    section[data-cattype="401"] .grid_item .price {
        font-size: 16px;
    }
}
