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