﻿.home-categories {
    padding: 90px 0;
    background: #fff;
}

.categories-title {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 45px;
}

    .categories-title span {
        display: inline-block;
        color: #95c12b;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .categories-title h2 {
        margin: 0 0 12px;
        font-size: 38px;
        line-height: 1.2;
        font-weight: 800;
        color: #17212b;
    }

    .categories-title p {
        margin: 0;
        color: #7c858d;
        font-size: 16px;
        line-height: 1.7;
    }

.category-box {
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e8edf1;
    background: #fff;
    transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}

    .category-box:hover {
        transform: translateY(-8px);
        border-color: #95c12b;
        box-shadow: 0 20px 45px rgba(0, 0, 0, .13), 0 0 0 1px rgba(22, 157, 216, .08);
    }

.category-img {
    position: relative;
    height: 290px;
    overflow: hidden;
}

    .category-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .5s ease;
    }

.category-box:hover .category-img img {
    transform: scale(1.10);
    filter: brightness(.88);
}

.category-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .42) 38%, rgba(0, 0, 0, .05) 75%, rgba(0, 0, 0, 0) 100% );
}

.category-info {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 23px;
    color: #fff;
}

    .category-info small {
        display: block;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
        opacity: .75;
        margin-bottom: 7px;
    }

    .category-info h3 {
        margin: 0 0 10px;
        color: #fff;
        font-size: 23px;
        font-weight: 700;
    }

    .category-info span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        opacity: .85;
        transition: all .3s ease;
    }

        .category-info span i {
            transition: transform .3s ease;
        }

.category-box:hover .category-info span {
    opacity: 1;
}

    .category-box:hover .category-info span i {
        transform: translateX(5px);
    }

.category-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.95);
    color: #95c12b;
    font-size: 18px;
    opacity: .9;
    transition: all .4s ease;
}

.category-box:hover .category-arrow {
    background: #95c12b;
    color: #fff;
    transform: rotate(45deg) scale(1.08);
}

.about-modern {
    padding: 80px 0;
    background: #fff;
}

.about-modern__image {
    position: relative;
    min-height: 520px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 20px 55px rgba(0,0,0,.12);
}

    .about-modern__image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .8s ease;
    }

    .about-modern__image:hover img {
        transform: scale(1.04);
    }

.about-modern__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.65) 35%, rgba(0,0,0,.20) 75%, rgba(0,0,0,.05) 100% );
}

.about-modern__content {
    position: relative;
    z-index: 2;
    width: 55%;
    padding: 80px 70px;
    color: #fff;
}

.about-modern__subtitle {
    display: inline-block;
    margin-bottom: 15px;
    color: #9aca20;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.about-modern__content h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 500;
}

    .about-modern__content h2 strong {
        display: block;
        font-weight: 800;
    }

.about-modern__text {
    max-width: 600px;
    margin-bottom: 30px;
    color: rgba(255,255,255,.82);
    font-size: 15px;
    line-height: 1.8;
}

    .about-modern__text p {
        margin-bottom: 10px;
        color: #fff;
    }

.about-modern__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 23px;
    border-radius: 4px;
    background: #9aca20;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

    .about-modern__button i {
        transition: transform .3s ease;
    }

    .about-modern__button:hover {
        background: #fff;
        color: #333;
        transform: translateY(-2px);
    }

        .about-modern__button:hover i {
            transform: translateX(5px);
        }

.why-israpak {
    position: relative;
    padding: 100px 0 90px;
    background: #f7f8f5;
    overflow: hidden;
}

