/** Shopify CDN: Minification failed

Line 1312:0 Expected "}" to go with "{"

**/
/* ═══════════════════════════════════════════════════════
   RE-KIDDO — Vylepšení Quick View & Cart Drawer
   Soubor: assets/custom.css
   ═══════════════════════════════════════════════════════ */

/* ─── PROMĚNNÉ ─── */
:root {
  --rk-navy: #1B2A4A;
  --rk-navy-light: #2a3d66;
  --rk-peach: #F4A985;
  --rk-peach-bg: #FEF0E8;
  --rk-green: #7CB686;
  --rk-cream: #FFF8F0;
  --rk-cream-dark: #f5ede3;
}

/* ═══════════════════════════════════════════
   QUICK VIEW DRAWER
   ═══════════════════════════════════════════ */

/* Cream pozadí + jemnější stín */
.quickview-drawer.modal > .modal-inner {
  background: var(--rk-cream) !important;
  box-shadow: -8px 0 50px rgba(27, 42, 74, 0.14) !important;
}

/* Drawer header */
.quickview-drawer .drawer-header {
  padding-block-end: 0.75rem;
  border-block-end: 1px solid var(--rk-cream-dark);
}

/* Zavírací × — kruhové s hover efektem */
.quickview-drawer .drawer-close {
  background: rgba(27, 42, 74, 0.05) !important;
  border-radius: 50% !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  transition: all 0.25s ease !important;
}
.quickview-drawer .drawer-close:hover {
  background: var(--rk-navy) !important;
  color: var(--rk-cream) !important;
  transform: rotate(90deg);
}

/* "Zobrazit detaily" link — peach podtržení */
.quickview-drawer .drawer-header .link-text {
  color: var(--rk-navy) !important;
  font-weight: 600;
  text-decoration-color: var(--rk-peach) !important;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s;
}
.quickview-drawer .drawer-header .link-text:hover {
  text-decoration-color: var(--rk-navy) !important;
}

/* Produktový obrázek — zaoblené rohy */
.quickview-content .product-media-gallery img {
  border-radius: 12px !important;
}

/* Název produktu */
.quickview-content .product-title-heading {
  color: var(--rk-navy) !important;
  line-height: 1.3 !important;
}

/* Vendor/značka */
.quickview-content .product-vendor {
  background: var(--rk-peach-bg) !important;
  color: var(--rk-peach) !important;
  border-radius: 6px !important;
  font-weight: 600;
}

/* Cena */
.quickview-content .product-price {
  color: var(--rk-navy) !important;
}

/* Tlačítko Přidat do košíku */
.quickview-content .add-cart-button {
  background: var(--rk-navy) !important;
  color: var(--rk-cream) !important;
  border: none !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 18px rgba(27, 42, 74, 0.18) !important;
}
.quickview-content .add-cart-button:hover {
  background: var(--rk-navy-light) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(27, 42, 74, 0.26) !important;
}

/* Popis produktu */
.quickview-content .product-text .rte {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #5a6a80;
}
.quickview-content .product-text .rte strong {
  color: var(--rk-navy);
}

/* Schovat prázdné app bloky v quick-view */
.quickview-content .product-info-app:empty {
  display: none !important;
}

/* ═══════════════════════════════════════════
   CART DRAWER
   ═══════════════════════════════════════════ */

/* Cream pozadí */
.cart-drawer.modal > .modal-inner {
  background: var(--rk-cream) !important;
  box-shadow: -8px 0 50px rgba(27, 42, 74, 0.14) !important;
}

/* Cart drawer header */
.cart-drawer .drawer-header {
  padding-block-end: 0.75rem;
  border-block-end: 1px solid var(--rk-cream-dark);
}

/* Zavírací × v košíku */
.cart-drawer .drawer-close {
  background: rgba(27, 42, 74, 0.05) !important;
  border-radius: 50% !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  transition: all 0.25s ease !important;
}
.cart-drawer .drawer-close:hover {
  background: var(--rk-navy) !important;
  color: var(--rk-cream) !important;
  transform: rotate(90deg);
}

/* Obrázky produktů v košíku — zaoblené */
.cart-drawer .cart-item .item-media-wrapper {
  border-radius: 12px !important;
  overflow: hidden;
}

