.category--firstbloom {
    display: flex;
    flex-direction: column;
    gap: clamp(32px, 4.8vw + 8px, 64px);
}

.category-top--firstbloom .category-top_video {
    max-height: 720px;
    min-height: 240px;
    width: 100%;
    object-fit: cover;
}

.category-top_desc {
    font-family: EBGaramond, sans-serif;
    max-width: 644px;
    font-size: 34px;
    color: #6D351E;
    font-weight: 400;
    margin-left: auto;
    margin-top: 31px;
    letter-spacing: -0.5px;
}

.category-top--firstbloom .category-top_desc {
    max-width: initial;
    margin-left: initial;
    margin-top: 16px;
    font-size: clamp(18px, 3.4vw + 0.2px, 34px);
    line-height: clamp(1.35, 0.027vw + 1.35, 1.35);
}

.category-top_video-wrap {
    position: relative;
}

.category-top_head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 1;
}

.category-top--firstbloom .category-top_title {
    font-family: EBGaramond, sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 24px;
    margin-top: 60px;
}

.category-top_title-link {
    font-family: NunitoSans, serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-decoration: underline;
    color: #fff;
}

.category--firstbloom br {
    display: none;
}

.category-fashion__title {
    font-family: EBGaramond, sans-serif;
    font-weight: 500;
    font-size: clamp(34px, 4.2vw + 0.8px, 68px);
    line-height: clamp(1.00, 0.0125vw + 1.00, 1.15);
    text-align: center;
    color: rgba(109, 53, 30, 1);
    margin-bottom: clamp(32px, 5vw + 12px, 72px);
}

.category-fashion__tizer {
    width: 100%;
    height: 100%;
    max-height: 720px;
    min-height: 240px;
    object-fit: cover;
}

.category-fashion__desc {
    margin-top: clamp(16px, 1.3vw + 1px, 29px);
    margin-bottom: clamp(20px, 4.4vw + 4px, 64px);
}

.category-fashion__desc-main {
    font-family: EBGaramond, sans-serif;
    font-weight: 500;
    font-size: clamp(24px, 1.6vw + 18.2px, 28px);
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(105, 124, 166, 1);
    margin-bottom: clamp(16px, 1.6vw + 5.2px, 24px);
    text-align: right;
}

.category-fashion__desc-sub {
    font-family: NunitoSans, serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    color: rgba(41, 26, 19, 1);
}

.category-fashion__fashions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(8px, 1.6vw - 2px, 16px);
}

.fashion-item {
    cursor: pointer;
    position: relative;
}

.fashion-item__image {
    width: 100%;
    height: 100%;
}

.fashion-item__link {
    position: absolute;
    bottom: clamp(16px, 2.4vw + 2px, 32px);
    left: 50%;
    transform: translateX(-50%);
    font-family: NunitoSans, serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-decoration: underline;
    color: #697CA6;
    white-space: nowrap;
}

.category-colour {
    background: rgba(249, 249, 249, 1);
    padding: clamp(48px, 9.6vw + 12px, 120px) 0;
}

.category-colours__title {
    font-family: EBGaramond, sans-serif;
    font-weight: 500;
    font-size: clamp(34px, 4.2vw + 0.8px, 68px);
    line-height: clamp(34px, 6vw + 4px, 100px);
    text-align: center;
    color: rgba(109, 53, 30, 1);
    margin-bottom: clamp(16px, 3vw + 3px, 36px);;
}

.category-colours__subtitle {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(16px, 1.2vw + 11.6px, 18px);
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
    color: rgba(41, 26, 19, 1);
    leading-trim: none;
    margin-bottom: clamp(32px, 5.6vw + 4px, 72px);
}

.firstbloom-colors {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}

.firstbloom-colors__item {
    display: flex;
    flex-direction: column;
}

.firstbloom-colors__item-desc {
    margin-top: auto;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(12px, 1vw + 7px, 14px);
    leading-trim: both;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: rgba(138, 138, 138, 1);
}

.firstbloom-colors__item-img {
    max-height: 170px;
    object-fit: contain;
}

