/*
 * * Version:        0.1
 * * Author:         Justus Bloennigen
 * * Creation Date:  Sunday, April 30th 2023, 2:52:48 pm
 * * Last Modified:  Sun Apr 30 2023
 * * Modified By:    Justus Bloennigen
 * * File:           bb_home_page_blocks.css
 * * File Location:  \bb_home_page_blocks.css
 * * Copyright (c)   2023 DreamInk
 * *
 * * HISTORY:
 * * Date      	          By	Comments
 * * ----------	          ---	----------------------------------------------------------
 * 
 */

 html{
    height: 100%;
    width: 100%;
}
body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #efefef;
    overflow-x: hidden;
    color: #404040;
}
.bb_product {
    background: #fff;
}
.nav_wrapper{
    display: flex;
    justify-content: center;
}
.nav{
    display: flex;
    width: 800px;
    height: 133px;
    background: transparent;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    z-index: 1000;
}
.nav li{
    list-style: none;
    display: flex;
    font-size: .8rem;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 600;
    transform: scale(1.1, 1.4);
}
.nav li{
    color: #fff;
}
/* Hero Slider Home */
.hero_full_container{
    height: 100vh;
    max-width: 100%;
    overflow: hidden;
}
.hero_swiper_container{
    height: 100%;
    width: 100%;
    margin-top: 0!important;
}
.home_hero_wrapper{
    width: 100%!important;
    height: 100%!important;
}
.swiper_slide_container {
    width: 100%;
    height: 100%;
    position: relative;
}
.slide_meta_container {
    display: flex;
    position: absolute;
    z-index: 5;
}
.home .slide_meta_wrapper h2, 
.home .slide_meta_wrapper h3, 
.slide_meta_wrapper{
    font-family: 'Poppins'!important;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    min-width: fit-content;
}
.slide_meta_wrapper p{
    margin: 0;
}
.slide_badge_text {
    font-size: 1.9rem;
    line-height: 1;
}
.slide_content_container {
    position: relative;
    left: 0.2rem;
}
.slide_title_big {
    color: #fff;
    line-height: 0.9;
    margin: 0.2rem 0 0.6rem 0;
}
.slide_subtitle {
    color: #c5c5c5;
    font-size: 5.8rem;
    letter-spacing: -4px;
    margin-top: -0.8rem;
}
.slide_button_container.pos_slideCountContainer {
    left: calc(13rem + 2vw);
    bottom: 0rem;
    position: absolute;
    z-index: 100;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pos_slideCount {
    margin: unset!important;
}
.slide_button_text {
    font-style: normal;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0rem;
    font-weight: 700;
    font-size: 1rem;
    border: 1px solid #ffffff82;
    border-radius: 36px;
    display: inline-block;
    transition-duration: .5s;
}
.slide_button_text:hover{
    transition-duration: .5s;
}
.slide_button_text p{
    margin: 0!important;
}
.slide_button_text > p > span {
    padding: 1.2rem 2.7rem;
    display: inline-block;
    transition-duration: .5s;
}
.hero_swiper_container .slide_image_container{
    width: 100%;
    height: 100%;
}
.hero_swiper_container .slide_image_container picture {
    height: 100%;
    width: 100%;
}
.hero_image {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    object-position: center;
    max-width: unset!important;
    max-height: unset!important;
}
.swiper_slider_navigation_container {
    position: absolute;
    color: #fff;
    z-index: 5;
    left: 3vw;
    bottom: 2rem;
    display: flex;
    align-items: center;
}
.swiper_pagination_slider {
    margin: 0 1.2rem;
    display: flex;
    align-items: center;
}
span.slider_pagination_count_bold {
    font-size: 2.5rem;
    font-weight: 700;
    margin-right: 0.9rem;
}
span.slider_pagination_count_light {
    font-weight: 300;
    margin-left: 0.9rem;
    font-size: 1.2rem;
}
.slider_button_next{
    color: #fff!important;
}
.slider_button_prev{
    color: #fff!important;
}
.slider_button_next:after{
    content: 'next';
}
.slider_button_prev:after{
    content: 'prev';
}
.slider_button_next:after, .slider_button_prev:after {
    font-family: swiper-icons;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-size: 0.7rem;
}
/* Slider Video */
.slide_hero_video_container {
    width: 100%;
    height: 100%;
}
.slide_hero_video_container .wp-video {
    width: 100%!important;
    height: 100%;
}
.slide_hero_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* ### End of hero ### */
/* Advantage Slider Small */
.advantage_small_container {
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.swiper.advantage_small_swiper_container {
    height: 5.5rem;
    /* padding: 1.5rem 1.5rem; */
    width: 70vw;
}
.advantage_small_container img {
    height: 4rem;
    width: 4rem;
    max-width: unset;
}
.advantage_small_container .slide_image_container {
    display: flex;
    align-items: center;
}
.advantage_small_container .slide_text {
    font-size: 1.7rem;
    font-weight: 600;
    font-family: 'Roboto Condensed';
    color: #b7b7b7;
    padding: 0 1.4rem;
    line-height: 1;
}
/* ### End of Advantage Slider Small ### */
/* Product Slider Square */
.product_slider_square_container {
    margin-top: 4rem;
}
.block_title_container {
    text-align: center;
}
.block_small_title {
    line-height: 1.2;
    font-size: 2.3rem;
}
.block_big_title {
    font-size: 3.3rem;
    font-weight: 600;
    line-height: 1;
}
.product_slider_square_container .swiper_slide_container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_square_container {
    width: 75%;
}
.product_square_img {
    max-width: 100%;
    height: auto;
}
.product_slide_meta_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #404040;
    line-height: 1.2;
    margin-top: 1rem;
}
.prd_square_sale_container {
    display: flex;
    gap: 0.6rem;
}
.product_square_swiper_container .slide_title {
    font-size: 2.5rem;
    font-weight: 600;
}
.product_square_swiper_container .slide_text,
.prd_square_sale_price,
.prd_square_regulare_price{
    font-size: 1.6rem;
}
.prd_square_regulare_price.del{
    color: #f49b18;
    text-decoration: line-through;
}
.centered-slide {
    justify-content: center;
}
/* ### End of Product Slider Square ### */
/* Reviews Slider */
.reviews_container {
    margin-top: 5rem;
}
.reviews_swiper_container {
    padding: 2rem 1rem;
}
.reviews_swiper_container  .review_slide_container {
    box-shadow: rgb(12 12 12 / 19%) 0px 0px 13px 0px;
    background: #fff;
    padding: 1.5rem 2rem 2rem 2rem;
    height: fit-content;
    overflow: hidden;
    border-radius: 1.4rem;
}
.review_home_item_header_container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.review_home_item_footer_container {
    margin-top: 1rem;
    position: relative;
    font-family: 'Roboto Condensed';
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}
.review_home_by_avatar {
    height: 2rem;
    width: 2rem;
    object-fit: cover;
    border-radius: 50px;
}
.review_item_text {
    font-size: 1.25rem;
}
.review_item_title {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0.5rem 0 0.4rem 0;
    line-height: 1;
}
.review_home_badge {
    color: #888;
    font-family: 'Roboto Condensed';
    font-size: .9rem;
}
.reviews_container .review_home_stars:before {
    font-family: 'BB Icons';
    color: #ffc300;
    font-size: 2rem;
    margin-left: -0.5rem;
}
/* ### End of Reviews Slider ### */
/* Content about half */
.content_about_half_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.content_about_half_content_wrapper {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    order: 1;
}
.content_about_half_image_wrapper {
    width: 50%;
    order: 1;
    position: relative;
    display: flex;
}
.content_about_half_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}
.content_about_half_text_wrapper {
    width: 35vw;
    font-family: 'Roboto Condensed';
    padding: 2.5rem 0;
}
.content_about_half_title {
    font-weight: 700;
    line-height: .9;
}
.content_about_half_title span,
.content_about_half_title p {
    font-size: clamp(2.4rem, 2.8vw, 3.4rem)!important;
    margin: 0!important;
}
.content_about_half_text {
    line-height: 1.3;
}
.content_about_half_text span,
.content_about_half_text p,
.content_about_half_btn {
    font-size: clamp(1.5rem, 1.6vw, 3.4rem)!important;
}
.content_about_half_btn {
    width: fit-content;
    margin: 0 auto;
}
a.content_about_half_link {
    color: unset;
    display: contents;
}
/* ### End of Content about half ### */
/* Content about two thirds */
.content_about_two_thirds_container {
    display: flex;
    max-width: 100%;
    overflow-x: hidden;
}
.content_about_two_thirds_content_wrapper {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-align: center;
}
.content_about_two_thirds_image_wrapper {
    width: 60%;
    order: 1;
}
.content_about_two_thirds_img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.content_about_two_thirds_text_wrapper {
    width: 28vw;
    font-family: 'Roboto Condensed';
}
.content_about_two_thirds_title {
    font-weight: 700;
    line-height: .9;
}
.content_about_two_thirds_title span,
.content_about_two_thirds_title p {
    font-size: clamp(2.4rem, 2.8vw, 3.4rem)!important;
}
.content_about_two_thirds_text {
    line-height: 1.3;
}
.content_about_two_thirds_text span,
.content_about_two_thirds_text p,
.content_about_two_thirds_btn {
    font-size:  clamp(1rem, 1vw, 1.2rem)!important;
}
.content_about_two_thirds_btn {
    width: fit-content;
    margin: 0 auto;
}
a.content_about_two_thirds_link {
    color: unset;
    display: contents;
}
.content_about_two_thirds_seperator {
    height: 0.4rem;
    width: 3rem;
    background: #ffa565;
    margin: 1.5vh auto;
}
/* ### End of Content about two thirds ### */
/* Content about Half frame */
.content_about_half_frame_container.content_about_two_thirds_container {
    min-height: fit-content;
}
.content_about_half_frame_container .content_about_two_thirds_content_wrapper {
    width: 50%;
}
.content_about_half_frame_container .content_about_two_thirds_image_wrapper {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_about_half_frame_container .content_about_two_thirds_img {
    width: 90%;
    height: 90%;
    min-height: fit-content;
    object-fit: contain;
}
/* ### End of Half frame  ### */
/* Magic Formula */
.magic_formula_container {
    width: 100%;
    margin: 2rem 0;
}
.magic_formula_img_container {
    display: flex;
    justify-content: center;
    margin: 3rem;
    width: 100%;
}
.magic_formula_content_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.magic_formula_content_container {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 2rem 0;
    padding: 0px 2rem;
    max-width: 100vw;
}
.magic_formula_content_container .block_title_container {
    margin: 0;
}
.magic_formula_slide_container .check:before {
    content: "\e922";
    font-family: 'BB Icons';
    font-size: 2.5rem;
    color: #fff;
    border-radius: 100%;
}
.magic_formula_slide_container .check {
    background: orange;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 3;
    border: 0.3rem solid #fff;
}
.magic_formula_slide_container .badge_container {
    display: flex;
    align-items: center;
}
.magic_formula_slide_container .badge_content {
    background: orange;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0 1.9rem 0 1.4rem;
    margin-left: -0.8rem;
    z-index: 2;
    clip-path: polygon(0 1%, 100% 0, 88% 100%, 0% 100%);
}
.magic_formula_description {
    margin-left: 3rem;
    color: orange;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.2px;
}
.magic_formula_content_container .swiper_slide_container {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ### End of Magic Formula  ### */
/* Product Slider Polaroid  */
.product_polaroid_swiper_container{
    overflow: hidden;
}
.product_slider_polaroid_container{
    max-width: 100%;
    overflow-x: hidden;   
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #efefef;
}
.product_slider_polaroid_container .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_polaroid_wrapper {
    width: 88%;
}
.product_slider_polaroid_arrow_next{
    right: 0!important;
}
.product_slider_polaroid_arrow_prev{
    left: 0!important;
}
.product_slider_polaroid_arrow_next:after {
    color: black;
}
.product_slider_polaroid_arrow_prev:after {
    color: black;
}
.product_polaroid_swiper_container{
    margin-top: 3rem;
    position: relative;
}
.product_slider_polaroid_slide_wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    width: 88%;
}
a.product_slider_polaroid_slide_upper_link {
    width: 90%;
    margin-top: 0.4rem;
    text-decoration: none;
    color: #000;
}
a.product_slider_polaroid_slide_upper_link:hover {
    color: #000;
}
.product_slider_polaroid_slide_upper{
    font-family: 'Roboto Condensed';
    padding-bottom: 3%;
    background: -webkit-linear-gradient(-85deg, #ededed 0, #fcfcfc 73%, rgba(255,255,255,0) 100%), -webkit-linear-gradient(-264.39deg, #ededed 0, #f0eff1 32%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(175deg, #ededed 0, #fcfcfc 73%, rgba(255,255,255,0) 100%), -moz-linear-gradient(354.39deg, #ededed 0, #f0eff1 32%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
    background: linear-gradient(175deg, #ededed 0, #fcfcfc 73%, rgba(255,255,255,0) 100%), linear-gradient(354.39deg, #ededed 0, #f0eff1 32%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
}
.product_slider_polaroid_logo_text_wrapper{
    margin-top: 3%;
}
.product_slider_polaroid_logo_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.product_slider_polaroid_logo_wrapper picture {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    height: 100%;
}
.product_slider_polaroid_logo {
    width: 19%;
    height: 100%;
    margin-top: 0.7rem;
}
.product_slider_polaroid_text_wrapper{
    text-align: center;
    text-transform: uppercase;
}
.product_slider_polaroid_title_prd{
    line-height: 25px;
    letter-spacing: 2.9563px;
    font-weight: 300;
    font-size: 28px;
}    
.product_slider_polaroid_subtitle_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_slider_polaroid_subtitle_line{
    margin: 0 1rem;
    height: .05rem;
    width: 1.7rem;
    background: #a0a0a0;
}
.product_slider_polaroid_subtitle_prd{
    line-height: 25px;
    letter-spacing: 2.9563px;
    font-weight: 300;
    font-size: 18px;
}
.product_slider_polaroid_prd_img_wrapper{
    display: flex;
    justify-content: center;
    height: 19vw;
}
.product_slider_polaroid_img{
    margin-top: 3%;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
.product_slider_polaroid_slide_lower{
    margin: 2vw 0 1rem 0;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: 'Roboto Condensed';
    flex-wrap: wrap;
}
.flex-break{
    flex-basis: 100%;
}
.product_slider_polaroid_desc{
    text-transform: uppercase;
    font-size: 1.7vw; 
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 700;
}
.product_slider_polaroid_btn {
    margin-top: 13%;
    letter-spacing: 0.9854px;
    padding: 0.5vw 1.9vw;
    background: var(--callToAction);
    border-radius: 30px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    transition-duration: .2s;
}
.product_slider_polaroid_btn:hover {
    background: #fff;
    color: black;
    border: 1px solid black;
    transition-duration: .2s;
}
.product_slider_polaroid_container .block_big_title {
    font-size: 4rem;
}
.product_slider_polaroid_container .block_small_title {
    line-height: 1.2;
    font-size: 2rem;
}
/* ### End of Product Slider Polaroid  ### */
/* Advantage Slider Big */
.advantage_slider_big_container .block_big_title {
    font-size: 2.5rem;
}
.advantage_slider_big_container .block_small_title {
    font-size: 2rem;
}
.advantage_slider_big_container{
    margin-top: 4rem;
    max-width: 100%;
    overflow-x: hidden;   
}
.advantage_slider_big_swiper_container {
    width: 80vw;
    overflow: hidden;
    padding: 1rem!important;
}
.advantage_slider_big_content_container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantage_slider_big_slide_content_wrap:hover {
    box-shadow: rgb(30 30 30 / 38%) 2px 2px 22px 0px;
    transition-duration: .3s;
}
.advantage_slider_big_slide_content_wrap {
    width: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 25rem;
    margin: 1.1rem 0;
    transition-duration: .3s;
}
.advantage_slider_big_image{
    height: 8rem!important;
    width: auto;
    margin-top: 2rem;
}
.advantage_slider_big_text_wrapper{
    font-family: 'Roboto Condensed';
    text-align: center;
    width: 16rem;
    margin-bottom: 2rem;
}
.advantage_slider_big_title{
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: .5rem;
    max-height: 2rem;
    overflow: visible;
    line-height: 1;
}
.advantage_slider_big_text_container{
    display: flex;
    align-self: center;
    justify-content: center;
}
.advantage_slider_big_text{
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    width: 13rem;
    font-size: 1rem;
}
/* ### End of Advantage Slider Big  ### */
/* Bestseller in Detail */
.bestseller_detail_container{
    width: 100%;
    height: 45rem;
    color: #fff;
}
.bestseller_detail_swiper_container {
    width: 100%;
    height: 100%;
}
.bestseller_detail_content{
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
}
.bestseller_detail_title_container{
    width: 23rem;
}
.bestseller_detail_title {
    font-size: 5.5rem;
    line-height: 0.8;
    font-weight: 700;
    text-align: right;
}
.bestseller_detail_subtitle_container{
    width: 20rem;
    margin: 0 0 0 2rem;
}
.bestseller_detail_subtitle {
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    line-height: 1;
}
.bestseller_detail_slide_title {
    z-index: 2;
    bottom: 2.3rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
}
.bestseller_detail_big_image{
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
a.bestseller_detail_button {
    font-size: 2rem;
    line-height: 1;
    padding: 1rem 0;
    text-align: center;
    width: 15rem;
    background: var(--callToAction);
    display: block;
    color: #fff;
    margin-top: 0.9rem;
}
.bestseller_detail_container .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    border: 2px solid #fff;
}
.bestseller_detail_container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.8rem;
    height: 0.8rem;
    background: #fff;
    border: 2px solid #fff;
}
/* ### End of Bestseller in Detail  ### */
/* Reviews Phone */
/* Reviews */
.reviews_phone_container{
    margin-top: 3rem;
}
.reviews_phone_container .block_small_title {
    font-size: 1.4rem;
}
.reviews_phone_container .block_big_title {
    font-size: 3.8rem;
}
.phone_reviews_content_container{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    margin: 2rem 0;
}
.phone_slider_container{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.phone_reviews_slider_container{
    width: 50%;
}
.phone_reviews_slider_container .review_home_stars:before {
    font-family: 'BB Icons';
    color: #ffc300;
    font-size: 2rem;
    margin-left: -0.5rem;
}
.phone_review_home_item_header_container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.phone_review_home_item_header_container .review_home_badge {
    color: #888;
    font-family: 'Roboto Condensed';
    font-size: 0.9rem;
    left: 0;
    line-height: 1;
    text-align: right;
}
/* Video Play Button */
.prd-slider-play-buttton{
    position: absolute;
    fill: transparent;
    stroke: #fff;
    outline: 0!important;
    border: none;
    background: transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: 41rem;
    height: 23rem;
    align-items: center;
}
svg.hexagon_play {
    width: 4.7rem;
    height: 5.8rem;
    transition-duration: .4s;
}
path.background.exagon, path.foreground {
    transition-duration: .4s;
}
.prd-slider-play-buttton:hover path.background.exagon {
    fill: #fff;
    transition-duration: .4s;
}
.prd-slider-play-buttton:hover path.foreground {
    stroke: #000;
    transition-duration: .4s;
}
.bb_slider_video, .prd-slider-play-buttton{
  transition-duration: 2s;
}
.prd_video_full_hide{
  opacity: 0!important;
  transition-duration: 2s;
  height: 100%;
  width: 100%;
}
.prd_video_full_hide_display_b{
  display: block!important;
}
.prd_video_full_hide_display{
  display: none;
}

/* Phone Insta Slider */
.reviews_home_smartphone_img{
    max-height: 45rem;
    position: absolute;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;    
}
.review_phone_white_cam {
    position: absolute;
    z-index: 3;
    background: #f8f6f7;
    width: 11rem;
    height: 1.6rem;
    top: 0;
    margin-left: -1.7rem;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
    left: 0;
    right: 0;
    margin: auto;  
}
.reviews_home_smartphone_img {
    width: 24rem;
}
.reviews_home_insta_container {
    overflow: hidden;
    width: 19.2rem;
    margin-left: -1.7rem;
    height: 40rem;
    margin-top: -0.4rem;
    position: relative;
}
.review-home-swiper-container{
    width: 100%;
    height: 100%;
}
.insta_slide{
    width: 100%!important;
    height: 100%;
    border-radius: 33px;
    overflow: hidden;
    z-index: 2;
}
.insta_reviews_header_container{
    display: flex;
    align-items: center;
    margin-top: 2.9rem;
    margin-left: 1rem;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;  
}
.beerballer_insta_logo{
    height: 2rem;
    width: 2rem;
    border-radius: 30px;
    object-fit: cover;
    margin-right: .5rem;
}
.insta_release_by{
    font-weight: 500;
    font-family: 'Roboto Condensed';
    color: #fff;
    margin-right: .5rem;
}
.insta_release_date{
    font-family: 'Roboto Condensed';
    color: #e6e6e6;
    font-weight: 300;
    min-width: 36px;
}
.reviews_insta_main_image{
    position: absolute;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; 
    pointer-events: none; 
}
/* Insta Video */
.review_video_container{
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0!important;    
}    
.prd_video_wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 20px;
    position: relative;
    transition-duration: 2s;
}
.bb_review_slider_video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
}
.prd-slider-play-buttton.reviews{
    width: unset;
}
/* Progressbar*/
.insta_phone_swiper_nav_center{
    display: flex;
    position: absolute;
    justify-content: center;
    z-index: 2;
    width: 100%;
}
.insta-swiper-timer-container {
    position: absolute;
    z-index: 2;
    width: 95%;
    overflow: hidden;
    top: 2rem;
    display: flex;
    justify-content: center;
}

.progressBarcontainer {
    width: 100%;
    height: 6px;
    background: #E1E1E1!important;
    overflow: hidden;
    border-radius: 0.3em;
}
.progressBarValue {
    height: 6px;
    float: left;
    border-radius: 0.3em;
    background: #e55d87; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
    background: -webkit-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
    background: linear-gradient(135deg, #e55d87 0%, #5fc3e4 100%);
    /*  -webkit-animation: review_nav_animation 4s infinite;*/ /* Chrome, Safari, Opera */
}
@keyframes review_nav_animation {
    from {width: 0%;}
    to {width: 100%;}
}

.swiper-button-next.reviews-phone-arrow {
    position: absolute;
    right: 5vw;
    color: black;
    outline: none;
}
.swiper-button-prev.reviews-phone-arrow{
    position: absolute;
    left: 5vw;
    color: black;
    outline: none;
}
/* ### End of Reviews Phone  ### */
/* ### Start of Text  ### */
.text_block_container .text_wrapper{
    text-align: center;
    width: 100%;
    line-height: 1.2;
    font-size: 2rem;
}
/* ### End Text  ### */
/* ### Start of Image  ### */
.image_block_container{
    max-width: 100%;
}
.image_block_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.image_block_container .image_block_img{
    height: 100%;
    width: 100%;
}
/* ### End Image  ### */
/* ### Start of Video  ### */
.video_block_container .prd-slider-play-buttton {
    width: 100%;
    height: 100%;
}
.prd_video_container {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ### End Video  ### */

@media screen /* Desktop */ 
  and (max-width: 1550px) 
  and (-webkit-min-device-pixel-ratio: 1) {     
.review_home_item_header_container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.review_home_badge {
    position: relative;
    font-size: 1rem;
    left: -0.3rem;
}
}

@media screen /* Desktop */ 
  and (max-width: 1550px) 
  and (-webkit-min-device-pixel-ratio: 1) {     
.review_home_item_header_container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.review_home_badge {
    position: relative;
    font-size: 1rem;
    left: -0.3rem;
}
}

@media screen /* Destop */ 
  and (max-width: 1400px) 
  and (-webkit-min-device-pixel-ratio: 1) {     
.phone_reviews_content_container {
    flex-direction: column;
}
.reviews_home_insta_container {
    margin-left: 0;
}
.reviews_home_smartphone_img {
    margin-left: 1.7rem;
}
.phone_slider_container {
    width: 100%;
    margin: 4rem 0 2rem 0;
}
.phone_reviews_slider_container {
    width: 100%;
}
}

@media screen /* Desktop */ 
  and (max-width: 1250px) 
  and (-webkit-min-device-pixel-ratio: 1) {     
.swiper.advantage_small_swiper_container {
    width: 100%;
}
.advantage_small_container .slide_text {
    font-size: 1.9rem;
    padding: 0 1.1rem;
}
}

@media screen /* Desktop */ 
  and (max-width: 1150) 
  and (-webkit-min-device-pixel-ratio: 1) {     
.product_slider_polaroid_title_prd {
    line-height: 25px;
    letter-spacing: 2.9563px;
    font-weight: 300;
    font-size: 2.3vw;
}
.advantage_slider_big_swiper_container {
    width: 63rem;
}
}

@media screen /* Tablet */ 
  and (max-width: 992px) 
  and (-webkit-min-device-pixel-ratio: 1) {  
.product_square_container {
    width: 100%;
}
.product_square_swiper_container.grid_ .prd_square_sale_container {
    display: flex;
    gap: 0;
    flex-direction: column;
    align-items: center;
}
.product_square_swiper_container.grid_ .slide_text {
    text-align: center;
}
.swiper.advantage_small_swiper_container {
    padding: 0.5rem 0rem;
}
.advantage_small_container img {
    height: 4.5rem;
    width: 4.5rem;
}
.advantage_small_container .slide_text {
    font-size: 1.6rem;
    padding: 0 0 0 1rem;
}
.product_square_swiper_container{
    width: 100%;
    padding: 0 1.2rem;
}
.content_about_half_container {
    flex-direction: column!important;
}
.content_about_half_content_wrapper {
    width: 100%;
}
.content_about_half_image_wrapper {
    width: 100%;
}
.content_about_half_img {
    min-height: unset;
    position: relative;
}
.content_about_half_text_wrapper {
    width: 65vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content_about_two_thirds_container {
    flex-direction: column!important;
}
.content_about_two_thirds_content_wrapper {
    width: 100%;
}
.content_about_two_thirds_image_wrapper {
    width: 100%;
}
.content_about_half_frame_container .content_about_two_thirds_content_wrapper {
    width: 100%;
}
.content_about_half_frame_container .content_about_two_thirds_image_wrapper {
    width: 100%;
}
.content_about_two_thirds_img {
    min-height: unset;
    height: 80vh;
}
.content_about_two_thirds_text_wrapper {
    width: 65vw;
    min-height: 55vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.magic_formula_content_container {
    display: none;
}
.magic_formula_content_container .swiper_slide_container{
    justify-content: flex-start;
}
.magic_formula_content_wrapper {
    flex-direction: row;
    margin-bottom: -1.6rem;
}
.magic_formula_img_container {
    margin: 0;
    align-items: start;
    justify-content: flex-start;
}
.magic_formula_img_container .product_image {
    height: auto;
    max-width: 80vw;
    width: auto;
}
.magic_formula_content_container {
    overflow-x: hidden;
    margin: 2rem 0 0 0;
}
.magic_formula_container {
    position: absolute;
    left: 36vw;
    /* height: 35rem; */
    margin: 0;
    /* top: 12.6rem; */
    width: fit-content;
    max-width: calc(100vw - 34vw);
    overflow: hidden;
    height: 95vw;
    top: 4.3rem;
    background: #fff;
}
.magic_formula_content_container .block_title_container {
    /* position: absolute;
    left: 36vw;
    text-align: left;
    top: 3.5rem; */
    display: none;
}
.magic_formula_slide_container .badge_content {
    font-size: 2.8rem;
    padding: 0 2.9rem 0 2.7rem;
    margin-left: -1.9rem;
    line-height: 1.4;
}
.magic_formula_slide_container .check {
    width: 5rem;
    height: 5rem;
}
.magic_formula_description {
    margin-left: 4.6rem;
    font-size: 1.55rem;
}
.magic_formula_content_container .block_big_title {
    font-size: 4.6rem;
}
.product_slider_polaroid_logo {
  height: 100%;
}
.product_slider_polaroid_title_prd {
    font-size: 25px;
}
.product_slider_polaroid_slide_upper{
  height: 46vw;
}
.product_slider_polaroid_prd_img_wrapper {
    height: 27vw;
}
.product_slider_polaroid_desc {
    font-size: 2.5vw;
    line-height: 30px;
}
.product_slider_polaroid_btn {
    margin-top: 3%;
    letter-spacing: 0.9854px;
    padding: 1vw 2.5vw;
    font-size: 17px;
}
.advantage_slider_big_swiper_container {
    width: 100%;
}
.advantage_slider_big_slide_content_wrap {
  box-shadow: rgb(30 30 30 / 21%) 2px 2px 22px 0px;
}
.bestseller_detail_container {
    height: 100vh;
}
.bestseller_detail_content {
    flex-direction: column!important;
}
.bestseller_detail_title {
    text-align: center!important;
    margin-bottom: 2rem!important;
}
.bestseller_detail_subtitle {
    justify-content: center!important;
    text-align: center!important;
}
.bestseller_detail_subtitle_container {
    margin: 0 0 0 0!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
a.bestseller_detail_button {
    float: unset!important;
}
}

@media screen /* Tablet */ 
  and (max-width: 780px) 
  and (-webkit-min-device-pixel-ratio: 1) {  
.swiper.advantage_small_swiper_container {
    padding: 0.5rem 0rem;
}
.advantage_small_container .slide_text {
    font-size: 1.5rem;
    padding: 0 0 0 0.8rem;
}
.content_about_half_text_wrapper {
    width: 80vw;
}
.content_about_two_thirds_text_wrapper {
    width: 80vw;
}
.magic_formula_slide_container .badge_content {
    font-size: 2.3rem;
    padding: 0 2.3rem 0 1.4rem;
    margin-left: -0.8rem;
}
.magic_formula_slide_container .check {
    width: 4rem;
    height: 4rem;
}
.magic_formula_description {
    margin-left: 4rem;
    font-size: 1.35rem;
    letter-spacing: 0;
}
.magic_formula_content_container .block_big_title {
    font-size: 4.1rem;
}
/* .magic_formula_container {
    height: 27rem;
} */
.reviews_phone_container .block_small_title {
    display: none;
}
.reviews_phone_container .block_big_title {
    font-size: 10vw;
}
}

@media screen /* Tablet */ 
  and (max-width: 699px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
.product_slider_polaroid_container .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_slider_polaroid_slide_wrapper {
    width: 85%;
}
.product_slider_polaroid_slide_upper{
    height: 90vw;
    margin-top: 5vw;
}
.product_slider_polaroid_title_prd {
    font-size: 6vw;
}
.product_slider_polaroid_subtitle_prd {
    line-height: 8vw;
    font-size: 5vw;
}
.product_slider_polaroid_prd_img_wrapper {
    height: 50vw;
}
.product_slider_polaroid_desc {
    font-size: 5vw;
    line-height: 30px;
    margin-top: 1vw;
}
.product_slider_polaroid_btn {
    margin-top: 2vw;
    letter-spacing: 0.9854px;
    padding: 1.5vw 4vw;
    font-size: 17px;
}
.product_slider_polaroid_container .block_big_title {
    font-weight: 700;
    font-size: 69px;
}
.product_slider_polaroid_container .block_small_title {
    font-size: 20px;
    text-align: center;
}
.advantage_slider_big_title{
    line-height: 1;
    margin-top: 1rem;
}
}

@media screen /* Tablet */ 
  and (max-width: 650px) 
  and (-webkit-min-device-pixel-ratio: 1) {  
.magic_formula_slide_container .badge_content {
    font-size: clamp(1.2rem, 5.6vw, 7rem);
    padding: 0 2rem 0 1.1rem;
}
.magic_formula_slide_container .check {
    width: 9vw;
    height: 9vw;
}
.magic_formula_description {
    margin-left: 3rem;
    font-size: clamp(1rem, 3.8vw, 7rem);
}
.magic_formula_content_container .block_big_title {
    font-size: 10vw;
}
.magic_formula_content_container .block_title_container {
    top: 9vw;
    left: 34vw;
    display: none;
}
/* .magic_formula_container {
    left: 34vw;
    top: 30vw;
    height: 63vw;
} */
}

@media screen /* Tablet */ 
  and (max-width: 540px) 
  and (-webkit-min-device-pixel-ratio: 1) {  
.block_big_title {
    font-size: 9vw;
}
.block_small_title {
    font-size: 8vw;
}
.product_square_swiper_container .slide_title {
    font-size: 1.7rem;
}
.product_square_swiper_container .slide_text, .prd_square_sale_price, .prd_square_regulare_price {
    font-size: 1.2rem;
}

}

@media screen /* Tablet */ 
  and (max-width: 450px) 
  and (-webkit-min-device-pixel-ratio: 1) {  
.product_slider_polaroid_container .block_big_title {
    font-weight: 700;
    font-size: 60px;
}
.product_slider_polaroid_container .block_small_title {
    font-size: 17px;
    text-align: center;
}
}