#fkcart-modal {
	.spider-shop-cross-sell-slider {
		padding-inline: 16px;
	}
}


/* Spider Shop Mini Cart Cross-sell Slider */
.spider-shop-cross-sell-slider {
    margin-top: 20px;
    padding: 15px 0;
    border-top: 1px solid #e9ecef;

	.wd-carousel-item {
		height: auto;
	}

	ul.wd-nav-pagin {
		li {
			margin-bottom: 0;
		}
	}

	.wd-btn-arrow {
	
		
	}
	.wd-arrow-inner {
		height: 30px;
		width: 30px;
		background-color: #ccc;
		border-radius: 50%;
		opacity: 0.7;
	}
	.wd-arrow-inner:hover {
		background-color: #ccc !important;
		opacity: 0.9;
	}
	.wd-disabled .wd-arrow-inner {
		background-color: #ccc !important;
		opacity: 0.5;
	}
	.wd-arrow-inner::after {
		font-size: 14px;
	}

	.wd-prev {
		inset-inline-end: calc(100% + 20px) !important;
		left: 0;
	}

	.wd-next {
		inset-inline-start: calc(100% - 20px) !important;
		right: 0;
	}
}

.spider-shop-cross-sell-slider h4 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.spider-shop-swiper {
    position: relative;
    padding: 0 35px 40px;
}

.spider-shop-cross-sell-item {
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;

	.product-details {
		flex: 1;
		display: flex;
		flex-direction: column;
	}
}

.spider-shop-cross-sell-item:hover {
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */

}

.spider-shop-cross-sell-item .product-image {
    margin-bottom: 10px;
	position: relative;

	.discount-badge {
		position: absolute;
		top: 0px;
		right: 10px;
		background-color: #d63384;
		color: #fff;
		padding: 2px 6px;
		font-size: 10px;
		border-radius: 4px;
		z-index: 1;
	}
}

.spider-shop-cross-sell-item .product-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
	margin: 0 auto;
}

.spider-shop-cross-sell-item .product-name {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 55px;
}

.spider-shop-cross-sell-item .product-name a {
    color: #333;
    text-decoration: none;
}

.spider-shop-cross-sell-item .product-name a:hover {
    color: #0073aa;
}

.spider-shop-cross-sell-item .variation-selector {
    margin: 10px 0;
}

.spider-shop-cross-sell-item .variation-select {
    width: 100%;
    font-size: 13px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 4px 8px;
    background-color: #ffffff;
	background-image: none;
}

.spider-shop-cross-sell-item .variation-select:disabled {
    background-color: #f3f4f6;
    cursor: not-allowed;
}

.spider-shop-cross-sell-item  .variation-select option:disabled {
    color: #9ca3af;
}

.spider-shop-cross-sell-item .price-block {
    margin: 0;
    font-weight: 600;
	padding-bottom: 10px;
}

.spider-shop-cross-sell-item .old-price {
  
   
    margin-right: 5px;
	.amount {
  		color: #999;
    	text-decoration: line-through;
		font-size: 12px;
	}
}

.spider-shop-cross-sell-item .new-price {
  
	.amount {
		font-size: 14px;
		color:#ad2b2b;
	}
}

.spider-shop-cross-sell-item .price {
    color: #333;
    font-size: 12px;
}

.spider-shop-cross-sell-item .spider-shop-add-to-cart {
    background: #0073aa;
    color: #fff;
    border: none;
   	padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: auto;
	min-height: 30px;
	height: 30px;
}

.spider-shop-cross-sell-item .spider-shop-add-to-cart:hover {
    background: #005a87;
	color: #fff;
}

.spider-shop-cross-sell-item .spider-shop-add-to-cart:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.spider-shop-cross-sell-item .spider-shop-add-to-cart.added {
    background: #28a745;
}

/* Swiper navigation */
.spider-shop-swiper .swiper-button-next,
.spider-shop-swiper .swiper-button-prev {
    color: #0073aa;
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

.spider-shop-swiper .swiper-button-next:after,
.spider-shop-swiper .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}

.spider-shop-swiper .swiper-button-next {
    right: 0;
}

.spider-shop-swiper .swiper-button-prev {
    left: 0;
}

.spider-shop-swiper .swiper-pagination {
    bottom: 10px;
}

.spider-shop-swiper .swiper-pagination-bullet {
    background: #0073aa;
    opacity: 0.3;
    width: 8px;
    height: 8px;
}

.spider-shop-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

/* Message styles */
.spider-shop-message {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    border-radius: 0 0 4px 4px;
}

.spider-shop-message.error {
    background-color: #fef2f2;
    color: #991b1b;
    border-top: 1px solid #fca5a5;
}

.spider-shop-message.success {
    background-color: #f0fdf4;
    color: #166534;
    border-top: 1px solid #86efac;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .spider-shop-swiper {
        padding: 0 25px 30px;
    }
    
    .spider-shop-cross-sell-item .product-image img {

    }
    
    .spider-shop-cross-sell-item .product-name {
        font-size: 13px;
		min-height: 52px;
    }
    
    .spider-shop-cross-sell-item .spider-shop-add-to-cart {
        padding: 6px 12px;
        font-size: 11px;
    }
}
