.product-page {
    margin-top: clamp(4.8rem, 2vw, 5.6rem) !important;
}

.product-category-info {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.product-category-info .product-category-image {
    min-width: 3.4rem;
    min-height: 3.4rem;
    max-width: 3.4rem;
    max-height: 3.4rem;
}

.product-category-info .product-category-name {
    color: #636466;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
    transition: 0.3s;
}

.product-category-info:hover .product-category-name {
    color: var(--c-primary);
}

.product-title-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #DAE8F0;
    margin-bottom: 2.8rem;
}

.product-title-share .title-heading {
    font-size: clamp(3rem, 2vw, 3.5rem);
    line-height: 1.257;
}

.product-title-share .product-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    min-height: 4rem;
}

.product-title-share .product-share::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4rem;
    background: transparent;
    transition: width 0.3s ease;
    z-index: 5;
}

.product-title-share .product-share:hover::before {
    width: 15rem;
}

.product-title-share .product-share .icon-share {
    width: 4rem;
    height: 4rem;
    background-color: #ED1C24;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.product-title-share .product-share:hover .icon-share {
    transform: rotate(180deg) scale(1.1);
}

.product-title-share .product-share a {
    position: absolute;
    left: 5rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(2rem) scale(0.3);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 6;
}

.product-title-share .product-share a:nth-child(2) {
    transition-delay: 0s;
}

.product-title-share .product-share a:nth-child(3) {
    transition-delay: 0.08s;
}

.product-title-share .product-share a:nth-child(4) {
    transition-delay: 0.16s;
}

.product-title-share .product-share:hover a {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) scale(1);
}

.product-title-share .product-share:hover a:nth-child(2) {
    left: 14rem;
}

.product-title-share .product-share:hover a:nth-child(3) {
    left: 9.5rem;
}

.product-title-share .product-share:hover a:nth-child(4) {
    left: 5rem;
}

.product-title-share .product-share a:hover {
    transform: translateY(-0.5rem) scale(1.15) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.product-title-share .product-share a i {
    font-size: 1.8rem;
    color: #333;
    transition: all 0.3s ease;
}

.product-content .editor-content ul:not(.acf-checkbox-list, .acf-radio-list, .acf-bl, .woocommerce-error) li {
    margin-bottom: 1rem;
}

.wepas-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 2.2rem;
    gap: 0.8rem;
}

.wepas-wrapper .wepas-title {
    font-size: 1.8rem;
    line-height: 2.2;
    text-transform: uppercase;
}

.wepas-wrapper .wepa-items {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.wepas-wrapper .wepa-items .wepa-item {
    background-color: #E7F2F8;
    height: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3.5rem;
    gap: 1rem;
}

.wepas-wrapper .wepa-items .wepa-item img {
    max-height: 3rem;
    max-width: 2rem;
    object-fit: contain;
}

.wepas-wrapper .wepa-items .wepa-item .wepa-item-desc {
    font-size: 1.4rem;
    color: #000000;
}

.product-gallery__main {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color1);
}

.product-gallery__main-image {
    display: block;
    height: 100%;
    transform-origin: center center;
    will-change: transform, opacity;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

@media screen and (min-width: 576px) and (max-width: 767.99px) {}

@media screen and (min-width: 768px) and (max-width: 1199.99px) {}

@media screen and (min-width: 992px) {
    .product-gallery {
        position: sticky;
        top: 10rem;
    }
}

.product-gallery__main.is-changing {
    pointer-events: none;
}

.product-gallery__thumbs-wrapper {
    margin-top: 1.4rem;
}

.product-gallery__thumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    flex-wrap: nowrap;
}

.product-gallery__main-swiper .swiper-slide {
    width: 100%;
    height: auto;

}

.product-gallery__thumbs-swiper {
    margin-top: 0;
}

.product-gallery__thumbs-swiper .swiper-slide {
    width: 31.5%;
}

.product-gallery__thumbs-wrapper .product-gallery__thumb {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
    flex: 1 1 0;
    min-width: 0;
    aspect-ratio: 1/1;
    background: var(--color1);
}

.product-gallery__thumbs-wrapper .product-gallery__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s;
}

.product-gallery__thumbs-wrapper .product-gallery__thumb:after {
    content: "\e915";
    font-family: WebsimaIcon;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.2rem;
    width: 5rem;
    height: 5rem;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery__thumbs-wrapper .product-gallery__thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(237, 28, 36, 0.4);
    backdrop-filter: blur(1.6rem);
    -webkit-backdrop-filter: blur(1.6rem);
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
}