.why-israpak__bg-text {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(100px, 17vw, 260px);
    font-weight: 900;
    line-height: 1;
    color: rgba(0,0,0,.035);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.why-israpak__title {
    position: relative;
    margin-bottom: 55px;
}

    .why-israpak__title > span {
        display: inline-block;
        margin-bottom: 12px;
        color: #92c51f;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 2.5px;
    }

    .why-israpak__title h2 {
        margin: 0 auto 15px;
        color: #202020;
        font-size: 36px;
        line-height: 1.25;
        font-weight: 800;
    }

    .why-israpak__title p {
        max-width: 650px;
        margin: 0 auto;
        color: #777;
        font-size: 15px;
        line-height: 1.8;
    }

.why-israpak__list {
    position: relative;
}

.why-card {
    position: relative;
    height: 100%;
    padding: 30px 28px 32px;
    background: #fff;
    border: 1px solid #e8ebe5;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}

    .why-card:hover {
        transform: translateY(-10px);
        border-color: #92c51f;
        box-shadow: 0 20px 45px rgba(0,0,0,.09);
    }

.why-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.why-card__number {
    color: #dfe4db;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    transition: color .3s ease;
}

.why-card:hover .why-card__number {
    color: #92c51f;
}

.why-card__icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f6e8;
    color: #92c51f;
    font-size: 21px;
    transition: all .35s ease;
}

.why-card:hover .why-card__icon {
    background: #92c51f;
    color: #fff;
    transform: rotate(-8deg) scale(1.08);
}

.why-card h3 {
    margin: 0 0 12px;
    color: #222;
    font-size: 20px;
    font-weight: 750;
}

.why-card p {
    min-height: 90px;
    margin: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.8;
}

.why-card__line {
    width: 35px;
    height: 3px;
    margin-top: 25px;
    border-radius: 10px;
    background: #92c51f;
    transition: width .4s ease;
}

.why-card:hover .why-card__line {
    width: 75px;
}

.introvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.israpak-about {
    position: relative;
    padding: 120px 0;
    background: #f7f8f9;
    overflow: hidden;
}

    .israpak-about::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        right: -180px;
        top: -180px;
        border: 1px solid rgba(230, 126, 20, .12);
        border-radius: 50%;
    }

    .israpak-about::after {
        content: "";
        position: absolute;
        width: 650px;
        height: 650px;
        left: -400px;
        bottom: -400px;
        border: 1px solid rgba(230, 126, 20, .08);
        border-radius: 50%;
    }

.about-intro {
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
}

