.fato-categories {
width: 100% !important;
box-sizing: border-box !important;
}
.fato-categories *,
.fato-categories *::before,
.fato-categories *::after {
box-sizing: border-box !important;
} .fato-categories .fato-category-item {
background: #ffffff !important;
border-radius: 50px !important;
padding: 48px !important;
margin-bottom: 40px !important;
transform: translateX(0) translateY(0) !important;
}
.fato-categories .fato-category-item:last-child {
margin-bottom: 0 !important;
} .fato-categories .fato-category-header {
margin-bottom: 24px !important;
text-align: center !important;
}
.fato-categories .fato-category-title {
font-size: 14px !important;
line-height: 22.4px !important;
letter-spacing: 1.4px !important;
color: #3297A6 !important;
margin: 0 0 8px 0 !important;
padding: 0 !important;
font-weight: 500 !important;
text-align: center !important;
}
.fato-categories .fato-category-title a {
color: #3297A6 !important;
text-decoration: none !important;
}
.fato-categories .fato-category-title a:hover {
opacity: 0.8 !important;
}
.fato-categories .fato-category-en-title {
font-size: 30px !important;
line-height: 30px !important;
letter-spacing: 2px !important;
color: #3297A6 !important;
margin: 0 0 8px 0 !important;
font-weight: 500 !important;
text-align: center !important;
font-family: 'Cormorant Garamond', serif !important;
text-transform: uppercase !important;
}
.fato-categories .fato-category-sub-title {
font-size: 14px !important;
line-height: 22.4px !important;
letter-spacing: 2px !important;
color: #3297A6 !important;
margin: 0 !important;
text-align: center !important;
} .fato-categories .fato-category-carousel {
position: relative !important;
width: 100% !important;
}
.fato-categories .swiper.fato-swiper {
width: 100% !important;
padding: 0 !important;
overflow: hidden !important;
}
.fato-categories .swiper-wrapper {
align-items: stretch !important;
}
.fato-categories .swiper-slide {
height: auto !important;
display: flex !important;
flex-direction: column !important;
} .fato-categories .fato-product-card {
background: transparent !important;
padding: 20px !important;
text-align: center !important;
}
.fato-categories .fato-product-link {
display: block !important;
text-decoration: none !important;
color: inherit !important;
}
.fato-categories .fato-product-image {
width: 100% !important;
aspect-ratio: 1 / 1 !important;
overflow: hidden !important;
border-radius: 12px !important;
margin-bottom: 12px !important;
background: #f7f7f7 !important;
}
.fato-categories .fato-product-image img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
transition: transform 0.3s ease !important;
}
.fato-categories .fato-product-link:hover .fato-product-image img {
transform: scale(1.05) !important;
}
.fato-categories .fato-product-title {
font-size: 15px !important;
line-height: 1.4 !important;
color: #333 !important;
margin: 0 0 8px 0 !important;
padding: 0 !important;
font-weight: 500 !important;
display: -webkit-box !important;
-webkit-line-clamp: 2 !important;
-webkit-box-orient: vertical !important;
overflow: hidden !important;
}
.fato-categories .fato-product-price {
font-size: 16px !important;
color: #3297A6 !important;
margin-bottom: 12px !important;
font-weight: 600 !important;
}
.fato-categories .fato-product-price del {
color: #999 !important;
font-weight: 400 !important;
margin-right: 6px !important;
}
.fato-categories .fato-product-price ins {
text-decoration: none !important;
color: #e74c3c !important;
}
.fato-categories .fato-product-cart {
margin-top: auto !important;
flex: 0 0 auto !important;
align-self: center !important;
width: 100% !important;
text-align: center !important;
}
.fato-categories .fato-product-cart .button,
.fato-categories .fato-add-to-cart,
.fato-categories .fato-product-cart a {
display: inline-block !important;
width: auto !important;
text-align: center !important;
background: rgb(96, 185, 199) !important;
color: #ffffff !important;
padding: 14px 28px !important;
margin: 6.5px 0 !important;
border-radius: 7px !important;
border: 0 solid rgb(51, 151, 166) !important;
font-family: "Noto Sans Adlam Unjoined", sans-serif !important;
font-size: 13px !important;
font-weight: 500 !important;
line-height: 19.5px !important;
cursor: pointer !important;
text-decoration: none !important;
transition: all 0.2s linear !important;
box-shadow: none !important;
vertical-align: baseline !important;
}
.fato-categories .fato-product-cart .button:hover,
.fato-categories .fato-add-to-cart:hover,
.fato-categories .fato-product-cart a:hover {
background: #287a86 !important;
color: #ffffff !important;
}
.fato-categories .fato-product-cart .added_to_cart {
display: block !important;
text-align: center !important;
margin-top: 6px !important;
font-size: 13px !important;
color: #3297A6 !important;
text-decoration: underline !important;
background: transparent !important;
padding: 0 !important;
} .fato-categories .swiper-button-prev.fato-swiper-prev,
.fato-categories .swiper-button-next.fato-swiper-next {
color: #3297A6 !important;
width: 36px !important;
height: 36px !important;
background: #ffffff !important;
border-radius: 50% !important;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
margin-top: 0 !important;
top: 40% !important;
transform: translateY(-50%) !important;
}
.fato-categories .swiper-button-prev.fato-swiper-prev::after,
.fato-categories .swiper-button-next.fato-swiper-next::after {
font-size: 14px !important;
font-weight: 700 !important;
} .fato-categories .swiper-pagination.fato-swiper-pagination {
position: relative !important;
margin-top: 16px !important;
bottom: auto !important;
}
.fato-categories .swiper-pagination-bullet {
background: #cccccc !important;
opacity: 1 !important;
width: 8px !important;
height: 8px !important;
}
.fato-categories .swiper-pagination-bullet-active {
background: #3297A6 !important;
} .fato-categories .fato-category-more {
margin-top: 24px !important;
text-align: center !important;
}
.fato-categories .fato-view-more {
display: inline-flex !important;
justify-content: center !important;
align-items: center !important;
gap: 10px !important;
padding: 12px 24px !important;
background: #3397A6 !important;
color: #ffffff !important;
border-radius: 25px !important;
font-family: 'Cormorant Garamond', serif !important;
font-size: 18px !important;
font-weight: 400 !important;
line-height: 28.8px !important;
letter-spacing: 1.8px !important;
text-decoration: none !important;
word-wrap: break-word !important;
transition: background 0.2s ease !important;
}
.fato-categories .fato-view-more:hover {
background: #287a86 !important;
color: #ffffff !important;
} @media (max-width: 1024px) {
.fato-categories .fato-category-item {
padding: 24px !important;
margin-bottom: 20px !important;
}
}
@media (max-width: 600px) {
.fato-categories .fato-category-item {
padding: 24px !important;
margin-bottom: 20px !important;
}
.fato-categories .fato-product-card {
padding: 10px !important;
}
.fato-categories .fato-category-en-title {
font-size: 24px !important;
line-height: 24px !important;
}
.fato-categories .swiper-button-prev.fato-swiper-prev,
.fato-categories .swiper-button-next.fato-swiper-next {
display: none !important;
}
}