/* Název produktu v košíku */
.cart-drawer .cart-item-name {
  color: var(--rk-navy) !important;
  font-weight: 600;
}

/* Odebrat tlačítko */
.cart-drawer .cart-remove-button {
  opacity: 0.4;
  transition: all 0.2s ease;
}
.cart-drawer .cart-remove-button:hover {
  opacity: 1;
  color: #dc2626 !important;
}

/* Quantity selector — pill tvar */
.cart-drawer .cart-quantity {
  border-radius: 9999px !important;
  border: 1.5px solid var(--rk-cream-dark) !important;
}

/* Free shipping progress bar */
.cart-drawer .free-shipping-wrapper {
  border-radius: 12px !important;
  overflow: hidden;
}

/* Footer — mezisoučet */
.cart-drawer .footer-subtotal .total-title {
  color: #5a6a80;
}
.cart-drawer .footer-subtotal .total-price {
  color: var(--rk-navy) !important;
  font-size: 1.35rem !important;
}

/* Footer — tlačítka pod sebe */
.cart-drawer .footer-ctas .ctas-button-group {
  flex-direction: column !important;
  gap: 0.5rem !important;
}

/* Checkout button — Pokladna */
.cart-drawer .cart-checkout-button {
  background: var(--rk-navy) !important;
  color: var(--rk-cream) !important;
  border: none !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px;
  width: 100% !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 18px rgba(27, 42, 74, 0.18) !important;
}
.cart-drawer .cart-checkout-button:hover {
  background: var(--rk-navy-light) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(27, 42, 74, 0.26) !important;
}

/* Zobrazit košík button */
.cart-drawer .view-cart-button {
  width: 100% !important;
  border-radius: 50px !important;
  border: 2px solid var(--rk-navy) !important;
  color: var(--rk-navy) !important;
  background: transparent !important;
  padding: 1rem !important;
  font-weight: 600 !important;
}
.cart-drawer .view-cart-button:hover {
  background: var(--rk-navy) !important;
  color: var(--rk-cream) !important;
}

/* Footer padding — aby chat bublina nepřekrývala */
.cart-drawer .cart-details-footer {
  padding-block-end: 2rem !important;
  margin-block-end: 1rem !important;
}

/* Discount badges */
.cart-drawer .discount-item {
  background: var(--rk-navy) !important;
  color: var(--rk-cream) !important;
  border-radius: 8px !important;
}

/* Footer links (poznámka, odhad dopravy, kód) */
.cart-drawer .footer-tools .link-text {
  color: var(--rk-navy) !important;
  text-decoration-color: var(--rk-peach) !important;
}

/* Scrollbar */
.cart-drawer .cart-details-main::-webkit-scrollbar,
.quickview-content .product-info::-webkit-scrollbar {
  width: 4px;
}
.cart-drawer .cart-details-main::-webkit-scrollbar-thumb,
.quickview-content .product-info::-webkit-scrollbar-thumb {
  background: rgba(27, 42, 74, 0.1);
  border-radius: 4px;
}

