/*-----import-styles-start-----*/
@import url(../global/global.css?ver=3.01);
@import url(../layout/header.css?ver=3.01);
@import url(../layout/footer.css);
/*-----import-styles-end-----*/


/*-----💡-product-step-bar-section-start-----*/

.step-provider.active .step-box {
    border: 3px solid var(--primary-color) !important;

}

.step-provider.active svg path {
    fill: var(--primary-color) !important;

}

.step-provider.active p {
    color: var(--primary-color) !important;

}

.step-provider.active+.line-middle {
    border: 3px solid var(--primary-color) !important;

}

.product-step-bar .step-box {
    width: 60px;
    height: 60px;
}

.line-middle {
    border: 2px solid var(--tertiary-color-400) !important;
    width: 60px !important;
}


@media (max-width: 768px) {
    .product-step-bar .step-box {
        width: 45px;
        height: 45px;
    }

    .product-step-bar svg {
        width: 22px;
        height: 22px;
    }

    .product-step-bar p {
        font-size: 0.75rem;
    }

    .product-step-bar .line-middle {
        width: 20px !important;
    }
}

.product-step-bar .d-flex {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.product-step-bar .d-flex::-webkit-scrollbar {
    display: none;
}

/*-----💡-product-step-bar-section-end-----*/


/*-----💡-product-photo-section-start-----*/

.main-preview {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 370 / 300;
    border-radius: 20px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    display: block;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .main-preview {
        max-width: 370px !important;
    }
}

.thumb-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 1rem;
    position: relative;
}

.thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 12px;
    margin-inline: 6px;
    flex: 0 0 auto;
    cursor: pointer;
}

/* حذف اسکرول‌بار در WebKit */
.overflow-x-auto::-webkit-scrollbar {
    display: none;
}

/* اطمینان از کارکرد اسکرول در موبایل */
@media (max-width: 576px) {
    .thumb {
        flex-shrink: 0;
    }
}

.thumb:hover {
    transform: scale(1.05);
    border: 2px solid var(--primary-color);
}

.thumb[data-type="video"] {
    position: relative;
}

.thumb-wrapper {
    flex: 0 0 auto;
    position: relative;
    width: 60px;
    height: 60px;
}

.play-icon {
    top: 8px;
    left: 8px;
    width: 28px;
    height: 28px;
    pointer-events: none;
}

/* اسکرول افقی در موبایل */
@media (max-width: 576px) {
    .thumb-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        justify-content: flex-start;
        padding-bottom: 5px;
        min-width: 100%;
    }

    .thumb-container::-webkit-scrollbar {
        display: none;
    }

    .thumb-container>*,
    .thumb-container>*>img {
        flex: 0 0 auto;
    }

    .main-preview {
        max-width: 100%;
    }

    .thumb-wrapper {
        flex: 0 0 auto;
    }
}

.thumb-container {
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    padding-inline: 1rem;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .thumb-container {
        max-width: 100%;
    }
}


@media (max-width: 576px) {
    .thumb-container {
        max-width: 280px;
    }
}

.thumb,
.thumb-wrapper {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
}

@media (max-width: 576px) {

    .thumb,
    .thumb-wrapper {
        width: 50px;
        height: 50px;
    }
}


/*-----💡-product-photo-section-end-----*/


/*-----💡-product-detail-section-start-----*/

.feature-box .product-feature {
    color: var(--tertiary-color-700);
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .feature-box .product-feature {
        font-size: 12px !important;
    }

    .product-detail .feature-box {
        font-size: 16px !important;
    }
}

/*-----💡-product-detail-section-end-----*/


/*-----💡-pantone-section-start-----*/

.preview-fixed-width {
    max-width: 370px;
    width: 100%;
    position: relative;
}

.pantone-info {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    z-index: 2;
    overflow-wrap: break-word;
    font-size: 14px;
}

.pantone-info {
    top: 70px;
    right: 10px;
}

@media (max-width: 1200px) {
    .pantone-info {
        font-size: 0.7rem !important;
        padding: 1rem;
    }
}

