.top-links {
  flex-wrap: nowrap;
}

.top-links a {
  white-space: nowrap;
  word-break: normal;
  display: inline-block;
  padding: 4px 10px;
}

@media(max-width: 768px){
	.top-links {
justify-content: center !important;
}
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
        flex: unset !important;
        width: unset !important;
        height: unset !important;
        aspect-ratio: 1 / 1 !important;
        overflow: hidden !important;
        max-height: unset !important;
        background-color: unset !important;
    }

    .s-product-card-fit-height.s-product-card-vertical .s-product-card-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }



    
    custom-salla-product-card .s-product-card-content-footer {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  position: static !important;
  margin-top: 10px !important;
  transition: none !important;

}

.s-product-card-entry:hover .s-product-card-content-footer,.s-products-slider-card:hover .s-product-card-content-footer  {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

 
custom-salla-product-card salla-add-product-button{
  width: 100% !important;
  display: block !important;
  border-radius: 8px !important;
}
.s-product-card-content-footer * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.s-product-card-entry .s-product-card-content-footer .s-button-btn{
	background-color: var(--color-primary) !important;
}
.s-product-card-entry .s-button-primary-outline{
	color: #fff !important;
}

}
@media(max-width: 768px){
.s-products-slider-card.swiper-slide {
    width: 200px !important;
    height: auto !important;
}}