.shop-img-container{position:relative;width:100%;height:100%;top:0;-o-object-fit:contain;object-fit:contain}.shop-img-container.fold img{padding:max(40px,1.2vw)}.shop-img-container img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;cursor:pointer;padding:max(140px,8vw);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:1}.shop-preview-enter-from{opacity:0}.shop-preview-leave-to{opacity:1}@media only screen and (max-width:1000px){.shop-img-container img{padding:40px 20px 20px 20px}}.shop-container{position:absolute;width:100%;height:100%;display:flex;flex-direction:row}.book-container{position:relative;flex-basis:100%;height:100%;background-color:var(--shop-bg-color);border-right:1px solid var(--border-color)}.shop-form,.shop-order{flex-basis:20px;min-width:20px;display:flex;flex-direction:column}.pre-order,.shop-form,.shop-order{background-color:var(--shop-bg-color)}.pre-order{padding:40px 20px 40px 20px;border-top:1px solid var(--border-color)}.product-title{font-size:max(26px,1.55vw)}a.pre-order{font-size:max(32px,1.35vw)}.shop-order{flex-basis:max(35vw,500px);min-width:300px;display:flex;flex-direction:column}.description-container{flex-basis:100%;flex-shrink:1;flex-grow:1;padding:10px 20px 20px 20px;overflow:auto}.shop-form{flex-basis:100%;padding:10px 20px 10px 20px}.shop-form input{background-color:transparent}.shop-form ul{list-style:none;width:100%;margin:0;padding:0}.shop-form li{cursor:pointer}.shop-form li.selected,.shop-form li:hover{box-sizing:border-box;background-color:var(--contrast-color)}.shop-form li.selected p,.shop-form li:hover p{color:#fff}.shop-form.unfold{min-width:70%}.shop-nav{flex-basis:20px;position:relative;width:100%;bottom:0;padding-bottom:5px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:row;align-items:center;justify-content:space-between;justify-self:flex-end}.shop-nav a{font-size:max(26px,1.55vw)}#form-content{flex-basis:100%;flex-grow:1;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}#form-content input{flex-grow:0;padding:0;margin-right:20px}#form-content section{display:flex;flex-direction:row;flex-wrap:wrap}#form-content section div{flex-basis:50%;min-width:400px;display:flex;flex-shrink:0;max-width:50%}#form-content section div p{flex-basis:200px;flex-grow:0;flex-shrink:0;line-height:1.5}#form-content section div input{flex-basis:100%;border-width:0 0 1px 0;border-color:var(--border-color)}#errors{margin-top:40px}#loading{width:0;white-space:nowrap;overflow:hidden;-webkit-animation:type 3s steps(40) infinite;animation:type 3s steps(40) infinite}@keyframes type{to{width:1em}}@-webkit-keyframes type{to{width:1em}}@media only screen and (max-width:1000px){.shop-container{flex-direction:column}.book-container{flex-basis:35%;overflow:hidden;flex-grow:1;flex-shrink:0;border-right:none;border-bottom:1px solid var(--border-color)}.book-container.fold{flex-basis:20%;flex-shrink:1}.shop-order{flex-basis:65%;flex-grow:1;flex-shrink:1}.shop-form,.shop-order{overflow:auto}#form-content section div p{flex-basis:150px}#form-content section div{min-width:100%}.pre-order{background-color:var(--shop-bg-color);border-bottom:1px solid var(--border-color);border-top:none}#confirmation{margin-bottom:80px}.pre-order{padding:20px 20px 20px 20px}}