.kf-hero.kf-hero--cinema{position:relative;width:100%;height:auto;min-height:0;overflow:hidden;line-height:0;background:#fff}.kf-hero--cinema .kf-hero__slider{position:relative;width:100%;height:auto;line-height:0}.kf-hero__slider .kf-hero__banner{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .8s ease-in-out}.kf-hero__slider .kf-hero__banner.active{position:relative;inset:auto;height:auto;max-width:100%;opacity:1}@media(prefers-reduced-motion:reduce){.kf-hero__slider .kf-hero__banner{transition:none}}:root{--kf-brand-blue: #006eb3;--kf-brand-blue-dark: #005696;--kf-brand-green: #8cc63f;--kf-brand-gold: #ffc20e;--kf-footer-bg: #004d7a;--kf-categories-bg: #004566;--kf-page-bg: #e8f3fa;--kf-surface: #ffffff;--kf-topbar-bg: var(--kf-brand-blue-dark);--kf-topbar-text: #ffffff;--kf-nav-bg: var(--kf-surface);--kf-nav-border: var(--kf-brand-blue);--kf-nav-text: #2b2b2b;--kf-nav-active-bg: #d6eaf5;--kf-font: "Poppins", system-ui, sans-serif;--kf-site-head-z: 500;--kf-fixed-head-h: 9.5rem}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden;scroll-padding-top:var(--kf-fixed-head-h)}body{margin:0;min-height:100dvh;overflow-x:hidden;font-family:var(--kf-font);color:var(--kf-nav-text);background:var(--kf-page-bg);padding-bottom:env(safe-area-inset-bottom,0px)}.kf-page{display:flex;flex-direction:column;min-height:calc(100dvh - var(--kf-fixed-head-h))}.kf-site-head{position:fixed;top:0;left:0;right:0;z-index:var(--kf-site-head-z);width:100%;max-width:100%;padding-top:env(safe-area-inset-top,0px);box-shadow:0 4px 20px #00325a1f}.kf-main{padding-top:var(--kf-fixed-head-h)}.kf-site-head .kf-topbar,.kf-site-head .kf-header{flex-shrink:0;width:100%;max-width:100%}.kf-container{box-sizing:border-box;width:100%;max-width:1280px;margin-inline:auto;padding-inline:max(1rem,env(safe-area-inset-left,0px)) max(1rem,env(safe-area-inset-right,0px))}.kf-topbar{background:var(--kf-topbar-bg);color:var(--kf-topbar-text);font-size:.8125rem;line-height:1.2}.kf-topbar__inner{display:flex;align-items:center;justify-content:flex-start;min-height:42px;gap:1rem}.kf-topbar__location{display:inline-flex;align-items:center;gap:.4rem;margin:0;font-weight:600;white-space:nowrap;flex-shrink:0}.kf-topbar__location-icon{flex-shrink:0;display:block}.kf-topbar__contacts{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:1.25rem 1.5rem;min-width:0}.kf-topbar__end{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:1rem 1.25rem;margin-left:auto;flex-shrink:0}.kf-topbar__contact{display:inline-flex;align-items:center;gap:.45rem;color:inherit;text-decoration:none;min-width:0;max-width:100%}.kf-topbar__contact svg{flex-shrink:0;width:14px;height:14px;display:block}.kf-topbar__icon{flex-shrink:0}.kf-topbar__contact:hover{opacity:.9}.kf-topbar__socials{display:flex;align-items:center;gap:.5rem}.kf-topbar__social{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#ffffff24;color:#fff;text-decoration:none;transition:background .2s ease}.kf-topbar__social:hover{background:#ffffff47}.kf-topbar__social svg{width:14px;height:14px}.kf-header{background:var(--kf-nav-bg);border-bottom:4px solid var(--kf-nav-border)}.kf-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem 1.5rem;min-height:92px;padding-block:.75rem}.kf-header__actions{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0}.kf-header__search{position:relative;display:inline-flex;align-items:center;justify-content:flex-end}.kf-header__search-toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:50%;color:var(--kf-brand-blue-dark);background:var(--kf-nav-active-bg);border:2px solid rgba(0,110,179,.2);cursor:pointer;font:inherit;z-index:2;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.kf-header__search-icon{width:1.25rem;height:1.25rem}.kf-header__search-field{display:block;width:0;overflow:hidden;opacity:0;pointer-events:none;transition:width .25s ease,opacity .2s ease,margin .25s ease}.kf-header__search--open .kf-header__search-field{width:min(16rem,52vw);margin-right:.45rem;opacity:1;pointer-events:auto}.kf-header__search-input{width:100%;min-height:2.55rem;padding:.5rem .9rem;border:2px solid rgba(0,110,179,.2);border-radius:999px;background:#fff;color:var(--kf-nav-text);font:inherit;font-size:.875rem;box-shadow:0 4px 14px #00569614}.kf-header__search-input::placeholder{color:#6b7f8f}.kf-header__search-input:focus{outline:3px solid var(--kf-brand-gold);outline-offset:1px;border-color:var(--kf-brand-blue)}.kf-header__search--open .kf-header__search-toggle,.kf-header__search-toggle:hover{color:#fff;background:var(--kf-brand-blue);border-color:var(--kf-brand-blue);transform:translateY(-1px);box-shadow:0 4px 14px #006eb34d}.kf-header__search-toggle:focus-visible{outline:3px solid var(--kf-brand-gold);outline-offset:2px}.kf-header__cart,.kf-header__menu-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:50%;color:var(--kf-brand-blue-dark);background:var(--kf-nav-active-bg);border:2px solid rgba(0,110,179,.2);text-decoration:none;cursor:pointer;font:inherit;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.kf-header__cart-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem}.kf-header__cart-icon{width:1.35rem;height:1.35rem}.kf-header__cart-badge{position:absolute;top:-.5rem;right:-.55rem;display:inline-flex;align-items:center;justify-content:center;min-width:1.1rem;height:1.1rem;padding:0 .3rem;border-radius:999px;font-size:.625rem;font-weight:700;line-height:1;color:#1a1a1a;background:var(--kf-brand-gold);border:2px solid var(--kf-nav-bg);box-shadow:0 1px 4px #0000001f;pointer-events:none}.kf-header__cart-badge[hidden]{display:none}.kf-header__cart svg{width:1.35rem;height:1.35rem}.kf-header__menu-icon{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:.22rem;width:1.35rem;height:1.35rem}.kf-header__menu-icon span{display:block;width:1.15rem;height:2px;border-radius:999px;background:currentColor;transition:transform .25s ease,opacity .2s ease,width .2s ease}.kf-header__menu-btn--open .kf-header__menu-icon span:nth-child(1){transform:translateY(6px) rotate(45deg)}.kf-header__menu-btn--open .kf-header__menu-icon span:nth-child(2){opacity:0;width:0}.kf-header__menu-btn--open .kf-header__menu-icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.kf-header__cart:hover,.kf-header__menu-btn:hover{color:#fff;background:var(--kf-brand-blue);border-color:var(--kf-brand-blue);transform:translateY(-1px);box-shadow:0 4px 14px #006eb34d}.kf-header__cart:focus-visible,.kf-header__menu-btn:focus-visible{outline:3px solid var(--kf-brand-gold);outline-offset:2px}.kf-header__cart--active,.kf-header__menu-btn--open{color:#fff;background:var(--kf-brand-blue);border-color:var(--kf-brand-blue)}body.kf-site-menu-open{overflow:hidden}.kf-site-menu{position:fixed;inset:0;z-index:calc(var(--kf-site-head-z) + 20)}.kf-site-menu__backdrop{position:absolute;inset:0;border:0;background:#00284673;cursor:pointer}.kf-site-menu__panel{position:absolute;top:0;right:0;display:flex;flex-direction:column;gap:1.25rem;width:min(18rem,88vw);height:100%;padding:1.25rem 1.15rem 1.5rem;background:var(--kf-surface);box-shadow:-12px 0 40px #004d7a2e;animation:kf-site-menu-in .28s ease}@keyframes kf-site-menu-in{0%{transform:translate(100%);opacity:.6}to{transform:translate(0);opacity:1}}.kf-site-menu__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.kf-site-menu__title{margin:0;font-size:1.1rem;font-weight:700;color:var(--kf-brand-blue-dark)}.kf-site-menu__close{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:0;border-radius:50%;color:var(--kf-brand-blue-dark);background:var(--kf-nav-active-bg);cursor:pointer}.kf-site-menu__close svg{width:1.1rem;height:1.1rem}.kf-site-menu__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.kf-site-menu__link{display:block;padding:.75rem .9rem;border-radius:12px;font-size:.95rem;font-weight:600;color:var(--kf-nav-text);text-decoration:none;transition:background .2s ease,color .2s ease}.kf-site-menu__link:hover{background:#f3f3f3}.kf-site-menu__link--active{color:var(--kf-brand-blue-dark);background:var(--kf-nav-active-bg)}.kf-site-menu__account{display:flex;align-items:center;justify-content:center;margin-top:auto;padding:.8rem 1rem;border-radius:999px;font-size:.9rem;font-weight:700;color:#1a1a1a;text-decoration:none;background:var(--kf-brand-gold);transition:transform .2s ease,box-shadow .2s ease}.kf-site-menu__account:hover{transform:translateY(-1px);box-shadow:0 6px 18px #ffc20e59}.kf-site-menu__account--active{background:var(--kf-brand-blue);color:#fff}.kf-site-menu__signed-in{display:flex;flex-direction:column;gap:.75rem;padding:.85rem .9rem;border-radius:14px;background:var(--kf-nav-active-bg)}.kf-site-menu__signed-in-text{margin:0;font-size:.9rem;line-height:1.45;color:var(--kf-nav-text)}.kf-site-menu__signout{align-self:flex-start;padding:.55rem .95rem;border:0;border-radius:999px;font-size:.85rem;font-weight:600;color:var(--kf-brand-blue-dark);background:#fff;cursor:pointer}.kf-site-menu__legal{margin-top:auto;padding-top:.75rem;border-top:1px solid rgba(0,110,179,.12)}.kf-site-menu__legal-link{display:block;padding:.65rem .9rem;font-size:.875rem;font-weight:500;color:#5a5a5a;text-decoration:none}.kf-site-menu__legal-link:hover{color:var(--kf-brand-blue)}.kf-site-menu__legal-link--active{color:var(--kf-brand-blue-dark);font-weight:600}.kf-header__nav-scroll{min-width:0}.kf-header__logo{display:block;flex-shrink:0}.kf-header__logo img{display:block;width:auto;height:98px;max-width:min(320px,52vw);object-fit:contain}.kf-nav{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:.35rem .5rem;list-style:none;margin:0;padding:0}.kf-nav__link{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem 1.15rem;border-radius:999px;font-size:.9375rem;font-weight:500;color:var(--kf-nav-text);text-decoration:none;transition:background .2s ease,color .2s ease}.kf-nav__link:hover{background:#f3f3f3}.kf-nav__link--active{background:var(--kf-nav-active-bg)}.kf-hero{flex-shrink:0;width:100%;height:calc(100dvh - var(--kf-fixed-head-h));min-height:280px;margin:0;padding:0;overflow:hidden}.kf-hero.kf-hero--about,.kf-hero.kf-hero--franchise,.kf-hero.kf-hero--page-banner{display:block;width:100%;height:auto;min-height:0;max-height:none;margin:0;padding:0;overflow:hidden;line-height:0;background:#fff}.kf-hero--about .kf-hero__viewport,.kf-hero--franchise .kf-hero__viewport,.kf-hero--page-banner .kf-hero__viewport{position:relative;width:100%;height:auto;margin:0;overflow:hidden;line-height:0}.kf-hero--about .kf-hero__banner,.kf-hero--franchise .kf-hero__banner,.kf-hero--page-banner .kf-hero__banner{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center;transform:scale(1.1);animation:kf-page-hero-zoom-out 4.2s cubic-bezier(.22,1,.36,1) forwards;will-change:transform}@keyframes kf-page-hero-zoom-out{0%{transform:scale(1.12)}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.kf-hero--about .kf-hero__banner,.kf-hero--franchise .kf-hero__banner,.kf-hero--page-banner .kf-hero__banner{animation:none;transform:none}}.kf-page--banner{min-height:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.kf-hero__viewport{position:relative;width:100%;height:100%;min-height:0;overflow:hidden}.kf-hero__track{--hero-slide-count: 2;display:flex;width:calc(100% * var(--hero-slide-count));height:100%;min-height:0;transition:transform .65s ease;will-change:transform}.kf-hero__slide{flex:0 0 calc(100% / var(--hero-slide-count));width:calc(100% / var(--hero-slide-count));height:100%;min-height:0;background:#fff}.kf-hero__slide--contain .kf-hero__banner{object-fit:contain;background:#fff}.kf-hero__banner{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.kf-hero__controls{position:absolute;z-index:3;left:50%;bottom:max(1rem,env(safe-area-inset-bottom,0px));display:flex;gap:.5rem;transform:translate(-50%)}.kf-hero__dot{width:.55rem;height:.55rem;padding:0;border:none;border-radius:50%;background:#0f2d4259;cursor:pointer;transition:background .2s ease,transform .2s ease}.kf-hero__dot:hover{background:#0f2d428c}.kf-hero__dot[aria-current=true]{background:var(--kf-brand-blue);transform:scale(1.15)}@media(prefers-reduced-motion:reduce){.kf-hero__track{transition:none}}.kf-hero__content{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:1rem;padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px));padding-bottom:max(1rem,env(safe-area-inset-bottom,0px))}.kf-hero__offer{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;max-width:52rem;padding:0 1.5rem;animation:kf-hero-in .5s ease-out both}@keyframes kf-hero-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.kf-hero__offer-label{margin:0;font-size:clamp(.8rem,1.6vw,1rem);font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#d9480f;text-shadow:0 1px 12px rgba(255,255,255,.85)}.kf-hero__title{margin:0;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;color:#0f2d42;text-shadow:0 2px 24px rgba(255,255,255,.9),0 1px 3px rgba(255,255,255,.6)}.kf-hero__subtitle{margin:0;font-size:clamp(1.05rem,2.4vw,1.5rem);font-weight:500;line-height:1.4;color:#1e3a4f;text-shadow:0 1px 16px rgba(255,255,255,.85)}.kf-hero__btn{display:inline-flex;align-items:center;justify-content:center;margin-top:.5rem;padding:.95rem 2.25rem;border-radius:999px;font-size:clamp(.95rem,1.8vw,1.125rem);font-weight:700;letter-spacing:.02em;color:#fff;text-decoration:none;background:var(--kf-brand-blue);box-shadow:0 10px 28px #006eb366;transition:transform .2s ease,box-shadow .2s ease}.kf-hero__btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px #006eb373}.kf-hero__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-top:.25rem}.kf-hero__actions .kf-hero__btn{margin-top:0}.kf-hero__btn--outline{color:#0f2d42;background:#ffffff59;border:2px solid #0f2d42;box-shadow:0 4px 16px #00000014}.kf-hero__btn--outline:hover{background:#ffffff8c;box-shadow:0 8px 20px #0000001a}@media(max-width:900px)and (min-width:769px){.kf-header__inner{grid-template-columns:auto minmax(0,1fr) auto;min-height:auto;padding-block:.65rem .85rem;column-gap:.85rem;align-items:center}.kf-header__logo img{height:58px;max-width:min(200px,38vw)}.kf-header__search-toggle,.kf-header__cart,.kf-header__menu-btn{width:2.5rem;height:2.5rem}.kf-header__nav-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.kf-header__nav-scroll::-webkit-scrollbar{display:none}.kf-nav{flex-wrap:nowrap;justify-content:flex-end;gap:.35rem;width:max-content;margin-left:auto}.kf-nav__link{flex-shrink:0;padding:.5rem .85rem;font-size:.8125rem}}@media(max-width:768px){.kf-header__inner{display:grid;grid-template-columns:1fr auto;grid-template-areas:"logo actions" "nav nav";gap:.85rem .75rem;align-items:center;padding-block:.85rem 1rem;min-height:auto}.kf-header__logo{grid-area:logo;justify-self:start}.kf-header__logo img{height:54px;max-width:min(175px,62vw)}.kf-header__actions{grid-area:actions;justify-self:end}.kf-header__search-toggle,.kf-header__cart,.kf-header__menu-btn{width:2.5rem;height:2.5rem}.kf-header__search--open .kf-header__search-field{width:min(11.5rem,42vw)}.kf-header__nav-scroll{grid-area:nav;width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;padding-bottom:.1rem}.kf-header__nav-scroll::-webkit-scrollbar{display:none}.kf-nav{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.45rem;width:max-content;min-width:min(100%,max-content);margin:0;padding:.1rem 0}.kf-nav>li{flex:0 0 auto}.kf-nav__link{flex-shrink:0;padding:.55rem .9rem;font-size:.8125rem;font-weight:600;min-height:2.5rem;white-space:nowrap;line-height:1.2;border-radius:999px}.kf-header__cart-badge{min-width:.95rem;height:.95rem;font-size:.55rem;top:-.4rem;right:-.45rem}}@media(max-width:480px){.kf-header__inner{gap:.7rem .6rem;padding-block:.75rem .9rem}.kf-header__logo img{height:48px;max-width:min(150px,58vw)}.kf-nav{gap:.35rem}.kf-nav__link{padding:.5rem .7rem;font-size:.75rem;min-height:2.35rem}}@media(max-width:560px){.kf-hero__offer{gap:.5rem;padding:0 max(.75rem,env(safe-area-inset-left,0px)) 0 max(.75rem,env(safe-area-inset-right,0px))}.kf-topbar{font-size:.75rem;line-height:1.35}.kf-topbar__inner{flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;padding-block:.5rem}.kf-topbar__contacts{justify-content:flex-end;gap:.35rem .85rem}.kf-topbar__end{margin-left:auto;justify-content:flex-end;gap:.5rem .75rem}.kf-topbar__location{font-size:.72rem;margin-right:auto}.kf-topbar__contact{gap:.35rem;min-width:0}.kf-topbar__contact svg{width:12px;height:12px}.kf-topbar__contact span{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem}.kf-topbar__social{width:26px;height:26px;flex-shrink:0}.kf-topbar__social svg{width:12px;height:12px}.kf-hero__title{font-size:clamp(1.6rem,9vw,2.85rem)}.kf-hero__btn{min-height:44px;padding-inline:1.75rem}}@media(max-width:360px){.kf-topbar__contacts{flex-direction:column;align-items:flex-end;gap:.25rem}}.kf-page--cinema,.kf-page:has(.kf-hero--cinema){min-height:0}.kf-hero.kf-hero--cinema{height:auto;min-height:0;flex-shrink:0;overflow:hidden;line-height:0;background:#fff}.kf-hero.kf-hero--cinema .kf-hero__banner.active,.kf-hero.kf-hero--cinema .kf-hero__slider .kf-hero__banner.active{display:block;width:100%;height:auto;max-width:100%;object-fit:cover;object-position:center}@media(max-width:768px){.kf-page--cinema,.kf-page:has(.kf-hero--cinema){min-height:0}}.kf-delivery-notice-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.kf-delivery-notice-modal[hidden]{display:none!important}.kf-delivery-notice-modal__backdrop{position:absolute;inset:0;background:#0a192fb8;backdrop-filter:blur(4px);animation:kf-dn-fade-in .25s ease-out}.kf-delivery-notice-modal__dialog{position:relative;z-index:1;width:100%;max-width:480px;background:#fff;border-radius:18px;box-shadow:0 20px 48px -10px #0028504d,0 0 0 1px #006eb31f;padding:1.75rem 1.5rem 1.5rem;box-sizing:border-box;animation:kf-dn-scale-in .28s cubic-bezier(.16,1,.3,1);text-align:center}@keyframes kf-dn-fade-in{0%{opacity:0}to{opacity:1}}@keyframes kf-dn-scale-in{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.kf-delivery-notice-modal__icon-wrap{width:56px;height:56px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fef3c7;color:#d97706}.kf-delivery-notice-modal__icon-wrap--error{background:#fee2e2;color:#dc2626}.kf-delivery-notice-modal__icon-wrap svg{width:28px;height:28px}.kf-delivery-notice-modal__title{font-family:Lora,Georgia,serif;font-size:1.35rem;font-weight:700;color:#0b1f3a;margin:0 0 .6rem;line-height:1.3}.kf-delivery-notice-modal__lead{font-size:.95rem;color:#334155;line-height:1.5;margin:0 0 1rem}.kf-delivery-notice-modal__box{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.9rem 1rem;margin-bottom:1.25rem}.kf-delivery-notice-modal__box-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:#1e293b;line-height:1.45;margin-bottom:.5rem}.kf-delivery-notice-modal__box-item:last-child{margin-bottom:0}.kf-delivery-notice-modal__box-item svg{width:18px;height:18px;flex-shrink:0;margin-top:2px}.kf-delivery-notice-modal__box-item--local svg{color:#006eb3}.kf-delivery-notice-modal__box-item--nationwide svg{color:#16a34a}.kf-delivery-notice-modal__actions{display:flex;flex-direction:column;gap:.6rem}.kf-delivery-notice-modal__btn-primary{width:100%;padding:.85rem 1.2rem;font-family:Poppins,system-ui,sans-serif;font-size:.95rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#006eb3,#004d80);border:none;border-radius:10px;cursor:pointer;transition:opacity .2s ease,transform .1s ease;box-shadow:0 4px 14px #006eb347}.kf-delivery-notice-modal__btn-primary:hover{opacity:.95;transform:translateY(-1px)}.kf-delivery-notice-modal__btn-primary:active{transform:translateY(0)}.kf-delivery-notice-modal__btn-secondary{width:100%;padding:.75rem 1.2rem;font-family:Poppins,system-ui,sans-serif;font-size:.9rem;font-weight:600;color:#475569;background:transparent;border:1px solid #cbd5e1;border-radius:10px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.kf-delivery-notice-modal__btn-secondary:hover{background:#f1f5f9;color:#1e293b}.kf-delivery-notice-modal__close{position:absolute;top:.9rem;right:.9rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;transition:background-color .15s ease,color .15s ease}.kf-delivery-notice-modal__close:hover{background:#e2e8f0;color:#0f172a}
