:root{--falco-pdp-pad-x: 56px;--falco-pdp-pad-x-mobile: 20px;--falco-pdp-reveal-y: 18px;--falco-pdp-reveal-ms: .8s;--falco-pdp-ease: cubic-bezier(.2, .7, .2, 1)}.falco-mode--dark{--falco-bg: #000000;--falco-fg: #ffffff;--falco-border: rgba(255, 255, 255, .15);--falco-border-strong: rgba(255, 255, 255, .25);--falco-muted-fg: rgba(255, 255, 255, .5);--falco-cta-bg: #ffffff;--falco-cta-fg: #000000;--falco-drop-shadow: drop-shadow(0 30px 50px rgba(0, 0, 0, .6))}.falco-mode--light{--falco-bg: #ffffff;--falco-fg: #000000;--falco-border: rgba(0, 0, 0, .1);--falco-border-strong: #000000;--falco-muted-fg: rgba(0, 0, 0, .5);--falco-cta-bg: #000000;--falco-cta-fg: #ffffff;--falco-drop-shadow: drop-shadow(0 30px 50px rgba(0, 0, 0, .2))}.falco-pdp-section{background:var(--falco-bg);color:var(--falco-fg);padding:120px var(--falco-pdp-pad-x);font-family:var(--brand-font-body, "Falco Proxima Nova", "Helvetica Neue", Arial, sans-serif);-webkit-font-smoothing:antialiased;position:relative}@media(max-width:989px){.falco-pdp-section{padding:56px var(--falco-pdp-pad-x-mobile)}}.falco-pdp-section .falco-caps{text-transform:uppercase;letter-spacing:.22em;font-weight:500}.falco-pdp-section .falco-reveal{opacity:0;transform:translateY(var(--falco-pdp-reveal-y));transition:opacity var(--falco-pdp-reveal-ms) ease,transform var(--falco-pdp-reveal-ms) var(--falco-pdp-ease)}.falco-pdp-section .falco-reveal.is-visible,.falco-pdp-section .falco-reveal.in{opacity:1;transform:none}.falco-pdp-hero{padding:0}.falco-pdp-hero__grid{display:grid;grid-template-columns:1fr 1fr;min-height:85vh;align-items:center}.falco-pdp-hero--image-right .falco-pdp-hero__media{order:2}.falco-pdp-hero--image-right .falco-pdp-hero__info{order:1}.falco-pdp-hero__media{padding:80px 40px;border-right:1px solid var(--falco-border);display:flex;justify-content:center;align-items:center}.falco-pdp-hero--image-right .falco-pdp-hero__media{border-right:none;border-left:1px solid var(--falco-border)}.falco-pdp-hero__bottle{height:580px;width:auto;max-width:100%;object-fit:contain;filter:var(--falco-drop-shadow)}.falco-pdp-hero__info{padding:80px 56px}.falco-pdp-hero__subtitle{font-size:11px;letter-spacing:.3em;opacity:.5;margin:0 0 20px}.falco-pdp-hero__title{font-size:96px;line-height:.88;letter-spacing:-.02em;margin:0;text-transform:uppercase;color:var(--falco-fg)}.falco-pdp-hero__title-line{display:block}.falco-pdp-hero__title-line--thin{font-weight:300}.falco-pdp-hero__title-line--black{font-weight:900}.falco-pdp-hero__description{margin:32px 0 0;font-size:16px;line-height:1.65;max-width:440px;font-weight:300}.falco-pdp-hero__price-row{margin-top:40px;display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}.falco-pdp-hero__price{font-size:36px;font-weight:700;letter-spacing:-.02em}.falco-pdp-hero__price-suffix{font-size:11px;opacity:.4}.falco-pdp-hero__app-block{margin-top:16px}.falco-pdp-hero__form-wrapper{margin-top:32px}.falco-pdp-hero .product-form__submit{width:100%;padding:18px 48px;font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;background:var(--falco-cta-bg)!important;color:var(--falco-cta-fg)!important;border:1px solid var(--falco-fg)!important;border-radius:0!important}.falco-pdp-hero__seal{margin-top:32px;padding-top:32px;border-top:1px solid var(--falco-border)}.falco-pdp-hero__seal-img{width:64px;height:auto}@media(max-width:989px){.falco-pdp-hero__grid{grid-template-columns:1fr;min-height:auto}.falco-pdp-hero__media,.falco-pdp-hero--image-right .falco-pdp-hero__media{border:none;padding:56px 20px 0}.falco-pdp-hero--image-right .falco-pdp-hero__media{order:1}.falco-pdp-hero--image-right .falco-pdp-hero__info{order:2}.falco-pdp-hero__bottle{filter:none;height:380px}.falco-pdp-hero__info{padding:32px 20px 56px;text-align:center}.falco-pdp-hero__description{margin-left:auto;margin-right:auto}.falco-pdp-hero__price-row{justify-content:center}.falco-pdp-hero__title{font-size:52px}.falco-pdp-hero__price{font-size:32px}}.falco-pdp-tasting-notes{border-top:1px solid var(--falco-border)}.falco-pdp-tasting-notes h2.falco-pdp-tasting-notes__heading,.falco-pdp-tasting-notes__heading{font-size:11px;font-weight:500;letter-spacing:.3em;opacity:.5;text-align:center;color:var(--falco-fg);margin:0 0 32px;line-height:1}.falco-pdp-tasting-notes__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:80px;max-width:1100px;margin:0 auto}.falco-pdp-tasting-notes__num{display:block;font-size:48px;font-weight:300;line-height:1;margin-bottom:24px}.falco-pdp-tasting-notes h3.falco-pdp-tasting-notes__label,.falco-pdp-tasting-notes__label{font-size:13px;font-weight:700;letter-spacing:.2em;color:var(--falco-fg);line-height:1;margin:0 0 16px}.falco-pdp-tasting-notes__text{font-size:15px;line-height:1.7;font-weight:300;opacity:.75;margin:0}.falco-mode--light .falco-pdp-tasting-notes__text{opacity:.65}@media(max-width:989px){.falco-pdp-tasting-notes__grid{grid-template-columns:1fr;gap:32px;text-align:center}.falco-pdp-tasting-notes__num{display:none}.falco-pdp-tasting-notes__text{font-size:13px}}.falco-pdp-story-quote{border-top:1px solid var(--falco-border)}.falco-pdp-story-quote__inner{max-width:900px;margin:0 auto;text-align:center}.falco-pdp-story-quote__label{font-size:11px;letter-spacing:.3em;opacity:.5;margin:0 0 40px}.falco-pdp-story-quote__quote{font-size:clamp(32px,4vw,64px);font-weight:300;line-height:.95;text-transform:uppercase;color:var(--falco-fg);margin:0;padding:0;border:none}.falco-pdp-story-quote__quote strong{font-weight:900}.falco-pdp-story-quote__quote p{margin:0}.falco-pdp-story-quote__signature{margin-top:48px;display:flex;justify-content:center}.falco-pdp-story-quote__signature-img{width:180px;height:auto}.falco-mode--dark .falco-pdp-story-quote__signature-img--default{filter:invert(1)}.falco-pdp-details{border-top:1px solid var(--falco-border)}.falco-pdp-details h2.falco-pdp-details__heading,.falco-pdp-details__heading{font-size:11px;font-weight:500;letter-spacing:.3em;opacity:.5;text-align:center;color:var(--falco-fg);line-height:1;margin:0 0 48px}.falco-pdp-details__grid{display:grid;grid-template-columns:1fr 1fr;column-gap:32px;max-width:900px;margin:0 auto;border-top:1px solid var(--falco-border-strong)}.falco-pdp-details__row{display:flex;justify-content:space-between;align-items:baseline;padding:18px 0;border-bottom:1px solid var(--falco-border-strong);font-size:11px;letter-spacing:.2em;text-transform:uppercase}.falco-pdp-details__label{opacity:.4}.falco-pdp-details__value{font-weight:700}@media(max-width:989px){.falco-pdp-details__grid{grid-template-columns:1fr}}.falco-pdp-cross-sell{padding:120px 56px;text-align:center;font-family:var(--brand-font-body, "Falco Proxima Nova", "Helvetica Neue", Arial, sans-serif);-webkit-font-smoothing:antialiased;min-height:80vh;display:flex;align-items:center}.falco-pdp-cross-sell--dark{background:linear-gradient(180deg,#000,#0a0a0a 40%,#f5f5f5 60%,#fff)}.falco-pdp-cross-sell--light{background:linear-gradient(180deg,#fff,#f5f5f5 20%,#0a0a0a,#000)}.falco-pdp-cross-sell__inner{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:32px}.falco-pdp-cross-sell h2.falco-pdp-cross-sell__title,.falco-pdp-cross-sell__title{font-size:clamp(48px,8vw,120px);line-height:.88;margin:0;text-transform:uppercase}.falco-pdp-cross-sell__title-line{display:block}.falco-pdp-cross-sell__title-line--thin{font-weight:300}.falco-pdp-cross-sell__title-line--black{font-weight:900}.falco-pdp-cross-sell__bottle-img{height:480px;width:auto;max-width:100%;object-fit:contain}.falco-pdp-cross-sell__text{max-width:540px;font-size:15px;line-height:1.7;font-weight:300}.falco-pdp-cross-sell__cta{display:inline-block;padding:18px 48px;font-size:12px;font-weight:700;letter-spacing:.2em;text-decoration:none;border:1px solid currentColor;background:transparent;transition:background .2s ease,color .2s ease}.falco-pdp-cross-sell--dark .falco-pdp-cross-sell__title{color:#fff}.falco-pdp-cross-sell--dark .falco-pdp-cross-sell__text,.falco-pdp-cross-sell--dark .falco-pdp-cross-sell__cta{color:#000}.falco-pdp-cross-sell--dark .falco-pdp-cross-sell__cta{border-color:#000}.falco-pdp-cross-sell--dark .falco-pdp-cross-sell__cta:hover{background:#000;color:#fff}.falco-pdp-cross-sell--light .falco-pdp-cross-sell__title{color:#000}.falco-pdp-cross-sell--light .falco-pdp-cross-sell__text,.falco-pdp-cross-sell--light .falco-pdp-cross-sell__cta{color:#fff}.falco-pdp-cross-sell--light .falco-pdp-cross-sell__cta{border-color:#fff}.falco-pdp-cross-sell--light .falco-pdp-cross-sell__cta:hover{background:#fff;color:#000}@media(max-width:989px){.falco-pdp-cross-sell{padding:80px 20px;min-height:70vh}.falco-pdp-cross-sell__title{font-size:48px}.falco-pdp-cross-sell__bottle-img{height:320px}}.falco-mode--dark .jdgm-prev-badge__text,.falco-mode--dark .jdgm-prev-badge__stars,.falco-mode--dark .jdgm-prev-badge .jdgm-star.jdgm--on{color:#fff!important}.falco-mode--dark .jdgm-prev-badge .jdgm-star.jdgm--off{color:#ffffff4d!important}.falco-mode--light .jdgm-prev-badge__text{color:#000!important}body:has(.falco-mode--dark) section[id*=__reviews]{background:#000;padding:80px 56px}body:has(.falco-mode--dark) section[id*=__reviews],body:has(.falco-mode--dark) section[id*=__reviews] *{color:#fff!important;border-color:#ffffff26!important}body:has(.falco-mode--dark) section[id*=__reviews] .jdgm-star.jdgm--on,body:has(.falco-mode--dark) section[id*=__reviews] .jdgm-histogram__bar-content{color:#fff!important;background:#fff!important}body:has(.falco-mode--dark) section[id*=__reviews] .jdgm-star.jdgm--off{color:#ffffff4d!important;background:transparent!important}body:has(.falco-mode--dark) section[id*=__reviews] input,body:has(.falco-mode--dark) section[id*=__reviews] textarea,body:has(.falco-mode--dark) section[id*=__reviews] select{background:transparent!important;color:#fff!important;border-color:#ffffff40!important}body:has(.falco-mode--dark) section[id*=__reviews] .jdgm-btn--solid{background:#fff!important;color:#000!important;border-color:#fff!important}body:has(.falco-mode--dark) section[id*=__reviews] .jdgm-btn--border{background:transparent!important;color:#fff!important}body:has(.falco-mode--light) section[id*=__reviews]{padding:80px 56px}@media(max-width:989px){body:has(.falco-mode--dark) section[id*=__reviews],body:has(.falco-mode--light) section[id*=__reviews]{padding:56px 20px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/falco-pdp.css.map */
