/* --------------------------------------------- */ /* CLASSIC – HORNÍ LIŠTA: PRŮHLEDNOST + BLUR + MENŠÍ VÝŠKA */ /* --------------------------------------------- */ #header { background: rgba(255,255,255,0.78) !important; backdrop-filter: blur(10px) !important; -webkit-backdrop-filter: blur(10px) !important; border-bottom: 1px solid rgba(0,0,0,0.06) !important; } /* Horní pruh (jazyk, přihlášení, košík) */ #header-top { background: transparent !important; padding-top: 4px !important; padding-bottom: 4px !important; } /* Spodní pruh (logo + menu) */ #header-bottom { background: transparent !important; padding-top: 6px !important; padding-bottom: 6px !important; } /* Vnitřní zarovnání */ .header-bottom-inner { align-items: center !important; } /* Logo – zmenšení */ #logo img { max-height: 48px !important; height: auto !important; width: auto !important; transition: all 0.25s ease; } /* Menu – menší výška položek */ #navigation .menu-level-1 > li > a { height: 42px !important; padding: 0 16px !important; display: flex !important; align-items: center !important; } /* --------------------------------------------- */ /* 3D efekt produktů */ /* --------------------------------------------- */ .product, .product-inner, .p { transition: transform 0.28s cubic-bezier(0.22,1,0.36,1), box-shadow 0.28s cubic-bezier(0.22,1,0.36,1) !important; } .product:hover, .product-inner:hover, .p:hover { transform: translateY(-6px) !important; box-shadow: 0 12px 28px rgba(0,0,0,0.22) !important; } /* --------------------------------------------- */ /* Animované podtržení + NEON efekt – desktop */ /* --------------------------------------------- */ @media (min-width: 769px) { #navigation .menu-level-1 > li, #navigation .menu-level-1 > li > a, #navigation .menu-level-2 > li, #navigation .menu-level-2 > li > a { border-bottom: none !important; } #navigation .menu-level-1 > li > a { position: relative; display: flex; align-items: center; height: 54px; padding: 0 20px; color: #fff !important; font-weight: 600; } #navigation .menu-level-1 > li > a::after { content: ""; position: absolute; left: 50%; bottom: 6px; width: 0; height: 2px; background: #00eaff; transform: translateX(-50%); transition: width 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s cubic-bezier(0.22,1,0.36,1); box-shadow: 0 0 6px #00eaff, 0 0 12px #00eaff; z-index: 10; } #navigation .menu-level-1 > li:hover > a::after, #navigation .menu-level-1 > li > a:hover::after { width: 60%; box-shadow: 0 0 8px #00eaff, 0 0 16px #00eaff, 0 0 24px #00eaff; } #navigation .menu-level-2 > li > a { position: relative; display: block; padding: 10px 18px; color: #fff !important; font-weight: 500; } #navigation .menu-level-2 > li > a::after { content: ""; position: absolute; left: 50%; bottom: 4px; width: 0; height: 2px; background: #00eaff; transform: translateX(-50%); transition: width 0.28s cubic-bezier(0.22,1,0.36,1), box-shadow 0.28s cubic-bezier(0.22,1,0.36,1); box-shadow: 0 0 6px #00eaff, 0 0 12px #00eaff; z-index: 10; } #navigation .menu-level-2 > li:hover > a::after, #navigation .menu-level-2 > li > a:hover::after { width: 60%; box-shadow: 0 0 8px #00eaff, 0 0 16px #00eaff, 0 0 24px #00eaff; } } /* --------------------------------------------- */ /* Peugeot corporate panel */ /* --------------------------------------------- */ .info-wrapper { background: #ffffff; border-radius: 14px; padding: 30px; margin-bottom: 35px; border: 1px solid #e2e6ee; box-shadow: 0 4px 15px rgba(0,0,0,0.06); font-family: inherit; } .info-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; } .info-header h2 { margin: 0; font-size: 26px; color: #003f7d; font-weight: 700; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 25px; margin-top: 25px; } .info-box { background: #f7f9fc; border-radius: 12px; padding: 20px; border: 1px solid #dce2eb; } .info-box h3 { margin-top: 0; font-size: 18px; color: #003f7d; display: flex; align-items: center; gap: 8px; } .info-box ul { padding-left: 18px; margin: 0; } .info-box p { margin: 0; } /* Skrytí původního textu dole */ .category-description, .perex { display: none !important; } /* --------------------------------------------- */ /* Peugeot bubble styl pro produkty */ /* --------------------------------------------- */ .products .p, .product, .product-inner { background: #f7f9fc !important; border: 1px solid #dce2eb !important; border-radius: 12px !important; box-shadow: 0 4px 12px rgba(0,0,0,0.06) !important; padding: 12px !important; } /* --------------------------------------------- */ /* Peugeot styl tlačítek */ /* --------------------------------------------- */ button.btn.btn-cart.add-to-cart-button { background: #003f7d !important; color: #ffffff !important; border: none !important; border-radius: 12px !important; padding: 12px 20px !important; font-weight: 600 !important; font-size: 16px !important; box-shadow: 0 4px 10px rgba(0,0,0,0.15) !important; transition: all 0.25s ease !important; } button.btn.btn-cart.add-to-cart-button:hover { background: #0055b3 !important; transform: translateY(-3px); box-shadow: 0 6px 14px rgba(0,0,0,0.22) !important; }
Přejít na obsah