.swiper-slide-thumb-active .product-gallery__thumb:before {
    opacity: 1;
}

.swiper-slide-thumb-active .product-gallery__thumb:after {
    opacity: 1;
}

.product-specifications {
    margin-top: 3.2rem;
    background-color: #E7F2F8;
    padding: 4.6rem 2.4rem 4rem;
    padding-bottom: calc(4.6rem - 1.6rem);
    position: relative;
    scroll-margin-top: 18rem;
}

.product-specifications-title,
.product-applications-title,
.product-storage-title {
    font-size: clamp(1.85rem, 2vw, 2.1rem);
    line-height: 1.3;
    font-weight: 500;
    color: #000000;
    margin-bottom: 2.4rem;
    text-transform: uppercase;
}

.product-specifications-title-bg,
.product-applications-title-bg,
.product-storage-title-bg {
    content: '';
    position: absolute;
    background-color: var(--c-primary);
    width: 0.9rem;
    height: 2.9rem;
    left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.product-specifications-title-bg::before,
.product-applications-title-bg::before,
.product-storage-title-bg::before {
    content: "";
    position: absolute;
    width: 0.565rem;
    height: 0.565rem;
    background-repeat: no-repeat;
    left: 0;
    top: -0.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.64941 5.64966C2.5947 5.49692 0.152503 3.05473 -0.000232697 1.14441e-05V5.64966H5.64941Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A");
}

.product-specifications-title-bg::after,
.product-applications-title-bg::after,
.product-storage-title-bg::after {
    content: "";
    position: absolute;
    width: 0.565rem;
    height: 0.565rem;
    background-repeat: no-repeat;
    left: 0;
    bottom: -0.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.64941 0C2.5947 0.152736 0.152503 2.59493 -0.000232697 5.64965V0L5.64941 0Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A");
}

.product-specifications tr {
    display: flex;
    align-items: center;
    gap: clamp(0.8rem, 2vw, 2rem);
    margin-bottom: clamp(0.8rem, 2vw, 1.6rem);
}

.product-specifications td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 8rem;
    background-color: #FFFFFF;
    padding: 0 2.4rem;
}

.product-specifications .product-specifications-item-title {
    color: #212121;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1;
    text-transform: uppercase;
}

.product-specifications .product-specifications-item-value {
    color: #9A9BA1;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.product-applications {
    margin-top: 3.2rem;
    padding: 4rem min(5rem, 6vw) 5.6rem;
    position: relative;
    border: 2px solid #DDE8EF;
    scroll-margin-top: 18rem;
}

.product-applications-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.6rem, 2vw, 4.8rem);
}

.product-application-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.4rem;
}

.product-application-image {
    background-color: #E7F2F8;
    width: 7.2rem;
    height: 7.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-application-image img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
}

.product-application-content {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 500;
    color: #636466;
}

.product-storage {
    margin-top: 3.2rem;
    padding: 4rem 4.8rem 4.8rem;
    position: relative;
    border: 2px solid #DDE8EF;
    scroll-margin-top: 18rem;
}

.product-sidebar {

    margin: 5rem 0;
}

@media (min-width: 992px) {
    .product-sidebar {
        position: sticky;
        top: 12rem;
    }
}

.product-sidebar-banner {
    background-color: #E7F2F8;
    padding: 3.2rem 3.5rem 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}

.product-sidebar-banner::before,
.product-sidebar-banner::after {
    content: '';
    width: 100%;
    background: url(../../front-page/imgs/pattern.svg) no-repeat center center;
    display: block;
    height: 3rem;
    position: absolute;
    background-size: 100% 100%;
}

.product-sidebar-banner::before {
    transform: scale(-1, 1);
    top: -2rem;
}

.product-sidebar-banner::after {
    bottom: -1.1rem;
    height: 1.5rem;
}

.product-sidebar-banner .product-sidebar-banner-title {
    color: #000000;
    font-size: 2.8rem;
    margin-bottom: 1.8rem;
    line-height: 1.15;
}

.product-sidebar-banner .product-sidebar-banner-desc {
    color: #697F8D;
    margin-bottom: 2.8rem;
}

.product-sidebar-banner .product-sidebar-banner-image {
    margin-top: 1.6rem;
}

.product-sidebar-banner .product-sidebar-banner-image img {
    max-width: 17.5rem;
    max-height: 23.5rem;
    object-fit: contain;
}

.product-sidebar-categorylist {
    margin-top: 3.2rem;
    background-color: #E7F2F8;
    padding: 1.6rem;
}

