.dce-swiper-container {
    width: 100%;
    padding: 20px 0;
}

.dce-product-card {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 15px;
    box-shadow: 0 0 10px #0001;
    display: flex;
    flex-direction: column;
    text-align: center;
}

/* Imagen principal */
.dce-product-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 10px;
}

/* Miniaturas debajo */
.dce-product-gallery {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 12px;
}

.dce-product-gallery .dce-thumb {
    width: 30%;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

/* Talla */
.dce-product-talla {
    margin: 5px 0;
    font-size: 14px;
}

.dce-tallas {
    font-weight: bold;
}


/* Texto */
.dce-product-title {
    font-size: 16px;
    margin: 10px 0 5px;
	text-decoration: none;
	color:black;
}

.dce-product-desc {
    font-size: 14px;
    color: #333333;
	text-decoration: none !important;
}

.dce-product-price {
    margin-top: 8px;
    font-weight: bold;
    font-size: 18px;
	color: #333333;
	text-decoration: none !important;
}

/* Flechas centradas verticalmente */
.dce-swiper-arrow {
    color: #000;
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
    transform: translateY(-50%);
}
.dce-product-card a,
.dce-product-card a * {
    text-decoration: none !important;
}
.swiper-button-prev,
.swiper-button-next {
    color: #000 !important;
    z-index: 9999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev { left: 0; }
.swiper-button-next { right: 0; }

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 25px;
}
