@font-face {
    font-family: 'Hind-Regular';
    src: url('https://cdn.shopify.com/s/files/1/1934/5651/files/Hind-Regular.woff2?v=1675957819') format('woff2');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #fff !important;
    background: #fff !important;
}

body section {
    background: #fff !important;
}

.container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.banner-carousel .container {
    display: grid;
}

.banner-carousel {
    padding-top: 0px;
    background-color: #fff;
}

h1 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.btn_a {
    padding: 15px 40px;
    border-radius: 10px 0px;
    display: inline-block;
    background-color: #DDD9CE;
    color: #6D6155;
    font-size: 17px;
    line-height: 1;
    transition: 0.45s ease all;
}

.btn_border {
    padding: 12px 40px;
}

.btn_a:hover,
.btn_a:focus {
    background-color: #6D6155;
    color: #ffffff;
    text-decoration: none;
}

.banner-content {
    padding: 90px 0;
}

.banner-carousel .swiper-slide {
    min-height: calc(100vh - 200px);
    display: grid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Hind-Regular';
}

.swiper-pagination-bullet {
    width: 35px;
    border-radius: 0;
    height: 4px;
    background-color: #DDD9CE;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #F3D366;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 30px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
    width: 30px;
    height: 30px;
}

.top-90 {
    padding-top: 90px;
}

.bottom-90 {
    padding-bottom: 90px;
}

.image-text-grid {
    display: grid;
    grid-template-columns: 400px auto;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px;
}

.image-text-grid div {
    max-width: 340px;
}

.image-text-col .container {
    position: relative;
    max-width: 800px;
}

.big_float {
    font-size: 60px;
    position: absolute;
    top: -80px;
    right: -20%;
    color: #DDD9CE;
    opacity: 0.8;
}

.grid_absolute {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    opacity: 0;
    transition: 0.45s ease all;
}

.image-text-grid {
    transition: 0.45s ease all;
}

.video_content {
    position: relative;
}

@media only screen and (min-width: 767px) {
    .video_content video {
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .products-carousel h2,
    .product-types h2 {
        font-size: 30px;
    }
}

section.image-text-col.top-90 {
    padding-top: 140px;
}

.shop-notification {
    background-color: #9A6F54 !important;
}

.custom_row {
    display: flex;
    flex-wrap: wrap;
}

.col-sm-5 {
    position: relative;
    flex: 0 0 41.66666667%;
    width: 41.66666667%;
}

.col-sm-6 {
    position: relative;
    flex: 0 0 50%;
    width: 50%;
}

.col-sm-9 {
    position: relative;
    flex: 0 0 75%;
    width: 75%;
}

.col-sm-4 {
    position: relative;
    flex: 0 0 33.33333333%;
    width: 33.33333333%;
}

.col-sm-7 {
    position: relative;
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
}

.col-sm-2 {
    position: relative;
    flex: 0 0 16.66666667%;
    width: 16.66666667%;
}

.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-9,
.col-sm-2 {
    padding-left: 15px;
    padding-right: 15px;
}

.collections_content {
    background: #9A6F54;
    color: #fff;
    padding: 30px 50px 30px 100px;
    z-index: 1;
    position: relative;
    margin-right: 30px;
}

.collections_content:after {
    content: '';
    width: 50vw;
    height: 100%;
    background: #9A6F54;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.collections_content p {
    margin-bottom: 0;
}

.slide-collections .big_float {
    top: -100px;
    bottom: auto;
    left: 0;
}

.col-stick {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    height: 100%;
}

.collection_slide_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 40px;
}

.collection_slide_grid p {
    margin-bottom: 30px;
}

.collections_hover_content {
    padding: 30px 50px 0px 100px;
    margin-right: 30px;
}

.collection_slide:nth-child(5) {
    padding-top: 70px;
}

.collection_slide {
    position: relative;
}

.absolute-cta {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
}

.collection_slide_img {
    overflow: hidden;
    margin-bottom: 10px;
}

.collection_slide_img img {
    transition: 0.5s ease all;
    display: block;
}

.collection_slide:hover .collection_slide_img img {
    transform: scale(1.3) rotate(2deg);
}

.index #PageContainer {
    overflow: clip;
}

.slide-collections {
    padding-bottom: 50px;
}

.products-carousel div span {
    padding: 0;
}

.products-carousel {
    color: #707070;
    background-color: rgba(221, 217, 206, 0.3) !important;
    padding: 90px 0;
}

.products-carousel h3 {
    font-family: "Twentieth Century";
    text-transform: uppercase;
    font-size: 25px;
}

.products-carousel a {
    color: #707070;
}

.product_slider_price {
    background-color: #908372;
    display: block;
    width: fit-content;
    padding: 3px 12px;
    color: #fff;
}

.products-carousel .btn_border {
    margin-top: 35px;
}

.btn_border {
    border: 2px solid;
    position: relative;
}

