/*general*/
.btn.btn-secondary, a.btn.btn-secondary, .btn.btn-primary, a.btn.btn-primary, .btn, a.btn {
    font-weight: 700;
}
body, html, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Urbanist', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
}

/*root*/
:root {
    --radius-sm: 5px;
    --radius-md: 10px;
    --radius-round: 32px;

    --muted-color: #555658;
}

/*header*/
@media screen and (min-width: 768px) {
#header .site-name a img {
    max-height: 100px;
}}
@media (min-width: 992px) {
.admin-logged .popup-widget.cart-widget {
    top: 205px;
}}

/*doba doruceni*/
.anque-delivery-time {
    padding: 10px 0;
}
.delivery-time-table {
    display: flex;
    gap: 10px 35px;
    align-items: center;
    flex-wrap: wrap;
    color: #000;
}
.delivery-table-heading {
    font-size: 16px;
    font-weight: 600;
}
.delivery-table-doprava {
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 5px;
}
span.delivery-table-shipper {
    font-weight: 600;
    font-size: 16px;
}
.delivery-table-status {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    padding-left: 1px;
    color: var(--muted-color);
}
span.delivery-table-status-circle {
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: red;
}
span.delivery-table-status-circle {
    position: relative;
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background-color: #2ecc71;
    margin-right: 6px;
}
span.delivery-table-status-circle::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: #2ecc71;
    animation: deliveryPulse 1.6s ease-out infinite;
}
@keyframes deliveryPulse {
0% {
    transform: scale(1);
    opacity: 0.7;
}
70% {
    transform: scale(2);
    opacity: 0;
}
100% {
    opacity: 0;
}}

/*Login popup*/
.login-widget .popup-widget-inner #customerLogin {
    background-color: #fff;
}
.login-window-visible .user-action .user-action-in>div.user-action-login {
    position: fixed;
    left: 0;
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    z-index: 9999;
    margin: 0;
    max-height: none;
}
.popup-widget.login-widget:before {
    display: none;
}
.login-widget .popup-widget-inner {
    width: 700px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding: 0;
    box-shadow: none;
    border: 0;
    max-height: calc(100vh - 40px);
    border-radius: var(--radius-sm);
}
.login-widget .popup-widget-inner > div {
    padding: 30px;
    width: 50%;
}
.popup-widget h2 {
    font-size: 20px;
    margin-bottom: 22px;
    margin-top: 0;
}
.login-wrapper {
    padding-bottom: 0;
    padding-top: 20px;
}
.login-wrapper .password-helper {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.password-helper a:first-child {
    display: none;
}
.login-wrapper .password-helper a {
    float: none;
    padding: 0 !important;
    color: var(--muted-color);
    text-decoration: underline;
}
.registration-container > h4 {
    font-size: 20px;
    margin-bottom: 22px;
    margin-top: 0;
}
.registration-container p {
    font-size: 14px;
    margin-bottom: 12px !important;
    background: url(/user/documents/upload/check-w.svg) 0 50% no-repeat;
    padding-left: 25px;
    background-size: 18px;
    color: #000;
}
.login-popup-close {
    position: absolute;
    right: 16px;
    top: 16px;
    line-height: 10px;
    cursor: pointer;
}
.login-popup-close::before {
    content: "\e912";
    display: inline-block;
    height: 20px;
    color: #000;
    font-size: 10px;
    font-family: 'shoptet';
}
.login-widget .registration-container a.btn.btn-conversion {
    width: 100%;
    margin-top: auto;
    font-weight: 700;
}
.popup-widget-inner .login-wrapper .password-helper {
    display: none;
}
@media screen and (max-width: 767px) {
.login-widget .popup-widget-inner {
    width: calc(100% - 20px);
    overflow: auto;
    max-height: calc(100% - 20px);
}
.login-widget .popup-widget-inner > div {
    padding: 25px;
    width: 100%;
}
.login-widget .registration-container h4, .login-widget .registration-container > p {
    display: none;
}
.login-widget .registration-container::before {
    content: "Nemáte účet? Zaregistrujte se";
    font-size: 14px;
    line-height: 1.2;
    color: var(--muted-color);
    font-weight: normal;
    display: block;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}
.login-widget .registration-container {
    padding-top: 0 !important;
}
.login-widget .registration-container a.btn.btn-conversion {
    margin-top: 20px;
}
.login-widget .popup-widget-inner .social-login-buttons {
    margin-bottom: 0;
}
.popup-widget .social-login-buttons {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}
.forget-pass {
    text-align: center;
}}
@media screen and (min-width: 767px) {
.login-widget .registration-container {
    position: relative;
    background: url(/user/documents/upload/login-bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.login-widget .registration-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.login-widget .registration-container > * {
    position: relative;
    z-index: 2;
}
.registration-container > h4, .login-widget .registration-container > p {
    color: #fff;
}
.login-widget .popup-widget-inner {
    background-color: transparent;
}
.login-popup-close::before {
    color: #fff;
    z-index: 9;
    position: relative;
}
.registration-container p strong {
    text-decoration: underline;
    text-underline-offset: 2px;
}}

/* SWIPER */
#carousel .swiper-slide {
    overflow: hidden;
}

#carousel .swiper-slide a {
    position: relative;
    display: block;
    overflow: hidden;
}

#carousel .swiper-slide img,
#carousel .swiper-slide video {
    width: 100%;
    height: auto;
    display: block;
}

