﻿.home-contact-us h2, .home-contact-us h3 {
    font-family: 'Quattrocento', Georgia, "Times New Roman", serif;
    line-height: 1.3em;
}

.home-gift-cart h1, .home-gift-cart h2 {
    font-family: 'Quattrocento', Georgia, "Times New Roman", serif;
    line-height: 1.3em;
}

.home-gift-cart a.btn {
    letter-spacing: 3px;
}
.home-gift-cart a.btn:hover::after {
    content: '→';
}

.beauty-spa h2 {
    font-family: 'Quattrocento', Georgia, "Times New Roman", serif;
    line-height: 1.3em;
}

.beauty-spa a.btn {
    letter-spacing: 3px;
}
.beauty-spa a.btn:hover::after {
    content: '→';
}

.beauty-spa .box-inner {
    padding: var(--padding-box);
    cursor: pointer;
}
.beauty-spa .box-inner .box-image {
    position: relative;
    width: 304px;
    height: 304px;
    margin: 0 auto;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    cursor: pointer;
    overflow: hidden;
}
.beauty-spa .box-inner .box-image img.img-fluid {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.beauty-spa .box-inner .img-hover-zoom img {
    transition: transform .5s ease;
}
.beauty-spa .box-inner .box-image .box-text {
    position: absolute;
    z-index: 1;
    padding: 1rem;
    background: rgba(var(--rgb-white), 0.6);
}
.beauty-spa .box-inner .box-image .box-text:hover {
    background: var(--color-white);
}
.beauty-spa .box-inner .box-image h2 {
    font-family: 'Quattrocento', Georgia, "Times New Roman", serif;
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.25;
    text-shadow: -1px 0 var(--color-text-shadow), 0 1px var(--color-text-shadow), 1px 0 var(--color-text-shadow), 0 -1px var(--color-text-shadow);
    margin-bottom: 0px;
    text-transform: unset;
}
.reviews h1, .reviews h4 {
    font-family: 'Quattrocento', Georgia, "Times New Roman", serif;
    line-height: 1.3em;
}
@media (max-width: 1199px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}