/* App Banner */
.blog_app_banner_container {
    z-index: 10000;
    bottom: 0;
    display: none;
    opacity: 0;
    position: fixed;
    justify-content: flex-end;
    width: 100%;
}
.blog_app_banner_wrapper {
    height: 4.5rem;
    color: #696969;
    align-items: center;
    font-family: 'Inter';
    border-radius: 19.8px;
    background: linear-gradient(90deg, #FCFCFC 0%, #F0F0F1 100%);
    box-shadow: 0px 3.6px 5.58px 0.9px rgba(0, 0, 0, 0.17);
    display: flex;
    margin: 0 0.5rem 0.5rem 0;
    gap: 0.6rem;
    padding-left: 1rem;
}
a.app_banner_text_container {
    color: #696969;
    line-height: 1.2;
    margin-right: 0.6rem;
}
a.app_button_container {
    color: #696969;
    display: flex;
    height: 3.5rem;
    width: 12.4rem;
    border-radius: 31.853px;
    box-shadow: -2.016px 4.032px 6.733px -0.9px rgba(0, 0, 0, 0.19);
    justify-content: center;
    gap: 0.4rem;
    background: linear-gradient(90deg, #FFF 0%, #F0F0F1 100%) padding-box, linear-gradient(90deg, #EEEEEF 0%, #ffffff 100%) border-box;
    border: 2.5px solid transparent;
}
img.google_play_icon {
    width: 2.3rem;
    height: auto !important;
    object-fit: contain;
    position: relative;
    left: 0rem;
}
.button_text {
    font-family: 'Inter';
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    left: 0rem;
}
.button_text_first_line {
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.7px;
    text-transform: uppercase;
}
.button_text_second_line {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.327px;
}
.app_banner_call_to_action {
    font-size: 0.8rem;
    font-weight: 600;
}
.app_banner_text {
    font-size: 0.8rem;
}
.app_banner_close_button_container {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.app_banner_close_button_container .line {
    height: 100%;
    width: 0.1rem;
    background: #e5e5e5;
    position: relative;
}
.blog_app_banner_close {
    line-height: 0.9;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    display: inline-block;
    overflow: visible;
    padding: 0 0.4rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    opacity: 0.3;
}
.split_on_mobile{
    display: none;
}
/* Bestseller Slider */
.bestseller_slider_image {
    width: 25rem;
    height: 30rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    flex-shrink: 0;
}
img.bestseller_slider_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_bestseller_slider {
    display: flex;
    margin: 5rem 0;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 30rem;
}
.slider_next_button_wrapper {
    position: absolute;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #FFF 0%, #FFF 50.5%, #FFF 69%, rgba(255, 255, 255, 0.00) 100%);
    padding: 0 2rem;
}
.bestseller_next_container {
    position: relative;
    z-index: 2;
    height: 110%;
}
.slider_next_button_container {
    width: 8rem;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 2rem;
}
.slider_next_button {
    width: 4rem;
    height: 4rem;
    background: #ededed;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.slider_next_button:before {
    font-family: 'BB Icons';
    content: "\e933";
    font-size: 1.3rem;
}
.bestseller_slide.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
a.bestseller_slide_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 29rem;
    aspect-ratio: 1 / 1.3;
    border-radius: 15px;
    border: 2px solid #FFF;
    background: #FFF;
    box-shadow: 0px 4px 24.6px -5px rgba(0, 0, 0, 0.41);
}
.bestseller_price_container {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    line-height: 1;
}
.bestseller_price_container p {
    position: relative;
}

.bestseller_meta_container .regular-price del bdi {
    font-weight: 300;
    font-size: 1rem;
}
.bestseller_meta_container bdi {
    font-size: 1.3rem;
}
.bestseller_product_image_container {
    height: 62%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #F2F2F2 66.5%, rgba(242, 242, 242, 0.37) 87.5%, #FFF 100%);
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
img.bestseller_product_thumbnail {
    width: 70%;
    height: 70%;
    object-fit: contain;
}
.bestseller_meta_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Inter';
    color: #000;
    width: 100%;
}
.bestseller_product_title {
    font-size: 1.3rem;
    font-weight: 600;
    max-width: 20rem;
    text-align: center;
    line-height: 1.1;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.bestseller_product_subtitle {
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 1;
    position: relative;
}
.besteseller_add_to_cart {
    background: var(--callToAction, #f99500); ;
    color: #fff;
    padding: 0.4rem 0.9rem;
    border-radius: 0.4rem;
    margin-top: 0.4rem;
}
.bestseller_slide_content_wrapper{
    margin: 2rem 0;
    position: relative;
    width: fit-content;
    height: 100%;
}
.besteseller_add_to_cart {
    position: absolute;
    left: 50%;
    bottom: 2.1rem;
    transform: translateX(-50%);
    cursor: pointer;
}
.blog_bestseller_slider_container .swiper-slide {
    width: auto!important;
}
/* Loading */
.loading_slides .bestseller_product_image_container:before{
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    border-radius: 0.4rem;
    animation: loadingFade 1s infinite ease; /
}
.loading_slides .bestseller_product_title:before,
.loading_slides .bestseller_product_subtitle:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    animation: loadingFade 1s infinite ease;
}
.loading_slides .bestseller_price_container p:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    animation: loadingFade 1s infinite ease; 
}
.loading_slides .add_to_cart_upsell:before {
    content: "";
    border-radius: 0.4rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: loadingFade 1s infinite ease;
}
@keyframes loadingFade {
    0% {
        background-color: rgba(220, 220, 220, 1); /* Light grey */
    }
    50% {
        background-color: rgb(204, 204, 204, 1); /* Medium grey */
    }
    100% {
        background-color: rgba(220, 220, 220, 1); /* Light grey */
    }
}

/* Other products slider */
.product_slider_next_container {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    z-index: 2;
}
.product_slider_next_container .slider_next_button {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.product_slider_next_container .slider_next_button_wrapper {
    right: 0;
    left: unset;
    padding: 0;
}
.product_slider_prev_container {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0;
    z-index: 2;
}
.product_slider_prev_container .slider_prev_button_wrapper {
    position: absolute;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #FFF 0%, #FFF 50.5%, #FFF 69%, rgba(255, 255, 255, 0.00) 100%);
}
.product_slider_prev_container .slider_prev_button {
    width: 4rem;
    height: 4rem;
    background: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-bottom-right-radius: 3rem;
    border-top-right-radius: 3rem;
}
.product_slider_prev_container .product_slider_prev_container {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0;
}
.product_slider_prev_container .slider_prev_button:before {
    font-family: 'BB Icons';
    content: "\e933";
    font-size: 1.3rem;
    transform: rotate(180deg);
}
.product_slider_arrows_wrapper {
    position: relative;
}
.blog_other_products_slider {
    margin-top: 5rem;
}
.blog_other_products_slider .slider_title {
    font-size: 2rem;
    font-family: 'Inter';
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
}
.other_products_categories_container .swiper-slide {
    width: auto !important;
}
.other_products_category.swiper-slide{
    margin: 0 2rem;
}
.other_products_categories_container {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0 0.5rem 0;
}
.other_products_category_title {
    font-family: 'Inter';
    padding: 0.1rem 0.8rem 0rem;
    border-radius: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.7;
}
.other_products_categories_container .active .other_products_category_title {
    border: 1px solid #ededed;
    font-weight: 600;
}
.other_products_categories_wrapper {
    width: fit-content!important;
}
.products_container {
    width: 83rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.other_products_slider_container .swiper-slide {
    width: auto !important;
    transition: transform 0.3s ease;
}
.other_products_slider_container .swiper-slide-active {
    transform: translateY(-3rem);
}
.other_products_slider_container {
    padding: 4rem 0 0 0!important;
}
.products_container:before {
    content: "";
    position: absolute;
    left: -2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #FFF 0%, #FFF 50.5%, #FFF 69%, rgba(255, 255, 255, 0.00) 100%);
    padding: 0 2rem;
    z-index: 2;
}
.products_container:after {
    content: "";
    position: absolute;
    right: -2rem;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg, #FFF 0%, #FFF 50.5%, #FFF 69%, rgba(255, 255, 255, 0.00) 100%);
    padding: 0 2rem;
    z-index: 2;
}
/* Blog Main Archive */
/* Header */
.blog_archive_header {
    margin-bottom: 0.7rem;
    width: 100%;
    height: 69vh;
    display: block;
    position: relative;
    cursor: default;
}
.blog_archive_main_item {
    height: 100%;
}
img.archive_main_image {
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.main_category_name {
    z-index: 3;
    position: absolute;
    bottom: 10vh;
    right: 20vw;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
}
.archive_gradient_main {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(315deg, rgba(0, 0, 0, 0.30) 23%, rgba(0, 0, 0, 0.00) 100%);
}
/* Content */
.blog_archive_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.7rem;
    width: calc(100% - 1.4rem);
    margin: 0 auto;
}
.blog_archive_main_container {
    display: block;
    position: relative;
}
.blog_archive_main_category_item:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
img.archive_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 0.3rem;
}
.blog_archive_main_category_item {
    flex: 1 0 calc(25% - 0.7rem);
    max-width: calc(25.2% - 0.7rem);
    position: relative;
    cursor: pointer;
}

.category_name {
    z-index: 3;
    bottom: 0.4rem;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
}
.archive_gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 65.63%, #00000063 100%);
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 0.3rem;
}

/* Blog Category Archive */
.category_main_meta {
    position: absolute;
    bottom: 9vh;
    left: 7vw;
}
.last_category_title {
    font-size: 2.6rem;
    max-width: 40rem;
    line-height: 1.1;
    color: #fff;
}

.to_post_button {
    color: #fff;
    font-size: 1.8rem;
    padding: 0.2rem 1rem;
    border: 2px solid #fff;
    width: fit-content;
    cursor: pointer;
    margin-top: 7vh;
}
.archive_gradient_last {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.30) 23%, rgba(0, 0, 0, 0.00) 100%);
}
/* Content */
a.category_item_wrapper {
    flex: 1 0 calc(25% - 0.7rem);
    max-width: calc(25.2% - 0.7rem);
    position: relative;
    cursor: default;
    display: flex;
    flex-direction: column;
}
.blog_archive_category_item {
    position: relative;
    cursor: pointer;
}
.blog_archive_category_item:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.read_now_button {
    position: absolute;
    z-index: 2;
    bottom: 1rem;
    right: 1rem;
    color: #fff;
    padding: 0.4rem 1.3rem;
    border: 1px solid #fff;
    font-weight: 200;
    font-size: 1.1rem;
}
.category_title {
    font-size: 1.4rem;
    color: #000;
    line-height: 1.1;
    hyphens: auto;
}
.category_primary_category {
    font-size: 1.1rem;
    color: #000000a3;
    line-height: 1.1;
    margin-top: 0.7rem;
    margin-bottom: 0.2rem;
}
.blog_archive_category_item .archive_gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 65.63%, #00000080 100%);
}