#carousel .video-container {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

#carousel .video-container img {
    display: none;
}

/* společný overlay */
#carousel .swiper-slide a::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 75%;
    z-index: 1;
    pointer-events: none;
}

/* LIGHT varianta = světlý text, tmavé podbarvení */
#carousel .swiper-slide a:has(.extended-banner-texts.text-light)::after {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .78),
        rgba(0, 0, 0, .35),
        rgba(0, 0, 0, 0)
    );
}

/* DARK varianta = tmavý text, světlé podbarvení */
#carousel .swiper-slide a:has(.extended-banner-texts.text-dark)::after {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, .82),
        rgba(255, 255, 255, .38),
        rgba(255, 255, 255, 0)
    );
}

/* textový blok */
#carousel .extended-banner-texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 2;
    text-align: left;
}

#carousel .extended-banner-texts > * {
    position: relative;
    inset: auto;
    padding: 0;
    margin: 0;
    box-shadow: unset;
    background: none;
    border: 0;
}

/* LIGHT texty */
#carousel .extended-banner-texts.text-light {
    color: #fff;
}

#carousel .extended-banner-texts.text-light .extended-banner-title,
#carousel .extended-banner-texts.text-light .extended-banner-text {
    color: #fff;
}

/* DARK texty */
#carousel .extended-banner-texts.text-dark {
    color: #000;
}

#carousel .extended-banner-texts.text-dark .extended-banner-title,
#carousel .extended-banner-texts.text-dark .extended-banner-text {
    color: #000;
}

/* nadpis */
#carousel .extended-banner-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

/* text */
#carousel .extended-banner-text {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    font-weight: 500;
}

/* tlačítko */
#carousel .extended-banner-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 36px;
    padding: 5px 20px;
    font-weight: 700;
    transition: all 0.3s ease;
    margin-top: 20px;
    font-size: 14px;
}

/* tlačítko pro LIGHT variantu */
#carousel .extended-banner-texts.text-light .extended-banner-link {
    background-color: var(--color-secondary);
    color: #fff;
}

#carousel .extended-banner-texts.text-light .extended-banner-link:hover {
    background-color: var(--color-primary-hover);
    color: #fff;
}

/* tlačítko pro DARK variantu */
#carousel .extended-banner-texts.text-dark .extended-banner-link {
    background-color: var(--color-secondary);
    color: #fff;
}

#carousel .extended-banner-texts.text-dark .extended-banner-link:hover {
    background-color: var(--color-primary-hover);
    color: #fff;
}

#carousel .extended-banner-link::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.25 4.5 7.5 7.5-7.5 7.5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.25 4.5 7.5 7.5-7.5 7.5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* navigace */
#carousel .swiper-button-prev,
#carousel .swiper-button-next {
    width: 35px;
    height: 35px;
    color: #000;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

#carousel .swiper-button-prev {
    left: 10px;
}

#carousel .swiper-button-next {
    right: 10px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
}

.homepage-box.before-carousel {
    background-color: transparent !important;
}

@media (max-width: 767px) {
    #carousel .swiper {
        padding: 10px;
    }

    #carousel .swiper-button-prev {
        left: 20px;
    }

    #carousel .swiper-button-next {
        right: 20px;
    }

    #carousel .extended-banner-title {
        font-size: 18px;
    }
}