
html {
	scroll-behavior: smooth;
}

button {
    font-family: "Montserrat", sans-serif;
}

.typography a:not(.button-primary):hover,.commonTextNews__content a:not(.button-primary):hover,.commonTextpage a:not(.button-primary):hover,.commonTextNews__content a:not(.button-primary):hover,.commonTextpage a:not(.button-primary):hover {
    color: #fffab4;
}

.typography, .commonTextNews__content, .commonTextpage {
    line-height: 1.5;
}

.button-primary,.cCartAddByEAN__submit-button,.cCartCSV__submit-button,.cFilterDialog__main-button,.cFilterDialog__results-button,.cWhisperer__search-button,.cWhisperer__searchButton,.cWhispererSubmitButton__button,.common-question__button .btn,.commonLoadMoreProducts,.commonPersonalSettings__register,.commonPersonalSettings__add-address,.commonQuestionStandalone__send,.commonRegistration__register,.commonWarrantyClaim__button[type="submit"]:not(.exclude),.commonWatchDog__button .btn,.commonWatchDogList__no-auth-button,.fce6Customily__button {
    color: #191a1a;
    transition: background-color 0.2s ease-in-out;
}

.common-question__button .btn:hover  {
    background-color: #ccbe00;
}

.commonWatchDog__button .btn:hover {
    background-color: #ccbe00;
}
input[type="checkbox"]:not(.exclude):checked:before {
    color: #191a1a;
}

.header__contact.header__contact--nosearch .contact {
    display: flex;
    align-items: center;
}

.header__contact.header__contact--nosearch .contact__phone {
    display: none;
}

.header__contact.header__contact--nosearch .email {
    color: #34b262;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.3s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.header__contact.header__contact--nosearch .email:hover {
    color: #ffed00;
    text-decoration-color: #ffed00;
    text-decoration: underline;
}

.kivano_menu__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0;
    gap: 0;
    justify-content: normal;
    align-items: stretch;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ffed00;
    height: 100%;
    width: 100%;
}

.kivano_menu__item {
    width: 100%;
    height: 100%;
}