.product-sidebar-categorylist-title {
    background-color: #fff;
    min-height: 7.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    line-height: 1.3;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}

.product-sidebar-categorylist-list {
    margin: 2rem 0 0.8rem;
}

.product-sidebar-categorylist-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.product-sidebar-categorylist-list li i.icon-arrow-right {
    color: var(--c-primary);
    font-size: 1.6rem;
}

.product-sidebar-categorylist-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.product-sidebar-categorylist-list li a .product-sidebar-categorylist-item-link-image {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #000000;
    font-weight: 600;
    line-height: 2.4;
    transition: 0.3s;
}

.product-sidebar-categorylist-list li a:hover .product-sidebar-categorylist-item-link-image {
    color: var(--c-primary);
}

.product-sidebar-categorylist-list li a img {
    width: 2.6rem;
    height: 2.6rem;
    object-fit: contain;
}

.sw--product-sections-nav {
    margin-bottom: clamp(3.5rem, 2vw, 4.8rem);
    margin-top: clamp(7.5rem, 2vw, 10rem);
    position: sticky;
    top: var(--header-h);
    z-index: 11;
    background-color: #FFFFFF;
    padding-top: 1.6rem;
    padding-bottom: 0.8rem;
}

@media screen and (max-width: 576px) {
    .sw--product-sections-nav {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

.sw-product-sections-nav .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: auto;
}

@media screen and (min-width: 1400px) {
    .sw-product-sections-nav .swiper-slide {
        width: 33.33%;
    }
}

.sw-product-sections-nav .product-section-nav-link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0 1.6rem 2.4rem;
    position: relative;
    width: 100%;
    justify-content: center;
    text-decoration: none;
}

.sw-product-sections-nav .product-section-nav-link:hover {
    color: #ED1C24;
}

.sw-product-sections-nav .product-section-nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.4rem;
    background-color: #C9DFEC;
    border-radius: 0;
}


.sw-product-sections-nav .swiper-slide:first-child .product-section-nav-link::before {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.sw-product-sections-nav .swiper-slide:last-child .product-section-nav-link::before {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.sw-product-sections-nav .product-section-nav-link.active::before {
    background-color: #ED1C24;
}

.sw-product-sections-nav .product-section-nav-link .product-section-nav-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000000;
    line-height: 1.4;
    transition: 0.3s;
    white-space: nowrap;
}

.sw-product-sections-nav .product-section-nav-link:hover .product-section-nav-title {
    color: #ED1C24;
}

.section-related-product article.product-item .product-item-content {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .sw-product-sections-nav .product-section-nav-link .product-section-nav-title {
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .sw-product-sections-nav .product-section-nav-link .product-section-nav-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 575.99px) {
    .sw-product-sections-nav .product-section-nav-link::before {
        width: calc(100% + 12px);
    }
}

@media screen and (max-width: 991.99px) {
    .product-category-info {
        justify-content: center;
    }

    .product-title-share {
        justify-content: center;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 4rem;
    }

    .product-title-share .title-heading {
        text-align: center;
        margin-top: 8px;
    }

    .product-share {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #E7F2F8;
        height: 60px;
        margin-top: 8px;
        padding: 0 16px;
        margin-bottom: 28px;
    }

    .product-share .icon-share {
        color: #ED1C24;
        font-size: 20px;
        margin-right: 8px;
    }

    .product-share span {
        color: #000000;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
        display: flex;
        align-items: center;
        text-transform: uppercase;
    }

    .product-share-links {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .product-share-links a {
        display: flex;
        align-items: center;
        gap: 1.6rem;
        width: 20px;
        height: 20px;
        font-size: 18px;
        color: #707070;
        transition: 0.3s;
    }

    .product-share-links a:hover {
        color: #ED1C24;
    }

    .product-specifications-title,
    .product-applications-title,
    .product-storage-title {
        line-height: 2.2;
    }

    .product-specifications tr {
        flex-direction: column;
    }

    .product-applications-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 575.99px) {
    .wepas-wrapper .wepa-items .wepa-item {
        justify-content: flex-start;
        width: 100%;
    }

    .sw-product-sections-nav::after {
        content: '';
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 4rem;
        height: 100%;
        z-index: 1;
    }

    .sw-product-sections-nav::before {
        content: '';
        background: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        position: absolute;
        top: 0;
        right: 0;
        width: 4rem;
        height: 100%;
        z-index: 2;
    }

    .product-storage {
        padding: 3rem 2.4rem;
    }

    .product-applications-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}