/* Add custom CSS styles below */ 
h1,h2,h3,h4,h5,h6,p{
color:#FFF;
}
.hero-sec .advanced-slider__caption__inner__content{
position: absolute;
bottom: 55px;
color:#FFFFFF !important;
}
.hero-sec .advanced-slider__caption__inner__content__text{
font-size: 4.25rem;
padding-bottom:12px;
}
.hero-sec a{
padding:15px 45px;
font-size:1.5rem;
}
.ely img{
border-radius:12px !important;
}
.review > div {
background: linear-gradient(180deg, #060405 0%, #64313E 100%);
}
/*Card-design*/
custom-salla-product-card.product-card--special {
width:330px;
background-color: #ffffff;
border: 1px solid #f0f0f0;
border-radius:12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); 
transition: all 0.3s ease;
}
custom-salla-product-card.product-card--special:hover {
transform: translateY(-5px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
}
custom-salla-product-card.product-card--special .product-card__image {
height: 260px;
}
custom-salla-product-card.product-card--special .product-card__image img {
object-fit: contain;
background-color:#FFF;
}
custom-salla-product-card.product-card--special .product-card__title a {
font-size: 1rem;
font-weight: 600;
color: #333;
}
custom-salla-product-card.product-card--special .product-card__price {
font-size: 1.1rem;
margin-top: 0.5rem;
justify-content: center;
}
.product-single__info .flex.text-\[\#f11e1e\] {
    display: none !important;
}
custom-salla-product-card img{
background-color:#FFFFFF;
}
#details_table h1,#details_table h2,#details_table h3,#details_table h4,#details_table h5,#details_table h6,#details_table p,#details_table a{
color:#FFFFFF;
}
#details_table span{
color:#64313e !important;
font-weight:bold;
}
.store-footer__inner .anime-item{
display: flex;
flex-direction: column;
justify-content: center;
}
.store-footer__inner .anime-item p{
padding-top:32px;
}