.dd-top-sellers-block{
	position:relative;
	width:100%;
}

.dd-top-sellers-rtsb-grid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:24px;
	align-items:stretch;
	margin-bottom:80px;
}

.dd-top-sellers-rtsb-grid > .rtsb-col-grid{
	background:#fff;
	border:1px solid #dedede;
	border-radius:16px;
	padding:14px 14px 22px;
	box-shadow:0 2px 8px rgba(0,0,0,.05);
	width:100%;
	margin:0 !important;
	float:none !important;
	height:100%;
	box-sizing:border-box;
}

.dd-top-sellers-rtsb-grid .rtsb-grid-item,
.dd-top-sellers-rtsb-grid .rtsb-product-content{
	display:flex;
	flex-direction:column;
	height:100%;
}

.dd-top-sellers-rtsb-grid .rtsb-product-content{
	flex:1;
	margin-bottom:30px;
}

.dd-top-sellers-rtsb-grid .rtsb-content-top{
	display:block;
}

.dd-top-sellers-rtsb-grid .rtsb-content-footer{
	margin-top:auto;
}

.dd-top-sellers-rtsb-grid .rtsb-product-img img{
	width:100%;
	height:auto;
	display:block;
}

.dd-top-sellers-rtsb-grid .product-title{
	font-size:18px;
	line-height:1.2;
}

.dd-top-sellers-rtsb-grid .product-short-description{
	font-size:14px;
	line-height:1.3;
}

.dd-top-sellers-rtsb-grid .price-wrapper{
	font-size:1rem;
}

.dd-top-sellers-rtsb-grid .rtsb-action-btn{
	font-size:14px;
}

.dd-top-sellers-rtsb-grid .rtsb-action-button-list,
.dd-top-sellers-rtsb-grid .rtsb-action-button-item{
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
}

.dd-top-sellers-rtsb-grid .rtsb-wc-add-to-cart-wrap{
	display:flex;
	justify-content:center;
	width:100%;
	margin-top:20px;
}

.dd-top-sellers-rtsb-grid .rtsb-add-to-cart-btn{
	display:flex !important;
	align-items:center;
	justify-content:center;
	gap:8px;
	width:100%;
	max-width:220px;
	height:44px;
	background:#e3168d;
	color:#fff !important;
	border-radius:999px;
	text-decoration:none !important;
	font-weight:600;
	font-size:14px;
	padding:0 20px;
	box-shadow:none;
	border:none;
	transition:opacity .2s ease, transform .2s ease;
}

.dd-top-sellers-rtsb-grid .rtsb-add-to-cart-btn:hover{
	opacity:.92;
	transform:translateY(-1px);
}

.dd-top-sellers-rtsb-grid .rtsb-add-to-cart-btn.loading{
	opacity:.75;
	pointer-events:none;
}

.dd-top-sellers-rtsb-grid .rtsb-add-to-cart-btn .icon{
	display:none;
}

.dd-top-sellers-rtsb-grid .precio_lista{
	color:#1bb3a8;
	font-weight:600;
}

.dd-top-sellers-carousel-btn,
.dd-top-sellers-carousel-pagination{
	display:none;
}

@media (max-width: 1024px){
	.dd-top-sellers-rtsb-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}
}

@media (max-width: 767px){
	.dd-top-sellers-block{
		overflow:hidden;
		padding-bottom:28px;
	}

	.dd-top-sellers-block.has-mobile-carousel .dd-top-sellers-rtsb-grid{
		display:block;
		margin-bottom:24px;
		padding:0;
		gap:0;
	}

	.dd-top-sellers-block.has-mobile-carousel .swiper-wrapper{
		align-items:stretch;
	}

	.dd-top-sellers-block.has-mobile-carousel .dd-top-sellers-rtsb-grid > .swiper-wrapper > .rtsb-col-grid,
	.dd-top-sellers-block.has-mobile-carousel .dd-top-sellers-rtsb-grid > .swiper-wrapper > .swiper-slide{
		min-width:100%;
		max-width:100%;
		box-sizing:border-box;
		height:auto;
	}

	.dd-top-sellers-block.has-mobile-carousel .dd-top-sellers-carousel-btn{
		display:flex;
		align-items:center;
		justify-content:center;
		position:absolute;
		top:38%;
		z-index:3;
		width:36px;
		height:36px;
		border:none;
		border-radius:999px;
		background:rgba(255,255,255,.96);
		box-shadow:0 2px 8px rgba(0,0,0,.15);
		font-size:22px;
		line-height:1;
		cursor:pointer;
	}

	.dd-top-sellers-block.has-mobile-carousel .dd-top-sellers-carousel-btn.swiper-button-disabled,
	.dd-top-sellers-block.has-mobile-carousel .dd-top-sellers-carousel-btn[disabled]{
		opacity:.45;
		cursor:default;
	}

	.dd-top-sellers-block.has-mobile-carousel .dd-top-sellers-carousel-prev{
		left:8px;
	}

	.dd-top-sellers-block.has-mobile-carousel .dd-top-sellers-carousel-next{
		right:8px;
	}

	.dd-top-sellers-block.has-mobile-carousel .dd-top-sellers-carousel-pagination{
		display:flex;
		justify-content:center;
		align-items:center;
		gap:8px;
		margin-top:14px;
	}

	.dd-top-sellers-block.has-mobile-carousel .dd-top-sellers-carousel-dot{
		display:block;
		width:8px;
		height:8px;
		padding:0;
		border:none;
		border-radius:999px;
		background:#c7c7c7;
		cursor:pointer;
		opacity:1;
	}

	.dd-top-sellers-block.has-mobile-carousel .dd-top-sellers-carousel-dot.is-active{
		background:#e3168d;
	}
}
