/*product-details-section-start*/
.product-details-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-details-section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details-section .swiper {
    width: 100%;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.product-details-section .swiper-slide {
    background-size: cover;
    background-position: center;
}

.product-details-section .mySwiper2 {
    /*height: 80%;*/
    width: 100%;
}

.product-details-section .mySwiper {
    /*height: 20%;*/
    box-sizing: border-box;
    padding: 10px 0;
}

.product-details-section .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.product-details-section .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product-details-section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details-section .products-swiper .swiper-slide,
.product-details-section .products-swiper .swiper-slide img {
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    height: fit-content;
}

.product-details-section .products-swiper .zoom-product-img {
    position: absolute;
    left: 3px;
    bottom: 3px;
    z-index: 10;
    transition: 0.3s all;
}

.product-details-section .products-swiper .zoom-product-img:hover {
    scale: 1.05;
}

.product-details-section .product-thumbnails-swiper .swiper-slide {
    background-color: transparent;
    opacity: 1;
}

.product-details-section .product-thumbnails-swiper .swiper-slide,
.product-details-section .product-thumbnails-swiper .swiper-slide img {
    border-radius: 5px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    height: fit-content;
}

.product-details-section .product-thumbnails-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-details-section .product-thumbnails-box .more-image {
    background-color: #c42b8d80;
    color: var(--primary-color);
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 30px;
    width: fit-content;
    white-space: nowrap;
    transition: 0.3s all;
}

@media (max-width: 576px) {
    .product-details-section .product-thumbnails-box .more-image {
        font-size: 6px;
    }
}

.product-details-section .product-thumbnails-box .more-image:hover {
    cursor: pointer;
    scale: 1.03;
}

/*lightgallery-start*/
.gallery-item img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
}

.gallery-item.d-none {
    display: none;
}

.delete-btn {
    flex: 1;
}

.lg-outer {
    direction: ltr !important;
    text-align: left;
    z-index: 1150 !important;
}

.lg-prev {
    left: 10px !important;
    right: auto !important;
    background-color: transparent;
}

.lg-next {
    right: 10px !important;
    left: auto !important;
    background-color: transparent;
}

.lg-thumb {
    direction: ltr !important;
    text-align: left !important;
}

.lg-backdrop {
    z-index: 1150 !important;
    background-color: rgb(0 0 0 / 70%) !important;
}

.lg-outer .lg-object {
    width: auto !important;
    max-width: 80% !important;
}

/*lightgallery-end*/

/*product-details-box-start*/
.product-details-section .product-details-box {
    row-gap: 20px;
    height: 100%;
}

.product-details-section .product-details-box .right-box .name-box h3 {
    font-size: 32px;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.product-details-section .product-details-box .right-box .name-box h1 {
    font-size: 32px;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.product-details-section .product-details-box .right-box .name-box p {
    font-size: 14px;
    color: var(--color-text-2);
}

@media (max-width: 576px) {
    .product-details-section .product-details-box .right-box .name-box h3 {
        font-size: 24px;
    }
}

.product-details-section .product-details-box .right-box .features-product {
    margin-top: 30px;
}

.product-details-section .product-details-box .right-box .features-product .title {
    color: var(--primary-color);
    font-weight: 800;
    margin-bottom: 8px;
    font-size: 18px;
}

.product-details-section .product-details-box .right-box .features-product ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 35px;
}

.product-details-section .product-details-box .right-box .features-product ul li .feature {
    color: var(--secondary-color);
    font-weight: 700;
}

.product-details-section .product-details-box .right-box .features-product ul li .sub-feature {
    color: var(--color-text-2);
}

.product-details-section .product-details-box .left-box .icon-box a {
    transition: 0.2s all;
}

.product-details-section .product-details-box .left-box .icon-box a:hover {
    scale: 1.1;
}

.product-details-section .product-details-box .left-box .product-information-box {
    background-color: var(--color-three);
    border-radius: 20px;
    padding: 25px;
    position: relative;
}

.product-details-section .product-details-box .left-box .product-information-box .product-type-box p {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 800;
}

.product-details-section .product-details-box .left-box .product-information-box .product-type-box .types p {
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 700;
}

.product-details-section .product-details-box .left-box .product-information-box .product-type-box .types .active-type {
    border: 1px solid var(--primary-color);
    background-color: rgba(253, 185, 19, 0.5);
    color: var(--secondary-color);
}

.product-details-section .product-details-box .left-box .product-information-box .product-type-box .types .disabled-type {
    border: 1px solid var(--color-text-2);
    background-color: #D9D9D9;
    color: var(--color-text-2);
}

.product-details-section .product-details-box .left-box .product-information-box .caption .title {
    font-size: 16px;
    font-weight: 800;
    color: var(--primary-color);
}

.product-details-section .product-details-box .left-box .product-information-box .caption p {
    color: var(--color-text-2);
    font-size: 10px;
    line-height: 18px;
}

.product-details-section .product-details-box .left-box .product-information-box .btn-box {
    position: absolute;
    bottom: -20px;
}

.product-details-section .product-details-box .left-box .product-information-box .btn-box a {
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
}

.product-details-section .product-details-box .left-box .product-information-box .btn-box .catalog-btn {
    background-color: #F5F5F5;
}

.product-details-section .product-details-box .left-box .product-information-box .btn-box .catalog-btn:hover {
    box-shadow: 0 6px 50px #dddddd;
}

.product-details-section .product-details-box .text-box .title {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}

.product-details-section .product-details-box .text-box p {
    color: var(--color-text-2);
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 1.5rem;
}

.product-details-section .features-box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(244px, 1fr));
    justify-content: center;
    gap: 15px;
}

