.short-desc {
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0px 6px 20px -4px #0000001A;
    padding: clamp(24px, 3vw, 32px);
    margin-bottom: 20px;
    .wrapper-items {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: space-between;
        height: 100%;
        p {
            font-size: clamp(14px, 2vw, 16px);
        }
        .category_product {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            margin-bottom: 16px;
            a {
                font-size: 20px;
            }
            i {
                width: 24px;
                height: 24px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 20px;
                transition: 0.4s;
                color: var(--color1);
            }
            a:not(:nth-last-child(1)) {
                position: relative;
                padding-left: 0.5rem;
            }
            a:not(:nth-last-child(1)):before {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: -3px;
            }
            a:not(:nth-last-child(1)):before {
                content: "/";
            }
        }
    }
    .intro-product-items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        li {
            background: var(--accent);
            border-radius: 20px;
            padding: 22px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 16px;
            font-family: var(--Medium);
            color: var(--black);
            p {
                display: flex;
                align-items: center;
                gap: 4px;
                img {
                    width: 24px;
                    height: 24px;
                    font-size: 20px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
            }
            span {
                color: var(--color1);
            }
        }
    }
    .wrapper-calls {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        gap: 20px;
        margin-top: 20px;
        a {
            width: 100%;
            min-height: 72px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 20px;
            gap: 8px;
            transition: 0.4s;
            &:nth-child(1) {
                background: var(--color1);
            }
            &:nth-child(2) {
                background: #128C7E;
            }
            i {
                width: 20px;
                height: 20px;
                font-size: 18px;
                color: white;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }
}
.simple-sections {
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0px 6px 20px -4px #0000001A;
    padding: clamp(24px, 3vw, 32px);
    position: relative;
    .wc-tabs-wrap {
        position: sticky;
        top: 122px;
        z-index: 3;
        transition: 0.4s ease;
    }
    .section-titles {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--accent);
        padding: 16px;
        border-radius: 20px;
        margin-bottom: 16px;
        gap: 8px;
        .section-title {
            background: var(--white);
            padding: 12px;
            font-size: 16px;
            font-family: var(--Regular);
            border-radius: 20px;
            transition: all 0.3s ease;
            width: -webkit-fill-available;
            min-height: 56px;
            text-align: center;
            cursor: pointer;
            &.active,
            &:hover {
                background: var(--color1);
                a {
                    color: var(--white) !important;
                }
            }
        }
        .scroll-top {
            width: 56px;
            height: 56px;
            flex: 0 0 56px;
            background: var(--white);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            &:hover {
                background: var(--color1);
                color: var(--white) !important;
            }
            &.active {
                transform: rotateX(180deg);
                background: var(--color1);
                color: var(--white) !important;
            }
        }
    }
    #description_content .title-more-desc {
        text-align: center;
        margin: 0 auto clamp(24px, 2vw, 32px);
        font-size: clamp(20px, 2vw, 28px);
        font-family: var(--Medium);
    }
}
#specifications_content {
    margin-bottom: clamp(40px, 6vw, 80px);
    .intro-product-items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px 32px;
        li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 16px;
            border-bottom: 1px solid #EDEDED;
            font-size: 16px;
            font-family: var(--Medium);
            color: #7A7A7A;
            span {
                color: var(--black);
            }
        }
    }
}
#description_content {
    margin-top: clamp(40px, 6vw, 80px);
}
.thumbnail-product-img {
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0px 6px 20px -4px #0000001A;
    padding: clamp(24px, 3vw, 32px);
    display: flex;
    align-items: center;
    justify-content: center;
    img {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }
    .sw--thumbnail .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 992px) {
    .short-desc .wrapper-calls,
    .short-desc .intro-product-items,
    #specifications_content .intro-product-items {
        grid-template-columns: repeat(2, 1fr);
    }
    .thumbnail-product-img {
        min-height: 522px;
        min-width: 522px;
    }
    .wrapper-items {
        min-height: 460px;
    }
}
@media only screen and (max-width: 768px) {
    .single-product .single-wrap .row {
        flex-direction: column-reverse;
        gap: 24px;
    }
}