kohree-product-coupon{display:block;--kohree-coupon-duration: .22s;--kohree-coupon-ease: cubic-bezier(.2, .8, .2, 1)}.kohree-coupon--hidden{display:none!important}.kohree-coupon__ticket{position:relative;display:grid;grid-template-columns:minmax(112px,28%) minmax(0,1fr);min-height:128px;overflow:hidden;border-radius:var(--kohree-coupon-radius, 10px);background:var(--kohree-coupon-surface, #e9f6fc);color:var(--kohree-coupon-heading, #202020)}.kohree-coupon__ticket--border{box-shadow:inset 0 0 0 1px var(--kohree-coupon-border, #e3e3e3)}.kohree-coupon__saving,.kohree-coupon__content{min-width:0}.kohree-coupon__saving{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:22px 18px;background:var(--kohree-coupon-accent, #02b8f4);color:#fff;text-align:center}.kohree-coupon__saving:before,.kohree-coupon__saving:after{content:"";position:absolute;right:-8px;z-index:3;width:16px;height:16px;border-radius:50%;background:var(--kohree-coupon-page-bg, #fff);pointer-events:none}.kohree-coupon__saving:before{top:-8px}.kohree-coupon__saving:after{bottom:-8px}.kohree-coupon__saving-label{font-size:clamp(15px,1.5vw,18px);font-weight:600;line-height:1.15}.kohree-coupon__saving-value{display:block;margin-top:5px;font-size:clamp(28px,3vw,38px);font-weight:800;line-height:1;letter-spacing:-.025em;overflow-wrap:anywhere}.kohree-coupon__content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;padding:22px 54px 22px 30px}.kohree-coupon__content:before{content:"";position:absolute;top:12px;bottom:12px;left:0;border-left:1px dashed rgba(255,255,255,.95);pointer-events:none}.kohree-coupon__headline{font-size:clamp(16px,1.65vw,20px);font-weight:500;line-height:1.35;color:var(--kohree-coupon-heading, #202020)}.kohree-coupon__headline strong{font-weight:750}.kohree-coupon__copy{-webkit-appearance:none;appearance:none;width:fit-content;margin:0;padding:0;border:0;background:transparent;color:var(--kohree-coupon-link, #02b8f4);font:inherit;font-size:15px;font-weight:650;line-height:1.25;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;cursor:pointer}.kohree-coupon__copy:hover:not(:disabled){text-decoration-thickness:2px}.kohree-coupon__copy:focus-visible,.kohree-coupon__info:focus-visible,.kohree-coupon-modal__close:focus-visible{outline:2px solid var(--kohree-coupon-link, #02b8f4);outline-offset:3px}.kohree-coupon__copy:disabled{color:var(--kohree-coupon-text, #666);text-decoration:none;cursor:default;opacity:.85}.kohree-coupon__countdown{display:flex;align-items:center;gap:8px;min-height:20px;margin-top:5px;color:var(--kohree-coupon-text, #666);font-size:14px;font-weight:500;line-height:1.35}.kohree-coupon__clock{position:relative;width:15px;height:15px;min-width:15px;border:1.6px solid currentColor;border-radius:50%}.kohree-coupon__clock:before,.kohree-coupon__clock:after{content:"";position:absolute;left:50%;top:50%;width:1.4px;border-radius:2px;background:currentColor;transform-origin:50% 100%}.kohree-coupon__clock:before{height:4px;transform:translate(-50%,-100%)}.kohree-coupon__clock:after{height:3px;transform:translate(-50%,-100%) rotate(50deg)}.kohree-coupon__info{position:absolute;right:18px;bottom:18px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;background:transparent;color:var(--kohree-coupon-text, #666);cursor:pointer;transition:opacity .16s ease,color .16s ease}.kohree-coupon__info span{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border:1.5px solid currentColor;border-radius:50%;font-family:Arial,sans-serif;font-size:12px;font-weight:700;line-height:1}.kohree-coupon__info:hover{color:var(--kohree-coupon-link, #02b8f4)}.kohree-coupon-modal[hidden]{display:none!important}.kohree-coupon-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;overflow:hidden;opacity:0;pointer-events:none;overscroll-behavior:none;transition:opacity var(--kohree-coupon-duration, .22s) ease}.kohree-coupon-modal.is-open{opacity:1;pointer-events:auto}.kohree-coupon-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;pointer-events:none;-webkit-user-select:none;user-select:none}.kohree-coupon-modal__panel{position:relative;z-index:1;display:flex;flex-direction:column;width:min(640px,calc(100vw - 40px));max-height:calc(100dvh - 40px);min-height:0;overflow:hidden;border-radius:12px;background:rgb(var(--colors-background));color:rgb(var(--colors-text));box-shadow:0 18px 50px #00000029;opacity:0;transform:translate3d(0,10px,0) scale(.985);transition:opacity var(--kohree-coupon-duration, .22s) ease,transform var(--kohree-coupon-duration, .22s) var(--kohree-coupon-ease, cubic-bezier(.2, .8, .2, 1));will-change:transform,opacity;pointer-events:auto}.kohree-coupon-modal.is-open .kohree-coupon-modal__panel{opacity:1;transform:translateZ(0) scale(1)}.kohree-coupon-modal__header{position:relative;z-index:2;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid rgba(var(--colors-line-and-border),.7);background:rgb(var(--colors-background))}.kohree-coupon-modal__title{margin:0;color:rgb(var(--colors-heading));font-size:18px;font-weight:650;line-height:1.3}.kohree-coupon-modal__close{position:relative;flex:0 0 32px;width:32px;height:32px;margin:-6px -6px -6px 0;padding:0;border:0;border-radius:50%;background:transparent;color:rgb(var(--colors-text));cursor:pointer;touch-action:manipulation}.kohree-coupon-modal__close span:before,.kohree-coupon-modal__close span:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:1.5px;border-radius:2px;background:currentColor}.kohree-coupon-modal__close span:before{transform:translate(-50%,-50%) rotate(45deg)}.kohree-coupon-modal__close span:after{transform:translate(-50%,-50%) rotate(-45deg)}.kohree-coupon-modal__close:hover{background:rgba(var(--colors-text),.06)}.kohree-coupon-modal__body{position:relative;flex:1 1 auto;min-height:0;max-height:calc(100dvh - 120px);overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:20px;line-height:1.6;cursor:text;pointer-events:auto;-webkit-user-select:text!important;user-select:text!important}.kohree-coupon-modal__body *,.kohree-coupon-modal__body p,.kohree-coupon-modal__body li,.kohree-coupon-modal__body span,.kohree-coupon-modal__body strong,.kohree-coupon-modal__body em{-webkit-user-select:text!important;user-select:text!important}.kohree-coupon-modal__body a,.kohree-coupon-modal__body button{cursor:pointer}@media screen and (max-width:767px){.kohree-coupon__ticket{grid-template-columns:minmax(92px,30%) minmax(0,1fr);min-height:112px}.kohree-coupon__saving{align-items:center;justify-content:center;padding:18px 12px;text-align:center}.kohree-coupon__saving-label,.kohree-coupon__saving-value{width:100%;text-align:center}.kohree-coupon__saving-label{font-size:14px}.kohree-coupon__saving-value{font-size:clamp(25px,7.4vw,31px)}.kohree-coupon__content{gap:5px;padding:17px 40px 17px 18px}.kohree-coupon__headline{font-size:15px}.kohree-coupon__copy,.kohree-coupon__countdown{font-size:13px}.kohree-coupon__info{right:11px;bottom:11px}.kohree-coupon-modal{align-items:center;justify-content:center;padding:16px}.kohree-coupon-modal__panel{width:min(520px,calc(100vw - 32px));max-height:calc(100dvh - 32px);border-radius:12px;transform:translate3d(0,10px,0) scale(.985)}.kohree-coupon-modal__header{padding:16px 18px}.kohree-coupon-modal__body{max-height:calc(100dvh - 108px);padding:18px}}@media(prefers-reduced-motion:reduce){.kohree-coupon-modal,.kohree-coupon-modal__panel{transition-duration:1ms!important}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/kohree-product-coupon.css.map */
