.wbimgtxt_right::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) translateZ(0);
    width: 200px;
    height: 340px;
    z-index: -1;
    filter: blur(100px);
    opacity: .5;
    border-radius: 50%;
}

.wbimgtxt_right{
    flex: 1;
    position: relative;
    z-index: 0;
}
.wbimg_sec_img{
    position: relative;
}
.wbimgtxt_left:has(.wbimg_sec_img){
    display: flex;
}
.wbimgtxt_right h2 a{
    color: var(--color-wbmaincolors-text);
    text-decoration: none;
}
.wbimg_nooverlap .wbimgtxt_left:has(.wbimg_sec_img){
    gap: 30px;
}

.wbimg_txt .wbimg_overlap .wbimg_sec_img{
    margin-left: -3rem;
}
.wbimg_widthfull{
    flex-direction: column;
}
.img_zigzag .wbimg_txtimg{
    margin-top: 60px;
}
.img_zigzag .wbimg_sec_img{
    margin-bottom: 60px;
}
.wbimg_overlap .wbimg_widthfull .wbimg_sec_img{
    margin-top: -3rem;
    margin-left: 0;
}
.full_from_right .wbimgblank_adapt.media--adapt,
.full_from_left .wbimgblank_adapt.media--adapt{
    padding-bottom: 80%;
}
.wbimg_widthfull .wbimg_txtimg{
    width: 100% !important;
}
.wbimg_widthfull .wbimg_sec_img{
    width: 20% !important;
}
/* .wbimg_txt .wbimg_widthfull .wbimg_sec_img:before{
    right: 10px;
} */
.full_from_left .imgpleft .wbimg_widthfull.imgaligntop .wbimg_sec_img .global-media-settings,
.full_from_left .imgpleft .wbimg_widthfull.imgaligntop .wbimg_sec_img img{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.wbimg_txtimg{
    position: relative;
}
.wbimg_txt .wbimg_txt_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.wbimgtxt_right a.button{
    margin-top: 35px;
}
.wbimgtxtbtn{
    word-break: break-word;
}
.wbimgtxt_right a.button.bs_large{
    font-size: calc(var(--font-body-scale) * 20px);
    min-width: 300px;
    padding: 18px 15px;
}
.wbimgtxt_right a.button.bs_medium{
    font-size: calc(var(--font-body-scale) * 18px);
    min-width: 200px;
    padding: 12px 15px;
}
.wbimgtxt_right a.button.bs_default{
    font-size: calc(var(--font-body-scale) * 16px);
    min-width: 150px;
    padding: 12px 15px;
}
.wbimgtxt_right h2 strong, .wbimgtxt_right h2 b {
    display: block;
}
.wbimgtxt_right h2 {
    margin-bottom: 20px;
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
}
.wbimgtxt_right p{
    color: rgba(var(--color-foreground),.9);
    font-size: calc(var(--font-body-scale) * 16px);
    margin-bottom: 0;
    /* line-height: normal; */ /* latest layout */
    word-break: break-word;
}

.wbimgtxt_right .button + h2,
.wbimgtxt_right .wb_product_countdown + .img_subdesc,
.wbimgtxt_right a.button + .img_subdesc {
    margin-top: 20px;
}
.wbimgtxt_right .countdownMessage {
  margin-top: 20px;
}
.wbimgtxt_right .img_subdesc + .wbimgtxtbtn {
    margin-top: 28px;
}
.wbimgtxt_right  .wbimgtxtbtn.link.bs_large {
    font-size: calc(var(--font-body-scale) * 18px);
}
.wbimgtxt_right  .wbimgtxtbtn.link.bs_medium {
    font-size: calc(var(--font-body-scale) * 16px);
}
.wbimgtxt_right  .wbimgtxtbtn.link.bs_default {
    font-size: calc(var(--font-body-scale) * 14px);
}
.wbimgtxt_right h2.h0{
    font-size: calc(var(--font-body-scale) * 46px);
}
.wbimgtxt_right h2.h1{
    font-size: calc(var(--font-body-scale) * 38px);
}
.wbimgtxt_right h2.h2{
    font-size: calc(var(--font-body-scale) * 32px);
}
.img_subdesc {
    margin-bottom: 10px;
}
.wbimg_txt .countd_all > div {
    display: flex;
    border: 1px solid rgba(var(--color-foreground),.1);
    width: fit-content;
}
.wbimg_txt .countd_all .time {
    display: grid;
    min-width: 90px;
    border-right: 1px solid rgba(var(--color-foreground),.1);
    padding: 0;
}
.wbimg_txt .countd_all span.count {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(var(--color-foreground),.1);
    font-size: calc(var(--font-body-scale) * 30px);
}
.wbimg_txt .countd_all span.label {
    line-height: normal;
    padding: 8px 0;
    text-transform: uppercase;
    text-align: center;
}
.wbimg_txt .countd_all {
    margin-top: 20px;
    display: flex;
}
.wbimg_txt .wbimgtxtbtn {
    margin-top: 60px;
}
@keyframes rotate_img {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
/* col-with-image */

.col_item_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(var(--color-foreground), 0.05);
    padding: 10px 15px;
    gap: 5px;
    word-wrap: break-word;
    word-break: break-all;
    border-radius: var(--text-boxes-radius);
}
.col-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.col-image-wrapper{
    width: auto;
    height: auto;
    max-width: 20%;
}
.col-main-wrapper .h5{
    margin-bottom: 20px;
}
.col-main-wrapper{
    border-radius: var(--text-boxes-radius);
    border: 1px solid rgba(var(--color-foreground), .1);
    padding: 30px;
}
.col-main-wrapper .grid{
    gap: 10px;
}
.content_part_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.col-with-image-badge{
    margin-top: 30px;
}
.col-with-image-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}
.col-with-image-title {
    font-weight: 700;
}
.col-with-image-stars {
    display: inline-flex;
    gap: 4px;
}
.col-with-image-star {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.col-with-image-star svg {
    width: 14px;
    height: 14px;
}
.col-with-image-count { font-weight: 800; }
/* .col-with-image-on { color: #374151; } */
.col-with-image-brand svg{
    height: 20px;
    width: 20px;
}
.col-with-image-brand {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
}
.col-with-image-logo {
    width: 18px;
    height: 18px;
}
  @media (min-width: 1200px) {
    .wbimg_txt .full_from_left .wbimgtxt_right {
        padding-left: 15px;
        }
        .wbimg_txt .full_from_right .wbimg_txt_flex .wbimgtxt_right.right {
            padding-right: 15px;
        }
        .wbimg_txt .full_from_left .imgpleft .wbimg_txtimg img,
.wbimg_txt .full_from_left .imgpleft .wbimg_txtimg .global-media-settings,
.wbimg_txt .full_from_left .imgpright .wbimg_widthfull .wbimg_txtimg img, .wbimg_txt .full_from_left .imgpleft .wbimg_txtimg svg{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.wbimg_txt .full_from_right .imgpright .wb_rightimgradius img, .wbimg_txt .full_from_right .imgpright .wb_rightimgradius,
/* .wbimg_txt .full_from_right .imgpright .wbimg_sec_img img, */
.wbimg_txt .full_from_right .imgpright .wbimg_sec_img,
.wbimg_txt .full_from_right .imgpright .wb_rightimgradius svg {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
  }
@media (min-width: 1200px) and (max-width: 1400px){
    .wbimg_sec_img:before{
        width: 85px;
        height: 85px;
    }
    .wbimg_txt .imgpright .wbimg_sec_img:before,
    .wbimg_txt .imgpright .wbimg_widthfull .wbimg_sec_img:before,
    .wbimg_txt .imgpleft .wbimg_widthfull .wbimg_sec_img:before{
        right: -12px;
    }
}
@media (min-width: 992px){
    .grid--2-col-desktop .grid__item {
        width: calc(50% - 10px / 2);
        max-width: calc(50% - 10px / 2);
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .wbimgtxt_right a.button{
        margin-top: 15px;
    }
    .wbimgtxt_right a.button.bs_large{
        font-size: calc(var(--font-body-scale) * 16px);
        min-width: auto;
        padding: 12px 15px;
    }
    .wbimgtxt_right a.button.bs_medium, .wbimgtxt_right a.button.bs_default {
        font-size: calc(var(--font-body-scale) * 14px);
        min-width: auto;
        padding: 10px 12px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .wbimgtxt_right h2{
        margin-bottom: 15px;
    }
    .wbimgtxt_right h2.h0{
        font-size: calc(var(--font-body-scale) * 18px);
    }
    .wbimgtxt_right h2.h1{
        font-size: calc(var(--font-body-scale) * 16px);
    }
    .wbimgtxt_right h2.h2{
        font-size: calc(var(--font-body-scale) * 14px);
    }
    .wbimgtxt_right p {
        font-size: calc(var(--font-body-scale) * 14px);
    }
    .wbimgtxt_right a.button.bs_large,.wbimgtxt_right a.button.bs_medium,
    .wbimgtxt_right a.button.bs_default {
        font-size: calc(var(--font-body-scale) * 14px);
        min-width: auto;
        margin-top: 20px;
        padding: 10px 15px;
    }
    .wbimgtxt_right .img_subdesc + .wbimgtxtbtn {
        margin-top: 20px;
    }
    .wbimgtxt_right a.button{
        margin-top: 10px;
    }
} 
@media (max-width: 991px) {
    .wbimg_txt .countd_all span.count {
        height: 55px;
        font-size: calc(var(--font-body-scale) * 22px);
    }
    .col-main-wrapper{
        padding: 15px;
    }
    .wbimg_txt .countd_all .time {
        min-width: 55px;
    }
    .wbimg_txt .countd_all span.label {
        padding: 4px 0;
        font-size: calc(var(--font-body-scale) * 12px);
    }
    .wbimg_txt .countd_all {
        margin-top: 15px;
    }
    .wbimg_txt .wbimgtxtbtn {
        margin-top: 20px;
    }
    .wbimgtxt_right::after {
        width: 200px;
        height: 230px;
    }
}
@media (max-width: 767px) {

    .wbimg_txt .wbimg_txt_flex{
        gap: 22px;
    }
    .wbimgtxt_right p {
        margin-bottom: 10px;
    }
    .wbimgtxt_right a.button.bs_large,.wbimgtxt_right a.button.bs_medium,
    .wbimgtxt_right a.button.bs_default {
        font-size: calc(var(--font-body-scale) * 14px);
        min-width: auto;
        padding: 10px 10px;
        margin-top: 10px;
        min-height: 40px;
        min-width: 120px;
    }
    .wbimgtxt_right .img_subdesc + .wbimgtxtbtn {
        margin-top: 10px;
    }
    .wbimgtxt_right a.button{
        margin-top: 5px;
    }
    .wbimgtxt_right h2 {
        font-size: calc(var(--font-body-scale) * 22px);
        margin-bottom: 10px;
    }
    .wbimgtxt_right h2.h0{
        font-size: calc(var(--font-body-scale) * 22px);
    }
    .wbimgtxt_right h2.h1{
        font-size: calc(var(--font-body-scale) * 20px);
    }
    .wbimgtxt_right h2.h2{
        font-size: calc(var(--font-body-scale) * 18px);
    }
    .wbimgtxt_right p,.wbabttxt p {
        font-size: calc(var(--font-body-scale) * 14px);
    }
}
@media screen and (min-width: 576px) {
.col-with-image .wbimgtxt_left{
    position: sticky;
    top: calc(var(--header-height) + 1rem);
    z-index: 2;
    max-height: fit-content;
}
    .wbimg_txt .imgpright.wbimg_overlap .wbimgtxt_left{
        justify-content: flex-end;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .wbimg_txt .wbimgtxt_left {
        width: 50% !important;
    }
}
@media (max-width: 575px){
    .wbimg_txt .wbimgtxt_left {
        width: 100% !important;
    }
    .justify-content-center-mobile {
    -ms-flex-pack: center;
    justify-content: center;
    }
    .justify-content-right-mobile {
        -ms-flex-pack: right;
        justify-content: right;
    }
    .justify-content-left-mobile {
        -ms-flex-pack: left;
        justify-content: left;
    }
    /* .full_from_left .imgpright .wbimg_txtimg .image-with-text__media, */
    /* .full_from_left .imgpright .wbimg_txtimg .image-with-text__media img, */
    .full_from_left .imgpright .imgaligntop.wbimg_widthfull .wbimg_sec_img .image-with-text__media img,
    .full_from_left .imgpright .wbimg_widthfull.imgaligntop .wbimg_sec_img .global-media-settings{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    /* .wbimg_txt .wbimgtxt_left,
    .wbimg_txt .imgpright.wbimg_overlap .wbimgtxt_left{
        justify-content: center;
    } */
    .wbimg_txt .full_from_left .wbimgtxt_left,
    .wbimg_txt .full_from_left .imgpright.wbimg_overlap .wbimgtxt_left{
        justify-content: flex-start;
    }
    .wbimg_nooverlap .wbimgtxt_left:has(.wbimg_sec_img) {
        gap: 16px;
    }
    .img_zigzag .wbimg_txtimg {
        margin-top: 25px;
    }
    .img_zigzag .wbimg_sec_img {
        margin-bottom: 25px;
    }
}