.overlay.item-preview-overlay{background:#020024;background:linear-gradient(263deg,rgba(2,0,36,.83),rgba(9,9,121,0) 75%);transform:translate3d(100%,0,0)}.overlay.item-preview-overlay .overlay-wrapper{height:100%;max-height:none;position:absolute;right:0;overflow-y:auto}.overlay.item-preview-overlay .overlay-content{background:var(--color-bg)}.overlay.item-preview-overlay .image-container{height:50vh;border-radius:0 0 var(--border-radius) var(--border-radius)}.overlay.item-preview-overlay .preview-content{padding:26px 0}.overlay.item-preview-overlay .item-name{padding:0 26px;margin:26px 0}.overlay.item-preview-overlay .tags{list-style:none;padding:0 26px;margin-bottom:26px}.overlay.item-preview-overlay .tags li{display:inline-flex;align-items:center;background:var(--color-bright);margin:0 1rem 13px 0;padding:0 .5rem;border-radius:var(--border-radius)}.overlay.item-preview-overlay .tags li.has-icon{position:relative;padding-left:1.6rem}.overlay.item-preview-overlay .tags li .icon{position:absolute;left:-5px;width:1.6rem;height:1.6rem}.overlay.item-preview-overlay .pax-related{background:var(--color-bg-light);padding:26px;margin-bottom:26px}.overlay.item-preview-overlay .pax-counter{display:flex;align-items:center;margin-bottom:26px}.overlay.item-preview-overlay .pax-counter.editable .pax-counter-unit{margin:0 13px}.overlay.item-preview-overlay .emissions{margin-bottom:26px}.overlay.item-preview-overlay .emissions .value{font-weight:600}.overlay.item-preview-overlay .ingredients-list .ingredient-details{display:flex;align-items:center;list-style:none;border-bottom:1px solid var(--color-border-bg-lighter);padding:6.5px 0}.overlay.item-preview-overlay .ingredients-list .ingredient-details:last-child{border-bottom:none}.overlay.item-preview-overlay .ingredients-list .ingredient-details .ingredient-name{flex:1 1 auto;font-weight:600}.overlay.item-preview-overlay .ingredients-list .ingredient-details .qty{display:flex;align-items:center}.overlay.item-preview-overlay .ingredients-list .ingredient-details .qty .qty-number{font-weight:600;margin-right:.25rem}.overlay.item-preview-overlay .ingredients-list .ingredient-details .qty .unit{color:var(--color-text-discreet);text-align:center;line-height:1}.overlay.item-preview-overlay .instructions{padding:0 26px}.overlay.item-preview-overlay .instructions h3,.overlay.item-preview-overlay .instructions p{margin-bottom:26px}.overlay.item-preview-overlay .instructions ol{counter-reset:step-counter;padding:0}.overlay.item-preview-overlay .instructions ol li{counter-increment:step-counter;list-style:none;margin-bottom:26px;padding-left:55px;position:relative}.overlay.item-preview-overlay .instructions ol li:before{content:counter(step-counter) ".";font-weight:700;font-size:2rem;color:var(--color-text-discreet);position:absolute;left:0;top:0;font-family:Georgia,serif}.overlay.item-preview-overlay.ingredients .pax-related .prefix{display:none}@media(min-height:916px)and (orientation:portrait),(min-width:413px)and (orientation:landscape){.overlay.item-preview-overlay .overlay-wrapper{width:38.2%;max-width:620px;border-radius:0}.overlay.item-preview-overlay .ingredients-list{grid-template-columns:repeat(3,minmax(0,1fr))}}