
/* --------------------
 product Style
-------------------- */

.new-badge {
    border-radius: 0px 0px 12px 0px;
    background: #CE0037;
    position: absolute;
    left: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 21px 2px 20px;
}
.swiper-productGallery, .product-featuredImage {
    border-radius: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}
.product-featuredImage img {
    width: 100%;
}
.swiper-thumbnail {
    margin: 0 88px;
}
.product-gallery {
    position: relative;
    margin-bottom: 24px;
}
.swiper-navigation.nav-absolute .swiper-nav {
    position: absolute;
    bottom: 40px;
    top: unset;
    color: var(--color1);
    font-size: 24px;
    line-height: 1;
    z-index: 1;
    transition: 0.4s ease;
}
.swiper-navigation.nav-absolute .swiper-nav:hover {
    color: var(--color2);
}
.swiper-nav:not(.swiper-button-disabled) {
    cursor: pointer;
}
.swiper-navigation.nav-absolute .swiper-nav.swiper-nav-next {
    left: 32px;
}
.swiper-navigation.nav-absolute .swiper-nav.swiper-nav-prev {
    right: 32px;
}
.swiper-thumbnail .swiper-slide {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.swiper-thumbnail .swiper-slide:after {
    opacity: 0;
    visibility: hidden;
    content: "\e910";
    position: absolute;
    color: #fff;
    font-size: 24px;
    inset: 0;
    margin: auto;
    transition: 0.4s ease;
    z-index: 2;
    font-family: icomoon;
    line-height: 1;
    height: 24px;
    width: 24px;
}
.swiper-thumbnail .swiper-slide:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: rgba(0, 47, 108, 0.40);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.4s ease;
    border-radius: 16px;
    z-index: 1;
}

.swiper-thumbnail .swiper-slide:hover:after,
.swiper-thumbnail .swiper-slide:hover:before,
.swiper-thumbnail .swiper-slide.swiper-slide-thumb-active:after,
.swiper-thumbnail .swiper-slide.swiper-slide-thumb-active:before {
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease;
}
.swiper-thumbnail .swiper-slide img {
    width: 100%;
}
.product-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}
.product-brand img {
    max-width: 90px;
}
.product-brand .line {
    height: 24px;
}
.product-brand .line:before {
    content: '';
    height: 24px;
    width: 1.5px;
    background: #F3F3F3;
    display: inline-block;
}
.product-brand a {
    color: #313233;
    font-size: 14px;
    line-height: 40px;
}
.button-full,.acf-file-uploader .acf-button.button {
    border-radius: 8px;
    background: var(--color1);
    color: #fff ;
    min-width: 200px;
    height: 58px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    gap: 7px;
    transition: 0.4s ease;
}
.acf-file-uploader .acf-button.button {
    color: #fff !important;
}
.button-full:hover,.acf-file-uploader .acf-button.button:hover {
    color: var(--color2);
}
.icon-download path {
    fill: #fff;
    transition: 0.4s ease;
}
.button-full:hover .icon-download path {
    fill: var(--color2);
}
.short-desc.editor-content p {
    font-size: 14px;

    margin-bottom: 24px;
    color: #313233;
}
.product-tab {
    border-radius: 8px;
    background: var(--color1);
    padding: 8px 13px;
    display: flex;
    gap: 12px;
    justify-content: stretch;
    margin-top: 40px;
    margin-bottom: 32px;
    overflow: auto;
}
.product-tab a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 56px;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    border-radius: 4px;
    color: #606060;
    transition: 0.4s ease;
    cursor: pointer;
    white-space: nowrap;
    min-width: 250px;
}
.product-tab a.active, .product-tab a:hover {
    color: var(--color1);
}
.feature-head {
    border-radius: 8px;
    border: 1px solid var(--color1);
    background: rgba(0, 47, 108, 0.10);
    color: var(--color1);
    font-size: 13px;
    padding: 22px 34px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.4s ease;
    cursor: pointer;
}
.feature-head::after {
    content: "\e922";
    font-family: icomoon;
    font-size: 8px;
    position: relative;
    line-height: 1;
    color: var(--color1);
    transition: 0.4s ease;
    margin-right: auto;
}
.product-features.active .feature-head:after {
    transform: rotate(180deg);
    color: #415B56;
}
.product-features {
    margin-bottom: 8px;
}
.product-features.active .feature-head {
    border-radius: 8px 8px 0px 0px;
}
.product-feature {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-direction: column;
}
.product-feature .title {
    border-radius: 8px;
    border: 1px solid var(--color1);
    background: rgba(0, 47, 108, 0.30);
    color: var(--color1);
    text-align: right;
    font-size: 13px;
    padding: 18px;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}
.product-feature .value {
    border-radius: 8px;
    border: 1px solid var(--color1);
    background: rgba(0, 47, 108, 0.10);
    display: flex;
    align-items: center;
    padding: 15px 32px;
    width: 100%;
}
.wrap-tabContent {
    padding-bottom: 24px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(102, 104, 105, 0.20);
}
.product-itemImage {
    position: relative;
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 12px;
}
.product-itemImage img {
    width: 100%;
}
.product-gallery img {
    width: 100%;
}
.product-itemImage::before {
    content: '';
    width: 100%;
    height: 100%;
    inset: 0;
    background: #002F6C85;
    position: absolute;
    backdrop-filter: blur(5px);
    clip-path: ellipse(0% 0% at 0% 0%);
    transition: 0.6s ease;

}
.product-item:hover .product-itemImage::before {
    clip-path: ellipse(98% 98% at 32% 32%);
}
.product-item:hover .logo-blog {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
}
.product-title {
    margin-bottom: 8px;
    text-align: center;
}
.product-title a {
    color: #313233;
    font-size: 16px;
    line-height: 40px;
}
.product-item:hover .product-title a {
    color: var(--color1);
}
@media screen and (min-width: 576px){
    .product-feature {
        display: flex;
        gap: 20px;
        margin-bottom: 16px;
        flex-direction: row;
    }
    .product-feature .title {
        padding: 18px;
        flex: 0 0 29%;
        max-width: 29%;
    }
}