/* -------------------- ------------------- -------------------- */
/* -------------------- ------------------- -------------------- */
/* ------------------------- TEAM LIST ------------------------- */

.teamGroup_list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.teamGroup_list .tg_itemsWrapper {
    width: 100%;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.teamGroup_list .tgItem {
    width: 25%;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom:60px;
}








.tgItem .tgItem_content {
    overflow: hidden;
}
.tgItem .tgItemc_imgs {
    width: 100%;
    height: 100%;
    aspect-ratio: 9 / 15;
    overflow: hidden;
}
.tgItem .tgItemc_imgs,
.tgItem .tgItemCI_frontImg,
.tgItem .tgItemCI_carouselImgs {
    width: 100%;
    height: 100%;
}
.tgItem .tgItemc_imgs {
    position: relative;
}
.tgItem .tgItemCI_frontImg,
.tgItem .tgItemCI_carouselImgs {
    position: absolute;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tgItem .tgItemCI_carouselImgs .splide .teamSliderItemContent {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tgItem .tgItemCI_frontImg img,
.tgItem .tgItemCI_carouselImgs .splide .teamSliderItemContent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tgItem .tgItemCI_frontImg img {
    height:100%;
}

.tgItem .tgItemCI_carouselImgs,
.tgItem .tgItemCI_carouselImgs .splide,
.tgItem .tgItemCI_carouselImgs .splide .splide__track,
.tgItem .tgItemCI_carouselImgs .splide .splide__slide,
.tgItem .tgItemCI_carouselImgs .splide .teamSliderItemContent {
    width: 100%;
    height: 100%;
}
.tgItem .tgItemCI_carouselImgs {
    opacity: 0;
}
.tgItem:hover .tgItemCI_carouselImgs  {
    opacity: 1;
}

.tgItem .splide__arrow {
    background-color: #fff;
    border-radius:0;
    transform: scale(1.2);
}
.tgItem .splide__arrow--prev {
    left:0;
}
.tgItem .splide__arrow--next {
    right:0;
}



.tgItem .tgItemc_details {
    padding-top: 25px;
    font-family: "Oswald", sans-serif;
}
.tgItem .tgItemc_details h5,
.tgItem .tgItemc_details h6 {
    padding: 0;
    margin:0;
    text-align: center;
}
.tgItem .tgItemc_details h5 {
    font-weight: 800;
    font-size:1.1em; 
}
.tgItem .tgItemc_details h6 {
    font-weight: 600;
    font-size:0.8em;
    color:#666;
}
.tgItem .tgItemc_details .tgi_socials {
    padding-top:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tgItem .tgItemc_details .tgi_socials svg,
.tgItem .tgItemc_details .tgi_socials img {
    width: 25px;
    height: auto;
}
.tgItem .tgItemc_details .tgi_socials a {
    margin: 0 5px;
}
.tgItem .tgItemc_details .tgi_socials a svg {
    fill: #444;
}
.tgItem .tgItemc_details .tgi_socials a:hover svg {
    fill: #000;
    fill: #ffcc00;
}

/* -------------------- ------------------- -------------------- */
/* -------------------- ------------------- -------------------- */
/* -------------------- ------------------- -------------------- */







/* -------------------- ------------------- -------------------- */
/* -------------------- ------------------- -------------------- */
/* ------------------- SURFBOARDMODEL DETAILS ------------------ */

.team_detail {}

.team_detail .sbmd_top,
.team_detail .sbmd_boardSpecks,
.team_detail .sbmd_boardsInStockWrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    padding-top:20px;
    padding-bottom: 40px;
    flex-wrap: wrap;
}
.team_detail .sbmd_top .sbmdt_slider,
.team_detail .sbmd_top .sbmdt_modelDetails,
.team_detail .sbmd_boardSpecks .sbmdbs_boardOptions,
.team_detail .sbmd_boardSpecks .sbmdbs_stockDimensions {
    width: calc(50% - 15px);
}
.team_detail .sbmd_boardSpecks .sbmdbs_boardAnatomyDetails {
    width: 100%;
    padding-top:40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team_detail .sbmd_boardSpecks .sbmdbs_boardAnatomyDetails svg {
    width: 90%;
}

.team_detail .sbmd_top .sbmdt_slider {
    background-color: #fff;
    padding-bottom: 20px;
}

.team_detail .sbmd_top .sbmdt_modelDetails {
}

.team_detail .splide {
    aspect-ratio: 4 / 5;
}
.team_detail .sbmdt_slider,
.team_detail .splide,
.team_detail .splide__track,
.team_detail .splide__list,
.team_detail .splide__slide,
.team_detail .sbmdts_imgContent,
.team_detail .modelSliderItemContent {
    width: 100%;
    height: 100%;
}

.team_detail .splide .splide__track {
    overflow:hidden;
    border-radius:20px;
}


.team_detail .modelSliderItemContent {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.team_detail .modelSliderItemContent img {
    height: 100%;
}
.team_detail .splide .splide__arrow {
    background-color: #fff;
    border-radius:0;
    transform: scale(1.2);
}
.team_detail .splide .splide__arrow--prev {
    left:0;
}
.team_detail .splide .splide__arrow--next {
    right:0;
}

.team_detail .splide .splide__pagination {
    bottom: 0.6em;
}



.team_detail .sbmdt_modelDetails_text {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 0.8em;
    line-height: 22px;
}
.team_detail .sbmdt_modelDetails_text h3 {
    margin-top:0;
    font-size: 1.25em;
}
.team_detail .sbmdt_modelDetails_text p:last-child {
    margin-block-end: 0;
} 


.team_detail .sbmdt_modelDetails_video {
    border-radius: 20px;
    overflow: hidden;
}
.team_detail .sbmdt_modelDetails_video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}






@media (max-width: 1080px) {
    .team_detail .sbmd_top .sbmdt_slider,
    .team_detail .sbmd_top .sbmdt_modelDetails,
    .team_detail .sbmd_boardSpecks .sbmdbs_boardOptions,
    .team_detail .sbmd_boardSpecks .sbmdbs_stockDimensions {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* -------------------- ------------------- -------------------- */
/* -------------------- ------------------- -------------------- */
/* -------------------- ------------------- -------------------- */