/* =========================================
   بخش ۱: استایل‌های اشتراک‌گذاری (Share)
   ========================================= */

.falnic-share-wrapper {
    position: relative;
    display: inline-block;
    direction: rtl;
}

.falnic-share-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background: none !important;
    border: none;
    padding: 0;
    color: #333333 !important;
    font-weight: 500;
    font-size: 12px;
}

.falnic-share-icon:hover {
    background-color: #f0f0f0;
}

.falnic-share-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

.falnic-share-modal-content {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px;
    width: 450px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: right;
    font-family: inherit;
    box-sizing: border-box;
}

.falnic-share-modal-content .falnic-share-close {
    color: #000000 !important;
    position: absolute;
    left: 24px;
    top: 16px;
    font-size: 32px;
    font-weight: 400;
    cursor: pointer;
    line-height: 1;
}

.falnic-share-modal-content .falnic-share-close:hover {
    color: #000;
}

.falnic-share-modal-content .falnic-share-title {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #DADADA;
    display: block;
    width: 100%;
    text-align: right;
}

.falnic-share-modal-content .falnic-share-description {
    font-size: 14px;
    color: #000000;
    margin: 20px 0;
    text-align: center;
    font-weight: 400;
}

.falnic-share-modal-content .falnic-copy-link-container {
    margin-bottom: 24px;
}

.falnic-share-modal-content button.falnic-copy-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0A3762 !important;
    background-color: #fff !important;
    border: 2px solid #0A3762!important;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    margin-top: 0;
}

.falnic-share-modal-content button.falnic-copy-link:hover {
    background-color: #D6E6F3 !important;
}

.falnic-share-modal-content button.falnic-copy-link svg {
    margin-left: 8px;
}

.falnic-share-modal-content button.falnic-copy-link span {
    color: #0A3762;
    font-weight: 500;
    font-size: 12px;
}

.falnic-share-modal-content .falnic-social-subtitle {
     font-size: 14px;
    color: #000000;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 400;
}

.falnic-share-modal-content .falnic-social-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-direction: row !important;
    gap: 16px !important;
}

.falnic-share-modal-content .falnic-social-icons {
    display: flex !important;
    align-items: center !important;
    direction: ltr !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 16px !important;
    width: 100%;
}

.falnic-share-modal-content .falnic-social-icons a.social-icon svg {
    width: 26px;
    height: 26px;
}

@media (max-width: 880px) {
    .falnic-share-modal-content {
        border-radius: 4px;
        width: 100% !important;
    }
    .falnic-share-modal {
        z-index: 999999999999 !important;
        align-items: flex-end;
    }
    .falnic-share-icon{
        padding:0 !important;
    }
}


/* =========================================
   بخش ۲: استایل‌های علاقه‌مندی (Wishlist)
   ========================================= */

.falnic-wishlist-button {
  border: none;
  background: none;
  font-size: 24px;
  color: #888;
  cursor: pointer;
  transition: color 0.3s ease;
}

.falnic-wishlist-button.active {
  color: red;
}

.falnic-wishlist-grid {
    display: grid;
    gap: 20px;
    align-content: center;
    grid-template-columns: repeat(2, 1fr);
}

.falnic-wishlist-item {
    border: 1px solid #B4B4B4;
    padding: 4px 16px;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.falnic-wishlist-item a {
    width: 30%;
}

.falnic-wishlist-item .falnic-box-item {
    display: flex;
    flex-direction: column;
}

.falnic-wishlist-item h3 {
  font-size: 16px;
  margin: 10px 0;
}

.falnic-wishlist-item .price {
  color: #333;
  margin-bottom: 10px;
}

.falnic-wishlist-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background-color: transparent !important;
    color: #333333 !important;
    font-weight: 500;
    font-size: 12px;
}

.falnic-wishlist-item h3{
    font-size: 14px !important;
    margin: 10px 0;
    color: #000 !important;
    text-align: right;
}

.falnic-box-item .button{
    width: fit-content;
    padding: 10px 30px;
    border: 2px solid #E88F00;
    border-radius: 8px;
    color: #E88F00;
    transition:500ms;
}

