﻿.product-banner {
    background-color: var(--color-1);
    position: relative;
    z-index: 2;
}

    .product-banner .grid.wide {
    }

.product-banner-container {
    position: relative;
}

.product-banner-slug {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -13px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333324;
    border-radius: 55px;
    padding: 6px 16px;
}

    .product-banner-slug a:hover {
        color: var(--color-3);
    }

    .product-banner-slug a {
        color: var(--color-text-default);
        font-family: 'barM';
        line-height: 100%;
        transition: all .3s;
        font-size: 16px;
    }

    .product-banner-slug p {
        margin: 0 6px;
    }

    .product-banner-slug span {
        color: var(--color-7);
        font-family: 'pathSB';
        font-size: 15px;
    }

.product-banner-top {
    padding-top: 195px;
    display: flex;
    align-items: center;
    padding-bottom: 66px;
}

    .product-banner-top .top-left {
        width: 50%;
        padding-right: 10px;
    }

    .product-banner-top .top-left-title {
        margin: 0;
        font-family: 'barM';
        font-size: 29px;
        font-weight: 100;
        color: var(--color-4);
        text-transform: capitalize;
        max-width: 480px;
        margin-bottom: 33px;
        line-height: 166%;
    }

        .product-banner-top .top-left-title strong {
            color: var(--color-3);
            display: block;
            text-transform: uppercase;
            font-size: 49px;
        }

    .product-banner-top .top-left-album {
    }

.productbannerswiper {
}

.product-banner-top .album-item {
    height: 198px;
    border-radius: 15px;
    overflow: hidden;
}

    .product-banner-top .album-item img {
    }

.product-banner-top .top-right {
    width: 50%;
    padding-left: 10px;
}

.product-banner-top .top-right-img {
    border-radius: 15px;
    height: 360px;
    overflow: hidden;
}

    .product-banner-top .top-right-img img {
        width: 100%;
        height: 100%;
    }

.product-tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
}

    .product-tag a:hover {
        background-color: var(--color-1);
        color: #fff;
    }

    .product-tag a {
        border: 1px solid var(--color-1);
        border-radius: 55px;
        text-transform: uppercase;
        font-family: barM;
        padding: 4px 12px;
        font-size: 12px;
        cursor: pointer;
        margin: 3px;
        transition: all .3s;
        user-select: none;
    }

.product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}


    .product-top .title {
        margin: 0;
        font-weight: 100;
        font-family: 'pathSB';
        font-size: 35px;
        text-transform: capitalize;
        color: var(--color-text-default);
        max-width: 563px;
    }

    .product-top .descript {
        margin: 0;
        font-weight: 100;
        font-size: 16px;
        color: var(--color-4);
        max-width: 400px;
        line-height: 153%;
        width: fit-content;
    }


.product {
    background-image: url(/Design/img/home-car-bg-min.png);
    background-size: cover;
    background-color: var(--color-2);
}

    .product .home-product-list {
        margin-top: 26px;
    }

.product-container {
    padding: 60px 0;
}