/* Overlay — jemnější */
.cart-drawer > .modal-overlay,
.quickview-drawer > .modal-overlay {
  background: rgba(27, 42, 74, 0.3) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

/* ═══════════════════════════════════════════
   MOBILE
   ═══════════════════════════════════════════ */

@media screen and (max-width: 749px) {
  /* Quick view — bottom sheet styl */
  .quickview-drawer.modal > .modal-inner {
    border-radius: 18px 18px 0 0 !important;
  }
  .quickview-drawer.modal > .modal-inner::before {
    content: '';
    display: block;
    width: 36px;
    height: 4px;
    background: rgba(27, 42, 74, 0.15);
    border-radius: 4px;
    margin: 0 auto 8px;
  }

  /* Zobrazit ReBody app blok na mobilu v quick-view */
  .quickview-content .product-container .product-info .product-info-inner .product-info-app {
    display: block !important;
  }

  /* Cart drawer — bottom sheet styl */
  .cart-drawer.modal > .modal-inner {
    border-radius: 18px 18px 0 0 !important;
  }
  .cart-drawer.modal > .modal-inner::before {
    content: '';
    display: block;
    width: 36px;
    height: 4px;
    background: rgba(27, 42, 74, 0.15);
    border-radius: 4px;
    margin: 0 auto 8px;
  }

  /* Full-width tlačítka na mobilu */
  .quickview-content .add-cart-button,
  .cart-drawer .cart-checkout-button {
    width: 100% !important;
  }
}/* ============================================
   RE-KIDDO × WISHLIST CLUB — Brand CSS Override v2
   Přesné třídy z DevTools
   Vložit do: Custom CSS (za stávající Drawer CSS)
   ============================================ */

/* ---------- CELÝ KONTEJNER ---------- */
.WishlistClubContain {
  font-family: 'Outfit', sans-serif !important;
  color: #1B2E4B !important;
}

/* ---------- TOPBAR (dropdown výběr wishlistu) ---------- */
.WishlistClubTopbar {
  margin-bottom: 16px !important;
}

.WishlistClubTopbar select,
.WishlistClubTopbar button,
.WishlistClubTopbar [class*="select"] {
  font-family: 'Outfit', sans-serif !important;
  background: white !important;
  border: 2px solid #1B2E4B !important;
  border-radius: 99px !important;
  color: #1B2E4B !important;
  font-weight: 600 !important;
  padding: 8px 18px !important;
  cursor: pointer !important;
}

/* ---------- SEZNAM PRODUKTŮ ---------- */
.wcProduct_listView {
  gap: 12px !important;
  display: flex !important;
  flex-direction: column !important;
}

.wcProductList {
  margin-bottom: 0 !important;
}

/* ---------- KARTA PRODUKTU ---------- */
.wcProductCard {
  background: white !important;
  border-radius: 14px !important;
  border: 1px solid rgba(27, 46, 75, 0.08) !important;
  box-shadow: 0 2px 12px rgba(27, 46, 75, 0.06) !important;
  overflow: hidden !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
  padding: 12px !important;
}

.wcProductCard:hover {
  box-shadow: 0 6px 24px rgba(27, 46, 75, 0.12) !important;
  transform: translateY(-2px) !important;
}

/* ---------- OBRÁZEK ---------- */
.wcPcMedia img {
  border-radius: 10px !important;
  object-fit: cover !important;
}

/* ---------- OBSAH (název + cena) ---------- */
.wcPcContent {
  font-family: 'Outfit', sans-serif !important;
  padding: 0 12px !important;
}

.wcPcContent a,
.wcPcContent [class*="title"],
.wcPcContent [class*="name"] {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  color: #1B2E4B !important;
  text-decoration: none !important;
  font-size: 0.95rem !important;
}

.wcPcContent a:hover {
  color: #E8896E !important;
}

.wcPcContent [class*="price"],
.wcPcContent [class*="Price"] {
  font-weight: 700 !important;
  color: #1B2E4B !important;
  font-size: 1rem !important;
  font-family: 'Outfit', sans-serif !important;
}

/* ---------- FOOTER KARTY ---------- */
.wcPcFooter {
  padding-top: 8px !important;
}

/* ---------- TLAČÍTKO "PŘIDAT DO KOŠÍKU" ---------- */
.wcButton.wcFull,
.wcButton {
  font-family: 'Outfit', sans-serif !important;
  background: #1B2E4B !important;
  color: white !important;
  border: 2px solid #1B2E4B !important;
  border-radius: 99px !important;
  padding: 10px 24px !important;
  font-weight: 600 !important;
  font-size: 0.88rem !important;
  cursor: pointer !important;
  transition: background 0.2s, border-color 0.2s, transform 0.15s !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: none !important;
}

.wcButton.wcFull:hover,
.wcButton:hover {
  background: #F9A88D !important;
  border-color: #F9A88D !important;
  color: white !important;
  transform: scale(1.02) !important;
}

/* ---------- TEXT TLAČÍTKA ---------- */
.wcCartButtonText {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.88rem !important;
}

/* ---------- TLAČÍTKO "PRODÁNO" ---------- */
.wcButton:disabled,
.wcButton[disabled] {
  background: #F5E8DA !important;
  border-color: #F5E8DA !important;
  color: #aaa !important;
  cursor: not-allowed !important;
  transform: none !important;
}

/* ---------- TLAČÍTKO ODEBRAT (X) ---------- */
[class*="wcRemove"],
[class*="wcDelete"],
[class*="wcClose"],
.wcProductCard [aria-label*="remove"],
.wcProductCard [aria-label*="delete"] {
  background: rgba(255,255,255,0.9) !important;
  border: none !important;
  color: #ccc !important;
  border-radius: 50% !important;
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: color 0.2s, background 0.2s !important;
}

[class*="wcRemove"]:hover,
[class*="wcClose"]:hover,
.wcProductCard [aria-label*="remove"]:hover {
  color: #E8896E !important;
  background: #FFF6EE !important;
}

/* ---------- RESPONZIVITA (MOBIL) ---------- */
@media (max-width: 600px) {
  .wcButton.wcFull,
  .wcButton {
    width: 100% !important;
    padding: 12px 16px !important;
    border-radius: 12px !important;
  }

  .wcProductCard {
    padding: 8px !important;
  }
}.WishlistClubHeading h1, .WishlistClubHeading h2, .wishlistClubPage h1 { font-family: 'Titan One', cursive !important; font-weight: 400 !important; }
/* ============================================
   RE-KIDDO × WISHLIST CLUB — Modaly CSS
   Přilep na konec Custom CSS (za vše ostatní)
   ============================================ */

/* Modal - obecný wrapper */
[class*="wcModal"],
[class*="wc-modal"] {
  font-family: 'Outfit', sans-serif !important;
  border-radius: 16px !important;
}

/* Modal - nadpis */
[class*="wcModal"] h1, [class*="wcModal"] h2,
[class*="wcModal"] h3, [class*="wcModal"] h4 {
  font-family: 'Titan One', cursive !important;
  font-weight: 400 !important;
  color: #1B2E4B !important;
  font-size: 1.3rem !important;
}

/* Modal - text */
[class*="wcModal"] p,
[class*="wc-modal"] p {
  color: #1B2E4B !important;
  font-family: 'Outfit', sans-serif !important;
}

/* Modal - input pole (úprava názvu) */
[class*="wcModal"] input[type="text"],
[class*="wcModal"] input {
  font-family: 'Outfit', sans-serif !important;
  border: 2px solid #1B2E4B !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  color: #1B2E4B !important;
  width: 100% !important;
  outline: none !important;
}

[class*="wcModal"] input:focus {
  border-color: #F9A88D !important;
}

/* Tlačítko Cancel / Zrušit */
[class*="wcModal"] button:first-of-type,
[class*="wc-modal"] button:first-of-type {
  background: #FFF6EE !important;
  color: #1B2E4B !important;
  border: 2px solid #1B2E4B !important;
  border-radius: 99px !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
}

/* Tlačítko Delete / Smazat */
[class*="wcModal"] button:last-of-type,
[class*="wc-modal"] button:last-of-type {
  background: #1B2E4B !important;
  color: white !important;
  border: 2px solid #1B2E4B !important;
  border-radius: 99px !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
}

[class*="wcModal"] button:last-of-type:hover,
[class*="wc-modal"] button:last-of-type:hover {
  background: #F9A88D !important;
  border-color: #F9A88D !important;
}

/* Mazací modal - tlačítko Smazat červeně */
[class*="wcModal"][class*="delete"] button:last-of-type,
[class*="wcModal"][class*="confirm"] button:last-of-type {
  background: #E8896E !important;
  border-color: #E8896E !important;
}/* Modal wrapper */
.wcWishlistModal {
  font-family: 'Outfit', sans-serif !important;
  border-radius: 16px !important;
}

/* Nadpis modalu */
.wcWishlistModal_header {
  font-family: 'Titan One', cursive !important;
  font-weight: 400 !important;
  color: #1B2E4B !important;
}

/* Tlačítko Zrušit */
.wcWishlistModal_footer button:first-of-type {
  background: #FFF6EE !important;
  color: #1B2E4B !important;
  border: 2px solid #1B2E4B !important;
  border-radius: 99px !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
}

/* Tlačítko Smazat / Uložit */
.wcWishlistModal_footer button:last-of-type {
  background: #1B2E4B !important;
  color: white !important;
  border: 2px solid #1B2E4B !important;
  border-radius: 99px !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
}

.wcWishlistModal_footer button:last-of-type:hover {
  background: #F9A88D !important;
  border-color: #F9A88D !important;
}

/* Input pole v modalu */
.wcWishlistModal input[type="text"],
.wcWishlistModal input {
  font-family: 'Outfit', sans-serif !important;
  border: 2px solid #1B2E4B !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  color: #1B2E4B !important;
  outline: none !important;
}

.wcWishlistModal input:focus {
  border-color: #F9A88D !important;
}
/* ============================================
   RE-KIDDO — Košík CSS v6
   Kompletní přepis: mobil + desktop nezávisle
   2026-03-06
   ============================================

   STRUKTURA (z inspect):
   #Main-Cart
     table.table-collapse
       thead (Produkt / Množství / Celkem)
       tbody
         tr.cart-item
           td.cart-item-media        → obrázek
           td.cart-item-details      → vendor, název, cena
           td.cart-item-quantity      → div.item-quantity-wrapper
                                          ├─ div.quantity-container
                                          │    └─ quantity-input.cart-quantity
                                          │         ├─ button[name=minus]
                                          │         ├─ input.quantity-input
                                          │         └─ button[name=plus]
                                          └─ cart-remove (koš!)
           td.cart-item-totals       → celková cena řádku
   ============================================ */


/* =============================================
   SHARED — platí pro mobil i desktop
   ============================================= */

#Main-Cart {
  background: #ffffff !important;
}