.product-details-section .features-box .feature {
    background-image: url("../../images/vector/features-bg.png");
    background-repeat: no-repeat;
    transition: 0.3s all;
    background-size: 100% 100%;
    background-position: center;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.product-details-section .features-box .feature:hover {
    scale: 1.05;
}

.product-details-section .features-box .feature .title {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
}

.product-details-section .features-box .feature .caption {
    color: var(--color-text-1);
    font-size: 6px;
}

/*product-details-section-end*/

/*link-section-start*/
.link-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(262px, 1fr));
    gap: 15px;
    position: sticky;
    top: 10px;
    z-index: 10;
}

.link-section .link-item {
    background-color: var(--secondary-color);
    transition: 0.3s all;
    padding: 20px 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.link-section .link-item:hover {
    background-color: var(--primary-color);
    box-shadow: 8px 8px 25px #692b8c80;
}

.link-section .link-item.active {
    background-color: var(--primary-color);
    box-shadow: 8px 8px 25px #692b8c80;
}

.link-section .link-item svg {
    transition: 0.3s all;
}

.link-section .link-item:hover svg,
.link-section .link-item.active svg {
    transform: rotate(-90deg);
}

.link-section .link-item .title {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}

.link-section .link-item .caption {
    color: #fff;
    font-size: 10px;
}

/*link-section-end*/

/*product-description-section-start*/
.product-description-section {
    background-color: #F7F7F7;
    border-radius: 25px;
    padding: 30px 50px;
}

.product-description-section .row {
    row-gap: 20px;
}

.product-description-section h4 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 800;
    color: var(--secondary-color);
}

.product-description-section p {
    font-size: 16px !important;
    line-height: 35px;
    color: var(--color-text-2);
}

@media (max-width: 576px) {
    .product-description-section {
        padding: 25px;
    }

    .product-description-section .row {
        row-gap: 10px;
    }

    .product-description-section h4 {
        font-size: 18px;
    }

    .product-description-section p {
        font-size: 12px;
    }
}

/*product-description-section-end*/

/*product-introduction-videos-section-start*/
.product-introduction-videos-section {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 40px;
    border-radius: 25px;
}

.product-introduction-videos-section .row {
    row-gap: 25px;
    align-items: center;
}

.product-introduction-videos-section .content-box .title {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: .5rem;
}

.product-introduction-videos-section .content-box p {
    font-size: 14px;
    line-height: 30px;
}

@media (max-width: 576px) {
    .product-introduction-videos-section {
        padding: 25px;
    }

    .product-introduction-videos-section .content-box .title {
        font-size: 18px;
    }

    .product-introduction-videos-section .content-box p {
        font-size: 12px;
    }
}

.product-introduction-videos-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
}

