/* ------- FEATURED SLIDER -------- */

.dsfcs-featured-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dsfcs-featured-slider {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: #e7e7e7;
}

.dsfcs-slides {
    display: flex;
    will-change: transform;
}

.dsfcs-slide {
    flex: 0 0 auto;
}

.dsfcs-slide a {
    display: block;
	height:100%;
}

.dsfcs-slide-image {
    width: 100%;
    height: 100% !important;
	object-fit: cover;
    display: block;
}

/* bottom */

.dsfcs-featured-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.dsfcs-featured-info {
    flex: 1 1 auto;
}
.dsfcs-featured-title{
	
}
.dsfcs-featured-title:hover{
	text-decoration:none;
}
.dsfcs-featured-title h3 {
    font-size: 20px;
    font-weight: 400;
	margin:0px;
    color: #B16448;
    display: inline-block;
}

.dsfcs-featured-title:hover {
    text-decoration: underline;
}

.dsfcs-featured-rating {
    margin-bottom: 6px;
}

.dsfcs-featured-price {
    font-weight: 600;
    font-size: 18px;
    color: #d27b56;
	margin-top:5px;
}

.dsfcs-featured-cta {
    flex: 0 0 auto;
}
.dsfcs-featured-cta .woocommerce.add_to_cart_inline{
	margin-bottom:0px;
	display:flex;
	align-items:center;
	gap:5px;
	flex-flow:row nowrap;
}
.dsfcs-featured-cta .woocommerce.add_to_cart_inline > .add_to_cart_button{
	background: #d27b56;
	font-family: "Outfit", "Inter";
	font-weight:300;
	font-size:16px;
	border-radius: 8px;
	color: #fff;
	letter-spacing:1px;
	transition: opacity 0.2s linear;
}
.dsfcs-featured-cta .woocommerce.add_to_cart_inline > .add_to_cart_button:hover{
	opacity:0.8;
	background: #d27b56;
	color: #fff;
}

/* ------- CROSS-SELL DESCRIPTION + LIST -------- */

.dsfcs-cross-wrapper {
    display: flex;
	flex-flow: column nowrap;
	gap:20px;
	
}

@media (max-width: 768px) {
    .dsfcs-cross-wrapper {
        grid-template-columns: minmax(0, 1fr);
    }
}

.dsfcs-cross-description {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dsfcs-cross-desc-title {
    margin: 0 0 4px;
    font-size: 18px;
    color: #B16448;
}

.dsfcs-cross-desc-text {
    overflow: hidden;
    display: -webkit-box;
	font-family: "Outfit", "Inter";
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.dsfcs-cross-desc-more {
    margin-top: 4px;
    font-size: 14px;
    text-decoration: none;
	width:fit-content;
    color: #d27b56;
}

/* cross-sell list with custom scroll */

.dsfcs-cross-list-area {
    display: flex;
    flex-direction: row nowrap;
    gap: 10px;
}

.dsfcs-cross-scroll {
    position: relative;
    flex: 1 1 auto;
    max-height: 420px;
    overflow-y: auto;
    padding-right: 10px;
}

/* hide native scrollbar */
.dsfcs-cross-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.dsfcs-cross-scroll {
    scrollbar-width: none;
}

.dsfcs-cross-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* card */

.dsfcs-cross-card {
    display: flex;
    gap: 12px;
    padding: 5px 0px;
    border-radius: 12px;
}

.dsfcs-cross-image-link {
    flex: 0 0 80px;
	height:80px;
}

.dsfcs-cross-image {
    width: 80px;
    height: 100% !important;
	border-radius: 8px !important;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.dsfcs-cross-card-main {
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.dsfcs-cross-card-left {
    display: flex;
    flex-direction: column;
	justify-content: flex-start;
    gap: 4px;
}

.dsfcs-cross-title {
    text-decoration: none;
	color: #d27b56;
}
.dsfcs-cross-title h4{
	font-size: 16px;
    font-weight: 400;
	color: #B16448 !important;
	font-family: "Outfit", "Inter";
	transition: opacity 0.2s linear;
	margin:0px;
	
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dsfcs-cross-title:hover h4{
	opacity:0.8;
}
.dsfcs-cross-title:hover {
    text-decoration: none;
}

.dsfcs-cross-rating {
    font-size: 12px;
}

.dsfcs-cross-details {
    font-size: 13px;
    text-decoration: none;
    color: #d27b56;
	line-height:1.2em;
	transition:opacity 0.2s linear;
	width:fit-content;
	font-family: "Outfit", "Inter";
}

.dsfcs-cross-details:hover {
    opacity:0.8;
}

.dsfcs-cross-card-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	justify-content: space-between;
    gap: 4px;
    white-space: nowrap;
}

.dsfcs-cross-price {
    font-weight: 600;
    font-size: 14px;
    display: flex;
    color: #B16448;
	align-items:flex-end;
    flex-flow: column-reverse nowrap;
}
.dsfcs-cross-price del{
	font-size:12px;
	opacity:0.7;
}
.dsfcs-cross-price ins{
	text-decoration: none;
	font-size: 14px;
}

.dsfcs-cross-card-right > .add_to_cart_button{
	background: #d27b56 !important;
	font-family: "Outfit", "Inter" !important;
	font-weight:300 !important;
	font-size:16px !important;
	border-radius: 8px !important;
	color: #fff !important;
	letter-spacing:1px !important;
	transition: opacity 0.2s linear !important;
}

.dsfcs-cross-card-right > .add_to_cart_button:hover{
	opacity:0.8 !important;
	background: #d27b56 !important;
	color: #fff !important;
}

/* scroll bar */

.dsfcs-scrollbar {
    display: flex;
	flex-flow: column nowrap;
    align-items: center;
    gap: 10px;
}

.dsfcs-scrollbar-track {
    position: relative;
    flex: 1 1 auto;
    height: 100%;
	width:2px;
    background: #e8a27f;
    border-radius: 999px;
}

.dsfcs-scrollbar-thumb {
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    width: 4px;
    border-radius: 999px;
    background: #c67048;
    cursor: pointer;
}

.dsfcs-scrollbar-buttons {
    display: flex;
	flex-flow:column nowrap;
    gap: 6px;
}

.dsfcs-scroll-btn[type=button] {
    padding: 0px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: none;
    color: #e1966c;
    background: #ffefe0;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    outline: none;
}
.dsfcs-scroll-btn[type=button]:hover {
	background: #f9d9da;
	color: #e1966c;
}


.dsfcs-scroll-btn-down {
    background: #ffd5cf;
}

@media (max-width:767px){
	.dsfcs-cross-desc-title {
    font-size: 16px;
}
	.dsfcs-featured-bottom {
	flex-flow:column nowrap;
    gap: 24px;
}
	.dsfcs-cross-card-right > .add_to_cart_button{
	font-size:14px !important;
	border-radius: 6px !important;
	color: #fff !important;
	letter-spacing:1px !important;
	transition: opacity 0.2s linear !important;
}
	.dsfcs-cross-list-area {
    gap: 0px;
}
	.dsfcs-cross-title h4{
	font-size: 14px;
		font-weight: 500;
}
	.dsfcs-cross-card-left {
	justify-content: space-evenly;
}

.dsfcs-cross-image-link {
    flex: 0 0 70px;
	height:70px;
}

.dsfcs-cross-image {
    width: 70px;
}
}
