.fp-pouch{display:block;width:100%;height:100%;overflow:visible}.fp-pouch__shadow{filter:drop-shadow(0 12px 14px rgba(56,47,45,.07))}img.fp-pouch--plain{object-fit:contain}.fp-pouch--placeholder svg{width:100%;height:100%}.fp-card{min-width:0;display:flex;flex-direction:column;position:relative}.fp-card__media{display:block;position:relative;overflow:hidden;background:var(--fp-surface);aspect-ratio:1.15 / 1}.fp-card__media .fp-card__img{width:100%;height:100%;object-fit:contain;padding:0;mix-blend-mode:normal;transition:transform .45s}.fp-card__media:hover .fp-card__img{transform:scale(1.045)}.fp-card__media:focus-visible{outline:2px solid var(--fp-spices);outline-offset:5px}.fp-card--coffee .fp-card__media{background:#fff;aspect-ratio:1 / 1;border:0}.fp-card--coffee .fp-card__media:after{content:"";position:absolute;bottom:0;left:0;width:42px;height:3px;background:var(--fp-accent, transparent);border:1px solid rgba(56,47,45,.08)}.fp-card--coffee .fp-pouch{transition:transform .35s ease}.fp-card--coffee .fp-card__media:hover .fp-pouch{transform:translateY(-3px)}.fp-card--gear .fp-card__media{background:#fff;border:0;aspect-ratio:3 / 2}.fp-card__badge{position:absolute;left:14px;top:14px;background:#fff;color:var(--fp-muted-2);padding:5px 10px;font-size:12px;border:1px solid var(--fp-border)}.fp-card__meta{display:flex;justify-content:space-between;gap:8px;font-size:12px;letter-spacing:.09em;text-transform:uppercase;margin:15px 0 8px;color:var(--fp-muted)}.fp-card__title{display:block}.fp-card__name{font-size:1.3rem;line-height:1.25;letter-spacing:-.035em;min-height:0}.fp-card__subtitle{color:var(--fp-muted);font-size:14px;line-height:1.45;margin-top:5px}.fp-card__notes{font-size:16px;margin:10px 0 16px;line-height:1.45}.fp-card__bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--fp-border);padding-top:11px;margin-top:auto;gap:10px}.fp-card__price{font-size:18px;font-weight:500}.fp-card__link{min-height:44px;display:flex;align-items:center;gap:18px;font-size:14px;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}.fp-card--gear .fp-card__subtitle{min-height:44px;margin-bottom:15px}.fp-card--gear .fp-card__name{line-height:1.25}.fp-quick-add{margin:0}.fp .fp-quick-add__button,.fp .fp-card__purchase,.fp a.fp-card__purchase{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border:1px solid var(--fp-control-border);background:#fff;color:var(--fp-ink);font-size:15px;font-family:inherit;text-align:center;text-decoration:none;cursor:pointer;transition:border-color .2s,color .2s}.fp .fp-quick-add__button:hover,.fp .fp-card__purchase:hover,.fp a.fp-card__purchase:hover{border-color:var(--fp-spices);color:var(--fp-spices)}.fp .fp-quick-add__button:focus-visible,.fp .fp-card__purchase:focus-visible{outline:2px solid var(--fp-spices);outline-offset:3px}.fp .fp-quick-add__button.is-adding,.fp .fp-quick-add__button[aria-disabled=true]{color:var(--fp-muted);border-color:var(--fp-border);cursor:progress}.fp .fp-card__purchase:disabled{background:#f0eeee;border-color:var(--fp-border);color:var(--fp-muted);cursor:not-allowed}.fp-card__action{margin-top:10px;min-height:48px}.fp-card__action a{text-decoration:none}@media(max-width:600px){.fp .fp-quick-add__button,.fp .fp-card__purchase,.fp a.fp-card__purchase{min-height:46px;font-size:14px;padding:10px 8px}.fp-card__media{aspect-ratio:1 / 1.1}.fp-card--gear .fp-card__media{aspect-ratio:3 / 2}.fp-card__meta{font-size:12px;letter-spacing:.04em;margin-top:13px}.fp-card--gear .fp-card__meta{flex-wrap:wrap;gap:4px;min-height:38px}.fp-card__name{font-size:1.08rem;min-height:0}.fp-card--gear .fp-card__name{font-size:1.05rem;min-height:42px}.fp-card--gear .fp-card__subtitle{font-size:14px;min-height:42px;margin-bottom:14px}.fp-card__notes{font-size:14px;margin:8px 0 14px}.fp-card__bottom{padding-top:9px}.fp-card__price{font-size:16px}.fp-card__link{gap:10px}.fp-card__badge{top:9px;left:9px;font-size:11px;padding:4px 7px}}@media(max-width:359px){.fp-card__media,.fp-card--gear .fp-card__media{aspect-ratio:1.2 / 1}.fp-card--coffee .fp-card__media{aspect-ratio:1 / 1}.fp-card__name,.fp-card--gear .fp-card__name,.fp-card--gear .fp-card__subtitle,.fp-card--gear .fp-card__meta{min-height:0}.fp-card__name{font-size:1.35rem}.fp-card__notes{font-size:16px}}@media(prefers-reduced-motion:reduce){.fp-card--coffee .fp-pouch,.fp-card__media .fp-card__img{transition:none}.fp-card--coffee .fp-card__media:hover .fp-pouch,.fp-card__media:hover .fp-card__img{transform:none}}.fp-product{background:#fff}.fp-product__layout{display:grid;grid-template-columns:1.12fr 1fr;grid-template-areas:"gallery title" "gallery purchase";grid-template-rows:auto 1fr;column-gap:6vw;padding:48px 6vw 45px 4.6vw;background:#fff}.fp-product--gear .fp-product__layout{background:#fff;align-items:start}.fp-product__title{grid-area:title;align-self:end;padding-top:6px}.fp-product--coffee .fp-product__title:before{content:"";display:block;width:56px;height:5px;margin-bottom:24px;background:var(--fp-accent, transparent);border:1px solid rgba(56,47,45,.08)}.fp-product__title h1{font-size:clamp(2.3rem,4.8vw,5rem);letter-spacing:-.055em;line-height:1.1;margin:20px 0 12px}.fp-product--gear .fp-product__title h1{font-size:clamp(2.4rem,4vw,4.3rem)}.fp-product__subtitle{font-size:18px;color:var(--fp-muted)}.fp-product__gallery{grid-area:gallery;min-width:0;align-self:center;width:100%}.fp-product--gear .fp-product__gallery{align-self:start}.fp-product__photo{aspect-ratio:1 / 1.02;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.fp-product--gear .fp-product__photo{aspect-ratio:3 / 2;max-height:none;background:#fff}.fp-product--gear .fp-product__photo img{width:100%;height:100%;max-height:none;object-fit:contain;mix-blend-mode:normal}.fp-gallery__caption{font-size:13px;color:var(--fp-muted);margin-top:10px}.fp-gallery__caption[hidden]{display:none}.fp-gallery__thumbs{display:flex;gap:8px;width:100%;overflow-x:auto;overflow-y:hidden;margin-top:18px;padding:3px;scrollbar-width:thin}.fp-gallery__thumbs button{width:62px;height:66px;flex:0 0 62px;padding:3px;background:#fff;border:1px solid #d4ccca}.fp-gallery__thumbs button[aria-pressed=true]{border-color:var(--fp-spices)}.fp-gallery__thumbs img{width:100%;height:100%;object-fit:contain}.fp-gallery__slide[hidden]{display:none}.fp-product__purchase{grid-area:purchase;padding-top:27px;align-self:start}.fp-product--gear .fp-product__purchase{padding-top:18px}.fp-product__tasting{font-size:clamp(1.2rem,1.6vw,1.55rem);letter-spacing:-.035em;line-height:1.35}.fp-product__cup{font-size:16px;line-height:1.55;margin-top:15px;max-width:510px;color:var(--fp-muted)}.fp-product__summary{margin-top:0;font-size:17px}.fp-product__intro .fp-product__summary+.fp-product__summary{margin-top:14px}.fp-product__cup-price{margin:-3px 0 19px;color:var(--fp-muted-2);font-size:14px;line-height:1.5}.fp-product__cup-price[hidden]{display:none}.fp-product__cups{white-space:nowrap}.fp-gear-notes{list-style:none;padding:0;margin:0 0 18px}.fp-accordion__body .fp-gear-notes{list-style:none;padding:0;margin-top:0}.fp-gear-notes li{margin:0 0 24px;padding:0}.fp-gear-notes strong{display:block;font-weight:500;color:var(--fp-ink)}.fp-gear-notes li p{margin:6px 0 0}.fp-product__variant{margin-top:23px}.fp-product__option{font-size:14px;margin-top:22px;color:var(--fp-muted-2)}.fp-product__price-line{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:27px 0 17px}.fp-product__price{font-size:28px;line-height:1;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.fp-product__price small{font-size:15px;color:var(--fp-muted)}.fp-product__price del{font-size:18px;color:var(--fp-muted)}.fp-product__price del[hidden]{display:none}.fp-product__availability{font-size:13px;color:var(--fp-muted)}.fp-product__actions{display:flex;gap:12px}.fp-product__actions .fp-button{flex:1;min-width:0;justify-content:space-between;gap:15px}.fp-product__actions .fp-button [data-fp-total]{font-size:18px}.fp-product__actions .fp-quantity[hidden]{display:none}.fp-product__payment{margin-top:12px}.fp-product__terms{margin-top:12px;font-size:14px;color:var(--fp-muted)}.fp-product__terms:empty{display:none}.fp-product__payment .shopify-payment-button__button{border-radius:0}.fp-product__sold-out{padding:16px 0 0;font-size:14px;color:var(--fp-muted-2)}.fp-notify{margin-top:20px;padding:18px 0 0;border-top:1px solid var(--fp-border)}.fp-notify+.fp-shipping-benefit{margin-top:18px}.fp-notify[hidden]{display:none}.fp-notify__title{font-size:16px;font-weight:500;margin-bottom:6px}.fp-notify__text{font-size:14px;color:var(--fp-muted);margin-bottom:14px}.fp-notify__row{display:flex;gap:10px}.fp-notify__row .fp-input{flex:1 1 auto;min-width:0}.fp .fp-notify__submit{min-width:0;min-height:54px;padding:12px 18px;white-space:nowrap}.fp .fp-notify__optin{display:flex;align-items:flex-start;gap:10px;margin:12px 0 0;font-size:14px;font-weight:400;letter-spacing:0;text-transform:none;color:var(--fp-muted-2);cursor:pointer}.fp-notify__optin input{width:18px;height:18px;margin:2px 0 0;flex:none;accent-color:var(--fp-spices)}.fp-notify__message{font-size:15px;color:var(--fp-ink);margin-bottom:12px}.fp-notify__message--error{color:var(--fp-spices)}@media(max-width:420px){.fp-notify__row{flex-wrap:wrap}.fp .fp-notify__submit{width:100%}}.fp-product__sold-out[hidden]{display:none}.fp-product__facts{display:grid;grid-template-columns:1.35fr 1fr .6fr;border-top:1px solid var(--fp-border-strong);margin:27px 0 15px;padding:18px 0 0;gap:12px}.fp-product__facts dt{font-size:12px;color:var(--fp-muted);margin-bottom:4px}.fp-product__facts dd{font-size:15px;line-height:1.4;margin:0}.fp-product__links{display:flex;justify-content:space-between;gap:12px;margin-top:15px;font-size:13px;color:var(--fp-muted)}.fp-product__links a{min-height:35px;display:inline-flex;align-items:center;text-decoration:underline;text-underline-offset:4px}.fp-product__accordion{margin-top:36px}.fp-product__accordion--gear{margin-top:28px}.fp-product__story{display:grid;grid-template-columns:1fr 1.1fr;gap:12vw;background:#fff;border-top:1px solid var(--fp-border)}.fp-product__story h2{margin:24px 0;line-height:1.18}.fp-tasting-line{display:block}.fp-product__story-cup{max-width:440px;font-size:19px;line-height:1.55;color:var(--fp-muted-2)}.fp-product__details h3{font-size:26px;margin:24px 0 20px}.fp-product__details>p:not(.fp-eyebrow){font-size:17px;line-height:1.65;color:var(--fp-muted-2)}.fp-product__details>p+p{margin-top:18px}@media(max-width:1050px){.fp-product__layout{column-gap:4vw}.fp-product__title h1{font-size:3rem}.fp-product__actions .fp-button{padding-left:16px;padding-right:16px}}@media(max-width:760px){.fp-product__layout{grid-template-columns:1fr;grid-template-areas:"title" "gallery" "purchase";gap:0;padding:26px 24px 35px}.fp-product__title{padding-top:0;margin-bottom:14px}.fp-product--coffee .fp-product__title:before{margin-bottom:16px;width:44px;height:4px}.fp-product__title h1,.fp-product--gear .fp-product__title h1{font-size:2.75rem;margin:14px 0 10px}.fp-product--gear .fp-product__title h1{font-size:2.6rem}.fp-product__subtitle{font-size:16px}.fp-product__gallery{max-width:560px;margin:auto}.fp-product--coffee .fp-product__photo{height:300px;max-height:none;aspect-ratio:auto}.fp-product--gear .fp-product__photo{aspect-ratio:3 / 2;max-height:none}.fp-gallery__thumbs{margin-top:8px}.fp-product__purchase{padding-top:20px}.fp-product--gear .fp-product__purchase{padding-top:25px}.fp-product__tasting{font-size:1.4rem}.fp-product__cup{font-size:16px;max-width:none}.fp-product__facts{margin:20px 0 0;padding:13px 0}.fp-product__price-line{margin:22px 0 15px}.fp-product__story{grid-template-columns:1fr;gap:42px}.fp-product__story h2{font-size:2.8rem;line-height:1.1}.fp-product__story-cup{font-size:18px}.fp-product__details h3{font-size:25px}}@media(max-width:600px){.fp-product__layout{padding-top:21px}.fp-product__title h1,.fp-product--gear .fp-product__title h1{font-size:2.25rem;margin:11px 0 8px}.fp-product__title .fp-eyebrow{font-size:12px;letter-spacing:.07em}.fp-product__subtitle{font-size:15px}.fp-product--coffee .fp-product__photo{height:252px}.fp-gallery__thumbs button{width:52px;height:56px;flex-basis:52px}.fp-product__purchase{padding-top:18px}.fp-product__tasting{font-size:1.17rem}.fp-product__cup{margin-top:11px}.fp-product--gear .fp-product__summary{font-size:16px}.fp-product__facts{margin-top:20px;padding:14px 0 0}.fp-product__facts dt{font-size:12px}.fp-product__facts dd{font-size:14px}.fp-product__price-line{margin:20px 0 13px}.fp-product__price{font-size:27px}.fp-product__actions{gap:10px}.fp-product__actions .fp-button{font-size:15px;padding:12px 15px}.fp-product__links{font-size:12px;gap:10px}}@media(max-width:359px){.fp-product__layout{padding-left:18px;padding-right:18px}.fp-product__title h1{font-size:2rem}.fp-product__actions{flex-wrap:wrap}.fp-product__actions .fp-button{min-width:150px}.fp-product__links{flex-wrap:wrap}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/fp-product.css.map */
