@font-face {
    font-family: 'Winner Sans';
    src: url('/user/documents/assets/fonts/WinnerSans-Regular.woff2') format('woff2'),
         url('/user/documents/assets/fonts/WinnerSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Winner Sans';
    src: url('/user/documents/assets/fonts/WinnerSans-Bold.woff2') format('woff2'),
         url('/user/documents/assets/fonts/WinnerSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --template-headings-font: 'Winner Sans';
}
h1, h2, h3, strong, .extended-banner-title, .navigation-in ul li a b, .menu-helper>span, .products-block>div .p .name, .btn, .instagram-follow-btn > span > a, #footer .footer-link a {
    font-family: var(--template-headings-font), sans-serif;
    font-weight: 700 !important;
}
/* SWIPER – homepage carousel */
#carousel {
    margin-block: 10px;
}
#carousel .swiper-slide {
    border-radius: var(--border-radius, 8px);
    overflow: hidden;
}
#carousel .swiper-slide a {
    display: block;
    position: relative;
}
#carousel .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--border-radius, 8px);
}

/* video slide */
#carousel .video-container {
    position: relative;
}
#carousel .video-container video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius, 8px);
}

/* tmavý gradient pro čitelnost textů */
#carousel .swiper-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75%;
    background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
    border-radius: var(--border-radius, 8px);
    pointer-events: none;
}

/* texty */
#carousel .extended-banner-texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    inset: 0;
    padding: 20px;
    z-index: 2;
    text-align: left;
    color: #fff;
}
#carousel .extended-banner-texts.text-dark {
    color: #000;
}
#carousel .extended-banner-texts > * {
    position: relative;
    inset: auto;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: none;
    border: 0;
    width: auto;
}
#carousel .extended-banner-title {
    font-size: 22px;
    font-weight: 700;
}
#carousel .extended-banner-text {
    max-width: 100%;
    font-size: 13px;
    margin-top: 10px;
}
#carousel .extended-banner-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: var(--color-primary, #000);
    color: #fff;
    min-height: 36px;
    padding: 5px 20px;
    border-radius: var(--border-radius, 8px);
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 20px;
}
#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;
}

/* navigační šipky */
#carousel .swiper-button-prev,
#carousel .swiper-button-next {
    width: 35px;
    height: 35px;
    color: #fff;
    background: var(--color-secondary-hover, rgba(0, 0, 0, .6));
    border-radius: calc(var(--border-radius, 8px) / 2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#carousel .swiper-button-prev::after,
#carousel .swiper-button-next::after {
    font-size: 16px;
}
#carousel .swiper-button-prev {
    left: 10px;
}
#carousel .swiper-button-next {
    right: 10px;
}
#carousel .swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

.homepage-box.before-carousel {
    background-color: transparent !important;
}
.swiper-container-outer {
    padding: 0;
}
@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;
    }
}

/*delivery time*/
.anque-delivery-time {
    padding: 10px 0;
}
.delivery-time-table {
    display: flex;
    gap: 10px 35px;
    align-items: center;
    flex-wrap: wrap;
}
.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: #767676;
}
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;
}}

#footer {
    background: var(--color-secondary);
    color: #c9d3e3;
    margin-top: 48px;
    padding-top: 32px;
    font-size: 15px;
}

#footer a {
    transition: color .2s ease;
}

/* ---------- Newsletter (modrá karta nahoře) ---------- */
#footer ul li:before {
    border-color: #c9d3e3;
}
#footer .footer-newsletter {
    background: var(--color-primary);
    border-radius: 10px;
    padding: 28px 32px;
    margin-bottom: 10px;
    color: #192c49;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 48px;
    border: 0;
}

#footer .newsletter-header {
    flex: 1 1 240px;
}

#footer .newsletter-header .topic,
#footer .newsletter-header .topic span {
    color: #192c49;
    background: transparent;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

#footer .newsletter-header p {
    margin: 6px 0 0;
    color: #192c49;
}

#footer .subscribe-form {
    flex: 1 1 380px;
}

#footer .subscribe-form fieldset {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
    margin: 0;
}

#footer .subscribe-form .smart-label-wrapper {
    flex: 1 1 220px;
    margin: 0;
}

#footer .subscribe-form .form-control {
    background: #ffffff;
    border: none;
    border-radius: 6px;
    height: 48px;
}

#footer .subscribe-form .btn-primary {
    order: 2;
    align-self: flex-end;   /* zarovnat s inputem (nad ním je label) */
    height: 48px;
    background: #0c1423;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 0 28px;
    font-weight: 600;
}

#footer .subscribe-form .btn-primary:hover,
#footer .subscribe-form .btn-primary:focus {
    background: #1a2b4d;
    color: #ffffff;
}