/* HLAVNÍ FIX MEZERY: Shopify vkládá .banner::before s padding-bottom: 15rem */
.main-cart__wrapper .banner::before,
.main-cart__wrapper .banner:before {
  padding-bottom: 0 !important;
  height: 0 !important;
  display: none !important;
  content: none !important;
}

.main-cart__wrapper .banner,
.main-cart__wrapper .banner--small {
  min-height: auto !important;
  padding-bottom: 0 !important;
}

/* Nadpis */
#Main-Cart h1 {
  font-family: 'Titan One', cursive !important;
  font-weight: 400 !important;
  background: linear-gradient(135deg, #1B2E4B 40%, #F9A88D 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Fotky */
#Main-Cart .cart-item-media img {
  border-radius: 10px !important;
  object-fit: cover !important;
  display: block !important;
  box-shadow: 0 2px 8px rgba(27, 46, 75, 0.08) !important;
}

/* Vendor label */
#Main-Cart .cart-item-details .cart-item-vendor {
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #94a7b8 !important;
  margin-bottom: 2px !important;
}

/* Název produktu */
#Main-Cart .cart-item-details a {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  color: #1B2E4B !important;
  text-decoration: none !important;
  line-height: 1.35 !important;
}

#Main-Cart .cart-item-details a:hover {
  color: #F9A88D !important;
}