.falnic-box-item .button:hover{
    background:#FEEBCF;
    color: #E88F00;
}

/* حالت فعال (وقتی محصول لایک شده) */
.falnic-wishlist-button.active svg path {
    fill: #D63031;    /* رنگ قرمز برای داخل قلب */
    stroke: #D63031;  /* رنگ قرمز برای دور قلب */
}

@media (max-width: 880px) {
    .falnic-wishlist-button {
        padding: 0 !important;
    }
    .falnic-wishlist-grid {
        grid-template-columns: 1fr; /* یعنی هر آیتم تمام عرض */
    }
    .falnic-wishlist-item {
        padding: 7px 16px;
    }
    .falnic-box-item .button {
        padding: 8px 18px;
        font-size: 12px;
    }
    .falnic-wishlist-item h3 {
        font-size: 12px !important;
    }
}


/* =========================================
   بخش ۳: استایل‌های مقایسه (Compare)
   ========================================= */

.falnic-product-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
    direction: rtl;
    align-items: center;
    border: 1px solid #B4B4B4;
    padding: 54px;
    border-radius: 4px;
    transition: top 0.5s ease-in-out, transform 0.5s ease-in-out; 
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
}

.mini-card .product-info-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.mini-card .product-info-wrapper img{
    width: 45%;
}

.stick-card .falnic-product-card, .stick-card .falnic-add-product {
    border: 1px solid #2B5684;
    padding: 7px 10px;
}

.falnic-product-card,
.falnic-add-product {
    flex: 0 0 calc(33.333% - 13.33px);
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: fit-content;
    justify-content: flex-start;
}

.falnic-compare-section .contact-us-btn {
    display: flex;
    gap: 10px;
    padding: 12px 0 !important;
    background-color: transparent !important;
    font-weight: 500;
    border-radius: 8px !important;
    font-size: 14px !important;
    cursor: pointer;
    justify-content: center;
    flex-direction: row-reverse;
    min-width: 100%;
    margin: 0 !important;
    color: #0A3762  !important;
    border: 2px solid #0A3762 !important;
    height: unset;
}

.falnic-compare-section .contact-us-btn:hover {
    background-color: #D6E6F3 !important;
}

.falnic-compare-section button.invoice-btn-single-active.invoice-request-btn {
    display: flex;
    gap: 10px;
    padding: 12px 0 !important;
    background-color: #e88f00 !important;
    font-weight: 500;
    border-radius: 8px !important;
    font-size: 14px !important;
    cursor: pointer;
    justify-content: center;
    flex-direction: row-reverse;
    min-width: 100%;
    margin: 0 !important;
}

.falnic-compare-section button.invoice-btn-single-active.invoice-request-btn:hover {
    outline:4px solid #FCD999;
}

.falnic-conteaner-spec-label {
    display: flex;
    width: 100%;
}

.falnic-conteaner-spec-value {
    display: flex;
    width: 100%;
}

.falnic-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.product-title {
    margin-bottom: 16px;
    width: 100%;
}

.product-title a {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 600 !important;
    line-height: 18px !important;
}

.falnic-remove-btn {
    position: absolute;
    top: 14px;
    left: 14px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    background-color: #8F8F8F;
    padding: 5px;
    line-height: 0;
    padding: 13px 8px;
    border-radius: 50%;
}

.falnic-add-product img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px auto;
}

.falnic-open-popup-btn {
     display: flex;
    width: 100%;
    gap: 10px;
    padding: 12px 0 !important;
    background-color: #0A3762 !important;
    border: none;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    justify-content: center;
    flex-direction: row-reverse;
}

.falnic-open-popup-btn:hover {
    outline: 4px solid #6E96C9;
}

