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