/* Cena u produktu */
#Main-Cart .cart-item-details .cart-item-sub-price,
#Main-Cart .cart-item-details .price {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  color: #1B2E4B !important;
}

/* ===== CART-REMOVE — kompletní reset ===== */
/* Kill VŠECHNO na wrapperu */
#Main-Cart cart-remove,
cart-remove[id^="Cart-Remove"] {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Kill pseudo-elementy */
#Main-Cart cart-remove::before,
#Main-Cart cart-remove::after,
cart-remove[id^="Cart-Remove"]::before,
cart-remove[id^="Cart-Remove"]::after {
  content: none !important;
  display: none !important;
}

/* Kill VŠECHNO uvnitř cart-remove */
#Main-Cart cart-remove *,
cart-remove[id^="Cart-Remove"] * {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Tlačítko koše — čistý peach kruh */
#Main-Cart cart-remove button,
cart-remove[id^="Cart-Remove"] button {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  background: #FFF6EE !important;
  border-radius: 50% !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #c4683a !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  padding: 0 !important;
  transition: background 0.2s, color 0.2s, transform 0.15s !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

#Main-Cart cart-remove button::before,
#Main-Cart cart-remove button::after,
cart-remove[id^="Cart-Remove"] button::before,
cart-remove[id^="Cart-Remove"] button::after {
  content: none !important;
  display: none !important;
}

#Main-Cart cart-remove button:hover,
cart-remove[id^="Cart-Remove"] button:hover {
  background: #F9A88D !important;
  color: #fff !important;
  transform: scale(1.1) !important;
}

#Main-Cart cart-remove button:focus,
#Main-Cart cart-remove button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

#Main-Cart cart-remove button svg {
  width: 14px !important;
  height: 14px !important;
}

/* Eco banner */
#Main-Cart .cart-details-footer::before {
  content: "♻️  Tímto nákupem dáváš věcem druhý život!";
  display: block !important;
  background: linear-gradient(135deg, #f0faf5, #e8f5ef) !important;
  border: 1px solid #c8e6d8 !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  color: #1a5c3a !important;
  line-height: 1.5 !important;
  margin-bottom: 16px !important;
  text-align: center !important;
}

/* Checkout button */
#Main-Cart button[name="checkout"] {
  font-family: 'Outfit', sans-serif !important;
  background: #1B2E4B !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 99px !important;
  padding: 16px 32px !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  letter-spacing: 0.02em !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: background 0.25s, color 0.25s, transform 0.15s, box-shadow 0.25s !important;
  box-shadow: 0 4px 16px rgba(27, 46, 75, 0.15) !important;
}

#Main-Cart button[name="checkout"]:hover {
  background: #F9A88D !important;
  color: #1B2E4B !important;
  transform: scale(1.02) !important;
  box-shadow: 0 6px 24px rgba(249, 168, 141, 0.3) !important;
}