.falnic-popup-overlay {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 2147483647 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.falnic-spec-table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th{
    background-color: unset;
}

.falnic-spec-table tbody>tr:nth-child(even)>td,
table tbody>tr:nth-child(even)>th {
    background-color: unset;
}

.falnic-spec-table thead:first-child tr:first-child th {
    border-block-start: 0; 
}

.falnic-spec-table thead tr.trth {
    background-color: #d6e6f3 !important;
    color: #000;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius:4px;
}

.falnic-popup-content {
    position: relative;
    z-index: 2147483647 !important;
    background: #fff;
    padding: 54px;
    width: 1062px;
    max-width: 90%;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

.falnic-popup-scrollable {
    flex: 1 1 auto;
    padding-bottom: 15px;
}

.falnic-popup-close {
    position: absolute;
    top: 43px;
    left: 53px;
    font-size: 26px;
    cursor: pointer;
    color: #000;
    font-weight: 300;
}

#falnic-product-results {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

#falnic-product-results .falnic-product-card {
    width: calc(33.333% - 10.67px); 
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    direction: rtl;
	 height: auto;
    justify-content: space-between;
}

.falnic-selected-item span {
    font-size: 0 ;
}

#falnic-product-results .falnic-product-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.box-sear-pro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.com-box-sear {
    display: flex;
    flex: 3;
    position: relative;
}

#falnic-product-results .falnic-add-to-compare {
    background-color: #0073aa;
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

#falnic-product-search {
    width: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    background-color: #ECECEC;
    font-weight: 400;
    font-size: 14px;
}

.search-com{
    position: absolute;
    left: 14px;
    top: 12px;
}

.falnic-popup-footer {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    text-align: left;
}

.falnic-popup-footer button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

body.modal-open {
    overflow: hidden; 
}

.falnic-selected-products {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.falnic-selected-item {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    background: #f9f9f9;
    position: relative;
}

.falnic-selected-item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

button.falnic-remove-selected {
    padding: 10px 6px !important;
    line-height: 0;
    position: absolute;
    right: -8px;
    top: -11px;
}

button.falnic-remove-selected:hover{
    background-color:#e88f00 !important;
}

.falnic-popup-message {
  display: none;
    border: 1px solid #B10A0A;
    background-color: #ffe5e5;
    color: #B10A0A;
    padding: 10px 15px;
    border-radius: 8px;
    position: absolute;
    margin-bottom: 10px;
    font-size: 14px;
    z-index: 9999;
    width: 375px;
    left: 50%;
    top: -21px;
    transform: translate(-50%,0);
    
}

.falnic-product-row.stick-card {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    top: 132px;
    padding: 0;
    border: none;
    max-width: 1038px;
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    width: 92%;
    
}

.mini-card .falnic-action-buttons {
    display: none;
}

.falnic-popup-message-close {
    position: absolute;
    top: -14px;
    font-weight: 300;
    left: -9px;
    background: none !important;
    border: none;
    font-size: 35px;
    cursor: pointer;
    color: #e63946;
    color: #000 !important;
}

.falnic-spec-table {
    border-collapse: collapse;
    width: 100%;
}

.falnic-spec-table th {
    border: 0;
    padding: 8px 24px;
    text-align: right;
    border-radius: 4px;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
}

.falnic-spec-table td:not(:last-child) {
    border-left: 1px solid #DADADA;;
}

.falnic-spec-table td {
    border: none; 
}

td.atl {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #000;
    padding: 24px;
}

td.atv {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #444444;
    padding: 24px;
}

.falnic-add-product img {
    min-width: 100%;
}

.falnic-popup-content h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #000 !important;
    margin-bottom: 24px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 16px;
}

.falnic-popup-footer button {
    background-color: #0A3762 !important;
    color: #fff;
    padding: 12px !important;
    min-width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 8px;
}

.falnic-spec-table tbody tr {
    border-bottom: none !important; 
}

.falnic-compare-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background-color: transparent !important;
    color: #333333 !important;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 20px;
}

@media (max-width: 880px) {
    .falnic-compare-button {
    padding:0 !important;
}
}

.box-sear-pro {
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
    gap: 10px; 
}

.falnic-compare-remaining {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9em;
    color: #555;
}

.falnic-compare-total {
    display: flex;
    align-items: center;
    font-size: 0.9em;
    color: #333; 
    font-weight: 500;
}

