@supports (-webkit-appearance: none) {
    details {
        list-style: none;
    }
}

ol, ul {
    margin: 0;
}
.delivery-date.loading{
    filter: blur(1px);
}
.single-product .delivery-date {
    padding-bottom: 12px;
  }
  body.single-product .shoptimizer-archive{
    background-color:#FAFAFA; 
}
  .single-product .delivery-date .free, .single-product .delivery-date .fastest {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.56px;
  }
  .single-product .delivery-date .fastest img {
    width: 24px;
    height: 24px;
    padding: 2px 5px;
    margin-right: 4px;
  }
  .single-product .delivery-date .free {
    margin-top: 12px;
  }

  .single-product .delivery-date .free img {
    width: 24px;
    height: 24px;
    padding: 3px 1.25px;
    margin-right: 4px;
  }
  .single-product .delivery-date .date {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: -0.56px;
    margin-left: 6px;
  }
.single-product .site-content .col-full{
    padding-right: 2.617924em;
    padding-left: 2.617924em;
    background-color: transparent !important;
}
/* body.single-product .col-full {
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
} */
.single-product .summary #wishlist,
div.product form.cart .quantity,
.single_variation_wrap .woocommerce-variation-price{
    display: none !important;
}
.single-product div.product form.cart .button,
.single-product div.product #financing-accordion{
    display: block;
    margin: 0;
    width: 100%;
}
div.product table.variations tr.accordion td.value{
    opacity: 0;
    height: 0;
    /* overflow: hidden; */
    margin: 0;
    padding: 0 20px 12px;
    overflow: auto;
    transition: all .2s ease;
}
div.product table.variations tr.accordion th.label svg{
    transition: .3s linear;
    transform: rotate(0deg);
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 20px;
}
div.product form.variations_form label .ckwtl-os-label {
    margin: 2px 0 0 0!important;
}
div.product .out-of-stock-text {
    color: #DC3545;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    padding-top: 4px;
    max-width: max-content;
    min-width: min-content;
}
div.product table.variations tr.accordion.active th.label svg{
    transform: rotate(180deg);
}
div.product table.variations tr.accordion.active td.value{
    opacity: 1;
    height: auto;
    overflow: auto;
    padding: 0 20px 12px;
}
div.product table.variations .active .label{
    padding: 12px 20px 0;
}
div.product table.variations .active .value{
    padding: 12px 20px;
}
.help-block{
    position: relative;
}
.help-block .help-popup{
    transition: .3s linear;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -10px;
    top: 30px;
    z-index: 99;
}
.help-block .help-popup.active{
    visibility: visible;
    opacity: 1;
}
.custom-product-summary.loading{
    cursor: wait;
    filter: blur(1px);
}
.custom-product-summary.loading button{
    pointer-events: none;
}
.woocommerce-tabs.wc-tabs-wrapper, body.pdp-full #page .woocommerce-tabs{
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 100px 0;
}
.woocommerce-tabs.wc-tabs-wrapper, body.pdp-full #page .woocommerce-tabs .ccs-cc-inline-section.ccs-cc-inline-windows11{
    display: none;
}
#commercegurus-pdp-gallery-wrapper{
    max-width: 100%;
}
#compare-like-button{
    position: relative;
    z-index: 999;
}
div.product .summary,
div.product .images{
    float: none;
}
body.single-product del {
    text-decoration: auto;
    margin-right: 0;
    font-size: inherit;
    line-height: 40px;
}
/* body.single-product #right-summary-section del {
    flex: 0 0 100%;
    line-height: 25px;
} */
body.single-product .fa.fa-clock-o {
    display: none;
}
body.single-product{
    font-family: "Ubuntu", sans-serif !important;
    padding-bottom: 170px;
}
/* body.single-product .site-content .col-full{
    background-color: transparent;
    max-width: 1280px;
    margin: 0 auto;
} */

body.single-product .shoptimizer-archive .product-details-wrapper{
    display: flex;
    justify-content: center;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 18px;
    padding-top: 48px;
    padding-bottom: 100px;
    margin: 0 auto;
}
body.single-product .archive-header{
    background: #fff;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}

/* /////slider///// */
.swiper-container.cg-main-swiper.swiper-container-initialized .swiper-wrapper .swiper-slide{
    height: 524px;
    width: 100% !important;
    max-width: 524px;
    min-width: 524px;
}
body.single-product div.cgkit-iframe-wrap {
    padding-bottom: 100%!important;
}
body.single-product div.cgkit-iframe-wrap iframe {
    pointer-events: none;
    border-radius: 16px;
    left: 0;
}
body.single-product #commercegurus-pdp-gallery .swiper-button-next,
body.single-product #commercegurus-pdp-gallery .swiper-button-prev{
    border-radius: 16px;
    border: 1.333px solid #D5D5D5;
    height: 110px;
    width: 22px;
    top: 45px;
}
body.single-product .swiper-button-next.swiper-button-disabled,
body.single-product .swiper-button-prev.swiper-button-disabled{
    visibility: visible;
}

/* left-summary-section///////////// */

body.single-product  #left-summary-section{
    width: 100%;
    max-width: 524px;
}
body.single-product .cg-main-swiper .swiper-button-next,
body.single-product .cg-main-swiper .swiper-button-prev{
    display: none;
}
body.single-product  #left-summary-section  .cg-lightbox-active .swiper-slide img{
    max-width: 100%;
    border-radius:16px;
    object-fit: contain;
    height: 100% !important;
}
body.single-product  #left-summary-section  .cg-lightbox-active .swiper-slide-imglink,
body.single-product .main-slider .slick-slide {
    border-radius: 16px;
    border: 1.333px solid #D5D5D5;
    height: 524px;
}
body.single-product .main-slider .slick-slide img {
    border-radius: 16px;
}
body.single-product .thumb-slider .slick-prev.slick-disabled:before,
body.single-product .thumb-slider .slick-prev:before,
body.single-product .thumb-slider .slick-next.slick-disabled:before,
body.single-product .thumb-slider .slick-next:before {
    content: '';
    display: block;
    font-size: 16px;
    line-height: 16px;
    width: 20px;
    height: 18px;
    background-color: #24211F;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 19L8 12L15 5' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 19L8 12L15 5' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
body.single-product .thumb-slider .slick-next.slick-disabled:before,
body.single-product .thumb-slider .slick-next:before {
    transform: scaleX(-1);
}
body.single-product .thumb-slider .slick-prev.slick-disabled:before,
body.single-product .thumb-slider .slick-next.slick-disabled:before {
    opacity: .4;
}
body.single-product .thumb-slider .slick-prev:before,
body.single-product .thumb-slider .slick-next:before {
    opacity: 1;
}
body.single-product .thumb-slider .slick-prev.slick-disabled,
body.single-product .thumb-slider .slick-prev,
body.single-product .thumb-slider .slick-next.slick-disabled,
body.single-product .thumb-slider .slick-next {
    border-radius: 16px;
    border: 1.333px solid #D5D5D5;
    height: 110px;
    width: 22px;
    bottom: 0;
}
body.single-product .thumb-slider {
    max-width: 474px;
    margin: 3.4rem auto 27px;
}
body.single-product .thumb-slider .slick-thumb img {
    max-width: 100%;
    border-radius: 16px;
    object-fit: contain;
}
body.single-product .thumb-slider .slick-thumb {
    display: flex;
    align-items: center;
    width: 110px !important;
    height: 110px;
    border-radius: 8px;
    border: 1.333px solid #D5D5D5;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}
body.single-product .thumb-slider .slick-track {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: grab;
}
body.single-product .thumb-slider .slick-thumb.slick-current {
    border-bottom: 3px solid #BB3DA1 !important;
}
body.single-product .slick-dots li button {
    width: 16px;
    height: 8px;
}
/*body.single-product #commercegurus-pdp-gallery {*/
/*    display: none;*/
/*}*/
body.single-product .slick-dots {
    display: flex;
    bottom: -43px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
body.single-product .slick-dots li {
    margin: 0;
}
body.single-product .slick-dots li.slick-active {
    width: 40px;
}
body.single-product .slick-dots li button:before {
    width: 16px;
    height: 8px;
    content: '';
    border-radius: 11px;
    opacity: 0.1;
    background: var(--Main-Black, #24211F);
    transition: all .2s ease;
}
body.single-product .slick-dots li.slick-active button:before {
    opacity: 1;
    width: 40px;
    background: var(--Brand-colors-Purple, #BB3DA1);
}
body.single-product #left-summary-section  .compare-wishlist-container img,
body.single-product #left-summary-section  .custom-wishlist img{
    border-radius: 12px;
    border: 1px solid #D5D5D5;
    padding: 12px;
    width: 42px;
    height: 42px;
    background-color: #FFFFFF;
}
.single-product #commercegurus-pdp-gallery-wrapper .cg-thumb-swiper ul.swiper-wrapper {
    max-width: 465px;
    margin: auto;
}
body.single-product .woocommerce-Tabs-panel--description * {
    font-family: 'Ubuntu';
}
body.single-product .woocommerce-Tabs-panel--additional_information * {
    font-family: 'Ubuntu';
    margin: 0;
}
body.single-product .woocommerce-Tabs-panel--description > *+* {
    margin-top: 25px;
}
body.single-product #left-summary-section  .compare-wishlist-container img:hover,
body.single-product #left-summary-section  .custom-wishlist img:hover{
    border: 1px solid #2E2E2E;
    background: linear-gradient(0deg, rgba(176, 203, 31, 0.05) 0%, rgba(176, 203, 31, 0.05) 100%), #FFF;
    box-shadow: 0px 0px 12px 0px rgba(38, 38, 38, 0.02);
}
body.single-product #left-summary-section  #compare-like-button{
    position: absolute;
    top: 24px;
    left: 20px;
    cursor: pointer;
    z-index: 3;
}
body.single-product #left-summary-section  #compare-like-button .compare-wishlist-container .comparelabel,
body.single-product #left-summary-section  #compare-like-button .custom-wishlist span{
    opacity: 0; 
    transition: opacity 0.3s ease; 
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.11);
    color: #0B0B0B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 16px 20px;
    position: absolute;
    top: -84px;
    right: 0;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