#footer .subscribe-form .consents {
    order: 3;
    flex-basis: 100%;
    margin: 4px 0 0;
}

#footer .subscribe-form .consents .label,
#footer .subscribe-form .consents p {
    color: #192c49;
    font-size: 14px;
    margin: 0;
    padding-top: 0;
}
.footer-bottom:after, .footer-bottom:before {
    display: none;
}
#footer .subscribe-form .consents a {
    color: #192c49;
    text-decoration: underline;
}

/* ---------- Sloupce ---------- */

#footer .footer-rows {
    padding-top: 36px;
    padding-bottom: 8px;
}

#footer .custom-footer > div {
    margin-bottom: 28px;
}

#footer .pageElement__heading {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 18px;
    padding-bottom: 10px;
    position: relative;
}

#footer .pageElement__heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 3px;
    background: var(--color-primary);
    border-radius: 2px;
}

#footer .pageElement__heading span {
    background: transparent;
    padding: 0;
    color: inherit;
}

/* Odkazy ve sloupcích */

#footer .custom-footer a {
    color: #c9d3e3;
    text-decoration: none;
}

#footer .custom-footer a:hover {
    color: #ffffff;
}

#footer .custom-footer__articles ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .custom-footer__articles li {
    padding: 5px 0;
}

#footer .custom-footer__articles a {
    display: inline-block;
    transition: color .2s ease, transform .2s ease;
}

#footer .custom-footer__articles a:hover {
    transform: translateX(4px);
}

/* Kontakt */

#footer .contact-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .contact-box li {
    padding: 5px 0;
}

#footer .contact-box li > span {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

#footer .contact-box li > span::before {
    color: var(--color-primary);
    flex-shrink: 0;
}

/* dlouhé odkazy na sociální sítě – zkrátit trojtečkou */
#footer .contact-box .facebook a,
#footer .contact-box .instagram a {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Košík */

#footer .cart-overview .btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--color-primary);
    color: #192c49;
    border: none;
    border-radius: 6px;
    padding: 12px 24px;
    font-weight: 600;
}

#footer .cart-overview .btn:hover,
#footer .cart-overview .btn:focus {
    background: var(--color-primary);
    color: #192c49;
}

/* Vyhledávání */

#footer .search-form fieldset {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

#footer .search-widget .form-control {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 48px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 6px;
    color: #ffffff;
}

#footer .search-widget .form-control::placeholder {
    color: rgba(255, 255, 255, .55);
}

#footer .search-widget .form-control:focus {
    background: rgba(255, 255, 255, .12);
    border-color: var(--color-primary);
    box-shadow: none;
    color: #ffffff;
}

#footer .search-form .btn {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    border: none;
    border-radius: 6px;
    color: #192c49;
}

#footer .search-form .btn::before {
    font-size: 20px;
    line-height: 1;
}

#footer .search-form .btn:hover,
#footer .search-form .btn:focus {
    background: var(--color-primary);
    color: #ffffff;
}

/* ---------- Pás odkazů (RYTIRIKLADNO.cz) ---------- */

#footer .footer-links-icons {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 18px;
    padding-bottom: 6px;
}

#footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-link a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
}

#footer .footer-link a:hover {
    color: var(--color-primary);
}

/* ---------- Spodní lišta ---------- */

#footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 14px;
    padding-top: 16px;
    padding-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px 16px;
    font-size: 13px;
    color: #8b96ab;
}

/* copyright vlevo, signature Shoptetu vpravo */
#footer .footer-bottom .copyright {
    order: 1;
    margin: 0 auto 0 0;
    text-align: left;
}

#footer .footer-bottom #signature {
    order: 2;
    margin: 0;
    float: none;
}

#footer .footer-bottom a {
    color: #aab6cc;
}

#footer .footer-bottom a:hover {
    color: #ffffff;
}

#footer .footer-bottom .copyright strong {
    color: #c9d3e3;
}

#footer .footer-bottom .cookies-settings {
    text-decoration: underline;
}

/* ---------- Responzivita ---------- */

@media (max-width: 991px) {
    #footer .footer-newsletter {
        gap: 16px 32px;
    }
}

@media (max-width: 767px) {
    #footer {
        margin-top: 32px;
        padding-top: 24px;
    }

    #footer .footer-newsletter {
        padding: 22px 18px;
        border-radius: 8px;
        margin: 10px;
    }

    #footer .footer-rows {
        padding-top: 28px;
    }

    #footer .custom-footer > div {
        margin-bottom: 24px;
    }
}

@media (max-width: 575px) {
    #footer .subscribe-form .btn-primary {
        order: 2;
        flex-basis: 100%;
        height: 48px;
    }

    #footer .footer-bottom {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #footer .footer-bottom .copyright {
        margin: 0;
        text-align: center;
    }
}