.falnic-compare-total .separator {
    color: #ddd; 
    margin: 0 8px; 
    font-size: 1.2em; 
}

span.falnic-text-limit {
    color: #B10A0A;
}

/* کانتینر اصلی گرید مشخصات */
.falnic-spec-grid-container {
    border-radius: 8px;
    margin-top: 30px;
    direction: rtl;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.falnic-spec-group-title {
    display: block;
    width: 100%;
}

.stick-card .falnic-add-product{
    display:none;
}

.falnic-spec-group-title {
    grid-column: 1 / -1;
    background-color: #d6e6f3;
    color: #000000;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    border-bottom: 24px solid #ffffff;
    border-top: 24px solid #ffffff;
}

.falnic-spec-label {
   padding: 16px 24px 16px 0;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    flex: 0 0 calc(33.333%);
    border-left: 1px solid #DADADA;
}

.falnic-spec-value:last-child {
    border-left: none;
}

.falnic-spec-label:last-child {
    border-left: none;
}

.falnic-spec-value {
   padding: 14px 20px;
    background-color: #ffffff;
    color: #444444;
    text-align: right;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 1.6;
    font-weight: 400;
    font-size: 14px;
    flex: 0 0 calc(33.333%);
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
     border-left: 1px solid #DADADA;
}

.falnic-spec-grid-container .third {
    border: none;
}

.falnic-spec-value a {
    color: #194D71;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.falnic-spec-value a:hover {
    text-decoration: underline;
    color: #1e608f;
}

.falnic-select-indicator {
    display: none;
}

@media (max-width: 768px) {
    .falnic-spec-grid-container {
        overflow-x: scroll;
        grid-template-columns: 160px repeat(var(--product-count, 1), 180px);
        -webkit-overflow-scrolling: touch; 
        box-shadow: inset 10px 0 10px -10px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.05);
    }
    
    .falnic-spec-label {
         white-space: nowrap; 
    }
    
    .falnic-spec-group-title {
        right: 0; 
        z-index: 1;
        width: 100%;
    }
}

@media (max-width: 600px) {
	.mini-card {
/*     flex: 0 0 calc(33.333%); */
}
	
    .falnic-product-row.stick-card {
		position: fixed;
		z-index: 9;
		overflow-x: scroll;
		flex-wrap: nowrap;
		right: 0;
		top: 0;
		padding: 16px 16px 0 16px;
		transform: translate(0%, 0);
		left: unset;
		justify-content: start;
		transition: none;
		background-color: #ffffff;
		z-index: 10000000;
		border-bottom: 1px solid #DADADA;
		box-shadow: 0px 2px 4px 0px #0000000F;
		min-width: 244%;
		max-width: 221%;
    }
    .falnic-compare-section {
             width: 250%;

    }
    .falnic-product-row {
        border-radius: 4px;
        padding: 32px 24px 28px 32px;
        transition: top 0.5s ease-in-out, transform 0.5s ease-in-out;
        right: 0;
        transform: translate(0%, 0);
        left: unset;
        position: relative;
    }
    .falnic-popup-content {
        padding: 16px;
        width: 1062px;
        max-width: 100%;
        border-radius: 0;
        height: 100dvh;
        max-height: 100dvh;
    }
    .falnic-selected-products {
        display: none;
    }
    .falnic-popup-close { 
        top: 13px;
        left: 18px;
    }
    .box-sear-pro {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        flex-direction: row;
        padding: 0px 10px 12px 10px;
    }
    .com-box-sear {
        min-width: 100%;
    }
    .falnic-popup-message {
        width: 94%;
        left: 50%;
        top: auto;
        bottom: 70px;
    }
    .falnic-compare-total .separator {
        font-size: 0;
    }
    .falnic-popup-message-close {
        top: -7px;
        left: 9px;
        padding: 0 !important;
    }
    #falnic-product-results {
        display: flex;
        height: 63dvh;
        flex-wrap: nowrap;
        overflow-y: auto;
        padding: 10px;
        flex-direction: column;
        width: 100%; 
        max-height: 504px;
    }
    .falnic-popup-footer {
        z-index: 9999;
    }
    .falnic-compare-section .falnic-product-card {
        width: 100%;
        padding: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: -webkit-fill-available;
		
    }
    .falnic-compare-section .falnic-product-card img{
        width: 40%;
    }
    .falnic-compare-section .product-title {
        width: 40%;
        text-align: right;
    }
 
    .falnic-popup-scrollable .falnic-action-buttons {
        display: none;
    }
    .falnic-popup-scrollable .falnic-product-card {
        width: 100% !important;
        margin-bottom:0;
    }
    .falnic-product-row .falnic-product-card{
        flex-direction: column;
    }
    .falnic-product-row .falnic-product-card img{
        width:100% !important;
    }
    .falnic-product-row .falnic-product-card .product-title{
        width:100% !important;
    }
     .stick-card .mini-card img{
         width: 40% !important;
    }
    .stick-card .mini-card .product-title {
        width: 40% !important;
        text-align: right;
    }
    .mini-card {
        flex: 0 0 calc(32.333%);
    }
    .mini-card .product-info-wrapper {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-around;
    }
    .mini-card .falnic-remove-btn {
        top: 8px;
        left: 9px;
        font-size: 16px;
        padding: 11px 7px;
    }
    .falnic-empty-mode .falnic-add-product {
        min-width: 100% !important;
    }
    .falnic-mobile-checkbox:checked{
        background-color: #0A3762 !important;
        border-color: #0A3762 !important;
        background-size: 18px !important;
    }
    .falnic-mobile-checkbox{
        padding: 10px !important;
    }
    .falnic-select-indicator {
        display: block;
    }
}

