﻿.barnd-description-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
    max-width: 810px;
}

    .barnd-description-container p {
        margin-top: 18px;
        color: #2C3E50;
        font-size: 12px;
    }

h1 {
    font-size: 24px;
    color: #2C3E50;
}

@media (min-width:768px) {
    h1 {
        font-size: 30px;
    }

    .barnd-description-container {
        margin-top: 36px;
    }

        .barnd-description-container p {
            font-size: 14px;
        }
}

@media (min-width:992px) {
    h1 {
        font-size: 36px;
    }

    .barnd-description-container {
        margin-top: 48px;
    }

        .barnd-description-container p {
            font-size: 16px;
        }
}

h1::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E74C3C;
    border-radius: 12px;
    z-index: 2;
}

.text-yellow {
    color: #FFC107;
}

.brand-card-container {
    margin-top: 24px;
    background-color: #F4F4F4;
    border-radius: 16px;
    padding: 16px;
}

.brand-card-container-title {
    color: var(--tertiary);
}

.brand-products-box {
    background-color: white;
    border-radius: 16px;
    padding: 16px;
    margin-top: 24px;
}

    .brand-products-box p {
        color: rgba(44, 62, 80, 1);
        font-size: 16px;
        font-weight: 600;
    }

.week-brand-sm-box-img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
}

    .week-brand-sm-box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.brand-products-box-item {
    border: 1px solid #EFEFEF;
    background-color: #FCFCFC;
    border-radius: 12px;
    overflow: hidden;
    padding: 16px;
    margin-bottom: 16px;
}

    .brand-products-box-item p {
        width: 100%;
        font-size: 14px !important;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.week-brand-sm-box-text {
    width: calc(100% - 140px);
}

@media (min-width:768px) {
    .brand-card-container {
        border-radius: 20px;
        padding: 32px;
    }

    .brand-products-box p {
        font-size: 18px;
    }

    .week-brand-sm-box-img {
        width: 71px;
        height: 71px;
    }
}

@media (min-width:992px) {
    .brand-card-container {
        border-radius: 24px;
        padding: 48px;
    }

    .brand-products-box {
        margin: 0;
    }

        .brand-products-box p {
            font-size: 20px;
        }
}

.text-orange {
    color: var(--tertiary) !important;
}

.week-brand-sm-box {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(231, 76, 60, 0.1);
}

.brand-box-title {
    font-size: 16px;
    font-weight: bold;
    color: #2C3E50;
}

.brand-rate {
    font-size: 16px;
    font-weight: 600;
}

.brand-rate-count {
    font-size: 14px;
    color: rgba(44, 62, 80, 0.4);
}

.brand-desription {
    margin-top: 24px;
}

.brand-text {
    margin: 0;
    color: #E74C3C;
    font-weight: bold;
    font-size: 36px;
}

.brand-desription p {
    color: rgba(44, 62, 80, 0.7);
    font-size: 14px;
    margin-top: 12px;
}

.brand-desription-btn {
    width: 100%;
    font-size: 16px;
    border-radius: 10px !important;
}

@media (min-width:768px) {
    .week-brand-sm-box {
        width: 65px;
        height: 65px;
    }

    .brand-box-title {
        font-size: 22px;
    }

    .brand-rate {
        font-size: 18px;
    }

    .brand-rate-count {
        font-size: 16px;
    }

    .brand-desription {
        margin-top: 36px;
    }

    .brand-text {
        font-size: 46px;
    }

    .brand-desription p {
        font-size: 14px;
    }

    .brand-desription-btn {
        max-width: 264px;
    }
}

@media (min-width:992px) {
    .week-brand-sm-box {
        width: 80px;
        height: 80px;
    }

    .brand-box-title {
        font-size: 28px;
    }

    .brand-rate {
        font-size: 20px;
    }

    .brand-desription {
        margin-top: 96px;
    }

    .brand-text {
        font-size: 56px;
    }

    .brand-desription p {
        font-size: 16px;
    }
}

.bg-orange {
    background-color: var(--tertiary);
}

.brand-shop-cart {
    width: 30px;
    height: 30px;
}


.brand-cart-btn {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--tertiary);
    border: none;
    outline: none;
}