#Main-Cart button[name="checkout"]:active {
  transform: scale(0.98) !important;
}

/* „Zobrazit košík" link skrýt */
#Main-Cart .view-cart-button {
  display: none !important;
}

/* Slevový kód */
#Main-Cart .footer-tools input {
  border: 2px solid rgba(27, 46, 75, 0.10) !important;
  border-radius: 10px !important;
  font-family: 'Outfit', sans-serif !important;
  color: #1B2E4B !important;
  padding: 10px 14px !important;
  font-size: 0.9rem !important;
  background: #fff !important;
  transition: border-color 0.2s !important;
}

#Main-Cart .footer-tools input:focus {
  border-color: #F9A88D !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(249, 168, 141, 0.12) !important;
}

/* Celková cena */
#Main-Cart .footer-subtotal .totals__total-value,
#Main-Cart .footer-subtotal strong,
#Main-Cart .footer-subtotal bdi {
  font-family: 'Titan One', cursive !important;
  font-weight: 400 !important;
  color: #1B2E4B !important;
  font-size: 1.4rem !important;
}

/* DPH text */
#Main-Cart .footer-tex {
  font-family: 'Outfit', sans-serif !important;
  color: #94a7b8 !important;
  font-size: 0.78rem !important;
}

/* Free shipping bar */
#Main-Cart [class*="progress-bar"],
#Main-Cart [class*="bar-track"],
#Main-Cart .progress {
  background: #F5E8DA !important;
  border-radius: 99px !important;
  height: 8px !important;
  overflow: hidden !important;
}

#Main-Cart [class*="bar-fill"],
#Main-Cart [class*="progress-fill"],
#Main-Cart .progress__bar {
  background: linear-gradient(90deg, #4CAF85, #2e9e6e) !important;
  border-radius: 99px !important;
  transition: width 0.5s ease !important;
}


/* =================================================
   ██████  ███████ ███████ ██   ██ ████████  ██████  ██████
   ██   ██ ██      ██      ██  ██     ██    ██    ██ ██   ██
   ██   ██ █████   ███████ █████      ██    ██    ██ ██████
   ██   ██ ██           ██ ██  ██     ██    ██    ██ ██
   ██████  ███████ ███████ ██   ██    ██     ██████  ██

   DESKTOP (>749px)
   ================================================= */

