.pgr-hero,.pgr-glass,.pgr-producer,.pgr-details{--pgr-bg: #f5f1ed;--pgr-surface: #ffffff;--pgr-border: #ddd5ca;--pgr-btn: #3a2318;--pgr-btn-hover: #2c1a0e;--pgr-text: #1c1008;--pgr-muted: #7a6555;--pgr-radius: .8rem;--pgr-gap: 2.4rem}.pgr-hero{background:var(--pgr-bg)}.pgr-hero__inner{display:grid;grid-template-columns:1fr 1fr;min-height:62vh}.pgr-hero__media{position:relative;background:#ebe5df;overflow:hidden;display:flex;align-items:center;justify-content:center}.pgr-hero__img-main{width:70%;height:70%;min-height:52vh;object-fit:contain;object-position:center;display:block}.pgr-hero__thumbs{position:absolute;bottom:0;left:0;right:0;display:flex;gap:.8rem;padding:1.2rem;background:linear-gradient(transparent,#0000002e)}.pgr-hero__thumb{width:5.6rem;height:5.6rem;border:2px solid transparent;border-radius:.4rem;overflow:hidden;cursor:pointer;padding:0;background:none;flex-shrink:0;transition:border-color .2s}.pgr-hero__thumb.is-active,.pgr-hero__thumb:hover{border-color:var(--pgr-btn)}.pgr-hero__thumb img{width:100%;height:100%;object-fit:cover;display:block}.pgr-hero__info{display:flex;flex-direction:column;justify-content:center;padding:var(--pgr-gap) var(--pgr-gap) var(--pgr-gap) calc(var(--pgr-gap) * 1.6)}.pgr-hero__info-inner{max-width:44rem;width:100%}.pgr-hero__title{font-size:clamp(2.4rem,3.5vw,3.6rem);font-weight:400;line-height:1.14;color:var(--pgr-text);margin:0 0 1.2rem;letter-spacing:-.01em}.pgr-hero__tagline{font-size:1.5rem;color:var(--pgr-muted);line-height:1.6;margin:0 0 2.4rem}.pgr-hero__price{display:flex;align-items:baseline;gap:1.2rem;margin:0 0 2.8rem}.pgr-hero__price-current{font-size:2.4rem;font-weight:500;color:var(--pgr-text)}.pgr-hero__price-compare{font-size:1.6rem;color:var(--pgr-muted);text-decoration:line-through}.pgr-hero__actions{display:flex;align-items:stretch;gap:1.2rem;margin-bottom:1.6rem;flex-wrap:wrap}.pgr-qty{display:flex;align-items:center;height:4.8rem;border:1.5px solid var(--pgr-border);border-radius:.4rem;overflow:hidden;background:var(--pgr-surface)}.pgr-qty__btn{width:4rem;height:100%;border:none;background:none;font-size:1.8rem;color:var(--pgr-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.pgr-qty__btn:hover{background:var(--pgr-bg)}.pgr-qty__input{width:4rem;height:100%;border:none;border-left:1.5px solid var(--pgr-border);border-right:1.5px solid var(--pgr-border);text-align:center;font-size:1.5rem;color:var(--pgr-text);background:none;-moz-appearance:textfield;padding:0}.pgr-qty__input::-webkit-inner-spin-button,.pgr-qty__input::-webkit-outer-spin-button{-webkit-appearance:none}.pgr-hero__atc{flex:1;min-width:16rem;height:4.8rem;background:var(--pgr-btn);color:#fff;border:none;border-radius:.4rem;font-size:1.5rem;font-weight:500;letter-spacing:.04em;cursor:pointer;padding:0 2.4rem;white-space:nowrap;transition:background .2s}.pgr-hero__atc:hover:not(:disabled){background:var(--pgr-btn-hover)}.pgr-hero__atc:disabled{opacity:.5;cursor:not-allowed}.pgr-hero__payment{margin-top:.4rem}.pgr-hero__pay-icons{display:flex;gap:1rem;flex-wrap:wrap}.pgr-hero__pay-icon{height:4rem;padding:0 1.6rem;border:1.5px solid var(--pgr-border);border-radius:.4rem;display:flex;align-items:center;justify-content:center;background:var(--pgr-surface);flex:1;min-width:8rem}.pgr-hero__pay-icon svg{height:1.8rem;width:auto}.pgr-glass{background:var(--pgr-bg);padding:3.8rem var(--pgr-gap) 2.2rem}.pgr-glass__card{position:relative;max-width:96rem;margin:0 auto;border:1.5px solid var(--pgr-border);border-radius:var(--pgr-radius);padding:2rem 4rem 3.6rem;background:var(--pgr-surface)}.pgr-glass__badge{position:absolute;top:-1.6rem;left:50%;transform:translate(-50%);background:var(--pgr-surface);border:1.5px solid var(--pgr-border);border-radius:10rem;padding:.6rem 2.8rem;white-space:nowrap;font-size:1.6rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--pgr-muted);font-family:var(--font-heading-family, Georgia, serif)}.pgr-glass__grid{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:start;padding-top:.4rem}.pgr-glass__card:not(.pgr-glass__card--split) .pgr-glass__grid{grid-template-columns:28rem 1fr;gap:4rem;align-items:center}.pgr-glass__col{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.2rem 2.4rem}.pgr-glass__media{display:flex;align-items:flex-end;justify-content:center;min-height:18rem;width:100%}.pgr-glass__img{max-width:100%;max-height:38rem;object-fit:contain;display:block;transition:transform .4s ease}.pgr-glass__col:hover .pgr-glass__img{transform:scale(1.03)}.pgr-glass__col--gabriel .pgr-glass__img{mix-blend-mode:multiply}.pgr-glass__info{display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%}.pgr-glass__subtitle{font-size:1.3rem;color:var(--pgr-muted);letter-spacing:.04em;margin:0 0 .6rem;font-style:italic}.pgr-glass__name{font-size:1.8rem;font-weight:400;color:var(--pgr-text);margin:0;font-family:var(--font-heading-family, Georgia, serif);line-height:1.3}.pgr-glass__body{font-size:1.4rem;color:var(--pgr-muted);line-height:1.65;margin:0;max-width:28rem}.pgr-glass__body p{margin:0 0 .4rem}.pgr-glass__body p:last-child{margin-bottom:0}.pgr-glass__price{font-size:1.8rem;font-weight:500;color:var(--pgr-text);margin:.4rem 0 0}.pgr-glass__status-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:500;letter-spacing:.04em;padding:.4rem 1.2rem;border-radius:10rem;margin-top:.8rem}.pgr-glass__status-badge--vinothek{color:var(--pgr-muted);background:var(--pgr-bg);border:1px solid var(--pgr-border)}.pgr-glass__status-badge--online{color:#3a6b4a;background:#edf5f0;border:1px solid #c1dcca}.pgr-glass__atc{display:inline-flex;align-items:center;justify-content:center;height:4.4rem;padding:0 2.8rem;background:var(--pgr-btn);color:#fff;border:none;border-radius:.4rem;font-size:1.4rem;font-weight:500;letter-spacing:.04em;cursor:pointer;white-space:nowrap;min-width:18rem;transition:background .2s,transform .15s;margin-top:1.2rem}.pgr-glass__atc:hover:not(:disabled){background:var(--pgr-btn-hover);transform:translateY(-1px)}.pgr-glass__atc:active:not(:disabled){transform:translateY(0)}.pgr-glass__atc:disabled{opacity:.45;cursor:not-allowed}.pgr-glass__atc--added{background:#3a6b4a}.pgr-glass__divider{display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:stretch;position:relative;padding:0 .4rem}.pgr-glass__divider:before{content:"";position:absolute;top:2rem;bottom:2rem;left:50%;width:1px;background:var(--pgr-border)}.pgr-glass__divider-text{position:relative;background:var(--pgr-surface);padding:.6rem .8rem;font-size:1.15rem;color:var(--pgr-muted);letter-spacing:.05em;text-transform:uppercase;font-weight:500;text-align:center;line-height:1.3;white-space:nowrap}.pgr-producer{background:var(--pgr-bg);overflow:hidden}.pgr-producer__inner{display:grid;grid-template-columns:1fr 1fr;min-height:42rem}.pgr-producer__content{padding:5.6rem var(--pgr-gap) 5.6rem calc(var(--pgr-gap) * 1.6);display:flex;flex-direction:column;justify-content:center;background:var(--pgr-bg)}.pgr-producer__label{font-size:1.5rem;text-transform:uppercase;letter-spacing:.12em;color:var(--pgr-text);opacity:.5;margin:0 0 .8rem}.pgr-producer__heading{font-size:clamp(2.4rem,3vw,3.2rem);font-weight:400;color:var(--pgr-text);margin:0 0 2rem;line-height:1.2;font-family:var(--font-heading-family, Georgia, serif)}.pgr-producer__text{font-size:1.5rem;color:var(--pgr-text);line-height:1.75;margin:0 0 1.4rem;max-width:44rem}.pgr-producer__text:last-of-type{margin-bottom:3.2rem}.pgr-producer__link{display:inline-flex;align-items:center;gap:.6rem;font-size:1.5rem;color:var(--pgr-text);text-decoration:none;border-bottom:1px solid transparent;padding-bottom:.1rem;width:fit-content;transition:border-color .2s}.pgr-producer__link:hover{border-color:var(--pgr-text)}.pgr-producer__media{position:relative;overflow:hidden}.pgr-producer__bg{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .6s ease}.pgr-producer__media:hover .pgr-producer__bg{transform:scale(1.03)}.pgr-producer__placeholder{width:100%;height:100%;display:flex;align-items:stretch}.pgr-producer__placeholder svg{width:100%;height:100%;display:block}.pgr-details{background:var(--pgr-bg);padding:5.6rem var(--pgr-gap)}.pgr-details__inner{max-width:96rem;margin:0 auto}.pgr-details__toggle{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;background:none;border:none;cursor:pointer;padding:1.6rem;margin-bottom:3.2rem}.pgr-details__toggle-text{font-size:2rem;font-weight:400;color:var(--pgr-text);font-family:var(--font-heading-family, Georgia, serif)}.pgr-details__chevron{width:2rem;height:2rem;color:var(--pgr-text);transition:transform .3s ease;flex-shrink:0}.pgr-details.is-open .pgr-details__chevron{transform:rotate(180deg)}.pgr-details__body{display:none;animation:pgr-fade-in .3s ease}.pgr-details.is-open .pgr-details__body{display:block}@keyframes pgr-fade-in{0%{opacity:0;transform:translateY(.8rem)}to{opacity:1;transform:translateY(0)}}.pgr-details__gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;margin-bottom:4.8rem}.pgr-details__gallery-item{aspect-ratio:3 / 4;border-radius:.6rem;overflow:hidden;background:#ebe5df}.pgr-details__gallery-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.pgr-details__gallery-item:hover .pgr-details__gallery-img{transform:scale(1.04)}.pgr-details__specs{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem 3.2rem;padding:3.2rem 0;border-top:1px solid var(--pgr-border);border-bottom:1px solid var(--pgr-border);margin-bottom:3.2rem}.pgr-details__spec-label{font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--pgr-muted);margin:0 0 .4rem}.pgr-details__spec-value{font-size:1.5rem;color:var(--pgr-text);line-height:1.5;margin:0}.pgr-producer__rich{color:var(--pgr-text)}.pgr-producer__rich,.pgr-producer__rich *{color:var(--pgr-text)!important}.pgr-producer__rich p{font-size:1.5rem;line-height:1.75;margin:0 0 1.2rem;max-width:44rem}.pgr-producer__rich p:last-child{margin-bottom:0}.pgr-producer__rich a{color:var(--pgr-text)!important;text-decoration:underline;text-underline-offset:.2em}.pgr-producer__rich a:hover{opacity:.7}.pgr-producer__rich strong,.pgr-producer__rich b{font-weight:600}.pgr-details__block{margin-bottom:3.2rem}.pgr-details__block-label{font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--pgr-muted);margin:0 0 1rem}.pgr-details__block-body{font-size:1.5rem;color:var(--pgr-text);line-height:1.7}.pgr-details__block-body p{margin:0 0 .8rem}.pgr-details__block-body p:last-child{margin-bottom:0}.pgr-details__awards{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.pgr-details__awards li:before{content:" ";font-style:normal}@media(max-width:900px){.pgr-glass{padding:4.4rem var(--pgr-gap) 3.2rem}.pgr-glass__card{padding:3.2rem 2.4rem 2.8rem}.pgr-glass__col{padding:.8rem 1.4rem}.pgr-glass__card:not(.pgr-glass__card--split) .pgr-glass__grid{grid-template-columns:18rem 1fr;gap:2.4rem}.pgr-details__specs{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.pgr-hero__img-main{width:82%;height:82%}.pgr-hero__inner{grid-template-columns:1fr}.pgr-hero__info{padding:2.4rem 1.6rem;order:2}.pgr-hero__info-inner{max-width:100%}.pgr-hero__media{order:1}.pgr-glass{padding:3.6rem 1.6rem 2.4rem}.pgr-glass__card{padding:3rem 1.6rem 2.4rem}.pgr-glass__grid,.pgr-glass__card:not(.pgr-glass__card--split) .pgr-glass__grid{grid-template-columns:1fr;gap:0}.pgr-glass__divider{flex-direction:row;padding:1.2rem 0;align-self:auto}.pgr-glass__divider:before{top:50%;bottom:auto;left:2rem;right:2rem;width:auto;height:1px}.pgr-glass__divider-text{padding:0 1.2rem}.pgr-glass__col{padding:1.6rem .8rem}.pgr-glass__media{min-height:22rem}.pgr-glass__atc{min-width:100%}.pgr-producer__inner{grid-template-columns:1fr}.pgr-producer__media{min-height:28rem;order:1}.pgr-producer__content{padding:3.2rem 1.6rem;order:2}.pgr-details{padding:3.2rem 1.6rem}.pgr-details__gallery{gap:.8rem}.pgr-details__specs{grid-template-columns:repeat(2,1fr)}.pgr-hero__pay-icons{flex-wrap:nowrap}}.pgr-hero__variant-wrap{margin-bottom:1.2rem}.pgr-hero__variant-select{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.pgr-hero__variant-label{margin:0 0 .55rem;color:#6b5a49;font-size:1.05rem;font-weight:700;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.pgr-hero__variant-options{display:flex;flex-wrap:wrap;gap:.8rem}.pgr-hero__variant-card{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:10.8rem;min-height:5.6rem;padding:.8rem 1.15rem;border:1.5px solid #ddd5ca;border-radius:.7rem;background:#fff;color:#2e1a0e;cursor:pointer;font-family:inherit;text-align:left;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.pgr-hero__variant-card:hover,.pgr-hero__variant-card:focus-visible{border-color:#b88a46;box-shadow:0 8px 18px #522d321f;outline:none}.pgr-hero__variant-card.is-active{border-color:#b88a46;box-shadow:inset 0 0 0 1px #b88a46,0 8px 18px #522d321a;background:#fffaf2}.pgr-hero__variant-card:disabled{cursor:not-allowed;opacity:.52}.pgr-hero__variant-card-title{font-size:1.35rem;font-weight:800;line-height:1.1}.pgr-hero__variant-card-price{margin-top:.25rem;color:#6b5a49;font-size:1.15rem;line-height:1.2}.pgr-hero__variant-select--native{appearance:none;-webkit-appearance:none;width:100%;padding:.65rem 2.4rem .65rem 1rem;font-family:inherit;font-size:.95rem;color:var(--color-foreground);background-color:var(--color-background);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;border:1px solid var(--color-border, #d0d0d0);border-radius:4px;cursor:pointer;transition:border-color .2s}.pgr-hero__variant-select--native:focus{outline:none;border-color:var(--color-foreground)}.pgr-hero__trust{display:flex;flex-direction:column;gap:.8rem;margin-top:.8rem}.pgr-hero__trust-item{display:inline-flex;align-items:center;gap:.5rem;font-size:1.25rem;color:#5a4a3a}
/*# sourceMappingURL=/cdn/shop/t/98/assets/product-grappa.css.map */