.gradient-line {
    margin-top: 30px;
    margin-bottom: 24px;
    border: none;
    height: 2px;
    width: 100%;
    background: linear-gradient( to right, #2C3E5000 0%, /* شروع - شفاف */
    #2C3E5000 5%, /* تا 35٪ هنوز شفاف */
    #2C3E50 50%, /* وسط رنگی */
    #2C3E5000 95%, /* بعد از وسط شروع شفاف شدن */
    #2C3E5000 100% /* انتها کاملاً شفاف */
    );
    border-radius: 2px;
}

@media (min-width:768px) {
    .gradient-line {
        margin: 45px 0;
    }
}

@media (min-width:992px) {
    .gradient-line {
        margin: 80px 0;
    }
}

.popular-brand-title {
    color: #2C3E50;
    font-size: 24px;
    font-weight: 600;
}

@media (min-width:768px) {
    .popular-brand-title {
        font-size: 30px;
    }
}

@media (min-width:992px) {
    .popular-brand-title {
        font-size: 36px;
    }
}

.popular-brand-text {
    font-size: 14px;
    color: #2C3E50;
    margin-top: 4px;
}

@media (min-width:768px) {
    .popular-brand-text {
        font-size: 16px;
    }
}

.popular-brand-box {
    margin-top: 40px;
}

.brand-item {
    background-color: var(--primary);
    border-radius: 16px;
    width: 100%;
    padding: 22px 0;
    margin: 16px 0;
}

    .brand-item.active {
        border: 1px solid var(--tertiary);
        background-color: #E74C3C05;
    }

@media (min-width:768px) {
    .popular-brand-box {
        font-size: 46px;
    }

    .brand-item {
        margin: 0;
    }
}

@media (min-width:992px) {
    .popular-brand-box {
        margin-top: 52px;
    }
}


.brand-item-img {
    width: 80px;
    margin: 0 auto;
    font-size:14px;
}

    .brand-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.brand-item-name {
    font-size: 16px;
    color: #2C3E50;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-top: 12px;
}

.brand-item-text {
    color: #2C3E5080;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.brand-item-name.active , .brand-item-text.active {
    color: var(--tertiary);
}
.brand-item-count {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: var(--tertiary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: -18px;
    right: -14px;
}

.brand-product-swiper-container{
    margin-top:48px;
}
.brand-product-swiper-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--tertiary);
    margin-bottom:20px;
}
.brand-product-swiper-container hr {
    color: #2C3E5026;
    margin-bottom:24px;
}
@media (min-width:768px) {
    .brand-product-swiper-container {
        font-size: 63px;
    }
    .brand-product-swiper-title {
        margin-bottom: 30px;
        font-size: 28px;
    }
    .brand-product-swiper-container hr {
        margin-bottom: 30px;
    }
}

@media (min-width:992px) {
    .brand-product-swiper-container {
        font-size: 80px;
    }
    .brand-product-swiper-title {
        margin-bottom:36px;
        font-size:36px;
    }
    .brand-product-swiper-container hr{
        margin-bottom:36px;
    }
}
.brand-product-arrow{
    width:50px;
    height:50px;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:16px;
}

.brand-product-swiper-container {
    position: relative;
}

    .brand-product-swiper-container .brand-product-arrow.d-lg-flex {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3000;
        background-color:white;
    }

    .brand-product-swiper-container .swiper-button-prev-nike.d-lg-flex {
        right: -30px;
    }

    .brand-product-swiper-container .swiper-button-next-nike.d-lg-flex {
        left: -30px;
    }

.new-products {
    border-radius: unset!important;
    border: unset !important; 
}