Bald erhältlich!
Wir kommen bald
.site-notice {
right: 1rem;
left: 1rem;
}
@media (min-width: 640px) {
[dir="rtl"] .site-notice {
right: auto;
left: 1rem;
width: 22rem;
}
}
.site-notice.site-notice--visible {
display: block;
animation: site-notice-pop 0.35s ease;
}
@keyframes site-notice-pop {
from {
opacity: 0;
transform: translateY(12px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.site-notice .site-notice-body {
overflow: hidden;
background-color: #ffffff;
border: 1px solid rgba(228, 228, 231, 0.9);
border-radius: 16px;
box-shadow: 0 20px 25px -5px rgba(24, 24, 27, 0.1), 0 8px 10px -6px rgba(24, 24, 27, 0.1);
}
.site-notice .site-notice__header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 14px 16px;
border-bottom: 1px solid #f4f4f5;
background: linear-gradient(to bottom right, #fafafa, #ffffff);
}
.site-notice .site-notice__header-left {
display: flex;
align-items: center;
gap: 10px;
min-width: 0;
}
.site-notice .site-notice__icon {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 12px;
background-color: color-mix(in srgb, var(--cc-primary, #f97316) 12%, #ffffff);
color: var(--cc-primary, #f97316);
}
.site-notice .site-notice__icon svg {
width: 20px;
height: 20px;
}
.site-notice .site-notice__title {
margin: 0;
font-size: 14px;
font-weight: 600;
line-height: 1.375;
color: #18181b;
}
.site-notice .site-notice__close {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
padding: 0;
margin: 0;
border: none;
background: transparent;
color: #a1a1aa;
cursor: pointer;
border-radius: 8px;
transition: color 0.2s ease, background-color 0.2s ease;
}
.site-notice .site-notice__close:hover {
color: #3f3f46;
background-color: #f4f4f5;
}
.site-notice .site-notice__close svg {
width: 16px;
height: 16px;
}
.site-notice .site-notice__content {
padding: 16px;
}
.site-notice .site-notice__message {
margin: 0;
font-size: 13px;
line-height: 1.6;
color: #52525b;
}
.site-notice .site-notice__message a {
color: var(--cc-primary, #f97316);
text-decoration: underline;
}
.site-notice .site-notice__message a:hover {
text-decoration: none;
}
.site-notice .site-notice__actions {
margin-top: 16px;
display: flex;
flex-direction: column;
gap: 8px;
}
.site-notice .site-notice__actions button {
width: 100%;
padding: 8px 14px;
border-radius: 6px;
cursor: pointer;
font-size: 12px;
line-height: 1.2;
text-align: center;
transition: all 0.2s ease;
}
.site-notice .site-notice__accept-all {
background-color: var(--cc-primary, #f97316);
color: var(--cc-accent-text, #ffffff);
border: 1px solid var(--cc-primary, #f97316);
font-weight: 600;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.site-notice .site-notice__accept-all:hover {
background-color: var(--cc-primary-hover, #d66313);
border-color: var(--cc-primary-hover, #d66313);
}
.site-notice .site-notice__secondary {
background-color: #ffffff;
color: #3f3f46;
border: 1px solid #e4e4e7;
font-weight: 500;
}
.site-notice .site-notice__secondary:hover {
background-color: #fafafa;
border-color: #d4d4d8;
}
/* Customize preferences modal */
.cookie-consent-modal {
position: fixed;
inset: 0;
z-index: 100000;
display: none;
align-items: center;
justify-content: center;
padding: 1rem;
background-color: rgba(24, 24, 27, 0.5);
}
.cookie-consent-modal.is-open {
display: flex;
}
.cookie-consent-modal__dialog {
width: 100%;
max-width: 440px;
max-height: 85vh;
display: flex;
flex-direction: column;
background-color: #ffffff;
border-radius: 16px;
box-shadow: 0 25px 50px -12px rgba(24, 24, 27, 0.35);
overflow: hidden;
animation: site-notice-pop 0.3s ease;
}
.cookie-consent-modal__header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 16px 20px;
border-bottom: 1px solid #f4f4f5;
}
.cookie-consent-modal__title {
margin: 0;
font-size: 16px;
font-weight: 600;
color: #18181b;
}
.cookie-consent-modal__body {
padding: 16px 20px;
overflow-y: auto;
}
.cookie-consent-modal__intro {
margin: 0 0 16px;
font-size: 13px;
line-height: 1.6;
color: #52525b;
}
.cookie-consent-modal__item {
display: block;
padding: 12px 0;
border-top: 1px solid #f4f4f5;
}
.cookie-consent-modal__item-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-bottom: 4px;
}
.cookie-consent-modal__item-name {
font-size: 14px;
font-weight: 600;
color: #18181b;
}
.cookie-consent-modal__item-desc {
margin: 0;
font-size: 12px;
line-height: 1.55;
color: #71717a;
}
.cookie-consent-modal__badge {
flex: 0 0 auto;
font-size: 11px;
font-weight: 600;
color: var(--cc-primary, #f97316);
}
.cookie-consent-modal__switch {
position: relative;
display: inline-block;
flex: 0 0 auto;
width: 40px;
height: 22px;
cursor: pointer;
}
.cookie-consent-modal__switch input {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}
.cookie-consent-modal__slider {
position: absolute;
inset: 0;
background-color: #d4d4d8;
border-radius: 999px;
transition: background-color 0.2s ease;
}
.cookie-consent-modal__slider::before {
content: '';
position: absolute;
top: 3px;
left: 3px;
width: 16px;
height: 16px;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
transition: transform 0.2s ease;
}
.cookie-consent-modal__switch input:checked + .cookie-consent-modal__slider {
background-color: var(--cc-primary, #f97316);
}
.cookie-consent-modal__switch input:checked + .cookie-consent-modal__slider::before {
transform: translateX(18px);
}
.cookie-consent-modal__footer {
display: flex;
flex-direction: column;
gap: 8px;
padding: 16px 20px;
border-top: 1px solid #f4f4f5;
}
.cookie-consent-modal__footer button {
width: 100%;
padding: 8px 14px;
border-radius: 6px;
cursor: pointer;
font-size: 12px;
line-height: 1.2;
text-align: center;
transition: all 0.2s ease;
}
@media (max-width: 639px) {
.site-notice {
right: 1rem;
left: 1rem;
}
}
Vaša skúsenosť na tejto stránke sa zlepší povolením cookies.