.telegram-link {
    color: #007ACC;
    text-decoration: none;
    transition: 0.2s;
}

.telegram-link:hover {
    color: #00568d;
}

.order-form input:focus,
.order-form input:active {
    border: 2px solid var(--tertiary-color-300) !important;
}

@media (max-width: 768px) {
    .order-form .title {
        font-size: 16px !important;
    }
}

.order-form .form-row {
    margin-bottom: 2rem;
}

/*-----💡-pantone-section-end-----*/

/*-----💡-face-selector-section-start-----*/

.face-radio {
    display: none;
}

.face-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
    color: #333;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.04);
}

.face-radio:checked+.face-option {
    border: 1px solid var(--primary-color-200);
    background-color: #F3FFFC;
    box-shadow: 0 0 0 3px rgba(0, 198, 162, 0.15);
}

.face-option:hover {
    background-color: #f8f8f8;
}

.face-option .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 576px) {
    .face-option {
        padding: 10px 16px;
        font-size: 14px;
    }
}


@media (max-width: 420px) {
    .face-option {
        padding: 10px 10px;
        font-size: 14px;
    }
}

/*-----💡-face-selector-section-end-----*/


/*-----💡-custom-dropdown-section-start-----*/

.dropdown-wrapper {
    width: 100%;
    direction: rtl;
}

@media (max-width: 768px) {
    .dropdown-wrapper .form-check-label {
        font-size: 12px !important;
    }

    .dropdown-wrapper .text-14 {
        font-size: 10px !important;
    }
}

.dropdown-label {
    font-size: 16px;
}

.dropdown-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.3s ease;
    width: 100%;
    padding: 14px 16px;
    font-size: 1rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .dropdown-box {
        font-size: 12px;
    }
}

.dropdown-box:hover {
    background-color: #f5f5f5;
}

