/*
Theme Name: Pielvin
Author: Jules Begouen
Author URI: https://hykes.dev
Description: Pielvin
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Text Domain: plvn
*/

.card-title {
	font-size: 1.5rem;
}
.card-title a {
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.featured-products-slider .splide__slide {
	  height: 40vh;
	}
	.featured-products-slider .splide__content {
		bottom: 3vh;
	}

	.featured-products-slider .splide__content .slide-title {
		text-shadow: 2px 2px 8px rgba(0,0,0,.5);
		font-size: 1.25rem;
		margin-bottom: .5rem;
	}

	.btn {
		--bs-btn-padding-y: 0.25rem;
		--bs-btn-padding-x: 0.5rem;
		--bs-btn-font-size: 0.75rem;
		--bs-btn-border-radius: var(--bs-border-radius-sm);
	}
}
