.epresto.zeroWasteIndex .detailView{--primary-padding-left:3vw;--primary-padding-right:6vw;--aside-padding-right:10px;height:100%;display:grid;grid-template-areas:'viewHeader aside' 'introduction aside' 'compactCards aside' 'misc aside' '. aside';grid-template-columns:5fr 2fr;row-gap:56px}@media(max-width:82em){.epresto.zeroWasteIndex .detailView{grid-template-columns:2fr 1fr}}@media(max-width:62em){.epresto.zeroWasteIndex .detailView{--primary-padding-left:3vw;--primary-padding-right:3vw;--aside-padding-right:0;grid-template-areas:'viewHeader' 'introduction' 'compactCards' 'misc' 'aside';grid-template-columns:auto;grid-template-rows:auto}}@media(max-width:43em){.epresto.zeroWasteIndex .detailView{row-gap:30px}}.epresto.zeroWasteIndex .detailView header#viewHeader{grid-area:viewHeader;padding-left:var(--primary-padding-left);padding-right:var(--primary-padding-right);position:relative;display:grid;grid-template-areas:'h1 button' 'industryHeaderImage industryHeaderImage'}@media(max-width:43em){.epresto.zeroWasteIndex .detailView header#viewHeader{padding-top:20px;grid-template-areas:'button' 'h1' 'industryHeaderImage'}}.epresto.zeroWasteIndex .detailView header#viewHeader h1{grid-area:h1;align-self:center}.epresto.zeroWasteIndex .detailView header#viewHeader button.butGoBack{grid-area:button;justify-self:end;align-self:center}@media(max-width:43em){.epresto.zeroWasteIndex .detailView header#viewHeader button{justify-self:start}}.epresto.zeroWasteIndex .detailView header#viewHeader img#industryHeaderImage{grid-area:industryHeaderImage;width:100%;padding-left:4%;padding-right:6%;aspect-ratio:10/1;object-fit:cover;background-image:var(--theme-detail-industryheader-background);background-repeat:no-repeat;background-position:center;background-size:100% auto}@media(max-width:43em){.epresto.zeroWasteIndex .detailView header#viewHeader img#industryHeaderImage{aspect-ratio:4/1}}.epresto.zeroWasteIndex .detailView header#viewHeader img.logoVendor{width:200px;aspect-ratio:4/3;object-fit:scale-down;position:absolute;top:8em;right:calc(30px + var(--primary-padding-right));padding:20px;background-color:#fff;box-shadow:4px 4px 6px rgba(0,0,0,.2)}@media(max-width:120em){.epresto.zeroWasteIndex .detailView header#viewHeader img.logoVendor{width:180px}}@media(max-width:82em){.epresto.zeroWasteIndex .detailView header#viewHeader img.logoVendor{width:120px;top:7.5em;padding:10px}}@media(max-width:62em){.epresto.zeroWasteIndex .detailView header#viewHeader img.logoVendor{top:6em}}@media(max-width:43em){.epresto.zeroWasteIndex .detailView header#viewHeader img.logoVendor{width:33%;top:10em}}@media(max-width:26em){.epresto.zeroWasteIndex .detailView header#viewHeader img.logoVendor{top:125px}}.epresto.zeroWasteIndex .detailView section#introduction{grid-area:introduction;padding-left:var(--primary-padding-left);padding-right:var(--primary-padding-right);display:grid;grid-template-areas:'name name' 'claim claim' 'text image'}@media(max-width:62em){.epresto.zeroWasteIndex .detailView section#introduction{grid-template-areas:'name' 'claim' 'text' 'image'}}@media(max-width:43em){.epresto.zeroWasteIndex .detailView section#introduction{margin-bottom:30px}}.epresto.zeroWasteIndex .detailView section#introduction h2{grid-area:name;width:100%;margin:0}.epresto.zeroWasteIndex .detailView section#introduction .claim{grid-area:claim}.epresto.zeroWasteIndex .detailView section#introduction .text{grid-area:text;padding-top:1em;padding-right:10%}.epresto.zeroWasteIndex .detailView section#introduction img{grid-area:image;justify-self:flex-end;width:100%;max-width:700px}.epresto.zeroWasteIndex .detailView section#compactCards{grid-area:compactCards;padding-left:var(--primary-padding-left);padding-right:var(--primary-padding-right);display:flex;flex-wrap:wrap;justify-content:space-between;column-gap:35px;row-gap:56px}.epresto.zeroWasteIndex .detailView section#compactCards article{position:relative;padding-left:20px;padding-right:20px;border:3px solid var(--theme-main-color);border-radius:4px;min-width:320px;flex:1 1 30%}.epresto.zeroWasteIndex .detailView section#compactCards article:before{content:'';--article-header-image-size:65px;width:var(--article-header-image-size);position:absolute;top:calc(var(--article-header-image-size)/-2);left:calc(50% - var(--article-header-image-size)/2);aspect-ratio:1;border-radius:50%;outline:16px solid #fff;background-repeat:no-repeat,no-repeat;background-size:70%,200%}.epresto.zeroWasteIndex .detailView section#compactCards article.openingHours:before{background-image:var(--theme-detail-compactcard-heading-icon-openinghours);background-position:center,right top}.epresto.zeroWasteIndex .detailView section#compactCards article.web:before{background-image:var(--theme-detail-compactcard-heading-icon-web);background-position:center,center}.epresto.zeroWasteIndex .detailView section#compactCards article.address:before{background-image:var(--theme-detail-compactcard-heading-icon-address);background-position:center,right bottom}.epresto.zeroWasteIndex .detailView section#compactCards article header{padding:10px;padding-top:30px;margin-bottom:1em;border-bottom:3px solid var(--theme-main-color);position:relative}.epresto.zeroWasteIndex .detailView section#compactCards article header h3{font-family:'saira-extra-condensed-v11-latin-900';font-size:1.4em;margin-top:.2em;margin-bottom:0}.epresto.zeroWasteIndex .detailView section#compactCards article p{padding-left:10px;padding-right:10px;overflow:hidden}.epresto.zeroWasteIndex .detailView section#compactCards button{background-color:unset;font-family:'OpenSans-Regular';font-size:1em;text-align:left;letter-spacing:unset;color:#000;padding-left:10px;padding-right:10px;margin-bottom:1em}.epresto.zeroWasteIndex .detailView section#compactCards button:hover{text-decoration:underline}.epresto.zeroWasteIndex .detailView section#misc{grid-area:misc;padding-left:var(--primary-padding-left);padding-right:var(--primary-padding-right)}.epresto.zeroWasteIndex .detailView section#misc div.tags{margin-top:5px;margin-bottom:15px;display:flex;flex-wrap:wrap;row-gap:10px;column-gap:10px}.epresto.zeroWasteIndex .detailView section#misc div.tags span.item{padding-top:3px;padding-bottom:3px;padding-left:18px;padding-right:18px;border:1px solid var(--theme-main-color);border-radius:20px;color:var(--theme-accent-color);font-family:'saira-extra-condensed-v11-latin-900';font-size:1.2em;letter-spacing:.01em}.epresto.zeroWasteIndex .detailView aside{grid-area:aside}.epresto.zeroWasteIndex .detailView aside{background-color:#e5e5e5;margin-right:var(--aside-padding-right)}@media(max-width:62em){.epresto.zeroWasteIndex .detailView aside{width:100%;overflow:hidden}}.epresto.zeroWasteIndex .detailView aside div.contentPanel{container-type:size;height:calc(100vh - var(--page-header-height) + 10px);display:flex;flex-direction:column;align-items:center;gap:0;padding:20px;padding-top:15px}@media(max-width:62em){.epresto.zeroWasteIndex .detailView aside div.contentPanel{container-type:unset;height:unset;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:0;padding:3vw;padding-top:40px;padding-bottom:40px}}@media(max-width:26em){.epresto.zeroWasteIndex .detailView aside div.contentPanel{flex-direction:column;gap:25px}}.epresto.zeroWasteIndex .detailView aside div#mapRing{width:95%;aspect-ratio:1;border-radius:50%;margin-bottom:3cqh;padding:16px;background-image:var(--theme-aside-map-background);background-position:center;background-repeat:no-repeat;background-size:cover;box-shadow:4px 4px 16px rgba(0,0,0,.2)}@media(max-width:62em){.epresto.zeroWasteIndex .detailView aside div#mapRing{width:65%;margin-bottom:15px}}@media(max-width:43em){.epresto.zeroWasteIndex .detailView aside div#mapRing{width:90%}}.epresto.zeroWasteIndex .detailView aside figure#map{border:2px solid var(--theme-main-color-darker);width:100%;aspect-ratio:1;border-radius:50%;margin:0}.epresto.zeroWasteIndex .detailView aside figure#map:focus{outline-offset:20px}.epresto.zeroWasteIndex .detailView aside figure#map .unlabeledMarker img{width:inherit;height:inherit}.epresto.zeroWasteIndex .detailView aside cite{font-family:'saira-extra-condensed-v11-latin-200';font-style:unset;font-size:3.5cqh;line-height:4.375cqh;margin-bottom:2.5cqh;padding-left:5px}@media(max-width:62em){.epresto.zeroWasteIndex .detailView aside cite{width:70%;margin-bottom:unset;font-size:2em;line-height:1.3em}}@media(max-width:43em){.epresto.zeroWasteIndex .detailView aside cite{font-size:1.6em;line-height:1.1875em}}@media(max-width:26em){.epresto.zeroWasteIndex .detailView aside cite{font-size:1.3em}}.epresto.zeroWasteIndex .detailView aside cite strong{font-family:'saira-extra-condensed-v11-latin-900';font-weight:normal;text-transform:uppercase}.epresto.zeroWasteIndex .detailView aside img.testimonial{height:21cqh;filter:drop-shadow(3px 3px 3px #9a9a9a)}@media(max-width:62em){.epresto.zeroWasteIndex .detailView aside img.testimonial{width:30%;height:auto}}