.btn_border:after,
.btn_border:before {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: 2px;
    background: #e8e5dd;
    top: -2px;
    right: -2px;
    transition: 0.35s ease all;
}

.btn_border {
    background-color: #e8e5dd;
    border-color: #6d6155;
}

.btn_border:hover:after,
.btn_border:hover:before,
.btn_border:focus:after,
.btn_border:focus:before {
    background: #6d6155;
}

.btn_border:hover,
.btn_border:focus {
    border-color: #6d6155;
    background-color: #6D6155;
}

.btn_border:before {
    top: auto;
    bottom: -2px;
    left: -2px;
}

.align-items-center {
    align-items: center;
}

.products-carousel .col-sm-7 {
    padding-left: 40px;
}

.products-carousel .container {
    max-width: 900px;
}

.products-carousel h2 {
    margin-bottom: 60px;
}

.products-carousel .swiper-container {
    overflow: visible;
}

.products-carousel .swiper-button-prev {
    left: -100px;
    color: #707070;
}

.products-carousel .swiper-button-next {
    right: -100px;
    color: #707070;
}

.col-sm-2-5 {
    position: relative;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

.d_block {
    display: block;
}

.product-types .col-sm-2 img {
    opacity: 0;
    transition: 0.45s ease all;
}

.product-types .img-container {
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .product-types .img-container img {
        animation: scale-up-left 10s ease-in-out infinite alternate both;
    }

    .collections_content {
        display: none;
    }
}

@keyframes scale-up-left {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.product-types .col-sm-2:hover img,
.product-types .col-sm-2:focus img {
    opacity: 1;
}

.mb-20 {
    margin-bottom: 20px;
}

.align-items-center {
    align-items: center;
}

.projects-overview .col-sm-4 {
    margin-left: -9%;
    background-color: #DDD9CE;
    color: #6D6155;
}

.projects_overview_holder {
    padding: 50px 40px;
}

.btn_border_alt:after,
.btn_border_alt:before {
    background-color: #dcd9ce;
}

.btn_border_alt {
    background-color: #dcd9ce;
}

.recycle_top {
    background-color: rgb(231 229 221);
    padding: 90px 50px 50px;
}

.recycle_brief img {
    width: 180px;
    margin-right: 60px;
}

.recycle_brief {
    display: flex;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
}

.recycle_image_holder {
    display: flex;
    justify-content: space-between;
    max-width: 330px;
    margin-bottom: 60px;
}

.recycle_image_holder img {
    width: 85px;
}

.video_content {
    cursor: pointer;
}

#video_btn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    min-width: auto;
    margin-bottom: 0;
    background-color: transparent;
    background-image: url(https://stage.letschbang.com/bodycraft/wp-content/uploads/2022/06/play.png);
    background-size: contain;
    filter: invert(1);
}

#video_btn.playing {
    background-image: url(https://stage.letschbang.com/bodycraft/wp-content/uploads/2022/06/pause.png);
}

.recycle_bottom {
    background-color: #DDD9CE;
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
}

.recycle_bottom:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 115px;
    background: #e7e5dd;
    top: 0;
    left: 0;
    z-index: -1;
}

.recycle-overview {
    color: #6D6155;
}

.recycle_bottom .col-sm-5 {
    padding-left: 50px;
    padding-right: 50px;
}

.big_float.float_p {
    position: relative;
    top: 0;
    text-align: right;
    white-space: break-spaces;
    right: auto;
    line-height: 1;
    margin-top: -50px;
}

.gift-vouchers-overview {
    color: #6D6155;
}

.gift-vouchers-overview img {
    margin-left: 30px;
    max-width: 70%;
}

.gift-vouchers-overview .container {
    position: relative;
}

.recycle_float {
    left: 100px;
    top: auto;
    bottom: 0;
    line-height: 0.4;
}

.collection_slide_grid .collection_slide_col:nth-child(2) {
    padding-top: 70px;
}

.slide-collections .container,
.products-carousel,
.gift-vouchers-overview {
    position: relative;
}


.products-carousel:after {
    top: 40px;
    height: 100px;
    width: 180px;
    right: -25px;
}

.gift-vouchers-overview:after {
    left: 20px;
    top: 70px;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .banner-carousel .swiper-slide {
        min-height: calc(100vh - 120px);
    }

    .slide-collections .container:after {
        display: none;
    }

    .image-text-grid {
        grid-template-columns: auto;
        grid-gap: 20px;
        justify-content: center;
    }

    .big_float {
        font-size: 30px;
        top: -90px;
        right: 10px;
    }

    .image-text-grid img {
        width: 190px;
        height: 190px;
        object-fit: contain;
        margin: 0 auto;
    }

    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-9,
    .col-sm-2 {
        width: 100%;
        flex: 0 0 100%;
    }

    .col-stick {
        position: relative;
        top: auto;
        margin-bottom: 50px;
    }

    .collections_content {
        padding: 30px 50px 30px 40px;
    }

    .collections_hover_content {
        padding: 0;
    }

    .collections_content:after {
        width: 90vw;
    }

    .products-carousel .swiper-button-next {
        right: -10px;
    }

    .products-carousel .swiper-button-prev {
        left: -10px;
    }

    .products-carousel .col-sm-7 {
        padding-left: 15px;
        padding-top: 30px;
    }

    .products-carousel .swiper-container {
        padding: 0 20px !important;
    }

    .product-types .col-sm-2 {
        width: 50%;
        flex: 0 0 50%;
    }

    .projects-overview .col-sm-9 {
        max-height: 250px !important;
        margin-bottom: -50px;
    }

    .recycle_float {
        top: auto;
        right: auto;
        bottom: -60px;
        left: 10px;
    }

    .big_float.float_p {
        margin-top: -40px;
        margin-bottom: -10px;
    }

    .recycle_brief {
        flex-direction: column;
        text-align: center;
    }

    .recycle_brief img {
        width: 130px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .recycle_image_holder {
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .recycle_bottom .col-sm-5 {
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .recycle_bottom:after {
        height: 95px;
    }

    .slide-collections .container:after,
    .products-carousel:after,
    .gift-vouchers-overview:after {
        content: "";
        width: 140px;
        height: 100px;
    }

    .gift-vouchers-overview:after {
        left: auto;
        top: 30px;
        right: -20px;
    }

    .bottom-90 {
        padding-bottom: 70px;
    }

    .top-90 {
        padding-top: 70px;
    }

    .image-text-col .big_float {
        top: -80px;
    }

    section.image-text-col.top-90 {
        padding-top: 100px;
    }

    section.image-text-col.top-90 .container {
        margin-top: 40px;
    }

    section.slide-collections.top-90 {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .slide-collections .big_float {
        top: -80px;
        bottom: auto;
        left: 0;
    }

    .products-carousel {
        padding: 70px 0;
    }

    .recycle_top {
        padding: 70px 50px 50px;
    }

    .recycle_bottom {
        padding-bottom: 70px;
    }

    .products-carousel .col-sm-7 div {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .products-carousel .btn_border {
        margin-top: 15px;
    }

    .products-carousel h2 {
        margin-bottom: 40px;
    }

    .collection_slide h3 {
        font-size: 16px;
    }

    .project_row_grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 40px 20px !important;
    }

    .project_row_grid {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .project_row_grid img {
        max-width: 90px !important;
    }
}

header #message {
    display: none;
}

ul#cart {
    margin-top: 13px;
}

.mobile-trigger {
    margin-top: 10px;
}

.border_white.btn_a,
.border_white.btn_a:after,
.border_white.btn_a:before {
    background-color: #fff;
}

.border_white.btn_a:hover,
.border_white.btn_a:focus {
    border-color: #6d6155;
    background-color: #6d6155;
}

.border_white.btn_a:hover:after,
.border_white.btn_a:hover:before,
.border_white.btn_a:focus:after,
.border_white.btn_a:focus:before {
    background: #6d6155;
}

.p-margin-zero p:first-child {
    margin-bottom: 0;
}

.max-800 {
    max-width: 800px;
    margin: 0 auto;
}

.living-lightly {
    color: #6D6155;
}

.living-lightly h2 {
    font-size: 50px;
    color: #ddd9ce;
    line-height: 1;
    margin-top: 50px !important;
    margin-bottom: 0;
}

.mobile-only {
    display: none;
}

@media only screen and (max-width: 600px) {
    .living-lightly h2 {
        font-size: 24px;
    }

    .recycle_bottom iframe {
        height: 220px !important;
    }

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
}

.ooo-instagram-container {
    max-width: 1200px !important;
}

section.ooo-instagram {
    background-color: transparent !important;
}

header.ooo-instagram-header {
    background-color: transparent !important;
    position: relative !important;
}

.ooo-instagram-feed {
    margin-top: 20px !important;
}

.product-types .container {
    max-width: 850px;
}

.collection_slide h3 {
    color: #6d6155;
}

.project_row_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.project_row_grid img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

.website-links {
    overflow: auto;
    white-space: nowrap;
    align: centre;
    padding: 0px !important;
    list-style: none;
    margin-right: auto;
    display: flex !important;
    background-color: #eeeae2 !important;
    justify-content: space-between !important top: 0;
    left: 0;
    visibility: visible;
}

.website-links a {
    padding-right: 10px;
    padding-left: 20px;
    text-decoration: none;
    font-size: 14px;
    font-family: "Twentieth Century";
    text-align: center !important;
    white-space: nowrap;
    max-width: 255px text-overflow: ellipsis;
    visibility: visible;
}

.website-links a.active {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) #product-images {
    margin-bottom: 10px;
    height: 400px !important;
}