body{font-family:Arial,Helvetica,sans-serif;font-size:max(1.5vh,1em)}.header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:min(60em,85%);margin:0 auto}.header img{height:4em;margin:2.5em 0}.header-home-icon{width:2em;height:2em}.container{width:min(58em,90% - 2em);padding:1em;background-color:#fff;margin:0 auto;border-radius:1em;margin-bottom:3em}.catalogue_background{min-width:100vw;min-height:100vh;position:fixed;z-index:-100;top:50%;left:50%;transform:translate(-50%, -50%)}.container{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between}.product-left{margin-top:2em;width:100%}.product-image{display:block;max-width:calc(100% - 4em);height:fit-content;margin:2em;border-radius:1em;overflow:hidden}.product-image img{display:block;max-width:100%}.product-price{margin:1em 2em}.product-price h1{margin:0;font-size:2em;color:#693f00}.product-price p{margin:0}.product-right{display:block;margin-top:.5em;width:100%}@media only screen and (min-width: 60em){.container{flex-direction:row}.product-left{width:39%}.product-right{width:59%}}.product-back{padding:.5em 3em;transition:.2s ease;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;color:#000;text-decoration:none;width:fit-content;cursor:pointer}.product-back:hover{text-decoration:underline}.product-header{display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin-bottom:1em}.product-header h1{color:#693f00}@media only screen and (min-width: 60em){.product-header{flex-direction:row}}.product-order-button{padding:1em 2em;transition:.2s ease;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;color:#000;text-decoration:none;width:fit-content;border-radius:1em;background-color:gold;margin:1em;cursor:pointer;box-shadow:0 0 1em rgba(0,0,0,.2)}.product-order-button:hover{background-color:#ffe65a}