/* Head Section */
.blog_post_head {
    display: flex;
    height: 100vh;
    position: relative;
}
.post_main_image {
    width: 45%;
    height: 100%;
}
.post_overview {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
img.head_image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.post_overview_wrapper {
    width: 40rem;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.post_date {
    font-weight: 600;font-size: 16px;
}
h1.post_title {
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 700;
    margin-top: 0.4rem;
}
.short_description {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 0.7rem;
}
.post_navigation {
    margin-top: 3rem;
}
.post_nav_title {
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: -0.8rem;
}
.post_nav_items_container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}
.post_nav_item {
    background: #efefef;
    padding: 0.6rem 1.1rem;
    cursor: pointer;
    user-select: none;
}
a.post_file_download {
    color: #fff;
    text-transform: uppercase;
    padding: 1rem 2rem;
    background: var(--callToAction, #f99500);
    border-radius: 0.3rem;
    text-decoration: unset;
    font-family: Inter;
    font-size: 0.9rem;
    font-weight: 600;
}
.post_download_button {
    position: absolute!important;
    bottom: calc(2vh + 1rem)!important;
    right: 0!important;
}

/* Blocks */
.blog_post_content {
    width: 72rem;
    margin: 8rem auto 0;
}
/* Title Block */
.blog_title_container {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
    margin: 2rem 0 0 0;
}
.blog_title_container p {
    margin: 0;
}
/* Text Block */
.blog_text_container {
    font-size: 1.1rem;
    overflow: hidden;
    hyphens: auto;
}
.blog_text_container div{
    max-width: 100%!important;
}
/* List Block */
.blog_list_container {
    font-size: 1.1rem;
    overflow: hidden;
    hyphens: auto;
}
.blog_list_container ul {
    padding-inline-start: 23px;
}
.blog_list_container li {
    margin-bottom: 0.5rem;
}
/* Image Block */
.blog_image_container {
    height: 23rem;
    display: block;
    margin: 2rem 0;
}
.blog_image_container img.blog_post_image {
    height: 100%;
    width: 100%;
}
.blog_post_video {
    height: 100%;
    position: relative;
}
video.blog_post_video_src {
    height: 100%;
    width: 100%;
    object-position: center center;
}
.blog_post_video_play_btn {
    position: absolute!important;
    top: 0;
    width: 100%!important;
    height: 100%!important;

}
.hide_play_button {
    opacity: 0!important;
}
.blog_image_container .blog_post_video:before {
    content: unset;
}
/* Callout Block */
.blog_callout_contianer span {
    font-family: 'Roboto Condensed';
    font-size: 1.1rem;
}
.blog_callout_contianer {
    background: #efefef;
    padding: 1rem 2rem;
    text-align: center;
    width: auto;
}
.blog_callout_contianer pre {
    margin: 0;
}
/* Quote Block */
.blog_quote_contianer {
    display: flex;
}
.quote_icon_first {
    display: flex;
}
.quote {
    font-size: 5.2rem;
    line-height: 0.9;
    margin: 0 1.1rem;
}
.quote_icon_second {
    display: flex;
    align-items: end;
}
.quote_icon_second .quote {
    line-height: 0;
}
.quote_content {
    font-size: 1.1rem;
}
/* Squares Block */
.blog_squares_container {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
    justify-content: space-between;
    gap: 0.5rem;
}
img.blog_post_square {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
a.blog_square_item {
    position: relative;
}
.blog_post_square_image::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.blog_post_video:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
img.blog_post_square {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog_squares_container video.blog_post_video_src {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Links Block */
.blog_links_title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}
a.blog_link_button {
    font-size: 1rem;
    background: #efefef;
    padding: 0.5rem 0.7rem;
    margin: 0.5rem 0.5rem;
    color: #000;
    border-radius: 0.2rem;
    cursor: pointer;
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 20%);
}
.blog_links_container {
    padding: 1.5rem 1.5rem;
    margin: 1rem 0 0.7rem 0;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
}
.blog_links_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
}

/* Product Rectangle Horizontal Block */
.blog_product_rectangle_horizontal_container {
    display: flex;
}
a.blog_product_rectangle_horizontal_item {
    display: flex;
    padding: 1.4rem;
    width: 49%;
    color: #000;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
    height: 18rem;
}
img.blog_post_product_rectangle_horizontal {
    width: 50%;
}
.post_product_rectangle_horizontal_content {
    width: 50%;
    height: 100%;
    position: relative;
}
.blog_product_rectangle_horizontal_container .product_price {
    position: absolute;
    bottom: 0;
    font-size: 1.7rem;
}
.blog_product_rectangle_horizontal_container .post_title {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    max-width: 10rem;
    position: relative;
    z-index: 2;
}
.post_title_container {
    width: fit-content;
}
.blog_product_rectangle_horizontal_container {
    width: 100%;
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
}
.product_rectangle_horizontal_regulare_price {
    display: flex;
    align-items: center;
}
.product_rectangle_horizontal_regulare_price .currency {
    font-size: 1.3rem;
    margin-right: 0.2rem;
}
.post_category {
    font-weight: 100;
    margin-bottom: 0.2rem;
}
.product_rectangle_horizontal_sale_price {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.post_description {
    line-height: 1.2;
    width: 13rem;
    margin-top: 0.9rem;
    font-weight: 100;
    font-size: 1.1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product_rectangle_horizontal_sale_price .currency {
    font-size: 1.3rem;
    margin-right: 0.2rem;
}

.product_rectangle_horizontal_regulare_price.del {
    text-decoration: line-through;
    line-height: 1;
    font-size: 1.2rem;
}
a.blog_product_rectangle_horizontal_item.item_0 {
    background: #efefef;
}
a.blog_product_rectangle_horizontal_item.item_1 {
    background: #D8D8D8;
}
.blog_product_rectangle_horizontal_container .blog_post_video:before {
    content: unset;
}
.blog_product_rectangle_horizontal_container .blog_post_video {
    width: 50%;
}
.blog_product_rectangle_horizontal_container .prd-slider-play-buttton {
    height: 100%;
}

/* Rectangle Horizontal Block */
.rectangle_horizontal_wrapper {
    display: flex;
    justify-content: space-between;
    height: 27rem;
}
img.blog_rectangle_horizontal {
    height: 100%;
    max-width: 100%;
}
.blog_rectangle_horizontal_container .blog_post_video:before {
    content: unset;
}
.blog_rectangle_horizontal_container .prd-slider-play-buttton {
    height: 100%;
}

/* Rectangle Vertical Block */
.blog_rectangle_vertical_container {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
    justify-content: space-between;
    gap: 0.5rem;
}
.blog_rectangle_vertical_image::before {
    content: "";
    display: block;
    padding-bottom: 130%;
}
img.blog_post_rectangle_vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.blog_rectangle_vertical_item {
    position: relative;
}
.blog_rectangle_vertical_container .prd-slider-play-buttton {
    height: 100%;
}
.blog_rectangle_vertical_container video.blog_post_video_src {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post_rectangle_vertical_content {
    position: absolute;
    bottom: 1rem;
    background: #fff;
    width: 95%;
    margin: 0 auto;
    left: 0;
    right:0;
    padding: 1rem;
    color: #000;
    line-height: 1.2;
}
.post_rectangle_vertical_content .post_title {
    font-weight: 700;
    margin: 0.3rem 0;
}
.post_rectangle_vertical_content .divider {
    width: 2rem;
    height: 1px;
    background: #000;
    margin-bottom: 0.3rem;
    margin-top: 0.8rem;
}

/* Slider with Text Block */
.blog_slider_with_text_container {
    height: 28rem;
    margin: 1rem 0;
}
.blog_slider_with_text_swiper_container.swiper {
    height: 100%;
}
.blog_slider_meta_container {
    position: absolute;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    align-items: center;
}
.blog_slider_meta_wrapper {
    width: 31rem;
    display: flex;
    flex-wrap: wrap;
}
.blog_slider_with_text_container .slide_title {
    font-size: 2.7rem;
    line-height: 1;
    font-weight: 500;
}
.blog_slider_with_text_container .slide_text {
    line-height: 1.1;
    margin: 1rem 0;
}
.blog_slider_with_text_container a.button_container {
    color: #000;
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    font-size: 1.1rem;
    font-weight: 700;
    display: inline-block;
}
a.shop_now_button_container {
    position: absolute;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    font-size: 1.1rem;
    font-weight: 500;
    border: 2px solid #fff;
    text-transform: uppercase;
    transition: 0.2s;
    z-index: 2;
}
a.shop_now_button_container:hover {
    color: #000;
    background: #fff;
}
.blog_slider_with_text_container .blog_post_video:before {
    content: unset;
}
.blog_slider_with_text_container .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    border: 2px solid #fff;
}
.blog_slider_with_text_container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.8rem;
    height: 0.8rem;
    background: #fff;
    border: 2px solid #fff;
}
.swiper-button-next.blog-slider-with-text-arrow {
    color: #fff;
}
.swiper-button-prev.blog-slider-with-text-arrow {
    color: #fff;
}
.blog_slider_with_text_container .slide_space {
    width: 6rem;
    height: 0.1rem;
    background: #fff;
    margin: 1.4rem 1rem 0 0;
}
.blog_slider_with_text_container .slider_text_container {
    display: flex;
}
img.blog_post_slider_with_text {
    height: 100%;
}
/* Related Posts Block */
.related_posts_slider_swiper_container a.content {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0.2rem;
    height: 95.4%;
    flex-direction: column;
}
.related_meta_section {
    padding: 1rem 0 0 0;
    color: #000;
}
.related_post_title {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 1rem;
    min-height: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.related_post_title p {
    margin: 0;
}
.realted_post_read_more_arrow:before {
    font-family: 'BB Icons';
    margin-left: 0.4rem;
    content: "\e933";
    font-size: 0.7rem;
}
.related_post_read_more_container {
    display: flex;
    align-items: center;
    color: #FF005C;
    margin-top: 1rem;
}
.related_post_date_category {
    display: flex;
    flex-direction: row;
}
.related_posts_slider_container .swiper-slide{
    height: auto;
}
.swiper-button-next.related-posts-arrow,
.swiper-button-prev.related-posts-arrow {
    color: #000;
}
.swiper-button-prev.related-posts-arrow {
    left: 0;
}
.swiper-button-next.related-posts-arrow{
    right: 0;
}
.related_posts_slider_container {
    margin: 1rem 0;
    width: 110%;
    left: -5%;
    position: relative;
}
.related_posts_slider_swiper_container {
    width: 91.1%;
}
.related_top_section {
    display: flex;
    flex-direction: row;
    position: relative;
}
.related_post_shortDesc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.related_post_shortDesc {
    line-height: 1.3;
}
.related_posts_slider_container .blog_post_video:before {
    content: unset;
}
.related_posts_slider_swiper_container .blog_post_video{
    width: 100%;
}
.related_posts_slider_swiper_container .blog_post_video_play_btn{
    z-index: 3;
}
.related_posts_read_now {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    color: #fff;
    border: 2px solid #fff;
    padding: 0.2rem 0.8rem;
    z-index: 2;
}
.related_posts_gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.related_post_category_wrapper {
    margin-left: 0.2rem;
}

/* Bio Block */
.bio_container {
    display: flex;
    flex-direction: row;
    margin: 1rem 0px;
    height: 29rem;
}
.bio_meta {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 3.2rem;
    justify-content: center;
}
.bio_image_or_video_container {
    width: 50%;
}
.bio_subtitleTop {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    color: #00000085;
}
.bio_authorName_text {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
}
.bio_authorName {
    margin: 1rem 0;
    width: fit-content;
}
.bio_authorName_underline {
    height: 0.3rem;
    background: #FF9900;
}
.bio_subtitleBottom {
    font-size: 1.2rem;
    font-weight: 700;
    color: #00000085;
}
.bio_aboutTheAuthor {
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 1rem 0;
    max-width: 28rem;
}
.bio_socials_container {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.2rem;
}
a.bio_social_item {
    width: 25px;
    height: 25px;
}
img.bio_image {
    width: 100%;
    height: 100%;
}
.bio_container .blog_post_video:before {
    content: unset;
}

/* Accordion Block */
.blog_faq_container {
    width: auto;
    margin: 1rem auto;
    font-size: 1.1rem;
    color: #000;
}
.blog_faq_container ul {
    list-style: none;
    padding: 0;
}
.blog_faq_container .main_accordion {
    border: unset;
}
.blog_faq_container .main_title {
    font-size: 3rem;
    font-weight: 500;
}
.init_active .sub_accordion.item_content {
    opacity: 1;
}
.blog_faq_container .item_header {
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    padding: 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog_faq_container .item_content .accordion_item {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    margin: 0 0.2rem;
    border-top: 1px solid #0000000a;
}
.blog_faq_container .item_content {
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 300;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: max-height .3s ease-out,opacity .6s ease-out;
    margin: 0 0 1rem 0;
}
.blog_faq_container .item_content .text{
    margin-bottom: 1.5rem;
    max-width: 100%;
    padding: 0 1.3rem;
}
.blog_faq_container .accordion_item.active .item_content {
    opacity: 1;
}
.blog_faq_container .main_header .accordion_icon:before {
    content: "\e92d";
    font-family: 'BB Icons';
    font-size: 3.9rem;
    display: block;
}
.blog_faq_container .sub_accordion.item_content .accordion_icon:before {
    content: "\e92d";
    font-family: 'BB Icons';
    font-size: 1.9rem;
    display: block;
}
.rotate {
    transform: rotate(180deg);
}
/* Youtube Video Block */
.blog_external_video_container iframe {
    width: 100%;
    height: 100%;
}
iframe.youtube {
    height: 40.5rem;
}
.blog_external_video_container {
    width: auto;
    height: auto;
}

/* Klaviyo Sign Up Form */

.blog_sign_up_form_container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 30rem;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 33.2px 0px rgba(0, 0, 0, 0.13);
    margin: 1rem 0;
}
.sign_up_image_container {
    width: 50%;
}
.sign_up_form_content_container {
    width: 50%;
    font-family: Inter;
    padding: 0 6vw;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.sign_up_image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.sign_up_form_subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.sign_up_form_title {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
}
.sign_up_form_text {
    line-height: 1.2;
    margin: 0.4rem 0 0.9rem;
}
#signUpForm {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.5rem;
}
.sign_up_form input {
    background: #F7F7F7;
    border: 0;
    height: 2.9rem;
    text-indent: 0.7rem;
    border-radius: 9.4px;
    font-family: 'Inter';
    font-size: 1rem;
}
.sign_up_form input::placeholder {
    color: #b7b7b7;
    font-weight: 200;
}
.sign_up_form input[type="submit"] {
    background: var(--callToAction, #FF9A03);
    height: 3.3rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
}
.sign_up_form_message{
    height: 0;
}
.alert-success{
    color: #49ad00;
}
.alert-danger{
    color: #ff0000;
}

/* ############################################### */
            /* RESPONSIVE SECTION*/
/* ############################################### */
@media screen
  and (max-width: 1530px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    /* Product Slider */
    .other_products_slider_container a.bestseller_slide_content {
        height: 23rem;
    }
    .other_products_slider_container .besteseller_add_to_cart {
        bottom: 1.1rem;
    }
    .products_container {
        width: 62rem;
    }
    .blog_other_products_slider .slider_next_button {
        width: 2.7rem;
        height: 3rem;
    }
    .blog_other_products_slider .slider_prev_button {
        width: 2.7rem;
        height: 3rem;
    }
}

@media screen
  and (max-width: 1290px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    /* Head Section */
    .post_overview_wrapper {
        width: 90%;
    }
    /* Blocks */
    .blog_post_content {
        width: 91%;
        margin: 3rem auto 0;
    }
    /* Image Block */
    .blog_image_container {
        height: 26vw;
    }
    /* Product Rectangle Horizontal Block */
    a.blog_product_rectangle_horizontal_item {
        height: 24.6vw;
    }
    .product_rectangle_horizontal_sale_container {
        display: flex;
        gap: 0.6rem;
        justify-content: center;
    }
    /* Rectangle Horizontal Block */
    .rectangle_horizontal_wrapper {
        height: 33vw;
    }
    /* Slider with Text Block */
    .blog_slider_with_text_container {
        height: 38vw;
    }
    /* Related Posts Block */
    .swiper-button-next.related-posts-arrow {
        right: 0.7rem;
    }
    .swiper-button-prev.related-posts-arrow {
        left: 0.3rem;
    }
    /* Bio Block */
    .bio_container {
        height: 41vw;
    }
    /* Youtube Video Block */
    iframe.youtube {
        height: 51.1vw;
    }
}

@media screen
  and (max-width: 1290px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    /* Product Slider */
    .product_slider_prev_container {
        display: none;
    }
    .product_slider_next_container {
        display: none;
    }
}
@media screen /*Desktop*/ 
  and (max-width: 992px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    /* Product Slider */
    .products_container {
        width: 100vw;
    }
    .bestseller_product_title {
        max-width: 13.6rem;
    }
    .other_products_slider_container  .bestseller_slide.swiper-slide {
        margin: 0 2rem;
    }
    /* Blog Main Archive */
    .blog_archive_header {
        height: 100vh;
        max-width: 100%;
        overflow: hidden;
    }
    .blog_archive_main_category_item {
        flex: 1 0 calc(33.7% - 0.7rem);
        max-width: calc(33.7% - 0.7rem);
    }
    .blog_archive_content {
        width: 97%;
        margin: 0 auto;
    }
    .main_category_name {
        bottom: 5vw;
        left: 5vw;
        right: unset;
    }
    /* Bestseller Slider Top */
    .bestseller_slider_image {
        display: none;
    }
    .bestseller_next_container {
        display: none;
    }
    .bestseller_slide_content_wrapper{
        margin: 2rem 0;
    }
    /* Head Section */
    .blog_post_head {
        height: 100%;
        flex-direction: column;
    }
    .post_overview_wrapper {
        width: 100%;
        margin: 0 5vw;
    }
    /* Blog Category Archive */
    a.category_item_wrapper {
        flex: 1 0 calc(33.7% - 0.7rem);
        max-width: calc(33.7% - 0.7rem);
    }
    .category_main_meta {
        left: unset;
        margin: 0 1rem;
    }
    .to_post_button {
        margin-top: 4vh;
    }
    /* Blocks */
    .blog_post_content {
        width: 100%;
    }
    .blog_title_container,
    .blog_text_container,
    .blog_list_container,
    .blog_image_container,
    .blog_callout_contianer,
    .blog_squares_container,
    .blog_rectangle_horizontal_container,
    .blog_rectangle_vertical_container,
    .blog_links_container,
    .bio_container,
    .blog_faq_container,
    .blog_external_video_container
    {
        margin-right: 5vw;
        margin-left: 5vw;
    }
    .post_main_image {
        width: 100%;
        height: 50vh;
    }
    .post_overview {
        width: 100%;
        margin-top: 1.5rem;
    }
    .post_overview_wrapper {
        align-items: flex-end;
        flex-direction: column;
    }
    .post_download_button {
        position: unset!important;
        display: flex;
        margin-top: 1rem;
    }
    .blog_image_container {
        height: 35vw;
    }
    .blog_product_rectangle_horizontal_container {
        flex-direction: column;
        gap: 1.6rem;
        background: #efefef59;
        align-items: center;
        padding: 3.3rem 0px;
    }
    a.blog_product_rectangle_horizontal_item {
        height: 41.6vw;
        width: 81vw;
    }
    .blog_product_rectangle_horizontal_container .post_title {
        font-size: 1.9rem;
        max-width: 14rem;
    }
    .product_rectangle_horizontal_sale_container {
        flex-direction: column;
        gap: 0;
    }
    .post_category {
        font-size: 1.2rem;
    }
    .post_description {
        width: 70%;
        font-size: 1.2rem;
    }
    .bio_container {
        flex-direction: column!important;
        height: 100%;
    }
    .bio_meta {
        width: 100%;
    }
    .bio_image_or_video_container {
        width: 100%;
        height: 55vh;
    }
    .blog_callout_contianer span {
        display: block;
        width: 100%;
        text-wrap: wrap;
        line-height: 1.3;
        text-align: left;
    }
    .related_posts_slider_container {
        width: 100%;
        left: 0;
    }
    .blog_rectangle_horizontal_container{
        width: auto!important;
    }
    .related_posts_slider_swiper_container{
        width: 100%;
    }
    .blog_slider_with_text_container {
        height: 70vh;
    }
    .blog_slider_meta_wrapper {
        width: 90vw;
    }
    .bio_meta {
        height: 50vh;
        padding: 1.2rem;
    }
    .bio_subtitleTop {
        font-size: 3.3vw;
    }
    .bio_authorName_text {
        font-size: 6vw;
    }
    .bio_authorName {
        margin: 0.7rem 0;
    }
    .bio_subtitleBottom {
        font-size: 3.3vw;
    }
    .bio_aboutTheAuthor {
        font-size: 3.3vw;
        margin: 0.7rem 0;
    }
    .bio_socials_container {
        margin-top: 0.6rem;
    }
    .bio_image_or_video_container {
        height: 50vh;
    }

    /* Klaviyo sign up */
    .sign_up_image_container {
        width: 100%;
    }
    .blog_sign_up_form_container {
        flex-direction: column;
        width: calc(100% - 10vw);
        margin: 0 auto;
        height: unset;
    }
    .sign_up_form_content_container {
        width: 100%;
        padding: 6vw 8vw 9vw 8vw;
    }
    .sign_up_form input {
        height: 3.4rem;
    }
}

@media screen /*Desktop*/ 
  and (max-width: 770px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    /* Blocks */
    .product_rectangle_horizontal_sale_container {
        flex-direction: row;
        gap: 0.5rem;
    }

}
@media screen /*Desktop*/ 
  and (max-width: 700px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    /* Blog Main Archive */
    .blog_archive_main_category_item {
        flex: 1 0 calc(51% - 0.7rem);
        max-width: calc(50.8% - 0.7rem);
    }
    /* Blog Category Archive */
    a.category_item_wrapper {
        flex: 1 0 calc(51% - 0.7rem);
        max-width: calc(50.8% - 0.7rem);
    }
    .last_category_title {
        font-size: 2.1rem;
        max-width: 95%;
    }
    .to_post_button {
        font-size: 1.4rem;
        margin-bottom: 4vh;
    }
    .category_main_meta {
        bottom: 5vh;
    }
    /* Blocks */
    .blog_product_rectangle_horizontal_container .post_description {
        display: none;
    }
    .blog_product_rectangle_horizontal_container .post_title {
        font-size: 4.3vw;
    }
    .post_category {
        font-size: 3.5vw;
    }
    .blog_product_rectangle_horizontal_container .product_price {
        font-size: 4.3vw;
    }
    .product_rectangle_horizontal_regulare_price.del {
        font-size: 3.5vw;
    }
    a.shop_now_button_container {
        padding: 0.3rem 0.4rem;
        font-size: 1rem;
    }
    .blog_rectangle_vertical_container .blog_rectangle_vertical_item {
        width: 100%!important;
    }

    /* Bestseller Slider */
    a.bestseller_slide_content {
        height: 25rem;
        aspect-ratio: 1 / 1.3;
    }
    .bestseller_product_image_container {
        height: 55%;
    }
    .blog_bestseller_slider {
        height: 25rem;
    }
    /* Product SLider */
    .other_products_categories_container{
        display: block;
    }
}

@media screen /*Desktop*/ 
  and (max-width: 490px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    /* Product Slider */
    .other_products_slider_container  .bestseller_slide.swiper-slide {
        margin: 0 1rem;
    }
    .other_products_category.swiper-slide {
        margin: 0 1rem;
    }
    /* App Banner */
    .app_banner_text {
        font-size: 10px;
        line-height: 1;
    }
    .app_banner_call_to_action {
        font-size: 11.2px;
    }
    a.app_banner_text_container {
        margin-right: 0.2rem;
    }
    .button_text_second_line {
        font-size: 1rem;
    }
    .button_text_first_line {
        font-size: 10.1px;
    }
    img.google_play_icon {
        width: 2rem;
    }
    .blog_app_banner_close {
        font-size: 0.7rem;
    }
    a.app_button_container {
        height: 3rem;
        width: 10rem;
        max-width: 10rem;
    }
    .blog_app_banner_container {
        justify-content: center;
    }
    .blog_app_banner_wrapper {
        margin: 1rem 0.5rem;
        height: 3.9rem;
    }
    .split_on_mobile{
        display: block;
    }
}

@media screen /*Desktop*/ 
  and (max-width: 480px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    .post_overview_wrapper {
        margin: 0 3vw;
    }
    /* Blocks */
    .blog_title_container,
    .blog_text_container,
    .blog_list_container,
    .blog_image_container,
    .blog_callout_contianer,
    .blog_squares_container,
    .blog_rectangle_horizontal_container,
    .blog_rectangle_vertical_container,
    .blog_links_container,
    .bio_container,
    .blog_faq_container,
    .blog_external_video_container
    {
        margin-right: 3vw;
        margin-left: 3vw;
    }
    /* Klaviyo sign up */
    .blog_sign_up_form_container {
        width: calc(100% - 6vw);
    }
    .sign_up_form_title {
        font-size: 6.6vw;
    }
    .sign_up_form_content_container {
        padding: 4vw 6vw 10vw 6vw;
    }
    .sign_up_form_text {
        font-size: 3.8vw;
    }
    .sign_up_form_subtitle {
        font-size: 4.3vw;
    }
    .sign_up_form input {
        height: 2.8rem;
    }
    .sign_up_form input[type="submit"] {
        height: 3rem;
    }
}

@media screen /*Desktop*/ 
  and (max-width: 390px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    /* Blog Main Archive */
    .blog_archive_main_category_item {
        flex: 1 0 100%;
        max-width: 100%;
    }
    /* Blog Category Archive */
    a.category_item_wrapper {
        flex: 1 0 100%;
        max-width: 100%;
    }

    /* App Banner */
    .button_text_second_line {
        font-size: 15px;
    }
    .button_text_first_line {
        font-size: 8px;
    }
    img.google_play_icon {
        width: 1.6rem;
    }
    a.app_button_container {
        height: 2.9rem;
        width: 10rem;
        max-width: 8.2rem;
    }
    /* Bestseller Slider */
    a.bestseller_slide_content {
        height: 20rem;
    }
    a.besteseller_add_to_cart {
        white-space: nowrap;
        bottom: 1.2rem;
    }
    .bestseller_product_title {
        max-width: 11.5rem;
    }
}