:root{--main-bg: #f8f2e9;--secondary-bg: #fff3db;--wine-color: #902423}*{font-family:Playfair Display,serif;font-optical-sizing:auto;font-style:normal}a{color:var(--text-color);position:relative}a:after{position:absolute;content:"";width:0;border-bottom:2px solid var(--text-color);left:0;bottom:0;transition:.2s ease-in-out}a.active:after{border-color:var(--wine-color)}a.active:after,a:hover:not(.no-transition):after{position:absolute;width:100%}body{padding:0;margin:0;background-color:var()}#root{display:grid;grid-template-rows:auto 1fr auto;min-height:100vh}img{max-width:100%;height:auto;display:block}.page{margin:0 auto;width:100%;padding:50px 0}.container{width:100%;max-width:1080px;padding:20px;margin:0 auto}.MuiCard-root.card{height:100%}.product-list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cookie-banner{background-color:var(--bg-paper);position:fixed;bottom:0;padding:20px;width:96%;left:50%;transform:translate(-50%);margin-bottom:2%;box-shadow:0 0 50px #222;border-radius:5px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:15px;z-index:100}.cookie-banner p{margin:0}.cookie-banner button{background-color:var(--wine-color);color:#fff;border:none;border-radius:5px;padding:15px 20px;cursor:pointer}@media(max-width:600px){.product-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:400px){.product-list{grid-template-columns:repeat(1,1fr)}.cookie-banner{flex-direction:column}}.main-footer{padding:15px}.main-footer ul{padding-left:0;list-style:none}.main-footer ul li a{text-decoration:none}.main-footer ul li a.active{color:var(--wine-color);text-decoration:underline}.main-footer .footer-column{display:flex;justify-content:center;align-items:center}.info-column p{margin:0}.small-footer{display:flex;justify-content:space-between;text-align:center;padding:0 20px;align-items:center}@media(max-width:500px){.small-footer{flex-direction:column}}.desktop-menu{height:120px;display:flex;flex-direction:row;justify-content:space-around;width:100%;font-size:25px;max-width:1080px;margin:0 auto}.desktop-menu .logo{height:120px;width:auto}.phone-menu-drawer .nav-item,.desktop-menu .nav-item{align-self:center;text-decoration:none;color:var(--text-color)}.phone-menu-drawer .nav-item.active,.desktop-menu .nav-item.active{color:var(--wine-color)}.phone-menu-drawer .nav-itemhover:after,.desktop-menu .nav-item:hover:after{border-bottom:2px solid}.phone-menu{display:none;flex-direction:row;justify-content:space-between;padding:10px}.phone-menu img{max-height:60px}.phone-menu-drawer .MuiDrawer-paper{background-color:var(--bg-paper)}.phone-menu-drawer{background-color:#fff3}@media(max-width:600px){.phone-menu{display:flex}.desktop-menu{display:none}}.hero-section{height:400px}.hero-section .hs-left,.hero-section .hs-right{justify-items:center;align-content:center}.hero-section .hs-right,.hero-section .hs-left{text-align:center;padding:20px}.hero-section .hs-right{background-image:url(/assets/wines-skxDigi5.jpg);background-size:cover;background-repeat:no-repeat;background-position:right;position:relative}.hero-section .hs-right:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,var(--bg-paper) 0%,rgba(255,255,255,0) 20%);pointer-events:none}.hero-section .hs-right .hs-buttons{margin:0 auto;display:flex;position:relative;z-index:100;justify-content:space-around;gap:15px}.hs-container{height:100%}@media(max-width:700px){.hero-section .hs-right .hs-buttons{display:flex;flex-direction:column}.hero-section .hs-right .hs-buttons>*{flex:1}}@media(max-width:600px){.hero-section{height:auto}.hs-container{background-image:url(/assets/wines-skxDigi5.jpg);background-size:cover;background-repeat:no-repeat}.hs-texts{background-color:var(--bg-default);opacity:.8;border-radius:5px;padding:20px}.hero-section .hs-right,.hero-section .hs-right:after{background:none}}.our-history-img{padding:20px;box-sizing:border-box;align-self:center;max-width:300px;width:100%;justify-self:center}.filtered-products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-paginator{display:flex;justify-content:center;margin-top:50px}#root .product{position:relative;overflow:hidden}.product .product-data{background:linear-gradient(0deg,var(--bg-paper) 0%,var(--bg-paper) 95%,rgba(255,255,255,1) 100%);padding:20px;height:100%}.product .badge{position:absolute;display:block;top:10px;right:-43px;transform:rotate(45deg);background-color:var(--wine-color);color:#fff;padding:3px 50px}.product .title{text-align:center;height:2.8em}.add-to-cart{position:relative;width:100%;height:50px;display:block;display:flex;align-items:center;justify-content:center;font-size:20px;transition:.2s ease-in-out;border:none;border-radius:3px;background-color:transparent}.add-to-cart .text{opacity:0;position:absolute;transform:translate(100px);transition:.2s ease-in-out}.add-to-cart .price{opacity:1;position:absolute;transition:.2s ease-in-out;color:var(--text-color)}.product:hover .add-to-cart{background-color:var(--wine-color);cursor:pointer}.product:hover .text{transform:translate(0);opacity:1;color:#fff}.product:hover .price{opacity:0;transform:translate(-100px)}@media(max-width:700px){.filtered-products{grid-template-columns:repeat(1,1fr)}}.contact-left iframe{border:0}