body.single-product #left-summary-section  #compare-like-button .custom-wishlist span {
    left: 0;
    top: -7px;
}
body.single-product #left-summary-section  #compare-like-button .compare-wishlist-container .comparelabel {
    top: -81px;
    left: -50px;
}
.single-product .specification-section .kf-item>*:last-child {
    margin: 0 0 0.5em;
}

body.single-product #left-summary-section  #compare-like-button .compare-wishlist-container:hover .comparelabel,
body.single-product #left-summary-section  #compare-like-button .custom-wishlist:hover span {
    opacity: 1;
    pointer-events: all;
}
body.single-product  #compare-like-button .compare-wishlist-container{
    display: flex;
    border-top: none;
    margin-bottom: 8px;
    margin-top: 0;
}
body.single-product .cg-lightbox-active .cg-thumb-swiper ul.swiper-wrapper {
    gap: 7px;
}
.cg-thumb-swiper .swiper-slide{
    opacity: 1 !important;
}
body.single-product .cg-thumb-swiper .swiper-wrapper .swiper-slide{
    width: 110px;
    border-radius: 8px;
    border: 1.333px solid #D5D5D5;
}
body.single-product .cg-thumb-swiper .swiper-wrapper .swiper-slide-thumb-active{
    border-bottom: 3px solid #BB3DA1 !important;
}
body.single-product .cg-thumb-swiper .swiper-wrapper .swiper-slide{
    width: 110px !important;
    height: 110px;
    border-radius: 8px;
    border: 1.333px solid #D5D5D5;
}
body.single-product #commercegurus-pdp-gallery .cg-thumb-swiper {
    padding: 24px 0;
}
body.single-product .available-coupons {
    position: relative;
    margin-top: 1rem;
}
body.single-product .available-coupons .coupon-box {
    border: 1.333px dashed #D5D5D5;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0!important;
    border-radius: 8px!important;
}
body.single-product .available-coupons .coupon-box+.coupon-box {
    margin-top: 1rem;
}
body.single-product .available-coupons .coupon-info{
    gap: 16px;
}
body.single-product .available-coupons .coupon-info .coupon-icon{
    margin-right: 0;
    display: flex;
    align-items: center;
}
body.single-product .available-coupons .coupon-info .coupon-icon+div {
    margin-right: 50px;
}
body.single-product .available-coupons .coupon-info h4{
    font-family: 'Ubuntu';
    font-size: 16px;
    font-style: normal;
    font-weight: 500!important;
    line-height: 24px;
}
body.single-product .available-coupons .coupon-info p{
    color: #737373;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.856px; 
    margin: 0 !important;
}
.coupon-badge{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 13.463px;
    font-weight: 500;
    line-height: 13.463px;
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
}
.available-coupons .coupon-badge{
    width: 45px;
    height: 45px;
}
.coupon-badge img{
    position: absolute;
    z-index: -1;
}
.available-coupons .coupon-badge img{
    width: 45px;
    height: 45px;
}
body.single-product .specification-section{
    padding: 32px 0 0 0;
    margin-top: 0;
    background: transparent;
}
body.single-product .specification-section .container{
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 11px;
}
body.single-product .specification-section h5{
    color: #737373;
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.856px;
}
body.single-product .specification-section .kf-item{
    margin: 0;
    flex-basis: auto;
    border-radius: 16px;
    border: 1px solid var(--Stroke, #F0F0F0);
    background: var(--Text-whyte, #FFF);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.03);
    padding: 11px 11px;
    max-width: 122px;
}


/* ////middle-summary-section/// */

body.single-product .product-details-wrapper #middle-summary-section{
    /* min-width: 413px; */
    max-width: 413px;
    width: 100%;
}

/* ///FREE GIFT///// */ 
body.single-product .product-details-wrapper #middle-summary-section section.elementor-section {
    border-radius: 8px;
    background: #EFEEE4;
    padding-bottom: 24px;
}
body.single-product .commercekit-sticky-add-to-cart.visible {
    display: none;
}
.elementor-179281 .elementor-element.elementor-element-b5456f6{
    margin: 0;
    position: absolute;
    left: 47%;
    right: 50%;
    z-index: 1;
    top: 11px;
}
.elementor-179281 .elementor-element.elementor-element-b5456f6 .elementor-heading-title{
    color: #FFF !important;
    font-size: 10px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px;
    background: #B0CB1F;
    padding: 0 8px;
    border-radius: 4px;
}
.elementor-section.elementor-section-boxed > .elementor-container{
    display: grid;
    margin: 0;
}
.elementor-column.elementor-col-50, .elementor-column[data-col="50"]{
    width: 100% !important;
}
.elementor-widget-wrap{
    display: flex;
    align-items: center;
    background-color: transparent;
}
.elementor-179281 .elementor-element.elementor-element-2052a7b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-179281 .elementor-element.elementor-element-2052a7b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{
    background-color: transparent !important;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
}
.elementor-179281 .elementor-element.elementor-element-b6fabd3:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-179281 .elementor-element.elementor-element-b6fabd3 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{
    background-color: transparent !important;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
}
.elementor-widget:not(:last-child) {
    margin-block-end: 0;
    margin-bottom: 0;
}
.elementor-179281 .elementor-element.elementor-element-fa125da img,
.elementor-179281 .elementor-element.elementor-element-e8c2255 img{
    width: 146px;
    display: flex;
}
.elementor-179281 .elementor-element.elementor-element-fbe38b6,
.elementor-179281 .elementor-element.elementor-element-8a318a8{
    text-align: start !important;
}
.elementor-179281 .elementor-element.elementor-element-fbe38b6 h4,
.elementor-179281 .elementor-element.elementor-element-8a318a8 > .elementor-widget-container h4{
   color: var(--Text-Black, #0B0B0B);
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 18.856px; /* 117.851% */
}

.elementor-widget:not(:last-child){
    margin-bottom: 12px;
}

body.single-product .product-details-wrapper #middle-summary-section h1{
    color:#0B0B0B;
    font-family: Ubuntu;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px; /* 125% */
    margin-bottom: 12px;
}
body.single-product .product-details-wrapper #middle-summary-section h3{
    color:#0B0B0B;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

body.single-product .below-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
}
body.single-product .below-title .ask-owner span{
    color: #737373;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.856px;
    margin: 0;
}
body.single-product .below-title .ask-owner{
    display: flex;
    gap: 12px;
    align-items: center;
}
body.single-product .custom-product-summary .add-to-cart .delivery-info .help-block{
    display: none;
}
body.single-product .below-title .ask-owner .help-block,
body.single-product #right-summary-section .stock-container .help-block,
body.single-product #right-summary-section form .single_variation_wrap .woocommerce-variation-add-to-cart .next-day-delivery-info .help-block,
body.single-product .custom-product-summary .add-to-cart .delivery-info .help-block{
    height: 24px;
    cursor:pointer;
}
body.single-product .below-title .ask-owner .help-block .help-popup,body.single-product #right-summary-section .stock-container .help-block .help-popup,body.single-product #right-summary-section form .single_variation_wrap .woocommerce-variation-add-to-cart .next-day-delivery-info .help-block .help-popup, body.single-product .custom-product-summary .add-to-cart .delivery-info .help-block .help-popup {
    width: 320px;
    min-height: auto;
    padding: 16px 20px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.11);
}
body.single-product .below-title .ask-owner .help-block .help-popup,
body.single-product #right-summary-section .stock-container .help-block .help-popup,
body.single-product #right-summary-section form .single_variation_wrap .woocommerce-variation-add-to-cart .next-day-delivery-info .help-block .help-popup,
body.single-product .custom-product-summary .add-to-cart .delivery-info .help-block .help-popup,
body.single-product #right-summary-section form .next-day-delivery-info .help-block .help-popup,
.help-block .help-popup {
    width: 320px;
    min-height: auto;
    padding: 16px 20px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.11);
    display: block;
}
body.single-product .below-title .ask-owner .help-block .help-popup.active {
    height: auto;
}

