.engineElements, .engineElements_local {
    overflow: hidden;
    position: relative;
    width: 0;
    height: 0;
    opacity: 0;
}
:root {
    --menu-height: 127px;
    --transition: 0.3s cubic-bezier(.4, 0, .2, 1);
}
* {
    box-sizing: border-box;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}



html {
    font-size: 16px;
    /*line-height: 1.2;*/
}
body {
    margin: 0;
    font-family: var(--main-font);
    background: #fff;
    color:#231F20;
}
p {
    margin-block-start: 0;
}
pre {
    max-width: 100%;
    overflow: scroll;
    background-color: #f9f9f9;
    border: solid 1px #aaa;
    display: inline-block;
    padding: 40px;
}
h5 {
    padding: 0;
    margin: 0;
}

.splide__arrow {
    opacity: 1;
}
.splide__pagination__page.is-active {
    background-color: #333;
}



.appViewWrapper {
    max-width: var(--appViewWrapper_MaxWidth);
    margin: 0 auto;
}




.heroDetails_text {
    font-family: var(--main-font);
    font-size: 1.1em;
}



.module_generalHeader {
    width: 100%;
    height:100px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
}
.module_generalHeader h2 {
    font-size: 3em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.module_generalHeader p {
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}
@media (max-width: 1360px) {
    .module_generalHeader h2 {
        font-size: 2em;
    }
}
@media (max-width: 980px) {
    .module_generalHeader h2 {
        font-size: 1.5em;
    }
}
@media (max-width: 570px) {
    .module_generalHeader h2 {
        font-size: 1.1em;
    }
}









.moduleNotSaved {
    min-height:50px;
    background-color:#f00;
}
.moduleNotSaved img {
    width: 100vw;
    display: block;
    padding: 0;
    margin: 0;
}


input:not([type]), 
input[type=text]:not(.browser-default), 
input[type=password]:not(.browser-default), 
input[type=email]:not(.browser-default), 
input[type=url]:not(.browser-default), 
input[type=time]:not(.browser-default), 
input[type=date]:not(.browser-default), 
input[type=datetime]:not(.browser-default), 
input[type=datetime-local]:not(.browser-default), 
input[type=tel]:not(.browser-default), 
input[type=number]:not(.browser-default), 
input[type=search]:not(.browser-default), 
textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]), 
input[type=password]:not(.browser-default):focus:not([readonly]), 
input[type=email]:not(.browser-default):focus:not([readonly]), 
input[type=url]:not(.browser-default):focus:not([readonly]), 
input[type=time]:not(.browser-default):focus:not([readonly]), 
input[type=date]:not(.browser-default):focus:not([readonly]), 
input[type=datetime]:not(.browser-default):focus:not([readonly]), 
input[type=datetime-local]:not(.browser-default):focus:not([readonly]), 
input[type=tel]:not(.browser-default):focus:not([readonly]), 
input[type=number]:not(.browser-default):focus:not([readonly]), 
input[type=search]:not(.browser-default):focus:not([readonly]), 
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #000000;
    -webkit-box-shadow: 0 1px 0 0 #000000;
    box-shadow: 0 1px 0 0 #000000;
}
.btn,
.btn-large,
.btn-small {
    background-color: #000000;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
    background-color: #555;
}
.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
    background-color: #999;
}


.newsletter_submit .newsletter_feedbackMessage {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
}


.contactForm_wrapper,
.contactForm_wrapper .contactForm_inner,
.contactForm_wrapper .contactForm_inner form.cf_form {
    width: 100%;
}
.contactForm_wrapper .contactForm_inner form.cf_form .cf_message {
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    height: 350px !important;
    min-height: 150px;
    max-height: 150px;
    outline: none;
    background-color: transparent;
    border: 1px solid #9e9e9e;
}
.contactForm_wrapper .contactForm_inner form.cf_form .cf_message:focus {
    border: 2px solid #000000;
}

    
.contactForm_wrapper .contactForm_inner form.cf_form button[type="submit"] {
    width: 100%;
}
.contactForm_wrapper .contactForm_inner .cf_formMessage {
    display: none;
}




.tabBtn {
    color:#000000;
    text-decoration: none;
}



