/* /* =========================== HORNÉ MENU =========================== */ .navbar ul, ul.level-1, .menu-horizontal { display: flex !important; justify-content: center !important; align-items: center !important; gap: 48px !important; padding: 18px 0 !important; } .navbar ul li a, ul.level-1 > li > a, .menu-horizontal > li > a { font-size: 18px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 1px !important; color: #111 !important; text-decoration: none !important; position: relative; padding: 6px 0 !important; transition: all 0.25s ease !important; } header .navbar ul li a:hover, header ul.level-1 > li > a:hover, header .menu-horizontal > li > a:hover, header .navbar ul li.active > a, header ul.level-1 > li.active > a, header .menu-horizontal > li.active > a { color: #27C6D9 !important; } .navbar ul li a::after, ul.level-1 > li > a::after, .menu-horizontal > li > a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0%; height: 3px; background: #27C6D9 !important; transition: 0.3s ease; border-radius: 2px; } .navbar ul li a:hover::after, ul.level-1 > li > a:hover::after, .menu-horizontal > li > a:hover::after { width: 100%; } /* Hover pre všetky linky v headeri */ header a { transition: color 0.25s ease !important; } header a:hover, header .active > a, header a.active { color: #27C6D9 !important; } /* Hover pre ľavé menu / sidebar */ aside a, .sidebar a, #left a { transition: color 0.25s ease !important; } aside a:hover, .sidebar a:hover, #left a:hover, aside .active > a, .sidebar .active > a { color: #27C6D9 !important; } /* =========================== DROPDOWN MENU =========================== */ .kuchyna-dropdown { position: absolute; background: #ffffff; padding: 24px 28px; border-radius: 16px; box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18); display: flex; flex-direction: column; gap: 12px; min-width: 280px; opacity: 0; pointer-events: none; transform: translateY(20px); transition: all 0.25s ease; z-index: 999999; } .kuchyna-dropdown a { text-decoration: none; color: #111; font-size: 15px; font-weight: 600; transition: 0.2s; } .kuchyna-dropdown a:hover { color: #27C6D9; } /* =========================== GLOBAL OVERFLOW FIX =========================== */ html, body { overflow-x: hidden; max-width: 100%; } /* ✅ OPRAVA: overflow: visible namiesto hidden, aby text nebol orezaný */ section { max-width: 100%; overflow: visible; } img { max-width: 100%; height: auto; display: block; } .hero, .banner, .slider, .hero img { max-width: 100%; overflow: hidden; } /* =========================== VÝŠKA A FLEX LAYOUT =========================== */ html { height: 100%; background-image: radial-gradient(at 0% 0%, rgba(69, 195, 209, 0.07) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(69, 195, 209, 0.07) 0px, transparent 50%); background-attachment: fixed; background-color: #ffffff; min-height: 100%; } body { min-height: 100%; margin: 0; padding: 0; display: flex !important; flex-direction: column !important; min-height: 100vh !important; background-color: #ffffff !important; background: transparent !important; } #wrapper, .wrapper, .main, #main-container { flex: 1 0 auto !important; display: flex !important; flex-direction: column !important; } /* Fix pre min výšku wrapperov */ #wrapper, .wrapper, .main, #content-wrapper { min-height: 100vh !important; display: block !important; padding-bottom: 0 !important; margin-bottom: 0 !important; } /* =========================== PÄTICKA (FOOTER) =========================== */ footer, .footer, #footer { flex-shrink: 0 !important; background-color: transparent !important; width: 100% !important; } .ce-footer-line, .footer-bottom, .copyright-row, footer > div:last-child { background-color: #49B4BD !important; color: #ffffff !important; padding: 20px 0 !important; } /* =========================== BANNERY (AKCIA / NOVINKY) =========================== */ .banner, .home-banner, .promo-banner { border: none !important; box-shadow: none !important; } .banner-akcia { background-image: url('/storage/design/banner-top-1.png'); background: linear-gradient(135deg, #e23a3a, #d72626) !important; } .banner-novinky { background-image: url('/storage/design/banner-top2.png'); background: linear-gradient(135deg, #63b7c0, #4aa3ad) !important; } .banner-box { flex: 1; padding: 26px; min-height: 260px; display: flex; flex-direction: column; justify-content: center; background-size: cover; background-position: center; border-radius: 22px; color: #fff; position: relative; overflow: hidden; transition: transform 0.35s ease; } .banner-box a { color: #fff; text-decoration: none; } .banner-box h2 { font-size: 38px; margin-bottom: 16px; z-index: 2; } .banner-box p { font-size: 18px; margin-bottom: 24px; z-index: 2; } .banner-box .link-text { font-weight: 600; z-index: 2; } .mobile-only { display: none; } .banner-box:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12); } /* =========================== DUO BANNERY (AKCIA / GRILL) =========================== */ .vpo-duo { display: flex; gap: 20px; margin: 50px 0; } .vpo-duo .vpo-box { flex: 1; display: flex; align-items: flex-end; justify-content: flex-start; min-height: 240px; border-radius: 20px; padding: 30px; color: #fff; text-decoration: none; position: relative; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); transition: 0.3s ease; pointer-events: auto; } .vpo-duo .vpo-box::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.25); pointer-events: none; } .vpo-duo .vpo-box div { position: relative; z-index: 2; } .vpo-duo .vpo-box h3 { font-size: 26px; margin-bottom: 8px; } .vpo-duo .vpo-box p { font-size: 14px; margin-bottom: 15px; } .vpo-duo .vpo-box span { display: inline-block; background: #fff; color: #000; padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; transition: 0.3s; } .vpo-duo .vpo-box:hover { transform: translateY(-6px); } .vpo-duo .vpo-box:hover span { background: #000; color: #fff; } .vpo-easter { background: linear-gradient(135deg, #f7971e, #ffd200); } .vpo-grill { background: linear-gradient(135deg, #232526, #ff4e00); } .vpo-duo-bannery { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 50px 0; padding: 0 15px; } .vpod-animace-karta { transition: transform 0.3s ease, box-shadow 0.3s ease !important; } .vpod-animace-karta:hover { transform: translateY(-4px) !important; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important; } /* =========================== PRODUKTY – VPO SEKCIA =========================== */ .vpo-sekce { width: 100% !important; max-width: 1140px !important; margin: 30px auto !important; padding: 0 15px !important; box-sizing: border-box !important; } .vpo-nadpis { font-size: 26px !important; font-weight: 800 !important; text-align: center !important; margin-bottom: 25px !important; color: #1a1a1a !important; } .vpo-grid { display: grid !important; gap: 20px !important; justify-content: center !important; grid-template-columns: repeat(3, 1fr) !important; } .vpo-karta { background: #fff !important; border-radius: 15px !important; border: 1px solid #f0f0f0 !important; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important; display: flex !important; flex-direction: column !important; overflow: hidden !important; text-align: center !important; transition: transform 0.3s ease, box-shadow 0.3s ease !important; } .vpo-karta:hover { transform: translateY(-5px) !important; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important; } /* ✅ OPRAVA: rozdelené na samostatné vlastnosti */ .vpo-karta img { width: 100% !important; height: 200px !important; object-fit: cover !important; display: block !important; } .vpo-info { padding: 15px !important; display: flex !important; flex-direction: column !important; flex-grow: 1 !important; } .vpo-info h3 { font-size: 15px !important; font-weight: 600 !important; margin: 5px 0 10px 0 !important; color: #333 !important; min-height: 40px !important; } .vpo-cena { font-size: 18px !important; font-weight: 800 !important; margin: auto 0 15px 0 !important; color: #000 !important; } .vpo-btn { background-color: #8db5ba !important; color: #fff !important; text-decoration: none !important; padding: 10px 15px !important; border-radius: 10px !important; font-size: 14px !important; font-weight: bold !important; transition: all 0.3s ease !important; display: inline-block !important; } .vpo-btn:hover { background-color: #6a8e93 !important; transform: scale(1.05) !important; } /* =========================== KATEGÓRIE (KOLIESKA) =========================== */ .ce-category-list { display: flex !important; justify-content: center !important; flex-wrap: wrap !important; gap: 35px !important; margin: 30px auto 40px auto !important; max-width: 900px !important; overflow: visible !important; } .ce-category-list .ctg-item { width: 120px !important; text-align: center !important; display: flex !important; flex-direction: column !important; align-items: center !important; overflow: visible !important; padding-top: 10px !important; line-height: normal !important; } .ce-category-list .ctg-item a { display: flex !important; flex-direction: column !important; align-items: center !important; text-decoration: none !important; color: #333 !important; font-size: 13px !important; font-weight: 500 !important; overflow: visible !important; } .ce-category-list .ctg-item img { width: 80px !important; height: 80px !important; object-fit: contain; background: #ffffff; border-radius: 50% !important; padding: 14px; border: 1px solid #eee !important; margin-bottom: 8px !important; display: block !important; margin: 0 auto 14px auto !important; transition: all 0.3s ease; } .ce-category-list .ctg-item a:last-child { display: block; margin-top: 18px; min-height: 48px; font-weight: 600; } .ce-category-list .ctg-item a:hover img { border: 2px solid #45c3d1 !important; transform: translateY(-2px); } .ce-category-list .ctg-item a:hover { color: #45c3d1 !important; } /* =========================== VPO KATEGÓRIE (5-STĹPCOVÝ GRID) =========================== */ .vpo-kategorie { margin: 60px 0; text-align: center; } .vpo-cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; } .vpo-cat-card { background: #f5f7f8; border-radius: 16px; padding: 20px; text-decoration: none; color: #333; transition: 0.2s; } .vpo-cat-card img { width: 100%; height: 100px; object-fit: contain; margin-bottom: 10px; } .vpo-cat-card span { display: block; font-weight: 600; } .vpo-cat-card:hover { transform: translateY(-5px); } /* =========================== SEKCIA „PREČO MY" =========================== */ .why-us-new { padding: 60px 15px !important; background-color: #f9fafb !important; font-family: 'Inter', sans-serif !important; } .why-title-new { display: flex !important; align-items: center !important; text-align: center !important; font-size: 24px !important; font-weight: 700 !important; color: #111827 !important; margin-bottom: 40px !important; } .why-title-new::before, .why-title-new::after { content: '' !important; flex: 1 !important; border-bottom: 1px solid #e5e7eb !important; } .why-title-new span { padding: 0 15px !important; } .why-grid-new { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 15px !important; max-width: 1200px !important; margin: 0 auto !important; } .why-card-new { display: flex !important; align-items: center !important; background: #ffffff !important; border-radius: 14px !important; padding: 15px 12px !important; border: 1px solid #f1f5f9 !important; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important; } .why-icon-new { width: 55px !important; height: 55px !important; flex-shrink: 0 !important; margin-right: 12px !important; } .why-icon-new img { width: 100% !important; height: 100% !important; object-fit: contain !important; } .why-content-new h3 { font-size: 14px !important; font-weight: 700 !important; color: #111827 !important; margin: 0 0 2px 0 !important; line-height: 1.2 !important; } .why-content-new p { font-size: 11px !important; color: #6b7280 !important; margin: 0 !important; line-height: 1.3 !important; } .why-us img, .advantages img, .benefits img { display: block; margin: 0 auto 15px auto; } .why-us .icon, .advantages .icon, .benefits .icon { display: flex; justify-content: center; } /* =========================== NEWSLETTER =========================== */ .premium-newsletter-final { position: relative; padding: 100px 20px; text-align: center; background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url('https://vpohodicke.sk/storage/design/newsteller.svg'); background-size: cover; background-position: center; background-attachment: scroll; } .newsletter-container-final { max-width: 650px; margin: 0 auto; position: relative; z-index: 2; } .newsletter-container-final h2 { font-size: 32px; font-weight: 800; color: #0c2340; margin-bottom: 15px; } .newsletter-container-final p { font-size: 17px; color: #555; margin-bottom: 35px; } .input-group-pill { display: flex; background: #ffffff; padding: 6px; border-radius: 50px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); border: 1px solid #e0f2f5; } .input-group-pill input { flex: 1; border: none; padding: 15px 25px; font-size: 16px; border-radius: 50px; outline: none; color: #333; } .input-group-pill button { background-color: #58b7c0; color: white; border: none; padding: 12px 35px; border-radius: 50px; font-weight: 700; cursor: pointer; transition: all 0.3s ease; white-space: nowrap; } .input-group-pill button:hover { background-color: #46a3ab; transform: translateY(-1px); box-shadow: 0 5px 15px rgba(88, 183, 192, 0.3); } /* =========================== FAMILY PICKS (PRODUKTY) =========================== */ .family-picks { padding: 60px 0; background-color: #ffffff; } .family-container { max-width: 1140px; margin: 0 auto; padding: 0 20px; } .family-title { font-size: 28px; font-weight: 700; margin-bottom: 30px; color: #1a1a1a; text-align: left; } .family-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 30px; } .family-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06); transition: transform 0.3s ease; display: flex; flex-direction: column; } .family-card img { width: 100% !important; height: 220px; object-fit: contain; padding: 20px; } .family-content { padding: 20px; text-align: center; } .family-content h3 { font-size: 16px; margin-bottom: 10px; min-height: 40px; } .family-price { font-size: 20px; font-weight: 700; margin-bottom: 15px; } .family-btn { display: inline-block; background: #00b3b3; color: #fff !important; padding: 10px 25px; border-radius: 10px; text-decoration: none; font-weight: 600; } /* =========================== SPRING GRID (PRODUKTY) =========================== */ @media (min-width: 769px) { .spring-grid { display: grid !important; width: 100% !important; margin: 0 auto !important; grid-template-columns: repeat(3, 1fr) !important; gap: 30px !important; } .spring-card img { height: 200px !important; } } /* =========================== MOBILNÉ KATEGÓRIE (len mobil) =========================== */ @media (min-width: 769px) { .mobile-cat-section { display: none !important; } .mobile-kategorie { display: none !important; } .bannery-mobile-only { display: none !important; } .bannery-desktop-only{ display: block !important; } } .mobile-cat-section { background-color: #ffffff !important; padding: 30px 15px !important; width: 100% !important; box-sizing: border-box !important; } .mobile-cat-title { font-size: 24px !important; font-weight: 700 !important; color: #000000 !important; text-align: center !important; margin-bottom: 20px !important; font-family: 'Inter', sans-serif !important; } .mobile-cat-grid { grid-template-columns: 1fr 1fr !important; gap: 12px !important; } .mobile-cat-card { display: flex !important; align-items: center !important; background: #ffffff !important; border: 1px solid #f1f5f9 !important; border-radius: 12px !important; padding: 10px 12px !important; text-decoration: none !important; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04) !important; } .mobile-cat-card img { width: 44px !important; height: 44px !important; margin-right: 10px !important; flex-shrink: 0 !important; } .mobile-cat-name { font-size: 14px !important; font-weight: 700 !important; color: #1a202c !important; line-height: 1.2 !important; text-align: left !important; } /* =========================== AKCIA KRUHY =========================== */ .akcia-circles { display: flex; justify-content: center; gap: 45px; margin: 20px 0 40px 0; flex-wrap: wrap; } .akcia-circles .ctg-item { text-align: center; } .akcia-circles .ctg-item a { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #333; font-weight: 500; } .akcia-circles img { width: 85px; height: 85px; object-fit: contain; background: #fff; border-radius: 50%; padding: 18px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06); margin-bottom: 10px; transition: all 0.3s ease; } .akcia-circles a:hover img { box-shadow: 0 6px 20px rgba(69, 195, 209, 0.4); transform: translateY(-4px); } /* =========================== CTA BUTTON CENTER =========================== */ .spring-btn, .family-btn, .sale-btn { display: block; width: max-content; margin: 0 auto; text-align: center; } /* =========================== SECTION DEKORATÍVNE FLEKY =========================== */ .section-with-blobs { position: relative; overflow: hidden; z-index: 1; } .section-with-blobs::before { content: ""; position: absolute; top: -10%; left: -10%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(69, 195, 209, 0.12) 0%, rgba(255, 255, 255, 0) 70%); border-radius: 50%; z-index: -1; pointer-events: none; } .section-with-blobs::after { content: ""; position: absolute; bottom: -10%; right: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(69, 195, 209, 0.08) 0%, rgba(255, 255, 255, 0) 70%); border-radius: 50%; z-index: -1; pointer-events: none; } /* =========================== STORY SEKCIA =========================== */ .story-wrapper { width: 100%; box-sizing: border-box; } .story-full { background-image: url('https://vpohodicke.sk/storage/design/newsteller.svg'); background-size: cover; background-position: center; background-repeat: no-repeat; background-color: #ffffff; padding: 80px 20px; position: relative; overflow: hidden; text-align: center; } .story-content { max-width: 820px; margin: 0 auto; position: relative; z-index: 5; } .story-h2 { font-size: 36px; font-weight: 800; color: #0c2340; margin-bottom: 20px; } .story-line { width: 60px; height: 3px; background: #58b7c0; margin: 0 auto 35px auto; border-radius: 10px; } .story-p { font-size: 18px; line-height: 1.7; color: #333; margin-bottom: 25px; } .story-box { background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); padding: 35px; border-radius: 25px; border: 1px solid rgba(255, 255, 255, 0.3); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02); margin: 40px auto; max-width: 700px; font-size: 18px; color: #333; } .story-sig { font-size: 19px; color: #444; margin-top: 40px; } @media (min-width: 769px) { .story-mobile { display: none !important; } .story-desktop { display: block !important; } } /* ============================================================ RESPONZIVITA – MOBIL (max-width: 768px) ============================================================ */ @media (max-width: 768px) { /* Bannery */ .desktop-only { display: none !important; } .mobile-only { display: block !important; } .bannery-desktop-only{ display: none !important; } .bannery-mobile-only { display: block !important; } .banner, .home-banner, .promo-banner { padding: 20px !important; border-radius: 16px !important; } .banner h2 { font-size: 24px !important; margin-bottom: 6px; } .banner p { font-size: 14px !important; } .banner-box.mobile-small { min-height: 100px; padding: 15px; border-radius: 15px; } .banner-box.mobile-small h3 { font-size: 18px; margin: 0; z-index: 2; } .banner-box.mobile-small p { font-size: 12px; margin: 5px 0 0 0; z-index: 2; } /* Duo bannery */ .vpo-duo { flex-direction: column; } .vpo-duo .vpo-box{ min-height: 180px; padding: 20px; } .vpo-duo .vpo-box h3 { font-size: 20px; } .vpo-duo-bannery { grid-template-columns: 1fr; } .vpo-banner { min-height: 160px; border-radius: 15px; } .vpo-banner-content h3 { font-size: 20px; } /* Produkty */ .vpo-sekce, .bannery-mobile-only { width: 100% !important; max-width: 400px !important; margin: 0 auto !important; padding: 0 15px !important; box-sizing: border-box !important; } .vpo-grid { grid-template-columns: 1fr 1fr !important; gap: 12px !important; } .vpo-grid > *:nth-child(n+3) { display: none !important; } .vpo-info { padding: 10px !important; } .vpo-info h3 { font-size: 13px !important; min-height: 32px !important; margin-bottom: 5px !important; } .vpo-cena { font-size: 15px !important; margin-bottom: 10px !important; } .vpo-btn { padding: 8px 5px !important; font-size: 11px !important; border-radius: 8px !important; } /* Why us */ .why-grid-new { grid-template-columns: 1fr 1fr !important; gap: 10px !important; } .why-title-new { font-size: 20px !important; } .why-card-new { padding: 12px 10px !important; } .why-icon-new { width: 45px !important; height: 45px !important; margin-right: 8px !important; } /* Kategórie */ .mobile-kategorie { display: block !important; } .mobile-kategorie .kategorie-row { flex-wrap: wrap; gap: 26px; justify-content: center; } .mobile-kategorie .kategorie-row a { width: 30%; display: flex; justify-content: center; } .mobile-kategorie img { width: 120px; height: auto; } .vpo-kategorie { display: none !important; } .vpo-cat-grid { grid-template-columns: repeat(2, 1fr); } .vpo-cat-card img { height: 80px; } /* Kolieska CE */ .ce-category-list { gap: 30px !important; } .ce-category-list .ctg-item img { width: 120px !important; height: 120px !important; padding: 18px; } .ce-category-list .ctg-item a:last-child { font-size: 16px; } /* Family grid */ .family-grid { grid-template-columns: 1fr 1fr !important; gap: 10px !important; padding: 0 !important; } .family-card img { height: 120px !important; padding: 10px !important; } .family-content { padding: 10px !important; } .family-content h3 { font-size: 13px !important; min-height: 32px !important; } .family-price { font-size: 15px !important; } .family-btn { padding: 8px 5px !important; font-size: 11px !important; } /* Spring grid */ .spring-grid { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; padding: 0 10px !important; } .spring-card { min-height: auto !important; } .spring-card img { height: 110px !important; padding: 8px !important; } .spring-content { padding: 10px !important; } .spring-content h3 { font-size: 13px !important; min-height: 32px !important; margin-bottom: 5px !important; } .spring-price { font-size: 15px !important; margin-bottom: 10px !important; } .spring-btn { padding: 8px 5px !important; font-size: 11px !important; } .spring-subtitle { display: none !important; } /* Newsletter */ .premium-newsletter-final { padding: 70px 20px; } .input-group-pill { flex-direction: column; background: transparent; box-shadow: none; border: none; padding: 0; gap: 12px; } .input-group-pill input { border: 1px solid #e0f2f5; box-shadow: 0 5px 15px rgba(0,0,0,0.03); } .input-group-pill button { width: 100%; padding: 18px; } /* Story */ .story-desktop { display: none !important; } .story-mobile { display: block !important; } .story-minimal-strip { background: #f0fafb; padding: 25px 20px; text-align: center; } /* Misc */ div[style*="grid-template-columns: repeat(4"] { grid-template-columns: repeat(2, 1fr) !important; gap: 15px !important; } div[style*="padding: 60px 15px"] { padding: 40px 10px !important; } h2 { font-size: 24px !important; } p { font-size: 14px !important; } /* Mobilné bannery vnútorné */ .bannery-mobile-only > div { margin: 0 !important; padding: 0 !important; } .bannery-mobile-only div[style*="display: flex"] { display: flex !important; justify-content: space-between !important; gap: 12px !important; width: 100% !important; margin: 0 !important; } .bannery-mobile-only .vpod-animace-karta { width: 100% !important; flex: 1 1 0 !important; border-radius: 12px !important; padding: 15px 12px !important; display: flex !important; flex-direction: column !important; justify-content: center !important; align-items: flex-start !important; } .bannery-mobile-only .vpod-animace-karta h2 { font-size: 17px !important; margin-top: 0 !important; margin-bottom: 4px !important; line-height: 1.1 !important; text-align: left !important; } .bannery-mobile-only .vpod-animace-karta p:nth-of-type(1) { display: none !important; } .bannery-mobile-only .vpod-animace-karta p:nth-of-type(2) { font-size: 11px !important; line-height: 1.2 !important; margin-bottom: 0 !important; text-align: left !important; } } /* =========================== EXTRA MALÉ MOBILY (max 480px) =========================== */ @media (max-width: 480px) { div[style*="grid-template-columns: repeat(4"] { grid-template-columns: repeat(2, 1fr) !important; } } @media (max-width: 360px) { .why-content-new h3 { font-size: 13px !important; } .why-content-new p { display: none !important; } } @media (max-width: 500px) { .input-group-pill { flex-direction: column; background: transparent; box-shadow: none; border: none; padding: 0; gap: 12px; } .input-group-pill input { border: 1px solid #e0f2f5; box-shadow: 0 5px 15px rgba(0,0,0,0.03); } .input-group-pill button { width: 100%; padding: 18px; } }

logo   

€ / EUR

Vyberte menu

$ / USD

£ / GBP

Kč / CZK

€ / EUR

Produkty

    FACEBOOK

    INSTAGRAM

    TIKTOK 

     YOUTUBE


email

EMAIL
info@vpohodicke.sk


phone

KONTAKTUJTE NÁS

+421 948 084 614

                +421 910 538 983

             

INFO DOPRAVA

   

 

Jedálenský príbor MILANO – 24-dielna chróm-niklová sada v krabičke

Bezpečný nákup  14 dní na vrátenie tovaru

+421 910 538 983 info@vpohodicke.sk

Predajca: vpohodičke.sk
Dodacia doba: 1-3 pracovné dni
Kód: 3022728
EAN: 5900779802728
Skladom: viac ako 10 kusov
20.36 ks
Kúpou získaš 21 bodov do vernostného programu
Sledovať produkt Pridať do obľúbených Zdielať

🍽️ JEDÁLENSKÝ PRÍBOR MILANO – PROFESIONÁLNA 24-DIELNA SADA Z LESKLEJ NEREZOVEJ OCELE

💪 Elegantná 24-dielna nerezová sada MILANO s lesklým povrchom – nadčasový dizajn pre hotely, reštaurácie aj domácnosti

Sada MILANO – 24 dielov je určená pre tých, ktorí chcú elegantné, pevné a profesionálne príbory s čistým, moderným dizajnom.
Vyrobená z chróm-niklovej nehrdzavejúcej ocele, ktorá zaručuje dlhú životnosť, odolnosť voči korózii a luxusný vzhľad.
Lesklé prevedenie bez gravírovania pôsobí nadčasovo, čisto a univerzálne – ideálne do domácností aj gastronomických prevádzok.


📊 PARAMETRE PRODUKTU

Vlastnosť Hodnota
Počet dielov 24 ks
Materiál Chróm-niklová nehrdzavejúca oceľ
Povrch Lesklý / bez gravírovania
Obsah sady 6× lyžica, 6× vidlička, 6× nôž, 6× kávová lyžička
Balenie Krabička – elegantné a pevné balenie
Použitie Profesionálne & domáce
Údržba Vhodné do umývačky riadu

📝 HLAVNÝ POPIS PRODUKTU

Jedálenský príbor MILANO – 24 dielov prináša kombináciu elegancie, vysokej kvality a profesionálnej trvácnosti.
Vyrobený je z chróm-niklovej ocele, ktorá patrí medzi najobľúbenejšie materiály v gastronómii pre svoju pevnosť, odolnosť a hygienické vlastnosti.

Lesklý povrch bez gravírovania pôsobí čisto, moderné a hodí sa ku každému typu riadu či prestierania.
Sada obsahuje všetko potrebné na kompletné stolovanie pre 6 osôb – ideálna pre reštaurácie, hotely, catering aj náročné domácnosti.


🌟 VÝHODY SÚPRAVY MILANO

Chróm-niklová oceľ – prvotriedna odolnosť, pevnosť a dlhá životnosť
Lesklý povrch bez gravírovania – univerzálny, elegantný a moderný vzhľad
Profesionálna kvalita – vhodné do hotelov, reštaurácií aj cateringu
Kompletná sada 24 dielov – všetko potrebné pre prestretie 6 osôb
Jednoduchá údržba – príbory sú vhodné do umývačky riadu
Elegantné balenie – praktická krabička vhodná aj ako darček


🌍 KDE VYUŽIJETE TÚTO SADU?

🏨 Hotely a reštaurácie – profesionálny príbor pre každodenné používanie
🍽️ Gastronomické služby & catering – svadby, oslavy, bankety, konferencie
🏡 Domácnosť – krásne, pevné a univerzálne príbory pre rodinu
🎉 Slávnostné stolovanie – moderný vzhľad pre sviatky a veľké udalosti
🎁 Ako darček – elegantná sada v krabičke vždy poteší


💬 Súvisiace produkty

👉 Dezertná sada príborov
– doplnková sada k elegantným príborom MILANO

👉 Hlboké taniere
– vhodné pre každodenné polievky a cestoviny

👉 Odkvapkávače
– pre rýchle sušenie riadu a príborov

👉 Sady nožov
– dizajnovo zladené s moderným štýlom MILANO

👉 Plastové obedáre
– praktické na obedy do školy aj práce


FAQ – ČASTO KLADENÉ OTÁZKY

✓ Je príbor MILANO vhodný aj do profesionálnych prevádzok?
Áno, je navrhnutý pre hotely, reštaurácie aj catering.

✓ Z akého materiálu je sada vyrobená?
Z kvalitnej chróm-niklovej nehrdzavejúcej ocele.

✓ Dá sa príbor umývať v umývačke riadu?
Áno, bez problémov.

✓ Hodí sa táto sada aj pre domácnosti?
Áno, svojím čistým dizajnom je ideálna aj na bežné rodinné stolovanie.

✓ Má príbor gravírovanie?
Nie, sada má čistý lesklý povrch bez gravírovania.


💚 ZHRNUTIE

Príbor MILANO – 24 dielov je elegantná, pevná a nadčasová nerezová sada, ideálna pre profesionálne gastronomické prevádzky aj kvalitné domáce používanie.
Lesklý povrch, chróm-niklová oceľ a univerzálny dizajn zabezpečujú dlhoročnú spokojnosť a krásne prestieranie pri každej príležitosti.

AW-16687804446