.hero-banner__video{object-fit:cover;width:100%;height:100%}.hero-banner__video-control{position:absolute;bottom:100px;right:40px;width:50px;height:50px;background-color:#ffffffe6;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background-color var(--animation-duration-fast) ease}.hero-banner__video-control:hover{background-color:#fff}.coffee-origins__card-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.coffee-origins__card-link:hover~.coffee-origins__image-wrapper .coffee-origins__image{transform:scale(1.08)}.coffee-origins__badge{position:absolute;top:20px;right:20px;background-color:var(--color-muted-gold);color:#fff;font-size:.625rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 12px;z-index:2}.product-card__quick-view{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);opacity:0;transition:all var(--animation-duration-fast) ease;z-index:2}.product-card:hover .product-card__quick-view{opacity:1;transform:translate(-50%,-50%) scale(1)}.product-card__swatches{display:flex;gap:8px;margin-top:12px}.product-card__swatch{width:20px;height:20px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:border-color var(--animation-duration-fast) ease}.product-card__swatch:hover,.product-card__swatch--active{border-color:var(--color-soft-cocoa)}.process__number{position:relative;display:inline-block}.process__number:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--color-muted-gold);transform:scaleX(0);transform-origin:left;transition:transform var(--animation-duration-normal) ease}.process__step:hover .process__number:after{transform:scaleX(1)}.process__image-wrapper{position:relative;overflow:hidden}.process__image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#7a5c4f33;opacity:0;transition:opacity var(--animation-duration-fast) ease}.process__step:hover .process__image-wrapper:after{opacity:1}.product-template__gallery{display:flex;gap:20px}.product-template__thumbnails{display:flex;flex-direction:column;gap:10px}.product-template__thumbnail{width:80px;height:80px;border:2px solid transparent;cursor:pointer;overflow:hidden;transition:border-color var(--animation-duration-fast) ease}.product-template__thumbnail--active,.product-template__thumbnail:hover{border-color:var(--color-muted-gold)}.product-template__thumbnail img{width:100%;height:100%;object-fit:cover}.product-template__flavor-profile{margin:40px 0;padding:30px;background-color:#7a5c4f08;border-radius:8px}.product-template__flavor-title{font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;margin-bottom:20px;color:var(--color-stone-gray)}.product-template__flavor-bars{display:flex;flex-direction:column;gap:16px}.product-template__flavor-bar{display:flex;align-items:center;gap:16px}.product-template__flavor-label{width:100px;font-size:.875rem;color:var(--color-soft-cocoa)}.product-template__flavor-track{flex:1;height:4px;background-color:#7a5c4f1a;border-radius:2px;overflow:hidden}.product-template__flavor-fill{height:100%;background-color:var(--color-muted-gold);border-radius:2px;transform-origin:left;transform:scaleX(0);transition:transform 1s cubic-bezier(.16,1,.3,1)}.product-template__flavor-bar.animated .product-template__flavor-fill{transform:scaleX(var(--flavor-level, .7))}.product-template__flavor-value{width:40px;text-align:right;font-size:.875rem;color:var(--color-stone-gray)}.product-template__subscription{margin:20px 0;padding:20px;border:1px solid rgba(122,92,79,.2);border-radius:4px}.product-template__subscription-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.product-template__subscription-input{width:auto;margin-top:4px}.product-template__subscription-text{flex:1}.product-template__subscription-title{font-weight:500;color:var(--color-soft-cocoa);margin-bottom:4px}.product-template__subscription-desc{font-size:.875rem;color:var(--color-stone-gray)}.product-template__subscription-price{font-weight:500;color:var(--color-muted-gold)}.product-template__related{padding:80px 0;background-color:#7a5c4f08}.product-template__related-title{text-align:center;margin-bottom:40px}.product-template__size-guide{font-size:.75rem;color:var(--color-stone-gray);text-decoration:underline;cursor:pointer;margin-top:8px;display:inline-block}.product-template__size-guide:hover{color:var(--color-muted-gold)}.footer__newsletter-success{color:var(--color-muted-gold);font-size:.9375rem}.footer__payment-icon{width:38px;height:24px;opacity:.6;transition:opacity var(--animation-duration-fast) ease}.footer__payment-icon:hover{opacity:1}.header__search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#faf7f2fa;z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all var(--animation-duration-fast) ease}.header__search-overlay--active{opacity:1;visibility:visible}.header__search-form{width:100%;max-width:600px;padding:0 40px}.header__search-input{width:100%;font-size:2rem;font-family:var(--font-heading);border:none;border-bottom:2px solid var(--color-soft-cocoa);background:none;padding:20px 0;color:var(--color-soft-cocoa)}.header__search-input:focus{outline:none;border-color:var(--color-muted-gold)}.header__search-close{position:absolute;top:40px;right:40px;background:none;border:none;cursor:pointer;color:var(--color-soft-cocoa);padding:10px}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:450px;background-color:var(--color-off-white);z-index:3000;transform:translate(100%);transition:transform var(--animation-duration-normal) cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.cart-drawer--active{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#7a5c4f80;z-index:2999;opacity:0;visibility:hidden;transition:all var(--animation-duration-fast) ease}.cart-drawer--active+.cart-drawer__overlay{opacity:1;visibility:visible}.cart-drawer__header{padding:24px;border-bottom:1px solid rgba(122,92,79,.1);display:flex;align-items:center;justify-content:space-between}.cart-drawer__title{font-size:1.25rem;margin:0}.cart-drawer__close{background:none;border:none;cursor:pointer;color:var(--color-soft-cocoa);padding:8px}.cart-drawer__items{flex:1;overflow-y:auto;padding:24px}.cart-drawer__footer{padding:24px;border-top:1px solid rgba(122,92,79,.1)}.cart-drawer__subtotal{display:flex;justify-content:space-between;margin-bottom:20px;font-size:1.125rem;font-weight:500}.cart-drawer__checkout{width:100%}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.no-scroll{overflow:hidden}body:not(.using-mouse) *:focus{outline:2px solid var(--color-muted-gold);outline-offset:2px}body.using-mouse *:focus{outline:none}
/*# sourceMappingURL=/cdn/shop/t/22/assets/sections.css.map */