@media (min-width: 750px) {

  #Main-Cart h1 {
    font-size: 2rem !important;
    margin-bottom: 16px !important;
    text-align: left !important;
  }

  /* Tabulka — oddělené řádky */
  #Main-Cart table {
    border-collapse: separate !important;
    border-spacing: 0 12px !important;
    width: 100% !important;
  }

  /* Buňky */
  #Main-Cart .cart-item td {
    background: #FAFAFA !important;
    border-top: 1.5px solid rgba(27, 46, 75, 0.06) !important;
    border-bottom: 1.5px solid rgba(27, 46, 75, 0.06) !important;
    vertical-align: middle !important;
    transition: background 0.2s !important;
  }

  #Main-Cart .cart-item:hover td {
    background: #f3f4f8 !important;
  }

  #Main-Cart .cart-item td:first-child {
    border-left: 1.5px solid rgba(27, 46, 75, 0.06) !important;
    border-radius: 16px 0 0 16px !important;
    padding: 14px 10px 14px 14px !important;
  }

  #Main-Cart .cart-item td:last-child {
    border-right: 1.5px solid rgba(27, 46, 75, 0.06) !important;
    border-radius: 0 16px 16px 0 !important;
    padding: 14px 14px 14px 10px !important;
  }

  #Main-Cart .cart-item td:not(:first-child):not(:last-child) {
    padding: 14px 10px !important;
  }

  /* Fotka */
  #Main-Cart .cart-item-media img {
    margin: 4px !important;
  }

  /* Quantity — skrýt +/- tlačítka, jen číslo */
  #Main-Cart .quantity-container button[name="minus"],
  #Main-Cart .quantity-container button[name="plus"] {
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden !important;
    position: absolute !important;
  }

  #Main-Cart input.quantity-input {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    color: #1B2E4B !important;
    border: 1.5px solid rgba(27, 46, 75, 0.10) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    text-align: center !important;
    pointer-events: none !important;
    width: 2.5rem !important;
    padding: 6px 0 !important;
    font-size: 0.9rem !important;
  }

  #Main-Cart .quantity-container {
    position: relative !important;
  }

  /* Celkem (vpravo) */
  #Main-Cart td.cart-item-totals {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    color: #1B2E4B !important;
    font-size: 1rem !important;
  }

  /* Souhrnný box */
  #Main-Cart .cart-details-footer {
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1.5px solid rgba(27, 46, 75, 0.06) !important;
    box-shadow: 0 4px 24px rgba(27, 46, 75, 0.05) !important;
    padding: 28px !important;
  }

} /* --- konec DESKTOP --- */


/* =================================================
   ███    ███  ██████  ██████  ██ ██
   ████  ████ ██    ██ ██   ██ ██ ██
   ██ ████ ██ ██    ██ ██████  ██ ██
   ██  ██  ██ ██    ██ ██   ██ ██ ██
   ██      ██  ██████  ██████  ██ ███████

   MOBIL (≤749px)
   ================================================= */