@media(max-width:1023px) {
    .product-banner-top .top-right {
        width: 40%;
    }

    .product-banner-top {
        padding: 40px;
    }

        .product-banner-top .top-left {
            width: 60%;
        }

        .product-banner-top .album-item {
            height: 165px;
        }

        .product-banner-top .top-right-img {
            height: 225px;
        }

    .product-container {
        padding: 50px 0;
    }

    .product-tag {
        margin-top: 8px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .product-banner-top .top-left-title strong {
        font-size: 40px;
    }

    .product-banner-top .top-left-title {
        font-size: 22px;
        line-height: 185%;
    }
}

@media(max-width:739px) {
    .product-banner-top .top-right {
        display: none;
    }

    .product-banner-top .top-left {
        width: 100%;
    }

    .product-banner-top {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .product-banner-top .top-left-title {
            margin: 0;
            font-size: 19px;
            max-width: 100%;
            margin-bottom: 16px;
            line-height: 170%;
        }

            .product-banner-top .top-left-title strong {
                font-size: 28px;
            }

    .product-top .title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .product-top {
        flex-direction: column;
        align-items: unset;
        margin-bottom: 16px;
    }

        .product-top .descript {
            font-size: 15px;
        }

    .product-tag {
        margin-top: 14px;
    }

    .product-container {
        padding: 30px 0;
    }

    .product-banner-slug span {
        font-size: 13px;
    }

    .product-banner-slug a {
        font-size: 14px;
    }
}

/* Product category page — home-camera style */
.product-category-page {
    padding: 20px 0;
    min-height: 40vh;
}

.product-category-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-category-wrap {
    display: grid;
    grid-template-columns: 205px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.product-category-content {
    padding: 8px 0 0 2px;
}

.product-category-content .title {
    margin-bottom: 10px;
}

.product-category-content .title span {
    display: block;
    font-size: 22px;
    line-height: 1.12;
    color: var(--text-heading, #291b0e);
    font-weight: 600;
}

.product-category-content .description {
    margin-bottom: 0;
    max-width: 165px;
}

.product-category-content .description span {
    display: block;
    font-size: 13px;
    color: var(--text-body, #5f5348);
    font-weight: 500;
    line-height: 1.5;
}

.product-category-list {
    min-width: 0;
}

.product-category-swiper {
    width: 100%;
    padding: 2px 4px 34px;
    overflow: visible;
}

.product-category-swiper .swiper-wrapper {
    align-items: stretch;
}

.product-category-swiper .swiper-slide {
    height: auto;
}

.product-category-page .p-camera-item {
    border-radius: 14px;
    background: #fff;
    padding: 4px;
    display: flex;
    gap: 12px;
    box-shadow: 2px 2px 7px 1px #33333312;
    align-items: center;
    color: inherit;
    height: 100%;
    min-height: 180px;
}

.product-category-page .p-camera-item .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 155px;
}

.product-category-page .p-camera-item .img .decor {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, #fff7f1 0%, #ffe9d8 100%);
    width: 118px;
    height: 118px;
}

.product-category-page .p-camera-item .img img {
    position: relative;
    width: 155px;
    height: auto;
    display: block;
    object-fit: contain;
}

.product-category-page .p-camera-item .content {
    flex: 1;
    min-width: 0;
    padding-right: 8px;
}

.product-category-page .p-camera-item .title {
    margin-bottom: 5px;
}

.product-category-page .p-camera-item .title span {
    display: block;
    font-size: 18px;
    color: var(--text-heading, #291b0e);
    font-weight: 600;
}

.product-category-page .p-camera-item .attribute {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
}

.product-category-page .p-camera-item .attribute p {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--text-body-3, #7a6f63);
    font-weight: 400;
    margin: 0;
}

.product-category-page .p-camera-item .attribute p i {
    font-size: 10px;
    color: var(--text-icon-2, #b8a99a);
    margin-top: 2px;
    flex: 0 0 auto;
}

.product-category-page .p-camera-item .price strong {
    font-size: 19px;
    color: var(--color-1, #fb6104);
    font-weight: 600;
}

.product-category-swiper .swiper-button-prev,
.product-category-swiper .swiper-button-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid var(--border-card, #f1d8c4);
    box-shadow: 0 2px 8px rgba(41, 27, 14, 0.04);
    color: var(--color-1);
    top: 48%;
    margin-top: -23px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-category-swiper .swiper-button-prev::after,
.product-category-swiper .swiper-button-next::after {
    display: none;
}

.product-category-swiper .swiper-button-prev .swiper-navigation-icon,
.product-category-swiper .swiper-button-next .swiper-navigation-icon {
    display: none;
}

.product-category-swiper .swiper-button-prev i,
.product-category-swiper .swiper-button-next i {
    font-size: 14px;
    line-height: 1;
    pointer-events: none;
}

.product-category-swiper .swiper-button-prev {
    left: -18px;
}

.product-category-swiper .swiper-button-next {
    right: -18px;
}

.product-category-swiper .swiper-button-prev:hover,
.product-category-swiper .swiper-button-next:hover {
    background: var(--color-1);
    border-color: var(--color-1);
    color: #fff;
}

.product-category-swiper .swiper-button-disabled {
    opacity: 0.45;
    cursor: default;
    box-shadow: 0 4px 10px rgba(41, 27, 14, 0.04);
}

.product-category-swiper .swiper-button-prev.swiper-button-lock,
.product-category-swiper .swiper-button-next.swiper-button-lock {
    display: none;
}

.product-category-swiper .swiper-pagination {
    bottom: 0 !important;
    display: none;
}

.product-category-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--border-card-8, #f2c7a9);
    opacity: 1;
}

.product-category-swiper .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 999px;
    background: var(--color-1);
}

.product-category-page .no-data {
    display: block;
    padding: 32px 16px;
    text-align: center;
    color: #7a6f63;
    font-size: 15px;
    border-radius: 14px;
    background: #fffaf6;
    border: 1px dashed #f1d8c4;
}

@media (max-width: 1023px) {
    .product-category-wrap {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .product-category-content {
        padding: 0;
    }

    .product-category-content .title span {
        font-size: 26px;
    }

    .product-category-content .description {
        max-width: 560px;
    }

    .product-category-swiper {
        overflow: hidden;
        padding: 4px 3px 34px;
    }

    .product-category-swiper .swiper-button-prev,
    .product-category-swiper .swiper-button-next {
        display: none;
    }

    .product-category-swiper .swiper-pagination {
        display: block;
    }

    .product-category-page .p-camera-item {
        min-height: 180px;
        padding: 10px;
    }
}
