/* استایل مهم */

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1450px;
    }
}

@media (max-width: 768px) {}

/* ته استایل مهم */
/* شروع هدر */
header {
    z-index: 100;
    position: relative;
}

.topbar-header {
    background-color: #fcf4e9;
}

/* .main-menu {
    width: 100%;
  } */
.logo-section img {
    width: 75px;
}

/* استایل برای باز شدن منو و تب‌ها با هاور */
/* استایل برای باز شدن منو و تب‌ها با هاور */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .nav-item {
    display: block;
}

.nav-tabs .nav-item .nav-link {
    width: 100%;
}

.tab-content {
    display: flex;
}

.nav-tabs {
    flex-direction: column;
    width: 150px;
}

.dropdown-menu {
    width: 1000px;
    right: -50%;
}

/* تنظیم جهت راست به چپ برای فارسی */
body {
    direction: rtl;
}

/* استایل برای 12 لینک در 3 ردیف 4 تایی */
.tab-pane .row {
    display: flex;
    flex-wrap: wrap;
}

.tab-pane .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

/* افکت fade-in */
.tab-pane {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.tab-pane.show {
    opacity: 1;
}

/* استایل پیش‌فرض برای تب‌ها */
.nav-tabs .nav-link {
    background-color: #fcf4e9;
    color: black;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 0;
    font-size: 15px;
    line-height: 1.8em;
}

/* استایل برای تب فعال */
.nav-tabs .nav-link.active {
    background-color: #fcf4e9;
    color: black;
}

/* استایل هنگام هاور برای تب‌ها */
.nav-tabs .nav-link:hover {
    background-color: #9c0f48;
    color: white;
}

.tab-pane .row a {
    text-decoration: none;
    color: rgb(59, 59, 59);
    font-weight: 400;
    transition: all 0.5s ease;
    margin-right: 0px;
}

.tab-pane .row a:hover {
    text-decoration: none;
    color: #9c0f48;
    transition: all 0.5s ease;
    margin-right: 5px;
}

.tab-pane .row a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    position: relative;
    background-color: #9c0f48;
    border-radius: 500px;
    margin-left: 5px;
    margin-top: -5px;
}

.nav-tab-title a {
    font-weight: bold !important;
    font-size: 15px;
    border-color: #9c0f48 !important;
    color: #111 !important;
    text-decoration: none;
}

.nav-tab-title a::before {
    content: "";
    width: 12px;
    height: 5px;
    background-color: #9c0f48;
    border-radius: 500px;
    display: inline-block;
    position: relative;
    margin-left: 5px;
}

.row .list-link-on-tab {
    text-decoration: none;
    color: rgb(59, 59, 59);
    font-weight: 400;
    transition: all 0.5s ease;
    margin-right: 0px;
}

.row .list-link-on-tab:hover {
    text-decoration: none;
    color: #9c0f48;
    transition: all 0.5s ease;
    margin-right: 5px;
}

.row .list-link-on-tab::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    position: relative;
    background-color: #9c0f48;
    border-radius: 500px;
    margin-left: 5px;
    margin-top: -5px;
}

@media screen and (max-width: 992px) {
    .nav-menu {
        display: none !important;
    }

    .menu-burgers svg,
    .user-mobile {
        display: block;
    }

    .search-icon,
    .user-desktop {
        display: none;
    }
}

@media screen and (min-width: 993px) {

    .menu-burgers svg,
    .user-mobile {
        display: none;
    }
}

/* پایان هدر */
/* شروع فوتر */
footer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.dm-footer {
    width: 1300px !important;
    font-size: 13px;
}

footer .frist-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

footer .frist-row .line {
    width: 100%;
}

footer .frist-row .logo-javaher {
    padding: 0px 15px;
    width: 13%;
}

footer .frist-row .logo-javaher img {
    width: 100%;
}

footer .second-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

footer .second-row .frist-column {
    width: 28%;
}

