body{letter-spacing:0}h1,h2,h3,h4,h5,.h0,.h1,.h2,.h3,.h4,.h5{letter-spacing:calc(var(--font-heading-scale) * .03rem)}@media only screen and (min-width:750px){h2,.h2{font-size:calc(var(--font-heading-scale) * 2.7rem)}}@media(min-height:1400px),(min-width:2800px){main#MainContent{min-height:80vh}}.header{padding:10px 1.5rem}.list-menu .list-menu--disclosure{width:25rem}.header__heading-link{padding:0}.header__menu-item{text-transform:uppercase;color:rgb(var(--color-foreground))}.pcx-mega-menu{display:grid;grid-template-columns:70% 30%;gap:3rem;width:100%;margin:0 auto;box-sizing:border-box}.pcx-mega-menu__dropdown{display:flex}.pcx-mega-menu__dropdown--left{flex-direction:column}.pcx-mega-menu__sublinks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0rem 3rem;list-style:none;margin:0;padding:0}.pcx-mega-menu__sublink a{text-decoration:none;color:rgba(var(--color-foreground),.8)}.pcx-mega-menu .pcx-mega-menu__sublink-link{font-size:1.4rem;padding:.5rem 1rem;display:block;border-bottom:1px solid #ded7d2;margin-bottom:1.5rem;color:rgba(var(--color-foreground),.45);font-weight:600}.pcx-mega-menu__grandsublinks{list-style:none;margin:0;padding:0}.pcx-mega-menu__grandsublinks li{padding:1.5rem 1rem 1rem;border-radius:8px}.pcx-mega-menu__grandsublinks li:hover{background:#f7f0ea}.pcx-mega-menu__highlight{background:#ffeddf}.pcx-mega-menu__grandsublink-icon,.pcx-drawer__link-icon{display:inline-flex;align-items:center;justify-content:center;align-self:stretch;width:24px;height:24px;border-radius:1000px;flex-shrink:0}.pcx-mega-menu__grandsublink-icon img,.pcx-drawer__link-icon img{width:100%;height:100%;display:block}.pcx-mega-menu__grandsublink-link{display:flex;gap:.5rem;align-items:center}.pcx-mega-menu__grandsublink-title{display:block;font-size:1.5rem;font-weight:600;line-height:100%;margin-bottom:2px}.pcx-mega-menu__grandsublink-description,.pcx-drawer__link-description{font-size:1.25rem;color:rgba(var(--color-foreground),.75);line-height:20px;display:block}.pcx-drawer__link-description{font-weight:400}.pcx-mega-menu__sublinks--1fr{grid-template-columns:1fr}.pcx-mega-menu__sublinks--1fr a{font-size:1.5rem}.pcx-mega-menu__shop-all{margin-top:24px}.pcx-moible-featured-cards{padding:1.1rem 0;margin:0 3rem;border-bottom:1px solid rgb(var(--color-foreground),.1)}.pcx-moible-featured-cards_title{font-weight:600;color:rgb(var(--color-foreground));margin-bottom:12px;display:block}.pcx-mega-menu__cards{display:flex;gap:1.5rem}.pcx-mega-menu__card{text-align:center;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;overflow:hidden;background:rgb(var(--color-background))}.pcx-mega-menu__card-image{width:100%;max-width:250px;aspect-ratio:1 / 1;overflow:hidden;border-radius:.5rem;margin:0 auto}.pcx-mega-menu__card-image img{width:100%;height:100%;object-fit:cover;display:block}.pcx-mega-menu__card-title{margin-top:.75rem;font-size:1.4rem;font-weight:var(--font-heading-weight);font-family:var(--font-heading-family)}.pcx-mobile-menu .search-box{width:100%;padding:1.1rem 1.5rem}.pcx-mobile-menu .search-box form{background:#fff;border:2px solid #000;display:flex;border-radius:40px;overflow:hidden}.pcx-mobile-menu .search-box form input[type=search]{width:100%;height:34px;border:none;padding:8px 12px;font-size:12px}.pcx-mobile-menu .search-box form button[type=submit]{width:34px;border:none;background:none;padding:2px 10px}.pcx-mobile-menu .search-box form button[type=submit] svg path{fill:#000}.pcx-mobile-menu .menu-drawer__menu-item,.pcx-mobile-menu .menu-drawer__menu-item:hover,.pcx-mobile-menu .menu-drawer__menu-item:focus{border-bottom:1px solid rgb(var(--color-foreground),.1);font-weight:600;padding:1.2rem 0rem;margin:0 1.5rem;background-color:transparent}.pcx-mobile-menu .menu-drawer__menu-item>.svg-wrapper{right:1rem}.pcx-mobile-menu .shop-all{padding:1.2rem 3rem}.shop-all_btn{width:100%;display:block;border-radius:1000px;text-transform:uppercase;text-align:center;background-color:rgba(var(--color-button),var(--alpha-button-background));color:rgb(var(--color-button-text));padding:8px;text-decoration:none;font-weight:500}.pcx-mobile-menu .mobile-nav-v1__links{padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:0rem 1.5rem;list-style:none;margin:0}.pcx-mobile-menu .mobile-nav-v1__link a{text-decoration:none;color:#333;font-size:1rem;display:inline-block;padding:.25rem 0}.pcx-drawer__link{display:flex;gap:.5rem;align-items:center}.account-dropdown{position:relative}.account-dropdown__menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #eee;min-width:180px;padding:.5rem 0;box-shadow:0 8px 20px #0000000d;opacity:0;pointer-events:none;transform:translateY(10px);transition:all .25s ease;z-index:1000;margin:0;list-style-type:none}.account-dropdown__menu li a{color:#1c0f0d;font-size:1rem;padding:10px 20px}.account-dropdown.active .account-dropdown__menu{opacity:1;pointer-events:auto;transform:translateY(0)}.points-balance-wrapper{background:#f2ece3;color:#1c0f0d;padding:4px 14px;border-radius:100px;font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:4px;text-decoration:none;font-size:12px;white-space:nowrap}@media screen and (max-width:768px){.header__heading-logo-wrapper{width:80%}.points-balance-wrapper{margin-left:24px}}@media screen and (min-width:990px){body .header{padding-top:2px;padding-bottom:2px}}@media screen and (max-width:1200px){.account-dropdown,.mobile-nav-v1__action,.mobile-nav-v1__container{position:unset}.account-dropdown__trigger{padding:1em .5em;display:inline-flex}.account-dropdown__menu{padding:.5rem;width:100%}}@media screen and (max-width:1320px){.header__menu-item span{font-size:1rem;white-space:nowrap}.header .list-menu--inline{flex-wrap:nowrap}}@media screen and (min-width:1320px){.header__menu-item span{white-space:nowrap}.header .list-menu--inline{flex-wrap:nowrap}}.footer .footer__content-top .footer-block__details-content .list-menu__item--link{padding-bottom:unset;padding-top:unset}@media screen and (max-width:749px){.footer .footer__content-top .grid{display:flex}.footer .footer__content-top .footer-block.grid__item{width:45%;margin:unset}}.cart-upsell{display:flex;padding:1rem;gap:1rem;align-items:center}.cart-upsell__image img{max-width:80px;border-radius:4px}.cart-upsell__info{flex:1}.cart-upsell__title{font-weight:600;margin:0 0 .25rem}.cart-upsell__price{margin:0 0 .5rem;color:#444}.cart-upsell__button{padding:.5rem 1rem;background-color:#222;color:#fff;border:none;border-radius:4px;cursor:pointer}.pcx-tab-featured__header h2,.pcx-tab-list__header h2{margin-bottom:0}.pcx-tab-featured__description,.pcx-tab-list__description{margin-bottom:2rem}.pcx-tab-list__tab,.pcx-tab-featured__tab{border:1px solid rgba(var(--color-button),var(--alpha-button-background));cursor:pointer;transition:background .3s;border-radius:var(--buttons-radius-outset);text-transform:uppercase;padding:.8rem 1.5rem;background:none}.pcx-tab-list__tab.is-active,.pcx-tab-featured__tab.is-active{background:rgba(var(--color-button),var(--alpha-button-background));color:rgb(var(--color-button-text));font-weight:600}.pcx-tab-featured__tabs,.pcx-tab-list__tabs{display:flex;gap:1rem;justify-content:start;margin-bottom:2.5rem}.pcx-tab-featured__mobile-select{display:none;margin-bottom:1rem}.pcx-tab-featured__swiper .swiper-slide{height:auto}.pcx-tab-featured__swiper .swiper-scrollbar{height:5px;background:#e4dcd2;margin-top:20px}.pcx-tab-featured__swiper .swiper-scrollbar .swiper-scrollbar-drag{background:#1c0f0d;display:block}.pcx-tab-featured__panel{display:none;overflow:hidden;padding-bottom:1rem}.pcx-tab-featured__panel.is-active{display:block}.pcx-tab-list__dropdown{display:none;margin-bottom:1rem}.pcx-tab-list__panel{display:none}.pcx-tab-list__panel.is-active{display:block}.pcx-tab-list__products{list-style:none;padding:0;margin:1.5rem 0}.pcx-tab-list__item{transition:background .15s ease;border-top:2px solid rgba(var(--color-button),var(--alpha-button-background))}.pcx-tab-list__item:last-child{border-bottom:2px solid var(--primary-btn-bg-color)}.pcx-tab-list__link{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;text-decoration:none;color:inherit}.pcx-tab-list__product{display:flex;align-items:center;gap:1rem}.pcx-tab-list__image{max-width:80px}.pcx-tab-list__cta{font-weight:500;text-transform:uppercase}.pcx-tab-list__item:hover{background:rgba(var(--color-button),var(--alpha-button-background))}.pcx-tab-list__item:hover .pcx-tab-list__link,.pcx-tab-list__item:hover .pcx-tab-list__name{color:#fff}.pcx-tab-list__view-more{color:rgb(var(--color-button-text));background-color:rgba(var(--color-button),var(--alpha-button-background));padding:10px 28px;border-radius:var(--buttons-radius-outset);display:block;text-align:center;font-weight:500;margin-top:1.5rem;text-transform:capitalize;text-decoration:none;width:fit-content;margin-inline:auto}@media screen and (max-width:768px){.pcx-tab-featured__swiper .swiper-scrollbar{margin-top:20px}.pcx-tab-list__tabs{display:none}.pcx-tab-list__dropdown{display:block}.pcx-tab-list__link{flex-direction:column;align-items:flex-start}.pcx-tab-list__cta{display:none}}@media(max-width:750px){.pcx-tab-featured__tabs{display:none}.pcx-tab-featured__mobile-select{display:block;margin-bottom:2rem}.pcx-tab-featured__mobile-select select,.pcx-tab-list__dropdown select{border-radius:40px;background:#fff;color:rgb(var(--color-foreground));padding:1rem 2.5rem 1rem 1rem;font-size:1.5rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 140 140" xmlns="http://www.w3.org/2000/svg"><polyline points="20,50 70,100 120,50" fill="none" stroke="%23000" stroke-width="14"/></svg>');background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;width:100%;cursor:pointer}}.pcx-bundle-grid{display:flex;gap:1rem}.pcx-bundle-grid-title{margin:1.5rem 0}.pcx-bundle-grid .product-grid-container{width:100%}.pcx-bundle-filter-mobile{display:none}.pcx-bundle-add{grid-row-start:4;z-index:1;margin:0 1.3rem 1rem}.add-bundle-btn{width:100%;background:#1c0f0d;border-radius:1000px;border:none;outline:none;color:#fff;padding:1rem 0;font-weight:600;cursor:pointer;min-height:calc(4.5rem + var(--buttons-border-width) * 2);font-size:1.5rem}.add-bundle-btn:disabled,.add-bundle-btn[disabled]{cursor:default;background:#ccc}.pcx-bundle-cart{flex:1 0 29%;background:#fff;height:100%;padding:2.5rem;position:sticky;top:90px;border-radius:8px;margin-left:2rem}.pcx-bundle-cart__header{text-align:center;margin-bottom:1rem}.pcx-bundle-cart__header h2{margin-top:0}.pcx-bundle-cart__list{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem}.pcx-bundle-cart__item{display:flex;gap:1rem;position:relative;border-bottom:1px solid #e8d6c0;padding-bottom:.75rem}.pcx-bundle-cart__item--placeholder{width:100%;min-height:80px;border-radius:4px}.pcx-bundle-cart__item--placeholder .pcx-bundle-cart__image-inner{border-bottom:60px solid #d6c1a8;border-left:5px solid transparent;border-right:5px solid transparent;border-radius:4px;height:70px;max-width:60%;margin:0 auto;display:block}.pcx-bundle-cart__item--placeholder .pcx-bundle-cart__image{width:100%;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%23D5C0A7FF' stroke-width='4' stroke-dasharray='6' stroke-dashoffset='16' stroke-linecap='round'/%3e%3c/svg%3e");border-radius:12px;height:90px;padding:4px;border:none}.pcx-bundle-cart__image{object-fit:cover;object-position:center;max-width:85px;height:90px;border-radius:12px;border:2px solid #d6c1a8}.pcx-bundle-cart__content{flex:1;display:flex;flex-direction:column}.pcx-bundle-cart__title{font-weight:600;font-size:1.4rem;line-height:110%}.pcx-bundle-cart__roast{font-size:1.3rem;color:#774f37}.pcx-bundle-cart__price{margin-top:auto;font-weight:600;font-size:1.4rem}.pcx-bundle-subtotal-strikethrough{text-decoration:line-through;font-weight:400;color:#afafaf;display:inline}.pcx-bundle-cart__remove{width:20px;height:20px;border-radius:100px;background:none;border:none;outline:none;cursor:pointer;position:absolute;top:-10px;left:-10px;background:#fff;padding:2px}.pcx-bundle-cart__remove svg{pointer-events:none;fill:#a7937b}.pcx-bundle-cart__submit{width:100%;margin-top:1rem;gap:.3rem;font-weight:600;text-wrap:nowrap}.pcx-bundle-cart__note{text-align:center;font-size:1.2rem;font-weight:600;color:#1c0f0dbd;margin-top:.75rem}@media screen and (max-width:769px){.pcx-bundle-grid{flex-direction:column-reverse}.pcx-bundle-grid .pcx-bundle-cart{position:relative;top:0;padding:1rem;margin-left:0rem;order:2}.pcx-bundle-filter-mobile{display:block;order:1}.pcx-bundle-filter-desktop{display:none}.pcx-bundle-cart__list{flex-direction:row;justify-content:center;gap:8px;flex-wrap:wrap}.pcx-bundle-cart__item--placeholder{height:100%;max-width:65px;margin-top:0}.pcx-bundle-cart__item--placeholder .pcx-bundle-cart__image{height:70px}.pcx-bundle-cart__item--placeholder .pcx-bundle-cart__image-inner{border-bottom:40px solid #d6c1a8;height:50px;max-width:55%}.pcx-bundle-cart__item{margin-top:0;border-bottom:none;padding-bottom:0}.pcx-bundle-cart__image{max-width:65px;height:70px}.pcx-bundle-cart__content{display:none}.add-bundle-btn{min-height:calc(3.5rem + var(--buttons-border-width) * 2);font-size:14px;padding:4px 8px}}@media screen and (min-width:769px)and (max-width:1280px){.pcx-bundle-grid{gap:0px}.pcx-bundle-grid .facets-container .facets{display:none}.pcx-bundle-grid .facets-container .mobile-facets__wrapper{display:flex!important}.pcx-bundle-grid .product-grid-container{flex:1;width:60%}.pcx-bundle-cart{flex:300px;max-width:300px}}.product-grid-coffee-flavours,.product-grid-coffee-level__text{font-size:1.3rem;letter-spacing:0;max-width:100%}.product-grid-coffee-level__text{color:#9c452b;font-weight:600;font-size:1.4rem}.product-grid-coffee-flavours{margin-top:-5px;max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.card__information{overflow:hidden;white-space:normal}.card-information .price{display:flex;justify-content:space-between;letter-spacing:0}.price .rating-star{letter-spacing:0}.product-card-wrapper .price{font-size:1.4rem}.product-card-wrapper .price .price-item{margin:0 .3rem 0 0}.product-card-wrapper .price--on-sale .price-item--regular{font-size:1.4rem;color:rgba(var(--color-foreground),.5)}.product__info-container .price .price__sale .price-item{margin:0 .3rem 0 0;font-size:2.2rem;font-weight:600}.product .product__info-container .price .badge{margin-left:.3rem}.rating .rating-text{display:inline-block;margin:0;font-size:1.4rem;line-height:unset}.price .rating-star:before{content:"\2605";background:linear-gradient(90deg,rgb(165 69 43) var(--percent),rgba(var(--color-foreground),.15) var(--percent));-webkit-background-clip:text}@media only screen and (min-width:750px){.card__heading.h5{font-size:calc(var(--font-heading-scale) * 1.6rem)}}@media screen and (max-width:769px){.card__heading.h5{font-size:calc(var(--font-heading-scale) * 1.3rem)}.product-grid-coffee-flavours,.product-grid-coffee-level__text{font-size:1.3rem;letter-spacing:0}.card .card__content{padding:0rem}.product-card-wrapper .price{letter-spacing:0;font-size:1.3rem}.rating .rating-text,.product-card-wrapper .price--on-sale .price-item--regular{font-size:1.2rem}.rating{white-space:nowrap}}.pcx-product-video{box-sizing:border-box;width:100%}.pcx-product-video__inner{max-width:var(--pcx-page-width, 1440px);margin-inline:auto;padding-inline:var(--pcx-gutter, clamp(1rem, 4vw, 3rem))}.pcx-product-video__headline{font-family:var(--font-heading-family, inherit);font-weight:var(--font-heading-weight, 700);margin-block:0 1.25rem;word-break:break-word}.pcx-product-video__wrapper{width:100%;margin-inline:auto}.pcx-product-video__ratio{position:relative;width:100%;overflow:hidden;background-color:var(--pcx-video-bg, #000);border-radius:var(--pcx-video-radius, 0px)}.pcx-product-video__iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;border:0}.pcx-collection-facets-vertical{flex-wrap:wrap;justify-content:space-between}.pcx-collection-facets-vertical .pcx-collection-nav-filter{width:100%}@media screen and (min-width:1080px){.facets-vertical.pcx-collection-facets-vertical .pcx-collection-product-grid{width:75%}.pcx-collection-facets-vertical .facets-container .facets__form-vertical,.pcx-collection-facets-vertical .pcx-collection-sidebar{width:20rem;min-width:20rem}}@media screen and (min-width:769px)and (max-width:1080px){.facets-vertical.pcx-collection-facets-vertical .pcx-collection-product-grid{width:65%}.pcx-collection-facets-vertical .facets-container .facets__form-vertical,.pcx-collection-facets-vertical .pcx-collection-sidebar{width:20rem;min-width:20rem}}.pcx-collection-facets-vertical .facets-container{display:block}.pcx-collection-facets-vertical .facets__summary{padding:1.5rem 1.75rem 0 0;border-top:1px solid rgba(var(--color-foreground),.15)}.pcx-collection-sidebar{min-width:280px;grid-area:sidebar}.pcx-collection-filter{width:100%;grid-area:filter}.pcx-collection-product-grid{grid-area:product-grid}.pcx-collection-sidebar ul{padding:0;margin:0;list-style-type:none}.pcx-collection-sidebar-menu__item{text-transform:lowercase}.pcx-collection-sidebar-menu__link{text-transform:capitalize;font-size:1.4rem;color:rgb(var(--color-foreground));text-decoration:none}.pcx-collection-sidebar-menu__link:hover{color:#3a1c17}.pcx-collection-sidebar-menu__link.active{position:relative;font-weight:600}.pcx-collection-sidebar-menu__link.active:before{content:"";position:absolute;left:-10px;bottom:0;display:block;width:2px;height:100%;background-color:#3a1c17}.pcx-collection-sidebar-nav{display:none;align-items:center}#close-pcx-collection-sidebar{width:24px;height:24px;margin-left:auto;display:none}.pcx-collection-nav-filter__title h1{margin:1.5rem 0}.pcx-collection-nav-filter__button{display:none;font-size:2.5rem;font-weight:600;position:relative;color:rgb(var(--color-foreground));cursor:pointer}.pcx-collection-nav-filter__button svg{position:relative;height:1.5rem;color:rgb(var(--color-foreground));margin-left:0}.pcx-collection-nav-filter__button .mobile-facets__open{width:unset;flex-wrap:wrap;align-content:flex-start;gap:.25rem}.pcx-collection-nav-filter__button .button-label{font-size:1.2rem;letter-spacing:.1px;text-decoration:none;margin-left:0}.pcx-collection-nav-filter{display:flex;align-items:center;justify-content:space-between;grid-area:title}.product-card-wrapper .button{color:rgb(var(--color-background));background:rgb(var(--color-foreground));letter-spacing:0;font-weight:500}@media(min-width:769px){.pcx-collection-sidebar-grid{grid-template-columns:minmax(auto,280px) 1fr;grid-template-areas:"title title" "sidebar filter" "sidebar product-grid"}}@media screen and (max-width:769px){.pcx-collection-nav-filter{flex-direction:column;align-items:normal;width:100%}.pcx-collection-nav-filter__title{display:flex;justify-content:space-between;align-items:center}.pcx-collection-nav-filter__title h1{font-size:2.5rem;margin-bottom:.5rem;line-height:100%}.pcx-collection-nav-filter__button{display:flex}.pcx-collection-filter,.collection.page-width{padding:0}#close-pcx-collection-sidebar{display:block}.pcx-collection-sidebar-nav{display:flex}.pcx-collection-sidebar-nav h1{margin:0;font-size:2.5rem}.pcx-collection-sidebar{padding:1rem;position:fixed;bottom:-50vh;left:0;width:100%;height:50vh;background-color:#fff;overflow-y:auto;transition:bottom .3s ease-in-out;z-index:9999;display:flex;justify-content:flex-start;flex-direction:column}.pcx-collection-sidebar.active{bottom:0}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:none;z-index:9998;opacity:0;transition:opacity .3s ease}.pcx-collection-sidebar.active+.overlay{display:block;opacity:1}}.product .product__title{margin:1rem 0}.product__title h1{line-height:100%;margin-top:1rem}.product__info-wrapper .product__text{line-height:130%!important}.product__info-wrapper .price-item.price-item--regular,.product__info-wrapper .price-item.price-item--reg{font-weight:600;font-size:2rem}.product__info-wrapper .price__sale .price-item.price-item--regular,.product__info-wrapper .price__sale .price-item.price-item--reg{font-weight:400;color:rgba(var(--color-foreground),.4)}.product__info-wrapper .price__sale .price-item.price-item--regular.price-item--last{font-weight:600}.product__tax.caption{display:none}.price-per-100g{display:block;margin-top:-12px}.product-form__input input[type=radio],.product-form__input--pill input[type=radio]+label{outline:none!important;box-shadow:none!important}.product__pickup-availabilities{display:none}.product-form__input--pill input[type=radio]:disabled+label,.product-form__input--pill input[type=radio].disabled+label{pointer-events:none}.product__info-wrapper variant-selects.variant-dropdown{display:flex;flex-wrap:wrap;gap:2%}.product__info-wrapper variant-selects.variant-dropdown .size-dropdown{flex:40%}.product__info-wrapper variant-selects.variant-dropdown .grind-dropdown{flex:58%}.product__info-wrapper variant-selects.variant-dropdown label{font-weight:500;font-size:1.4rem}.most-popular-label{position:relative}span.most-popular{font-size:.9rem;font-weight:700;letter-spacing:0px;text-align:center;display:block;background:#ffd630;border-radius:1000px;color:#000;padding:4px 8px;z-index:1;top:-14px;left:50%;transform:translate(-50%);width:80%;position:absolute;border:1px solid #f9f3ec}.bounce-badge{animation:bounce 2s ease infinite}.badge.sale-badge{font-weight:400;font-size:12px;background:#c12f28;color:#fff;padding:3px 8px;border-radius:4px;vertical-align:text-bottom}.badge.product-sale-text{font-size:2rem;background:transparent;color:#c12f28;letter-spacing:-.5px;vertical-align:middle;padding:0;border:none}span.cup-ratio{display:block;font-size:1.2rem;opacity:.9;margin-top:4px;letter-spacing:0}.product-form .product-form__buttons{max-width:100%}.product-form__buttons .product-form__submit{color:rgb(var(--color-background));background:rgb(var(--color-foreground));font-weight:600}@keyframes bounce{70%{transform:translate(-50%)}80%{transform:translate(-50%,-15%)}90%{transform:translate(-50%)}95%{transform:translate(-50%,-7%)}97%{transform:translate(-50%)}99%{transform:translate(-50%,-3%)}to{transform:translate(-50%)}}.product-images-container{display:flex;flex-direction:row-reverse;gap:8px}.prod-thumb{cursor:pointer}.product-medias__main{width:100%;flex:4}.product-medias__main img{width:100%;height:100%;object-fit:cover}.product-media-swiper{display:none}.product-medias_solo{position:relative;padding-bottom:110%}.product-medias__thumbnails{width:.666%;display:flex;flex-direction:column;justify-content:space-between;gap:8px;flex:1}.product-medias__thumbnail{position:relative;flex:1;display:flex;align-items:center;justify-content:center;min-height:0;margin-bottom:0}.product-last-thumbnail{padding-top:8px}.product-last-thumbnail .product-medias_solo{padding-bottom:105%}.pcx-product-image-layout .product-media-video video,.pcx-product-image-layout .product-medias__thumbnail img,.pcx-product-image-layout .product-medias_solo .product-media_img{width:100%;position:absolute;object-fit:cover;top:0;right:0;bottom:0;left:0;height:100%!important}.product-medias__thumbnail.prod-thumb.pcx-thumb:has(.portrait-video),.pcx-medias__primary-modal:has(.portrait-video){background:#000}.pcx-product-image-layout .product-media-video.portrait-video video,.media-wrapper.portrait-video{max-width:60%;margin:0 auto}.pcx-product-image-layout~media-gallery .global-media-settings img,.custom-image-layout .global-media-settings img,.custom-image-layout .global-media-settings{border-radius:0}.pcx-product-image-layout~media-gallery .product__media-list video,.custom-image-layout .product__media-list video{border-radius:0}.media-modal-swiper{max-height:90vh;width:100%;max-width:850px;border-radius:12px}.swiper-pagination{margin-top:24px}.swiper-pagination-bullet{border:1px solid rgb(255 255 255 / 50%);background:#fff3;margin:4px}.swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-pagination-bullet:hover{background:#fff}.media-wrapper{position:relative;width:100%;padding-top:100%}.media-wrapper img,.media-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.pcx-media-modal{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;justify-content:center;align-items:center}.pcx-media-modal__content{position:relative;width:90%;max-width:1000px}.pcx-media-modal__close{position:absolute;top:-1rem;right:5rem;font-size:3.5rem;color:#000;cursor:pointer;background:#fff;height:40px;width:40px;line-height:100%;border-radius:100px;z-index:1000;text-align:center;box-shadow:#64646f33 0 7px 29px}.pcx-media-modal.hidden{display:none}.media-modal__video video{width:100%;height:auto}@media screen and (max-width:749px){.pcx-product-image-layout~media-gallery .product__media-list .product__media-item,.custom-image-layout .product__media-list .product__media-item{width:calc(80% - 3rem - var(--grid-mobile-horizontal-spacing))}}@media screen and (max-width:767px){.product-media-swiper{display:block}.product-medias__media{margin:0 auto;min-height:1px;width:100%;height:100%}.product-medias_solo,.product-last-thumbnail{display:none}.product-medias__thumbnails{display:none!important}.product-medias__main .product-media-video,.product-medias__main .product-medias__media{position:relative;width:100%;height:100%;padding-bottom:100%}.product-medias__main .product-media-video video,.product-medias__main .product-medias__media img{width:100%;position:absolute;object-fit:cover;top:0;right:0;bottom:0;left:0;height:100%!important}.product-media-container .media{padding-top:100%!important}}.testimonial-video{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}.testimonial-video .swiper-container{margin-left:0;margin-right:0}.testimonial-video-thumbnail{max-width:100px;max-height:140px;position:relative}.play_icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.testimonial-video-thumbnail img{cursor:pointer;border-radius:12px;max-width:100%;object-fit:cover;width:100%;height:100%}.video-modal{display:none;position:fixed;top:0;left:0;z-index:9999;padding:2rem;width:100%;height:100%;overflow:auto;background:#000c;text-align:center}.video-modal-content{position:relative;display:inline-block;top:50%;transform:translateY(-50%)}.video-modal-close{position:absolute;top:-1rem;right:-1rem;font-size:3.5rem;color:#000;cursor:pointer;background:#fff;height:40px;width:40px;line-height:100%;border-radius:100px;z-index:1000}#modal-video{object-fit:cover;height:600px;max-width:100%;width:400px;border-radius:12px}.complementary-products .complementary-slide>ul li{width:100%}.complementary-products .complementary-products__container{gap:unset}.complementary-products .complementary-products__container .card--horizontal .card__inner{max-width:30%}.complementary-products .complementary-slide.grid__item{padding-left:0;padding-right:0}.complementary-products .complementary-slide.grid__item .card{background:#f8f8f8}.complementary-products .complementary-products__container .card__heading{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.complementary-products .complementary-slide.grid__item .product-grid-coffee-level{display:none}.complementary-products .complementary-slide.grid__item .card .quick-add{width:80%}.complementary-products .complementary-products__container .quick-add__submit{padding:.5rem 0}@media screen and (min-width:750px){.product__accordion .accordion__content>*{font-size:1.4rem}}@media screen and (min-width:1240px){.complementary-products .complementary-slide>ul{flex-direction:unset}}.quick-add-modal [id*=smile_io_smile_points]{display:none}.second ul{margin:10px 0;padding-left:0}.second li{list-style-type:none;background:url(/cdn/shop/files/Light_Roast-cropped_24x24_crop_center.svg?v=1740388231) no-repeat left 8.5px;padding-left:20px}@media screen and (max-width:768px){.second ul{background:url(/cdn/shop/files/Dark_Roast_430x.svg?v=1723361538#) no-repeat center top;padding:2rem 0 0}.second li{list-style-type:none;background:none;padding-left:0}}.jdgm-rev__scale-range,.jdgm-rev__rating-scale-wrapper{background-color:#9c452b33}.jdgm-rev-widg__summary-inner .jdgm-rev-widg__summary-stars .jdgm-star{font-size:20px;order:2}.jdgm-rev-widg__summary-inner .jdgm-rev-widg__summary-stars{display:flex;flex-wrap:wrap;align-items:center}.jdgm-rev-widg__summary-inner .jdgm-rev-widg__summary-stars .jdgm-rev-widg__summary-average{order:1;font-size:50px;font-weight:700;color:#9c452b;margin-right:12px;line-height:100%}.jdgm-histogram__row .jdgm-histogram__bar{background:#cdc1b1;overflow:hidden;margin:0 22px 0 12px}.jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star.jdgm--on:not(:first-child),.jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star.jdgm--off{display:none!important}.jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star:first-child{counter-increment:section -1}.jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star:first-child:before{content:counter(section);margin-right:5px}.jdgm-histogram__bar .jdgm-histogram__bar-content{background-color:#9c452b}.jdgm-widget .jdgm-row-actions{border-top:1px solid #d7be9f;padding:18px 0}.jdgm-rev-widg__reviews .jdgm-rev,.jdgm-revs-tab__reviews .jdgm-rev,.jdgm-all-reviews__body .jdgm-rev{padding:30px 20px;background:#fefefe;border-radius:10px;margin:0 0 30px;border-top:unset;box-shadow:#f3cb9a33 0 8px 24px}.jdgm-rev .jdgm-rev__icon{background:#fff}.jdgm-rev__replier-wrapper:before{content:"";display:inline-block;background:url(/cdn/shop/files/pcx_logo_rep.png?v=1741825644) no-repeat center;background-size:cover;height:40px;width:40px;border-radius:10px;vertical-align:text-top;margin-right:8px}.jdgm-rev__reply .jdgm-rev__reply-content{margin-left:52px;margin-top:-14px}.jdgm-rev .jdgm-rev__reply{background-color:#fefefe;border-top:1px solid #d7be9f;border-radius:unset;padding:10px 0;color:#6a6155}.jdgm-rev__replier{font-size:1rem}.jdgm-rev__body>p,.jdgm-rev__reply-content>p{font-size:1.4rem}.jdgm-rev__reply-content>p{margin-bottom:0!important}.jdgm-rev-widg__sort-wrapper:before{content:"Sort review by:";font-size:1rem;margin-right:12px}.jdgm-rev-widg__sort-wrapper .jdgm-sort-dropdown-wrapper{border-radius:100px;background:#fff;border:1px solid #9c452b}.jdgm-rev-widg__sort-wrapper .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown{padding:8px 20px 8px 14px}.jdgm-rev-widg__sort-wrapper .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow{right:8px}.jdgm-widget .jdgm-paginate{border-top:1px solid #d7be9f}.jdgm-widget .jdgm-paginate .jdgm-paginate__load-more{background:#fff;color:var(--jdgm-primary-color);border-color:var(--jdgm-primary-color);padding:12px 30px;border:1px solid var(--jdgm-primary-color)}.jdgm-widget .jdgm-paginate .jdgm-paginate__load-more:hover{background:var(--jdgm-primary-color);color:#fff;padding:12px 30px;border:1px solid white}@media only screen and (max-width:1023px){.jdgm-rev-widg__summary-inner .jdgm-rev-widg__summary-stars{justify-content:center}.jdgm-rev-widg__summary-inner .jdgm-rev-widg__summary-stars .jdgm-rev-widg__summary-average{margin-right:0;flex:100%}.jdgm-widget.jdgm-review-widget .jdgm-rev-widg .jdgm-row-stars .jdgm-widget-actions-wrapper .jdgm-write-rev-link,.jdgm-widget.jdgm-review-widget .jdgm-rev-widg .jdgm-row-stars .jdgm-widget-actions-wrapper .jdgm-ask-question-btn{padding:12px;max-width:75%}}@media only screen and (min-width:769px){.jdgm-widget.jdgm-review-widget .jdgm-rev-widg .jdgm-row-stars .jdgm-rev-widg__summary{align-items:flex-start;justify-content:flex-start;order:2;width:100%}:not(.jm-mfp-review-wrapper)>.jdgm-rev .jdgm-row-profile{width:20%!important}:not(.jm-mfp-review-wrapper)>.jdgm-rev .jdgm-rev__reply{width:75%!important;margin-left:25%!important}:not(.jm-mfp-review-wrapper)>.jdgm-rev .jdgm-rev__content,:not(.jm-mfp-review-wrapper)>.jdgm-rev .jdgm-rev__actions{width:75%!important;margin-left:25%!important}.jdgm-widget.jdgm-review-widget .jdgm-rev-widg .jdgm-row-stars .jdgm-widget-actions-wrapper .jdgm-write-rev-link,.jdgm-widget.jdgm-review-widget .jdgm-rev-widg .jdgm-row-stars .jdgm-widget-actions-wrapper .jdgm-ask-question-btn{max-width:unset;padding:14px}}@media only screen and (min-width:992px){.jdgm-widget .jdgm-rev-widg .jdgm-rev-widg__header .jdgm-rev-widg__title{text-align:left;margin-bottom:20px;font-weight:500;font-size:1.5rem;border-bottom:1px solid #d7be9f;padding-bottom:12px}.jdgm-widget.jdgm-review-widget .jdgm-rev-widg .jdgm-row-stars .jdgm-rev-widg__summary{width:55%}.jdgm-widget.jdgm-review-widget .jdgm-rev-widg .jdgm-row-stars .jdgm-histogram{align-items:flex-start;order:1;border-left:none;width:25%}.jdgm-widget.jdgm-review-widget .jdgm-rev-widg .jdgm-row-stars .jdgm-widget-actions-wrapper{width:20%;order:2;border-left:unset}}@media only screen and (min-width:1024px)and (max-width:1280px){.jdgm-widget.jdgm-review-widget .jdgm-rev-widg .jdgm-row-stars .jdgm-rev-widg__summary{width:45%}.jdgm-widget.jdgm-review-widget .jdgm-rev-widg .jdgm-row-stars .jdgm-histogram{width:30%}.jdgm-widget.jdgm-review-widget .jdgm-rev-widg .jdgm-row-stars .jdgm-widget-actions-wrapper{width:25%}}.jdgm-prev-badge__text{font-size:1.4rem;text-decoration:underline}.jdgm-widget{counter-reset:section 6}.jdgm-widget.jdgm-carousel--aligned-theme .jdgm-carousel-item{background:#f9f3ec;margin:0 7px;border-radius:12px;padding:20px 12px;width:32.3%}@media screen and (max-width:768px){.jdgm-widget.jdgm-carousel--aligned-theme .jdgm-carousel-item{width:100%;margin:0}}.jdgm-widget .jdgm-revs-tab__main{max-width:1024px}.jdgm-widget .jdgm-revs-tab__header{height:unset;padding:20px 24px}.jdgm-revs-tab__content{background:#f4ede4}.jdgm-revs-tab__reviews .jdgm-rev__header .jdgm-row-product{margin-bottom:24px;padding-bottom:8px;border-bottom:1px solid #d7be9f}.jdgm-row-product span.jdgm-rev__prod-info-wrapper{font-size:1.2rem}.jdgm-rev__prod-info-wrapper a.jdgm-rev__prod-link{text-decoration:none}.jdgm-rev .jdgm-rev__slider-pointer{top:-5px;width:16px;height:16px;border:2px solid #f3e3cd;border-radius:50% 50% 50% 2px;transform:rotate(-45deg)}.jdgm-rev .jdgm-rev__slider-range{background:linear-gradient(to right,#e7cb95,#d6b184,#a16734)}.jdgm-rev .jdgm-rev__cf-ans .jdgm-rev__slider-first,.jdgm-rev .jdgm-rev__cf-ans .jdgm-rev__slider-last{font-size:10px}@media only screen and (max-width:768px){.jdgm-widget .jdgm-rev__custom-form.custom-form--horizontal-style .jdgm-rev__cf-ans--graphic-type .jdgm-rev__cf-ans{width:100%}.jdgm-rev .jdgm-rev__cf-ans .jdgm-rev__slider-first,.jdgm-rev .jdgm-rev__cf-ans .jdgm-rev__slider-last{font-size:12px}}.jdgm-form-wrapper{border-radius:12px}.jdgm-form-wrapper .jdgm-form__fieldset:not(:last-of-type),.jdgm-form-wrapper .jdgm-form__fieldset-actions{margin-bottom:32px}.jdgm-form-wrapper .jdgm-form{margin:0 auto;padding:32px;max-width:650px;background:#fff;border-radius:12px;box-shadow:#f3cb9a33 0 8px 24px}.jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset{text-align:left;font-size:1rem}.jdgm-form-wrapper .jdgm-star{border-bottom:none}.jdgm-form-wrapper .jdgm-form .jdgm-star{font-size:200%}.jdgm-form-wrapper .jdgm-form .jdgm-form__fieldset>label,.jdgm-form-wrapper .jdgm-custom-forms .jdgm-form__fieldset>label{color:#2f2f33;font-weight:600;font-size:1.5rem}.jdgm-form-wrapper .jdgm-cf-label.jdgm-cf-label-radio,.jdgm-form-wrapper .jdgm-cf-label.jdgm-cf-label-checkbox{font-size:1.3rem;color:#484851}.jdgm-form-wrapper .jdgm-form input[type=text],.jdgm-form-wrapper .jdgm-form input[type=email],.jdgm-form-wrapper .jdgm-form input[type=url],.jdgm-form-wrapper .jdgm-form textarea{font-size:.9rem}.jdgm-cf__options[data-type=scale] .jdgm-rev__rating-scale-wrapper{background:#cdc1b1}.jdgm-form__fieldset-actions .jdgm-cancel-rev{padding:10px 20px;border:1px solid #9c452b;color:#9c452b;text-align:center}.jdgm-widget .jdgm-picture-fieldset__box.jdgm-picture-fieldset__box--input{width:100%;height:28px}.jdgm-form-wrapper .jdgm-picture-fieldset__box-wrapper{position:relative;border:1px solid #e4e4e4;width:100%;height:100%;padding:20px 18px;border-radius:1000px}.jdgm-form-wrapper .jdgm-media-fieldset__icon{font-size:16px}@media screen and (min-width:768px){.jdgm-form-wrapper .jdgm-form__fieldset.jdgm-form__fieldset-actions{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:20px}}
/*# sourceMappingURL=/cdn/shop/t/78/assets/custom.css.map */