.product-introduction-videos-section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-introduction-videos-section .swiper {
    width: 100%;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.product-introduction-videos-section .swiper-slide {
    background-size: cover;
    background-position: center;
}

.product-introduction-videos-section .swiper4 {
    /*height: 80%;*/
    width: 100%;
}

.product-introduction-videos-section .swiper3 {
    /*height: 20%;*/
    box-sizing: border-box;
    padding: 10px 0;
    width: calc(100% - 80px);
}

.product-introduction-videos-section .swiper3 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.product-introduction-videos-section .swiper3 .swiper-slide-thumb-active {
    opacity: 1;
}

.product-introduction-videos-section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-introduction-videos-section .products-swiper .swiper-slide,
.product-introduction-videos-section .products-swiper .swiper-slide img {
    border-radius: 17px;
}

.product-introduction-videos-section .products-swiper .zoom-product-img {
    position: absolute;
    left: 3px;
    bottom: 3px;
    z-index: 10;
    transition: 0.3s all;
}

.product-introduction-videos-section .products-swiper .zoom-product-img:hover {
    scale: 1.05;
}

.product-introduction-videos-section .product-thumbnails-swiper .swiper-slide {
    background-color: transparent;
    opacity: 1;
}

.product-introduction-videos-section .product-thumbnails-swiper .swiper-slide,
.product-introduction-videos-section .product-thumbnails-swiper .swiper-slide img {
    border-radius: 15px;
    height: 105px;
    display: flex;
    align-items: center;
}

.product-introduction-videos-section .swiper-button-prev,
.product-introduction-videos-section .swiper-button-next {
    position: absolute;
    transform: scale(1);
}

.product-introduction-videos-section .swiper-button-next {
    right: 0;
    left: auto;
}

.product-introduction-videos-section .swiper-button-prev {
    left: 0;
    right: auto;
}

.product-video {
    height: 100%;
    max-height: 383px;
    width: 100%;
    aspect-ratio: 1 / .7;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: -10px;
}

/*product-introduction-videos-section-end*/

/*------images-section-start-----*/
.images-section {
    background-color: var(--color-three);
    padding: 10px 25px;
    border-radius: 25px;
    position: relative;
}

.images-section .row {
    row-gap: 20px;
}

.images-section img {
    object-fit: fill;
    border-radius: 15px;
    transition: 0.3s all;
    aspect-ratio: 16/9;
}

.images-section img:hover {
    scale: 1.02;
}

.images-section .small-image img {
    border-right: 10px;
}

.images-section .primary-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    position: absolute;
    bottom: -20px;
}

.images-section .swiper-button-next {
    right: 0;
    left: auto;
}

.images-section .swiper-button-prev {
    left: 0;
    right: auto;
}

/*------images-section-end-----*/

/*------technical-specifications-section-start-----*/
.technical-specifications-section {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 30px 40px;
    border-radius: 25px;
}

@media (max-width: 576px) {
    .technical-specifications-section {
        padding: 20px 25px;
    }
}

.technical-specifications-section .head-title {
    margin-bottom: 15px;
}

.technical-specifications-section .head-title .title {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 5px;
}

.technical-specifications-section .head-title p {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 992px) {
    .technical-specifications-section .head-title .title {
        font-size: 18px;
    }

    .technical-specifications-section .head-title .title svg {
        width: 24px;
        height: 24px;
    }

    .technical-specifications-section .head-title p {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .technical-specifications-section .head-title p {
        font-size: 9px;
    }
}

.technical-specifications-section .box {
    row-gap: 25px;
}

.technical-specifications-section .description-box p {
    font-size: 19px;
}

.technical-specifications-section .description-box .description {
    background-color: var(--primary-color);
    padding: 10px 20px;
    line-height: 35px;
}

.technical-specifications-section .description-box .description p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.5;
}

.technical-specifications-section .description-box .description ul li {
    font-size: 16px;
    color: var(--secondary-color);
    list-style-type: initial !important;
}

.technical-specifications-section .description-box .description ol li {
    font-size: 16px;
    color: var(--secondary-color);
    list-style-type: decimal !important;
}

/*------technical-specifications-section-end-----*/

/*------video-slider-section-end-----*/
.video-slider-section .blogs-swiper {
    width: calc(100% - 80px);
}

@media (max-width: 576px) {
    .video-slider-section .blogs-swiper {
        width: calc(100% - 40px);
    }
}