.about-image-card {
    position: relative;
    padding: 18px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

    .about-image-card::before {
        content: "";
        position: absolute;
        width: 80px;
        height: 80px;
        left: -15px;
        bottom: -15px;
        border-left: 4px solid #94c22b;
        border-bottom: 4px solid #94c22b;
        border-radius: 0 0 0 12px;
    }

    .about-image-card img {
        width: 100%;
        display: block;
        border-radius: 16px;
    }

.about-image-overlay {
    position: absolute;
    inset: 18px;
    border-radius: 16px;
    background: linear-gradient( 135deg, rgba(0, 0, 0, .05), transparent 50%, rgba(229, 138, 26, .12) );
    pointer-events: none;
}

.image-badge {
    position: absolute;
    left: 35px;
    bottom: 35px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 20px;
    background: rgba(255,255,255,.96);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.badge-line {
    width: 4px;
    height: 35px;
    background: #94c22b;
    border-radius: 10px;
}

.image-badge strong {
    display: block;
    font-size: 15px;
    color: #222;
    letter-spacing: 1px;
}

.image-badge small {
    display: block;
    margin-top: 2px;
    color: #777;
    font-size: 11px;
}

.about-content {
    padding-left: 45px;
}

.section-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #94c22b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

    .section-label span {
        display: inline-block;
        width: 35px;
        height: 2px;
        background: #94c22b;
    }

.about-main-title {
    margin-bottom: 25px;
    color: #202020;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 700;
}

    .about-main-title strong {
        display: block;
        color: #94c22b;
        font-weight: 700;
    }

.about-description {
    color: #666;
    font-size: 16px;
    line-height: 1.9;
}

    .about-description p {
        margin-bottom: 15px;
    }

.about-features {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.about-feature {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    transition: .3s ease;
}

    .about-feature:hover {
        transform: translateY(-4px);
        border-color: rgba(53,118,91,.35);
        box-shadow: 0 12px 30px rgba(0,0,0,.07);
    }

.feature-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(53,118,91,.1);
    color: #94c22b;
    border-radius: 10px;
    font-size: 21px;
}

.about-feature strong {
    display: block;
    color: #222;
    font-size: 14px;
}

.about-feature span {
    display: block;
    margin-top: 3px;
    color: #888;
    font-size: 11px;
}

.about-cards {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.about-info-card {
    position: relative;
    min-height: 300px;
    padding: 45px;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0 15px 45px rgba(0,0,0,.06);
    transition: .35s ease;
}

    .about-info-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 55px rgba(0,0,0,.1);
    }

.card-number {
    position: absolute;
    right: 30px;
    top: 15px;
    color: rgba(0,0,0,.035);
    font-size: 100px;
    line-height: 1;
    font-weight: 800;
}

.card-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #94c22b;
    border-radius: 14px;
    font-size: 27px;
}

.card-content {
    position: relative;
    z-index: 2;
}

    .card-content .section-label {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .card-content h3 {
        margin-bottom: 18px;
        color: #222;
        font-size: 27px;
        font-weight: 700;
    }

.card-text {
    color: #666;
    font-size: 15px;
    line-height: 1.85;
}

    .card-text p {
        margin-bottom: 10px;
    }

.card-decoration {
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 170px;
    height: 170px;
    border: 25px solid rgba(53,118,91,.07);
    border-radius: 50%;
}

.israpak-product-card {
    display: block;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e9e2;
    border-radius: 16px;
    text-decoration: none;
    transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}

    .israpak-product-card:hover {
        transform: translateY(-7px);
        border-color: #92c51f;
        box-shadow: 0 18px 40px rgba(0, 0, 0, .10);
    }

.israpak-product-image {
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

    .israpak-product-image > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 20px;
        transition: transform .6s cubic-bezier(.2,.8,.2,1);
    }

.israpak-product-card:hover
.israpak-product-image > img {
    transform: scale(1.08);
}

.israpak-product-logo {
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 97px;
    height: 40px;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  /*  background: rgba(255,255,255,.96);*/
    border-radius: 6px;
/*    box-shadow: 0 4px 14px rgba(0,0,0,.08);*/
    z-index: 2;
}

    .israpak-product-logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.israpak-product-arrow {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f6e8;
    color: #92c51f;
    font-size: 14px;
    transition: all .35s ease;
    z-index: 2;
}

.israpak-product-card:hover
.israpak-product-arrow {
    background: #92c51f;
    color: #fff;
    transform: rotate(45deg);
}

.israpak-product-content {
    padding: 20px 22px 22px;
    border-top: 1px solid #edf0eb;
}

.israpak-product-label {
    display: block;
    margin-bottom: 7px;
    color: #92c51f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.israpak-product-content h3 {
    margin: 0;
    min-height: 52px;
    color: #222;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    transition: color .3s ease;
}

.israpak-product-card:hover
.israpak-product-content h3 {
    color: #82ad17;
}

.israpak-product-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
    padding-top: 14px;
    border-top: 1px solid #edf0eb;
    color: #777;
    font-size: 12px;
    font-weight: 600;
}

    .israpak-product-detail i {
        color: #92c51f;
        transition: transform .3s ease;
    }

.israpak-product-card:hover
.israpak-product-detail i {
    transform: translateX(6px);
}

.product-detail-hero {
    margin-bottom: 70px;
}

.product-main-card {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px;
    background: #fff;
    border: 1px solid #e5e9e2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .06);
    transition: all .4s ease;
}

    .product-main-card:hover {
        border-color: #92c51f;
        box-shadow: 0 20px 55px rgba(0, 0, 0, .10);
    }

.product-main-image {
    width: 100%;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-detail-main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}

.product-main-card:hover .product-detail-main-img {
    transform: scale(1.05);
}

.product-main-logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 110px;
    height: 42px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
   /* background: rgba(255,255,255,.96);*/
    border-radius: 7px;
  /*  box-shadow: 0 5px 18px rgba(0,0,0,.08);*/
    z-index: 3;
}

    .product-main-logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.product-detail-info {
    padding: 20px 10px 20px 25px;
}