body.single-product .help-block {
    cursor: pointer;
}
body.single-product .custom-product-summary-wrapper .help-block .help-popup {
    top: -4rem!important;
}
body.single-product .below-title .ask-owner .help-block .help-popup .title,
body.single-product #right-summary-section .stock-container .help-block .help-popup .title,
body.single-product #right-summary-section form .single_variation_wrap .woocommerce-variation-add-to-cart .next-day-delivery-info .help-block .help-popup title,
body.single-product .custom-product-summary .add-to-cart .delivery-info .help-block .help-popup title,
body.single-product .woocommerce-variation-add-to-cart .help-popup .title,
.help-popup .title
{
    color: #0B0B0B;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    padding-bottom: 8px;
    display: block;
}
body.single-product .below-title .ask-owner .help-block .help-popup .content,
body.single-product #right-summary-section .stock-container .help-block .help-popup .content, body.single-product #right-summary-section form .single_variation_wrap .woocommerce-variation-add-to-cart .next-day-delivery-info  .help-popup .content,
body.single-product .custom-product-summary .add-to-cart .delivery-info .help-block .help-popup .content,
body.single-product .woocommerce-variation-add-to-cart .help-popup .content,
.help-popup .content {
    color: #737373;
    font-family: Ubuntu;
    font-size: 10px;
    font-weight: 400;
    line-height: 140%; /* 14px */
    display: block;
}
body.single-product #right-summary-section .stock-container .help-block .help-popup .title{
    font-size: 16px;
}
body.single-product #right-summary-section .stock-container .help-block .help-popup .content{
    font-size: 12px;
}

body.single-product .below-title .ask-owner .help-block .help-popup svg,
body.single-product #right-summary-section .stock-container .help-block .help-popup svg,
body.single-product #right-summary-section form .single_variation_wrap .woocommerce-variation-add-to-cart .next-day-delivery-info  .help-block .help-popup svg,
body.single-product #right-summary-section form .next-day-delivery-info .help-block .help-popup svg,
body.single-product .custom-product-summary .add-to-cart .delivery-info .help-block .help-popup svg {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: block;
}
body.single-product .site-main>.related.products {
    display: none;
}
body.single-product .site-main>.related.products {
    display: none;
}
body.single-product #middle-summary-section #watching-right-now{
    display: flex;
    align-items: center;
    color: #BB3DA1;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.856px;
    margin-bottom: 24px;
}
body.single-product #middle-summary-section #watching-right-now span{
    padding-left: 3px;
}
body.single-product #middle-summary-section #watching-right-now svg{
    margin-right: 8px;
}
body.single-product #middle-summary-section .product-no-tax {
   border-radius: 8px;
    background: #EFEEE4;
    padding: 12px 20px;
    justify-content: flex-start;
    margin-bottom: 24px;
    flex-wrap: nowrap;
    max-width: 100%;
}
body.single-product #middle-summary-section .product-no-tax .left-section{
    flex-basis: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.single-product #middle-summary-section .product-no-tax .right-section{
    display: grid;
    text-align: start;
    justify-content: start;
}
body.single-product #middle-summary-section .product-no-tax .right-section h5{
    color: #737373;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.856px; /* 134.686% */
    margin: 0;
}
body.single-product #middle-summary-section .product-no-tax .right-section p{
    color: var(--Text-Black, #0B0B0B);
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.856px; /* 117.851% */
    margin: 0;
}
body.single-product #middle-summary-section .product-no-tax .right-section p span{
    color: #8C8C8A;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.856px;
    margin: 0;
}
body.single-product #middle-summary-section ul{
    margin: 0 0 0 13px;
}
body.single-product #middle-summary-section ul li{
    color: #0B0B0B;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.856px; /* 157.134% */
}
body.single-product #middle-summary-section ul li:not(:last-child){
    margin-bottom: 7px;
}
body.single-product #middle-summary-section .inventory-countdown-container{
    display: grid;
    padding-top: 24px;
    grid-template-columns: auto 1fr;
    justify-items: end;
}
body.single-product #middle-summary-section .inventory-countdown-container .commercekit-inventory{
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}
body.single-product #middle-summary-section .commercekit-inventory .progress-bar span{
    background:#B0CB1F !important;
}
body.single-product #middle-summary-section .inventory-countdown-container .commercekit-inventory .title{
    color: #444;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}
body.single-product #middle-summary-section .inventory-countdown-container div p{
    color:  #B0CB1F;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 8px;
}
body.single-product #middle-summary-section .cki-variation .title{
    color: #444;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%; /* 18px */
    }
#commercekit-timer.product .commercekit-timer-digit, #commercekit-timer.product .commercekit-timer-sep{
    color: #111827;
    text-align: center;
    font-family: Inter;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 120% !important;
    text-transform: uppercase;
}
#commercekit-timer.product .commercekit-timer-label{
    color: #6B7280 !important;
    text-align: center;
    font-family: Inter;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 150%;
}
#commercekit-timer.product .commercekit-timer-blocks{
    border-radius: 8px;
    background: #EFEEE4;
    padding: 12px;
    width: 230px;
}
#commercekit-timer{
    margin: 0 !important;
}
#commercekit-timer.product{
    width: 100%;
}
.commercekit-timer-title{
    display: none;
}

/* ////right-summary-section////////////////// */

body.single-product #right-summary-section {
    max-width: 305px;
    width: 100%;
}
.variations .cgkit-chosen-attribute{
    color: #B0CB1F;
}
body.single-product #right-summary-section .entry-summary{
    height: auto;
    padding: 25px 0 27px;
    border-radius: 16px;
    border-top: 7px solid  #B0CB1F;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.03);
}
body.single-product #right-summary-section .entry-summary #custom_html-16 {
    margin: 0;
}
body.single-product #right-summary-section .stock-container{
    display: flex;
    align-items:center;
    gap:8px;
    padding: 0 20px 20px 20px;
    position: relative;
}
body.single-product #right-summary-section .stock-container span{
    position: absolute;
    right: 12px;
    width: 41px;
    height: 40px;
    z-index: 1;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.single-product #right-summary-section .stock-container .sale-badge{
    position: absolute;
    right: 12px;
    top: 0;
    z-index: 0;
}
body.single-product #right-summary-section .stock-container .sale-badge span{
    width: 100%;
    left: calc(50% - 20px);
    top: 0;
}
body.single-product #right-summary-section .stock-container p.availability{
    color: #0B0B0B;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    margin: 0;
}
body.single-product #right-summary-section .stock-container p.stock,
body.single-product .custom-product-summary-wrapper p .out-of-stock{
    color:#B0CB1F;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    margin-bottom: 0;
    max-width: 147px;
}
body.single-product #right-summary-section .stock-container p.stock.out-of-stock,
body.single-product .custom-product-summary-wrapper p .stock.out-of-stock {
    color:#DC3545!important;
}
body.single-product #right-summary-section .stock-container p.stock.change,
body.single-product .custom-product-summary-wrapper p .stock.change {
    color: #B0CB1F;
    opacity: 1!important;
}
body.single-product .gpay-button-online-api-id {
    border-radius: 16px;
}
body.single-product #right-summary-section p.price{
   margin-bottom: 24px;
   padding: 0 20px;
}
body.single-product #right-summary-section p.price span.price{
    display: flex;
    flex-direction: column;
    align-items:start;
    flex: 30;
}
body.single-product #right-summary-section p.price span.price.regular,
body.single-product #right-summary-section p.price.regular {
    justify-content: start!important;
    align-items: center!important;
}
body.single-product #right-summary-section p.price.regular>span {
    line-height: 95%!important;
}
body.single-product #right-summary-section p.price.regular .amount {
    margin-right: 5px;
}
body.single-product #right-summary-section p.price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}
body.single-product #right-summary-section p.price>span {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: flex-end !important;
    position: relative;
}
body.single-product #right-summary-section .price del {
    order: 3;
    margin-left: auto;
}
body.single-product #right-summary-section .price .saving {
    order: 3;
    margin-left: auto;
    text-align: right;
}
body.single-product #right-summary-section p.price .save {
    position: relative;
    height: auto;
    display: flex;
    color: #BB3DA1;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    align-items: flex-end;
    justify-content: flex-end;
}
body.single-product #right-summary-section p.price .regular-price,
body.single-product #right-summary-section p.price .sale-price{
    display: grid;
}
body.single-product #right-summary-section p.price .sale-price{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
}
body.single-product #right-summary-section p.price span.price ins bdi,
body.single-product #right-summary-section p.price .sale-price,
body.single-product #right-summary-section p.price .regular-price,
body.single-product #right-summary-section p.price span.price,
body.single-product #right-summary-section p.price>span,
body.single-product #right-summary-section p.price ins{
    color: #BB3DA1;
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 145%; /* 46.4px */
}
body.single-product #right-summary-section p.price span.price, body.single-product #right-summary-section p.price > span{
    line-height: 125%;
}
body.single-product #right-summary-section p.price .regular-price small,
body.single-product #right-summary-section p.price .sale-price small,
body.single-product #right-summary-section p.price span.price small,
body.single-product #right-summary-section p.price>span small,
body.single-product #right-summary-section p.price>small,
body.single-product #right-summary-section p.price del bdi{
    color: #737373;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
}
body.single-product #right-summary-section p.price del bdi{
    font-size: 15px;
}
body.single-product #right-summary-section .price ins,
body.single-product #right-summary-section p.price span.price ins bdi {
    font-size: 32px!important;
    margin-right: 3px;
    line-height: 98%!important;
}
body.single-product #right-summary-section .price>small{
    margin-top: 10px;
    margin-right: 6px;
    font-size: 13px !important;
}
body.single-product #right-summary-section p.price del bdi{
    text-decoration: line-through;
}
body.single-product #right-summary-section form{
    margin: 0;
}
body.single-product #right-summary-section ul.available_coupons_with_product{
    list-style: none;
}
#right-summary-section ul.wc_stripe_product_payment_methods {
    padding: 0 20px;
}
body.single-product #right-summary-section form label[for="pa_colour"],
body.single-product #right-summary-section form .accordion label[for="model"] span, body.single-product #right-summary-section form .accordion label[for="condition"] span  {
    color: #0B0B0B;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