@media (max-width: 749px) {

  /* --- MEZERA NAD KOŠÍKEM — KILL --- */
  body.template-cart main,
  .template-cart .shopify-section {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* TOHLE JE TEN BUG: .banner::before má padding-bottom: 15rem! */
  .main-cart__wrapper .banner::before,
  .main-cart__wrapper .banner:before {
    padding-bottom: 0 !important;
    height: 0 !important;
    display: none !important;
  }

  /* Banner samotný — minimální výška */
  .main-cart__wrapper .banner,
  .main-cart__wrapper .banner--small {
    min-height: 0 !important;
    padding: 0 !important;
  }

  #Main-Cart .page-width {
    padding: 0 10px !important;
  }

  /* Prázdné elementy */
  #Main-Cart .cart__warnings,
  #Main-Cart .cart__ctas:empty,
  #Main-Cart [id*="cart-errors"] {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* --- NADPIS --- */
  #Main-Cart h1 {
    font-size: 1.4rem !important;
    text-align: center !important;
    margin: 10px 0 12px !important;
    padding: 0 !important;
  }

  /* --- TABULKA → KARTY --- */
  #Main-Cart table {
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
    width: 100% !important;
  }

  #Main-Cart thead {
    display: none !important;
  }

  /* Řádek → karta */
  #Main-Cart .cart-item {
    display: grid !important;
    grid-template-columns: 100px 1fr !important;
    grid-template-rows: auto !important;
    gap: 0 !important;
    background: #ffffff !important;
    border: 1.5px solid rgba(27, 46, 75, 0.07) !important;
    border-radius: 14px !important;
    box-shadow: 0 2px 12px rgba(27, 46, 75, 0.04) !important;
    overflow: hidden !important;
    margin-bottom: 10px !important;
    position: relative !important;
  }

  /* Reset TD borders v kartovém layoutu */
  #Main-Cart .cart-item td {
    display: block !important;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  /* === FOTKA — levý sloupec === */
  #Main-Cart td.cart-item-media {
    grid-row: 1 / -1 !important;
    grid-column: 1 !important;
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #Main-Cart .cart-item-media img {
    width: 84px !important;
    height: 84px !important;
    border-radius: 10px !important;
    margin: 0 !important;
  }

  /* === DETAILY — pravý sloupec === */
  #Main-Cart td.cart-item-details {
    grid-column: 2 !important;
    padding: 12px 14px 4px 4px !important;
  }

  #Main-Cart .cart-item-details a {
    font-size: 0.88rem !important;
    line-height: 1.3 !important;
  }

  #Main-Cart .cart-item-details .cart-item-sub-price,
  #Main-Cart .cart-item-details .price {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #1B2E4B !important;
    margin-top: 4px !important;
  }

  /* === QUANTITY BUŇKA — jen koš, žádné číslo === */
  #Main-Cart td.cart-item-quantity {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    width: auto !important;
    padding: 0 !important;
    z-index: 2 !important;
  }

  /* Skrýt celý quantity-container (číslo, +/-) */
  #Main-Cart td.cart-item-quantity .quantity-container,
  #Main-Cart .cart-item .quantity-container,
  #Main-Cart .cart-item quantity-input,
  #Main-Cart .cart-item .cart-quantity {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  /* Skrýt duplicitní křížek (X) — nechat jen popelnici */
  /* Křížek je pravděpodobně <a> v cart-item-details nebo druhý cart-remove */
  #Main-Cart .cart-item-details cart-remove,
  #Main-Cart .cart-item-details [class*="remove"],
  #Main-Cart .cart-item-details a[href*="/cart/change"],
  #Main-Cart .cart-item > cart-remove,
  #Main-Cart .cart-item-details .cart-remove {
    display: none !important;
  }

  /* Wrapper — jen koš */
  #Main-Cart td.cart-item-quantity .item-quantity-wrapper {
    display: flex !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Vše uvnitř quantity-container i quantity-input — pryč */
  #Main-Cart .item-quantity-wrapper > .quantity-container,
  #Main-Cart .item-quantity-wrapper quantity-input,
  #Main-Cart .item-quantity-wrapper .cart-quantity,
  #Main-Cart .quantity-container {
    display: none !important;
  }

  /* Cart-remove — vynucená viditelnost */
  #Main-Cart td.cart-item-quantity cart-remove {
    display: block !important;
    visibility: visible !important;
    position: static !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  #Main-Cart td.cart-item-quantity cart-remove button {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    background: rgba(249, 168, 141, 0.15) !important;
    border-radius: 50% !important;
    color: #c4683a !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    pointer-events: auto !important;
  }

  #Main-Cart td.cart-item-quantity cart-remove button svg {
    width: 14px !important;
    height: 14px !important;
  }

  /* === TOTALS — skrýt na mobilu === */
  #Main-Cart td.cart-item-totals {
    display: none !important;
  }

  /* === SOUHRNNÝ BOX === */
  #Main-Cart .cart-details-footer {
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1.5px solid rgba(27, 46, 75, 0.07) !important;
    box-shadow: 0 2px 16px rgba(27, 46, 75, 0.05) !important;
    padding: 18px 16px !important;
    margin-top: 4px !important;
    margin-bottom: 20px !important;
  }

  #Main-Cart .cart-details-footer::before {
    font-size: 0.76rem !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
  }

  /* Checkout */
  #Main-Cart button[name="checkout"] {
    padding: 15px 24px !important;
    font-size: 0.95rem !important;
  }

} /* --- konec MOBIL --- */


/* =================================================
   MALÉ MOBILY (≤399px)
   ================================================= */

@media (max-width: 399px) {

  #Main-Cart h1 {
    font-size: 1.2rem !important;
  }

  #Main-Cart .cart-item {
    grid-template-columns: 82px 1fr !important;
  }

  #Main-Cart .cart-item-media img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 8px !important;
  }

  #Main-Cart .cart-item-details a {
    font-size: 0.8rem !important;
  }

  #Main-Cart td.cart-item-media {
    padding: 8px !important;
  }

/* ============================================
   RE-KIDDO — Štítky stavu (Jako nové / S visačkou)
   2026-03-07
   ============================================ */

.rk-jk {
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 3;
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 5px;
  line-height: 1.3;
  pointer-events: none;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.rk-jk--visackou {
  background: rgba(255,243,224,0.95);
  color: #E65100;
  border: 1px solid #FFCC80;
}

.rk-jk--nove {
  background: rgba(232,245,233,0.95);
  color: #2E7D32;
  border: 1px solid #A5D6A7;
}
