:root{--theme-main-color:#3D2810;--theme-secondary-color:#7A6550;--theme-accent-color:#7A8A2A;--theme-background-color:#F5EDD8;--theme-button-main-bg:#7A8A2A;--theme-button-main-text:#FFF;--choco:#3D1F0F;--choco-lt:#5C2E0E;--cream:#F5EDD8;--cream-d:#EDE4CC;--olive:#7A8A2A;--olive-d:#5A6620;--olive-l:#9AAB3A;--gold:#C8A96E;--ff-display:'Playfair Display',Georgia,serif;--ff-body:'Nunito',sans-serif;--tr:.3s cubic-bezier(0.4,0,0.2,1)}body{background-color:var(--theme-background-color);color:var(--theme-main-color);-webkit-font-smoothing:antialiased}.ticker-oliveria{background:var(--choco);color:var(--cream);padding:.8rem 0;overflow:hidden;white-space:nowrap;font-family:var(--ff-body);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;border-bottom:1px solid rgba(200,169,110,0.2)}.ticker-track{display:inline-block;animation:ticker linear infinite}.ticker-item{display:inline-block;padding:0 3rem;position:relative}.ticker-item::after{content:"·";position:absolute;right:-0.5rem;color:var(--gold)}@keyframes ticker{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-33.33%,0,0)}}.theme-slider__block .theme-section__title{font-family:var(--ff-display);font-style:italic;font-weight:400}.theme-slider__block .theme-section__subtitle{font-family:var(--ff-body);letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.theme-slider__block .theme-section__description{font-family:var(--ff-body);max-width:600px;margin:1.5rem auto}.theme-slider__block .button--main{border-radius:2px;padding:1rem 2.5rem;font-weight:600}.theme-category-card__name{font-family:var(--ff-display);font-style:italic;font-size:1.5rem}.theme-category-card:hover .theme-category-card__image{transform:scale(1.05)}.theme-product-block__name{font-family:var(--ff-display);font-weight:400;color:var(--choco);font-size:1.1rem;line-height:1.3}.theme-product-block__price{font-family:var(--ff-body);font-weight:700;color:var(--olive)}.theme-product-block:hover{box-shadow:0 10px 30px rgba(61,40,16,0.1);transform:translateY(-5px)}.header__brand{font-family:var(--ff-display)!important;font-style:italic;font-weight:400!important;letter-spacing:0}.header__menu a{font-size:.75rem!important;letter-spacing:.1em}.theme-section__title,.product-page__title,.cart__title,.order-summary__title,.footer__title,.template-heading__title,.category-heading__title,.customer-heading__title{font-family:var(--ff-display)!important;font-weight:400!important;font-style:italic!important}.button--main,.button--style,.product-form__submit,.cart__checkout-button,.button--checkout{font-family:var(--ff-body)!important;text-transform:uppercase!important;letter-spacing:.1em!important;font-weight:600!important}.footer{background-color:var(--choco)!important;color:var(--cream)!important}.footer .footer__title{color:var(--gold)!important;border-bottom:1px solid rgba(200,169,110,0.3)!important;padding-bottom:.5rem;margin-bottom:1rem}.footer a{color:var(--cream-d)!important;transition:color var(--tr)}.footer a:hover{color:var(--gold)!important}.footer__copyright{opacity:.7;font-size:.8rem}.reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(0.4,0,0.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}