.kivano_menu__item-link {
    display: flex;          
    align-items: center;    
    justify-content: center; 
    width: 100%;
    height: 100%;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.kivano_menu__item-link:hover {
    background-color: #1a1a1a;
    color: #ffed00;
}

@media (max-width: 768px) {
    .kivano_menu__list {
        padding: 0;
        width: 100%;
        max-width: 100%;
        min-height: 40px;
    }

    .kivano_menu__item-link {
        font-size: clamp(11px, 4vw, 16px); 
        padding: 0 10px;
    }
}

.kivano_fce1__description {
    line-height: 1.5;
}

.validation {
    color: #ff6666 !important;
    font-size: 14px !important;
}
.commonQuestionStandalone__captcha-value {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.commonQuestionStandalone__captcha-label {
    color: #fff;
}

.commonQuestionStandalone__input:invalid {
    border: 3px solid rgba(255, 87, 34, 0.9) !important;
}

.commonQuestionStandalone__buttons-wrapper {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 24px;
}

.commonQuestionStandalone__send {
    background-color: #ffed00;
    color: #191a1a;
}

.commonQuestionStandalone__back {
    background-color: #fff;
    color: #191a1a;
}

.newsletter__button {
    background-color: #191a1a;
    color: #ffed00;
}

.email--newsletter {
    color: #191a1a;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.3s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.email--newsletter:hover {
    text-decoration-color: #191a1a;
    text-decoration: underline;
}

.phone--newsletter {
    color: #191a1a;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.3s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.phone--newsletter:hover {
    text-decoration-color: #191a1a;
    text-decoration: underline;
}

.address {
    color: #bdc8d1;
    line-height: 25px;
}

.footerTextpages__link {
    color: #bdc8d1;
}

.footerTextpages__link {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.3s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.footerTextpages__link:hover {
    color: #ffed00;
    text-decoration-color: #ffed00;
    text-decoration: underline;
}

.socialItem {
    color: #bdc8d1;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.3s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.socialItem:hover {
    color: #ffed00;
    text-decoration-color: #ffed00;
    text-decoration: underline;
}

.copyright {
    color: #bdc8d1;
}

.copyright a {
    color: #bdc8d1;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.3s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.copyright a:hover {
    color: #ffed00;
    text-decoration-color: #ffed00;
    text-decoration: underline;
}

.binargon {
    color: #bdc8d1;
}

.binargon a {
    color: #bdc8d1;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.3s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.binargon a:hover {
    color: #ffed00;
    text-decoration-color: #ffed00;
    text-decoration: underline;
}

.commonMessage__container {
    background-color: #252727;
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 16px 6px #191a1a7a;
}

.commonMessage__button {
    transition: background-color 0.3s;
}

.commonMessage__button:hover {
    background-color: #bababa;
}

.commonMessage__button--main {
    background-color: #ffed00;
    color: #191a1a;
    font-weight: 600;
    transition: background-color 0.2s;
}

.commonMessage__button--main:hover {
    background-color: #ccbe00;
}

.commonCheckoutPersonal {
    padding: 0 0 20px 0 !important;
}
.commonCheckoutPersonal__row {
    margin-bottom: 16px !important;
}

.commonCheckoutSteps__item__number {
    background-color: #34b262;
}

.popis p {
    line-height: 1.5;
}

.ulice, .mesto {
    margin-bottom: 4px;
}

.commonCheckoutCommonBox .block2 .pokladnaLib {
    margin-left: 37px;
    margin-bottom: 16px;
}

.commonCheckoutCommonBox .block2 .pokladnaLib a {
    background-color: #34b262;
    transition: 200ms ease all;
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
}

.commonCheckoutCommonBox .block2 .pokladnaLib a:hover {
    background-color: #288a4c;
}

.commonMessage__overlay {
    backdrop-filter: blur(5px);
}

.commonPopUp__overlay {
    backdrop-filter: blur(5px);
}

.commonWatchDog--common-popup-true {
    background-color: #252727;
    color: #fff;
    border-radius: 16px;
}

.common-question--common-popup-true {
    background-color: #252727;
    color: #fff;
    border-radius: 16px;
}

.commonWatchDog__row {
    row-gap: 10px;
}

.cShare__dialog {
    background-color: #252727;
    border: 1px solid #252727;
    width: fit-content;
    border-radius: 8px;
    box-shadow: 0 0 16px 6px rgba(25, 26, 26, 0.76);
}

.cShare__dialog::backdrop {
    backdrop-filter: blur(5px) brightness(40%)
}

.cShare__dialogContent {
    flex-wrap: nowrap;
}

.cDelivery {
    background: #252727;
    border: 1px solid #191a1a !important;
    padding: 56px 56px 26px;
    max-width: 750px;
    width: 100%;
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 32px 16px rgba(25, 26, 26, 0.76) !important;
}

.cShare__shareText {
    color: #bdc8d1;
}

.cDelivery::backdrop {
    background-color: "" !important;
    backdrop-filter: blur(5px) brightness(40%) !important;
}

.cDeliveryCarier__name {
    color: #ffdd00;
}

.cDeliveryCarier__label {
    text-transform: none;
    height: 20px;
}

.cDeliveryCarier__numberOfDays {
    color: #191a1a;
}

.common_template_fce_7 .produkt {
    color: #fff;
    background-color: #252727;
    border: none;
}

.common_template_fce_7 .href1 {
    color: #ffdd00;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.2s ease-in-out;
}

.common_template_fce_7 .href1:hover {
    text-decoration: underline;
    text-decoration-color: #ffdd00;
}

.common_template_fce_7 .smazatZOblibenych {
    color: red;
    transition: all 0.2s ease-in-out;
}

.common_template_fce_7 .smazatZOblibenych:hover {
    color: red;
    text-decoration-color: red;
}

.button-red,.common_template_fce_7 .odstranitVse {
    color: #fff !important;
}

.fce6Availability {
    font-weight: 600;;
}

.fce6ProducerLogo.fce6ProducerLogo--text {
    display: none;
}

#id_cisdopravcu_DPDPARCEL_vyplnenyObsah a {
    font-size: 0 !important;
}

#id_cisdopravcu_DPDPARCEL_vyplnenyObsah a::after {
    content: "Vybrat výdejní místo nebo box";
    font-size: 16px;
    display: inline-block;
}

.scrollToTop.visible {
    background-color: #34b262 !important;
    box-shadow: 0 0 16px 6px rgba(52, 178, 98, 30%) !important;
}

.scrollToTop:hover {
    background-color: #288a4c !important;
}

.commonPrivacy__bar {
	background-color: hsl(var(--card)) !important;
	border-radius: 16px !important;
	box-shadow: 0 0 32px 16px rgb(0 0 0 / 75%) !important;
	padding: 20px 50px 10px 50px !important;
	max-width: 750px !important;
	border: 1px solid hsl(var(--card)) !important;
	color: #fff !important;
}

.commonPrivacy__dialog {
	pointer-events: auto;

	background-color: hsl(var(--card)) !important;
	border-radius: 16px !important;
    border: 1px solid hsl(var(--card)) !important;
	box-shadow: 0 0 32px 16px rgb(0 0 0 / 75%) !important;
    color: #fff !important;
}

.commonPrivacy__dialogGroups {
    height: auto !important;
}

.commonPrivacy__dialogGroupLabel {
    padding: 8px;
    transition: background-color 0.2s ease-in-out;
}

.commonPrivacy__dialogGroupLabel:hover {
	background-color: hsl(var(--input)) !important;
}

.commonPrivacy__dialogAgreementLabel {
	padding: 8px;
    transition: background-color 0.2s ease-in-out;
}

.commonPrivacy__dialogAgreementLabel:hover {
	background-color: hsl(var(--input)) !important;
}

.commonPrivacy__dialogGroupButtonNumber {
    background-color: hsl(var(--input)) !important;
}

.commonPrivacy__dialogGroupButton {
	transition: background-color 0.2s ease-in-out;
}

.commonPrivacy__dialogGroupButton:hover {
	background-color: hsl(var(--input)) !important;
}

.commonPrivacy__dialogAgreementMoreInfo {
	color: hsl(var(--primary));
	text-decoration: underline;
}

.commonPrivacy__dialogButtons {
	color: hsl(var(--primary-foreground)) !important;
}

.commonPrivacy__button {
	transition: background-color 0.2s ease-in-out;
}

.commonPrivacy__button--disallowAll {
	color: hsl(var(--primary-foreground)) !important;
}

/* Cookie icon */
/* 1. Hide default text and icon */
.commonPrivacy__badgeText,
.commonPrivacy__badgeIcon {
    display: none !important;
}

/* 2. Reset defult badge styles and set new background color */
.commonPrivacy__badge {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    box-shadow: none !important;
    min-width: 0 !important;
    padding: 10px !important; 
    color: #ffffff;
    transition: color 0.2s ease-in-out;
}

/* 3. Create new icon using mask and SVG code */
.commonPrivacy__badge::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='40px' viewBox='0 -960 960 960' width='40px' fill='currentcolor'%3E%3Cpath d='M480.18-80q-82.83 0-155.67-31.5-72.84-31.5-127.18-85.83Q143-251.67 111.5-324.67T80-480q0-80.33 30.67-152.67 30.66-72.33 84-127.83 53.33-55.5 125.66-88Q392.67-881 475.37-881q19.96 0 39.96 1.67 20 1.66 40.34 6-7 41.66 6.33 80.66t41 67.5q27.67 28.5 68.17 42.17 40.5 13.67 87.83 4.67-13.33 61.66 17.17 110.33t102.5 54q1 9.67 1.16 18.83Q880-486 880-477q0 81.59-31.5 153.73Q817-251.14 763-196.91q-54 54.23-127 85.57Q563-80 480.18-80Zm-60.1-478.67q25.59 0 43.42-17.91 17.83-17.91 17.83-43.5t-17.91-43.42q-17.91-17.83-43.5-17.83t-43.42 17.91q-17.83 17.91-17.83 43.5t17.91 43.42q17.91 17.83 43.5 17.83Zm-80 200q25.59 0 43.42-17.91 17.83-17.91 17.83-43.5t-17.91-43.42q-17.91-17.83-43.5-17.83t-43.42 17.91q-17.83 17.91-17.83 43.5t17.91 43.42q17.91 17.83 43.5 17.83ZM600-320q17 0 28.5-11.5T640-360q0-17-11.5-28.5T600-400q-17 0-28.5 11.5T560-360q0 17 11.5 28.5T600-320ZM480-146.67q135.33 0 229.5-90.33 94.17-90.33 104.5-225-52.67-20.67-84.5-59.67T689-610.33q-79.67-11-135-68.67t-65-135.33q-76-2.67-139.17 25.66-63.16 28.34-108.33 75.84T171.5-604q-24.83 61.33-24.83 124 0 139 97.16 236.17Q341-146.67 480-146.67Zm.67-338Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='40px' viewBox='0 -960 960 960' width='40px' fill='currentcolor'%3E%3Cpath d='M480.18-80q-82.83 0-155.67-31.5-72.84-31.5-127.18-85.83Q143-251.67 111.5-324.67T80-480q0-80.33 30.67-152.67 30.66-72.33 84-127.83 53.33-55.5 125.66-88Q392.67-881 475.37-881q19.96 0 39.96 1.67 20 1.66 40.34 6-7 41.66 6.33 80.66t41 67.5q27.67 28.5 68.17 42.17 40.5 13.67 87.83 4.67-13.33 61.66 17.17 110.33t102.5 54q1 9.67 1.16 18.83Q880-486 880-477q0 81.59-31.5 153.73Q817-251.14 763-196.91q-54 54.23-127 85.57Q563-80 480.18-80Zm-60.1-478.67q25.59 0 43.42-17.91 17.83-17.91 17.83-43.5t-17.91-43.42q-17.91-17.83-43.5-17.83t-43.42 17.91q-17.83 17.91-17.83 43.5t17.91 43.42q17.91 17.83 43.5 17.83Zm-80 200q25.59 0 43.42-17.91 17.83-17.91 17.83-43.5t-17.91-43.42q-17.91-17.83-43.5-17.83t-43.42 17.91q-17.83 17.91-17.83 43.5t17.91 43.42q17.91 17.83 43.5 17.83ZM600-320q17 0 28.5-11.5T640-360q0-17-11.5-28.5T600-400q-17 0-28.5 11.5T560-360q0 17 11.5 28.5T600-320ZM480-146.67q135.33 0 229.5-90.33 94.17-90.33 104.5-225-52.67-20.67-84.5-59.67T689-610.33q-79.67-11-135-68.67t-65-135.33q-76-2.67-139.17 25.66-63.16 28.34-108.33 75.84T171.5-604q-24.83 61.33-24.83 124 0 139 97.16 236.17Q341-146.67 480-146.67Zm.67-338Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.commonPrivacy__badge:hover {
    color: hsl(var(--primary)) !important;;
    text-decoration: none !important;
}