body.single-product #right-summary-section form .label .attribute_pa_colour{
    color: #737373;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
body.single-product #right-summary-section form .summary .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-color > button{
    cursor:pointer;
}
body.single-product #right-summary-section form .summary .value{
    margin-bottom: 12px;
}
body.single-product #right-summary-section form .cgkit-as-wrap .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-color > button.cgkit-swatch-selected:before{
    border: 3px solid #B0CB1F;
}

body.single-product #right-summary-section form .variations tr.accordion {
    background: #F8F8F8; 
}
body.single-product #right-summary-section form .variations .accordion th.label{
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    padding: 12px 20px;
    cursor: pointer;
    position: relative;
}
.summary .variations label {
    width: 200px;
    max-width: 100%;
    cursor: pointer;
}
body.single-product #right-summary-section form .variations .accordion .attribute_model{
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color:#B0CB1F;
    text-overflow: ellipsis;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}
.cgkit-as-wrap .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-button{
    margin: 0;
}
#ckwtl-button2,
#ckwtl-button3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 16px;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; /* 125% */
    max-width: 265px;
    background-color: #43454b;
    color: #FFFFFF;
    margin: 15px 20px;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.single-product div.product form.cart .button.added::before {
    display: none;
    top: 0;
}
body.single-product div.product form.cart .button.added.temporarily-added::before {
    display: inline-block;
    top: 0;
}
body.single-product #right-summary-section form .variations .accordion td.value .cgkit-as-wrap .cgkit-attribute-swatches,
body.single-product #right-summary-section form .variations .active td.value .cgkit-as-wrap .cgkit-attribute-swatches{
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 8px;
}
.cgkit-as-wrap .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-button button{
    border-radius: 32px;
    border: 1px solid #737373;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    text-transform: capitalize;
    padding: 12px 14px;
    font-family: Ubuntu;
    cursor: pointer;
}
body.single-product #right-summary-section form .variations .accordion td.value .cgkit-as-wrap .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-button .stock_out_of_stock{
    border-radius: 32px;
    border: 1px solid #737373;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    text-transform: capitalize;
}
body.single-product #right-summary-section form .variations .accordion td.value .cgkit-as-wrap .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-button button.cgkit-swatch-selected{
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    text-transform: capitalize;
    border-radius:32px;
    cursor: pointer;
}
body.single-product #right-summary-section form .reset_variations{
    color: #737373;
    text-align: center!important;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-decoration-line: underline;
    display: inherit!important;
    padding-top: 12px;
}
body.single-product #right-summary-section form .next-day-delivery-info{
    display: grid;
    grid-template-columns: auto auto;
    align-items:center;
    gap: 0;
    padding: 0 20px 24px;
}
body.single-product #right-summary-section form .next-day-delivery-info p{
    color: #737373;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.856px; /* 134.686% */
    margin: 0;
}
body.single-product #right-summary-section form .payment-icons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    padding: 0 20px 24px 20px;
}
body.single-product #right-summary-section form.variations_form #ckwtl-button3{
    cursor: pointer;
    border-radius: 16px;
    width: 100% !important;
    margin: 20px 0;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    height: 48px;
    line-height: 48px;
}
ul.wc_stripe_product_payment_methods li[class*=payment_method_stripe_] button {
    border-radius: 16px;
}
body.single-product #right-summary-section form button.single_add_to_cart_button{
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    border-radius: 16px;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; /* 125% */
    max-width: 265px;
    margin: 0 auto;
}
body.single-product #right-summary-section #financing-accordion{
    margin-top: 24px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.03);
    padding: 12px 20px;
    width: 305px;
    position: relative;
    z-index: 3;
}
body.single-product #right-summary-section #financing-accordion.active{
    border-radius: 16px 16px 0 0;
}
body.single-product #right-summary-section #financing-accordion .accordion-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
body.single-product #right-summary-section #financing-accordion .accordion-header-items span{
    color: #0B0B0B;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