.product-detail-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #92c51f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.product-detail-info h1 {
    margin: 0;
    color: #222;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 800;
}

.product-title-line {
    width: 55px;
    height: 4px;
    margin: 20px 0;
    border-radius: 10px;
    background: #92c51f;
}

.product-detail-intro {
    max-width: 500px;
    margin-bottom: 30px;
    color: #777;
    font-size: 15px;
    line-height: 1.8;
}

.product-gallery {
    padding-top: 10px;
}

.product-detail-section {
    margin-bottom: 70px;
}

.product-detail-section-title {
    margin-bottom: 35px;
    text-align: center;
}

    .product-detail-section-title span {
        display: block;
        margin-bottom: 8px;
        color: #92c51f;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 2px;
    }

    .product-detail-section-title h2 {
        margin: 0;
        color: #222;
        font-size: 30px;
        font-weight: 800;
    }

    .product-detail-section-title .title-line {
        width: 45px;
        height: 3px;
        margin: 15px auto 0;
        background: #92c51f;
        border-radius: 10px;
    }

.product-description-box {
    padding: 40px 45px;
    background: #fff;
    border: 1px solid #e5e9e2;
    border-radius: 16px;
    color: #666;
    font-size: 15px;
    line-height: 1.9;
    box-shadow: 0 8px 30px rgba(0,0,0,.04);
}

    .product-description-box h3,
    .product-description-box h4,
    .product-description-box h5 {
        color: #222;
    }

    .product-description-box p {
        margin-bottom: 15px;
    }

.product-specification-box {
    box-shadow: 0 8px 30px rgba(0,0,0,.04);
}

    .product-specification-box table {
        width: 100%;
        margin: 0 !important;
        border-collapse: collapse;
    }

        .product-specification-box table th {
            background: #92c51f !important;
            color: #fff !important;
            font-weight: 700;
            padding: 13px 15px !important;
            border-color: #92c51f !important;
        }

        .product-specification-box table td {
            padding: 13px 15px !important;
            border-color: #e5e9e2 !important;
            color: #555;
            vertical-align: middle;
        }

        .product-specification-box table tr:nth-child(even) td {
            background: #f8faf6;
        }

        .product-specification-box table p {
            margin: 0;
        }

.product-video-box {
    padding: 30px;
    background: #fff;
    border: 1px solid #e5e9e2;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,.04);
}

