/**
* Rebrand CSS
*/
div.masthead-outer .section-inner {
    padding: 0px!important;
}
body.single-product .psoft,
body.single-product .environment-title-product,
body.single-product .prod-title,
body.single-product .vc_tta-tab span.vc_tta-title-text {
    font-family: 'proxima-soft', sans-serif;
}
body.single-product .carbona-opmyl .btn {
    background-color: #E6007E;
}
body.single-product .rounded-border {
    border-radius: 15px;
    padding: 20px 40px;
    position: relative;
}
body.single-product .rounded-border:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/10/heart.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 124px;
    height: 118px;
    position: absolute;
    top: -50px;
    right: 8%;
}
body.single-product .rounded-border p,
body.single-product .rounded-border a,
body.single-product .rounded-border * {
    color: #fff;
}
body.single-product .information-area ul,
body.single-product .information-area ol,
body.single-product .rounded-border ul,
body.single-product .rounded-border ol {
    margin-left: 0px;
    padding-left: 20px;
}
body.single-product .rounded-border ul li::marker {
    color: #319931;
}
body.single-product .information-area .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    border-color: transparent !important;
}
body.single-product .information-area .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    border-color: #00D0CC !important;
}
body.single-product .information-area .vc_tta.vc_general .vc_tta-tab>a {
    padding: 14px 20px 6px 20px;
}
.carbona-btns ul {
    margin: 0;
    padding: 0;
}
.carbona-btns ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.carbona-btns ul li:last-child {
    margin-right: 0px;
}
.carbona-btns ul li a {
    display: block;
    background-color: #fff;
    border: 1px solid #003a70;
    border-radius: 15px;
    padding: 10px 30px;
    color: #003a70;
    font-weight: 700 ;
    transition: 0.5s all  ease-in-out;
}
.carbona-btns ul li a.active,
.carbona-btns ul li a:hover {
    background-color: #003a70;
    color: #fff;
    text-decoration: none;
}
.carbona-btns-options {
    margin-top: 15px;
    margin-bottom: 15px;
}
.carbona-btns-options a {
    display: inline-block;
    vertical-align: middle;
    background-color: #e6007d ;
    border: 1px solid #e6007d ;
    border-radius: 15px ;
    padding: 10px 30px ;
    color: #fff ;
    font-weight: 700 ;
    transition: 0.5s all ease-in-out;
}
.carbona-btns-options a:hover {
    text-decoration: none;
}
.carbona-btns-options .hide {
    display: none;
}

/**
* Gallery
*/
.product__carousel * {
    box-sizing: border-box;
}
.product__carousel {
    display: block;
    width: 85%;
    margin: auto;
    position: relative;
}
.product__carousel a {
    display: block;
    margin-bottom: 15px;
}
.product__carousel .gallery-top {
    border: 2px solid #ebebeb;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}
.product__carousel .gallery-top .swiper-slide {
    position: relative;
    overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: #fff;
    width: 45px;
    height: 45px;
    background-color: #E6007E;
    border-radius: 100%;
}
.product__carousel .gallery-thumbs {
    overflow: hidden;
    margin-top: 25px;
}
.product__carousel .gallery-thumbs .swiper-slide {
    position: relative;
    transition: border 0.15s linear;
    border: 2px solid #ebebeb;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    height: calc(100% - 4px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #ebebeb;
}
.product__carousel .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product__carousel .swiper-button-next:after,
.product__carousel .swiper-button-prev:after {
    font-size: 20px;
}
.product__carousel .swiper-button-next:after {
    margin-left: 3px;
}
.product__carousel .swiper-button-prev:after {
    margin-left: -3px;
}
.product__carousel .swiper-button-next, 
.product__carousel .swiper-button-prev {
    top: 40%;
    transform: translate(0px, -50%);
}
.product__carousel .swiper-button-next {
    right: -20px;
}
.product__carousel .swiper-button-prev {
    left: -20px;
}
.product__carousel.hide {
    display: none;
}

@media screen and (max-width: 1200px){
    body.single-product #page {
        width: 90% !important;
        max-width: 1140px !important;
        margin: 0 auto !important;
    }
}
@media screen and (min-width: 1920px){
    div.masthead-outer .section-inner .site-branding {
        padding-left: 40px;
    }
}
@media screen and (max-width: 767px){
    body.single-product .rounded-border:before {
        display: none;
    }
}