footer .second-row .second-column {
    width: 34%;
}

footer .second-row .third-column {
    width: 28%;
}

footer .second-row .frist-column p {
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    line-height: 2.2em;
}

footer .second-row .frist-column img {
    fill: #911a56;
    width: 25px;
}

footer .second-column {
    display: flex;
    justify-content: space-around;
}

footer .second-column ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0px;
}

footer .second-column li {
    padding-top: 5px;
    padding-bottom: 5px;
}

footer .second-column li a {
    color: #9c0f48 !important;
    fill: #9c0f48;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}

footer .second-row .third-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

footer .second-row .third-column p {
    width: 100%;
}

footer .second-row .third-column p a {
    width: 100%;
    color: #9c0f48 !important;
    text-decoration: none;
}

footer .second-row .third-column .enamds {
    width: 45px;
    height: 100%;
    background-color: #fff;
    padding: 0px 5px;
    margin-top: 10px;
}

@media screen and (max-width: 992px) {
    footer .frist-row .logo-javaher {
        width: 70%;
    }

    footer .frist-row div {
        width: 100%;
    }

    footer .second-row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 10px;
    }

    footer .second-row .frist-column {
        width: 100%;
    }

    footer .second-row .second-column {
        width: 100%;
        padding: 30px 0px 15px 0px;
    }

    footer .second-row .third-column {
        width: 100%;
    }
}

.cat-box {
    display: flex;
    flex-wrap: wrap; /* برای موبایل که خط بشکنه */
    width: 100%;
    overflow: hidden;
}