body.single-product #right-summary-section #financing-accordion .accordion-header-items p{
    color: #737373;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    margin: 0;
}
body.single-product #right-summary-section #financing-accordion svg{
    transition: .3s linear;
    transform: rotate(0deg);
}
body.single-product #right-summary-section #financing-accordion .accordion-header .rotated{
    transform: rotate(180deg);
}
body.single-product #right-summary-section #financing-accordion .accordion-content{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.03);
    position: absolute;
    width: 100%;
    left: 0px;
    padding:12px 20px;
    top: 100%;
    z-index: 2;
}
body.single-product .summary .variations label strong {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item{
    display: flex;
    align-items: center;
    justify-content: start;
    height: auto;
    padding: 12px 0;
    position: relative;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item:not(:last-child){
    border-bottom: 1px solid #D5D5D5;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item picture img {
    width: auto;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item img {
    width: auto;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item picture {
    display: flex;
    align-items: center;
    padding-right: 0;
    min-width: fit-content;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item .affirm-as-low-as {
    display: block!important;
    font-size: 10px;
    margin: 0;
    padding-left: 14px;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item .affirm-as-low-as .__affirm-logo {
    display: none;
}
klarna-placement {
    display: flex;
}
klarna-placement::part(osm-container) {
    padding: 0;
    border: none;
}
klarna-placement::part(osm-badge-container) {
    display: none;
}
klarna-placement::part(osm-badge-container) {
    display: none;
}
klarna-placement::part(osm-message) {
    font-size: 10px;
}
klarna-placement::part(osm-cta) {
    font-size: 10px;
}
square-placement {
    margin: 0;
    padding-left: 14px;
}
.accordion-item.paypal div {
    padding-left: 14px;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item img{
    width: auto;
    height: auto;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item.klarna img{
    height: 10px;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item.paypal img{
    height: 12px;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item.affirm img{
    height: 20px;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item.afterpay img{
    height: 15px;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item a{
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 15px */
    text-decoration-line: underline;
}

body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item .payments_popup {
    display: none;
    opacity: 0;
    position: absolute;
    word-break: inherit;
    background-color: #FFFFFF;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 1rem 2.5rem 1rem 1rem;
    left: 0;
    z-index: 100;
    border: 1px solid var(--Stroke, #F0F0F0);
    border-radius: 16px;
    transition: .2s ease all;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .07);
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item .payments_popup svg {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item .payments_popup .affirm-modal-trigger {
    font-size: 14px;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item .payments_popup>* {
    margin: 0;
    padding: 0;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item .payments_popup.active {
    display: block;
    opacity: 1;
}
body.single-product #right-summary-section #financing-accordion .accordion-content .accordion-item .__affirm-logo.__ligature__affirm_full_logo__ {
    position: relative;
    right: 0;
}

.single-product .summary square-placement{
    display: none; /*-----------?*/
}

/* /////// custom-product-summary//////// */

body.single-product .custom-product-summary-wrapper {
    display: flex;
    position: fixed;
    justify-content: center;
    z-index: 2;
    height: auto;
    width: 100%;
    max-width: 100%;
    background-color: #FFFFFF;
    bottom: -16rem;
}
body.single-product .custom-product-summary-wrapper.show {
    bottom: 0;
    left: 0;
}
body.single-product .custom-product-summary {
    display: flex;
    justify-content: center;
    background: #FFF;
    padding: 10px 10px;
    bottom: -13rem;
    width: 100%;
    z-index: 100;
    transition: all .2s ease;
    border-radius: 16px;
}
body.single-product .custom-product-summary.show {
    bottom: 4.4rem;
}
body.single-product .custom-product-summary-wrapper .product-configuration {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 15px;
}
body.single-product .custom-product-summary{
    display: flex;
    justify-content: flex-start;
    max-width: 1280px;
    /* margin: 0 auto; */

}
body.single-product .custom-product-summary .product-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 212px;
    max-height: 149px;
    text-align: center;
    padding: 5px;
    border-radius: 16px;
    border: 1px solid #D5D5D5;
    margin-right: 24px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
body.single-product .custom-product-summary .product-thumbnail img {
    height: auto;
    max-height: 145px;
    width: 100%;
}
body.single-product .custom-product-summary .product-details {
    margin-right: 20px;
    max-width: 250px;
}
body.single-product .custom-product-summary .product-details p strong {
    color: #0B0B0B;
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 166.667% */
}
html[lang="de"] body.single-product .custom-product-summary:has(.with-sale) .product-details > p {
    margin-bottom: 0; 
}
body.single-product .custom-product-summary .add-to-cart {
    margin-left: auto;
}
body.single-product .custom-product-summary .add-to-cart .payment-icons img {
    height: 15px;
}
body.single-product .custom-product-summary .custom-product-summary-title h3{
    color: #0B0B0B;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    max-width: 400px;
    margin: 0;
    margin-bottom: 4px;
}
body.single-product .custom-product-summary .product-configuration p {
    color: #0B0B0B;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    margin: 0;
}
body.single-product .custom-product-summary .product-configuration p span {
    color: #666666;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
body.single-product .custom-product-summary p .in-stock {
    color: #B0CB1F;
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 166.667% */
}
body.single-product .custom-product-summary-price {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
body.single-product .custom-product-summary-price .regular-price,
body.single-product .custom-product-summary-price .sale-price  {
    display: grid;
    color: var(--Base-, #BB3DA1);
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 145%; /* 29px */
}
body.single-product .custom-product-summary-price .regular-price.no-sale {
    display: flex;
    font-size: 16px !important;
    align-items: baseline;
}
body.single-product .custom-product-summary-price .regular-price.no-sale bdi {
    font-size: 16px !important;
}
body.single-product .custom-product-summary-price .sale-price {
    display: flex;
    margin-bottom: 0;
    align-items: baseline;
    flex: 0 0 55%;
    color: var(--Base-, #BB3DA1);
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 145%;
}

body.single-product .custom-product-summary-price .regular-price{
    color: var(--Base-, #BB3DA1);
}
body.single-product .custom-product-summary-price .regular-price del {
    grid-column: 2;
}
body.single-product .custom-product-summary-price .regular-price small,
body.single-product .custom-product-summary-price .regular-price del bdi,
body.single-product .custom-product-summary-price .sale-price small {
    color: var(--gray-400, #9CA3AF);
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%; /* 14.4px */
}
body.single-product .custom-product-summary-price .sale-price small {
    margin-left: 5px;
}
body.single-product .custom-product-summary-price .regular-price del bdi{
    text-decoration: line-through;
}
body.single-product .custom-product-summary .add-to-cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    max-width: 305px;
    width: 100%;
}
body.single-product .custom-product-summary .add-to-cart .payment-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body.single-product .custom-product-summary .add-to-cart .add-to-cart-button .single_add_to_cart_button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 16px;
    height: 38px;
}
body.single-product .custom-product-summary .add-to-cart .add-to-cart-button .single_add_to_cart_button.temporarily-added::before {
    display: inline-block;
    top: 0;
    background-color: #fff;
    position: relative;
    margin-right: 8px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12L11 14L15 10M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%234A5568' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12L11 14L15 10M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%234A5568' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
body.single-product .custom-product-summary .add-to-cart .delivery-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: inherit;
    background: inherit;
    margin-right: 0;
}
body.single-product .custom-product-summary .add-to-cart .delivery-info p {
    color: #737373;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.856px;
    text-decoration-line: underline;
    margin-bottom: 0;
}

/* ///////-----------------//////// */
body.single-product .woocommerce-tabs ul.tabs{
    top: 0;
    display: flex;
    align-items: center;
    border-top: none;
    border-radius: 16px;
    border: 1px solid #F0F0F0 !important;
    background:  #FFF;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.03);
    width: 100%;
    max-width: 1280px;
    gap: 56px;
    padding: 10px !important;
    margin-bottom: 32px;
    z-index: 2;
}
body.single-product .woocommerce-tabs ul.tabs li{
    border-radius: 8px;
    border-bottom: none;
}
body.single-product .woocommerce-tabs ul.tabs li.active:not(.back-to-top){
    background: #24211F;
}
body.single-product .woocommerce-tabs ul.tabs li.active:not(.back-to-top) a{
    color: #FFF !important;
}
body.single-product .woocommerce-tabs ul.tabs li a {
    color: #0B0B0B;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    padding: 12px 24px;
    outline: none;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
body.single-product .related{
    padding-top: 120px;
    padding-bottom: 200px;
    max-width: 1280px;
    margin: 0 auto;
}
body.single-product .related .product-grid{
    position: relative;
}
body.single-product .related .product-grid .related-products-slider{
    overflow: hidden;
}
body.single-product .related .product-grid .swiper-wrapper{
    gap: 16px;
    margin-left: 16px;
}
body.single-product .related.products .buttons {
    position: absolute;
    right: 18px;
    top: -55px;
}
body.single-product .buttons .slider-next::after,
body.single-product .buttons .slider-prev:after{
    position: absolute;
    content:"";
    width: 24px;
    height: 24px;
}
body.single-product .buttons .slider-next::after{
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M8.90997 19.9201L15.43 13.4001C16.2 12.6301 16.2 11.3701 15.43 10.6001L8.90997 4.08008" stroke="%2324211F" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}

body.single-product .buttons .slider-prev:after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M8.90997 19.9201L15.43 13.4001C16.2 12.6301 16.2 11.3701 15.43 10.6001L8.90997 4.08008" stroke="%2324211F" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
    transform: rotate(180deg);
    right: 24px;
}

body.single-product .buttons .slider-prev.disabled:after,
body.single-product .buttons .slider-next.disabled:after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M8.90997 19.9201L15.43 13.4001C16.2 12.6301 16.2 11.3701 15.43 10.6001L8.90997 4.08008" stroke="%23b0b0b0" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}

body.single-product .related h2{
    color: #0B0B0B;
    font-family: Ubuntu;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 83.333% */
    margin-bottom: 34px;
}
body.single-product .related .swiper .swiper-slide {
    margin-left: -16px;
    gap: 16px;
    max-width: 100%;
}
body.single-product .related .swiper li.swiper-slide {
    width: 100%;
    height: 442px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: end;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    background: #FFF;
    cursor: pointer;
    text-align: start;
}
body.single-product .related .swiper li.swiper-slide .sale-badge{
    border-radius: 4px;
    background: var(--Base-, #BB3DA1);
    color: var(--white, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
    padding: 4px 8px;
    position: absolute;
    top: 16px;
    left: 16px;
}
body.single-product .related .swiper li.swiper-slide .product-image-link img{
    object-fit: contain;
    height: 174px;
}
body.single-product .related .swiper li.swiper-slide .product-details {
    overflow: hidden;
    white-space: nowrap;
}
body.single-product .related .swiper li.swiper-slide .product-details .product-brand{
    display: inline-block;
    height: 23px;
    color: var(--gray-500, #6B7280);
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%; /* 15.6px */
    text-transform: uppercase;
}
body.single-product .related .swiper li.swiper-slide .product-details h2{
    color: var(--gray-800, #1F2937);
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}
body.single-product .related  .swiper li.swiper-slide .product-details .rating-and-stock{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}
body.single-product .related  .swiper li.swiper-slide .product-details .rating-and-stock .product-stock-status{
    color: var(--Base-, #B0CB1F);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}
body.single-product .related  .swiper li.swiper-slide .product-details .product-price{
     display: grid;
     gap: 4px;
     padding-bottom: 24px;
     min-height: 66px;
}
body.single-product .related  .swiper li.swiper-slide .product-details .product-price .sale-price{
    color: var(--Base-, #BB3DA1);
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}
body.single-product .related  .swiper li.swiper-slide .product-details .product-price .regular-price del{
    color: #9CA3AF;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
    text-decoration:line-through;
    margin: 0;
}
body.single-product .related  .swiper li.swiper-slide .product-details .product-price .regular-price {
    color: var(--Base-, #BB3DA1);
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}
body.single-product .related  .swiper li.swiper-slide .product-details a.add-to-cart-button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 16px;
    height: 48px;
    opacity: 1;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
}
body.single-product .related .swiper li.swiper-slide .product-details a.add-to-cart-button img{
    width: 20px;
    margin: 0;
}
body.single-product .related-wrapper .product_meta {
    max-width: 1280px;
    margin: auto;
    padding-bottom: 1em;
}
body.single-product .related-wrapper .entry-content {
	display: none;
}
.site-main u .swiper li.swiper-slide.product:hover::before{
    opacity: 0;
}
.product-card__slide u .swiper li.swiper-slide .product:not(.product-category):hover .button{
    height: 48px;
}
.wp-block-image{
    width: auto;
    margin: 0;
}
.product-card__slide u .swiper li.swiper-slide .product:not(.product-category){
    padding-bottom: 16px;
}
body.single-product .custom-product-summary.variation.loading {
    display: none;
}
body.single-product .custom-product-summary p {
    /* margin-bottom: 5px; */
    font-size: 14px;
}
body.single-product .custom-product-summary .regular-price-del{
    position: relative;
    height: 33px;
    display: flex;
    color: #BB3DA1;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    align-items: flex-end;
    justify-content: flex-end;
}
body.single-product .custom-product-summary .regular-price-del del{ 
    position: absolute;
    top: 0px;
    line-height: 20px;
}
body.single-product .custom-product-summary p del span {
    color: var(--Base-, #666);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: line-through;
}
body.single-product .custom-product-summary .custom-product-summary-price .sale-price bdi {
    font-size: 16px;
}
body.single-product .custom-product-summary .custom-product-summary-price .regular-price {
    font-size: 12px;
    grid-gap: 3px;
    line-height: 14px;
    text-align: right;
}
body.single-product .custom-product-summary .custom-product-summary-price .regular-price.with-sale {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    grid-gap: 3px;
    line-height: 14px;
    text-align: left;
    margin-top: 7px;
    margin-bottom: 0;
}
body.single-product .custom-product-summary .custom-product-summary-price .regular-price.with-sale del {
    flex: 0 0 100%;
}
body.single-product .custom-product-summary .custom-product-summary-price .regular-price>* {
    line-height: 14px;
}
body.single-product .custom-product-summary .custom-product-summary-price .regular-price bdi {
    font-size: 12px;
}
body.single-product .custom-product-summary .custom-product-summary-price .regular-price del bdi {
    color: var(--Base-, #666);
}

    /* MEDIA */

body.single-product .woocommerce-tabs ul.tabs.fixed-tabs {
    position: fixed;
    bottom: -15rem;
    margin-bottom: 0;
    max-width: 1280px;
    width: 100%;
    z-index: 1000;
    transition: all .2s ease;
}
body.single-product #page .woocommerce-tabs ul.tabs .back-to-top {
    display: none;
    margin-left: auto;
    margin-right: 6px;
}
body.single-product #page .woocommerce-tabs ul.tabs .back-to-top.show {
    display: block;
}
body.single-product .woocommerce-tabs ul.tabs .back-to-top a {
    font-family: Ubuntu;
    padding: 12px 24px;
    outline: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #737373;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
}
body.single-product .woocommerce-tabs ul.tabs.fixed-tabs.show {
    bottom: 0;
}

body.single-product #middle-summary-section .cg-accordion-item strong {
    color: #0B0B0B;
    font-weight: 500;
    text-decoration: none;
}
body.single-product #middle-summary-section .cg-accordion-item strong u {
    text-decoration: none;
}
.single-product .product-details-wrapper #middle-summary-section p img {
    margin-top: 24px;
    margin-bottom: 2px;
    border-radius: 8px;
}
.summary .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-color span.color-div {
    width: 47px;
    height: 47px;
}
.summary .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-color > button {
    height: 55px;
    width: 55px;
}
.summary .cgkit-attribute-swatches .cgkit-attribute-swatch {
    margin: 0 10px 10px 0;
}
#variation-gallery .main-slider .slick-next, #variation-gallery .main-slider .slick-prev {
    display: none !important;
}
body.single-product ul.tabs.mobile-tabs {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    border-top: none;
    row-gap: 12px;
    border-radius: 16px;
    background: #FFF;
    width: 100%;
    margin-bottom: 0;
    margin-top: 24px;
    z-index: 1;
    list-style: none;
    padding: 0;
}
body.single-product ul.tabs.mobile-tabs span {
    display: none;
}
body.single-product ul.tabs.mobile-tabs li {
    border-radius: 8px;
}
body.single-product ul.tabs.mobile-tabs li.active {
    background: #24211F;
}
body.single-product ul.tabs.mobile-tabs li.active a {
    color: #FFF !important;
}
body.single-product ul.tabs.mobile-tabs li a {
    color: #0B0B0B;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 20px;
    outline: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

body.single-product .woocommerce-Tabs-panel--description ul {
    padding-left: 1rem;
}
.commercekit-inventory .progress-bar.high-stock-bar span {
    background: #B0CB1F;
}
#commercegurus-pdp-gallery-wrapper .ckit-badge_wrapper .ckit-badge {
    padding: 2px 6px;

}
#commercegurus-pdp-gallery-wrapper .ckit-badge_wrapper {
    left: 75px;
    top: 5px;
}
body.single-product form.variations_form .variations label {
    width: 100%;
    max-width: 240px;
}

body.single-product main article {
	display: none;
}

.ywtm_col_1 {
    width: 100%
}

.ywtm_col_2 {
    width: 45.8%
}

.ywtm_col_3 {
    width: 32.6%
}

.ywtm_col_4 {
    width: 24%
}
.ywtm_video_gallery_container .container_list_video {
    list-style: none
}

.ywtm_video_gallery_container .container_list_video li {
    float: left
}

.ywtm_video_gallery_container .container_list_video.container_2 li:nth-child(2n+1) {
    clear: left
}

.ywtm_video_gallery_container .container_list_video.container_2 li:nth-child(2n) {
    margin-right: 0
}

.ywtm_video_gallery_container .container_list_video.container_2 li {
    margin-right: 1%
}

.ywtm_video_gallery_container .container_list_video.container_3 li:nth-child(3n+1) {
    clear: left
}

.ywtm_video_gallery_container .container_list_video.container_3 li:nth-child(3n) {
    margin-right: 0
}

.ywtm_video_gallery_container .container_list_video.container_3 li {
    margin-right: 1%
}

.ywtm_video_gallery_container .container_list_video.container_4 li:nth-child(4n+1) {
    clear: left
}

.ywtm_video_gallery_container .container_list_video.container_4 li:nth-child(4n) {
    margin-right: 0
}

.ywtm_video_gallery_container .container_list_video.container_4 li {
    margin-right: 1%
}

body.single-product #chat-widget-container {
    bottom: 110px !important;
}

@media( min-width: 769px) {
    body.pdp-full #page .woocommerce-tabs .wp-block-columns .wp-block-column {
        display: flex;
        flex-direction: column;
    }
    body.pdp-full #page .woocommerce-tabs .wp-block-columns .wp-block-column > h3 {
        margin-top: auto;
    }
    body.pdp-full #page .woocommerce-tabs .wp-block-columns .wp-block-column > *:last-child {
        margin-bottom: auto;
    }
}

@media( max-width:1300px){
    body.single-product .shoptimizer-archive .product-details-wrapper{
        grid-template-columns: 1fr 2fr;
        padding-bottom: 0px;
        margin: 0 30px;
    }
    body.single-product #right-summary-section{
        display: grid;
        grid-template-columns: auto auto;
        gap: 30px;
        margin: 0 30px;
        max-width: 100%;
        width: auto;
        padding-bottom: 32px;
    }
    body.single-product .product-details-wrapper #middle-summary-section{
        max-width: 100%;
    }
    
    body.single-product #right-summary-section #financing-accordion{
        width: 100%;
        margin-top: 0;
        height: 69px;
    }
    body.single-product #middle-summary-section .inventory-countdown-container{
        justify-items: normal;
        gap: 27px;
    }
    body.single-product #right-summary-section form .variations .accordion th.label{
        grid-template-columns: 1fr auto;
    }
    body.single-product #right-summary-section form .variations{
        max-width: 400px;
        width: 100%;
    }
    body.single-product #right-summary-section form .single_variation_wrap .woocommerce-variation-add-to-cart{
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0 20px;
        max-width: 400px;
    }
    /* body.single-product .woocommerce-tabs.wc-tabs-wrapper, body.pdp-full #page .woocommerce-tabs {
        padding-left: 30px;
        padding-right: 30px;
    } */
    body.single-product .related-wrapper .product_meta {
        padding-left: 30px;
        padding-right: 30px;
    }
    body.single-product #right-summary-section form .payment-icons{
        padding: 0;
    }
    body.single-product #right-summary-section form button.single_add_to_cart_button{
        max-width: 100%;
    }
    body.single-product #right-summary-section form .next-day-delivery-info{
        order: 1;
        padding-bottom: 0;
    }
    body.single-product #right-summary-section form .next-day-delivery-info p{
        font-size: 12px;
        line-height: 12px;
    }
    body.single-product #right-summary-section form .variations tr.accordion{
        background:transparent;
    }
    body.single-product #right-summary-section form .reset_variations{
        display: flex!important;
        justify-content: center;
    }
    body.single-product #right-summary-section form .next-day-delivery-info{
        grid-template-columns: 30px auto;
        padding: 0;
    }
    /* body.single-product .archive-header .woocommerce-breadcrumb {
        padding-left: 30px;
        padding-right: 30px;
    } */
    .single-product div.product .summary form.cart {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0 20px;
        max-width: 400px;
    }
}
@media( max-width:1023px){
    body.single-product .product-details-wrapper #middle-summary-section h1 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (max-width: 992px) {
    body.single-product .woocommerce-tabs ul.tabs li a {
        overflow: inherit;
    }
    .single-product .site-content .col-full{
        padding-right: 20px;
        padding-left: 20px;
    }   
}

@media( max-width:991px){
    body.single-product{
        padding-bottom: 240px;
    }
    body.single-product #left-summary-section .cg-lightbox-active .swiper-slide img{
        height: 100% !important;
    }
    body.single-product .shoptimizer-archive .product-details-wrapper {
        display: block;
    }
    .single-product #commercegurus-pdp-gallery-wrapper .cg-thumb-swiper ul.swiper-wrapper {
        justify-content: center;
    }
    body.single-product #left-summary-section{
        height: 100%;
        max-width: 100%;
    }
    .swiper-container.cg-main-swiper.swiper-container-initialized .swiper-wrapper .swiper-slide{
        max-width: 100%;
    }
    body.single-product #left-summary-section .cg-lightbox-active .swiper-slide-imglink{
        height: 100%;
    }
    body.single-product #middle-summary-section .inventory-countdown-container{
        padding: 24px 0;
        grid-template-columns: auto auto;
        justify-items: center;
        gap: 10px;
    }
    body.single-product #middle-summary-section .below-title {
        justify-content: flex-start;
        gap: 50px;
    }
    body.single-product .product-details-wrapper #right-summary-section{
        display: block;
    }
    body.single-product #right-summary-section .entry-summary{
        margin-bottom: 30px;
    }
    
    body.single-product .custom-product-summary .custom-product-summary-title h3{
        font-size: 22px;
    }
    body.single-product #right-summary-section {
        grid-template-columns: auto;
        width: auto;
        gap:0;
    }
    body.single-product #right-summary-section form .variations{
        max-width: 100%;
    }
    body.single-product .custom-product-summary{
        display: grid;
        grid-template-columns: auto 1fr 1fr;
        justify-items: start;
        row-gap: 10px;
        padding: 20px 16px;
    }
    body.single-product .custom-product-summary .product-configuration{
        order: 2;
    }
    #page .woocommerce-tabs ul.tabs li a{
        padding: 12px 20px;
    }
    body.single-product #chat-widget-container {
        bottom: 170px !important;
    }
}
@media( max-width:768px){
    .single-product .site-content .col-full{
        padding-right: 0;
        padding-left: 0;
    }
    .swiper-container-autoheight .swiper-wrapper{
        height: 300px;
    }
    .single-product .site .archive-header .woocommerce-breadcrumb, .site-content .archive-header .woocommerce-breadcrumb{
        padding-bottom: 16px;
        padding-left: 20px;
    }
    body.single-product .shoptimizer-archive .product-details-wrapper{
        margin: 0;
        padding-top: 2rem;
        padding-right: 20px;
        padding-left: 20px;
    }
    body.single-product{
        padding-bottom: 64px;
    }
    body.single-product .product-details-wrapper h1 {
        font-family: 'Ubuntu';
        font-size: 24px;
        line-height: 40px;
        font-weight: 700;
        margin-bottom: 5px;
    }
    body.single-product .below-title .ask-owner span{
        font-size: 14px;
    }
    body.single-product .below-title .ask-owner {
        gap: 2.5px;
    }
    body.single-product #left-summary-section #compare-like-button .compare-wishlist-container .comparelabel,
    body.single-product #left-summary-section #compare-like-button .custom-wishlist span {
        right: 8px;
        left: auto;
    }
    div.product table.variations .active .label {
        margin-top: 0;
    }
    div.product table.variations .active .value {
        margin-bottom: 0;
    }
    body.single-product #right-summary-section{
        padding-right: 20px;
        padding-left: 20px;
    }
    div.product table.variations .active .label,
    body.single-product #right-summary-section form .variations .accordion th.label {
        padding-top: 18px;
    }
    div.product table.variations tr.accordion.active td.value {
        padding: 8px 0 0;
    }
    body.single-product #right-summary-section form.variations_form #ckwtl-button3 {
        margin: 20px 0 0;
        width: 100% !important;
        border-radius: 16px;
        height: 48px;
        line-height: 48px;
        max-width: 100%;
    }
    /*body.single-product .wc-stripe-product-checkout-container.bottom {*/
    /*    margin-top: 0;*/
    /*}*/
    #ckwtl-button2 {
        min-width: 100%!important;
    }
    #right-summary-section ul.wc_stripe_product_payment_methods {
        padding: 0;
    }
    body #page .woocommerce-tabs .panel {
        padding-right: 20px;
        padding-left: 20px;
    }
    body #page .woocommerce-tabs .panel .wp-block-video,
    body #page .woocommerce-tabs .panel .wp-block-video video {
        height: 222px;
    }
    body.single-product #commercegurus-pdp-gallery .cg-thumb-swiper,
    body.single-product .specification-section,
    body.single-product .specification-section,
    body.single-product #left-summary-section  .available-coupons,
    body.single-product #middle-summary-section #watching-right-now{
        display: none;
    }
    body.single-product #left-summary-section{
        padding-bottom: 24px;
    }
    body.single-product .product-details-wrapper .product_title entry-title{
        font-size: 24px;
        font-weight: 700;
        line-height: 40px;
    }
    .swiper-container.cg-main-swiper.swiper-container-initialized .swiper-wrapper .swiper-slide, #commercegurus-pdp-gallery-wrapper{
        height: 300px;
    }
    body.single-product #left-summary-section #compare-like-button{
        right: 5px;
        top: 12px;
        left: auto;
    }
    body.single-product .custom-product-summary-price{
        display: grid;
        height: 100%;
        justify-content: start;
        align-items: center;
        gap: 0;
    }
    body.single-product .custom-product-summary-price .sale-price {
        display: flex;
        align-items: end;
        gap: 0;
        margin-bottom: 0;
        font-size: 18px;
    }
    body.single-product .custom-product-summary .regular-price-del{
        justify-content: flex-start;
        align-items: flex-end;
        height: 33px;
    }
    body.single-product .custom-product-summary .regular-price-del del{
        top: 0
    }
    body.single-product .custom-product-summary .regular-price-del bdi{
        font-size: 10px;
    }
    body.single-product .custom-product-summary-price .sale-price small{
        margin-bottom: 4px;
    }
    body.single-product .related,
    body.single-product .related-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }
    body.single-product .related .swiper .swiper-slide {
        width: 100%;
    }   
    /* body.single-product .custom-product-summary {
        grid-template-columns: auto;
        row-gap: 10px;
    } */
    body.single-product #right-summary-section p.price>small{
        left: 0;
    }
    body.single-product #right-summary-section{
        margin: 0;
        padding-bottom: 0;
    }
    body.single-product #right-summary-section form {
        grid-template-columns: auto;
    }
    /* body.single-product .woocommerce-tabs ul.tabs li.active{
        padding: 8px 12px;
    } */
    #page .woocommerce-tabs ul.tabs li.active a{
        color: inherit;
    }
    body.single-product .custom-product-summary .product-configuration {
        order: 0;
    }
    body.single-product #right-summary-section .entry-summary{
        border-top: none; 
        background: transparent;
        box-shadow: none;
        margin: 0;
        padding-top: 0;
    }
    #commercekit-timer.product .commercekit-timer-label{
        font-size: 11px !important;
    }
    body.single-product #middle-summary-section .inventory-countdown-container div p{
        margin-bottom: 0;
    }
    body.single-product #right-summary-section form .reset_variations{
        display: none!important;
    }
    body.single-product #right-summary-section form .single_variation_wrap{
        grid-column: 2;
        padding: 0;
    }
    body.single-product #right-summary-section .stock-container,
    body.single-product #right-summary-section p.price,
    div.product table.variations .active .label,
    div.product table.variations .active .value,
    body.single-product #right-summary-section form .variations .accordion th.label,
    div.product table.variations tr.accordion.active td.value{
        padding: 12px 0;
    }
    body.single-product #right-summary-section .stock-container{
        padding-top: 0;
    }
    body.single-product #right-summary-section .stock-container .sale-badge{
        top: 23px;
        right: 0;
    }
    body.single-product #right-summary-section .stock-container span {
        top: 23px;
        right: 0;
    }
    body.single-product .related {
        padding-bottom: 60px;
        padding-top: 40px;
    }
    body.single-product #right-summary-section form .single_variation_wrap .woocommerce-variation-add-to-cart {
        padding: 0;
    }
    body.single-product .woocommerce-tabs ul.tabs.fixed-tabs {
        display: none!important;
    }
    /* body.single-product .custom-product-summary.show {
        display: flex;
        flex-wrap: wrap;
        bottom: 0;
        column-gap: 20px;
    } */
    body.single-product .custom-product-summary .product-thumbnail {
        display: none;
        margin-right: 0;
        flex: 0 0 29%;
    }
    body.single-product .custom-product-summary .product-details {
        margin-right: 0;
        max-width: 100%;
        /* flex: 0 0 66%; */
    }
    body.single-product .custom-product-summary .add-to-cart {
        max-width: 100%;
    }
    body.single-product .custom-product-summary .custom-product-summary-title h3 {
        font-size: 17px;
    }
    body.single-product .custom-product-summary .product-configuration {
        display: none;
    }
    body.single-product .custom-product-summary .payment-icons {
        display: none!important;
    }
    body.single-product .woocommerce-tabs ul.tabs {
        gap: 30px;
        box-shadow:none;
        border: none;
        border-radius: none;
        background: transparent;
    }
    /* body.single-product #middle-summary-section .inventory-countdown-container{
        display: none;
    } */
    body.single-product .main-slider .slick-slide {
        height: 300px;
    }
    body.single-product .main-slider .slick-slide img {
        width: 100%;
        height: 300px;
    }
    body.single-product .thumb-slider {
        display: none;
    }
    body.single-product .slick-dots {
        bottom: 12px;
    }
    body.single-product .custom-product-summary .product-details .custom-product-summary-title {
        display: none;
    }
    body.single-product .custom-product-summary p {
        display: none;
    }
    body.single-product .custom-product-summary .add-to-cart .delivery-info {
        display: none;
    }
    body.single-product .custom-product-summary-wrapper {
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 0;
        left: 0;
    }
    body.single-product .custom-product-summary {
        display: flex;
        justify-content: space-between;
        padding: 8px 20px;
    }
    body.single-product .custom-product-summary .product-details {
        flex: 0 0 50%;
        display: flex;
        align-items: start;
    }
    body.single-product .custom-product-summary .add-to-cart {
        flex: 0 0 50%;
    }
    body.single-product .custom-product-summary .add-to-cart .add-to-cart-button .single_add_to_cart_button {
        height: 48px;
        font-size: 14px;
    }
    body.single-product div.cgkit-iframe-wrap {
        padding-bottom: 87%!important;
    }
    body.single-product div.cgkit-iframe-wrap iframe {
        border-radius: 16px;
        max-height: 300px;
    }
    body.single-product form.variations_form .variations label {
        max-width: calc(100% - 45px);
    }
    body.single-product .custom-product-summary .custom-product-summary-price .regular-price {
        display: flex;
        grid-gap: 6px;
    }
    body.single-product .custom-product-summary .custom-product-summary-price .regular-price.no-sale {
        margin-bottom: 0;
    } 
    body.single-product .custom-product-summary .custom-product-summary-price .regular-price.with-sale {
        margin-top: 0;
        margin-bottom: 0;
        flex-wrap: unset;
        grid-gap: 6px;
    }
    body.single-product .custom-product-summary .custom-product-summary-price .regular-price.with-sale del {
        flex: unset;
    }
    body.single-product .custom-product-summary .custom-product-summary-price .regular-price .amount {
        font-size: 18px;
    }
    body.single-product .custom-product-summary.show {
        flex-wrap: nowrap;
        column-gap: 0;
    }
    body.single-product ul.tabs.mobile-tabs {
        display: flex;
        opacity: 1;
        flex-wrap: wrap;
    }
    body.single-product .woocommerce-tabs.wc-tabs-wrapper, body.pdp-full #page .woocommerce-tabs {
        position: inherit;
    }
    body.single-product ul.tabs.fixed-tabs {
        display: flex!important;
        position: absolute!important;
        top: 4rem;
        left: 0;
        box-shadow: none;
        border: none!important;
        bottom: auto!important;
        align-items: center;
        flex-wrap: wrap;
        border-top: none;
        row-gap: 12px!important;
        border-radius: 16px;
        background: #FFF;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 0;
        margin-top: 24px;
        z-index: 1!important;
        list-style: none;
        padding: 0!important;
        gap: 0;
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    body.single-product ul.tabs.fixed-tabs span {
        display: none
    }

    body.single-product ul.tabs.fixed-tabs li {
        border-radius: 8px;
        display: inline-flex!important;
    }

    body.single-product ul.tabs.fixed-tabs li.active {
        background: #24211F;
    }

    body.single-product ul.tabs.fixed-tabs li.active a {
        color: #FFF!important
    }

    body.single-product ul.tabs.fixed-tabs li a {
        color: #0B0B0B;
        font-family: Ubuntu;
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
        padding: 8px 20px!important;
        outline: none;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }
    body.single-product .woocommerce-tabs ul.tabs.wc-tabs {
        align-items: center;
        border-top: none;
        gap: 0;
        row-gap: 12px;
        border-radius: 0;
        background: #fff;
        z-index: 1;
        list-style: none;
        padding: 0 0 0 20px !important;
        border: none!important;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        margin-top: 1rem;
    }
    body.single-product ul.tabs.wc-tabs span {
        display: none;
    }
    body.single-product ul.tabs.wc-tabs li {
        border-radius: 8px;
        max-height: 36px;
        list-style: none;
    }
    body.single-product ul.tabs.wc-tabs li.active {
        background: #24211F;
    }
    body.single-product ul.tabs.wc-tabs li.active a {
        color: #FFF !important;
    }
    body.single-product ul.tabs.wc-tabs li a {
        color: #0B0B0B;
        font-family: Ubuntu;
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
        padding: 6px 15px!important;
        outline: none;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: nowrap;
        overflow: hidden;
    }
    body.single-product .woocommerce-tabs.wc-tabs-wrapper, body.pdp-full #page .woocommerce-tabs {
        flex-direction: column;
        flex-wrap: unset;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .ask-owner .help-block .help-popup {
        left: -200px;
    }
    .stock-container .help-block .help-popup {
        left: -100px;
    }
    body.single-product ul.tabs.fixed-tabs li a {
        padding: 6px 15px !important;
    }
    .swiper-container.cg-main-swiper.swiper-container-initialized .swiper-wrapper .swiper-slide {
        min-width: 100%;
    }
    .single-product div.product .summary form.cart {
        padding: 0;
    }
    body.single-product .related-wrapper .product_meta {
        padding-left: 0;
        padding-right: 0;
    }
    body.single-product ul.tabs.mobile-tabs li a {
        padding: 6px 12px;
    }
    body.single-product .woocommerce-Tabs-panel--description h2 {
        font-size: 23px;
    }
    body.single-product .woocommerce-Tabs-panel--description h3 {
        font-size: 20px;
    }
    body.single-product .woocommerce-Tabs-panel--description h4 {
        font-size: 18px;
    }
    body.single-product .woocommerce-Tabs-panel--description h5 {
        font-size: 17px;
    }
    body.single-product .woocommerce-Tabs-panel--description h6 {
        font-size: 15px;
    }

    div#tab-additional_information {
        padding-top: 16px;
    }
    body.single-product #commercegurus-pdp-gallery .cg-thumb-swiper {
        display: block;
        padding: 0;
        top: -2rem;
    }
    body.single-product .cg-thumb-swiper .swiper-wrapper .swiper-slide {
        width: 16px !important;
        height: 8px;
        border-radius: 8px;
        border: 1px solid #FFFFFF;
        background-color: #24211F;
        opacity: .1 !important;
        transition: all .2s ease;
    }
    body.single-product .cg-thumb-swiper .swiper-wrapper .swiper-slide .cgkit-play {
        display: none;
    }
    body.single-product .cg-thumb-swiper .swiper-wrapper .swiper-slide-thumb-active {
        border: none !important;
    }
    body.single-product #right-summary-section form .next-day-delivery-info {
        padding-top: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #commercegurus-pdp-gallery-wrapper .ckit-badge_wrapper {
        left: 13px;
        top: 12px;
    }
    body.single-product .cg-thumb-swiper .swiper-wrapper .swiper-slide-thumb-active {
        background-color: #BB3DA1 !important;
        opacity: 1 !important;
        width: 40px !important;
    }
    body.single-product #left-summary-section .cg-lightbox-active .cg-thumb-swiper .swiper-slide img {
        display: none
    }
    body.single-product #commercegurus-pdp-gallery .swiper-button-next, body.single-product #commercegurus-pdp-gallery .swiper-button-prev {
        display: none;
    }
    .single-product #commercegurus-pdp-gallery-wrapper .cg-thumb-swiper ul.swiper-wrapper {
        transform: translate3d(0px, 0px, 0px) !important;
    }
    body.single-product #right-summary-section form button.single_add_to_cart_button {
        margin-top: 1rem;
    }
    body.single-product .next-day-delivery-info .help-block {
        height: 24px;
    }
    body.single-product .custom-product-summary-price .regular-price del bdi {
        text-decoration: none;
    }
    body.single-product .custom-product-summary .custom-product-summary-price .regular-price.with-sale {
        align-items: baseline;
    }
    body.single-product .custom-product-summary .custom-product-summary-price .regular-price.with-sale .amount {
        font-size: 12px;
    }
    body.single-product #right-summary-section #financing-accordion {
        height: auto;
    }
    body.single-product #right-summary-section #financing-accordion .accordion-content {
        position: initial;
        margin-left: -20px;
        width: calc(100% + 40px);
    }
    .reset_variations {
        display: none!important;
    }
    body.single-product #right-summary-section #financing-accordion.active {
        border-radius: 16px 16px 16px 16px;
        padding: 12px 20px 0;
    }

	body.single-product #merchantwidget-iframe-wrapper {
		transform: translateY(-70px);
	}
	body.single-product #chat-widget-container {
		bottom: 85px !important;
	}
    body.single-product #right-summary-section .price del {
        line-height: 60px;
        top: 6px;
        position: relative;
    }
    .theme-shoptimizer #commercegurus-pdp-gallery-wrapper.ckit-mobile-pdp-gallery-active{
        margin-left: 0 !important;
    }
    .single-product #commercegurus-pdp-gallery-wrapper .cg-thumb-swiper ul.swiper-wrapper{
        min-width: 100%;
    }
    .theme-shoptimizer #commercegurus-pdp-gallery-wrapper.ckit-mobile-pdp-gallery-active{
        margin-left: 0 !important;
    }
    .single-product #commercegurus-pdp-gallery-wrapper .cg-thumb-swiper ul.swiper-wrapper{
        min-width: 100%;
    }
    .ywtm_col_1,.ywtm_col_2,.ywtm_col_3,.ywtm_col_4,.yit_wc_tab_manager_contact_form_container .contact_field.ywtm_col_3 {
        width: 100%
    }
}
@media( max-width:569px){
    body.single-product #right-summary-section form .single_variation_wrap{
        grid-column: auto;
    }
    #commercekit-timer.product .commercekit-timer-blocks{
        max-width: 173px;
        height: 52px;
        padding: 7px;
    }
    body.single-product #middle-summary-section .inventory-countdown-container{
        gap: 10px;
        justify-content: space-between;
    }
    #commercekit-timer.product .commercekit-timer-digit, #commercekit-timer.product .commercekit-timer-sep{
        font-size: 19px !important;
        line-height: normal !important;
    }
    .commercekit-inventory .progress-bar{
        margin-top: 3px !important;
    }
}

/* Fix for duplicate Klarna messages */
/* Hide ALL Klarna placements EXCEPT the one in the accordion */
.single-product klarna-placement:not(#financing-accordion klarna-placement) {
    display: none !important;
}

/* Hide Klarna placements that appear after add to cart button */
.single-product .summary > klarna-placement,
.single-product .summary .cart + klarna-placement,
.single-product form.cart + klarna-placement,
.single-product .summary.entry-summary > klarna-placement {
    display: none !important;
}

/* Ensure only one Klarna placement is visible in accordion */
#financing-accordion klarna-placement:not(:first-of-type) {
    display: none !important;
}

/* Hide duplicate shadow DOM content */
klarna-placement[data-preloaded='true'][data-timestamp] + klarna-placement {
    display: none !important;
}
