.page_home .appViewWrapper > .moduleItem,
.page_models .sbModelsBrand_brandWrapper > .sbModelsBrandImgWrapper {
    margin-bottom:12px;
}
.page_home .appViewWrapper > .moduleItem .main-header.module_mainheader_1 {
    margin-bottom: -12px;
}
.page_home .appViewWrapper > .moduleItem[data-module="module_footer_1"] {
    margin-bottom:0;
}

.page_home .appViewWrapper > .moduleItem .sih_btnWrapper {
    text-transform: uppercase;
}

.footer {
    background-color: #000;
}
.footer * {
    color:#fff;
}

.cartButton {
    background-color: transparent !important;
}


/* ------------------------------- MODEL PAGE ------------------------------- */
.modelSubtitleDescription_wrapper,
.shopFilterWidget_topInfo_wrapper {
    display: block;
}

.sbModelsType_list {
    width: 100%;
    max-width: 100%;
}
.sbmblItem .sbmblItem_content {
    padding: 0;
}
.sbmblItem .sbmblItemc_imgs {
    aspect-ratio: 4 / 5;
}
.sbmblItem .sbmblItemCI_frontImg img {
    width: 100%;
}
.sbmblItem .sbmblItemc_details .sbmmlid_price {
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.sbmblItem .sbmblItemc_details .sbmmlid_moreBtn {
    background-color: #fff;
    border: solid 1px #aaa;
    padding: 8px 25px;
}

.sbmmlid_surfboardmodel,
.sbmmlid_subtitleDescription {
    width: 100%;
    margin-bottom:20px;
    text-align: left;
}

.boardsInStock .module_generalHeader {
    display: none;
}
/* ------------------------------- ---------- ------------------------------- */




/* ------------------------------- SHOP PAGE ------------------------------- */
.shopFilterWidget_wrapper {
    margin-top: 20px;
}
.shopFilterWidget_wrapper,
.shopFilterWidget {
    width: 100%;
    max-width: 1440px;
}
.shopFilterWidget_wrapper .shop_filter {
    display: none;
}

.shop_articleList {
    /*padding: 2vw;*/
}
.shop_articleList_wrapper .shop_articleList .flItem .shopitem {
    padding: 1.7vw;
    border: solid 1px #ccc;
}
.shopitem .shponlc_prodinfo_inner {
    font-weight: 400;
    color: #666;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.shopitem .shponlc_prodinfo_inner > * {
    margin-bottom:4px;
}
.shopitem .shponlc_prodinfo_inner .shponlcpi_prodname {
    font-weight: 600;
    font-size: 1.2em;
}

.shopitem .shponlc_prodinfo_inner .shponlcpi_prodbrand {
    order: 2;
}
.shopitem .shponlc_prodinfo_inner .shponlcpi_prodname {
    order: 1;
}
.shopitem .shponlc_prodinfo_inner .shponlcpi_proddetails {
    display: none;
}
.shopitem .shponlc_prodinfo_inner .shponlcpi_proddetails.proddetail_state {
}
.shopitem .shponlc_prodinfo_inner .shponlcpi_prodprice {
    order: 3;
}

@media (min-width: 1440px) {
    .shop_articleList_wrapper .shop_articleList .flItem .shopitem {
        padding: 24.48px;    
    }
}
@media (max-width: 768px) {
    .shop_articleList_wrapper .shop_articleList .flItem .shopitem {
        padding: 4vw    
    }
}
/* ------------------------------- --------- ------------------------------- */