.video-slider-section .card {
    border-radius: 15px;
    border: none;
    height: 100%;
}

.video-slider-section .card .content-box {
    background-color: rgba(0, 0, 0, 0.5);
}

.video-slider-section .card .content-box .date {
    font-size: 12px;
    color: #EEEEEE;
}

.video-slider-section .blogs-swiper .swiper-slide {
    aspect-ratio: 16 / 9;
    height: fit-content;
}

.video-slider-section .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
}

.video-slider-section .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0;
}

@media (max-width: 576px) {

    .video-slider-section .swiper-button-next,
    .swiper-rtl .swiper-button-prev,
    .video-slider-section .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        width: 20px;
    }
}

.video-slider-section .swiper-button-next:after,
.video-slider-section .swiper-button-prev:after {
    content: '' !important;
}

.video-slider-section .tab-content {
    margin-top: 50px;
}

.video-slider-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-slider-section span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

/*------video-slider-section-end-----*/

/*------comments-section-start-----*/
.comments-section .row {
    row-gap: 20px;
}

.comments-section .comments-box,
.comments-section .register-comment-box {
    background-color: #F7F7F7;
    border-radius: 25px;
    padding: 30px 40px;
}

.comments-section .register-comment-box .head-box .title,
.comments-section .comments-box .head-box .title {
    font-size: 32px;
    font-weight: 800;
    color: var(--color-text-2);
    margin-bottom: 0;
}


@media (max-width: 576px) {

    .comments-section .comments-box,
    .comments-section .register-comment-box {
        padding: 20px;
        border-radius: 15px;
    }

    .comments-section .register-comment-box .head-box .title,
    .comments-section .comments-box .head-box .title {
        font-size: 16px;
    }
}

.comments-section .comments-box .head-box .dropdown .dropdown-toggle {
    background-color: #D9D9D9;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
    gap: 0;
}

.comments-section .comments-box .head-box .dropdown-toggle::after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00022 9.24998C8.19222 9.24998 8.38425 9.32295 8.53025 9.46995L12.0002 12.9399L15.4702 9.46995C15.7632 9.17695 16.2382 9.17695 16.5312 9.46995C16.8242 9.76295 16.8242 10.238 16.5312 10.531L12.5312 14.531C12.2382 14.824 11.7632 14.824 11.4702 14.531L7.47019 10.531C7.17719 10.238 7.17719 9.76295 7.47019 9.46995C7.61619 9.32295 7.80822 9.24998 8.00022 9.24998Z' fill='white'/%3E%3C/svg%3E");
    border: none;
    position: relative;
    top: 3px;
}

.comments-section .comments-box .head-box .dropdown .dropdown-menu {
    padding: 0;
}

.comments-section .comments-box .head-box .dropdown .dropdown-menu .dropdown-item:focus,
.comments-section .comments-box .head-box .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.comments-section .comments-box .comment {
    border-bottom: 1px solid var(--color-text-2);
    padding-bottom: 25px;
}

.comments-section .comments-box .comment .header-comment {
    margin: 30px 0 15px;
}

.comments-section .comments-box .comment .header-comment .user-info .avatar {
    max-width: 48px;
    max-height: 48px;
}

.comments-section .comments-box .comment .header-comment .user-info .star {
    max-width: 75px;
}

.comments-section .comments-box .comment .header-comment .user-info p {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary-color);
}

.comments-section .comments-box .comment .header-comment .actions a:hover {
    transition: 0.3s all;
    scale: 1.1;
}

.comments-section .comments-box .comment .comment-text p {
    font-size: 12px;
    line-height: 24px;
    color: var(--color-text-2);
    margin-right: 60px;
}

@media (max-width: 576px) {
    .comments-section .comments-box .comment .comment-text p {
        margin-right: 0;
    }
}

.comments-section .register-comment-box {
    row-gap: 25px;
}

.comments-section .register-comment-box .form {
    row-gap: 25px;
}

.comments-section .register-comment-box .form label {
    min-width: 75px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
}

.comments-section .register-comment-box .form input {
    flex: 1;
    border: none;
    border-radius: 50px;
    padding: 10px;
    color: var(--color-text-1);
}

.comments-section .register-comment-box .form textarea {
    height: 155px;
    resize: none;
    flex: 1;
    border: none;
    border-radius: 24px;
    padding: 10px;
    color: var(--color-text-1);
}