.cat-box > div {
    flex-grow: 1;
    flex-basis: 0;
    transition: flex-grow 0.3s ease;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

.cat-box > div:hover {
    flex-grow: 1.5; /* هاور شده بزرگ‌تر می‌شود */
    z-index: 2;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .cat-box > div {
        flex: 0 0 50%; /* دو تا دوتا توی هر خط */
    }
    .category {
        height: 300px !important;
    }
    .cat-icon{
        display: none !important;
    }
}


.category {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    color: #111;
    background-position: center bottom !important;

}

.no1 {
    background-image: url( https://haghanigold.com/wp-content/uploads/2025/06/Gold-mardane-min.jpg);
}

.no2 {
    background-image: url(https://haghanigold.com/wp-content/uploads/2025/06/Bangle-min-1.jpg);
}

.no3 {
    background-image: url(https://haghanigold.com/wp-content/uploads/2025/06/Ring-kam-ojrat-min-1.jpg);
}

.no4 {
    background-image: url(https://haghanigold.com/wp-content/uploads/2025/06/service-tala-min.jpg);
}
.no7 {
    background-image: url(https://haghanigold.com/wp-content/uploads/2025/07/servicetala-ofoqi.jpg);
}    .no8 {
    background-image: url(https://haghanigold.com/wp-content/uploads/2025/07/Nimset.jpg);
}

.category .cat-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8em;
}

.category .sub-cat-title {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8em;
}

.category .cat-icon img {
    background-color: #fff;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    padding: 10px;
}

@media screen and (max-width: 600px) {
    .category .cat-icon img {
        padding: 3px;
    }
}

.cat-detail {
    /* background-color: #ffffff50;
      backdrop-filter: blur(10px);
      border-radius: 15px; */
    padding: 0px;
    z-index: 5;
}

.category::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg,
    #fcf4e9d7 35%,
    rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

/* دیزاین سکشن کالکشن پاریس */
.carousel-paris .paris-title {
    font-size: 25px;
    color: #111;
    font-weight: bold;
    line-height: 2em;
}

.carousel-paris .paris-subtitle {
    font-size: 15px;
    color: #111;
    font-weight: normal;
    line-height: 2em;
    margin: 0px;
}

.carousel-paris .paris-link {
    font-size: 15px;
    color: #911a56;
    font-weight: bold;
    line-height: 2em;
    text-decoration: none;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.carousel-paris .right-column .inside-column::after,
.carousel-paris .right-column .inside-column::before {
    content: "";
    width: 2px;
    height: 35px;
    background-color: #911a5650;
    display: block;
    border-radius: 500px;
}
.left-column {
    min-width: 0;
}
@media screen and (max-width: 992px) {
    .carousel-paris .left-column {
        padding: 10px 0px;
    }
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 32px;
    height: 32px;
    background-color: #fcf4e9;
    border-radius: 100%;
    padding: 5px;
    display: flex;
    opacity: 0.8;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
    transition: opacity ease 0.4s;
}

.swiper-pagination {
    position: relative !important;
    bottom: 10px !important;
    top: 7px !important;
    z-index: 10;
}

.swiper-pagination-bullet {
    background-color: #911a56;
    width: 30px;
    height: 3px;
    border-radius: 0;
}

@media screen and (max-width: 992px) {
    .cat-carousel-main .frist-column {
        text-align: center;
    }

    .category-carousel {
        padding: 10px 0px !important;
    }
}

.loop-product-card .card-body .card-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
}

.loop-product-card .card-body .card-text {
    font-size: 15px;
    line-height: 1.8em;
    color: #911a56;
    text-align: center;
}

.loop-product-card .card-body .card-text del {
    font-size: 14px;
    line-height: 1.8em;
    color: #565656;
}

/* سکشن چهارم */
.no5 {
    background-image: url(https://haghanigold.com/wp-content/uploads/2025/06/Bracelet-kam-ojrat-min.jpg);
    background-position: 50% 50%;
}
.no6 {
    background-image: url(https://haghanigold.com/wp-content/uploads/2025/06/Neckles-min-1.jpg);
    background-position: 50% 50%;
}
@media screen and (max-width: 600px) {
    .loop-product-card img {
        width: 100%;
        height: 280px;
        object-fit: contain;
    }

    .product4-Carousel-section .loop-product-card img {
        width: 100%;
        height: 160px;
        object-fit: contain;
    }

    .dm-product-loop .carousel-control-next span,
    .dm-product-loop .carousel-control-prev span {
        margin-top: 50px;
    }
}
.dm-product-loop .carousel-control-next span,
.dm-product-loop .carousel-control-prev span {
    width: 32px;
    height: 32px;
    background-color: #fcf4e9;
    border-radius: 100%;
    padding: 5px;
    display: flex;
}
.category-earring-bracelet {
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    color: #111;
    background-position: center bottom !important;
}
.category-earring-bracelet .cat-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8em;
}

.category-earring-bracelet .sub-cat-title {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8em;
}

.category-earring-bracelet .cat-icon img {
    background-color: #fff;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    padding: 10px;
}

@media screen and (max-width: 600px) {
    .category-earring-bracelet .cat-icon img {
        padding: 3px;
    }
}

.cat-detail {
    padding: 0px;
    z-index: 5;
}

.category-earring-bracelet::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg,
    #fcf4e9d7 35%,
    rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}
/* سکشن انگشتر مردانه */
.men-ring .title {
    font-size: 22px;
    font-weight: normal;
    color: rgb(156 15 72);
}

.men-ring .sub-title {
    font-size: 16px;
    font-weight: normal;
    color: #565656;
}
.show-cat-button{
    background-color: #911a56;
    color: #fcf4e9;
    border-radius: 500px !important;
    border: none;
    padding: 10px 25px 10px 18px;
}

/* اسکرول‌باکس توضیحات دسته */
.scrollable-box {
    max-height: 500px; /* ارتفاع قابل اسکرول */
    overflow-y: auto; /* فعال‌سازی اسکرول عمودی */
}
.lpc-triple-next,
.lpc-triple-prev {
    z-index: 9999 !important;
    pointer-events: auto !important;
    cursor: pointer;
}