.product-page-subtitle {
    display: inline-block;
    margin-bottom: 8px;
    color: #92c51f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

@media (max-width: 991px) {
    .home-categories {
        padding: 70px 0;
    }

    .categories-title h2 {
        font-size: 32px;
    }

    .about-modern {
        padding: 60px 0;
    }

    .about-modern__image {
        min-height: 500px;
    }

    .about-modern__content {
        width: 70%;
        padding: 60px 50px;
    }

        .about-modern__content h2 {
            font-size: 36px;
        }

    .why-israpak {
        padding: 75px 0 60px;
    }

    .why-israpak__title h2 {
        font-size: 32px;
    }

    .israpak-about {
        padding: 80px 0;
    }

    .about-content {
        padding-left: 0;
        margin-top: 30px;
    }

    .about-main-title {
        font-size: 34px;
    }

    .about-intro {
        margin-bottom: 50px;
    }

    .about-cards {
        grid-template-columns: 1fr;
    }

    .product-detail-info {
        padding: 10px 5px;
    }

        .product-detail-info h1 {
            font-size: 32px;
        }

    .product-detail-hero {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .home-categories {
        padding: 55px 0;
    }

    .categories-title {
        margin-bottom: 30px;
    }

        .categories-title h2 {
            font-size: 28px;
        }

    .category-img {
        height: 250px;
    }

    .category-info h3 {
        font-size: 21px;
    }

    .about-modern {
        padding: 45px 0;
    }

    .about-modern__image {
        min-height: 560px;
        border-radius: 15px;
    }

    .about-modern__overlay {
        background: linear-gradient( to top, rgba(0,0,0,.90) 0%, rgba(0,0,0,.55) 65%, rgba(0,0,0,.15) 100% );
    }

    .about-modern__content {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 35px 25px;
    }

        .about-modern__content h2 {
            font-size: 29px;
        }

    .about-modern__text {
        font-size: 14px;
        max-height: 115px;
        overflow: hidden;
    }

    .why-israpak {
        padding: 60px 0 45px;
    }

    .why-israpak__title {
        margin-bottom: 35px;
    }

        .why-israpak__title h2 {
            font-size: 27px;
        }

        .why-israpak__title p {
            font-size: 14px;
        }

    .why-card {
        padding: 25px;
    }

        .why-card p {
            min-height: auto;
        }

    .why-israpak__bg-text {
        top: 50px;
        font-size: 100px;
    }

    .israpak-product-image {
        height: 230px;
    }

    .israpak-product-content h3 {
        font-size: 17px;
    }

    .product-details-section {
        padding-top: 40px !important;
    }

    .product-main-card {
        min-height: 350px;
        padding: 25px;
        border-radius: 15px;
    }

    .product-main-image {
        height: 300px;
    }

    .product-main-logo {
        width: 90px;
        height: 36px;
        top: 15px;
        left: 15px;
    }

    .product-detail-info {
        padding: 10px 5px;
    }

        .product-detail-info h1 {
            font-size: 28px;
        }

    .product-detail-intro {
        font-size: 14px;
    }

    .product-detail-section {
        margin-bottom: 50px;
    }

    .product-detail-section-title {
        margin-bottom: 25px;
    }

        .product-detail-section-title h2 {
            font-size: 26px;
        }

    .product-description-box,
    .product-specification-box,
    .product-video-box {
        padding: 20px;
    }

    .product-specification-box {
        overflow-x: auto;
    }

        .product-specification-box table {
            min-width: 600px;
        }
}

@media (max-width: 575px) {
    .israpak-about {
        padding: 60px 0;
    }

    .about-main-title {
        font-size: 28px;
    }

    .about-features {
        flex-direction: column;
    }

    .about-info-card {
        padding: 30px;
    }

        .about-info-card h3 {
            font-size: 23px;
        }

    .image-badge {
        left: 25px;
        bottom: 25px;
    }
}


.product-sidebar {
    position: relative;
    padding: 25px;
    background: #fff;
    border: 1px solid #e7ebe4;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(0,0,0,.05);
}

.product-sidebar__title {
    padding: 5px 5px 20px;
    border-bottom: 1px solid #edf0eb;
}


    .product-sidebar__title h3 {
        margin: 0;
        color: #202020;
        font-size: 21px;
        line-height: 1.3;
        font-weight: 700;
    }



.product-sidebar__list {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

    .product-sidebar__list li {
        margin: 0;
        border-bottom: 1px solid #f0f2ee;
    }

        .product-sidebar__list li:last-child {
            border-bottom: 0;
        }

    .product-sidebar__list a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        min-height: 58px;
        padding: 10px 5px 10px 12px;
        color: #555;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        transition: all .3s ease;
    }

        .product-sidebar__list a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 3px;
            height: 0;
            background: #94c22b;
            border-radius: 10px;
            transform: translateY(-50%);
            transition: height .3s ease;
        }

.product-sidebar__name {
    line-height: 1.45;
    transition: color .3s ease;
}

.product-sidebar__arrow {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94c22b;
    background: #f4f8ec;
    border-radius: 50%;
    font-size: 16px;
    transition: all .3s ease;
}

.product-sidebar__list a:hover {
    padding-left: 18px;
    color: #222;
}

    .product-sidebar__list a:hover::before {
        height: 24px;
    }

    .product-sidebar__list a:hover .product-sidebar__name {
        color: #82ad17;
    }

    .product-sidebar__list a:hover .product-sidebar__arrow {
        color: #fff;
        background: #94c22b;
        transform: translateX(3px);
    }



@media (max-width: 991px) {
    .product-sidebar {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .product-sidebar {
        padding: 20px;
    }

    .product-sidebar__title h3 {
        font-size: 19px;
    }

    .product-sidebar__list a {
        min-height: 54px;
        font-size: 13px;
    }
}