.comments-section .register-comment-box .form input:focus-visible,
.comments-section .register-comment-box .form textarea:focus-visible {
    outline: 1px solid var(--primary-color);
}

.comments-section .register-comment-box .primary-btn {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary-color);
}

/*------comments-section-end-----*/

/*faq-sections-start*/
.frequently-questions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.frequently-questions .section-divider {
    margin-bottom: 50px;
}

.frequently-questions .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 50px;
}

.frequently-questions .accordion-item {
    border: 1px solid #E2E2E2 !important;
    border-radius: 10px !important;
    background-color: #fff;
}

.frequently-questions .accordion-button {
    box-shadow: none !important;
    width: 100%;
    padding: 2rem 1.5rem;
    transition: 0.3s all;
}

.frequently-questions .accordion-button.collapsed {
    background-color: white;
}

.frequently-questions .accordion-button:not(.collapsed) {
    background-color: #FAFAFA;
}

@media (max-width: 576px) {
    .frequently-questions .accordion-item .accordion-button {
        padding: 15px;
    }
}

.accordion-button .icon-minus {
    display: none;
}

.accordion-button:not(.collapsed) .icon-plus {
    display: none;
}

.accordion-button:not(.collapsed) .icon-minus {
    display: block;
}

.frequently-questions .accordion-item .accordion-button h2 {
    font-size: 22px;
    font-weight: bold;
    color: var(--secondary-color);
    margin-bottom: 0;
    text-align: right;
}

@media (min-width: 768px) and (max-width: 992px) {
    .frequently-questions .accordion-item .accordion-button h2 {
        font-size: 16px;
    }
}

.frequently-questions .accordion-item .accordion-button::after {
    content: none;
}

.frequently-questions .accordion-collapse {
    position: relative;
    background-color: #FAFAFA;
    color: var(--color-text-1);
}

.frequently-questions .accordion-item.open {
    background-color: var(--primary-color) !important;
}

.frequently-questions .accordion-item.open svg path {
    stroke: #fff;
}

.frequently-questions .accordion-item.open .accordion-button h2 {
    color: #fff;
}

@media (max-width: 576px) {
    .frequently-questions .accordion-collapse {
        position: relative;
        right: 0;
    }

    .frequently-questions .accordion-item .accordion-button h2 {
        font-size: 14px;
        font-weight: 600;
    }
}

.frequently-questions .accordion-body {
    text-align: justify;
    color: #6B6B6B;
    padding: 0 25px 25px;
}

.frequently-questions .accordion-body .title-box {
    gap: 5px;
    font-weight: 600;
    color: white;
}

.frequently-questions .accordion-body .title-box h3 {
    font-size: 1.25rem;
    font-weight: bold;
}

@media (max-width: 576px) {
    .frequently-questions .accordion-body {
        font-size: 12px;
        padding: 0 22px 15px;
    }

    .frequently-questions .accordion-body svg {
        width: 30px;
    }

    .frequently-questions .accordion-body .title-box h3 {
        font-size: 0.9rem;
    }
}

/*faq-sections-end*/

/*product-sections-start*/
.products-box-section {
    background-color: #F7F7F7;
    position: relative;
    padding: 30px 35px 5px;
    border-radius: 30px;
}

.products-box-section .swiper-slide {
    border-radius: 24px;
    height: auto !important;
}

.products-box-section .product-card {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    gap: 20px;
    padding: 10px;
    position: relative;
    height: calc(100% - 20px);
}

.products-box-section .product-card .product__img {
    flex-shrink: 0;
}

.products-box-section .product-card img {
    aspect-ratio: 1/1;
    border-radius: 18px;
}

@media (max-width: 576px) {
    .products-box-section {
        padding: 25px 15px 0;
        margin-top: -85px;
        border-radius: 15px;
    }

    .products-box-section .product-card {
        border-radius: 10px;
        gap: 15px;
    }

    .products-box-section .product-card img {
        height: auto;
        border-radius: 6px;
    }
}

.products-box-section .product-card .primary-button {
    background-color: var(--primary-color);
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: none;
}

.products-box-section .content-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    margin-bottom: 35px;
    gap: 10px;
}

@media (max-width: 576px) {
    .products-box-section .content-product {
        margin-bottom: 15px;
    }
}