.dropdown-box:focus {
    outline: none;
    border-color: var(--primary-color, #00A484);
}

.dropdown-box::-ms-expand {
    display: none;
}

.dropdown-box.invalided {
    border: 2px solid var(--error-color) !important;
}

.dropdown-box+.validation-box {
    display: none;
}

.dropdown-box.invalided+.validation-box {
    display: flex !important;
}

.dropdown-box option {
    padding: 14px 16px;
    font-weight: 600;
    background-color: #fff;
    color: #000;
}

@media (max-width: 768px) {

    .dropdown-box option,
    select option {
        font-size: 12px;
    }
}

.dropdown-box option:disabled {
    color: #999;
    font-weight: 500;
}

.dropdown-box option:checked {
    background-color: var(--primary-color-50, #e6f7f4);
}

/*-----💡-custom-dropdown-section-end-----*/
.has-file-option {
    font-size: 14px;
}

.design-text {
    color: #007ACC;
    text-align: justify;
}

@media (max-width: 576px) {
    .has-file-option {
        font-size: 12px;
    }

    .design-text {
        font-size: 10px;
    }
}


/*-----💡-line-up-box-section-start-----*/
.line-up-box {
    border: 1px solid #ddd;
}

.line-up-box .form-check-input {
    width: 24px;
    height: 24px;
}

/*-----💡-line-up-box-section-end-----*/
/*-----💡-buy-box-section-end-----*/
.buy-box {
    background-color: var(--tertiary-color-50);
    max-width: 400px;
    margin-inline: auto;
    position: sticky;
    top: 30px;
}

.guarantee-tag {
    background-color: var(--informative-color-100);
    color: var(--informative-color-950);
    transition: 0.3s all;
}

.guarantee-tag:hover {
    font-weight: 600;
}

#offsetDeliveryBox {
    min-height: 50px;
}

@media (min-width: 992px) {
    .delivery-box {
        border-block: 4px solid var(--primary-color);
    }
}

.delivery-option {
    border-radius: 12px;
    padding: 0.75rem 1rem;
    background-color: #fff;
    transition: 0.2s ease;
}

.delivery-option.active,
.delivery-option:hover {
    border-color: #00C896;
    background-color: #f2fffa;
}

.border-dashed {
    border-top: 3px dashed var(--tertiary-color-300) !important;
}

.divider-wrapper {
    height: 30px;
    position: relative;
}

.divider-line {
    border-top: 3px dashed #e0e0e0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}


.divider-circle {
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.divider-circle.start {
    left: -20px;
}

.divider-circle.end {
    right: -20px;
}


/*-----💡-buy-box-section-end-----*/
/*-----💡-product-tab-section-start-----*/
@media (max-width: 768px) {
    .border-box {
        border: 2px solid var(--tertiary-color-100);
        padding: 20px;
        border-radius: 1rem;
    }
}

.product-tab .tab-pane {
    display: none;

}

.product-tab .tab-pane.active {
    display: block;
}

@media (max-width: 768px) {
    .product-tab .tab-pane {
        display: block !important;
    }

    .product-tab .nav-tabs {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 10;
    }

    .product-tab .nav-tabs .nav-link {
        cursor: pointer;
        font-size: 12px !important;
        padding: 10px 14px !important;
    }

    .nav-tabs {
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap !important;
        -webkit-overflow-scrolling: touch;
    }

    .nav-tabs .nav-item {
        white-space: nowrap;
        flex: 0 0 auto;
    }

    .nav-tabs .nav-link {
        margin-left: 8px;
    }
}

.product-tab .nav-tabs .nav-link {
    background-color: #fff;
    border: 2px solid #f5b100;
    color: #000;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.product-tab .nav-tabs .nav-link:hover {
    background-color: #fff8d3;

}

.product-tab .nav-tabs .nav-link {}

.product-tab .nav-tabs .nav-link.active {
    background-color: #fff8d3;
    transition: 0.3s all;
}

.product-tab .nav-tabs .nav-link.active svg {
    transform: rotate(180deg);
}

.read-more-content {
    display: none;
}

.read-more-btn {
    cursor: pointer;
    color: var(--primary-color);
    font-weight: bold;
}


.product-caption p {
    color: var(--tertiary-color-950);
    font-size: 20px;
}

.product-caption p {
    color: var(--tertiary-color-950);
    font-size: 20px;
}


.product-caption h5,
.product-guide h5 {
    font-size: 28px;
}

@media (max-width: 576px) {
    .product-caption p {
        color: var(--tertiary-color-950);
        font-size: 14px;
    }

    .product-caption h5,
    .product-guide h5 {
        font-size: 16px;
    }
}

.icon-box {
    width: 100px;
    height: 80px;
}

.guide-1 {
    width: 300px;
}

.guide-list {
    font-size: 20px;
    color: var(--tertiary-color-950);
}

@media (max-width: 576px) {
    .guide-list {
        font-size: 14px;
    }
}

.file-download .format-icon {
    width: 64px;
    height: 64px;
}

.file-download .format-title {
    text-wrap: nowrap;
}

.add-review-title {
    font-size: 20px;
}

@media (max-width: 992px) {
    .add-review-title {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .recommend-tag {
        font-size: 9px !important;
    }

    .add-review-title {
        font-size: 18px;
    }
}

.review-card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    border: 1px solid var(--tertiary-color-50);
}

.recommend-tag {
    background-color: var(--primary-color-100);
    color: var(--success-color-950);
}

.review-scroll {
    overflow-x: auto;
}

.review-scroll::-webkit-scrollbar {
    display: none;
}

.review-scroll .review-card {
    min-width: 300px;
    max-width: 100%;
}

@media (max-width: 768px) {
    .truncate-mobile {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 10px !important;
    }

    .review-card {
        font-size: 10px !important;
    }

    .review-card .date {
        font-size: 8px;
    }
}

.question-arrow {
    top: 92px;
    right: 34px;
}

@media (max-width: 576px) {
    .answer-box {
        background-color: var(--informative-color-50);
        height: 56px;
    }

    .answer-box-empty {
        background-color: white;
        height: 56px;
    }
}

.empty-question .question-arrow-shape {
    display: none;
}

@media (max-width: 576px) {
    #questionPart .question-icon {
        width: 16px;
        height: 16px;
    }
}

/*-----💡-product-tab-section-end-----*/