/* Ana səhifə (.page.home). Promo şəkil şeridi (.voltek-home-boxes) — faylın sonunda tam qaydalar. */


/* ——— Xüsusi təklif kartı ——— */

.page.home .voltek-home-offer-special .section-onsale-product {
    border: none;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 40px rgba(37, 52, 68, 0.1);
    margin-bottom: 1rem;
}

.page.home .voltek-home-offer-special .section-onsale-product header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding: 18px 24px;
    min-height: 64px;
    border: none !important;
    border-bottom: none !important;
    background: linear-gradient(105deg, #b81818 0%, #d62323 42%, #e03a3a 100%);
    color: #fff;
    position: relative;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.page.home .voltek-home-offer-special .section-onsale-product header::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 22px;
    background: #fff;
    border-radius: 3px;
    opacity: 0.95;
}

/* lstyles: section header .h1 — inline-block + :after başlığı sürüşdürür */
.page.home .voltek-home-offer-special .section-onsale-product header h1,
.page.home .voltek-home-offer-special .section-onsale-product header h2,
.page.home .voltek-home-offer-special .section-onsale-product header .h1 {
    color: #fff !important;
    margin: 0 0 0 16px !important;
    padding: 0 !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2 !important;
    display: inline-block !important;
    position: relative;
    border: none !important;
    background: transparent !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.page.home .voltek-home-offer-special .section-onsale-product header h1::before,
.page.home .voltek-home-offer-special .section-onsale-product header h2::before,
.page.home .voltek-home-offer-special .section-onsale-product header .h1::before,
.page.home .voltek-home-offer-special .section-onsale-product header h1::after,
.page.home .voltek-home-offer-special .section-onsale-product header h2::after,
.page.home .voltek-home-offer-special .section-onsale-product header .h1::after {
    content: none !important;
    display: none !important;
}

.page.home .voltek-home-offer-special .section-onsale-product .savings {
    float: none !important;
    position: relative;
    margin: 0;
    height: auto;
    min-height: 0;
    width: auto;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    background: #fff;
    color: #b81818;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    letter-spacing: 0.01em;
}

.page.home .voltek-home-offer-special .section-onsale-product .savings .amount {
    color: #b81818;
    margin-left: 4px;
    font-weight: 800;
}

.page.home .voltek-home-offer-special .section-onsale-product .savings .savings-text {
    position: static;
    transform: none;
    padding: 0;
    white-space: nowrap;
}

.page.home .voltek-home-offer-special .onsale-products {
    padding: 1.25rem 1.25rem 1.5rem;
}

@media (min-width: 992px) {
    .page.home .voltek-home-offer-special .onsale-products {
        padding: 1.75rem 2rem 2rem;
    }
}

.page.home .voltek-home-offer-special .onsale-product {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: center;
}

@media (min-width: 768px) {
    .page.home .voltek-home-offer-special .onsale-product {
        grid-template-columns: minmax(200px, 1fr) minmax(260px, 1.15fr);
        gap: 1.75rem;
    }
}

.page.home .voltek-home-offer-special .onsale-product > * {
    width: 100%;
}

.page.home .voltek-home-offer-special .onsale-product > a {
    display: block;
    border-radius: 14px;
    padding: 16px;
    transition: background 0.2s ease;
}

.page.home .voltek-home-offer-special .onsale-product > a:hover {
    background: linear-gradient(180deg, #eef2f6 0%, #e5eaef 100%);
}

.page.home .voltek-home-offer-special .onsale-product .product-thumbnail {
    margin-bottom: 0;
    height: auto;
    min-height: 200px;
    max-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page.home .voltek-home-offer-special .onsale-product .product-thumbnail img {
    max-height: 280px !important;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    object-fit: contain !important;
    padding-bottom: 0 !important;
}

.page.home .voltek-home-offer-special .productInfo {
    text-align: left;
}

.page.home .voltek-home-offer-special .productInfo h4 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a2330;
    margin: 0 0 1rem;
    line-height: 1.3;
}

.page.home .voltek-home-offer-special .deal-progress .deal-stock {
    font-size: 0.95rem;
    color: #4a5568;
}

.page.home .voltek-home-offer-special .deal-progress .progress {
    height: 10px;
    border-radius: 999px;
    background: #e8ecf0;
    margin-top: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}

.page.home .voltek-home-offer-special .deal-progress .progress-bar {
    border-radius: 999px;
    background: linear-gradient(90deg, #c41e1e, #d62323);
}

.page.home .voltek-home-offer-special .productInfo .infoss {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 0.5rem;
}

.page.home .voltek-home-offer-special .onsale-product .price {
    position: static !important;
    margin: 0 !important;
    text-align: left !important;
    font-size: 1.85rem !important;
    font-weight: 700;
    color: #1a2330;
}

.page.home .voltek-home-offer-special .onsale-product .price ins {
    text-decoration: none;
}

.page.home .voltek-home-offer-special .onsale-product .price .amount {
    color: #d62323;
}

.page.home .voltek-home-offer-special .deal-countdown-timer {
    flex: 0 0 auto;
    margin-bottom: 0 !important;
}

.page.home .voltek-home-offer-special .deal-countdown-timer .marketing-text {
    font-size: 0.95rem !important;
    font-weight: 600;
    color: #1a2330 !important;
    margin-bottom: 8px !important;
}

.page.home .voltek-home-offer-special .onsale-product .countdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    text-align: left;
}

.page.home .voltek-home-offer-special .onsale-product .countdown > span {
    margin: 0 !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    min-width: 52px;
}

.page.home .voltek-home-offer-special .onsale-product .countdown > span .value {
    width: 52px !important;
    height: 48px !important;
    line-height: 48px !important;
    font-size: 1.35rem !important;
    border-radius: 10px !important;
    font-weight: 700;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.page.home .voltek-home-offer-special .onsale-product .countdown > span .value::after {
    content: none !important;
}

.page.home .voltek-home-offer-special .onsale-product .countdown > span b {
    font-size: 0.65rem !important;
    letter-spacing: 0.04em;
    color: #64748b;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .page.home .voltek-home-offer-special .productInfo .infoss {
        flex-direction: column;
        align-items: stretch;
    }

    .page.home .voltek-home-offer-special .deal-countdown-timer {
        width: 100%;
    }

    .page.home .voltek-home-offer-special .onsale-product .countdown {
        justify-content: center;
    }

    .page.home .voltek-home-offer-special .onsale-product .price {
        text-align: center !important;
    }

    .page.home .voltek-home-offer-special .productInfo {
        text-align: center;
    }

    .page.home .voltek-home-offer-special .section-onsale-product header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 16px 20px;
    }

    .page.home .voltek-home-offer-special .section-onsale-product header::before {
        display: none;
    }

    .page.home .voltek-home-offer-special .section-onsale-product header h1,
    .page.home .voltek-home-offer-special .section-onsale-product header h2,
    .page.home .voltek-home-offer-special .section-onsale-product header .h1 {
        margin-left: 0 !important;
    }
}

/* ——— Ana səhifə: xidmət zolağı (slider altı) ——— */

.page.home .home-v3-slider {
    height: auto !important;
    overflow: visible;
}

.page.home .voltek-home-services.services {
    height: auto !important;
    min-height: 70px;
    padding: 0;
    background: linear-gradient(105deg, #b81818 0%, #d62323 42%, #e03a3a 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: visible;
}

.page.home .voltek-home-services .voltek-home-services__row {
    margin-left: 0;
    margin-right: 0;
}

.page.home .voltek-home-services .voltek-home-services__col {
    padding-left: 0;
    padding-right: 0;
}

.page.home .voltek-home-services .voltek-home-service-card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    min-height: 70px;
    height: 100%;
    padding: 12px 16px;
    box-sizing: border-box;
    border-top: none !important;
    border-bottom: none !important;
}

.page.home .voltek-home-services .voltek-home-service-card .icon {
    flex: 0 0 auto;
    margin: 0 14px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
}

.page.home .voltek-home-services .voltek-home-service-card svg {
    display: block;
    width: auto;
    height: auto;
    max-width: 44px;
    max-height: 44px;
}

.page.home .voltek-home-services .voltek-home-service-icon-svg {
    max-width: 40px;
    max-height: 40px;
}

.page.home .voltek-home-services .voltek-home-service-card .content {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
}

.page.home .voltek-home-services .voltek-home-service__title {
    margin: 0 0 2px;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
}

.page.home .voltek-home-services .voltek-home-service__desc {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
}

.page.home .voltek-home-services .second,
.page.home .voltek-home-services .guarantee {
    border: none !important;
}

@media (max-width: 991px) {
    .page.home .voltek-home-services .voltek-home-service-card {
        padding: 12px 18px !important;
    }
}

@media (min-width: 992px) {
    .page.home .voltek-home-services .voltek-home-service-card {
        justify-content: center;
        padding: 10px 12px;
        min-height: 72px;
    }

    .page.home .voltek-home-services .voltek-home-services__col:not(:last-child) .voltek-home-service-card {
        border-right: 1px solid rgba(255, 255, 255, 0.28) !important;
    }

    .page.home .voltek-home-services .voltek-home-service-card .content {
        text-align: left;
        max-width: 220px;
    }

    .page.home .voltek-home-services .voltek-home-service__title {
        font-size: 0.875rem;
    }

    .page.home .voltek-home-services .voltek-home-service__desc {
        font-size: 0.75rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page.home .voltek-home-services .voltek-home-services__col:nth-child(odd) .voltek-home-service-card {
        border-right: 1px solid rgba(255, 255, 255, 0.22) !important;
    }

    .page.home .voltek-home-services .voltek-home-services__col:nth-child(-n + 2) .voltek-home-service-card {
        border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
    }
}

@media (max-width: 767px) {
    .page.home .voltek-home-services.services {
        height: auto !important;
        min-height: 0 !important;
        align-items: stretch;
    }

    .page.home .voltek-home-services .voltek-home-services__col {
        float: none !important;
        width: 100% !important;
    }

    .page.home .voltek-home-services .voltek-home-services__col:not(:last-child) .voltek-home-service-card {
        border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
    }

    .page.home .voltek-home-services .voltek-home-service-card {
        padding: 14px 18px;
        min-height: 0;
        height: auto !important;
        margin-left: 0 !important;
    }

    .page.home .voltek-home-services .voltek-home-service__title {
        font-size: 1rem;
    }

    .page.home .voltek-home-services .voltek-home-service__desc {
        font-size: 0.875rem;
    }

    .page.home .voltek-home-offer-strip {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .page.home .voltek-home-services .voltek-home-service-card {
        padding: 12px 14px;
    }
}

/* ——— Ümumi köməkçi ——— */

.page.home .voltek-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.page.home .voltek-home-deals-wrap {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.page.home .voltek-home-deals-block {
    padding-left: 0;
    padding-right: 0;
}

.page.home .voltek-home-offer-strip {
    clear: both;
    position: relative;
    z-index: 1;
    margin-top: 12px;
}

.page.home .voltek-home-offer-strip .boxes.voltek-home-boxes {
    height: auto !important;
    margin-top: 0 !important;
    overflow: visible;
}

.page.home .voltek-onsale-product-img {
    height: auto !important;
}

.page.home .voltek-onsale-infoss {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 1rem;
}

.page.home .voltek-home-offer-special .onsale-product .countdown > span .value {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%) !important;
    color: #1a2330 !important;
    border: 1px solid rgba(37, 52, 68, 0.12);
}

/* ——— Promo .boxes / .voltek-home-boxes: şəkil hündürlüyü + responsiv (fayl sonu — əvvəlki qaydaları üstün tutur) ——— */




/* Kateqoriya sırası: Grid — eyni sətirdə bərabər hündürlük.
   Bootstrap .row::before/::after clearfix grid sırasında əlavə "hüceyrə" yaradır — boşluq böyüyür; söndürülür. */
.page.home .voltek-home-offer-strip .boxes .row.voltek-offer-cat-row::before,
.page.home .voltek-home-offer-strip .boxes .row.voltek-offer-cat-row::after {
    display: none !important;
    content: none !important;
}

.page.home .voltek-home-offer-strip .boxes .row.voltek-offer-cat-row {
    height: auto !important;
    min-height: 0 !important;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 6px;
    row-gap: 6px;
    align-items: stretch;
    width: 100%;
}

@media (min-width: 992px) {
    .page.home .voltek-home-offer-strip .boxes .row.voltek-offer-cat-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 8px;
        row-gap: 6px;
    }
}

.page.home .voltek-home-offer-strip .voltek-home-boxes .boxe {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0;
}

.page.home .voltek-home-offer-strip .voltek-home-offer-cat-card {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    height: 100%;
    border: none;
    border-radius: clamp(10px, 1.2vw, 14px);
    box-shadow: 0 4px 18px rgba(37, 52, 68, 0.08);
    background: #f4f6f8;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.page.home .voltek-home-offer-strip .voltek-home-offer-cat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(37, 52, 68, 0.14);
}

.page.home .voltek-home-offer-strip .voltek-home-offer-cat-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(214, 35, 35, 0.18);
}

.page.home .voltek-home-offer-strip .voltek-home-offer-cat-card img {
    display: block;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: clamp(108px, 26vw, 160px);
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page.home .voltek-home-offer-strip .voltek-home-boxes .box {
    border: none !important;
    padding: 0 !important;
    height: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

/* Ana səhifə məhsullar: 10 məhsul — böyük ekranda 2 sətir × 5 sütun, kiçikdə 2 sütun + boşluq */

.page.home .tabs-block ul.products.nine-products {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-content: flex-start;
    gap: 12px !important;
    padding-left: 0 !important;
    width: 100%;
    box-sizing: border-box;
}

.page.home .tabs-block ul.products.nine-products > li.product {
    position: relative;
    width: calc((100% - 12px) / 2) !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: #fff;
    border: none !important;
    border-radius: clamp(10px, 1.2vw, 14px);
    box-shadow: 0 4px 18px rgba(37, 52, 68, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page.home .tabs-block ul.products.nine-products > li.product:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(37, 52, 68, 0.14);
}

.page.home .tabs-block ul.products.nine-products > li.product::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(214, 35, 35, 0.18);
}

.page.home .tabs-block ul.products.nine-products > li.product .loop-product-categories a {
    font-weight: 600 !important;
    color: #1a2330 !important;
}

@media (min-width: 992px) {
    .page.home .tabs-block ul.products.nine-products {
        gap: 14px !important;
    }

    .page.home .tabs-block ul.products.nine-products > li.product {
        width: calc((100% - 56px) / 5) !important;
    }
}

@media screen and (orientation: landscape) and (max-device-width: 800px) {
    .page.home .tabs-block ul.products.nine-products > li.product:last-of-type {
        display: block !important;
    }
}