.generalYoutubeVideo {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.generalYoutubeVideo .mc_youtubeVideo,
.generalYoutubeVideo .mc_youtubeVideo iframe {
    width: 100%;
    height: 100%;
    position: relative;
}
.generalYoutubeVideo .gyv_curtain {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background-color: #000000;
}
















.sbModelsBrandLogoWrapper {
    width: 100%;
    height: 100px;
    margin-top:20px;
    margin-bottom: 20px;
}
.sbModelsBrandLogoWrapper .sbModelsBrandLogo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sbModelsBrandLogoWrapper .sbModelsBrandLogo img {
    filter: invert();
    height: 100%;
}

.sbModelsBrandImgWrapper {
    width: 100%;
    height: 100%;
    aspect-ratio: 30 / 10;
    position: relative;
}
.sbModelsBrandImgWrapper .sbModelsBrandImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sbModelsBrandImgWrapper .sbModelsBrandImg img {
    width: 100%;
    position: relative;
}

.sbModelsBrandImgWrapper .sbModelsBrandImg_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
}
.sbModelsBrandImgWrapper .sbModelsBrandImg_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    text-shadow: 0px 0px 22px rgba(0, 0, 0, 1);
    font-size: 3em;
    text-transform: uppercase;
    text-align: center;
}
.sbModelsModelTypeLogoWrapper {
    width: 100%;
    height: 100px;
    margin-top:20px;
    margin-bottom: 20px;
}
.sbModelsModelTypeLogoWrapper .sbModelsBrandLogo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sbModelsModelTypeLogoWrapper .sbModelsBrandLogo img {
    filter: invert();
    height: 100%;
}
.sbModelsModelTypeImgWrapper {
    width: 100%;
    height: 100%;
    aspect-ratio: 30 / 8;
    position: relative;
}
.sbModelsModelTypeImgWrapper .sbModelsBrandImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sbModelsModelTypeImgWrapper .sbModelsBrandImg img {
    width: 100%;
    position: relative;
}

.sbModelsModelTypeImgWrapper .sbModelsBrandImg_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
}
.sbModelsModelTypeImgWrapper .sbModelsBrandImg_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    text-shadow: 0px 0px 22px rgba(0, 0, 0, 1);
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
}
.sbModelsBrandTextWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sbModelsBrandTextWrapper h2 {
    font-size: 3em;
    text-transform: uppercase;
}


.modelsAndShopHeader_nav {
    width:100%;
    height: 50px;
    background-color: #000;
}
.modelsAndShopHeader_nav ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    position: relative;
    top:1px;
}
.modelsAndShopHeader_nav ul li a {
    font-size: 1.7em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 768px) {
    .modelsAndShopHeader_nav {
        height: unset;
    }
    .modelsAndShopHeader_nav ul,
    .modelsAndShopHeader_nav ul li {
        flex-flow: column;
        padding: 10px 0;
    }
    .modelsAndShopHeader_nav ul li {
        padding: 5px 0;
    }
}




.modelHeaderDetails {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.modelSubtitleDescription_wrapper {
    width: 65%;
}
.mhd_standardDimensions {
    width: auto;
    text-align: center;
    color: #666;
}
.mhd_standardDimensions .mhdsd_title {
    font-size: 1.4em;
    font-weight: 600;
}
.mhd_standardDimensions table {
    font-size: 1.5em;
    font-weight: 300;
}
.mhd_standardDimensions tbody tr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mhd_standardDimensions tbody tr td .mhdsd_colSep {
    padding: 0 6px;
}
.modelSubtitleDescription_wrapper .modelSubtitleDescription {
    padding: 20px;
    font-size: 2em;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color:#666;
}

.shopFilterWidget_wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: column;
}

.shopFilterWidget_topInfo_wrapper {
    width: 100%;
    margin-bottom: 20px;
    display: none;;
}
.shopFilterWidget_topInfo_wrapper .sfw_brandName {
    margin-bottom:5px; 
    padding-left:20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.9em;
    color:#555
}
.shopFilterWidget_topInfo_wrapper .shopFilterWidget_topInfo {
    width: 100%;
    background-color: #f3f1f2;
    border: solid 1px #edebec;
}

.shopFilterWidget_topInfo .sfw_content {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #555;
}
.sfw_content .sfwc_title {
    font-weight: 600;
}


@media (max-width: 1200px) {
    .modelSubtitleDescription_wrapper {
        width: 61%;
    }
    .modelSubtitleDescription_wrapper .modelSubtitleDescription {
        font-size: 1.5em;
    }
    .mhd_standardDimensions table {
        font-size: 1.2em;
    }
}
@media (max-width: 992px)  {
    .modelSubtitleDescription_wrapper {
        width: 58%;
    }
    .modelSubtitleDescription_wrapper .modelSubtitleDescription {
        font-size: 1.3em;
    }
    .mhd_standardDimensions table {
        font-size: 1em;
    }
}
@media (max-width: 768px) {
    .modelHeaderDetails {
        flex-direction: column;
        align-items: center;
        margin-bottom:30px;
    }
    .modelSubtitleDescription_wrapper {
        width: 100%;
    }
    .modelSubtitleDescription_wrapper .modelSubtitleDescription {
        font-size: 1.2em;
        text-align: center;
    }
    .mhd_standardDimensions table {
        font-size: 1.1em;
    }



    .shopFilterWidget_topInfo_wrapper .sfw_brandName {
        font-size: 1.5em;
    }
    .shopFilterWidget_topInfo .sfw_content {
        flex-flow: column;
        align-items: flex-start;
    }
}