.falnic-card-check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.falnic-card-check svg {
    display: none;
}

/* وقتی انتخاب شد (کلاس is-selected) آبی شود */
.falnic-product-card.is-selected .falnic-card-check {
    background-color: #005c98;
    border-color: #005c98;
}

.falnic-product-card.is-selected .falnic-card-check svg {
    display: block;
}

/* ============================================================
   فیکس نهایی: تفکیک کامل موبایل و دسکتاپ
   ============================================================ */

/* ------------------------------------------------------------
   ۱. تنظیمات مخصوص موبایل (زیر ۸۸۰ پیکسل)
   ------------------------------------------------------------ */
@media (max-width: 880px) {
    
    /* مهم: تیک سبز دسکتاپ را در موبایل به زور مخفی کن */
    .falnic-desktop-tick,
    .falnic-desktop-tick svg {
        display: none !important;
    }

    /* کانتینر اصلی */
    .falnic-select-indicator {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 100 !important;
        display: block;
    }

    /* استایل چک‌باکس سفارشی برای موبایل */
    .falnic-mobile-checkbox {
        display: block !important;
        
        /* حذف استایل‌های پیش‌فرض مرورگر */
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        
        /* ظاهر مربعی سفید */
        width: 24px !important;
        height: 24px !important;
        background-color: #ffffff !important;
        border: 1px solid #b4b4b4 !important;
        border-radius: 4px !important;
        cursor: pointer;
        margin: 0 !important;
        
        /* آیکون تیک سفید که فقط وقتی چک شد ظاهر شود */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 0 !important;
        
        pointer-events: none; /* انتقال کلیک به کارت */
    }

}

/* ------------------------------------------------------------
   ۲. تنظیمات مخصوص دسکتاپ (بالای ۸۸۱ پیکسل)
   ------------------------------------------------------------ */
@media (min-width: 881px) {
    
    /* مهم: چک‌باکس موبایل را در دسکتاپ به زور مخفی کن */
    .falnic-mobile-checkbox {
        display: none !important;
    }

    .falnic-select-indicator {
        right: auto;
        left: 10px;
    }

    /* تیک سبز فقط وقتی کلاس active دارد نمایش داده شود */
    .falnic-product-card.falnic-is-active .falnic-desktop-tick {
        display: block !important;
    }
    
    /* در حالت عادی مخفی باشد */
    .falnic-product-card:not(.falnic-is-active) .falnic-desktop-tick {
        display: none !important;
    }
}