.content-product a {
    flex: 1;
}

.products-box-section .content-product h3 {
    font-weight: 800;
    font-size: 1.4rem;
    color: var(--color-text-2);
}

.products-box-section .content-product p {
    font-weight: 600;
    font-size: 0.7rem;
    color: var(--color-text-2);
}

.products-box-section .product-card .vector-logo {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 175px;
}

.products-box-section .action-product {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    flex-shrink: 0;
    margin-top: auto;
}

.products-box-section .action-product .primary-btn {
    color: #ffff;
    font-size: 14px;
    font-weight: 600;
}

.products-box-section .action-product .primary-btn svg path {
    stroke: white;
}

@media (max-width: 576px) {
    .products-box-section .action-product {
        bottom: -12px;
    }

    .products-box-section .action-product .primary-btn {
        font-size: 8px;
        padding: 5px 10px;
    }

    .products-box-section .action-product .primary-btn svg {
        width: 10px;
        height: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .products-box-section .primary-button {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .products-box-section .content-product h3 {
        font-size: 12px;
        margin-bottom: 0;
    }

    .products-box-section .content-product p {
        font-size: 8px;
    }
}

.products-box-section .section-divider {
    margin: 60px auto 70px;
}

.products-box-section .section-divider .section-title {
    background-color: #FFFFFF;
    color: var(--primary-color);
    box-shadow: 0 5px 20px #E3E3E3;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    width: fit-content;
    padding: 15px 20px;
    margin: auto;
}

.products-box-section .section-divider .section-title:hover {
    transform: translateY(-2px);
}

.products-box-section .swiper-button-next {
    top: calc(50% + 50px);
    transform: scale(1) !important;
    height: fit-content;
    right: 0;
    left: auto;
}

.products-box-section .swiper-button-prev {
    top: calc(50% + 50px);
    transform: scale(1) !important;
    height: fit-content;
    left: 0;
    right: auto;
}

/*product-sections-end*/

/*------submit-phone-number-section-start-----*/
.submit-phone-number-section {
    background-color: var(--color-three);
}

.submit-phone-number-section .row {
    row-gap: 25px;
}

.submit-phone-number-section .vector-box img {
    width: 55%;
    max-width: 100%;
}

@media (max-width: 992px) {
    .submit-phone-number-section .vector-box img {
        width: 75%;
        max-width: 100%;
    }
}

.submit-phone-number-section .content-box {
    gap: 20px;
}

@media (max-width: 576px) {
    .submit-phone-number-section .content-box {
        gap: 15px;
    }
}

.submit-phone-number-section .content-box h4 {
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .submit-phone-number-section .content-box h4 {
        font-size: 16px;
    }
}

.submit-phone-number-section .content-box input {
    background: #F7F7F7;
    border: none;
    border-radius: 50px;
    width: 100%;
    direction: rtl;
    text-align: center;
    padding: 10px 20px;
    max-width: 450px;
}

.submit-phone-number-section .content-box input:focus-visible {
    outline: none;
}

.submit-phone-number-section .content-box input::placeholder {
    color: #919AA6;
    font-size: 14px;
    text-align: right;
}

.submit-phone-number-section .content-box a {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 700;
}

/*------submit-phone-number-section-end-----*/

.copy-icon {
    cursor: pointer;
    font-size: 24px;
    color: blue;
}

.description {
    color: #000 !important;
    line-height: 18px !important;
}

.description table {
    border: 0 !important;
}

.description table tr {
    background-color: transparent !important;
}

.description table td {
    border: 0 !important;
}

.comments-section .comments-box .comment .comment-text p {
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
}

.product-information-box h4 {
    font-size: 19px;
    font-weight: 800;
}

.product-information-box input {
    background: #F7F7F7;
    border: none;
    border-radius: 50px;
    width: 100%;
    direction: rtl;
    text-align: center;
    padding: 10px 20px;
    max-width: 450px;
}

#product-description-section img {
    width: 100%;
}

@media (max-width: 7680px) {
    .link-section {
        position: relative;
    }
}

.captch-label {
    direction: ltr;
    display: flex;
    width: fit-content;
    margin-inline: auto;
    font-size: 1.3rem;
    font-weight: 700;
}

.alert-success_1 {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success_2 {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}