.category-multi__title {
    color: rgba(109, 53, 30, 1);
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(34px, 4.2vw + 0.8px, 68px);
    leading-trim: none;
    line-height: clamp(1.00, 0.027vw + 1.00, 1.35);
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: clamp(16px, 2.4vw + 2px, 32px);
}

.category-multi__subtitle {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(16px, 1.2vw + 11.6px, 18px);
    leading-trim: none;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
    color: rgba(41, 26, 19, 1);
    margin-bottom: clamp(32px, 4.8vw + 4px, 57px);
}


.category-multi__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(8px, 1.6vw - 2px, 16px);
}
.multi-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.multi-item__image {
    width: 100%;
    max-height: 970px;
    object-fit: cover;
    height: 100%;
}
.multi-item__desc {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(12px, 1vw + 7px, 14px);
    leading-trim: none;
    line-height: 1.45;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: rgba(41, 26, 19, 1);
}

.category-end__img {
    width: 100%;
    max-height: 720px;
    min-height: 240px;
    object-fit: cover;
    margin-bottom: 16px;
}
.category-end_desc {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(18px, 2.8vw + 3.2px, 34px);
    line-height: clamp(1.35, 0.015vw + 1.35, 1.35);
    letter-spacing: clamp(0%, 0.2vw, 1%);
    color: rgba(109, 53, 30, 1);
}

.bloom-detail {
    display: flex;
    position: relative;
}

.bloom-detail__slider, .bloom-detail__main {
    flex: 1;
    overflow: hidden;
    position: sticky;
    top: 0;
    height: fit-content;
}
.swiper-slide .bloom-swiper__img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    cursor: grab;
}
.bloom-detail__head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin:40px 0 80px 0;
}
.bloom-detail__title {
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(105, 124, 166, 1);
}
.bloom-detail__subtitle {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(41, 26, 19, 1);
}
.swiper-blog-products {
    position: relative;
}

.new-products__btn-next-wrapper, .new-products__btn-prev-wrapper {
    top: calc(50% - 50px) !important;
}
.swiper__btn-prev-wrapper {
    left: 16px !important;
}
.swiper__btn-next-wrapper {
    right: 16px !important;
}
.bloom-detail__products-title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 320px) / (1440 - 320))), 18px);
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.bloom-detail__products {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
/*.swiper-firstbloom-products-nav {*/
/*    position: absolute;*/
/*}*/

.firstbloom-detail {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    left: 100%;
    background: #fff;
    transition: .5s all;
}

.firstbloom-detail--active {
    right: 0;
    left: 0;
    z-index: 999;
    overflow: scroll;
}

.firstbloom-detail__close {
    position: absolute;
    top: 40px;
    right: 10px;
    cursor: pointer;
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
    z-index: 1;
}
.firstbloom-detail__close::after {
    content: '+';
    font-size: 20px;

}
.bloom-detail__head.bloom-detail__head--mob {
    display: none;
}
@media screen and (min-width: 1067px) {
    .category--firstbloom br.d-xs {
        display: none;
    }
    .category--firstbloom br.d-lg {
        display: inline;
    }
}

@media screen and (max-width: 1066px) {
    .category--firstbloom br.d-xs {
        display: inline;
    }

    .category-top_head {
        display: none;
    }

    .category-fashion__desc-main {
        text-align: center;
    }

    .category-fashion__desc-sub {
        text-align: center;
    }

    .firstbloom-colors {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767.99999px) {
    .bloom-detail {
        flex-direction: column;
    }
    .bloom-detail__slider, .bloom-detail__main {
        position: initial;
    }
    .swiper-slide .bloom-swiper__img {
        max-height: 520px;
    }
    .bloom-detail__head {
        display: none;
    }
    .bloom-detail__slider {
        margin-bottom: 36px;
        padding: 0 16px;
        overflow: hidden;
    }
    .bloom-swiper {
        overflow: hidden;
    }
    .bloom-detail__head.bloom-detail__head--mob {
        display: flex;
        margin: 40px 0 36px 0;
    }
    .firstbloom-detail__close {
        top: 43px;
        right: -3px;
    }
}