/* Dcor Product Carousel v3 */
.dcor-carousel-section { padding: 40px 0; }
.dcor-carousel-title { text-align: center; margin-bottom: 30px; }

/* Equal height slides with button pinned to bottom */
.dcor-product-swiper .swiper-slide { height: auto; display: flex; }
.dcor-product-card { display: flex; flex-direction: column; width: 100%; height: 100%; }

.dcor-product-image-box { position: relative; overflow: hidden; }
.dcor-product-image-box img { width: 100%; height: auto; display: block; }
.dcor-badge { position: absolute; top: 10px; left: 10px; padding: 4px 10px; font-size: 12px; font-weight: 600; border-radius: 3px; z-index: 1; }
.dcor-sale { background: #e2a96b; color: #fff; }
.dcor-out-of-stock { background: #999; color: #fff; }

/* flex column so button always goes to bottom */
.dcor-product-details { padding: 15px 10px; text-align: center; display: flex; flex-direction: column; flex: 1; }
.dcor-product-title a { font-size: 15px; text-decoration: none; color: inherit; }
.dcor-product-attrs { font-size: 12px; color: #888; margin: 4px 0; min-height: 18px; }
.dcor-product-price { margin: 8px 0; font-weight: 600; }
.dcor-add-to-cart-wrapper { margin-top: auto; padding-top: 10px; }
.dcor-atc-btn { display: inline-block; padding: 8px 18px; border-radius: 4px; text-decoration: none; font-size: 13px; font-weight: 600; cursor: pointer; }
