.llpe-section {
--llpe-orange: #FF7800;
--llpe-orange-hi: #FF9333;
--llpe-cyan: #00AAD4;
--llpe-pink: #EE3164;
--llpe-green: #9DC443;
--llpe-darkblue: #00244A;
--llpe-gap: 24px;
--llpe-visible: 3;
--llpe-radius: 20px;
box-sizing: border-box;
position: relative;
overflow: hidden;
padding: 56px clamp(16px, 4vw, 64px);
font-family: "Rubik", "Roboto", Arial, sans-serif;
-webkit-font-smoothing: antialiased; width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}
.llpe-section *,
.llpe-section *::before,
.llpe-section *::after { box-sizing: border-box; } .llpe-section h2::before,
.llpe-section h2::after { content: none !important; display: none !important; background: none !important; } .llpe-section .llpe-title,
.llpe-section .llpe-modal__title,
.llpe-section .llpe-card__title {
font-family: "Rubik", "Roboto", Arial, sans-serif !important;
font-weight: 800 !important; background: none !important;
}
.llpe-section .llpe-eyebrow { font-weight: 800 !important; font-family: "Rubik", "Roboto", Arial, sans-serif !important; } .llpe-section[data-llpe-theme] .llpe-title {
font-size: clamp(28px, 3.4vw, 46px) !important;
line-height: 1.07 !important;
letter-spacing: -.02em !important;
font-weight: 800 !important;
margin: 10px 0 0 !important;
padding: 0 !important;
}
.llpe-section[data-llpe-theme] .llpe-modal__title { font-size: clamp(22px, 3vw, 30px) !important; line-height: 1.12 !important; }
.llpe-container { position: relative; max-width: 1320px; margin: 0 auto; } .llpe-header {
display: flex; align-items: flex-end; justify-content: space-between;
gap: 24px; margin-bottom: 32px; background: transparent !important; box-shadow: none !important;
padding: 0 !important; border: 0 !important; position: static !important;
}
.llpe-section .llpe-nav { background: transparent !important; box-shadow: none !important; padding: 0 !important; }
.llpe-header__text { max-width: 780px; }
.llpe-eyebrow {
margin: 0; font-size: 13px; font-weight: 800; letter-spacing: .16em;
text-transform: uppercase; color: var(--llpe-orange);
}
.llpe-title {
margin: 10px 0 0; font-size: clamp(26px, 4vw, 44px); line-height: 1.08;
font-weight: 800; letter-spacing: -.02em;
}
.llpe-subtitle { margin: 12px 0 0; font-size: 16px; line-height: 1.5; max-width: 620px; }
.llpe-nav { display: flex; gap: 12px; flex-shrink: 0; padding-bottom: 4px; }
.llpe-arrow {
width: 52px; height: 52px; border-radius: 50%; cursor: pointer;
display: flex; align-items: center; justify-content: center;
border: 1.5px solid transparent; background: transparent;
transition: background .18s, color .18s, border-color .18s, opacity .18s;
}
.llpe-arrow:disabled { opacity: .35; cursor: default; } .llpe-carousel { position: relative; }
.llpe-viewport { overflow: hidden; }
.llpe-track {
display: flex; gap: var(--llpe-gap);
transition: transform .42s cubic-bezier(.2,.7,.2,1);
will-change: transform;
}
.llpe-card {
flex: 0 0 calc((100% - (var(--llpe-visible) - 1) * var(--llpe-gap)) / var(--llpe-visible));
max-width: calc((100% - (var(--llpe-visible) - 1) * var(--llpe-gap)) / var(--llpe-visible));
display: flex; flex-direction: column; overflow: hidden;
border-radius: var(--llpe-radius);
transition: transform .2s, box-shadow .2s;
}
.llpe-card__media {
position: relative; display: block; width: 100%; padding: 0; border: 0;
cursor: pointer; overflow: hidden; aspect-ratio: 16 / 9; background: rgba(0,0,0,.15);
}
.llpe-card__media img {
display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s;
}
.llpe-card:hover .llpe-card__media img { transform: scale(1.04); }
.llpe-card__ph { display: block; width: 100%; height: 100%;
background: repeating-linear-gradient(45deg, rgba(0,0,0,.06), rgba(0,0,0,.06) 10px, rgba(0,0,0,.03) 10px, rgba(0,0,0,.03) 20px); }
.llpe-badge {
position: absolute; top: 14px; left: 14px;
display: inline-flex; align-items: center; gap: 6px;
padding: 7px 13px; border-radius: 999px;
font-size: 12.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
color: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.3);
}
.llpe-badge--static { position: static; align-self: flex-start; box-shadow: none; }
.llpe-card__body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.llpe-card__title { font-size: 21px; font-weight: 800; letter-spacing: -.01em; line-height: 1.18; cursor: pointer; }
.llpe-card__date {
display: inline-flex; align-self: flex-start; align-items: center; gap: 7px;
margin-top: 12px; padding: 6px 12px; border-radius: 999px;
font-size: 13.5px; font-weight: 700;
}
.llpe-card__excerpt { margin: 12px 0 0; font-size: 14.5px; line-height: 1.5; }
.llpe-card__actions { display: flex; gap: 10px; margin-top: auto; padding-top: 18px; } .llpe-btn {
font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer;
border-radius: 12px; padding: 13px 18px; border: 1.5px solid transparent;
text-decoration: none; display: inline-flex; align-items: center; justify-content: center;
transition: background .18s, color .18s, border-color .18s, box-shadow .18s, transform .18s;
}
.llpe-btn--ghost { flex: 0 0 auto; background: transparent; }
.llpe-btn--cta {
flex: 1; border: none; font-weight: 800; color: #fff; background: var(--llpe-orange);
box-shadow: 0 8px 20px rgba(255,120,0,.35);
}
.llpe-btn--cta:hover { background: var(--llpe-orange-hi); }
.llpe-btn--block { width: 100%; flex: none; padding: 16px; font-size: 16px; } .llpe-dots { display: flex; gap: 9px; justify-content: center; margin-top: 30px; }
.llpe-dot {
height: 10px; width: 10px; border-radius: 999px; border: none; cursor: pointer; padding: 0;
transition: width .25s, background .25s;
}
.llpe-dot.is-active { width: 26px; } .llpe-modal {
position: fixed; inset: 0; z-index: 100000;
display: flex; align-items: center; justify-content: center; padding: 28px;
}
.llpe-modal[hidden] { display: none; }
.llpe-modal__overlay {
position: absolute; inset: 0; background: rgba(0,16,34,.74);
-webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
animation: llpeFade .2s ease;
}
.llpe-modal__dialog {
position: relative; width: 1000px; max-width: 100%; max-height: 92vh; overflow: auto;
border-radius: 24px; box-shadow: 0 40px 100px rgba(0,0,0,.5);
animation: llpePop .26s cubic-bezier(.2,.7,.2,1);
}
.llpe-modal__close {
position: absolute; top: 16px; right: 16px; z-index: 3;
width: 44px; height: 44px; border-radius: 50%; border: none; cursor: pointer;
display: flex; align-items: center; justify-content: center;
background: rgba(0,0,0,.45); color: #fff; transition: background .18s;
}
.llpe-modal__close:hover { background: var(--llpe-pink); }
.llpe-modal__grid { display: grid; grid-template-columns: 1.05fr 1fr; }
.llpe-modal__media { padding: 22px; }
.llpe-modal__cover { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 14px; box-shadow: 0 16px 40px rgba(0,0,0,.35); }
.llpe-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.llpe-gallery__item { margin: 0; }
.llpe-gallery__item img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 10px; }
.llpe-gallery__item figcaption { font-size: 11px; opacity: .6; margin-top: 4px; text-align: center; }
.llpe-modal__body { padding: 30px 30px 30px 8px; display: flex; flex-direction: column; }
.llpe-modal__title { margin: 14px 0 0; font-size: clamp(22px, 3vw, 30px); font-weight: 800; line-height: 1.12; letter-spacing: -.01em; }
.llpe-modal__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.llpe-chip { display: inline-flex; align-items: center; padding: 8px 13px; border-radius: 10px; font-size: 14px; font-weight: 600; }
.llpe-modal__text { margin-top: 18px; font-size: 15.5px; line-height: 1.62; }
.llpe-modal__text p { margin: 0 0 10px; }
.llpe-modal__offer { margin-top: 14px; font-weight: 700; }
.llpe-modal__terms { margin-top: 12px; font-size: 13.5px; opacity: .8; }
.llpe-modal__disclaimer { margin-top: 12px; font-size: 12px; opacity: .55; }
.llpe-modal__cta { margin-top: auto; padding-top: 24px; }
@keyframes llpeFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes llpePop { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } } .llpe-section[data-llpe-theme="dark"] {
background-color: #1b2747;
background-image:
radial-gradient(900px 500px at 85% -10%, rgba(0,170,212,.18), transparent 60%),
radial-gradient(700px 500px at -10% 110%, rgba(255,120,0,.14), transparent 60%),
linear-gradient(120deg, rgba(0,36,74,.55) 0%, rgba(0,36,74,.2) 55%, rgba(0,36,74,.6) 100%);
}
.llpe-section[data-llpe-theme="dark"] .llpe-title { color: #fff !important; }
.llpe-section[data-llpe-theme="dark"] .llpe-subtitle { color: rgba(255,255,255,.72); }
.llpe-section[data-llpe-theme="dark"] .llpe-arrow {
border-color: rgba(0,170,212,.45); background: rgba(0,36,74,.55); color: #fff;
}
.llpe-section[data-llpe-theme="dark"] .llpe-arrow:not(:disabled):hover { background: var(--llpe-cyan); border-color: var(--llpe-cyan); }
.llpe-section[data-llpe-theme="dark"] .llpe-card { background: #0c264a; border: 1px solid rgba(0,170,212,.22); }
.llpe-section[data-llpe-theme="dark"] .llpe-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(0,0,0,.5); }
.llpe-section[data-llpe-theme="dark"] .llpe-card__title { color: #fff; }
.llpe-section[data-llpe-theme="dark"] .llpe-card__date { background: rgba(0,170,212,.16); color: #3BBBDB; }
.llpe-section[data-llpe-theme="dark"] .llpe-card__excerpt { color: rgba(255,255,255,.68); }
.llpe-section[data-llpe-theme="dark"] .llpe-btn--ghost { border-color: rgba(255,255,255,.28); color: #fff; }
.llpe-section[data-llpe-theme="dark"] .llpe-btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.llpe-section[data-llpe-theme="dark"] .llpe-dot { background: rgba(255,255,255,.28); }
.llpe-section[data-llpe-theme="dark"] .llpe-dot.is-active { background: var(--llpe-cyan); }
.llpe-section[data-llpe-theme="dark"] .llpe-modal__dialog { background: #0c264a; border: 1px solid rgba(0,170,212,.2); color: rgba(255,255,255,.82); }
.llpe-section[data-llpe-theme="dark"] .llpe-modal__title { color: #fff; }
.llpe-section[data-llpe-theme="dark"] .llpe-chip { background: rgba(255,255,255,.06); color: rgba(255,255,255,.82); }
.llpe-section[data-llpe-theme="dark"] .llpe-chip--accent { background: rgba(0,170,212,.16); color: #3BBBDB; }
.llpe-section[data-llpe-theme="dark"] .llpe-modal__text { color: rgba(255,255,255,.78); } .llpe-section[data-llpe-theme="light"] {
background: #f4f6fa;
background-image:
radial-gradient(420px 420px at 92% -12%, rgba(0,170,212,.18), transparent 70%),
radial-gradient(380px 380px at -8% 112%, rgba(255,120,0,.14), transparent 70%);
}
.llpe-section[data-llpe-theme="light"] .llpe-eyebrow { color: var(--llpe-orange); }
.llpe-section[data-llpe-theme="light"] .llpe-title { color: var(--llpe-darkblue) !important; }
.llpe-section[data-llpe-theme="light"] .llpe-subtitle { color: #5D7E9E; }
.llpe-section[data-llpe-theme="light"] .llpe-arrow {
border-color: rgba(0,36,74,.16); background: #fff; color: var(--llpe-darkblue);
box-shadow: 0 6px 16px rgba(0,36,74,.1);
}
.llpe-section[data-llpe-theme="light"] .llpe-arrow:not(:disabled):hover { background: var(--llpe-darkblue); color: #fff; border-color: var(--llpe-darkblue); }
.llpe-section[data-llpe-theme="light"] .llpe-card { background: #fff; border: 1px solid rgba(0,36,74,.08); box-shadow: 0 8px 24px rgba(0,36,74,.08); }
.llpe-section[data-llpe-theme="light"] .llpe-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(0,36,74,.16); }
.llpe-section[data-llpe-theme="light"] .llpe-card__title { color: var(--llpe-darkblue); }
.llpe-section[data-llpe-theme="light"] .llpe-card__date { background: rgba(0,36,74,.06); color: #416487; }
.llpe-section[data-llpe-theme="light"] .llpe-card__excerpt { color: #5D7E9E; }
.llpe-section[data-llpe-theme="light"] .llpe-btn--ghost { border-color: rgba(0,36,74,.18); color: var(--llpe-darkblue); background: #fff; }
.llpe-section[data-llpe-theme="light"] .llpe-btn--ghost:hover { border-color: var(--llpe-darkblue); background: #f4f6fa; }
.llpe-section[data-llpe-theme="light"] .llpe-dot { background: rgba(0,36,74,.18); }
.llpe-section[data-llpe-theme="light"] .llpe-dot.is-active { background: var(--llpe-darkblue); }
.llpe-section[data-llpe-theme="light"] .llpe-modal__dialog { background: #fff; color: #46627d; }
.llpe-section[data-llpe-theme="light"] .llpe-modal__title { color: var(--llpe-darkblue); }
.llpe-section[data-llpe-theme="light"] .llpe-chip { background: rgba(0,36,74,.06); color: #416487; }
.llpe-section[data-llpe-theme="light"] .llpe-chip--accent { background: rgba(0,170,212,.14); color: #0a6e8c; }
.llpe-section[data-llpe-theme="light"] .llpe-modal__text { color: #46627d; } @media (max-width: 1023px) {
.llpe-section { --llpe-visible: 2; }
.llpe-header { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 767px) {
.llpe-section { --llpe-visible: 1; --llpe-gap: 14px; padding: 36px 16px; }
.llpe-card__actions { flex-direction: column-reverse; } .llpe-btn--ghost { width: 100%; }
.llpe-modal { padding: 0; }
.llpe-modal__dialog { width: 100%; max-width: 100%; max-height: 100vh; height: 100%; border-radius: 0; }
.llpe-modal__grid { grid-template-columns: 1fr; }
.llpe-modal__body { padding: 22px; }
.llpe-gallery { grid-template-columns: repeat(2, 1fr); }
} @media (prefers-reduced-motion: reduce) {
.llpe-track { transition: none; }
.llpe-modal__overlay, .llpe-modal__dialog { animation: none; }
.llpe-card { transition: none; }
}@font-face {
font-family: Rubik;
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(//laser-land.ru/wp-content/plugins/llbooking-public-booking/assets/fonts/Rubik-Light.ttf) format("truetype");
}
@font-face {
font-family: Rubik;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//laser-land.ru/wp-content/plugins/llbooking-public-booking/assets/fonts/Rubik-Regular.ttf) format("truetype");
}
@font-face {
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(//laser-land.ru/wp-content/plugins/llbooking-public-booking/assets/fonts/Rubik-Medium.ttf) format("truetype");
}
@font-face {
font-family: Rubik;
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//laser-land.ru/wp-content/plugins/llbooking-public-booking/assets/fonts/Rubik-Bold.ttf) format("truetype");
}
@font-face {
font-family: Rubik;
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(//laser-land.ru/wp-content/plugins/llbooking-public-booking/assets/fonts/Rubik-Black.ttf) format("truetype");
}
@font-face {
font-family: Jura;
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(//laser-land.ru/wp-content/plugins/llbooking-public-booking/assets/fonts/Jura.ttf) format("truetype");
} .llbk-theme-ll {
--llbk-bg: #00244a;
--llbk-bg2: #001a38;
--llbk-panel: #0b2647;
--llbk-panel2: #10315a;
--llbk-border: rgba(255, 255, 255, 0.1);
--llbk-border2: rgba(255, 255, 255, 0.18);
--llbk-text1: #fff;
--llbk-text2: rgba(255, 255, 255, 0.66);
--llbk-text3: rgba(255, 255, 255, 0.42);
--llbk-accent: #00aad4;
--llbk-accent-soft: rgba(0, 170, 212, 0.14);
--llbk-cta: #ff7800;
--llbk-cta-h: #ff9333;
--llbk-warn: #ffbe2b;
--llbk-good: #9dc443;
--llbk-avail: #ff8a1f;
--llbk-avail-glow: rgba(255, 138, 31, 0.55);
--llbk-avail-soft: rgba(255, 138, 31, 0.15);
--llbk-pink: #ee3164;
--llbk-sel-b: #00aad4;
--llbk-sel-bg: rgba(0, 170, 212, 0.13);
--llbk-radcard: 14px;
--llbk-radbtn: 8px;
--llbk-glow: 0 10px 34px rgba(0, 170, 212, 0.22);
--llbk-toolbar: rgba(4, 20, 42, 0.92);
--llbk-chip: rgba(255, 255, 255, 0.06);
--llbk-grad: linear-gradient(rgba(0, 26, 56, 0.32), rgba(0, 26, 56, 0.62));
--llbk-bgimg: url(//laser-land.ru/wp-content/plugins/llbooking-public-booking/assets/img/pattern-ll.jpg);
--llbk-font: "Rubik", "Roboto", -apple-system, blinkmacsystemfont, "Segoe UI", arial, sans-serif;
--llbk-font-display: "Rubik", "Roboto", -apple-system, blinkmacsystemfont, arial, sans-serif;
} .llbk-theme-exo {
--llbk-bg: #161920;
--llbk-bg2: #10131a;
--llbk-panel: #1c202a;
--llbk-panel2: #21262f;
--llbk-border: rgba(241, 241, 241, 0.08);
--llbk-border2: rgba(48, 141, 255, 0.55);
--llbk-text1: #fff;
--llbk-text2: rgba(255, 255, 255, 0.72);
--llbk-text3: #a0adcc;
--llbk-accent: #05f7f1;
--llbk-accent-soft: rgba(48, 141, 255, 0.16);
--llbk-cta: #308dff;
--llbk-cta-h: #53a4ff;
--llbk-warn: #ffc200;
--llbk-good: #17de00;
--llbk-avail: #ff9838;
--llbk-avail-glow: rgba(255, 152, 56, 0.6);
--llbk-avail-soft: rgba(255, 152, 56, 0.16);
--llbk-pink: #ff0703;
--llbk-sel-b: #308dff;
--llbk-sel-bg: rgba(48, 141, 255, 0.14);
--llbk-radcard: 16px;
--llbk-radbtn: 1000px;
--llbk-glow: 0 0 24px rgba(5, 247, 241, 0.4);
--llbk-toolbar: rgba(22, 25, 32, 0.92);
--llbk-chip: rgba(255, 255, 255, 0.06);
--llbk-grad: linear-gradient(rgba(22, 25, 32, 0.55), rgba(22, 25, 32, 0.8));
--llbk-bgimg: url(//laser-land.ru/wp-content/plugins/llbooking-public-booking/assets/img/pattern-exo.jpg);
--llbk-font: "Rubik", "Roboto", -apple-system, blinkmacsystemfont, "Segoe UI", arial, sans-serif;
--llbk-font-display: "Jura", "Rubik", -apple-system, blinkmacsystemfont, arial, sans-serif;
} .llbk-module {
box-sizing: border-box;
color: var(--llbk-text1);
font-family: var(--llbk-font);
font-size: 15px;
line-height: 1.4;
-webkit-font-smoothing: antialiased;
}
.llbk-module *,
.llbk-module *::before,
.llbk-module *::after {
box-sizing: border-box;
}
.llbk-module--inline {
position: relative;
isolation: isolate; padding: clamp(10px, 1.6vw, 16px) clamp(14px, 3vw, 24px);
} .llbk-module--inline::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 100vw;
margin-left: -50vw;
z-index: -1;
background-color: var(--llbk-bg);
background-image: var(--llbk-grad), var(--llbk-bgimg);
background-size: cover, cover;
background-position: center, top right;
background-repeat: no-repeat, no-repeat;
pointer-events: none;
}
.llbk-module__inner {
position: relative;
display: block;
} .llbk-status {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} @keyframes llbk-shimmer {
0% {
background-position: -360px 0;
}
100% {
background-position: 360px 0;
}
}
@keyframes llbk-fade {
from {
opacity: 0;
transform: translateY(8px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes llbk-spin {
to {
transform: rotate(360deg);
}
}
@keyframes llbk-shake {
0%,
100% {
transform: translateX(0);
}
20%,
60% {
transform: translateX(-4px);
}
40%,
80% {
transform: translateX(4px);
}
} .llbk-ctx {
display: flex;
align-items: center;
gap: 14px 18px;
flex-wrap: wrap;
background: var(--llbk-panel);
border: 1px solid var(--llbk-border);
border-radius: var(--llbk-radcard);
padding: 13px 18px;
margin-bottom: 22px;
animation: llbk-fade 0.3s ease;
}
.llbk-ctx__badge {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--llbk-cta);
}
.llbk-ctx__item {
display: flex;
align-items: center;
gap: 9px;
min-width: 0;
}
.llbk-ctx__item svg {
flex: none;
color: var(--llbk-accent);
}
.llbk-ctx__name {
font-weight: 500;
color: var(--llbk-text1);
font-size: 15px;
}
.llbk-ctx__muted {
color: var(--llbk-text2);
font-size: 14px;
}
.llbk-ctx__sep {
width: 1px;
height: 18px;
background: var(--llbk-border2);
}
.llbk-ctx__edit {
margin-left: auto;
background: transparent;
border: 1px solid var(--llbk-border2);
color: var(--llbk-text1);
padding: 8px 15px;
border-radius: var(--llbk-radbtn);
font-family: inherit;
font-size: 13px;
font-weight: 500;
cursor: pointer;
transition: background 0.15s;
}
.llbk-ctx__edit:hover {
background: var(--llbk-chip);
} .llbk-controls {
display: flex;
flex-wrap: wrap;
gap: 12px 16px;
margin-bottom: 22px;
}
.llbk-control {
display: flex;
flex-direction: column;
gap: 6px;
min-width: 220px;
flex: 1 1 220px;
}
.llbk-control__label {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--llbk-text3);
}
.llbk-control__select {
width: 100%;
box-sizing: border-box;
padding: 12px 40px 12px 14px;
border-radius: var(--llbk-radbtn);
border: 1px solid var(--llbk-border2);
background-color: var(--llbk-panel);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-opacity='0.6'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
color: var(--llbk-text1);
font-family: inherit;
font-size: 15px;
font-weight: 500;
line-height: 1.3;
cursor: pointer;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
outline: none;
transition: border-color 0.15s;
}
.llbk-control__select:hover,
.llbk-control__select:focus {
border-color: var(--llbk-accent);
}
.llbk-control__select option {
color: var(--llbk-text1);
background-color: var(--llbk-panel);
} .llbk-select {
position: relative;
width: 100%;
}
.llbk-select__btn {
width: 100%;
box-sizing: border-box;
display: flex;
align-items: center;
gap: 10px;
padding: 12px 14px;
border-radius: var(--llbk-radbtn);
border: 1px solid var(--llbk-border2);
background-color: var(--llbk-panel);
color: var(--llbk-text1);
font-family: inherit;
font-size: 15px;
font-weight: 500;
line-height: 1.3;
text-align: left;
cursor: pointer;
outline: none;
transition: border-color 0.15s;
}
.llbk-select__btn:hover,
.llbk-select__btn:focus-visible,
.llbk-select--open .llbk-select__btn {
border-color: var(--llbk-accent);
} .llbk-select--static {
box-sizing: border-box;
display: flex;
align-items: center;
width: 100%;
padding: 12px 14px;
border-radius: var(--llbk-radbtn);
border: 1px solid var(--llbk-border2);
background-color: var(--llbk-panel);
color: var(--llbk-text1);
font-size: 15px;
font-weight: 500;
line-height: 1.3;
cursor: default;
}
.llbk-select__value {
flex: 1 1 auto;
min-width: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.llbk-select__chev {
flex: none;
color: var(--llbk-text2);
transition: transform 0.15s;
}
.llbk-select--open .llbk-select__chev {
transform: rotate(180deg);
}
.llbk-select__list {
position: absolute;
z-index: 30;
top: calc(100% + 6px);
right: 0;
left: 0;
max-height: 320px;
margin: 0;
padding: 6px;
overflow-y: auto;
list-style: none;
border-radius: var(--llbk-radcard);
border: 1px solid var(--llbk-border2);
background: var(--llbk-panel2);
box-shadow: var(--llbk-glow), 0 12px 30px rgba(0, 0, 0, 0.45);
}
.llbk-opt {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 11px 12px;
border-radius: 10px;
color: var(--llbk-text1);
font-size: 15px;
cursor: pointer;
outline: none;
transition: background 0.12s;
}
.llbk-opt:hover,
.llbk-opt--active {
background: var(--llbk-accent-soft);
}
.llbk-opt--selected {
background: var(--llbk-sel-bg);
}
.llbk-opt__name {
min-width: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} .llbk-opt__badge {
flex: none;
display: inline-flex;
align-items: center;
gap: 6px;
padding: 3px 9px 3px 8px;
border-radius: 999px;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.02em;
color: var(--llbk-avail);
background: var(--llbk-avail-soft);
border: 1px solid var(--llbk-avail-glow);
box-shadow: 0 0 10px var(--llbk-avail-glow);
}
.llbk-opt__dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--llbk-avail);
box-shadow: 0 0 8px 1px var(--llbk-avail-glow);
animation: llbk-availpulse 1.8s ease-in-out infinite;
} .llbk-layout {
display: grid;
grid-template-columns: 1fr;
gap: 24px;
align-items: start;
}
.llbk-col-main {
min-width: 0;
} .llbk-dates-head,
.llbk-slots-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-bottom: 14px;
}
.llbk-slots-head {
align-items: baseline;
margin: 22px 0 14px;
}
.llbk-h3 {
margin: 0;
font-family: var(--llbk-font-display);
font-size: 19px;
font-weight: 700;
color: var(--llbk-text1);
}
.llbk-nav {
display: flex;
gap: 8px;
}
.llbk-nav-btn {
width: 38px;
height: 38px;
display: grid;
place-items: center;
border-radius: var(--llbk-radbtn);
border: 1px solid var(--llbk-border2);
background: var(--llbk-panel);
color: var(--llbk-text1);
cursor: pointer;
transition: background 0.15s, opacity 0.15s;
}
.llbk-nav-btn:hover {
background: var(--llbk-chip);
}
.llbk-nav-btn:disabled {
opacity: 0.4;
cursor: default;
}
.llbk-selday {
font-size: 13px;
color: var(--llbk-text2);
} .llbk-strip {
display: flex;
gap: 10px;
overflow-x: auto;
padding: 4px 2px 12px;
scroll-behavior: smooth;
}
.llbk-strip::-webkit-scrollbar {
height: 6px;
}
.llbk-strip::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.16);
border-radius: 99px;
}
.llbk-date {
position: relative;
flex: none;
min-width: 62px;
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
padding: 12px 8px;
border-radius: var(--llbk-radcard);
cursor: pointer;
font-family: inherit;
color: var(--llbk-text2);
border: 1.5px solid var(--llbk-border);
background: var(--llbk-panel);
transition: border-color 0.15s, background 0.15s, color 0.15s, box-shadow 0.15s;
}
.llbk-date:hover {
border-color: var(--llbk-accent);
} .llbk-date--has-slots {
border-color: var(--llbk-avail);
color: var(--llbk-text1);
box-shadow: 0 0 0 1px var(--llbk-avail-glow), 0 0 16px var(--llbk-avail-glow);
}
.llbk-date--has-slots .llbk-date__day {
color: var(--llbk-avail);
}
.llbk-date__pip {
position: absolute;
top: 7px;
right: 7px;
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--llbk-avail);
box-shadow: 0 0 7px 1px var(--llbk-avail-glow);
animation: llbk-availpulse 1.8s ease-in-out infinite;
}
.llbk-date--active {
border-color: var(--llbk-accent);
background: var(--llbk-accent-soft);
color: var(--llbk-text1);
}
.llbk-date--has-slots.llbk-date--active .llbk-date__day {
color: var(--llbk-text1);
}
@keyframes llbk-availpulse {
0%,
100% {
opacity: 1;
}
50% {
opacity: 0.4;
}
}
.llbk-date__wd {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.04em;
opacity: 0.7;
}
.llbk-date--active .llbk-date__wd {
opacity: 1;
}
.llbk-date__day {
font-size: 24px;
font-weight: 700;
line-height: 1;
}
.llbk-date__mon {
font-size: 12px;
opacity: 0.7;
}
.llbk-date-add {
flex: none;
width: 78px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 6px;
border-radius: var(--llbk-radcard);
border: 1.5px dashed var(--llbk-border2);
background: transparent;
color: var(--llbk-cta);
cursor: pointer;
padding: 10px 0;
font-family: inherit;
transition: background 0.15s, border-color 0.15s;
}
.llbk-date-add:hover {
border-color: var(--llbk-cta);
background: rgba(255, 120, 0, 0.08);
}
.llbk-date-add span {
font-size: 11px;
line-height: 1.2;
color: var(--llbk-text2);
text-align: center;
} .llbk-slots {
display: grid;
grid-template-columns: 1fr;
gap: 12px;
} .llbk-slots--scroll,
.llbk-list--scroll {
max-height: 520px;
max-height: min(520px, 72vh);
overflow-y: auto;
overscroll-behavior: contain;
padding-right: 8px;
scrollbar-width: thin;
scrollbar-color: var(--llbk-accent) transparent;
}
.llbk-slots--scroll::-webkit-scrollbar,
.llbk-list--scroll::-webkit-scrollbar {
width: 8px;
}
.llbk-slots--scroll::-webkit-scrollbar-track,
.llbk-list--scroll::-webkit-scrollbar-track {
background: var(--llbk-chip);
border-radius: 1000px;
}
.llbk-slots--scroll::-webkit-scrollbar-thumb,
.llbk-list--scroll::-webkit-scrollbar-thumb {
background: var(--llbk-accent);
border-radius: 1000px;
} .llbk-single-head {
display: flex;
align-items: baseline;
flex-wrap: wrap;
gap: 8px 14px;
margin-bottom: 18px;
} .llbk-single-date {
font-family: var(--llbk-font-display);
font-size: 28px;
font-weight: 700;
line-height: 1.15;
color: var(--llbk-text1);
text-transform: capitalize;
}
.llbk-single-mount {
display: block;
} .llbk-list-mount {
display: block;
}
.llbk-list-day {
margin: 26px 0 14px;
}
.llbk-list-day:first-child {
margin-top: 0;
}
.llbk-slot--single {
gap: 14px;
padding: 20px 22px;
cursor: default;
animation: none;
}
.llbk-slot--single:hover {
transform: none;
border-color: var(--llbk-border);
}
.llbk-slot--single.llbk-slot--soldout:hover {
border-color: var(--llbk-border);
}
.llbk-slot--single .llbk-slot__time {
font-size: 26px;
}
.llbk-slot--single .llbk-slot__name {
font-size: 18px;
}
.llbk-slot {
position: relative;
display: flex;
flex-direction: column;
gap: 11px;
padding: 15px 16px;
border-radius: var(--llbk-radcard);
border: 1.5px solid var(--llbk-border);
background: var(--llbk-panel2);
text-align: left;
width: 100%;
font-family: inherit;
color: var(--llbk-text1);
cursor: pointer;
animation: llbk-fade 0.25s ease;
transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.llbk-slot:hover {
transform: translateY(-2px);
border-color: var(--llbk-accent);
}
.llbk-slot--selected {
border-color: var(--llbk-sel-b);
background: var(--llbk-sel-bg);
box-shadow: var(--llbk-glow);
}
.llbk-slot--soldout {
opacity: 0.5;
background: var(--llbk-panel);
cursor: default;
}
.llbk-slot--soldout:hover {
transform: none;
border-color: var(--llbk-border);
}
.llbk-slot__top {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 10px;
}
.llbk-slot__time-wrap {
display: flex;
align-items: center;
gap: 8px;
}
.llbk-slot__time {
font-family: var(--llbk-font-display);
font-size: 23px;
font-weight: 800;
line-height: 1;
color: var(--llbk-text1);
letter-spacing: -0.01em;
}
.llbk-slot__check {
width: 20px;
height: 20px;
border-radius: 50%;
background: var(--llbk-sel-b);
display: grid;
place-items: center;
flex: none;
}
.llbk-slot__price {
font-size: 14px;
font-weight: 600;
color: var(--llbk-text1);
white-space: nowrap;
}
.llbk-slot__name {
font-size: 15px;
font-weight: 600;
color: var(--llbk-text1);
margin-bottom: 3px;
}
.llbk-slot__tech {
font-size: 12.5px;
color: var(--llbk-text3);
line-height: 1.35;
}
.llbk-prog {
height: 6px;
border-radius: 99px;
background: var(--llbk-chip);
overflow: hidden;
}
.llbk-prog__fill {
height: 100%;
background: var(--llbk-accent);
transition: width 0.4s ease;
}
.llbk-prog__fill--almost {
background: var(--llbk-warn);
}
.llbk-prog__fill--sold {
background: var(--llbk-text3);
}
.llbk-slot__meta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
margin-top: 8px;
}
.llbk-slot__free {
font-size: 12.5px;
font-weight: 600;
color: var(--llbk-accent);
}
.llbk-slot__free--almost {
color: var(--llbk-warn);
}
.llbk-slot__free--sold {
color: var(--llbk-text3);
}
.llbk-slot__occ {
font-size: 12px;
color: var(--llbk-text3);
white-space: nowrap;
}
.llbk-badge--almost {
font-size: 10.5px;
font-weight: 700;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #1a1205;
background: var(--llbk-warn);
padding: 3px 8px;
border-radius: 99px;
white-space: nowrap;
}
.llbk-badge--sold {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--llbk-text3);
white-space: nowrap;
} .llbk-skel {
height: 118px;
border-radius: var(--llbk-radcard);
background: linear-gradient(90deg, var(--llbk-panel) 25%, var(--llbk-panel2) 50%, var(--llbk-panel) 75%);
background-size: 720px 100%;
animation: llbk-shimmer 1.4s linear infinite;
}
.llbk-loading {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 14px;
color: var(--llbk-text2);
font-size: 14px;
}
.llbk-spinner {
width: 16px;
height: 16px;
border: 2px solid var(--llbk-accent);
border-right-color: transparent;
border-radius: 50%;
display: inline-block;
animation: llbk-spin 0.9s linear infinite;
} .llbk-panel {
background: var(--llbk-panel);
border: 1px solid var(--llbk-border);
border-radius: var(--llbk-radcard);
padding: 28px 22px;
text-align: center;
animation: llbk-fade 0.25s ease;
}
.llbk-panel__icon {
margin: 0 auto 14px;
display: block;
}
.llbk-panel__text {
font-size: 13.5px;
color: var(--llbk-text2);
line-height: 1.5;
margin: 0 auto 18px;
max-width: 320px;
}
.llbk-panel__actions {
display: flex;
gap: 8px;
justify-content: center;
flex-wrap: wrap;
} .llbk-panel--note {
padding: 18px;
background: transparent;
border-style: dashed;
animation: none;
} .llbk-note-mount:empty {
display: none;
}
.llbk-panel--note .llbk-panel__text {
margin-bottom: 14px;
max-width: 420px;
} .llbk-cart {
background: var(--llbk-panel);
border: 1px solid var(--llbk-border);
border-radius: var(--llbk-radcard);
padding: 20px;
box-shadow: var(--llbk-glow);
}
.llbk-cart__head {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 16px;
}
.llbk-cart__head svg {
flex: none;
color: var(--llbk-cta);
}
.llbk-cart__title {
margin: 0;
font-family: var(--llbk-font-display);
font-size: 18px;
font-weight: 700;
color: var(--llbk-text1);
} .llbk-cart-empty {
text-align: center;
padding: 24px 8px 8px;
}
.llbk-cart-empty__icon {
width: 54px;
height: 54px;
margin: 0 auto 14px;
border-radius: 50%;
background: var(--llbk-chip);
display: grid;
place-items: center;
}
.llbk-cart-empty__title {
font-size: 16px;
font-weight: 600;
color: var(--llbk-text1);
margin-bottom: 6px;
}
.llbk-cart-empty__text {
font-size: 13.5px;
color: var(--llbk-text2);
line-height: 1.5;
max-width: 240px;
margin: 0 auto;
} .llbk-cart-rows {
display: flex;
flex-direction: column;
gap: 11px;
padding-bottom: 16px;
}
.llbk-cart-row {
display: flex;
align-items: center;
gap: 10px;
}
.llbk-cart-row svg {
flex: none;
color: var(--llbk-text3);
}
.llbk-cart-row__label {
font-size: 13px;
color: var(--llbk-text2);
margin-right: auto;
}
.llbk-cart-row__val {
font-size: 13.5px;
font-weight: 500;
color: var(--llbk-text1);
text-align: right;
}
.llbk-divider {
height: 1px;
background: var(--llbk-border);
} .llbk-step-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 16px 0;
}
.llbk-step-row__label {
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
color: var(--llbk-text1);
}
.llbk-step-row__label svg {
color: var(--llbk-text3);
}
.llbk-step {
display: flex;
align-items: center;
gap: 4px;
background: var(--llbk-panel2);
border: 1px solid var(--llbk-border);
border-radius: var(--llbk-radbtn);
padding: 4px;
}
.llbk-step__btn {
width: 34px;
height: 34px;
border: none;
border-radius: calc(var(--llbk-radbtn) - 2px);
background: var(--llbk-chip);
color: var(--llbk-text1);
font-size: 20px;
font-weight: 600;
cursor: pointer;
font-family: inherit;
line-height: 1;
transition: background 0.15s;
}
.llbk-step__btn:hover:not(:disabled) {
background: var(--llbk-border2);
}
.llbk-step__btn:disabled {
background: transparent;
color: var(--llbk-text3);
cursor: not-allowed;
}
.llbk-step__val {
min-width: 34px;
text-align: center;
font-size: 17px;
font-weight: 700;
color: var(--llbk-text1);
}
.llbk-maxnote {
font-size: 12px;
color: var(--llbk-warn);
margin: -8px 0 14px;
display: flex;
align-items: center;
gap: 6px;
}
.llbk-maxnote svg {
flex: none;
} .llbk-totals {
display: flex;
flex-direction: column;
gap: 10px;
padding: 16px 0 18px;
}
.llbk-totals__row {
display: flex;
justify-content: space-between;
font-size: 14px;
color: var(--llbk-text2);
}
.llbk-totals__row > span:last-child {
color: var(--llbk-text1);
}
.llbk-totals__discount--none {
color: var(--llbk-text3);
}
.llbk-totals__discount--none > span:last-child {
color: var(--llbk-text3);
font-weight: 600;
}
.llbk-totals__discount--on {
color: var(--llbk-good);
}
.llbk-totals__discount--on > span:last-child {
color: var(--llbk-good);
font-weight: 600;
}
.llbk-totals__grand {
display: flex;
justify-content: space-between;
align-items: baseline;
margin-top: 4px;
}
.llbk-totals__grand-label {
font-size: 15px;
font-weight: 600;
color: var(--llbk-text1);
}
.llbk-totals__grand-val {
font-family: var(--llbk-font-display);
font-size: 26px;
font-weight: 800;
color: var(--llbk-text1);
letter-spacing: -0.01em;
} .llbk-cta-btn {
width: 100%;
padding: 16px;
border: none;
border-radius: var(--llbk-radbtn);
background: var(--llbk-cta);
color: #fff;
font-family: inherit;
font-size: 16px;
font-weight: 700;
cursor: pointer;
letter-spacing: 0.01em;
transition: background 0.15s, transform 0.08s;
}
.llbk-cta-btn:hover:not(:disabled) {
background: var(--llbk-cta-h);
}
.llbk-cta-btn:active:not(:disabled) {
transform: scale(0.98);
}
.llbk-cta-btn:disabled {
background: var(--llbk-chip);
color: var(--llbk-text3);
cursor: not-allowed;
}
.llbk-cart-note {
text-align: center;
font-size: 12px;
color: var(--llbk-text3);
margin-top: 10px;
}
.llbk-cart-note--ro {
color: var(--llbk-text2);
} .llbk-mobilebar {
display: none;
} .llbk-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 11px 16px;
border: none;
border-radius: var(--llbk-radbtn);
background: var(--llbk-cta);
color: #fff;
font-family: inherit;
font-size: 13px;
font-weight: 700;
cursor: pointer;
transition: background 0.15s;
}
.llbk-btn:hover {
background: var(--llbk-cta-h);
}
.llbk-btn--ghost {
background: transparent;
border: 1px solid var(--llbk-border2);
color: var(--llbk-text1);
font-weight: 600;
}
.llbk-btn--ghost:hover {
background: var(--llbk-chip);
} .llbk-form {
display: flex;
flex-direction: column;
gap: 13px;
max-width: 460px;
animation: llbk-fade 0.25s ease;
}
.llbk-field {
display: block;
}
.llbk-field__label {
display: block;
font-size: 12.5px;
color: var(--llbk-text2);
margin-bottom: 6px;
}
.llbk-field__input {
width: 100%;
box-sizing: border-box;
padding: 12px 13px;
border-radius: var(--llbk-radbtn);
border: 1px solid var(--llbk-border2);
background: var(--llbk-panel);
color: var(--llbk-text1);
font-family: inherit;
font-size: 14px;
outline: none;
}
.llbk-field__input:focus {
border-color: var(--llbk-accent);
}
.llbk-form__error {
font-size: 13px;
color: var(--llbk-pink);
min-height: 1em;
margin: 0;
} .llbk-consent {
display: flex;
align-items: flex-start;
gap: 10px;
cursor: pointer;
font-size: 12px;
line-height: 1.45;
color: var(--llbk-text2);
}
.llbk-consent__box {
flex: 0 0 auto;
width: 18px;
height: 18px;
margin: 1px 0 0;
accent-color: var(--llbk-cta);
cursor: pointer;
}
.llbk-consent__text {
display: block;
}
.llbk-consent a {
color: var(--llbk-accent);
text-decoration: underline;
}
.llbk-consent a:hover {
text-decoration: none;
} .llbk-result {
text-align: center;
padding: 20px 8px;
animation: llbk-fade 0.25s ease;
}
.llbk-result__title {
margin: 0 0 8px;
font-family: var(--llbk-font-display);
font-size: 22px;
font-weight: 800;
color: var(--llbk-text1);
}
.llbk-result__price {
font-family: var(--llbk-font-display);
font-size: 24px;
font-weight: 800;
color: var(--llbk-text1);
margin: 0 0 14px;
}
.llbk-result__number {
margin: 0 0 10px;
font-size: 16px;
color: var(--llbk-text1);
}
.llbk-result__number-val {
font-family: var(--llbk-font-display);
font-size: 22px;
font-weight: 800;
letter-spacing: 0.02em;
color: var(--llbk-accent, var(--llbk-text1));
}
.llbk-result__note {
margin: 0 0 10px;
font-size: 14px;
color: var(--llbk-text2, var(--llbk-text1));
}
.llbk-result__rows {
margin: 8px auto 2px;
max-width: 340px;
text-align: left;
display: flex;
flex-direction: column;
gap: 8px;
}
.llbk-result__row {
display: flex;
justify-content: space-between;
gap: 14px;
font-size: 14px;
border-bottom: 1px dashed var(--llbk-border);
padding-bottom: 7px;
}
.llbk-result__row:last-child {
border-bottom: none;
}
.llbk-result__row-label {
color: var(--llbk-text2);
flex: none;
}
.llbk-result__row-val {
color: var(--llbk-text1);
font-weight: 600;
text-align: right;
}
.llbk-result__done {
margin-top: 18px;
} .llbk-modal-overlay {
position: fixed;
inset: 0;
z-index: 100000;
font-family: var(--llbk-font);
color: var(--llbk-text1);
background: rgba(0, 8, 20, 0.7);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
display: flex;
align-items: flex-start;
justify-content: center;
padding: 40px 18px;
overflow-y: auto;
}
.llbk-modal {
width: 100%;
max-width: 480px;
background: var(--llbk-bg2);
border: 1px solid var(--llbk-border2);
border-radius: var(--llbk-radcard);
padding: 26px;
box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
animation: llbk-fade 0.2s ease;
}
.llbk-modal__head {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
margin-bottom: 6px;
}
.llbk-modal__title {
margin: 0;
font-family: var(--llbk-font-display);
font-size: 21px;
font-weight: 800;
color: var(--llbk-text1);
}
.llbk-modal__close {
flex: none;
width: 32px;
height: 32px;
border: none;
background: var(--llbk-chip);
color: var(--llbk-text2);
border-radius: 50%;
cursor: pointer;
font-size: 18px;
line-height: 1;
}
.llbk-modal__lead {
margin: 0 0 20px;
font-size: 13.5px;
color: var(--llbk-text2);
line-height: 1.5;
}
.llbk-modal__body {
display: flex;
flex-direction: column;
gap: 13px;
}
.llbk-modal__row {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.llbk-modal__row .llbk-field {
flex: 1;
min-width: 140px;
}
.llbk-modal__notice {
font-size: 13px;
color: var(--llbk-text2);
line-height: 1.5;
background: var(--llbk-panel);
border: 1px solid var(--llbk-border);
border-radius: var(--llbk-radbtn);
padding: 14px 16px;
} .llbk-modal--checkout {
max-width: 440px;
}
.llbk-modal__summary {
margin: 2px 0 16px;
padding: 12px 14px;
background: var(--llbk-panel);
border: 1px solid var(--llbk-border);
border-radius: var(--llbk-radbtn);
}
.llbk-modal__summary-line {
font-weight: 600;
color: var(--llbk-text1);
font-size: 14px;
}
.llbk-modal__summary-when {
margin-top: 3px;
font-size: 13px;
color: var(--llbk-text2);
}
.llbk-field__req {
color: var(--llbk-cta);
}
.llbk-step--form {
width: max-content;
}
.llbk-step-note {
margin-top: 6px;
font-size: 12.5px;
color: var(--llbk-text2);
} .llbk-launcher-wrap {
display: inline-block;
}
.llbk-launcher {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 26px;
border: none;
border-radius: var(--llbk-radbtn);
background: var(--llbk-cta);
color: #fff;
font-family: var(--llbk-font);
font-size: 16px;
font-weight: 700;
cursor: pointer;
transition: background 0.15s;
}
.llbk-launcher:hover {
background: var(--llbk-cta-h);
}
.llbk-module--popup {
position: fixed;
inset: 0;
z-index: 100000;
display: flex;
align-items: flex-start;
justify-content: center;
padding: 40px 18px;
overflow-y: auto;
background: rgba(0, 8, 20, 0.72);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}
.llbk-module--popup[hidden] {
display: none;
}
.llbk-module__dialog {
position: relative;
width: 100%;
max-width: 1180px;
background-color: var(--llbk-bg);
background-image: var(--llbk-grad), var(--llbk-bgimg);
background-size: cover, cover;
background-position: center, top right;
background-repeat: no-repeat, no-repeat;
border: 1px solid var(--llbk-border2);
border-radius: var(--llbk-radcard);
padding: clamp(16px, 3vw, 26px);
box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.llbk-close {
position: absolute;
top: 14px;
right: 14px;
width: 36px;
height: 36px;
border: none;
background: var(--llbk-chip);
color: var(--llbk-text1);
border-radius: 50%;
cursor: pointer;
font-size: 22px;
line-height: 1;
z-index: 2;
}
.llbk-close:hover {
background: var(--llbk-border2);
} .llbk-state--configuration-error {
padding: 22px;
text-align: center;
color: var(--llbk-text2);
} .llbk-scroll-locked {
overflow: hidden;
} @media (min-width: 600px) {
.llbk-slots {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}
} @media (min-width: 1024px) {
.llbk-layout {
grid-template-columns: minmax(0, 1.9fr) minmax(310px, 1fr);
}
.llbk-col-cart {
position: sticky;
top: 20px;
} .llbk-note-mount {
grid-column: 1;
}
} @media (max-width: 599px) {
.llbk-module.is-selected .llbk-mobilebar {
display: flex;
position: sticky;
bottom: 0;
margin: 18px calc(-1 * clamp(14px, 3vw, 24px)) calc(-1 * clamp(14px, 3vw, 24px));
padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
background: var(--llbk-toolbar);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border-top: 1px solid var(--llbk-border2);
align-items: center;
gap: 14px;
z-index: 30;
}
.llbk-mobilebar__info {
min-width: 0;
}
.llbk-mobilebar__sub {
font-size: 11px;
color: var(--llbk-text3);
}
.llbk-mobilebar__total {
font-family: var(--llbk-font-display);
font-size: 22px;
font-weight: 800;
color: var(--llbk-text1);
line-height: 1.1;
}
.llbk-mobilebar__btn {
margin-left: auto;
padding: 15px 26px;
border: none;
border-radius: var(--llbk-radbtn);
background: var(--llbk-cta);
color: #fff;
font-family: inherit;
font-size: 16px;
font-weight: 700;
cursor: pointer;
white-space: nowrap;
}
} @media (prefers-reduced-motion: reduce) {
.llbk-module *,
.llbk-module *::before,
.llbk-module *::after {
animation-duration: 1ms !important;
animation-iteration-count: 1 !important;
transition-duration: 1ms !important;
scroll-behavior: auto !important;
}
}