.surfboardModelheader_details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.surfboardModel_headerTitle {
    width: 100%;
}


.modelHeaderDetails,
.shopFilterWidget_topInfo_wrapper,
.shop_articleList_wrapper {
    width: 100%;
    max-width: 1440px;
}

.hasOldPrice_false .oldprodprice {
    display: none;
}
.sbmd_boardsInStockWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.shop_articleList_wrapper {
    position: relative;
    align-items: flex-start;
    padding-bottom:40px;
}
.shop_articleList .flItem .shponlcpi_prodprice.oldprodprice {
    font-size: 1.1em;
    color:#f00 !important;
    text-decoration: line-through;
}

.shop_articleList {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.shop_articleList .flItem {
    min-width: 0;
    box-sizing: border-box;
}
.shop_articleList .flItem .shopitem {
    width: 100%;
    height: 100%;
}

.shop_articleList .flItem a {
    display: block;
    width: 100%;
    height: 100%;
}
.shop_articleList .flItem img {
    width: 100%;
}
.flItem .fli_variantsWrapper {
    display:flex;
    justify-content: center;
    align-items: center;
}
.shop_articleList .shponlc_prodinfo .shponlcpi_prodbrand {
    font-size:.9em;
}
.shop_articleList .flItem .shponlcpi_prodprice {
    margin-top: 0px;
    margin-bottom: 0px;
    color:#999;
}
.shop_articleList .flItem .shponlcpi_prodprice.oldprodprice {
    font-size: 1.1em;
}
.shponlcpi_prodprice.oldprodprice .generalPrice_wrapper {
    text-decoration: line-through;
    color:#f00;
}
.siLinkWrapper {
    text-decoration: none;
}
.siLinkWrapper .si_img {
    margin-bottom: 30px;
}
.shponlcpi_prodname {
}
.shponlcpi_proddetails {
    color: #939393;
    font-weight: 500;
}
.shponlcpi_proddetails.proddetail_state {
    color: #939393;
    font-weight: 500;
}
.shponlcpi_prodprice {
    color: #1B230D;
}



.sf_notInitiated .shop_articleList {
    display: none;
}
.shop_articleListEndOfPage_loading {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top:20px;
    opacity:0;
}
.shop_articleList_loading {
    position:absolute;
    top: 0;
    left:0;
    width: 100%;
    height:100%;
    background-color: rgba(255,255,255,0.9);
    display:flex;
    justify-content: center;
}
.shop_articleList_loading.loadingFullOpacity {
    background-color: rgba(255,255,255,1);
}
.shop_articleList_loading .preloader-wrapper {
    position: relative;
    top: 200px;
}

@media (max-width: 992px) {
    .shop_articleList {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .shop_articleList {
        grid-template-columns: 1fr;
    }
    .shopFilterWidget {
        flex-direction:column;
    }
    .slh_descList {
        flex-wrap: wrap;
    }
    .slhdl_item {
        width: 33%;
    }
    .slh_descList .slhdl_item:nth-child(4) {
        border-left:none;
    }
}








.shop_filter {
    width: 30%;
    margin-right: 20px;
}
.slf_group .slfg_toggle.collapseHeader,
.slf_group .slfg_items.collapseBody {
    background: #ddd;
    border-radius: 8px;
}
.filterGlobalBody.collapseBody,
.filterGlobalBody form .collapseBody {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.collapse_open {
    max-height:fit-content !important;
}
.slf_group {
    margin-bottom:6px;
}
.slf_group .slfg_toggle {
    margin-bottom:2px;
}

@media(max-width: 768px){
    .shop_filter {
        margin-bottom:10px;
    }
    .slf_header {
        height: 50px;
    }
    .slf_header_inner,
    .btn_clearallfilters,
    .btn_clearAllFilters_inner {
        width: 100%;
        height: 100%;
    }
    .filterGlobalBody_content form {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        mask-image: linear-gradient(
            to right,
            transparent,
            black 20px,
            black calc(100% - 20px),
            transparent
        );
    }
    .filterGlobalBody_content form::-webkit-scrollbar {
        display: none;
    }
    .filterGlobalBody_content form .slf_group {
        flex-shrink: 0;
    }
    .filterGlobalBody_content form .slf_group .slfg_toggle_inner {
    }

    .shop_filter,
    .shop_articleList_wrapper {
        width: 100%;
    }
    .slfg_items_inner {
        padding-left: 5px;
    }
}
