/* Vlastne doplnkove styly moyom (nad ramec Evara main.css) */
.moyom-cart-root { display: contents; }

/* USP sekcia "Zalezi nam na Vas" na homepage (pevna, nie CMS blok) */
.moyom-usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 767px) { .moyom-usp-grid { grid-template-columns: repeat(2, 1fr); } }
.moyom-usp-card { border-radius: 22px; padding: 24px; text-align: center; }
.moyom-usp-card--pink { background: #fdeef0; }
.moyom-usp-card--green { background: #e8f2e6; }
.moyom-usp-card--blue { background: #e9eef8; }
.moyom-usp-card--cream { background: #fdf3e4; }
.moyom-usp-card-title { font-family: Quicksand, sans-serif; font-weight: 700; font-size: 16px; color: #2e262a; }
.moyom-usp-card-text { font-size: 13.5px; color: #8a7078; margin-top: 6px; }

/* ----- Autocomplete vyhladavanie v hlavicke ----- */
.moyom-autocomplete {
    position: relative;
}

.moyom-autocomplete-panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    max-height: 420px;
    overflow-y: auto;
    padding: 6px;
}

.moyom-autocomplete-empty {
    padding: 14px 12px;
    color: #7e7e7e;
    font-size: 13px;
}

.moyom-autocomplete-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 6px;
    transition: background-color .15s ease;
}

.moyom-autocomplete-item:hover {
    background: #f6f6f6;
}

.moyom-autocomplete-thumb {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    overflow: hidden;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.moyom-autocomplete-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moyom-autocomplete-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.moyom-autocomplete-name {
    font-size: 14px;
    color: #253d4e;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.moyom-autocomplete-cat {
    font-size: 12px;
    color: #adadad;
}

/* ----- Detail produktu ----- */
.moyom-detail-img { width: 100%; border-radius: 10px; }
.moyom-detail-figure { position: relative; border-radius: 26px !important; overflow: hidden; aspect-ratio: 1/1; margin: 0; }
.moyom-detail-figure .moyom-detail-img { border-radius: 0; height: 100%; object-fit: cover; }
.moyom-detail-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 12px; }
.moyom-detail-thumb { padding: 0; border: none; border-radius: 14px; overflow: hidden; aspect-ratio: 1/1; opacity: .85; cursor: pointer; }
.moyom-detail-thumb.active { opacity: 1; border: 2.5px solid #e98e9c; }
.moyom-detail-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.moyom-select,
.moyom-input {
    min-width: 240px;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #ececec;
    border-radius: 5px;
    background: #fff;
    color: #4b4b4b;
    font-size: 14px;
}
.moyom-input { width: 100%; }
.moyom-mini-select {
    height: 34px;
    padding: 0 8px;
    border: 1px solid #ececec;
    border-radius: 5px;
    background: #fff;
}
.moyom-qty { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.moyom-qty-val { min-width: 28px; text-align: center; font-weight: 600; font-size: 18px; }

/* Kruhove +/- tlacidla mnozstva (detail produktu, kosik, nahraj vzor) */
.moyom-qty-btn { width: 32px; height: 32px; padding: 0 !important; line-height: 1; font-size: 15px; font-weight: 800;
    background-color: #f7f2f3 !important; border-color: #f7f2f3 !important; color: #463a3f !important; }
.moyom-qty-btn:hover { background-color: #fdeef0 !important; border-color: #fdeef0 !important; color: #d9697e !important; }
.moyom-validation { color: #c0392b; font-size: 13px; font-weight: 600; }
.moyom-gallery-thumb { width: 100%; height: 110px; object-fit: cover; }
.moyom-cart-product { display: flex; align-items: center; gap: 12px; }
.moyom-cart-thumb { flex: 0 0 auto; }
.moyom-cart-thumb img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; border: 1px solid #eee; }

/* Oblubene – karty v ucte */
.fav-card { border: 1px solid #eee; border-radius: 12px; overflow: hidden; background: #fff; height: 100%; }
.fav-card img { width: 100%; height: 160px; object-fit: cover; display: block; }
.fav-card-body { padding: 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.fav-card-name { font-weight: 600; color: #2b2b2b; }
.fav-remove { background: none; border: 0; color: #e74c3c; cursor: pointer; font-size: 18px; padding: 0; }

/* Eshop filter – bocny panel (sidebar-widget dnes nema ziadny vlastny vizual, len nadpis+zoznam) */
.sidebar-widget { background: #faf6f4; border-radius: 22px; padding: 22px; }
.sidebar-widget .section-title.style-1 { border-bottom: 0; padding-bottom: 0; font-family: Quicksand, sans-serif; font-size: 17px; color: #2e262a; }
.sidebar-widget .section-title.style-1::after { display: none; }

.categories { list-style: none; margin: 0; padding: 0; }
.categories li { padding: 0; }
.categories a { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 12px; border-radius: 12px; font-size: 14.5px; color: #463a3f; }
.categories a:hover, .categories a.text-brand { background: #fdeef0; color: #d9697e; padding-left: 12px; }
.categories .count { background: #fff; color: #a3959b; font-size: 11.5px; font-weight: 700; border-radius: 999px; padding: 2px 8px; }
.categories a.text-brand .count { background: #fff; color: #d9697e; }
.moyom-cat-tree ul { list-style: none; padding-left: 14px; margin: 4px 0; }
.moyom-cat-tree a { cursor: pointer; }
.moyom-cat-back a { color: #a3959b; font-weight: 600; }

.moyom-color-filter { display: flex; flex-wrap: wrap; gap: 10px; }
.moyom-color-swatch { width: 32px; height: 32px; border-radius: 50%; border: 2px solid #e0e0e0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; padding: 0; }
.moyom-color-swatch.active { border-color: #2e262a; box-shadow: 0 0 0 2.5px #2e262a; }
.moyom-color-swatch i { text-shadow: 0 0 2px rgba(0,0,0,.6); }

/* Filter checkboxy - zaokruhlene + ruzova farba pri zaskrtnuti (accent-color, bez zmeny markupu) */
.sidebar-widget .form-check-input { width: 20px; height: 20px; border-radius: 7px; border: 2px solid #e9b7c0; accent-color: #e98e9c; cursor: pointer; }
.sidebar-widget .form-check-label { cursor: pointer; padding-left: 4px; }
.sidebar-widget input[type="text"].form-control { border: 1.5px solid #f0dbe0; border-radius: 14px; padding: 10px 16px; }
.sidebar-widget .btn { border-radius: 999px; border: 1.5px solid #f0dbe0; background: transparent; color: #d9697e; font-weight: 700; }
.sidebar-widget .btn:hover { background: #fdeef0; }

/* Toolbar vypisu (pocet vysledkov + zoradenie) */
.shop-product-fillter .totall-product p { color: #7d7176; font-size: 14.5px; }
.shop-product-fillter .sort-by-cover select { border: 1.5px solid #f0dbe0; border-radius: 999px; padding: 9px 18px; font-family: Quicksand, sans-serif; font-weight: 700; font-size: 13.5px; color: #463a3f; }

/* Moj ucet – zona */
.account-nav { border: 1px solid #eee; border-radius: 12px; overflow: hidden; background: #fff; }
.account-nav-user { display: flex; align-items: center; gap: 10px; padding: 18px 20px; background: #fdeef0; color: #2b2b2b; font-weight: 600; }
.account-nav ul { list-style: none; margin: 0; padding: 8px 0; }
.account-nav ul li a { display: flex; align-items: center; gap: 10px; padding: 11px 20px; color: #2b2b2b; transition: background .2s ease; }
.account-nav ul li a:hover { background: #f7f7f7; }
.account-nav ul li a.active { background: #fdeef0; color: #e98e9c; font-weight: 600; }
.account-nav-logout { border-top: 1px solid #eee; padding: 12px 20px; }
.account-nav-logout button { background: none; border: 0; color: #c0392b; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; padding: 0; font: inherit; }
.account-card { border: 1px solid #eee; border-radius: 12px; padding: 28px; background: #fff; }
.account-card label { display: block; color: #777; margin-bottom: 4px; }
.account-tile { display: flex; align-items: center; gap: 12px; padding: 22px; border: 1px solid #eee; border-radius: 12px; background: #fff; color: #2b2b2b; font-weight: 600; transition: box-shadow .25s ease; }
.account-tile:hover { box-shadow: 0 8px 24px rgba(0,0,0,.07); }
.account-tile i { font-size: 22px; color: #e98e9c; }
.account-empty { text-align: center; padding: 50px 20px; border: 1px dashed #e0e0e0; border-radius: 12px; color: #888; }
.account-empty i { font-size: 40px; color: #d8b6bc; display: block; margin-bottom: 14px; }

/* Newsletter consent + modal */
.newsletter-consent { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; }
.newsletter-consent-check { width: 16px; height: 16px; margin: 2px 0 0; flex: 0 0 auto; cursor: pointer; accent-color: #e98e9c; -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; }
.newsletter-consent-text { line-height: 1.4; }
.newsletter-consent-text label { margin: 0; cursor: pointer; }
.newsletter-consent-link { text-decoration: underline; cursor: pointer; }
.newsletter-modal-backdrop { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.55); z-index: 1050; display: flex; align-items: center; justify-content: center; padding: 20px; }
.newsletter-modal { background: #fff; color: #2b2b2b; width: 100%; max-width: 720px; max-height: 85vh; border-radius: 10px; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3); }
.newsletter-modal-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid #eee; }
.newsletter-modal-close { background: none; border: 0; font-size: 28px; line-height: 1; cursor: pointer; color: #888; }
.newsletter-modal-body { padding: 20px; overflow: auto; }
.newsletter-modal-foot { display: flex; justify-content: flex-end; gap: 10px; padding: 14px 20px; border-top: 1px solid #eee; }

/* Karta produktu – jednotny padding dookola a spodny riadok cena | CTA */
.product-cart-wrap .product-content-wrap { padding: 13px; }
.product-cart-wrap .product-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 11px; }
.product-cart-wrap .product-card-bottom .product-card-cta { margin-top: 0; }
.product-cart-wrap .product-card-bottom .product-card-price { font-family: "Quicksand", sans-serif; font-weight: 700; font-size: 16px; color: #d9697e; }
.product-cart-wrap .product-card-bottom .product-card-price .moyom-price-novat { font-size: 11px; color: #a3959b; margin-left: 5px; font-weight: 600; }

/* Checkout - vyber dopravy a platby + polozky suhrnu */
.moyom-checkout-options { list-style: none; margin: 0 0 10px; padding: 0; }
.moyom-checkout-options li { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid #eee; border-radius: 8px; margin-bottom: 8px; cursor: pointer; }
.moyom-checkout-options li.active { border-color: #e98e9c; background: #fdf5f6; }
.moyom-checkout-options .moyom-checkout-radio { color: #d9697e; }
.moyom-checkout-options .moyom-checkout-name { flex: 1 1 auto; font-weight: 600; }
.moyom-checkout-options .moyom-checkout-price { color: #d9697e; font-weight: 700; }
.moyom-checkout-item { display: flex; justify-content: space-between; gap: 10px; padding: 6px 0; border-bottom: 1px dashed #eee; font-size: 14px; }
.moyom-checkout-options.is-invalid li { border-color: #e6a4a4; }

/* Darcek, na ktory objednavka este nedosahuje - nevyberatelny, len info kolko chyba */
.moyom-checkout-options li.moyom-checkout-option-locked { cursor: default; opacity: .6; }
.moyom-checkout-options li.moyom-checkout-option-locked .moyom-checkout-radio { color: #b8b8b8; }

/* Checkout - kroky objednavky (produkty / kontakt / doprava a platba) */
.moyom-steps { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; }
.moyom-steps .moyom-step { display: flex; align-items: center; gap: 10px; flex: 1 1 200px; padding: 12px 16px;
    border: 1px solid #eee; border-radius: 8px; background: #fff; color: #8b8b8b; cursor: pointer; }
.moyom-steps .moyom-step.active { border-color: #e98e9c; background: #fdf5f6; color: #2b2b2b; }
.moyom-steps .moyom-step.done { color: #2b2b2b; }
.moyom-steps .moyom-step-num { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px;
    border-radius: 50%; background: #f2f2f2; color: #8b8b8b; font-weight: 700; font-size: 13px; flex: 0 0 auto; }
.moyom-steps .moyom-step.active .moyom-step-num,
.moyom-steps .moyom-step.done .moyom-step-num { background: #d9697e; color: #fff; }
.moyom-steps .moyom-step-title { font-weight: 600; font-size: 14px; }
.moyom-step-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.moyom-step-actions .moyom-cart-checkout { width: auto; margin: 0; }
.moyom-btn-outline { display: inline-block; padding: 10px 22px; border: 1px solid #e98e9c; border-radius: 5px; background: #fff;
    color: #d9697e; font-weight: 600; font-size: 14px; line-height: 1.2; cursor: pointer; text-decoration: none; }
.moyom-btn-outline:hover { background: #fdeef0; color: #c0566c; }

/* Checkout - oznacenie chybneho vstupu */
.moyom-input.is-invalid, .moyom-select.is-invalid { border-color: #c0392b; background: #fdf4f3; }
.moyom-field-error { color: #c0392b; font-size: 12px; font-weight: 600; margin-top: 4px; }

/* Moje objednavky - rozbaleny detail objednavky v konte */
.account-order-detail { background: #faf6f4; border-radius: 12px; padding: 16px 18px; }

/* Quick view modal (detail produktu z karty) */
.moyom-qv-backdrop { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.55); z-index: 1050; display: flex; align-items: center; justify-content: center; padding: 20px; }
.moyom-qv { background: #fff; color: #2b2b2b; width: 100%; max-width: 1100px; max-height: 90vh; border-radius: 10px; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3); }
.moyom-qv-head { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; border-bottom: 1px solid #eee; }
.moyom-qv-link { font-size: 14px; font-weight: 600; }
.moyom-qv-close { background: none; border: 0; font-size: 28px; line-height: 1; cursor: pointer; color: #888; }
.moyom-qv-body { padding: 20px; overflow: auto; }

/* Kontaktna stranka */
.moyom-contact-eyebrow { display: inline-block; background: #fdeef0; border-radius: 999px; padding: 7px 16px; font-family: Quicksand, sans-serif; font-weight: 700; font-size: 13px; color: #d9697e; margin-bottom: 14px; }
.moyom-contact-h1 { font-family: Quicksand, sans-serif; font-size: 38px; font-weight: 700; color: #2e262a; }
.moyom-contact-intro { margin: 0 auto; max-width: 560px; font-size: 15.5px; line-height: 1.6; color: #8a7078; }

.contact-card { text-align: center; padding: 30px 20px; border: none; border-radius: 24px; transition: box-shadow .25s ease; }
.contact-card:hover { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07); }
.contact-card-icon { width: 54px; height: 54px; margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #fff; font-size: 22px; }
.contact-card h4 { margin-bottom: 8px; font-family: Quicksand, sans-serif; font-size: 17px; color: #2e262a; }
.contact-card p { margin-bottom: 6px; }
.contact-card--pink { background: #fdeef0; }
.contact-card--pink p { color: #8a7078; }
.contact-card--green { background: #e8f2e6; }
.contact-card--green p { color: #7c8a78; }
.contact-card--blue { background: #e9eef8; }
.contact-card--blue p { color: #77809a; }
.contact-card--blue p a { color: #463a3f; font-weight: 700; }

.contact-block { padding: 26px 30px; }
.contact-block h3 { font-family: Quicksand, sans-serif; font-size: 17px; color: #2e262a; }
.contact-block div { line-height: 1.75; color: #7d7176; font-size: 14px; }
.contact-block--outline { border: 1.5px solid #f0dbe0; border-radius: 26px; }
.moyom-contact-side { display: flex; flex-direction: column; gap: 20px; }

.moyom-contact-maptitle { font-family: Quicksand, sans-serif; font-size: 26px; font-weight: 700; color: #2e262a; }
.moyom-contact-maptitle span { color: #e98e9c; }

/* Kontaktny formular */
.moyom-contact-form { background: #faf6f4; border-radius: 26px; padding: 30px 32px; }
.moyom-contact-form h3 { font-family: Quicksand, sans-serif; font-size: 20px; color: #2e262a; margin-bottom: 6px; }
.moyom-contact-subtitle { font-size: 13.5px; color: #a3959b; margin-bottom: 18px; }
.moyom-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.moyom-contact-field { margin-bottom: 16px; }
.moyom-contact-field label { display: block; font-family: Quicksand, sans-serif; font-weight: 700; color: #463a3f; margin-bottom: 6px; }
.moyom-contact-field input, .moyom-contact-field textarea { width: 100%; border: 1.5px solid #f0dbe0; border-radius: 999px; padding: 12px 18px; font-family: inherit; background: #fff; }
.moyom-contact-field textarea { border-radius: 20px; resize: none; }
.moyom-contact-field .validation-message { display: block; color: #c0392b; font-size: 12.5px; margin-top: 4px; }
.moyom-contact-success { background: #e8f2e6; color: #2e6b3f; border-radius: 14px; padding: 16px 20px; }
.moyom-contact-foot { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 14px; flex-wrap: wrap; }
.moyom-contact-consent { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: #7d7176; cursor: pointer; }
.moyom-contact-consent input { width: 17px; height: 17px; border-radius: 5px; border: 2px solid #e9b7c0; accent-color: #e98e9c; flex: none; }
.moyom-contact-submit { background: #e98e9c; color: #fff; font-family: Quicksand, sans-serif; font-weight: 700; font-size: 14.5px; padding: 13px 30px; border-radius: 999px; border: none; cursor: pointer; }
.moyom-contact-submit:hover { background: #d9697e; }

.contact-social { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.contact-social a { display: inline-flex; align-items: center; gap: 9px; background: #faf6f4; border-radius: 999px; padding: 11px 24px; font-family: Quicksand, sans-serif; font-weight: 700; font-size: 14px; color: #463a3f; transition: background .2s ease; }
.contact-social a:hover { background: #fdeef0; }
.contact-social-badge { width: 26px; height: 26px; border-radius: 50%; background: #e98e9c; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; }
.contact-map { border-radius: 26px; overflow: hidden; border: 1.5px solid #f0dbe0; line-height: 0; }
.contact-map iframe { width: 100%; height: 340px; border: 0; }
@media (max-width: 767px) { .contact-map iframe { height: 300px; } }
.stock-status { display: inline-block; padding: 6px 14px; border-radius: 999px; font-family: Quicksand, sans-serif; font-size: 11.5px; font-weight: 700; text-transform: uppercase; color: #fff; }
.stock-status.new-status { background: #e98e9c; }
.stock-status.sale-status { background: #e98e9c; }

/* Pravitko + pattern (CMA) */
.moyom-ruler-wrap { text-align: center; }
.moyom-ruler-controls { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.moyom-ruler {
    margin: 0 auto;
    max-width: 100%;
    border: 1px solid #d9d9d9;
    background:
        repeating-linear-gradient(0deg, transparent, transparent 49px, #eee 49px, #eee 50px),
        repeating-linear-gradient(90deg, transparent, transparent 49px, #eee 49px, #eee 50px);
    overflow: hidden;
}
.moyom-ruler-pattern { display: block; }
.moyom-ruler-fallback { width: 100%; height: 100%; object-fit: cover; }

/* Toast */
#moyom-toast-host { position: fixed; right: 20px; bottom: 20px; z-index: 2000; display: flex; flex-direction: column; gap: 8px; }
.moyom-toast {
    background: #253d4e; color: #fff; padding: 12px 18px; border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,.2); font-size: 14px;
    opacity: 0; transform: translateY(10px); transition: all .3s ease;
}
.moyom-toast-show { opacity: 1; transform: translateY(0); }

/* Vyplnene srdiecko (aktivne oblubene) - fi-sr-heart odkazuje na "solid" sadu Uicons,
   ktora sa v projekte vobec nenacitava (chyba font subor), takze bez tohto pravidla je
   ikona neviditelna. Nahradene unicode glyfom namiesto zavislosti na chybajucom fonte. */
.fi-sr-heart { font-style: normal; }
.fi-sr-heart::before { content: "\2665"; }

/* Link-button (odhlasenie v hlavicke) */
.moyom-link-btn { background: none; border: 0; padding: 0; color: inherit; cursor: pointer; font: inherit; }
.moyom-link-btn:hover { color: #d9697e; }

/* Prihlasenie/Registracia - hover dropdown v hlavicke (AuthDropdown.razor) */
.moyom-auth-dd { position: relative; padding: 6px 0; margin: -6px 0; cursor: default; }
.moyom-auth-dd-trigger { cursor: pointer; }
.moyom-auth-dd-panel {
    position: absolute; top: 100%; right: 0; z-index: 90;
    background: #fff; border: 1px solid #f0dbe0; border-radius: 22px;
    box-shadow: 0 20px 50px rgba(70,40,50,.18);
    width: 340px; padding: 24px; margin-top: 6px;
    font-family: 'Nunito Sans', sans-serif; color: #463a3f; text-align: left;
    opacity: 0; visibility: hidden; transform: translateY(8px);
    transition: all .2s cubic-bezier(.645,.045,.355,1);
}
.moyom-auth-dd-panel.moyom-auth-dd-open { opacity: 1; visibility: visible; transform: translateY(0); }
.moyom-auth-dd-tabs { display: flex; background: #f7f2f3; border-radius: 999px; padding: 4px; gap: 4px; margin-bottom: 18px; }
.moyom-auth-dd-tabs span { flex: 1; text-align: center; padding: 9px 0; border-radius: 999px; font-family: Quicksand, sans-serif; font-weight: 700; font-size: 13.5px; color: #7d7176; cursor: pointer; }
.moyom-auth-dd-tabs span.active { background: #fff; color: #d9697e; box-shadow: 0 2px 8px rgba(70,40,50,.12); }
.moyom-auth-dd-field { margin-bottom: 11px; }
.moyom-auth-dd-field label { display: block; font-family: Quicksand, sans-serif; font-weight: 700; font-size: 13px; color: #2e262a; margin-bottom: 6px; }
.moyom-auth-dd-field input { width: 100%; box-sizing: border-box; border: 1.5px solid #f0dbe0; border-radius: 999px; padding: 11px 18px; font-size: 14px; font-family: 'Nunito Sans', sans-serif; color: #463a3f; outline: none; background: #fff; }
.moyom-auth-dd-row { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; margin-bottom: 12px; }
.moyom-auth-dd-check { display: flex; align-items: center; gap: 7px; cursor: pointer; color: #7d7176; }
.moyom-auth-dd-row a { color: #d9697e; font-weight: 700; }
.moyom-auth-dd-submit { display: block; width: 100%; text-align: center; background: #e98e9c; color: #fff; font-family: Quicksand, sans-serif; font-weight: 700; font-size: 14.5px; padding: 13px 0; border-radius: 999px; cursor: pointer; border: 0; margin-top: 4px; }
.moyom-auth-dd-submit:hover { background: #d9697e; }
.moyom-auth-dd-switch { text-align: center; font-size: 13px; color: #a3959b; margin-top: 12px; }
.moyom-auth-dd-switch span { color: #d9697e; font-weight: 700; cursor: pointer; }

/* Prepinac meny v hlavicke – klikom (hover zostava funkcny cez :hover v main.css) */
.header-info > ul > li.moyom-dd-open > ul.language-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 25px;
}

/* Fotky produktovych kariet – vzdy stvorec (crop, nie natiahnute) */
.product-cart-wrap .product-img-action-wrap .product-img a {
    aspect-ratio: 1 / 1;
}
.product-cart-wrap .product-img-action-wrap .product-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ----- Kosik ----- */
.moyom-cart-panel { background: #faf6f4; border-radius: 22px; padding: 6px 12px; }
.moyom-cart-product { display: flex; align-items: center; gap: 12px; }
.moyom-cart-thumb img { width: 64px; height: 64px; object-fit: cover; border-radius: 14px; }
.moyom-cart-summary { background: #faf6f4; border-radius: 22px; padding: 24px; }
.moyom-shipping-progress p { font-size: 13.5px; color: #463a3f; }
.moyom-shipping-progress p strong { color: #d9697e; }
.moyom-shipping-bar { height: 8px; border-radius: 999px; background: #f0dbe0; overflow: hidden; margin-bottom: 20px; }
.moyom-shipping-bar-fill { height: 100%; border-radius: 999px; background: #e98e9c; transition: width .3s ease; }
.moyom-cart-summary-row { display: flex; justify-content: space-between; align-items: center; font-size: 15px; color: #463a3f; margin-bottom: 4px; }
.moyom-cart-summary-total { font-family: Quicksand, sans-serif; font-weight: 700; font-size: 22px; color: #d9697e; }
.moyom-cart-checkout { display: block; width: 100%; text-align: center; }

/* ----- Anopka (samostatna katalogova stranka, bez hlavneho menu) ----- */
.moyom-anopka-topbar { border-bottom: 1px solid #f0e6e2; }
.moyom-anopka-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; }
.moyom-anopka-back { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: #463a3f; font-family: Quicksand, sans-serif; font-weight: 700; font-size: 14px; border: 1.5px solid #f0dbe0; border-radius: 999px; padding: 10px 20px; }
.moyom-anopka-back:hover { background: #fdeef0; color: #d9697e; }
.moyom-anopka-logo img { width: 120px; height: auto; max-height: 64px; object-fit: contain; display: block; }

/* Mini-kosik v hlavicke Anopky – popup drzime v ramci kontajnera (v hlavnom headeri je posunuty o -63px). */
.moyom-anopka-cart .cart-dropdown-wrap.cart-dropdown-hm2 { right: 0; }
.moyom-anopka-cart .header-action-icon-2 { padding: 0; }

.moyom-anopka-hero { padding: 44px 0 0; text-align: center; }
.moyom-anopka-title { margin: 0 0 10px; font-family: Quicksand, sans-serif; font-size: 36px; font-weight: 700; color: #2e262a; }
.moyom-anopka-intro { margin: 0 auto; max-width: 560px; font-size: 15.5px; line-height: 1.6; color: #8a7078; }

.moyom-anopka-tabs { padding: 28px 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.moyom-anopka-tab { padding: 11px 22px; border-radius: 999px; cursor: pointer; font-family: Quicksand, sans-serif; font-weight: 700; font-size: 14.5px; background: #faf6f4; color: #463a3f; }
.moyom-anopka-tab.active { background: #e98e9c; color: #fff; }
.moyom-anopka-tab-count { opacity: .65; font-weight: 600; }

/* Detail produktu otvoreny priamo v Anopke (pod tabmi) */
.moyom-anopka-detail { padding: 26px 0 48px; }
.moyom-anopka-back-list { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; text-decoration: none; color: #463a3f; font-family: Quicksand, sans-serif; font-weight: 700; font-size: 14px; }
.moyom-anopka-back-list:hover { color: #d9697e; }

.moyom-anopka-footer .footer-mid { padding-top: 40px; padding-bottom: 10px; }
.moyom-anopka-footer .logo img { width: 120px; height: auto; max-height: 64px; object-fit: contain; }

.moyom-anopka-layout { padding: 30px 0 48px; display: grid; grid-template-columns: 250px 1fr; gap: 26px; align-items: start; }
.moyom-anopka-sidebar { display: flex; flex-direction: column; gap: 18px; }
@media (max-width: 767px) {
    .moyom-anopka-layout { grid-template-columns: 1fr; }
    .moyom-anopka-topbar-inner { flex-wrap: wrap; row-gap: 12px; justify-content: center; text-align: center; }
}

/* ===== Systemova stranka Materiály (/materialy) ===== */
.moyom-material-eyebrow { display: inline-block; margin-bottom: 10px; padding: 6px 16px; border-radius: 999px; background: #fdeef0; color: #d9697e; font-family: Quicksand, sans-serif; font-weight: 700; font-size: 13px; }
.moyom-material-h1 { font-family: Quicksand, sans-serif; font-size: 36px; font-weight: 700; color: #2e262a; }
.moyom-material-intro { margin: 0 auto; max-width: 620px; font-size: 15.5px; line-height: 1.7; color: #8a7078; }

.moyom-material-list { display: flex; flex-direction: column; gap: 22px; }
.moyom-material-card { border: 1.5px solid #f0dbe0; border-radius: 26px; background: #fff; transition: box-shadow .25s ease; }
.moyom-material-card:hover { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); }
.moyom-material-card[open] { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); }

/* <summary> je klikatelna hlavicka karty – skryjeme default marker (sipku prehliadaca), pouzivame vlastnu. */
.moyom-material-summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 28px 30px; cursor: pointer; list-style: none; }
.moyom-material-summary::-webkit-details-marker { display: none; }
.moyom-material-summary-text { flex: 1 1 auto; min-width: 0; }

.moyom-material-head { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 12px; }
.moyom-material-name { margin: 0; font-family: Quicksand, sans-serif; font-size: 22px; font-weight: 700; color: #2e262a; }
.moyom-material-badge { padding: 5px 14px; border-radius: 999px; font-family: Quicksand, sans-serif; font-weight: 700; font-size: 12.5px; background: #faf6f4; color: #7d7176; }
.moyom-material-badge.is-instock { background: #e8f2e6; color: #5f8a58; }
.moyom-material-badge.is-onorder { background: #fdf3e3; color: #b58436; }
.moyom-material-badge.is-soldout { background: #f2eded; color: #97878c; }

.moyom-material-desc { margin: 0; font-size: 14.5px; line-height: 1.7; color: #7d7176; white-space: pre-line; }

.moyom-material-arrow { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-top: 2px; border-radius: 50%; background: #faf6f4; color: #d9697e; transition: transform .2s ease, background .2s ease; }
.moyom-material-card[open] .moyom-material-arrow { transform: rotate(180deg); background: #fdeef0; }

.moyom-material-body { padding: 0 30px 28px; }

.moyom-material-specs { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px; margin-bottom: 20px; }
.moyom-material-spec { padding: 12px 16px; border-radius: 18px; background: #faf6f4; }
.moyom-material-spec-label { display: block; font-size: 12.5px; color: #a2919a; }
.moyom-material-spec-value { display: block; margin-top: 3px; font-family: Quicksand, sans-serif; font-weight: 700; font-size: 15px; color: #463a3f; }

.moyom-material-props { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.moyom-material-prop h3 { margin-bottom: 6px; font-family: Quicksand, sans-serif; font-size: 15px; font-weight: 700; color: #2e262a; }
.moyom-material-prop p { margin: 0; font-size: 14px; line-height: 1.7; color: #7d7176; white-space: pre-line; }

.moyom-material-care { margin-top: 22px; padding-top: 20px; border-top: 1px solid #f6e9ec; }
.moyom-material-care h3 { margin-bottom: 12px; font-family: Quicksand, sans-serif; font-size: 15px; font-weight: 700; color: #2e262a; }
.moyom-material-care-body { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 20px; }
.moyom-material-care-list { flex: 1 1 260px; margin: 0; padding: 0; list-style: none; }
.moyom-material-care-list li { padding: 5px 0; font-size: 14px; line-height: 1.6; color: #7d7176; }
.moyom-material-care-list li span { display: inline-block; min-width: 96px; font-family: Quicksand, sans-serif; font-weight: 700; color: #463a3f; }
.moyom-material-symbols img { max-width: 260px; max-height: 90px; width: auto; height: auto; object-fit: contain; }

@media (max-width: 767px) {
    .moyom-material-summary { padding: 22px 20px; }
    .moyom-material-body { padding: 0 20px 22px; }
    .moyom-material-h1 { font-size: 28px; }
    .moyom-material-symbols img { max-width: 100%; }
}

/* ===== Hlavne menu (desktop) v jednom riadku, s vodorovnym posuvom pri velkom pocte poloziek =====
   .header-nav aj .main-menu su flex items s default min-width:auto, co by zabranilo zmenseniu pod
   sirku obsahu (a teda aj scrollu) – preto min-width:0 na oboch, aby vnutorny overflow-x prevzal riadenie. */
.header-wrap .header-nav { min-width: 0; }
.header-nav .main-categori-wrap { flex: 0 0 auto; }
.header-nav .main-menu { flex: 1 1 0%; min-width: 0; }
.main-menu > nav { min-width: 0; }
.main-menu > nav > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #e98e9c transparent;
}
.main-menu > nav > ul > li { flex: 0 0 auto; }
.main-menu > nav > ul::-webkit-scrollbar { height: 5px; }
.main-menu > nav > ul::-webkit-scrollbar-track { background: transparent; }
.main-menu > nav > ul::-webkit-scrollbar-thumb { background: #e98e9c; border-radius: 999px; }

/* ---------------------------------------------------------------------------
   Lepiaci bocny panel (/eshop, blog) - natívne CSS namiesto pluginu
   jquery.theia.sticky.js. Plugin pri KAZDOM scrolle prepocitaval a zapisoval
   position/top, co je scroll-linked positioning effect (Firefox naň upozornuje
   v konzole) a robi sa to na hlavnom vlakne. CSS sticky riesi kompozitor.

   align-self je nutny: Bootstrap .row je flex a stlpce natahuje na plnu vysku,
   takze bez neho by sidebar vyplnil cely riadok a sticky by nemal kam cestovat.
   Len od lg vyssie - nizsie je sidebar cez celu sirku nad obsahom a lepenie
   by tam prekazalo.
   --------------------------------------------------------------------------- */
@media (min-width: 992px) {
    .primary-sidebar.sticky-sidebar {
        position: sticky;
        top: 20px;
        align-self: flex-start;
    }
}

/* ---------------------------------------------------------------------------
   Horny "loading" pruh (zapinany cisto cez moyom-loader.js, mimo Blazor
   render stromu - viz komentar pri <div id="moyom-topbar"> v App.razor).
   is-active: naskoci HNED po kliku a pomaly rastie k 75 % (indikuje cakanie).
   is-done: rychlo dobehne na 100 %, potom sa cely element vynuluje a vyblkne.
   --------------------------------------------------------------------------- */
.moyom-topbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #000000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: width .25s ease-out, opacity .25s ease-out;
}

.moyom-topbar.is-active {
    opacity: 1;
    width: 75%;
    transition: width 3.5s cubic-bezier(.1, .6, .4, 1), opacity .15s ease-out;
}

.moyom-topbar.is-active.is-done {
    width: 100%;
    opacity: 1;
    transition: width .2s ease-out;
}
