:root{
--brand-primary: #111111; --brand-secondary: #C9A27F; --brand-accent: #F5E8DC; --brand-text: #111111;
--brand-text-light: #666666;
--brand-bg: #FFFFFF;
--brand-success: #3FB98C;
--brand-danger: #E74C3C; --font-heading: "Playfair Display", Georgia, "Times New Roman", serif; --font-body: "Times New Roman", Georgia, serif; } html, body{
font-family: var(--font-body);
color: var(--brand-text);
background: var(--brand-bg);
}
h1,h2,h3,h4,.entry-title{
font-family: var(--font-heading);
color: var(--brand-primary);
letter-spacing:.02em;
}
a{ color: var(--brand-primary); text-decoration: none; }
a:hover{ opacity:.85; } button, .button, .ast-button, input[type=submit], .wp-block-button__link{
background: var(--brand-secondary);
color:#fff;
border-radius: 999px;
padding: .75rem 1.25rem;
border:0;
transition: transform .08s ease, filter .2s ease;
}
button:hover, .button:hover, .ast-button:hover, input[type=submit]:hover, .wp-block-button__link:hover{
filter: brightness(1.05);
transform: translateY(-1px);
} .site-header{
backdrop-filter: saturate(180%) blur(8px);
background-color: rgba(255,255,255,.85);
border-bottom:1px solid #eee;
} .card, .wp-block-group.is-style-card, .ast-article-post{
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,.05);
overflow:hidden;
} input, textarea, select{
border-radius: 12px;
border:1px solid #eaeaea;
padding:.75rem 1rem;
}
input:focus, textarea:focus, select:focus{
outline:none;
border-color: var(--brand-secondary);
box-shadow: 0 0 0 3px rgba(201,162,127,.25);
} .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit{
background: var(--brand-secondary);
color:#fff;
border-radius: 999px;
padding:.75rem 1.25rem;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
filter: brightness(1.05);
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
color: var(--brand-primary);
font-weight:600;
}
.woocommerce span.onsale{
background: var(--brand-secondary);
color:#fff;
border-radius: 999px;
min-height: 0; min-width:0;
padding:.25rem .5rem;
}
.woocommerce .star-rating span:before{
color: var(--brand-secondary);
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
border-radius:12px;
}
.woocommerce .woocommerce-message{ border-top-color: var(--brand-success); }
.woocommerce-error{ border-top-color: var(--brand-danger); } .trustindex-widget *{ font-family: var(--font-body); }
.trustindex-widget .ti-stars .ti-star{ color: var(--brand-secondary) !important; } .whatsapp-button, a[href*="wa.me"], a[href*="api.whatsapp.com"]{
border-radius:999px; padding:.6rem .9rem; font-weight:600;
} .hide-mobile{ display:none; }
@media (min-width: 768px){
.hide-mobile{ display:initial; }
}@media only screen and (min-width: 992px) {
.pwaforwp-footer-prompt {
padding: 1% 3%;
flex-direction: row;
justify-content: center;
}
}
.pwaforwp-footer-prompt{
display: none;
width: 100%;
line-height: 2em;    
color: #333;
text-align: center;
text-decoration: none;    
min-height: 10%;
padding:15px 0px 15px 0px;
position: fixed;
bottom: 0;
justify-content: flex-end;
flex-direction: column;
flex-grow: 1;
animation-duration: 1s;
animation-fill-mode: both;
z-index: 9999;
}
.pwaforwp-footer-prompt .pwaforwp-prompt-close:after{
content: "✖";
color: #d5e0eb;
position: absolute;
right: 10px;
top: 10px;
font-size: 12px;
background: rgba(0, 0, 0, 0.40);
border-radius: 30px;
text-align: center;
width: 20px;
height: 20px;
line-height: 22px;
cursor: pointer;
} 
.pwaforwp-bounceInUp{
animation-name: bounceInUp;
}
.pwaforwp-animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.pwaforwp-btn{
border: none;   
cursor: pointer;
display: inline-block;
border-radius: 4px;
height: auto;
line-height: 1;
min-width: auto;
padding: 8px 16px;
font-size: 16px;
margin: 10px 0px 0px 0px;
font-family: sans-serif;
text-transform: none;
transition: all .2s ease-in-out;
} #pwaforwp_loading_div {
display: none;
position: fixed;
width: 100%;
height: 200%;
top: 0px;
left: 0px;
background-color: white;
z-index: 9999;
}
.pwaforwp-loading-wrapper{z-index: 9999999;display:none;}
#pwaforwp_loading_icon {
position: fixed;
left: 50%;
top: 50%;
z-index: 9999999;
margin: -60px 0 0 -60px;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .animate-bottom {
position: relative;
-webkit-animation-name: animatebottom;
-webkit-animation-duration: 1s;
animation-name: animatebottom;
animation-duration: 1s
}
@-webkit-keyframes animatebottom {
from { bottom:-100px; opacity:0 } 
to { bottom:0px; opacity:1 }
}
@keyframes animatebottom { 
from{ bottom:-100px; opacity:0 } 
to{ bottom:0; opacity:1 }
} #pwaforwp-add-to-home-click h3{
font-size: 20px;
font-weight: 600;
margin: 0px;
line-height: 1.4;
font-family: sans-serif;
}
@media(max-width:425px){
#pwaforwp-add-to-home-click h3 {
font-size: 16px;
}
.pwaforwp-btn{
font-size: 14px;
}
.pwaforwp-footer-prompt{
padding:15px 0px 10px 0px;
}
.pwaforwp-footer-prompt .pwaforwp-prompt-close:after {
right: 5px;
top: 5px;
}
}
.pwaforwp-app-contents{display: none;}